/*
 * ШАПКА
 */


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 950;
    transition: .2s;
    height: 12rem;
    background-color: #fff;
    padding: 0 3.6rem;
}
.header.on {
    height: 8rem;
}
.header__width-limiter {
    width: 100%;
    align-self: stretch;
    display: flex;
}
.header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: center;
    align-self: stretch;
}










.nav-tgl {
    position: relative;
    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    width: auto;
    height: 3.6rem;
    width: 3.6rem;
    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);
}
.nav-tgl.on {

}
.nav-tgl .nav-tgl__icon {
    position: relative;
    align-self: stretch;
    width: 1.4rem;
}
.nav-tgl .nav-tgl__dash {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #000;
    opacity: .7;
    /*left: 50%;*/
    width: 100%;
    /*margin-left: -1rem;*/
    -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;
}
.nav-tgl .nav-tgl__dash--1 {
    top: 1.3rem;
}
.nav-tgl .nav-tgl__dash--2 {
    bottom: 1.3rem;
}
.nav-tgl.on .nav-tgl__dash {
    
}
.nav-tgl.on .nav-tgl__dash--1 {
    top: 1.7rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-tgl.on .nav-tgl__dash--2 {
    bottom: 1.7rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.nav {
    display: flex;
    align-items: center;
    margin-left: 2.4rem;
    flex-shrink: 1;
}
.nav-item {
    margin-left: 2.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
}
.nav-item:first-child {
    margin-left: 0;
}
.nav-item.on {
    color: #ff8000;
}









.header .logo {
    display: block;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    width: 6rem;
    margin-left: -3rem;
    top: 0;
    bottom: 0;
}
.header .logo__link {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.header .logo__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header .header.on {

}













.minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /*transition: .4s;*/
}
.minicart.on {

}
.minicart__link {
    display: flex;
    align-items: center;
    height: 4.4rem;
    transition: .2s;
    position: relative;
    /*background-color: rgba(0, 0, 0, .7);
    background-color: #2a2a2a;*/
    padding: 0 2rem;
    border-radius: 20rem;

    background-color: rgba(0, 0, 0, .06);
    transition: .4s;
}
.minicart.on .minicart__link {
    background-color: #ff8000;
    transition: .4s;
}
.minicart__link:hover {
    
}
.minicart__icon {
    font-size: 1.8rem;
    /*color: #ff8000;*/
    padding-bottom: .2rem;
}
.minicart__count {
    margin-left: .5rem;
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    font-weight: 700;
    border-radius: 10rem;
    /*color: rgba(0, 0, 0, .7);*/
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: .4s;
}
.minicart.on .minicart__count {
    /*transform: rotate(90deg);*/
}
.minicart__amount {
    /*color: #ff8000;*/
    font-size: 1.4rem;
    margin-left: 1rem;
    font-weight: 700;
    /*letter-spacing: .2rem;*/
}








.header .contacts {
    display: flex;
    align-items: stretch;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    margin-right: 3.6rem;
    height: 3.6rem;
    /*border-radius: 20rem;*/
    /*overflow: hidden;*/
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.2rem;
}
.header .contacts-item:first-child {
    margin-left: 0;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    /*padding: 0 2rem;*/
    /*border-radius: 20rem;*/
}
.header .contacts-item__link {
    
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    /*width: 5rem;*/
    /*height: 5rem;*/
    background-color: rgba(0, 0, 0, .06);
    width: 3.6rem;
    border-radius: 20rem;
    font-size: 1.6rem;
    /*color: #000;*/
    transition: .2s;
    /*background-color: rgba(0, 0, 0, .04);*/
}
.header .contacts-item__icon--address {
    font-size: 1.8rem;
}
.header .contacts-item__icon--phone {
    font-size: 1.8rem;
    padding-left: .1rem;
}
.header .contacts-item__icon--time {
    font-size: 1.8rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2rem;
}
.header .contacts-item__icon--whatsapp {
    font-size: 2rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;

    display: none;
}












.sidebar {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 12rem;
    bottom: 0;
    right: 0;
    z-index: 800;
    width: auto;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    transition: .5s;
    opacity: 0;
    pointer-events: none;


    padding-bottom: 6rem;
}
.sidebar.resize {
    top: 7rem;
}
.sidebar.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Главное меню навигации */

.nav-primary {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.nav-primary .menu-item {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-shrink: 1;
    color: #fff;
    background-color: #000;
    border-left: .1rem solid #fff;
}
.nav-primary .menu-item:first-child {
    border-left: none;
}
.nav-primary .menu-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    transition: .6s;
}
.nav-primary .menu-item a {
    padding-bottom: 6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    transition: .2s;
    position: relative;
    width: 100%;
}
.nav-primary .menu-item:hover .menu-item-img,
.nav-primary .current-menu-item .menu-item-img {
    transform: scale(1.1);
    opacity: .3;
    filter: grayscale(100%);
}
.nav-primary .menu-item:hover {
    color: #ff8000;
}
.nav-primary .current-menu-item {
    color: #ff8000;
}
.nav-primary .sub-menu {
    display: none;
}



































































@media all and (max-width: 1200px) {


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 950;
    transition: .2s;
    height: 12rem;
    background-color: #fff;
    padding: 0 3.6rem;


    padding: 0 2rem;
    height: 7rem;
}
.header.on {
    height: 8rem;


    height: 7rem;
}
.header__width-limiter {
    width: 100%;
    align-self: stretch;
    display: flex;
}
.header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: center;
    align-self: stretch;
}










.nav-tgl {
    position: relative;
    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    width: auto;
    height: 3.6rem;
    width: 3.6rem;
    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);
}
.nav-tgl.on {

}
.nav-tgl .nav-tgl__icon {
    position: relative;
    align-self: stretch;
    width: 1.4rem;
}
.nav-tgl .nav-tgl__dash {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #000;
    opacity: .7;
    /*left: 50%;*/
    width: 100%;
    /*margin-left: -1rem;*/
    -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;
}
.nav-tgl .nav-tgl__dash--1 {
    top: 1.3rem;
}
.nav-tgl .nav-tgl__dash--2 {
    bottom: 1.3rem;
}
.nav-tgl.on .nav-tgl__dash {
    
}
.nav-tgl.on .nav-tgl__dash--1 {
    top: 1.7rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-tgl.on .nav-tgl__dash--2 {
    bottom: 1.7rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.nav {
    display: flex;
    align-items: center;
    margin-left: 2.4rem;
    flex-shrink: 1;


    display: none;
}
.nav-item {
    margin-left: 2.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
}
.nav-item:first-child {
    margin-left: 0;
}
.nav-item.on {
    color: #ff8000;
}









.header .logo {
    display: block;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    width: 6rem;
    margin-left: -3rem;
    top: 0;
    bottom: 0;


    width: 5rem;
    margin-left: -2.5rem;
}
.header .logo__link {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.header .logo__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header .header.on {

}













.minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.minicart.on {

}
.minicart__link {
    display: flex;
    align-items: center;
    height: 4.4rem;
    transition: .2s;
    position: relative;
    /*background-color: rgba(0, 0, 0, .7);*/
    /*background-color: #2a2a2a;*/
    padding: 0 2rem;
    border-radius: 20rem;


    background-color: rgba(0, 0, 0, .06);
    padding: 0 1.6rem 0 1.2rem;
    height: 3.6rem;
    transition: .2s;
}
.minicart__link:hover {
    
}
.minicart__icon {
    font-size: 1.8rem;
    /*color: #ff8000;*/
    padding-bottom: .2rem;


    color: inherit;


    /*display: none;*/
}
.minicart__count {
    margin-left: .5rem;
    display: flex;
    width: 2.2rem;
    height: 2.2rem;
    font-weight: 700;
    border-radius: 10rem;
    /*color: rgba(0, 0, 0, .7);*/
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;


    /*color: #fff;*/
    /*background-color: rgba(0, 0, 0, .7);*/
}
.minicart__amount {
    /*color: #ff8000;*/
    font-size: 1.4rem;
    margin-left: 1rem;
    font-weight: 700;
    /*letter-spacing: .2rem;*/


    color: inherit;
}








.header .contacts {
    display: flex;
    align-items: stretch;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    margin-right: 3.6rem;
    height: 3.6rem;
    /*border-radius: 20rem;*/
    /*overflow: hidden;*/


    display: none;
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.2rem;
}
.header .contacts-item:first-child {
    margin-left: 0;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    /*padding: 0 2rem;*/
    /*border-radius: 20rem;*/
}
.header .contacts-item__link {
    
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    /*width: 5rem;*/
    /*height: 5rem;*/
    background-color: rgba(0, 0, 0, .06);
    width: 3.6rem;
    border-radius: 20rem;
    font-size: 1.6rem;
    /*color: #000;*/
    transition: .2s;
    /*background-color: rgba(0, 0, 0, .04);*/
}
.header .contacts-item__icon--address {
    font-size: 1.8rem;
}
.header .contacts-item__icon--phone {
    font-size: 1.8rem;
    padding-left: .1rem;
}
.header .contacts-item__icon--time {
    font-size: 1.8rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2rem;
}
.header .contacts-item__icon--whatsapp {
    font-size: 2rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;

    display: none;
}












.sidebar {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 12rem;
    bottom: 0;
    right: 0;
    z-index: 800;
    width: auto;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    transition: .5s;
    opacity: 0;
    pointer-events: none;


    top: 7rem;
    padding-bottom: 0;
}
.sidebar.resize {
    top: 7rem;
}
.sidebar.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Главное меню навигации */

.nav-primary {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    width: 100%;


    flex-direction: column;
}
.nav-primary .menu-item {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-shrink: 1;
    color: #fff;
    background-color: #000;
    border-left: .1rem solid #fff;


    height: 100%;
    border-left: none;
    border-top: .1rem solid #fff;
}
.nav-primary .menu-item:first-child {
    border-left: none;


    border-top: none;
}
.nav-primary .menu-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    transition: .6s;
}
.nav-primary .menu-item a {
    padding-bottom: 6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    transition: .2s;
    position: relative;
    width: 100%;


    justify-content: center;
    padding: 0;
    font-size: 2.4rem;
}
.nav-primary .menu-item:hover .menu-item-img,
.nav-primary .current-menu-item .menu-item-img {
    transform: scale(1.1);
    opacity: .3;
    filter: grayscale(100%);
}
.nav-primary .menu-item:hover {
    color: #ff8000;
}
.nav-primary .current-menu-item {
    color: #ff8000;
}
.nav-primary .sub-menu {
    display: none;
}



}























