@media screen and (min-width: 1439px) {
    .t-container {
        max-width: 1400px!important;
    }
    
    .t-width_12 {
        max-width: 1360px;
    }
    
    .slider_r {
      width: calc((100vw - 1360px) / 2)!important;
    }

    
}

@media screen and (max-width: 1199px) {

    .uc-overflow .t396__artboard {
        overflow-x: visible!important;
    }

}


@media screen and (max-width: 639px) {
     .slider_r {
      width: calc((100vw - 320px) / 2)!important;
    }
}

.t-store__card__textwrapper {
    padding: 30px 30px 0 30px !important;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}

.bt2 .tn-atom {
border-color: #FFFFFF33 !important; /* Белый бордер с 20% прозрачностью */
}

.btn_blur .tn-atom, .h80 .tn-atom {
    transition: opacity 0.3s ease;
}

.btn_blur:hover .tn-atom {
    opacity: 0.4 !important;
}

.h80:hover .tn-atom {
    opacity: 1 !important;
}




