/*Модификация размеров элементов в адаптивах меню МЕ302*/
@media screen and (max-width:1200px){
    .t446__imglogomobile {
        max-width: 140px !important;
        width: 140px !important;
    }
    .t-rec_pb-res-480_0 {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
    }
}
@media (min-width: 980px) and (max-width: 1200px){
    .t446__rightwrapper {
        padding-left: 60px !important;
    }
    .t446__leftwrapper {
        padding-right: 60px !important;
    }
}
@media screen and (max-width: 1200px) {
    .t-title_xxl {
        font-size: 32px !important;
    }
    .t547 .t-section__title {
        font-size: 32px !important;
    }
}
@media screen and (max-width: 640px) {
    .t547 .t-align_center {
        text-align: left;
    }
    .t547__title {
        font-size: 18px !important;
    }        
    .t-title_xxl {
        font-size: 24px !important;
    }
    .t547 .t-section__title {
        font-size: 24px !important;
    }    
}
@media screen and (min-width: 480px){
.t994 {
    padding: 40px 0 50px;
}
}

/*Размер текста в кнопке меню МЕ301*/
.t228 .t-btn {
    font-size: 16px;
}