/* Прозрачное меню для блока #rec2224250863 */

/* Фон меню ME-блока */
.t-menubg {
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Контейнер попапа на мобильном */
.t-popup__container-pb-mob {
  background: transparent !important;
}

/* Общий попап */
.t-popup {
  background-color: transparent !important;
}
.t-popup__screen {
  background-color: transparent !important;
}

/* Тело попапа */
.t-popup__body {
  background: transparent !important;
}

/* Контейнер попапа */
.t-popup__container {
  background: transparent !important;
}
.t-popup__container-pb {
  background: transparent !important;
}