.uc-faq {
    height: 100vh;
    display: flex !important; /* Делает контейнер флекс-контейнером */
    justify-content: center !important; /* Центрирует элементы по главной оси (горизонтально) */
    align-items: center !important; 
    align-self: center !important;
    padding-top: 48px !important;
}

@media (max-aspect-ratio: 1.3/1) {
div:not(.button):not(.image69):not(.t-checkbox__indicator):not(.t396__elem):not(.t674__cover-carrier.t-bgimg.loaded):not(.t898__svg__bg):not(.uc-contacts):not(.t-form-success-popup) {
        height: auto !important;
    }
}

.t-input-group_cb {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}

.tn-form__submit {
    margin-bottom: 13px !important;
}

.t-checkbox__indicator {
    background-color: white;
    opacity: 100;
    border-radius: 5px;
}

.t-checkbox__indicator:after {
    border-color: black !important;
}

.t674__cover-carrier.t-bgimg.loaded {
    height: 100vh !important;
}


.audio1 {
 width: 100% !important;
 height: 40px !important;
}

.audio1::-webkit-media-controls-time-remaining-display {
    display: none;
}

.t898__btn_label{
    background-image: linear-gradient(0.249turn,rgba(92,214,218,1) 0%,rgba(67,158,226,1) 26%,rgba(167,77,240,1) 52%,rgba(214,82,234,1) 75%,rgba(226,83,233,1) 100%);
}

