/* Полное выравнивание header - левая и правая части на одном уровне */

/* Основной контейнер header */
._CWC .header-container,
.header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 64px !important;
    max-height: 64px !important;
    min-height: 64px !important;
    padding: 0 24px !important;
}

/* Левая часть - навигация */
._CWC .header-leftside,
.header-leftside {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    flex: 1 !important;
}

/* Правая часть - кнопки входа, поиск, язык, тема */
._CWC .header-rightside,
.header-rightside {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    gap: 8px !important;
}

/* Все элементы меню слева */
._CWC .header-menu-item,
.header-menu-item {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    padding: 0 12px !important;
}

/* Все элементы меню справа */
._CWC .header-menu-rightItem,
.header-menu-rightItem {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    padding: 20px 8px !important;
}

/* Кнопки Log In и Sign Up */
._CWC .header-rightside button,
.header-rightside button,
._CWC .header-rightside a,
.header-rightside a {
    margin: 0 !important;
    align-self: center !important;
}

/* Иконки (поиск, язык, тема) */
._CWC .header-rightside .bn-svg,
.header-rightside .bn-svg {
    align-self: center !important;
    margin: 0 !important;
}

/* Выпадающие меню */
._CWC .header-dropdown-menu,
.header-dropdown-menu {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Убираем лишние отступы */
._CWC .header-menu-item_view,
.header-menu-item_view {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
}

/* Лого */
._CWC .header-leftside > a:first-child,
.header-leftside > a:first-child {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
}

/* Текст в меню */
._CWC .typography-Subtitle4,
.typography-Subtitle4 {
    line-height: 64px !important;
    margin: 0 !important;
}



