.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 950;
    transition: .3s;
    /* background-color: #dacdbd; */
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
}
/* .header.on {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
} */
.header .header__content {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.header .header-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    align-self: stretch;
    position: relative;
    justify-content: flex-start;
    transition: .3s;
    padding: 0 6rem;
}

.header .header-panel.main {
    height: 10rem;
}
.header.on .header-panel.main {
    height: 7rem;
}




.header .nav-tgl {
    display: none;
}



.header .logo {
    display: flex;
    flex-shrink: 0;
    transition: .3s;
    z-index: 960;
    height: 100%;
    align-items: center;
}
.header.on .logo {

}
.header .logo__link {
    position: relative;
    align-self: center;
    width: 100%;
    display: flex;
    align-items: center;
}
.header .logo__text {
    display: block;
    text-transform: uppercase;
    color: #EDBF92;
    flex-shrink: 0;
    line-height: 1.3;
    font-size: 1.2rem;
    font-weight: 600;
}
.header .logo__text .text-narrow {
    letter-spacing: -.1rem;
    font-size: 1rem;
}




.header .navigation {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    flex-grow: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    justify-content: center;
}

.header .nav-primary {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0 2rem;
}
.header .nav-primary .menu-item {
    display: block;
}
.header .nav-primary .menu-item a {
    font-size: 1.6rem;
    font-weight: 400;
    transition: .3s;
    pointer-events: auto;
    display: block;
    color: #fff;
}
.header .nav-primary .menu-item.current-menu-item a,
.header .nav-primary .menu-item a:hover {
    color: #EDBF92;
}





.header .contact-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: .6rem;
}
.header .contact-item {
    display: flex;
    align-items: stretch;
}
.header .contact-item.phone {
    margin-right: .8rem;
}
.header .contact-item .content {
    display: flex;
    align-items: center;
}
.header .contact-item .link {

}
.header .contact-item .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 3.8rem;
    width: 3.8rem;
    transition: .3s;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1.2rem;
}
.header .contact-item .link:hover .icon-wrap {
    background-color: rgba(255, 255, 255, .2);
}
.header .contact-item .icon {
    font-size: 1.6rem;
    transition: .3s;
    display: block;
    color: #EDBF92;
}
.header .contact-item .icon:before {
    font-family: 'Fontello';
}
.header .contact-item.vkontakte .icon:before {
    content: '\f189';
}
.header .contact-item.telegram .icon:before {
    content: '\f2c6';
}
.header .contact-item.odnoklassniki .icon:before {
    content: '\f263';
}
.header .contact-item .text {
    display: none;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 400;
    transition: .3s;
    margin-left: .5rem;
}
.header .contact-item.phone .text {
    display: flex;
}




.header .buttons-panel {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 0;
}
.header .buttons-panel .panel-link {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5rem;
    transition: .3s;
    overflow: hidden;
}
.header .buttons-panel .panel-link .panel-link__icon {
    display: block;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header .buttons-panel .panel-link.wishlist-link .panel-link__icon {
    width: 2rem;
    background-image: url('./../../media/img/common/icons/heart.svg');
}
.header .buttons-panel .panel-link.account-link .panel-link__icon {
    width: 2rem;
    background-image: url('./../../media/img/common/icons/user.svg');
}



.header .minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: .6rem;
}
.header .minicart__link {
    display: flex;
    align-items: center;
    height: 3.8rem;
    transition: .3s;
    position: relative;
    background-color: #fff;
    border-radius: .6rem;
    padding: 0 2.4rem;
    cursor: pointer;
}
.header .minicart__link.loading {
    opacity: .5;
}
.header.on .minicart__link {
}
.header .minicart__link:hover {

}
.header .minicart__icon-wrap {
    margin-right: 1rem;
    display: block;
    align-self: stretch;
    display: flex;
}
.header .minicart__icon {
    width: 1.8rem;
    background-image: url('./../../media/img/common/icons/bag.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
}
.header .minicart__count {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    font-weight: 700;
    border-radius: 10rem;
    background-color: #dacdbd;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.header .minicart__amount {
    font-size: 1.3rem;
    margin-left: 1rem;
    font-weight: 400;
}











.header .nav-catalog {
    position: relative;
    height: 5rem;
    display: flex;
    align-items: stretch;
}
.header .nav-catalog:after {
    content: '';
    position: absolute;
    width: .1rem;
    height: 1.2rem;
    background-color: #000;
    right: 0;
    margin-right: -3.6rem;
    top: 50%;
    margin-top: -.6rem;
}
.header .nav-catalog:before {
    content: '';
    position: absolute;
    height: .1rem;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f3e8e2;
}
.header .nav-catalog .nav-items {
    display: flex;
    gap: 3.6rem;
    justify-content: flex-start;
    align-items: stretch;
}
.header .nav-catalog .nav-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
    flex-shrink: 0;
}
.header .nav-catalog .nav-item:before {
    content: '';
    position: absolute;
    border-radius: 1rem;
    width: .4rem;
    height: .4rem;
    top: 50%;
    margin-top: -.2rem;
    left: 0;
    margin-left: -.2rem;
    background-color: #f3e8e2;
    display: block;
}
.header .nav-catalog .nav-item:first-child:before {
    display: none;
}
.header .nav-catalog .nav-item .nav-item__img-wrap {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 20rem;
    overflow: hidden;
    background-color: #fff;
    border: .2rem solid #fff;
    transition: .3s;


    display: none;
}
.header .nav-catalog .nav-item.on .nav-item__img-wrap {
    border: .2rem solid #C07D59;
}
.header .nav-catalog .nav-item .nav-item__img {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
}
.header .nav-catalog .nav-item .nav-item__label {
    display: block;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    transition: .3s;
}
.header .nav-catalog .nav-item.on .nav-item__label {
    color: #9d5248;
}





.header .onsale-link {
    display: flex;
    position: relative;
    z-index: 10;
    height: 5rem;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    transition: .3s;
    gap: .8rem;
}
.header .onsale-link:before {
    content: '%';
    display: block;
    font-size: 1.1rem;
}




.header .brands-toggle {
    display: flex;
    position: relative;
    z-index: 10;
    height: 5rem;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    transition: .3s;
    gap: .8rem;
}
.header .brands-toggle:before {
    content: '\E84A';
    display: block;
    font-family: 'Fontello';
    font-size: 1.1rem;
}

.header .nav-brands {
    padding: 12rem;
    z-index: 300;
    position: fixed;
    top: 15rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #f5f5f5;
    display: none;
}
.header .nav-brands .brands-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2.4rem;
}
.header .nav-brands .brands-list .brand-item {
    display: flex;
    flex-shrink: 0;
    border-radius: .6rem;
    overflow: hidden;
    width: calc(33.33% - 1.6rem);
}
.header .nav-brands .brands-list .brand-item .brand-item__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /* height: 100%; */
}
.header .nav-brands .brands-list .brand-item .brand-item__title {
    font-size: 2.4rem;
    display: block;
    font-weight: 200;
}
.header .nav-brands .brands-list .brand-item .brand-item__title:first-letter {
    color: #894440;
}


