/*Новостной блок фото на главной 80%*/
@media screen and (max-width: 460px) {
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
        width: 100% !important;
        height: auto !important;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 80%;
    }
}
/*Новостной блок заголовок в читать еще*/
@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 16px;
    }
}
/*Новостной блок заголовок*/
@media screen and (max-width: 640px) {
    .t-title_xxs {
        font-size: 22px;
    }
}
@media screen and (max-width: 640px) {
    .t678 .t-form__submit {
        display: block;
        width: 100%;
        padding-bottom: 0px;
        text-align: center;
    }
}