.uc-header .t-btn{
    font-size: 15px;
}

.uc-advantages .t-bgimg{
    margin-left: -60px !important;
    margin-top: -60px !important;
}

.uc-advantages-center .t-bgimg{
    margin-top: -80px !important;
}

.uc-advantages-center  .t-card__col{
    margin-top: 80px;
}

.tmenu-mobile__imglogo{
    max-width: 150px !important;
    width: 150px !important;
}

.tmenu-mobile__container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div.t266__title{
    margin-bottom: 30px;
}

.t266__title span{
    padding: 15px 30px;
}

.t266__descr{
    width: 600px;
    background-color: rgb(249, 246, 241);
    padding: 10px 20px;
}

div.t-container{
    max-width: 100vw;
}

.t266__mainblock * {
    box-sizing: border-box;
}

div.t-width_12.t266__mainblock{
    max-width: 100vw;
}

div.t266__mainblock .t-cover__wrapper{
    width: 100vw;
    display: block;
}

div.t266__wrapper{
    padding: 70px 20px;
    height: 100%;
}

button.t266__play-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

@media(max-width:960px){
    div.t266__wrapper{
        padding: 40px 10px;
    }
    .t266__descr span{
        font-size: 12px;
        background-color: transparent;
        padding: 0;
    }
    
    .t266__descr{
        background-color: rgb(249, 246, 241);
        text-align: center;
        padding: 10px 20px;
        width: auto;
        line-height: 1;
    }
    
    div.t266__title{
        padding: 0;
        margin-bottom: 15px;
    }
    
    button.t266__play-icon{
        top: 60%;
    }
}