/* НОВОСТИ текст - Заголовок новости */
.t-title_xxs {
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}
@media screen and (max-width: 1200px) {
.t-title_xxs {
    font-size: 42px;
    text-align: center;
    font-weight: 300;
}
}
@media screen and (max-width: 640px) {
.t-title_xxs {
    font-size: 33px;
    text-align: center;
    font-weight: 300;
}
}
/* НОВОСТИ текст - Смотрите также */
.t-uptitle_xxl {
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}
@media screen and (max-width: 1200px) {
.t-uptitle_xxl {
    font-size: 42px;
    text-align: center;
    font-weight: 300;
}
}
@media screen and (max-width: 640px) {
.t-uptitle_xxl {
    font-size: 33px;
    text-align: center;
    font-weight: 300;
}
}
/* ЕЩЁ НОВОСТИ текст - Заголовок новости */
.t-name_xs {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
.t-name_xs {
        font-size: 18px;
        font-weight: 500;
}
}
@media screen and (max-width: 640px) {
.t-name_xs {
    font-size: 16px;
    font-weight: 500;
}
}
/* ЕЩЁ НОВОСТИ текст - новость кратко */
.t-descr_xxs {
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
.t-descr_xxs {
        font-size: 16px;
}
}
@media screen and (max-width: 640px) {
.t-descr_xxs {
    font-size: 14px;
}
}
/* НОВОСТИ - Размер картинок новостей */
@media screen and (max-width: 460px) {
.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
        padding-bottom: 75%;
}
}
/* МЕНЮ - прозрачность для мобил */
.t451__container__bg {
      opacity: 50%;
}