.video-wrap {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =====================================
   ВНЕШНИЕ ОТСТУПЫ (GL19 SAFE)
===================================== */

#rec1749506331 {
    position: relative;
    padding: 30px; /* десктоп */
    box-sizing: border-box;
}

/* Мобильная версия */
@media (max-width: 640px) {
    #rec1749506331 {
        padding: 10px;
    }
}

/* =====================================
   ГАЛЕРЕЯ
===================================== */

#rec1749506331 .t-gallery,
#rec1749506331 .t-gallery__wrapper,
#rec1749506331 .t-gallery__item,
#rec1749506331 .t-bgimg {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Убираем лишние полосы, НЕ трогая высоту */
#rec1749506331 .t-gallery__container,
#rec1749506331 .t-gallery__wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Zoom — мягко (GL19-safe) */
#rec1749506331 .t-gallery__zoom,
#rec1749506331 .t-gallery__zoom-wrap {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =====================================
   iOS SAFARI FIX (GL19)
===================================== */

@supports (-webkit-touch-callout: none) {
    #rec1749506331 .t-gallery__frame {
        height: auto;
        min-height: 1svh;
    }
}