.header {
    color: white;
    padding-bottom: 100px;
    position: relative;
}

/*@media (min-width: 1160px) {
    .header_mobile + .breadcrumbs-wrap, .short-margin > .breadcrumbs-wrap, .contacts_main + .breadcrumbs-wrap {
        margin: 0 auto!important;
    }
}*/

.header__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.header__content {
    position: relative;
}

.header__black {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.3);
}

.header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 6px 0;
}

.header__content .container {
    margin: 0 auto!important;
}

.header__top_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top-menu {
    display: flex;
    gap: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .header__top-menu {
        font-size: 16px;
    }
}

.header__top-menu_link {
    display: inline-block;
    color: white;
    transition: .3s color;
}

.header__top-menu_link:hover {
    color: #0FC4AC;
}

.header__top_soc-menu {
    display: flex;
    gap: 8px;

}

.header__top_soc-menu_link {
    border-radius: 50%;
    transition: .3s color;
    color: white;
}

.header__top_soc-menu_link:hover {
    color: #0FC4AC;
}

.header__top_soc-menu_link svg path {
    fill: currentColor;
}

.header__top_soc-menu_link img {

}

.header__main {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 6;
    position: relative;
}

.header__main_logo_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header__main_logo_wrapper .header__main_logo_white{
    display: inline-flex;
}
.header__main_logo {
    display: inline-flex;
    z-index: 1;
}

.header__main_logo_separator {
    height: 36px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.10);
}

.header.white .header__main_logo_separator {
    background-color: #E9ECEF;
}

.header__main_logo_text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    max-width: 300px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.70);
}

.header__contacts_item-wrapper {
    display: flex;
    gap: 32px;
}

.header__contacts_item {

}

.header__contacts_item-name {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.70);
}

.header__contacts_working-time {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    position: relative;
    margin-top: 8px;
    padding-left: 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
    font-weight: 700; /* Устанавливаем фиксированную толщину */
    line-height: 14px;
    letter-spacing: 0.22px;
    cursor: pointer;

    /* Изначальный цвет текста */
    color: #0FC4AC;
    background-image: linear-gradient(135deg, #0FC4AC, #0FC4AC 33.33333%, #00D8F5 66.66666%, #00D689);
    background-size: 300% 100%;
    background-position: top left;
    transition: color 0.3s, background-position 0.3s, -webkit-text-fill-color 0.3s;

    /* Улучшение рендера текста */
    -webkit-font-smoothing: antialiased; /* Сглаживание для Webkit */
    -moz-osx-font-smoothing: grayscale;  /* Сглаживание для macOS */
}

.header__contacts_working-time:hover {
    color: transparent; /* Прозрачный текст */
    -webkit-background-clip: text; /* Применяем клип на текст */
    -webkit-text-fill-color: transparent; /* Устанавливаем прозрачный текст */
    background-position: right center; /* Двигаем градиент для анимации */

    /* Сохраняем сглаживание */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.header__contacts_item-contacts svg path {
    fill: white;
}



.tg-plane {
    fill:#061b1b!important;
}

.tg-icon:hover {
    fill: #0088CC;
}

.ws-icon, .tg-icon {
    transition: .3s fill;
}

.ws-icon:hover {
    fill: #25D366;
}

.header.white > .header__contacts_item-contacts_value {
   color: #242440!important;
    -webkit-text-fill-color:#242440!important;
}


.header.white .ws-icon, .contacts_main__item .ws-icon{
    fill: #25D366!important;
}

.header.white .tg-icon, .contacts_main__item .tg-icon {
    fill: #0088CC;
}

.header.white .tg-plane, .contacts_main__item .tg-plane {
    fill: white!important;
}

/*.header__contacts_item-contacts_value {
    font-family: 'Inter', sans-serif;
    font-size: 18px;I
    font-weight: 600;
    line-height: 22px;
    color: white;

    transition: background-position 0.3s ease;
}

.header__contacts_item-contacts_value:hover {
    background-image: linear-gradient(135deg, #0FC4AC, #0FC4AC 33.33333%, #00D8F5 66.66666%, #00D689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 100%;
    background-position: 100% 100%;
}*/

/*.header__contacts_item-contacts_value {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: white; !* Начальный белый цвет текста *!
    background-image: linear-gradient(135deg, #0FC4AC, #0FC4AC 33.33333%, #00D8F5 66.66666%, #00D689);
    background-size: 300% 100%;
    background-position: 0% 100%;
    transition: color 0.3s ease, background-position 0.3s ease; !* Переход для цвета и позиции фона *!
    -webkit-background-clip: text; !* Определяет градиентный фон текста *!
    -webkit-text-fill-color: white; !* Начальный белый цвет текста *!
}

.header__contacts_item-contacts_value:hover {
    color: transparent; !* Делаем текст прозрачным для отображения градиента *!
    background-position: 100% 100%; !* Смещение градиента при наведении *!
    -webkit-text-fill-color: transparent; !* Обеспечивает отображение фона текста *!
}*/

.header__contacts_item-contacts_value {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: transparent; /* Цвет текста прозрачный, чтобы проявился градиент */
    background-image: linear-gradient(135deg, white, white 30%, #0FC4AC 50%, #00D8F5 75%, #00D689 100%);
    background-size: 400% 200%;
    background-position: left bottom; 
    -webkit-background-clip: text;
   /* -webkit-text-fill-color: transparent; !* Поддержка для Safari и Chrome *!*/
    transition: all 0.5s; 
}
.header.white .header__contacts_item-contacts_value {
    background-image: linear-gradient(135deg, #242440, #242440 30%, #0FC4AC 50%, #00D8F5 75%, #00D689 100%);

    color: transparent; /* Цвет текста прозрачный, чтобы проявился градиент */
    background-image: linear-gradient(135deg, white, white 30%, #0FC4AC 50%, #00D8F5 75%, #00D689 100%);
    background-size: 400% 200%;
    background-position: left bottom; /* Начальная позиция - показывается только белый цвет */
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent; !* Поддержка для Safari и Chrome *!*/
    transition: all 0.3s ease; 
}

.header__contacts_item-contacts_value:hover {
    background-position: right top; /* При наведении показываются цвета градиента */
}


.header__contacts_item-contacts_email {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: transparent; /* Цвет текста прозрачный, чтобы проявился градиент */
    background-image: linear-gradient(135deg, white, white 30%, #0FC4AC 50%, #00D8F5 75%, #00D689 100%);
    background-size: 400% 200%;
    background-position: left bottom; /* Начальная позиция - показывается только белый цвет */
    -webkit-background-clip: text;
   /* -webkit-text-fill-color: transparent; !* Поддержка для Safari и Chrome *!*/
    transition: background-position 0.5s; /* Переход для позиции градиента */
}
.header.white .header__contacts_item-contacts_email {
    background-image: linear-gradient(135deg, #242440, #242440 30%, #0FC4AC 50%, #00D8F5 75%, #00D689 100%);

}
.header__contacts_item-contacts_email:hover {
    background-position: right top; /* При наведении показываются цвета градиента */
}

.header__contacts_working-time:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0FC4AC;
}

.header__contacts_working-time:after {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 15px);
    height: 1px;
    background-color: #0FC4AC;

    background-image:linear-gradient(135deg, #0FC4AC, #0FC4AC 33.33333%, #00D8F5 66.66666%, #00D689);

    background-size: 300% 100%;
    background-position: top left;
    transition: .3s background-position;
}

.header__contacts_working-time {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    position: relative;
    margin-top: 8px;
    padding-left: 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.22px;
    cursor: pointer;

    color:#0FC4AC;
    background-image:linear-gradient(135deg, #0FC4AC, #0FC4AC 33.33333%, #00D8F5 66.66666%, #00D689);

    -webkit-background-clip: text;
   /* -webkit-text-fill-color: transparent;*/
    background-size: 300% 100%;
    background-position: top left;
    transition: .3s background-position;
}

.header_mobile .header__contacts_working-time {
    margin-top: 16px;
}

.header__contacts_working-time:hover, .header__contacts_working-time:hover:after {
    background-position: top left 100%;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}

.header__weather-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.header__weather-icon {
    width: 26px;
    height: 26px;
}

.header__bottom_menu {
    display: flex;
    gap: 24px;
}

.header__bottom_item, .header__top_soc-menu_item, .header__top-menu_item {
    margin: 0;
    line-height: normal;
}

.header__bottom_link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    color: white;
    transition: .3s color;
}

.header__bottom_link:hover {
    color: #0FC4AC;
}

.header__weather {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    max-width: 190px;
}

.header__weather_info {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.header__weather_date {
    display: none;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.header.white .header__weather_info {
    color: #242440;
}

.header.white .header__weather_date {
    color: #93A0AD;
}

.header__lights {
    display: flex;
    gap: 1px;
    align-items: end;
}

.header__lights_title_value {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.header__lights_wrapper {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__lights_info {
    font-family: 'Inter', sans-serif;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 32px 0px rgba(5, 15, 41, 0.16), 0px 0px 1px 0px rgba(5, 15, 41, 0.16);
    padding: 16px;
    width: 240px;
    box-sizing: border-box;
    color: #242440;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity, .3s visibility;
}

.header__lights_wrapper:hover .header__lights_info {
    visibility: visible;
    opacity: 1;
}

.header__lights_info_text {
    font-size: 12px;
    line-height: 18px;
    color: #93A0AD;
}

.header__lights_info_text a {
    color: #0FC4AC;
}

.header__lights_info_bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.header__lights_info_avg {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__lights_info_avg .header__lights_info_text {
    line-height: 15px;
}

.header__lights_info_avg-value {
    color: #7B8997;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.header__lights_info_avg-value_main {
    color: #242440;
    font-size: 28px;
}

.header__lights_info_sun-activity {
    margin-top: 8px;
}

.header__lights_info_forecast-text {
    margin-top: 16px;
}

.header__lights_info_forecast-value {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__lights_info_forecast-link {
    margin-top: 4px;
}

.header__lights_info_detail {
    color: #0FC4AC;
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
    display: inline-block;
}

.header__lights_info_detail svg path {
    fill: #0FC4AC;
}

.header__lights_info_lights-wrapper {
    margin-top: 12px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.header__lights_info_lights {
    width: 23px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.header__lights_info_lights.value-1 {
    background-color: #81C784;
    height: 12px;
}

.header__lights_info_lights.value-2 {
    background-color: #4CAF50;
    height: 16px;
}

.header__lights_info_lights.value-3 {
    background-color: #388E3C;
    height: 20px;
}

.header__lights_info_lights.value-4 {
    background-color: #1B5E20;
    height: 24px;
}

.header__lights_info_lights.value-5 {
    background-color: #FFCA28;
    height: 28px;
}

.header__lights_info_lights.value-6 {
    background-color: #FFB300;
    height: 32px;
}
/* --- */

.header__lights_bar {
    width: 4px;
    border-radius: 1px;
}

.header__lights_bar.value-1 {
    height: 12px;
    background-color: #81C784;
}

.header__lights_bar.value-2 {
    height: 12px;
    background-color: #4CAF50;
}

.header__lights_bar.value-3 {
    height: 20px;
    background-color: #388E3C;
}

.header__lights_bar.value-4 {
    height: 16px;
    background-color: #1B5E20;
}

.header__lights_bar.value-5 {
    height: 24px;
    background-color: #FFCA28;
}

.header__lights_bar.value-6 {
    height: 32px;
    background-color: #FFB300;
}

.header__info {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
}

.header__info-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header__info_tags {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    /* Menu/Desk Regular */
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.header__info_tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.header__info_tags li {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.30);
    padding: 5px 6px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.header__info_bottom-wrapper {
    max-width: 472px;
}

.header__info_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
}

.header__info_text {
    font-family: 'Inter', sans-serif;
    margin-top: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 400;
    font-size: 16px;
}

.header__info_text ul > li {
    list-style: disc!important;
    margin-left: 17px;
    margin-bottom: 2px;
    text-align: left;
}

.header__info_form {
    margin-top: 24px;
}

.header__info_form_title {
    color: black;
    text-align: center;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Roboto Slab", Arial, sans-serif;
}

.header__info_form_inner {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    justify-content: space-between;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.header__ws-link {
    position: relative;
    color: white;
    padding: 10px 6px;
    border-radius: 20px;
    padding-left: 34px;
    padding-right: 30px;
    background-color: #48C95F;
    background-size: 200% 100%;
    background-position: top left;
    transition: 0.3s;
}

.header__ws-link:hover {
    background-color: #18b953;
}

.header__ws-link::before {
    position: absolute;
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    left: 10px;
    content: url("../../../images/icons/header/whatsapp.svg");
}

.header__tg-link::before {
    position: absolute;
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    left: 10px;
    content: url("../../../images/icons/header/telegram.svg");
}

.header__ws-link::after, .header__tg-link::after {
    position: absolute;
    display: inline;
    width: 16px;
    height: 16px;
    top: 13px;
    margin-left: 4px;
    content: url("../../../images/icons/header/up-right-small.svg");
}


.header__tg-link {
    position: relative;
    color: white;
    padding: 10px 6px;
    border-radius: 20px;
    background-color: #27A6E5;
    padding-left: 34px;
    padding-right: 30px;
    background-size: 200% 100%;
    background-position: top left;
    transition: 0.3s;
}

.header__tg-link:hover {
    background-color: #1b8cc4;
}

.header__info_form_input {
    width: 250px;
    height: 50px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: initial;
}
.form_phone_wrapper .header__info_form_input {
    width: 100%;
}

.header__info_form_input::placeholder {
    font-size: 16px;
    color: #242440;
}

.header__info_policy {
    font-family: 'Inter', sans-serif;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 18px;
}

.header__info_policy a {
    color: white;
}

.header__info_download-presentation {
    display: block;
    font-family: 'Inter', sans-serif;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    transition: .3s color;
}

.header__info_download-presentation:hover {
    color: #0FC4AC;
}

/*.header__burger {
    display: none;
    width: 28px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.header__burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}*/

.header__burger {
    box-sizing: border-box;
    display: none;
    width: 28px;
    height: 28px;
    padding: 4px 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin-left: auto;
}

.header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__burger span:nth-child(2) {
    width: 14px;
    margin-left: auto;
}
.header__burger span:nth-child(3) {
    width: 80%;
    margin-left: auto;
}

.header__burger.open span:nth-child(1), .menu-opened .header__burger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
}

.header__burger.open span:nth-child(2), .menu-opened .header__burger span:nth-child(2) {
    opacity: 0;
}

.header__burger.open span:nth-child(3), .menu-opened .header__burger span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(6px);
    -ms-transform: rotate(-45deg) translateY(-6px) translateX(6px);
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
}

.header.white .header__burger span {
    background-color: #1A1A1C;
}
.header.white .header__burger.open span {
    background-color: #fff;
}
@media (min-width: 992px) {
    .header__info_form_submit {
        max-width: 170px;
    }
    .header__info.corp-page .header__info_bottom-wrapper {
        max-width: 100%;
    }

    .header__info.corp-page .form_phone_wrapper, .header__info.corp-page .form_email_wrapper {
        flex: 1;
        max-width: 100%;
    }
    .header__info.corp-page .form_phone_wrapper input, .header__info.corp-page .form_email_wrapper input {
        width: 100%;
    }

}

/* Блоки под мобилку */
.header_mobile {
    display: none;
    position: fixed;
    left: 100%;
    top: 0;
    transition: .3s left;
    background-color: #060613;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    padding: 12px 14px;
    padding-top: 80px;
    box-sizing: border-box;
    overflow:auto;
    z-index: 5;
}

.header_mobile:before {
    content: '';
    background-color: #060613;
    width: 100%;
    height: 100px;
    position: fixed;
    top: -40px;
    left: 100%;
    z-index: 1;
    transition: .3s left;
}

body.is-admin .header_mobile:before {
    top: 120px;
}

body.is-admin .header_mobile {
    padding-top: 230px;
}

body.menu-opened .header_mobile, body.menu-opened .header_mobile:before {
    left: 0;
}

.header_mobile .header__bottom_menu {
    flex-direction: column;
}

.header_mobile .header__bottom_link {
    font-size: 16px;
    line-height: 24px;
}

.header_mobile .header__contacts_item-wrapper {
    flex-direction: row;
    margin-top: 28px;
    gap: 117px;
    margin-left: 16px;
}

@media (max-width: 600px) {
    .header_mobile .header__contacts_item-wrapper {
        flex-direction: column;
        gap: 24px;
        margin-left: 16px;
    }
}

.header_mobile .header__top-menu {
    margin-top: 48px;
    flex-direction: column;
    gap: 26px;
}

.header_mobile .header__top_soc-menu {
    margin-top: 20px;
}

.header_mobile .header__top_soc-menu svg {
    width: 24px;
    height: 24px;
}

.header__weather-wrapper {
    justify-content: space-between;
}

.header.white .header__main_logo_black {
    display: none;
}

.menu-opened .header.white .header__main_logo_black {
    display: flex;
}

.header.white .header__main_logo_white {
    display: flex;
}
.menu-opened .header.white .header__main_logo_white {
    display: none;
}

.block-padding {
    padding: 24px 0;
    margin: 0;
}

.header  .header__lights_title_value, .header.white .header__weather_date {
   display: none; 
}

/* --- */
