/* WAIU: мобильная шапка */
@media (max-width:980px){
.t-menu-base__mobile-menu .tmenu-mobile__container{padding:6px 20px;min-height:42px;position:relative;}
.t-menu-base__mobile-menu .t-menuwidgeticons__wrapper{position:absolute;right:14px;top:50%;transform:translateY(-50%);margin:0;}
/* выпадающее меню — структура как на US-сайте */
.t-menu-base.t-menu-base_positionfixed{background:rgba(0,0,0,.93)!important;}
.t-menu-base .t-menu-base__list-item{padding:11px 0;}
.t-menu-base .t-menu__link-item{font-family:'Montserrat',Arial,sans-serif;}
.t-menu-base .t-sociallinks{margin-top:36px;}
.t-menu-base .t-sociallinks::before{content:'МЫ В СОЦСЕТЯХ';display:block;max-width:280px;margin:0 auto 22px;font-family:'Montserrat',Arial,sans-serif;font-size:11px;letter-spacing:3.5px;color:rgba(255,255,255,.55);text-align:center;background:linear-gradient(rgba(255,255,255,.25),rgba(255,255,255,.25)) left center/58px 1px no-repeat,linear-gradient(rgba(255,255,255,.25),rgba(255,255,255,.25)) right center/58px 1px no-repeat;}
.t-menu-base .t-sociallinks__wrapper{display:flex;justify-content:center;gap:18px;}
.t-menu-base .t-sociallinks__item{margin:0!important;}
.t-menu-base .t-sociallinks__item a{width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.t-menu-base .t-sociallinks__svg{width:17px;height:17px;}
}

/* WAIU: убрать синий блик при нажатии на крестик закрытия попапов */
.t-popup__close,
.t-popup__close-wrapper,
.t-popup__close-icon,
.t-popup__block-close,
.t-popup__block-close-button,
.t-popup button,
.t-popup a,
.t-popup__close * {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  -webkit-touch-callout: none;
  outline: none !important;
}
.t-popup__close:focus,
.t-popup__close:active,
.t-popup__close-wrapper:focus,
.t-popup__close-wrapper:active,
.t-popup__block-close-button:focus,
.t-popup__block-close-button:active {
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}