header {

    box-shadow: 0 -17px 49px 0 rgba(0, 0, 0, 0.25);



}





.header-top {

    padding: 10px 0;

}



.header-top::before {

    content: '';

    width: 100%;

    height: 1px;

    position: absolute;

    bottom: 0;

    background: linear-gradient(90deg, #faf8f5 0%, #8b7355 50%, #faf8f5 100%);

}



.header-top>a {

    color: var(--dark-text);

}



.logo {

    gap: 12px;

    color: var(--dark-text);

}



.logo img {

    max-width: 205px;

    width: 100%;

}



.logo span {

    font-size: 28px;

    transition: .3s;

    color: var(--dark-text) !important;



}



 .logo:hover span {

    transition: .3s;

}



.header-bottom {

    padding: 10px 0;

}



.header-bottom__left {

    gap: 56px;

}



.header-bottom__left .menu {

    gap: 56px;

}





.header-bottom__left .menu>li>a {

    line-height: 122%;

    color: #000;

}



.header-bottom_right {

    gap: 24px;

}



.header-bottom_right>a {

    width: 44px;

    height: 44px;

    box-shadow: 0 4px 4px 0 rgba(139, 115, 85, 0.2);

}