.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 10rem;
    z-index: 950;
    transition: .3s;
    background-color: #fff;
    width: 100%;
}
.header.on {
    background-color: #EEE7D3;
    height: 7rem;
}
.header .header__content {
    width: 100%;
    align-self: stretch;
    display: flex;
    padding: 0 3.6rem;
}
.header .header-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    align-self: stretch;
    padding: 0;
    position: relative;
    justify-content: flex-start;
}







.header .logo {
    display: flex;
    flex-shrink: 0;
    position: relative;
    width: 11rem;
    transition: .3s;
}
.header .logo__link {
    position: relative;
    align-self: stretch;
    width: 100%;
    display: flex;
}
.header .logo__image {
    display: block;
    width: 100%;
    height: auto;
}

















.header .navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    flex-grow: 1;
    margin-left: 6rem;
}

.header .nav-tgl {
    position: relative;
    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    width: auto;
    height: 4rem;
    width: 4rem;
    border-radius: 20rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, .06);
    background-color: #E8DEC5;
    pointer-events: auto;
}
.header.on .nav-tgl {
    background-color: #fff;
}
.header .nav-tgl.on {

}
.header .nav-tgl .nav-tgl__icon {
    position: relative;
    align-self: stretch;
    width: 1.4rem;
}
.header .nav-tgl .nav-tgl__dash {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #563220;
    opacity: 1;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .nav-tgl .nav-tgl__dash--1 {
    top: 1.4rem;
}
.header .nav-tgl .nav-tgl__dash--2 {
    top: 50%;
    margin-top: -.1rem;
}
.header .nav-tgl .nav-tgl__dash--3 {
    bottom: 1.4rem;
}
.header .nav-tgl.on .nav-tgl__dash {
    
}
.header .nav-tgl.on .nav-tgl__dash--1 {
    top: 1.9rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .nav-tgl.on .nav-tgl__dash--2 {
    opacity: 0;
    transform: scale(0);
}
.header .nav-tgl.on .nav-tgl__dash--3 {
    bottom: 1.9rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.header .nav-primary {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0 1.6rem;
}
.header .nav-primary .menu-item {

}
.header .nav-primary .menu-item a {
    font-size: 1.4rem;
    font-weight: 700;
    transition: .3s;
    pointer-events: auto;
}
.header .nav-primary .menu-item.current-menu-item  a {
    color: inherit;
}








.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 .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;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .07);
    transition: .3s;
}
.header.on .contact-item .icon-wrap {
    background-color: rgba(255, 255, 255, .5);
}
.header .contact-item .icon {
    font-size: 1.6rem;
    transition: .3s;
}
.header .contact-item .icon:before {
    font-family: 'Fontello';
}
.header .contact-item.address .icon:before {
    content: '\f031';
}
.header .contact-item.working-hours .icon:before {
    content: '\e817';
}
.header .contact-item.phone .icon:before {
    content: '\e80c';
}
.header .contact-item.whatsapp .icon:before {
    content: '\f232';
}
.header .contact-item.instagram .icon:before {
    content: '\f16d';
}
.header .contact-item.telegram .icon:before {
    content: '\f2c6';
}
.header .contact-item.email .icon:before {
    content: '\f0e0';
}
.header .contact-item .text {
    display: none;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 800;
    transition: .3s;
    line-height: 1.3;
    margin-left: .6rem;
}
.header .contact-item.phone .text {
    display: flex;
}













.header .minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 1.2rem;
}
.header .minicart-tgl {
    display: flex;
    align-items: center;
    height: 4rem;
    transition: .3s;
    position: relative;
    background-color: #E8DEC5;
    border-radius: 20rem;
    padding: 0 2rem;
    cursor: pointer;
}
.header .minicart-tgl.loading {
    opacity: .5;
}
.header.on .minicart-tgl {
    background-color: #fff;
}
.header .minicart__link:hover {
    
}
.header .minicart__icon-wrap {
    margin-right: 1rem;
    display: block;
    padding-bottom: .2rem;
}
.header .minicart__icon {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .6);
    display: block;
}
.header .minicart__icon:before {
    content: '\f290';
    font-family: 'Fontello';
}
.header .minicart__count {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    font-weight: 800;
    border-radius: 10rem;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.header .minicart__amount {
    font-size: 1.2rem;
    margin-left: 1rem;
    font-weight: 700;
}