/*ГЛАВНАЯ*/


/*МЕНЮ*/
/*КАСТОМНЫЕ СТИЛИ ДЛЯ ДЕФОЛТНЫХ БЛОКОВ МЕНЮ*/

    /*Размер текста в кнопках переключения языка в меню*/
    .t-descr_xxs {
    font-size: 16px;
    line-height: 1.25;
    }
    /*Отступ меню от верха на мелких мобильных*/
    @media screen and (max-width: 320px) {
    .t280__menu {
    padding-top: 60px !important;
    }}


/*СТРАНИЦА КОНЦЕРТА/ТУРА*/
/*КАСТОМНЫЕ СТИЛИ ДЛЯ ДЕФОЛТНЫХ ТЕКСТОВЫХ БЛОКОВ*/

    @media screen and (max-width: 640px) {
    /*Заголовок H1*/
    .t-title_xxs {
    font-size: 28px !important;
    line-height: 1.25 !important;
    }
    /*Заголовок H2*/
    .t-heading_sm {
    font-size: 24px !important;
    line-height: 1.25 !important;
    }
    /*Подзаголовок*/
    .t-descr_xs {
    font-size: 16px !important;
    line-height: 1.5 !important;
    }
    .t784__descr {
    font-size: 16px !important;
    line-height: 1.5 !important;
    }
    /*Обычный текст абзаца*/
    .t-text_md {
    font-size: 16px !important;
    line-height: 1.5 !important;
    }
    /*Текст в таблице*/
    .t431__td {
    font-size: 16px !important;
    line-height: 1.5 !important;
    }}