.pd {
  padding: 18px 24px !important;
}

.header-filter__menu {
  display: block;
  text-align: left;
  overflow: hidden;
  margin-top: 15px;
}

.header-filter__menu-wrap {
  height: 32px;
  margin-bottom: -50px;
  padding-bottom: 50px;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.header-filter__menu-link {
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
  color: #0c1922;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s ease,
              opacity .3s ease;
}

.header-filter__menu-link +.header-filter__menu-link {
  margin-left: 11px;
}

.header-filter__menu-link--selected,
.header-filter__menu-link:hover {
  color: #a93447;
  opacity: 1;
}

.articles-style-17-item-tag {
  background-color: #a93447;
}

.articles-style-17-item-tag:hover {
  background-color: #a6152d;
}

.articles-style-17-item:hover .articles-style-17-item-title {
  color: #a93447;
}

.articles-style-17:first-child {
  margin-top: 0;
}

.articles-style-17-item {
  margin-bottom: 48px;
}

.articles-style-17 + .articles-style-17 {
  margin-top: 0;
}

@media all and (max-width: 899px) {
  .pd {
    background-color: #f2f2f2;
  }
}
