/* ========================================== */
/* БЕГУЩАЯ СТРОКА (МАРАФОН)                    */
/* ========================================== */
.marquee-line img,
.marquee-line.reverse img {
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
    opacity: 0.7;
}

/* ========================================== */
/* УМЕНЬШАЕМ МЕНЮ НА МОБИЛЬНЫХ                 */
/* ========================================== */
@media screen and (max-width: 640px) {
    /* Высота меню — 60px (компактно) */
    .t1272 .t-menu-base__maincontainer {
        min-height: 60px !important;
    }
    
    .t1272 .t-menu-base {
        min-height: 60px !important;
    }
    
    /* ☝️ ЛОГОТИП — 140px (заметный, но не перегружает) */
    .t1272 .t-menu-base__logo img {
        max-width: 140px !important;
        max-height: 40px !important;
        width: auto !important;
    }
    
    /* Отступы внутри меню */
    .t1272 .t-menu-base__maincontainer {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    
    /* Пункты меню */
    .t1272 .t-menu__link-item {
        font-size: 15px !important;
    }
    
    /* Кнопка "Связаться" */
    .t1272 .t-btnflex {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }
    
    /* Бургер */
    .t1272 .t-menu-burger {
        transform: scale(0.9) !important;
    }

    /* Шрифт в выпадающем меню */
    .t1272 .t-menu-mobile__list .t-menu__link-item {
        font-size: 18px !important;
    }
}