/*отступы*/
    .uc-indent-xxl {
        height: 120px;
    }
    
    .uc-indent-xl {
        height: 90px;
    }
    
    .uc-indent-l {
        height: 60px;
    }
    
    .uc-indent-m {
        height: 40px;
    }
    
    .uc-indent-s {
        height: 20px;
    }

/*фиксированная кнопка на мобильном*/ 
    .t943__btn_fixed {
        width: 140px;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
    
        
/*куки*/   
    .t886__wrapper {
        display: inline-table;
        width: 480px !important;
        padding: 20px 20px;
        box-sizing: border-box;
    }
    
    .t886__btn {
        padding: 4px 16px;
        height: auto;
    }
    
    .t886 {
        bottom: 40px;
    }
    
    


/*Положение крестика в мобильном меню*/
    .t450__close {
        width: 60px;
        height: 60px;
        top: 24px;
        right: 48px;
    }
    
    @media screen and (max-width: 980px){
    .t450__close {
        width: 48px;
        height: 48px;
        top: 6px;
        right: 10px;
     }
     
     /*куки*/
        .t886__wrapper{
            margin-bottom: 20px;
            margin-left: 20px !important;
        }
    }
    
/*подпись внизу открытого меню*/
    .t450__rightside {
        max-width: 240px;
    }
    
    
    
/*ховер на картинки*/    
    .img-zoom {
        overflow: hidden;
    }
    
    .img-zoom .tn-atom {
        transition: transform 200ms ease-in-out;
    }
    
    .img-zoom:hover .tn-atom {
        transform: scale(106%);
    }
    
/*размытое видеo*/
    .video-blur{
        filter: blur(240px);
    }
    
    
    @media screen and (max-width: 940px) {
        
        
        .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) {
            top: 14px !important;
        }
        
        .t-menuburger__big span:nth-child(4) {
            top: 28px !important;
        }
        
        .video-blur{
            filter: blur(120px);
        }
        
             /*куки*/
        .t886__wrapper{
            margin-bottom: 20px;
            margin-left: 20px !important;
        }
        
    }
    
    
    @media screen and (max-width: 640px) {
        
        .uc-indent-xxl {
            height: 70px;
        }
        
        .t886__wrapper{
            width: 280px !important;
        }
        
        .uc-indent-xl {
            height: 50px;
        }
        
        .uc-indent-l {
            height: 36px;
        }
        
        .uc-indent-m {
            height: 24px;
        }
            
        .uc-indent-s {
            height: 12px;
        }
        
        .t943__btn, .t943__btn_preview {
            padding: 10px 20px;
        }
    
    }