/*политика*/
    .t521__rightcol, .t521__leftcol {
        margin-top: 20px;
        margin-bottom: 45px;
    }
    
    .uc-li li {
        padding-bottom: 12px;
    }
    .uc-gradient{
        background-image: linear-gradient(calc(-90deg * var(--direction-coefficient, 1)), rgb(0, 0, 0) 0, rgba(0, 0, 0, .992) 3.1%, rgba(0, 0, 0, .965) 6.21%, rgba(0, 0, 0, .918) 9.31%, rgba(0, 0, 0, .85) 12.42%, rgba(0, 0, 0, .77) 15.52%, rgba(0, 0, 0, .667) 18.63%, rgba(0, 0, 0, .557) 21.73%, rgba(0, 0, 0, .443) 24.84%, rgba(0, 0, 0, .333) 27.94%, rgba(0, 0, 0, .23) 31.05%, rgba(0, 0, 0, .15) 34.15%, rgba(0, 0, 0, .082) 37.26%, rgba(0, 0, 0, .035) 40.36%, rgba(0, 0, 0, .008) 43.47%, rgba(0, 0, 0, 0) 46.57%);
        }
    
/*меню*/     
    .t450 {
        margin: 16px;
        border-radius: 24px;
        margin-right: auto;
        -webkit-transition: transform cubic-bezier(0.22, 0.61, 0.29, 1.01) 0.4s;
        -moz-transition: transform cubic-bezier(0.22, 0.61, 0.29, 1.01) 0.4s;
        -o-transition: transform cubic-bezier(0.22, 0.61, 0.29, 1.01) 0.4s;
        transition: transform cubic-bezier(0.22, 0.61, 0.29, 1.01) 0.4s;
        z-index: 999999;
    }
        
    .t450__container {
        padding: 30px 30px 30px !important;
    }
    
    .t450.t450__menu_show {
        margin-right: 16px;
    }
    
    .t450__close {
        border-radius: 40px;
        top: 8px;
        right: 8px;
    }
    
/*отсутпы*/    
    .uc-indent-xxl {
        height: 110px;
    }
    
    .uc-indent-s {
        height: 30px;
    }

/*куки*/
    .t887__icon-close {
        position: absolute;
        top: -3px;
        right: -16px;
        opacity: 1;
    }
    


@media screen and (max-width: 960px) {
    /*политика*/
        .t521__leftcol {
            margin-bottom: 20px;
        }

    
    /*отсутпы*/  
        .uc-indent-xxl {
            height: 80px;
        }
        
        .uc-indent-s {
             height: 16px;
             
        }
    /*галерея*/    
        .t1148__container_flex.t-container.t-container_flex {
            display: none !important;
        }
        
    .t-title_lg {
        font-size: 40px;
    }
    
    .uc-gradient{
        background-image: linear-gradient(calc(0deg * var(--direction-coefficient, 1)), rgb(0, 0, 0) 0, rgba(0, 0, 0, .992) 3.1%, rgba(0, 0, 0, .965) 6.21%, rgba(0, 0, 0, .918) 9.31%, rgba(0, 0, 0, .85) 12.42%, rgba(0, 0, 0, .77) 15.52%, rgba(0, 0, 0, .667) 18.63%, rgba(0, 0, 0, .557) 21.73%, rgba(0, 0, 0, .443) 24.84%, rgba(0, 0, 0, .333) 27.94%, rgba(0, 0, 0, .23) 31.05%, rgba(0, 0, 0, .15) 34.15%, rgba(0, 0, 0, .082) 37.26%, rgba(0, 0, 0, .035) 40.36%, rgba(0, 0, 0, .008) 43.47%, rgba(0, 0, 0, 0) 46.57%);
    }
}

@media screen and (max-width: 640px) {
    .t-title_lg {
        font-size: 24px;
    }
    
}

@media screen and (max-width: 480px) {
    /*галерея*/    
        .t1148__img-wrapper {
            --height: 190px !important;
            --mob-height: 160px !important;
        }
        
        .t1148__img {
            border-radius: 16px !important;
        }
        
        .t1148__slider.t1148__slider_width_40 {
            gap: 12px !important;
        }
        
    /*куки*/            
        .t887__text.t-text {
            font-size: 13px;
        }
        
        .t887 {
            margin: 8px;
        }
        
        .t887__icon-close {
            position: absolute;
            top: 12px;
            right: 12px;
            color: #fff;
        }
        
        .t887__wrapper {
            padding-left: 20px;
            padding-right: 40px;
            border-radius: 16px !important;
        }
        
        .t887 g {
        fill: #fff !important;
        }
}