/* Делаем попап из #rec1358135801 абсолютным топом */
#rec1358135801 .t-popup {
  position: fixed !important;
  inset: 0 !important;              /* перекрываем весь вьюпорт */
  z-index: 2147483647 !important;   /* максимальный над всеми */
}
#rec1358135801 .t-popup__container,
#rec1358135801 .t-popup__close,
#rec1358135801 .t-popup__block-close {
  position: relative;
  z-index: 2147483647 !important;
}
