@media only screen and (min-width: 1023.98px) {
    .header {
        background-color: var(--headerColor);
    }
    .logo-header__image_light {
        display: block;
    }
    .logo-header__image_dark {
        display: none;
    }
    /*.center-header__item_social-list .social-list .social-list__item {
        background: #edeee9;
        transition: all 0.3s ease 0s;
    }*/
}