.m-sitemap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 60px 0;
}
.lt-ie9 .m-sitemap {
  border-top: 1px solid #9b9b9b;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-bottom: none;
}
@media (min-width: 768px) {
  .m-sitemap {
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.22);
  }
}
.m-sitemap__title {
  text-align: center;
  margin-bottom: 50px;
}
.m-sitemap__row {
  margin-bottom: 50px;
  text-align: initial;
}
.m-sitemap__row:last-child {
  margin-bottom: 0;
}
.m-sitemap__title-list,
.m-sitemap__list {
  font-size: 16px;
  padding-left: 30px;
  color: #494949;
}
.m-sitemap__title-list--no-marginbottom {
  margin-bottom: 0;
}
.m-sitemap__list {
  list-style: none;
  display: block;
}
.m-sitemap__list-item {
  margin-bottom: 20px;
}
.m-sitemap__list-item-link {
  color: #494949;
}
.lt-ie9 .columns {
  margin-right: 0 !important;
}
