@media (max-width: 640px) {
    /* Стрелки в слайдере */
        .t746 .t-slds__arrow {
            background: rgba(10, 35, 31,0.4);
            height: 28px;
            width: 28px;
            border-radius: 32px;
        }
        .t746 .t-slds__arrow_body-left svg {
            position: relative;
            right: 6px;
            scale: 0.75 !important;
        }
        .t746 .t-slds__arrow_body-right svg {
            position: relative;
            left: 8px;
            scale: 0.75 !important;
        }
        .t746 .t-slds__arrow_body-left svg polyline, .t746 .t-slds__arrow_body-right svg polyline {
            stroke: #fff;
            stroke-width: 3px;
        }
    .t-popup__block-close {
         mix-blend-mode: difference;
    }
    /* Кнопки внизу экрана */
        .uc-button-book .t943__btn {
            width: calc(50% - 22px);
        }
        .uc-button-menu .t943__btn {
            width: calc(50% - 22px);
            margin-left: auto;
        }
}
@media (max-width: 380px) {
    /* Кнопки внизу экрана */
        .uc-button-book .t943__btn {
            width: calc(58% - 22px);
        }
        .uc-button-menu .t943__btn {
            width: calc(42% - 22px);
        }
}