@media screen and (max-width: 960px){
.t-text_md {
    font-size: 30px;
}}

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

@media screen and (max-width: 640px){
.t-title_xxl {
    line-height: 130%!important;
}}

@media screen and (max-width: 640px){
.t182__title {
    font-size: 30px;
    line-height: 130%!important;
}}

@media screen and (max-width: 960px){
.t490__img {
    margin-bottom: 5px!important;
}}

@media screen and (max-width: 960px){
.t-heading_sm {
    font-size: 30px;
    line-height: 130%!important;
}}

@media screen and (max-width: 640px){
.t478__blockimg {
    height: 320px!important;
}}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .t-title_xxl {
        font-size: 36px!important;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xxl {
        font-size: 30px!important;
    }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .t-title_xl {
        font-size: 36px!important;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xl {
        font-size: 30px!important;
    }
}

/**Уменьшить шрифт в новостях**/
@media screen and (max-width: 960px) {
    .t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text, .t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__preface {
    font-size: 16px !important;
    line-height: 1.55 !important;
    }
}