.t-descr_xxs{
    font-size: 15px;
}

.tmenu-mobile__container{
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
    padding: 5px 20px;
}
.tmenu-mobile__burgerlogo img{
    width: 110px!important;
}
.t-descr_xxs{
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .t-descr_xxs {
        font-size: 14px;
    }
    .t-descr_xxs{
        line-height: 1.5;
    }
}

@media screen and (max-width: 980px) {
    .t185__butwrapper {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .t-btn_md{
        padding: 0 80px;
    }
}