/* ===== ИСПРАВЛЕННЫЙ ВАШ CSS С ID ===== */

* {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.t-form__screen-current-view {
    font-family: 'Manrope', sans-serif !important;
    opacity: 0.7 !important;
}

.t-form__screen-number-container,
.t-form__screen-number-current,
.t-form__screen-number-total {
    font-family: 'Manrope', sans-serif !important;
    opacity: 0.7 !important;
}

.t-sociallinks__item_telegram a {
    width: 30px !important;
    height: 30px !important;
}

.t-sociallinks__item_telegram svg {
    width: 30px !important;
    height: 30px !important;
}

.t-sociallinks__item.t-sociallinks__item_whatsapp a {
    width: 30px !important;
    height: 30px !important;
}

.t-sociallinks__item.t-sociallinks__item_whatsapp svg {
    width: 30px !important;
    height: 30px !important;
}

/* Блоки с ID (они не затронут t764) */
#rec1722070061 .t1241__title {
    max-width: 500px !important;
    width: 500px !important;
}

#rec1722070091 .t1241__title {
    max-width: 500px !important;
    width: 500px !important;
}

* {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.t-form__screen-current-view {
    font-family: 'Manrope', sans-serif !important;
    opacity: 0.7 !important;
}

.t-form__screen-number-container,
.t-form__screen-number-current,
.t-form__screen-number-total {
    font-family: 'Manrope', sans-serif !important;
    opacity: 0.7 !important;
}


    .t-sociallinks__item_telegram a {
        width: 30px !important;
        height: 30px !important;
    }
    
    .t-sociallinks__item_telegram svg {
        width: 30px !important;
        height: 30px !important;
    }

.t-sociallinks__item.t-sociallinks__item_whatsapp a {
    width: 30px !important;
    height: 30px !important;
}

.t-sociallinks__item.t-sociallinks__item_whatsapp svg {
    width: 30px !important;
    height: 30px !important;
}


#rec1632709301 .t1241__title {
    max-width: 500px !important;
    width: 500px !important;
}

#rec1632619191 .t1241__title {
    max-width: 500px !important;
    width: 500px !important;
}



/* Стили по классу, но с проверкой, что это не галерея */
.t994__video-wrapper:not(.t764 *) { 
    width: 100%; 
    height: 100%;
    position: absolute;
}

.t994__video-btn:not(.t764 *) {
    width: 60px;
    height: 60px;
    background-image: url(https://static.tildacdn.com/tild6465-3064-4962-b733-383664376338/Group_8.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.playbtn_hide:not(.t764 *){opacity:0}
.t994__video-btn:not(.t764 *):hover {transform: translateX(-50%) translateY(-50%) scale(1.1)}