

@media (min-width: 991px) {
  .news__filtersBase {
    background-color: #fff;
    padding: 0;
  }
  .news__filtersDropdown {
    display: none;
  }
  .news__filtersResults {
    display: block;
  }
  .news__filtersMain {
    display: block;
  }
  .news__filtersSection {
    padding-left: 0;
  }
  .news__filtersSection:first-child {
    padding-top: 14px;
  }
  .news__filtersSection ~ .news__filtersSection .news__filtersTitle {
    margin-top: 26px;
  }
  .news__filtersItem::before {
    content: "";
    position: absolute;
    inset: 5px 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #fff 100%);
    z-index: 6;
    pointer-events: none;
  }
  .news__streamToTopWrapper {
    right: 0;
    margin-right: -20px;
  }
  .news__streamMore--noMoreContent .news__streamToTop {
    bottom: 10px;
  }
  .news__streamTabs {
    display: block;
    float: right;
    width: 56.7177147822%;
    margin-right: 0;
    margin-right: 8.4745762712%;
    margin-top: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news__streamRssIcon {
    bottom: 11px;
    right: 8px;
  }
  .news__streamTabList {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
  }
  .news__streamTabList li {
    display: inline;
  }
  .news__streamTabList li:not(:last-child) {
    margin-right: 10px;
  }
  .news__streamTabItem.news__streamTabItem--active {
    padding: 0 0 5px;
  }
  .news__streamTabItem--active, .is-expanded .news__streamTabItem {
    border: none;
    display: inline;
  }
  .is-expanded .news__streamTabItem:not(:first-child) {
    margin-top: 0;
  }
  .news__streamTabItem {
    font: var(--standard);
    letter-spacing: var(--lspacing-standard, normal);
    display: inline;
    width: auto;
    border: none;
    margin-bottom: -2px;
  }
  .news__streamTabItem--active, .news__streamTabItem:hover {
    border: none;
    border-bottom: 3px solid #1a1a1a;
  }
  .news__streamTabItem--active .news__streamDropdownIcon {
    display: none;
  }
  .news__streamDropdownIcon {
    display: none;
  }
  .news__streamItem:first-child {
    padding-top: 5px;
  }
  .news__streamTags {
    margin-bottom: 0;
  }
  .newspage .news__streamTags {
    max-width: calc(100% - 100px);
  }
  .news__streamMore {
    margin-top: 30px;
  }
  .newspage__buttonSection .news__singleBackLink {
    margin-top: 30px;
    margin-bottom: 9px;
    width: 200px;
  }
  .news__singleDate {
    margin-top: 0;
    float: right;
  }
  .news__singleText {
    margin-top: 17px;
  }
  .news__backToTopBtn {
    right: -12%;
    bottom: 10px;
  }
}

@media (min-width: 1442px) {
  .news__streamTabs {
    margin-top: 38px;
  }
  .newspage__buttonSection .news__singleBackLink {
    width: 100%;
  }
  .news__singleInfoBlock {
    margin-top: 20px;
  }
  .news__backToTopBtn {
    bottom: 0;
  }
}