header{
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 999;
}


.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_dark{
    flex-wrap: wrap;
    min-height: 51px;
    background-color: #3C4D5B;
    color: #FFFFFF;
}

/* MAP MENU */
.text-map{
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.map-wrap{
    /* display: none; */
    visibility: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    transform: translateY(-100vh);
    z-index: 999;
    transition: .7s;
}
.map, .hamb{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.map__title{
    font-size: 35px;
    line-height: 49px;
}
.map__close{
    width: 60px;
    height: 60px;
    background-color: #3c4e5c;
    border: none;
    cursor: pointer;
}

/* HAMB MENU */

.hamb-wrap{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 999;
    transition: .7s;
}

.hamb{
    align-items: flex-start;
    margin-bottom: 15vh;
}
.hamb-wrap .footer-link{
    margin-bottom: 0;
}

.hamb__links{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    /* font-family: Montserrat; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    margin-right: 70px;
}   
.hamb-links{
    flex-grow: 1;
}
.hamb-category{
    flex-grow: .5;
}
.hamb__right{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.hamb__icon{
    max-width: 27px;
    height: auto;
}
.hamb__logo{
    max-width: 240px;
}

.hamb__link{
    font-size: 18px !important;
}
.logo-big-circle{
    display: block;
    max-width: 100%;
}

.hamb-links__item{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.contact__link{
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.contact__link:nth-child(1){
    width: 270px;
    font-size: 20px;
    line-height: 20px;
    flex-grow: .27;
}
.contact__link:nth-child(2){
    font-size: 15px;
    line-height: 20px;
    flex-grow: 1;
}

.company-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.company-links__item{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    margin-left: 30px;
    transition: .3s;
}

.company-links__item_bold{
    font-size: 18px;
    font-weight: 700;
    margin: auto 60px;
}

.people {
    margin-right: 15px;
}

.people, .loupe {
    color: white;
    width: 27px;
    height: 27px; 
}

/* HEADER SECTION SECOND */

.header_white{
    min-height: 84px;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    color:  #323232;
    border-bottom: 2px solid #EDECE8;
}

.catalog-links, .basket-links{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.basket-links__item_image{
    position: relative;
}
.basket-links__count{
    position: absolute;
    top: -2px;
    left: 70%;
    width: 19px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.05em;
    border-radius: 10px;
    background-color: var(--pomegranate-color);
    color: #FFFFFF;
}

.catalog-links__item{
    text-decoration: none;
    outline: none;
    color: #323232;
    cursor: pointer;
    transition: .3s;
}
.catalog-links__item:hover, .company-links__item:hover{
    color: var(--pomegranate-color);
}


.logo-company{
    height: 57px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    border-right: 2px solid #EDECE8;
}

/* BUTTON 'CATALOG' */

.catalog-links__item_catalog{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 40px;
    padding: 17px 18px;
    border: 2px solid #EDECE8;
}

.catalog-links__item:nth-child(3){
    margin-right: 30px;
}

.line-open{
    position: relative;
    margin-left: 15px;
}

.line-open, .line-open::after, .line-open::before{
    height: 2px;
    width: 20px;
    border-radius: 0px;
    background-color: rgb(255, 0, 0);
    cursor: pointer;
}

.line-open::after, .line-open::before{
    position: absolute;
    content: '';
}

.line-open::after{
    top: -5px;
}

.line-open::before{
    top: 5px;
}

.line-open_bold, .line-open_bold::after, .line-open_bold::before{
    height: 3px;
    width: 42px;
}

.line-open_bold::after{
    top: -9px;
}

.line-open_bold::before{
    top: 9px;
}

.basket-links__item{
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.basket-links__item:nth-child(2){
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin-left: 20px;
    margin-right: 40px;
    border-radius: 50%;
    background-color: #464646;
}

.logo-basket{
    height: 30px;
}
.hamb-links__item{
    display: block;
    width: 100%;
}
/* .sub-menu{
    display: flex;
    opacity: 0;
    visi
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0%;
    left: calc(0% + 270px);
    min-width: 300px;
    padding: 0;
    transition: .3s;
}
.sub-menu__item{
    padding: 0;
}
.sub-menu__link{
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.column-footer__item_link{
    width: 100%;
}
.hamb-links__item:hover + .sub-menu{
    opacity: 1;
} */

@media screen and (max-width: 1200.25px) {
    .catalog-links__item:nth-child(3), .catalog-links__item:nth-child(4){
        display: none;
    }
}
@media screen and (max-width: 992.25px) {
    .header{
        padding: 0 15px;
    }
    .logo-company > .catalog-links__item{
        height: auto;
        max-width: 140px;
    }
    .catalog-links__item_catalog{
        margin-left: 20px;
        max-height: 42px;
        max-width: 122px;
        font-size: 10px;
    }
    .header_white{
        min-height: 62px;
    }
    .text-map{
        font-size: 10px;   
    }
    .company-links__item{
        font-size: 10px;
    }
    .company-links__item_phone{
        font-size: 16px;
    }
    .company-links__item_bold{
        font-size: 16px;
        margin: auto 15px;
    }
}