/*
 * ШАПКА
 */






.header {
    position: sticky;
    top: -4rem;
    left: 0;
    z-index: 800;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .4);
}


.header__bar-1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: 0 3.6rem;
    background: #fff;
}



.sidebar-tgl {
    display: none;
}

.header-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #555;
    display: block;
    text-transform: uppercase;
    flex-shrink: 0;
}
.header-title-mobile {
    display: none;
}
.header-title span {
    color: #FB5607;
}


.logo {
    display: block;
    flex-shrink: 0;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}
.logo__link {
    display: flex;
    align-self: stretch;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo__image {
    width: 17rem;
    height: auto;
    display: block;
    flex-shrink: 0;
}
/*.logo__text {
    flex-shrink: 0;
    font-size: 2.6rem;
    display: block;
    margin-left: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.logo__text span {
    font-size: 2rem;
    color: #ec9a29;
}*/







.stretching {
    width: 100%;
}







.header .contacts {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.6rem;
    overflow: hidden;
}
.header .contacts-item:first-child {
    margin-left: 0 !important;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    border-radius: inherit;
}
.header .contacts-item__link {
    
}
.header .contacts-item__link:hover .contacts-item__icon {
    
}
.header .contacts-item__link:hover .contacts-item__text {
    color: #000;
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    font-size: 2.2rem;
    color: #FB5607;
    transition: .2s;
}
.header .contacts-item__icon--address {
    
}
.header .contacts-item__icon--phone {
    
}
.header .contacts-item__icon--time {
    font-size: 2.2rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2.3rem;
}
.header .phone-numbers {
    display: flex;
    flex-direction: column;
}
.header .phone-numbers .contacts-item__text:first-child {
    margin-bottom: .6rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.4rem;
    color: #555;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;
}
.header .contacts-item__text a {
    display: flex;
    align-self: stretch;
    align-items: center;
    transition: .2s;
}
.header .contacts-item__text a:hover {
    
}










.woocommerce-cart .minicart {
    display: none !important;
}
.minicart {
    margin-left: 3.6rem;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.minicart__link {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 3.6rem 0 2rem;
    height: 5rem;
    border-radius: 10rem 0 0 10rem; 
    transition: .2s;
}
.minicart__link:hover {
    background-color: #FFFFCB;
}
.minicart__icon {
    font-size: 2rem;
    /*color: #fff;*/
    padding-bottom: .2rem;
}
.minicart__count {
    margin-left: .3rem;
    display: flex;
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    background-color: #FB5607;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.minicart__amount {
    /*color: #fff;*/
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: .6rem;
}





















.header__bar-2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 0 0 3.6rem;
    background: #FB5607;   
}



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

.nav-primary {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    justify-content: center;
    margin-left: 3.6rem;
    flex-shrink: 0;
}
.nav-primary .menu-item {
    display: flex;
    margin-left: 2.4rem;
    align-items: stretch;
    position: relative;
}
.nav-primary .menu-item:first-child {
    margin-left: 0;
}
.nav-primary .menu-item a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    transition: .2s;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
}
.nav-primary .menu-item a i {
    font-style: normal;
    margin-right: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    transition: .2s;
    color: #fff;
    font-size: 1.9rem;
    background-color: rgba(0, 0, 0, .2);
}
.nav-primary .menu-item a:hover,
.nav-primary .current-menu-item a {
    /*color: #fff;*/
    opacity: .8;
}
.nav-primary .menu-item a:hover i,
.nav-primary .current-menu-item a i {
    /*background-color: #fff;*/
}


.nav-primary .sub-menu {
    display: none;
}

















































































































@media all and (max-width: 1250px) {
 /*
 * ШАПКА
 */




.header {
    position: sticky;
    top: -4rem;
    left: 0;
    z-index: 800;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .4);


    top: -3rem;
}


.header__bar-1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: 0 3.6rem;
    background: #fff;


    padding: 0 2rem;
    height: 3rem;
}







.sidebar-tgl {
    display: none;


    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    width: 6.6rem;
    /*margin-left: 2.4rem;*/
    height: 6rem;
    position: relative;
    /*background-color: rgba(255, 255, 255, .2);*/
    -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;
    border-radius: .2rem;
}
.sidebar-tgl.on {

}
.sidebar-tgl.on span {
    
}
.sidebar-tgl span {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 50%;
    width: 2.6rem;
    margin-left: -1.3rem;
    -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;
}
.sidebar-tgl span:nth-child(1) {
    top: 1.9rem;
}
.sidebar-tgl span:nth-child(2),
.sidebar-tgl span:nth-child(3) {
    top: 50%;
    margin-top: -.1rem;
}
.sidebar-tgl span:nth-child(4) {
    bottom: 1.9rem;
}
.sidebar-tgl.on span:nth-child(1) {
    top: 50%;
    opacity: 0;
}
.sidebar-tgl.on span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar-tgl.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar-tgl.on span:nth-child(4) {
    bottom: 50%;
    opacity: 0;
}













.header-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #555;
    display: block;
    text-transform: uppercase;
    flex-shrink: 0;
    width: 100%;
    text-align: center;


    font-size: 1.4rem;
}
.header-title-mobile {
    display: none;


    display: block;
}
.header-title-desktop {
    display: none;
}
.header-title span {
    color: #FB5607;
}


.logo {
    display: block;
    flex-shrink: 0;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}
.logo__link {
    display: flex;
    align-self: stretch;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo__image {
    width: 17rem;
    height: auto;
    display: block;
    flex-shrink: 0;


    width: 14rem;
}
/*.logo__text {
    flex-shrink: 0;
    font-size: 2.6rem;
    display: block;
    margin-left: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.logo__text span {
    font-size: 2rem;
    color: #ec9a29;
}*/







.stretching {
    width: 100%;
}







.header .contacts {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;


    display: none;
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.6rem;
    overflow: hidden;
}
.header .contacts-item:first-child {
    margin-left: 0 !important;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    border-radius: inherit;
}
.header .contacts-item__link {
    
}
.header .contacts-item__link:hover .contacts-item__icon {
    
}
.header .contacts-item__link:hover .contacts-item__text {
    color: #000;
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    font-size: 2.2rem;
    color: #FB5607;
    transition: .2s;
}
.header .contacts-item__icon--address {
    
}
.header .contacts-item__icon--phone {
    
}
.header .contacts-item__icon--time {
    font-size: 2.2rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2.3rem;
}
.header .phone-numbers {
    display: flex;
    flex-direction: column;
}
.header .phone-numbers .contacts-item__text:first-child {
    margin-bottom: .6rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.4rem;
    color: #555;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;
}
.header .contacts-item__text a {
    display: flex;
    align-self: stretch;
    align-items: center;
    transition: .2s;
}
.header .contacts-item__text a:hover {
    
}










.woocommerce-cart .minicart {
    display: none !important;
}
.minicart {
    margin-left: 3.6rem;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.minicart__link {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 3.6rem 0 2rem;
    height: 5rem;
    border-radius: 10rem 0 0 10rem; 
    transition: .2s;


    padding: 0 2rem 0 .5rem;
    height: 4rem;
}
.minicart__link:hover {
    background-color: #FFFFCB;
}
.minicart__icon {
    font-size: 2rem;
    /*color: #fff;*/
    padding-bottom: .2rem;


    display: none;
}
.minicart__count {
    margin-left: .3rem;
    display: flex;
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    background-color: #FB5607;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.minicart__amount {
    /*color: #fff;*/
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: .6rem;
}





















.header__bar-2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 0 0 3.6rem;
    background: #FB5607;  


    padding: 0; 
    height: 6rem;
}



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

.nav-primary {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    justify-content: center;
    margin-left: 3.6rem;
    flex-shrink: 0;

    
    margin-left: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #fff;
    padding: 3.6rem 2rem;
    flex-direction: column;
    box-shadow: 0 0 4rem rgba(0, 0, 0, .5);
    border-radius: 1.8rem 1.8rem 0 0;
    transition: .3s;
    opacity: 0;
    transform: translateY(15rem);
    pointer-events: none;
}
.nav-primary.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.nav-primary .menu-item {
    display: flex;
    width: 100%;
    margin-left: 0;
    align-items: stretch;
    position: relative;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.nav-primary .menu-item:first-child {
    margin-left: 0;
    border-top: none;
}
.nav-primary .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    color: #001514;
    font-weight: 700;
    letter-spacing: .2rem;
    width: 100%;
    padding: 2rem 0;
    transition: .2s;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.nav-primary .menu-item a i {
    font-style: normal;
    margin-right: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    transition: .2s;
    color: #fff;
    font-size: 1.9rem;
    background-color: rgba(0, 0, 0, .2);
}
.nav-primary .menu-item a:hover,
.nav-primary .current-menu-item a {
    /*color: #fff;*/
    opacity: .8;
}
.nav-primary .menu-item a:hover i,
.nav-primary .current-menu-item a i {
    /*background-color: #fff;*/
}


.nav-primary .sub-menu {
    display: none;
}



}


































