/* Ссылки */ 
    /* Подчёркивание у красных */
    .link-red a {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 0.5px !important;
        text-underline-offset: 4px !important;
        text-decoration-color: hsl(0 80% 100% / 30%) !important;    
    }
    /* Подчёркивание у белых */
    .link-white a,  .t-menu__link-item {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 0.5px !important;
        text-underline-offset: 4px !important;
        text-decoration-color: hsl(0 0% 100% / 30%) !important;    
    }
    /* Сброс подчёркивания у активного пункта в мобильном меню */
    .t-menu__link-item.t-active:not(.t978__menu-link) {
        text-decoration-line: none !important;
    }
    /* Подчёркивание у серых */
    .link-grey050 a {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 0.5px !important;
        text-underline-offset: 4px !important;
        text-decoration-color: hsl(0 0% 50% / 30%) !important;    
    }

/* Типографика */
    /* Ноутбук и настольные */
        /* Заголовок 1. Блоки: TL01 */
        .t050__title {
            font-size: 80px !important;
            line-height: 1 !important;
        }
        /* Заголовок 2. Блоки: TL02A */
        .t225__title {
            font-size: 56px !important;
            line-height: 1 !important;
        }
        /* Текст основной. Блоки: TX1 */
        .t-prefix_2 >.t-text_md {
            font-size: 18px !important;
            line-height: 1.6 !important;
        }
        /* Цитата. Блоки: QT07 */
        .t157__text {
            padding-top: 0px;
            padding-left: 20px;
            padding-bottom: 3px;
            font-size: 32px;
            line-height: 1.3;
        }
    /* Планшет горизонтальный */
    @media screen and (max-width: 1200px) {
        /* Заголовок 1. Блоки: TL01 */
        .t050__title {
            font-size: 64px !important;
            line-height: 1 !important;
        }
        /* Заголовок 2. Блоки: TL02A */
        .t225__title {
            font-size: 48px !important;
            line-height: 1 !important;
        }
        /* Текст основной. Блоки: TX1 */
        .t-prefix_2 >.t-text_md {
            font-size: 18px !important;
            line-height: 1.6;
        }
        /* Цитата. Блоки: QT07 */
        .t157__text {
            padding-top: 0px;
            padding-left: 20px;
            padding-bottom: 3px;
            font-size: 32px;
            line-height: 1.3;
        }
    }
    /* Планшет вертикальный */
    @media screen and (max-width: 960px) {
        /* Заголовок 1. Блоки: TL01 */
        .t050__title {
            font-size: 56px !important;
            line-height: 1 !important;
        }
        /* Заголовок 2. Блоки: TL02A */
        .t225__title {
            font-size: 40px !important;
            line-height: 1 !important;
        }
        /* Текст основной. Блоки: TX1 */
        .t-prefix_2 >.t-text_md {
            font-size: 16px !important;
            line-height: 1.6 !important;
        }
        /* Цитата. Блоки: QT07 */
        .t157__text {
            padding-top: 0px;
            padding-left: 20px;
            padding-bottom: 3px;
            font-size: 24px;
            line-height: 1.3;
        }
    }
    /* Мобильный горизонтальный */
    @media screen and (max-width: 640px) {
        /* Заголовок 1. Блоки: TL01 */
        .t050__title {
            font-size: 40px !important;
            line-height: 1 !important;
        }
        /* Заголовок 2. Блоки: TL02A */
        .t225__title {
            font-size: 24px !important;
            line-height: 1 !important;
        }
        /* Текст основной. Блоки: TX1 */
        .t-prefix_2 >.t-text_md {
            font-size: 14px !important;
            line-height: 1.6 !important;
        }
        /* Цитата. Блоки: QT07 */
        .t157__text {
            padding-top: 0px;
            padding-left: 20px;
            padding-bottom: 3px;
            font-size: 20px;
            line-height: 1.3;
        }
    }        
    /* Мобильный вериткальный */
    @media screen and (max-width: 480px) {
        /* Заголовок 1. Блоки: TL01 */
        .t050__title {
            font-size: 32px !important;
            line-height: 1 !important;
        }
        /* Заголовок 2. Блоки: TL02A */
        .t225__title {
            font-size: 24px !important;
            line-height: 1 !important;
        }
        /* Текст основной. Блоки: TX1 */
        .t-prefix_2 >.t-text_md {
            font-size: 14px !important;
            line-height: 1.6 !important;
        }
        /* Цитата. Блоки: QT07 */
        .t157__text {
            padding-top: 0px;
            padding-left: 20px;
            padding-bottom: 3px;
            font-size: 20px;
            line-height: 1.3;
        }
    }