

.hdr, .header {
    height: initial !important;
    width: 100%;
    padding-top: 0;
    position: relative;
    z-index: 30;
    /* margin-bottom: 3.0729166667vw; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.hdr-wrap {
    width: 87vw;
    padding: 1vw 1vw 0.5vw 1vw; 
    margin: 1vw 7vw;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}


.hdr-wrap-dark {
    background: #fff;
}




.hdr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1vw;
    border-bottom: 1px solid #dfdfdf;
}



.hdr-logo {
}

.hdr-logo a {
    display: inline-block;
}

.hdr-logo a img {
    width: 7vw;
}




.hdr-burder {
    position: absolute !important;
  }


.hdr-loc {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 13vw;
    margin-left: -8vw;
}

.hdr-loc-icon {
    width: 1vw;
    height: 1.2vw;
    margin-left: 0.5vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.hdr-loc-text {
    font-size: 0.6333333333vw;
    line-height: 0.8895833333vw;
    letter-spacing: 0.03em;
    color: #252324;

    margin-left: 0.5vw;
}




.hdr-download {
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid #F0C02E;
    border-radius: 1vw;
    padding: 1vw;

    transition: 0.3s;
}

.hdr-download:hover {
    cursor: pointer;
    transform: scale(0.97);
}

.hdr-download-icon {
    width: 0.8vw;
    height: 0.8vw;
    margin-left: 0.5vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.hdr-download-text {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: #F0C02E;
    margin-left: 0.5vw;
    font-weight: bold;
}





.hdr-soc {
    display: flex;
    flex-direction: column;
}

.hdr-soc-text {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: #252324;
}

.hdr-soc-items {
    display: flex;
    justify-content: center;
    margin-top: 0.5vw;
}

.hdr-soc-item {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #efefef;
    background-size: cover;
    background-repeat: no-repeat;

    margin-right: 0.5vw;
    transition: 0.3s;
}

.hdr-soc-item:hover {
    cursor: pointer;
    transform: scale(0.97);
}



.hdr-contacts {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.hdr-contacts-text {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: #252324;
}

.hdr-contacts-text span {
    font-weight: bold;
}

.hdr-contacts-phone {
    font-weight: 600;
    font-size: 1.0416666667vw;
    line-height: 1.3541666667vw;
    color: #252324;

    margin-top: 0.25625vw;
    margin-bottom: 0.15625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    
}

.hdr-contacts-button {
    color: var(--main-color);
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.05em;
    font-weight: 600;
}



.hdr-contacts-button {
    color: var(--main-color);
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.05em;
    font-weight: 600;
}









.hdr-menu {
width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    transition: 0.3s;
}

.hdr-menu a {
    text-transform: uppercase;
    font-size: 0.9375vw;
    color: #252324;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 0.35vw;
    border-bottom: 0.15vw solid #fff;
}

.hdr-menu a.active-menu {
    border-color: var(--main-color);
}

.hdr-menu a:first-child {
    padding-left: 0;
}


.left-menu {
    display: none;
}

.top-menu {
    display: flex;
}



.catalog_btn {
    margin-top: 5vw;
}

.portfolio-filters__open {
    display: none;
}


@media only screen and (max-width: 769px) {

    .catalog_btn {
        margin-top: 10vw;
    }

    .hdr-loc {
        display: none;
    }

    .hdr-download {
        display: none;
    }

    .hdr-soc {
        display: none;
    }

    body {
        padding-top: 0;
    }

    .hdr-menu {
        display: none;
    }

    .header {
        padding-bottom: 0;
    }

    .hdr-top {
        border-bottom: unset;
    }

    .hdr-wrap {
        width: 83.73vw;
    }

    .hdr-logo a img {
        width: 29vw;
    }

    .hdr-contacts-text {
        font-size: 1.833333vw;
        line-height: 2.989583vw;
        letter-spacing: 0.03em;
        color: #252324;
    }

    .hdr-contacts-phone {
        font-weight: 600;
        font-size: 3.041667vw;
        line-height: 4.354167vw;
        color: #252324;
        margin-top: 0.25625vw;
        margin-bottom: 0.15625vw;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }    

    .hdr-contacts-button {
        color: var(--main-color);
        font-size: 1.833333vw;
        line-height: 3.989583vw;
        letter-spacing: 0.05em;
        font-weight: 600;
    }

    .hdr-top {
        padding: 5.5vw 0;
    }

    .hdr-burder {
        width: 8vw;
        height: 8vw;
        background-size: 50%;
        background-repeat: no-repeat;
        background-color: #252324;
        background-position: center;
    }




    .left-menu {
        display: block;
    }
    
    .top-menu {
        display: none;
    }




    .fixed .header__top .wrapper {
        background-color: #fff;
    }
}






.hdr-fixed  {
    position: fixed;
    background: #fff;
        box-shadow: 0 0 81px 0 #3535354c;
}

.hdr-fixed .hdr-top {
    display: none;
}


.filters__slider  {
    display: block;
}

.filters__content {
    margin-top: 3vw;
}





.contacts__info-container {
    width: 100% !important;
}



.departs {
    overflow: hidden;
}


.depart-name {
    padding: 1vw 0;
    font-weight: 800;
}

.contacts__info-address {
    font-weight: 600 !important;
}

@media only screen and (max-width: 769px) {
    .depart-name,
    .contacts__info-address,
    .contacts__info-work-time,
    .contacts__info-email {
        margin: 3vw 0;
    }
}