@media (max-width: 992px) {
  .header-mobile__top { background: #efefef; border-bottom: none; }
  .header__search { background: #e9e9e9; }
  .header__buttons { border: none; border-bottom-color: #43525a; }
  .header::after { background: #e9e9e9; }

  .language--mobile { border-right: none; }
  .language--mobile.language.active { background: #e9e9e9; }

  .hamburger-button__wrp { border-left: none; }
  .hamburger-button span { background-color: #43525a; }
  .menu { background: #e9e9e9; }
  .menu__bottom { background: #efefef; }
  .menu__bottom::before { background: #e1e1e1; width: 3px; margin-left: -1px; display: none; }
  .menu-drop-big.active .menu__bottom-link { color: #e30a17; }
  .menu-mobile-ctr { background: transparent; border-color: #e9e9e9; }
  .menu-mobile-social { background: #e9e9e9; border: none; }
  .menu-mobile-social__item { border-right-color: #e1e1e1; }
}

.header { background-color: #efefef; border-top: none; border-bottom: none; }
.header__logo { border: none; }
.menu__top::after { display: none; }
.border-left-dark { border-left: none; }
.language__btn { border-right:none; }
.language__btn .icon { color: #43525a; }
.language { border-left: none; }
.header__search-button { border:none; opacity: 1; }
.header__search-button .icon { color: #43525a; margin-top: 4px; }
.menu__bottom-link--online { border:none; }
.language__dropdown { border: none; }

.menu { color: #43525a; }

.menu__top-link.border-left-dark:not(:hover) .colored-yellow,
.menu__bottom-link.menu__bottom-link--online.js-menu-drop-btn.colored-yellow {
    color: #fff;
}

.menu__bottom-item:hover .menu__bottom-link { background: #e1e1e1; color: #e30a17; }
.menu__bottom-link::after { background: #e30a17; }

.menu__dropdown-big::before { background: #e9e9e9; background: linear-gradient(to right, #e5e5e5 80%, rgb(242, 247, 253) 100%); }
.menu__dropdown-big::after { opacity: 0; }
.menu__dropdown-big-link { color: #43525a; }
.menu__dropdown-big-link:hover { color: #e30a17; }

.language:hover { background: #e9e9e9; }
.language__dropdown { background: #e9e9e9; }
.language:hover .language__item { border-top: none; border-bottom: none; }
.language__link:hover { background: #e30a17; }

.online-dropdown__list { background: #e9e9e9; }
.online-dropdown__item { color: #43525a; }
.online-dropdown__item:hover { background: #e1e1e1; color: #e30a17; }

.home-slider__item::before { left: 0; width: 100%; }
.home-slider__item .overlay::before { left: 0; }
.home-slider__item .overlay::after { left: 0; }
.home-slider__img { left: 0; width: 100%; }
.home-slider__title::after { display: none; }
.home-slider__title { color: #fff; }
.home-slider__item::before { display: none;}
.home-slider__item .overlay::before { background-image: linear-gradient(to right, #000c 0%, rgba(0, 0, 0, 0) 100%); width: 70% }
.home-slider__item .overlay::after { background-image: linear-gradient(to top, #000000a1 0%, rgba(23, 30, 38, 0) 100%); width: 100% }
.header__logo { min-width: 230px; max-width: 230px; }

@media screen and (min-width: 1200px){
    .magazine-slider__img{
        width: 200px;
    }
}
