/* ========== АНІМАЦІЯ ДЛЯ КНОПКИ INSTAGRAM ========== */
@keyframes pulse-instagram {
    0% { transform: scale(1); box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
    50% { transform: scale(1.03); box-shadow: 0 4px 12px rgba(210,41,118,0.4); }
    100% { transform: scale(1); box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
}

/* ========== ТІЛЬКИ ДЛЯ МОБІЛЬНИХ ========== */
@media (max-width: 768px) {
    /* Ховаємо дублікати */
    .hide_header {
        display: none !important;
    }
    
    #hraderUp {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding: 10px !important;
    }
    
    /* Логотип зліва */
    #hraderUp > a {
        margin-bottom: 10px !important;
    }
    
    /* Правий блок з телефонами та Instagram */
    #hraderUp > div:last-child {
        align-self: flex-end !important;
        text-align: right !important;
        width: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
    }
    
    /* Телефони */
    #hraderUp > div:last-child .contaktPhone:not(.hide_header) {
        display: block !important;
        text-align: right !important;
        white-space: nowrap !important;
        margin-bottom: 5px !important;
    }
    
    /* Кнопка Instagram */
    #hraderUp > div:last-child > a {
        display: inline-flex !important;
        margin-top: 10px !important;
        margin-bottom: 5px !important;
        align-self: flex-end !important;
    }
    
    /* Блок email та час роботи — ПРАВОРУЧ */
    .show_header {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        text-align: right !important;
        width: auto !important;
        margin: 0 0 10px 0 !important;
        align-self: flex-end !important;
    }
    
    .show_header .contaktPhone,
    .show_header .mode {
        display: block !important;
        text-align: right !important;
        font-size: 12px !important;
        margin: 0 !important;
        line-height: 1.4 !important;
    }
    
    .show_header br {
        display: none !important;
    }
    
    #hraderUp > div:last-child br {
        display: none !important;
    }
}

/* Стилі для правого блоку з послугами */
.headerDownRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.headerDownRight .service-item {
    background-color: rgba(227, 227, 227, 0.8) !important;
    padding: 8px 15px;
    border-radius: 40px 0px;
    font-size: 14px;
    font-family: Open Sans Bold, sans-serif, Arial;
    color: #000 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
}
