@media screen and (max-width: 980px) {

  /* Блок меню не занимает место, видео уходит под шапку */
  #rec951028371 {
    height: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  /* Закрытая шапка — прозрачная */
  #rec951028371 .t456 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: transparent !important;
  }

  #rec951028371 .t456__maincontainer,
  #rec951028371 .tmenu-mobile {
    background: transparent !important;
    background-color: transparent !important;
  }

  /* Открытое меню — белое */
 #rec951028371 .tmenu-mobile_opened,
#rec951028371 .tmenu-mobile_opened + .t456,
#rec951028371 .tmenu-mobile_opened + .t456 .t456__maincontainer,
#rec951028371 .tmenu-mobile_opened ~ .t456,
#rec951028371 .tmenu-mobile_opened ~ .t456 .t456__maincontainer,
#rec951028371 .t456:has(+ .tmenu-mobile_opened),
#rec951028371 .t456:has(+ .tmenu-mobile_opened) .t456__maincontainer {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

  /* Крестик и гамбургер всегда кликабельны */
  #rec951028371 .t-menuburger,
  #rec951028371 .tmenu-mobile__burgerlogo,
  #rec951028371 .t-menuburger__big,
  #rec951028371 .t-menuburger__small {
    position: relative !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
  }

  /* При открытом меню не даём странице уезжать */
  body:has(#rec951028371 .tmenu-mobile_opened) {
    overflow: hidden !important;
  }
}