/* ==========================================
   ПЛАВАЮЩАЯ КНОПКА ТОЛЬКО ДЛЯ МОБИЛЬНЫХ (max-width: 980px)
   ========================================== */
@media screen and (max-width: 980px) {
    .floating-phone {
        height: 0 !important;
        overflow: visible !important;
        pointer-events: none !important;
        z-index: 99999 !important;
    }
    .floating-phone .t396__artboard {
        height: 0 !important;
        overflow: visible !important;
        pointer-events: none !important;
    }
    
    .phone-btn {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        width: 48px !important;
        height: 48px !important;
        background-color: #F4A460 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: all !important;
        z-index: 99999 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
        border: none !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
    }
    .phone-btn * {
        display: none !important;
    }
    .phone-btn::before {
        content: '📞' !important;
        font-size: 24px !important;
    }
}

/* ==========================================
   СТИЛИ ДЛЯ ПОПАПА (uc-contact-popup)
   ========================================== */
.uc-contact-popup {
    display: none !important;
    position: fixed !important;
    top: 80px !important;
    right: 20px !important;
    width: 200px !important;
    background-color: #FAC66A !important;
    border-radius: 16px !important;
    padding: 15px !important;
    z-index: 99998 !important;
}
.uc-contact-popup.active {
    display: block !important;
}
.uc-contact-popup a {
    color: white !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 8px 0 !important;
}
.uc-contact-popup .city-title {
    color: white !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    margin-top: 12px !important;
}
.uc-contact-popup img {
    filter: brightness(0) invert(1) !important;
}

/* Заставляем ME601 показывать эмодзи, а не вопросики */
#rec2395459521 .t-menu__menu-item_title {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
