/* ===== Файл: main.css ===== */

/* Отступ для правого меню на десктопе */
body {
    padding-right: 110px !important;
}

/* Убираем горизонтальный скролл */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* Плавная прокрутка */
html {
    scroll-behavior: smooth;
}

/* Убираем отступы у родительских контейнеров */
.mosaic-wrap,
.root,
#ivfut5j76_0,
#io0ksc91v_0,
#ikicu46ny_0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Шапка — убираем верхний отступ */
#inqo0padr_0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Основной блок шапки — белый фон, убираем верхний отступ */
#icv0eglbq_0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Логотип нависает вниз */
#icchsghuh_0 {
    margin-bottom: -67px !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Убираем белый фон под логотипом */
#ihdrlhrws_0,
#icwbay91u_0,
#igz6g13q5_0,
#icwbay91u_0 img {
    background: transparent !important;
}

/* Приподнимаем текст */
#ikpou7sak_0 {
    margin-top: -60px !important;
}

/* Растягиваем правую часть на всё доступное пространство */
#i8xjk8yw5_0 {
    display: flex !important;
    flex: 1 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* Режим работы */
#ip6oui80c_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex !important;
    align-items: center !important;
}

/* ===== ВЫПАДАЮЩИЙ СПИСОК МЕССЕНДЖЕРОВ ===== */
#isv4y0adx_0 {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    min-width: 220px;
    z-index: 1000;
    margin-top: 5px;
}

#ir3eeffj9_0 {
    cursor: pointer;
}

#isv4y0adx_0 .list__item {
    border-bottom: 1px solid #eee;
}

#isv4y0adx_0 .list__item:last-child {
    border-bottom: none;
}

#isv4y0adx_0 a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
}

#isv4y0adx_0 a:hover {
    background: #f5f5f5;
}

/* ===== ФОН ДЛЯ БЛОКА КОНТАКТОВ (КОСЫЕ ПОЛОСЫ) ===== */
#iw7fss2vu_0 {
    background-color: #f9f9f9 !important;
    background-image: url('glass_1.png') !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 768px) {
    body {
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Шапка — всё в колонку */
    #icv0eglbq_0 {
        flex-direction: column !important;
        align-items: center !important;
        padding-top: 0px !important;
    }
    
    /* Логотип — убираем нависание */
    #icchsghuh_0 {
        margin-bottom: 0 !important;
        position: static !important;
    }
    
    /* Текст — возвращаем на место */
    #ikpou7sak_0 {
        margin-top: 5px !important;
        text-align: center !important;
    }
    
    /* Правая часть — телефон и режим работы */
    #i8xjk8yw5_0 {
        flex: none !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 15px !important;
        margin-bottom: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Телефон */
    #iw0inhhk6_0 {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Режим работы */
    #ip6oui80c_0 {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #isv4y0adx_0 {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    #i8xjk8yw5_0 {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

/* ===== ОГРАНИЧЕНИЕ КОНТЕНТА СПРАВА (ЧТОБЫ НЕ ЗАЕЗЖАЛ ПОД МЕНЮ) ===== */
#iafdvjxpx_0 {
    max-width: calc(100% - 80px) !important; /* 110px меню + 20px отступ */
    padding-right: 20px !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

/* Мобильная версия */
@media (max-width: 768px) {
    #iafdvjxpx_0 {
        max-width: 100% !important;
        padding-right: 15px !important;
    }
}

