.header-main-wrap {
    background-color: #333333;
    min-height: 66.66px;
    transform: translateY(0);
    transition: transform .1s;
    @media (max-width: 1024px) {
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 86px;
        background: #333;
    }
}
.header-main-wrap--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
    @media (max-width: 1024px) {
        transform: translateY(-36px);
    }
}

@media (max-width: 1024px) {
    .header-main-wrap--without-banner {
        min-height: 0;
        background-color: #333333;
    }
}
.header-banner-wrap {
    order: 0;
    min-height: 36px;
    background-color: #333;
    @media (min-width: 1025px) {
        order: 1;
        min-height: 45px;
    }
    @media (max-width: 1024px) {
        display: none;
    }
}
.header-banner-wrap--empty {
    min-height: 0;
    @media (min-width: 1025px) {
        min-height: 0;
    }
}