﻿.header-container {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #002A4E4D;
}

.header-container .menu-promo-old {
    right: 2.5rem;
}

.menu__tab__content__wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.menu__head__button__text {
    color: #003E52;
    font-size: 16px;
    text-transform: none;
}

.menu__head__button--active {
    background-color: white;
    border-top: 1px solid #ededed;
    border-bottom: 0;
    height: 3.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.menu__panel {
    top: 298px;
    background-color: white !important;
    border-top: 0 !important;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.menu__head__button--active, .menu__head__button--active:hover {
    background-color: white !important;
}

.menu__head__button__icon--menu{
    margin-left: 1px;
}

/*.header-active-icon {
    color: #003E52;
    font-size: 18px;
}*/

.right-egg {
    margin-right: 5px;
    color: #4597CB;
}

.menu__head__button {
    height: 3.5rem !important;
}

.menu__head__promo__item__text {
    color: #4597CB;
    font-style: normal;
    font-size: 16px;
    top: 7px;
    right: 45px;
    position: absolute;
    text-transform: none;
    font-family: 'brix-sanslight';
    font-weight: bold;
}

.menu__panel__container {
    border-top: 0 !important;
}


.menu__head {
    width: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    border-bottom: 1px solid #E9E9E9
}

.menu__tab__label {
    font-family: "brix-sansblack", "arial", sans-serif;
    background: white;
    color: black !important;
    border: none;
}

.menu-secondary {
    display: none;
}

.tab__text {
    font-family: 'brix-sanslight';
    font-weight: bold;
    letter-spacing: 0;
}

.menu__tab .tab__label--active {
    border: 0;
    border-bottom: 3px solid #36383D;
    background: #fff;
    color: #36383D !important;
}

.menu__tab__bar {
    border: 0;
}

.menu__tab__content__inner .tab__content {
    border-top: 1px solid #E9E9E9;
}

.menu__jump{
    display: none !important;
}

.menu-head-promo-old .menu__head__promo__item__text {
    position: unset;
}

@media screen and (min-width: 1920px) {
    .menu__head__inner {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
}

@media screen and (min-width: 1925px) {
    .menu__head__promo__item__text {
        right: 5px !important;
    }
}


@media screen and (min-width: 1980px) {
    .menu__head__inner {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1920px) {
    .menu__head__inner {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
}


@media screen and (max-width: 768px) {
    .menu__head__inner {
        margin: 0 1.25rem !important;
    }
}

@media (min-width: 600px) and (min-width: 1200px) {
    .menu__tab__content__inner {
        width: 940px !important;
    }
}





