.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    border: 1px solid #f3f3f3;
    border-radius: 1px;
    box-sizing: border-box;
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}
.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 2px;
    height: 7px;
    border: solid #f3f3f3;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}


.t-zoomer__container {
    background-color: rgb(11, 11, 11) !important;
    color: rgb(0, 0, 0);
}
.t-text {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Interrttttr', Arial, sans-serif;
    font-weight: 400;
    color: #f3f3f3;
}
.t-title {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Interrttttr', Arial, sans-serif;
    font-weight: 400;
    color: #f3f3f3;
}
.t-uptitle {
    font-family: 'Interrttttr', Arial, sans-serif;
    font-weight: 400;
}
.t-name {
    font-family: 'Interrttttr', Arial, sans-serif;
    font-weight: 400;
    color: #f3f3f3;
}
.t-descr_xxs {
    font-size: 12px;
    line-height: 1.30;
    font-family: 'Interrttttr', Arial, sans-serif;
    font-weight: 400;
}
.tn-elem .t-slds__arrow {
    margin-top: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    border-width: 1px;
    border-color: #888887;
    border-style: solid; /* Не забудьте указать стиль обводки */
}
@media screen and (max-width: 640px) {
    .t-name_sm {
        font-size: 38px;
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .t675__btn {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .t-btn_sm {
        height: 40px;
    }
}