* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

} 

body, td {  
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #383838;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;  
    color: #383838;
}
a {    
    color: #383838;   
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.headLayer a:hover, .newsBreadCrumbs a:hover {
    color: #7E4B9E; 
}
.clear {
    clear: both;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}



.layer {
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: 0px auto;
}

.headTopLeft {
    width: 774px;    
}   
.headTopLogo {
    width: 160px;
    text-align: center;
    display: block;
    margin: 16px 0px 4px;
} 
.headTopLogo img {
    max-width: 100%;
    max-height: 100%;
}   
.headTopMenu {
    width: 574px;
}
.headTopMenu a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;    
}

.headTopRight {
    width: 14.7%;
}

.lang {
    width: 40px;
    height: 20px;    
    position: relative;  
    margin-left: -5px;   
}
.langLayer {
    width: 100%;
    overflow: hidden;
    height: 20px;
    cursor: pointer;
    border: 1px solid #f3f3f300;
    background: #fff0;
    -webkit-transition: background .3s ease, height .3s ease;
    -moz-transition: background .3s ease, height .3s ease;
    -o-transition: background .3s ease, height .3s ease;
    transition: background .3s ease, height .3s ease;
    
    position: relative;
    z-index: 2;
}
.langLayer:after {
    content: " ";
    position: absolute;
    top: 8px;   
    right: 3px;
    width: 8px;
    height: 4px;
    margin: auto;
    background: url("../img/lang.svg") no-repeat 50% 50%; 
    
    -webkit-transition: transform .3s ease, filter .3s ease;
    -moz-transition: transform .3s ease, filter .3s ease;
    -o-transition: transform .3s ease, filter .3s ease;
    transition: transform .3s ease, filter .3s ease;      
        
}

.langLayer a {           
    color: #383838; 
    display: block;
    
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;   
    padding: 2px 5px; 
    
}

.langLayer:hover {
    height: 103px;
    height: 43px;
    border: 1px solid #f3f3f300; 
    background: #fff;
/*    -webkit-box-shadow: 0px 1px 4px -1px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 1px 4px -1px rgb(0 0 0 / 12%);
    box-shadow: 0px 1px 4px -1px rgb(0 0 0 / 12%);  */
    
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}
.langLayer:hover:after {
    transform: rotate(90deg);
}

.headTopLogin {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;    
    position: relative;
    padding-left: 22px; 
    cursor: pointer;                                
    
    
    max-width: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.headTopLogin:after {
    position: absolute;
    content: " ";
    height: 16px;
    width: 16px;
    left: 0px;
    top: -1px;
    background: url(../img/icons.svg) no-repeat -22px 0px;
}

.headLine {
    background: #FBFBFB;
}
.headLine>div {
    height: 56px;
}
.headCatalog {
    width: 160px;
    position: relative;
    height: 100%;
}
.headCatalogButton {
    width: 100%;
    background: #EFA123;
    color: #000000;
    height: 31px;
    text-align: center;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 31px; 
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
    cursor: pointer; 
    
    position: absolute;
    
    top: 0;
    bottom: 0;
    margin: auto;     
}
.headCatalogLayer {  
    position: absolute;
    top: 100%;
    left: 0;
    width: 266px;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
    
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;    
    
    opacity: 0;
    visibility: hidden;
    z-index: 8;
      
} 
.headCatalog:hover .headCatalogLayer {
    top: 100%;
    opacity: 1; 
    visibility: visible;
}
.headCatalogLayer a {
    min-height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;   
    position: relative; 
    padding-left: 60px;                                        
}
.headCatalogLayer a span {
     width: 100%;   
     line-height: 19px; 
}
.headSearch form {
    width: 300px;
}
.headSearch form input {
    width: calc(100% - 32px);
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #383838;
    padding: 8px 15px;
    border: none;
    background: #fff;
    
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;    
}

.headSearch form input::-webkit-input-placeholder {color: #38383866;}
.headSearch form input::-moz-placeholder          {color: #38383866;}/* Firefox 19+ */
.headSearch form input:-moz-placeholder           {color: #38383866;}/* Firefox 18- */
.headSearch form input:-ms-input-placeholder      {color: #38383866;}

.headSearchButton {  
    width: 32px;
    height: 32px;
    
    
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;  
    
    background: #EFA123 url(../img/icons.svg) no-repeat -205px 6px; 
    
    cursor: pointer;
    
}
.headPhone {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px; 
    position: relative;
    height: 100%;
    padding-left: 24px;
    padding-right: 17px;
}
.headPhone:before {
    position: absolute;
    content: " ";
    height: 16px;
    width: 16px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: url(../img/icons.svg) no-repeat -52px -2px;
}
.headPhone:after {
    position: absolute;
    content: " ";
    height: 5px;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: url(../img/icons.svg) no-repeat 0px -6px;
    display: none;
}

.headPhoneMain {
    line-height: 56px;
}
.headPhoneLayer {      
    position: absolute;
    top: 100%;
    left: 0;      
    width: 155px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 8;
}
.headPhone:hover .headPhoneLayer {
    visibility: visible;
    opacity: 1;    
}
.headPhoneLayer a {
    display: block;
    line-height: 24px;
    text-align: center;
}
.headCallback {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
}
.headCallback:before {
    position: absolute;
    content: " ";
    height: 16px;
    width: 16px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: url(../img/icons.svg) no-repeat -84px -2px;
}
.headIcon {
    width: 50px;
    height: 16px;
}

.headIcon a {
    width: 18px;
    height: 16px;
    background: url(../img/icons.svg) no-repeat -116px -2px; 
    position: relative;  
}
.headIcon a span {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -11px;
    background: #7E4B9E;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
    text-align: center;    
}



.headIcon a:nth-child(2) {
    background: url(../img/icons.svg) no-repeat -148px -2px;
}  
.headCart {             
    min-width: 105px;
}
.headCart span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    float: right;    
}
.headCartNum {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../img/icons.svg) no-repeat -182px 0px;
    position: relative;
    margin-right: 3px;
}
.headCartNum span {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0;
    background: #7E4B9E;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px; 
    text-align: center;   
}
.headLineCenter {
    width: 33%;
}
.headLayerTopClose {
    display: none;
}
.footer {
    background: #FBFBFB;
    padding: 24px 0px 21px;    
    margin-top: 100px;
    
}
.footer .layer {
    align-items: flex-start;   
    position: relative;  
}
.footerLogo {
    width: 165px; 
    text-align: center; 
}
.footerLogo>img {
    width: 100%;
    max-width: 117px;   
}
.footerLogoText {
    margin-top: 18px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px; 
    text-align: center; 
    color: #38383899;  
}
.footerLogoText img {
    padding-left: 7px; 
}
.footerMenu {
    width: 42%; 
    align-items: flex-start;  
}
.footerMenuList {
    width: 165px;
}
.footerMenuList span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;  
    margin-bottom: 32px;  
}
.footerMenuList a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
    color: #38383899;
}

.footerIcons>a {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;   
    margin-bottom: 24px;
    display: block; 
}
.footerIconsList {
    width: 73px;
    float: right;
}
.footerIconsList a {
    display: block;
    width: 26px;
    height: 24px;
}

.footerIconsList a:nth-child(1) {     background: url(../img/icons.svg) no-repeat -51px -39px; }  
/*.footerIconsList a:nth-child(2) {     background: url(../img/icons.svg) no-repeat -100px -39px; } */ 
.footerIconsList a:nth-child(2) {     background: url(../img/insta.svg) no-repeat 0px 0px; }  

.footerIconsList a:nth-child(3) {     background: url(../img/icons.svg) no-repeat -149px -39px; display: none; }  

.footerLine {
    background: #7E4B9E;
    padding: 16px 0px;
    color: #fff; 
}
.footerLine a {
    color: #fff;
    position: absolute;
    top: 0; 
    bottom: 0;      
    margin: auto;       
    height: max-content;
}



.footerLineList {  
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;    
}

.content {
    min-height: calc(100% - 499px);
}


.newsList {
    align-items: flex-start;
}
.newsItem {
    width: calc(50% - 15px);
    margin-bottom: 80px;
}
.newsItemImg {
  width: 100%;
  position: relative;
  display: block;
}  
.newsItemImgWrap {
    padding-top: 49%;
}
.newsItemImgInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}
.newsItemImgInner img {        
    object-fit: cover;   
    height: 100%;
    width: 100%;
}
.newsH1 {
    margin-top: 64px;
    margin-bottom: 33px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.newsItemTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px; 
    margin-top: 24px;
    margin-bottom: 18px;   
    display: block;
}
.newsItemBrief {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    margin-bottom: 43px;  
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsItemButton {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    width: 170px;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block; 
}

.newsPage {
    justify-content: center;
    margin-bottom: 50px;   
}
.newsPage div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; 
    background: #FBFBFB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 2px;
    
}
.newsPage a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;  
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 2px;
    
}
.newsBreadCrumbs {
    padding: 6px 18px 6px;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}
.newsBreadCrumbs span {
    color: rgba(56, 56, 56, 0.4);    
}
.newsPageImg  {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.newsPageImg img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.newsPageTitle {
    margin: 48px 0px 41px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}                 
.newsPageBrief p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;  
    padding: 5px 0px;  
}
.newsPageBrief li {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;  
    
}
.newsPageBrief a {
    text-decoration: underline;
    color: #7E4B9E;
    font-weight: 500;
}
.newsPageBrief img {
    max-width: 100%;
}
      
.newsPageBrief li {
    margin-left: 30px;
}
.newsPageBrief h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase; 
    margin: 30px 0px;   
    font-weight: bold;
}
.newsPageBrief h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase; 
    margin: 10px 0px;   
    font-weight: bold;
}
.newsPageShareLayer {
    margin-top: 121px;
    justify-content: flex-end;   
}
.newsPageShare span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; 
    color: #38383899;   
}     
.newsPageShare a {     
    display: block;
    width: 19px;
    height: 16px;
    margin-left: 16px;
    display: block;
}

.newsPageShare a:nth-child(2) { background: url(../img/icons.svg) no-repeat -55px -82px; }  
.newsPageShare a:nth-child(3) { background: url(../img/icons.svg) no-repeat -83px -82px; }  
.newsPageShare a:nth-child(4) { background: url(../img/icons.svg) no-repeat -116px -82px; }      
.newsPageShare a:nth-child(5) { background: url(../img/icons.svg) no-repeat -150px -82px; }      







.regTitle {
    padding: 72px 0px 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;    
}
.regBrief {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 75px;
}
.regForm {
    justify-content: space-around;
}
.regFormLine {
    width: calc(50% - 70px);
}
.regField {
    margin-bottom: 41px;
}
.regField span {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;    
    display: block;
    margin-bottom: 8px;
}      
.regField input {
    border: 1px solid #38383866;
    padding: 14px 16px; 
    
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;   
    width: 100%; 
}

.regField input::-webkit-input-placeholder {color: #38383833;}
.regField input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.regField input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.regField input:-ms-input-placeholder      {color: #38383833;}

.regFormBottom {
    width: calc(100% - 70px);
    margin: auto;
}

.regButton {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 151px;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}
.regFormSubs span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;   
}

.regFormBottom input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.regFormBottom input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}
.regFormBottom input+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #38383866;
    border-radius: 0.25em;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;  
}
.regFormBottom input:checked+label::before {
    border-color: #EFA123;
    background-color: #EFA123;                                                                                                                                                              
}
.subs2 {
    margin-left: 20px;
}
.accTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 72px 0px;
}
.accLayer {
    position: relative;
}
.accLayer>a {
    width: 190px;
    display: block; 
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding-left: 32px;
    margin-bottom: 24px;
    position: relative;
}
.accLayer>a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 27px;
    
    background: url(../img/icons.svg) no-repeat -102px -134px;
}
.accLayer>a:nth-child(1):before { background: url(../img/icons.svg) no-repeat -101px -134px; } 
.accLayer>a:nth-child(3):before { background: url(../img/icons.svg) no-repeat -101px -231px; }
.accLayer>a:nth-child(5):before { background: url(../img/icons.svg) no-repeat -101px -284px; }
.accLayer>a:nth-child(7):before { background: url(../img/icons.svg) no-repeat -101px -333px; }   
.accLayer>a:nth-child(9):before { background: url(../img/icons.svg) no-repeat -101px -387px; }   

.accMenuActive:before { filter: invert(63%) sepia(90%) saturate(470%) hue-rotate(346deg) brightness(98%) contrast(90%); }

.accContent {   
    height: 0px;
    min-height: 0;
    overflow: hidden;   
    

    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;       
      
}
.accContentShow {
    width: 74.4%;           
    min-height: 260px;  
    position: absolute;
    top: 0;
    left: 25.6%;    

}    

               
.accMenuActive {
    font-weight: 500 !important; 
}
.accEditTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
}
.accEditForm {
    width: 88.6%;      
}
.accEditField {
    margin-bottom: 16px;
}
.accEditField span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 9px;   
}
.accEditField input {
    border: 1px solid #38383866;
    padding: 10px 16px; 
    
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;   
    width: 100%; 
}
.accEditField input::-webkit-input-placeholder {color: #38383833;}
.accEditField input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.accEditField input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.accEditField input:-ms-input-placeholder      {color: #38383833;}

.accEditH2 { 
    margin-top: 48px;      
}

.accEditButton {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 151px;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    float: right;
    margin-top: 24px;
}
.myfavTop {
    margin-bottom: 70px;
    margin-top: 4px;
}



.myfavLeft {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #36363699;     
}

.myfavRight {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #36363699; 
    text-decoration: underline;    
}
.myfavItem {
    align-items: stretch; 
    margin-bottom: 40px;  
}


.myfavItemImg {
    display: block;
    position: relative;
    width: 240px;
    min-height: 160px;     
}
.myfavItemImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.myfavItemCenter {    
    width: calc(100% - 320px);
}
.myfavItemTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;  
    margin-bottom: 16px; 
    display: block; 
}
.myfavItemPrice {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 8px;
}   
.myfavItemPrice span {
    font-size: 23px;
    padding-left: 3px;   
}

.myfavItemPriceSale {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #BFBFBF;
    margin-bottom: 8px;
    position: relative;
        display: inline-block;
}    
.myfavItemPriceSale span {
    font-size: 20px;
    padding-left: 3px;   
}
.myfavItemPriceSale:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background: #BFBFBF;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    
}

.myfavItemCat {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px; 
    color: #36363699;    
}


.myfavDelete {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/icons2.svg) no-repeat 0px 0px;
}
.myfavItemRight span {
    display: none;
}
.myorderItemTop {
    cursor: pointer;
    opacity: 1 !important;
}
.myorderItem {
    margin-bottom: 40px;
}
.myorderItem>div {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; 
}
.myorderNumber {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 9px;
}
.myorderStatus {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    color: #EFA123;
    float: right;
}
.myorderStatus1 {color: #EFA123;}
.myorderStatus2 {color: #7E4B9E;}
.myorderStatus3 {color: #ED2F3B;}

.myorderDate {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 17px;
}
.myorderBrief {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    width: 100%;        
    position: relative;
}

.myorderBrief:after {
    content: " ";
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background: url(../img/icons.svg) no-repeat -106px -457px;
    filter: invert(79%) sepia(6%) saturate(0%) hue-rotate(151deg) brightness(86%) contrast(94%);
    -webkit-transition: filter .3s ease, transform .3s ease;
    -moz-transition: filter .3s ease, transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transform: scale(0.7); 
}
.myorderProdItem {
    margin-top: 25px;
}
.myorderProdImg {
    display: block;
    position: relative;
    width: 87px;
    min-height: 85px;
}

.myorderProdImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.myorderProdContent {
    width: calc(100% - 120px);
}
.myorderProdTitle {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #383838cc;
    margin-bottom: 24px;
    display: block;
}
.myorderProdContent .flexBox div {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.myorderProdContent .flexBox div:nth-child(2) {
    color: #38383866;
}
.myorderProdContent .flexBox div:nth-child(3) {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.myorderProdList {  
    padding-bottom: 16px;                
}
.myorderSummDelivery {
    margin: 16px 0px;  
}
.myorderSummDelivery span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.myorderSummDelivery div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}
.myorderSummAll {
    padding: 0px 0px 16px;  
}
.myorderSummAll span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.myorderSummAll div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.myorderSumm {                           
}
.myorderInfo {
    margin-top: 16px;        
}
.myorderInfo>div {
    margin-bottom: 16px;
}
.myorderInfo>div span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.myorderInfo>div div {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.myorderLine {
    height: 2px;
    width: 100%;
    background: #38383833;
}


.myorderSumm, .myorderInfo, .myorderProdItem>div {
    display: none;
} 
.myorderProdList {
    justify-content: flex-start;
} 
.myorderProdItem {
    margin-right: 10px;
} 
.myorderProdItem {
    margin-top: 5px;
}


.myorderOpen .myorderSumm, .myorderOpen .myorderInfo, .myorderOpen .myorderProdItem>div {   
    display: block;
} 
.myorderOpen .myorderProdList {     
    display: block;
} 
.myorderOpen .myorderProdItem { 
    margin-right: 0px;
} 
.myorderOpacity>div {
    opacity: 0;
}
.myorderOpen .myorderProdItem {
    margin-top: 16px;
}

.myorderOpen .myorderBrief:after { 
    transform: scale(0.7) rotate(180deg);
    filter: invert(36%) sepia(37%) saturate(880%) hue-rotate(233deg) brightness(89%) contrast(90%);
}





.catalogMainList {
     display: grid;
     grid-template-columns: repeat(auto-fill, calc(25% - 22px));
     justify-content: space-between;    
} 

.catalogMainTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 64px 0px 46px;
}
.catalogMainTotal {
    float: right;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #38383866;
    text-align: left;
}
.catalogMainTotal span {
    display: block;
}

.catalogMainItem {
    width: 100%;
    margin-bottom: 32px;
}

.catalogMainItemImg {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}  
.catalogMainItemImgWrap {
    padding-top: 64%; //РїСЂРѕС†РµРЅС‚ РѕС‚ РїСЂРѕРїРѕСЂС†РёРё
}
.catalogMainItemImgInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.catalogMainItemImgInner img {        
    object-fit: cover;   
    height: 100%;
    width: 100%; 
}
.catalogMainItemTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 0px 10px;
}
.prTop {
    margin-top: 85px;
}
.prTopLayer {
    align-items: flex-start;
}
.prTopLeft {
    width: 670px;
    height: 400px;
}
.prLeftGallery {
    height: 100%;
    width: 170px;
    overflow: hidden; 
    position: relative;  
}
.prLeftGalleryArrUp, .prLeftGalleryArrDown {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(../img/icons2.svg) no-repeat 0px -45px;  
    z-index: 2;
}
.prLeftGalleryArrDown {  
    transform: rotate(180deg);
    top: auto;
    bottom: 7px;
}


.prLeftGalleryLayer {
    width: 100%;  
    position: absolute;
    left: 0;
    top: 0;   
}
.prLeftGalleryItem {
    width: 100%;  
    margin-bottom: 18px;
    height: 192px;
    cursor: pointer;

}
.prLeftGalleryImg {
  width: 100%;
  position: relative;  
}  
.prLeftGalleryImgWrap {
    padding-top: 112%; //РїСЂРѕС†РµРЅС‚ РѕС‚ РїСЂРѕРїРѕСЂС†РёРё
}
.prLeftGalleryImgInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.prLeftGalleryImgInner img {   
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    
}
.galleryBorder {
    width: 470px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.galleryLayer {
    position: absolute;
    width: 10000px;
    top: 0;
    left: 0px;
    height: 400px;
    justify-content: flex-start;
}
.galleryItem {
    height: 100%;         
    position: relative;
    cursor: pointer;
}
.galleryItem img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    
}


.prTopRigth {
    width: calc(100% - 670px - 30px);
    padding-right: 30px;
}
.prCode {
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #efa12399;
    padding-top: 3px;
    padding-left: 30px;
}
.prTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px; 
    width: calc(100% - 90px)   
}
.prStock {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; 
    color: #7E4B9E;
    margin: 18px 0px 24px;
}
.prBuyBlock {
    justify-content: flex-start;
    margin-bottom: 30px;
}
.prBuyCount {
    margin-right: 27px;
    position: relative;   
}
.prBuyCount input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #38383833;
    width: 100px;
}
.prBuyPlus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 13px;
    height: 12px; 
    background: url(../img/icons3.svg) no-repeat -16px 0px;
    margin: auto;
    cursor: pointer;
}
.prBuyMinus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 13px;
    height: 12px; 
    background: url(../img/icons3.svg) no-repeat 0px 0px;
    margin: auto;
    cursor: pointer;
}
.prPrice {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
}
.prPrice span {
    font-size: 23px;
    padding-left: 3px;
}
.prPriceSale {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    margin-left: 20px;
    color: #BFBFBF;
    position: relative;
}
.prPriceSale span {
    font-size: 23px;
    padding-left: 3px;
}
.prPriceSale:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background: #BFBFBF;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


.prVariant {
    justify-content: flex-start;  
    
    margin-top: 16px;
    margin-bottom: 29px;
}
.prVariant span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;   
    width: 60px;
}
.prVariant>div {
    width: calc(100% - 60px);
}
.prVariant div div {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;   
    padding-right: 24px;
    color: #38383866;
    display: inline-block;
}
.prVariant div div a {
    color: #38383866;
}
.prVariant .prVariantActive {   
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #383838 !important; 
}

.prVariant .prVariantActive a { 
    color: #383838 !important;     
}
.prButtonBlock {                
    width: 100%;
    
    margin-bottom: 25px;
}
.prCartButton {         
    text-align: center;
    font-weight: bold;
    font-size: 18px;   
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    width: calc(50% - 19px);  
    cursor: pointer;  
}

.prCartOneClick {         
    text-align: center;
    font-weight: bold;
    font-size: 18px;   
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EFA123;  
    width: calc(50% - 19px); 
    cursor: pointer;
}
.prSaveBlock div {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px; 
    cursor: pointer;
}
.prSaveFav {
    margin-right: 57px;
    padding-left: 26px;
    position: relative;
}
.prSaveFav:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    background: url(../img/icons3.svg) no-repeat -1px -22px;
} 
.prSaveCompare {          
    padding-left: 26px;
    position: relative;
}
.prSaveCompare:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    background: url(../img/icons3.svg) no-repeat -27px -22px;
}
.prSaveBlock .saveActive:before {
    filter: invert(63%) sepia(90%) saturate(470%) hue-rotate(346deg) brightness(98%) contrast(90%);
}
.galleryDot {
    display: none;
}





.showGallery {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: #000000e0;
    opacity: 0;
    
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    
    overflow: hidden;
}

.showGalleryClose {
    position: fixed;
    z-index: 999999;
    top: 2%;
    right: 2%;
    display: none;

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.showGalleryClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(50deg);
}
.showGalleryClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(-50deg);
}  


.showGalleryLayer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100000px;
    font-size: 0;
}
.showGalleryLayer div {
    max-height: 100%;
    display: inline-block;
    position: relative;
    height: 80%;
    top: 10%;
    width: 80%;
    
    
    
}
.showGalleryLayer div img {
    max-width: 94%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  
}
.showGalleryLeft, .showGalleryRight {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;        
    cursor: pointer;
    z-index: 99999;
    line-height: 40px;
    text-align: center;
    background: #00000099;
    color: #fff;
    font-size: 25px;
    font-family: tahome;
    font-weight: bold;
    left: 2%;         
    
     
    
}
.showGalleryLeft span, .showGalleryRight span {   
    transform: scaleY(1.3) scaleX(0.6);
    display: block;
}
.showGalleryLeft span {
    margin-left: -3px;   
}
.showGalleryRight {
    right: 2%;
    left: auto;
}

.showGalleryLeft:after {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 15px;
    height: 15px;
    transform: rotateZ(-135deg);
}

.showGalleryRight:after {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 15px;
    height: 15px;
    transform: rotateZ(45deg);
}
.prCenter {
    margin-top: 70px;  
}
.prCenterMenu {                 
    position: relative;          
    padding-bottom: 20px;
    white-space: nowrap;
}
.prCenterMenu>div {
    width: 100%;
    justify-content: flex-start;
}


.prCenterMenuItem {
    margin-right: 60px;
    
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px; 
    cursor: pointer;   
    
} 
.prCenterMenuItem:last-child {
    margin-right: 0px;
}
.prCenterMenuItemActive {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.prCenterLine {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 5px;
    width: 147px;
    background: #EFA123;
    z-index: 2;
    
    -webkit-transition: width .3s ease, left .3s ease;
    -moz-transition: width .3s ease, left .3s ease;
    -o-transition: width .3s ease, left .3s ease;
    transition: width .3s ease, left .3s ease;
    
}   

.prCenterLineBg {
    height: 2px;
    min-width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;  
    background: #38383866;  
}

.prCenterContent {    
    margin-top: 65px;
}

.prChar {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.prCharTitle {        
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}   
.prCharBlock {
    /*margin-top: 60px;*/
    width: calc(50% - 65px);
}
.prCharCaption {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 32px;
}


.prCharItem { 
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-end; 
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    
    background: url(../img/charBg.png) repeat-x 0% calc(100% - 5px);   
    margin: 0px 0px 15px 0px;   
    
}
.prCharItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.prCharItem span {
    background: #fff; 
    padding: 0px 0px 0px 0px;     
}
.prCharItem span:nth-child(1){
    padding-right: 3px;
}
.prCharItem span:nth-child(2){
    padding-left: 3px;
    text-align: right;
}

.prCenterContent>div {
    display: none;
}
.prCenterContent .prCenterContentActive {
    display: block;
}



.goodItem {        
    height: 336px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;  
    margin-right: 30px;  
}


.goodTop {
    align-items: flex-start;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #EFA12399;   
    margin: 16px 17px 8px 17px;
}
.goodSave {
    width: 50px;
}
.goodSaveFav {
    height: 18px;
    width: 18px;
    background: url(../img/icons3.svg) no-repeat -1px -22px;
}
.goodSaveCompare {
    height: 18px;
    width: 18px;
    background: url(../img/icons3.svg) no-repeat -27px -22px;    
}
.goodImg {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
}
.goodImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 100%;   
}
.goodTitleLayer {
    margin: 8px 17px;
    height: 42px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;    
}
.goodTitleLayer span { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.goodPriceLayer {
    justify-content: flex-start;
    margin: 0px 17px;
}
.goodPrice {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px; 
}
.goodPrice span {
    font-size: 21px;
    padding-left: 5px; 
}
.goodPriceSale {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #BFBFBF;
    position: relative;
    margin-left: 16px;
}
.goodPriceSale:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background: #BFBFBF;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    
}
.goodPriceSale span {
    font-size: 18px;
    padding-left: 5px; 
}
.goodBuy {
    display: none;
    float: right;
    margin: 20px 17px 24px 0px;
    line-height: 33px;
    width: 150px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    text-align: center;
    font-weight: bold;
    font-size: 16px;    
    cursor: pointer;
}
.goodItem:hover {
    box-shadow: 0px 4px 8px rgba(56, 56, 56, 0.2);
    z-index: 2; 
    height: 430px; 
    margin-bottom: -94px;
}

.goodItem:hover .goodBuy {
    display: block;    
}  
.seeBlock {
    margin-top: 80px;
}
.seeBlockTitle {
    margin-bottom: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.seeBackground {
    overflow: hidden;
    position: relative;
    height: 450px;
    margin-top: 0px;  
    
    width: calc(100% + 20px);
    margin-left: -10px;   
}

.seeLayer {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;   
    position: absolute;
    top: 8px;
    left: 0; 
}
.seeArrLeft, .seeArrRight {
    display: none;
}
.seeDotList {
    display: none;
}


.OTHERBlock {
    margin-top: 80px;
}
.OTHERBlockTitle {
    margin-bottom: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.OTHERBackground {
    overflow: hidden;
    position: relative;
    height: 450px;
    margin-top: 0px;  
    
    width: calc(100% + 20px);
    margin-left: -10px;   
}

.OTHERLayer {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;   
    position: absolute;
    top: 8px;
    left: 0; 
}
.OTHERArrLeft, .OTHERArrRight {
    display: none;
}
.OTHERDotList {
    display: none;
}



.catLayer { 
    position: relative;
}
.catTop {
    margin-top: 104px;
}
.catTitle h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    display: inline-block;
    padding-right: 48px;
}
.catTitle span {
    line-height: 37px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #38383866;
}
.catSort select {
    border: none;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 16px 5px 0px;
    padding-right: 20px;
    color: #383838;
    background: url(../img/icons3.svg) no-repeat calc(120px) -114px;
    width: 135px;
}

.catSort select option {             
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}
.catSort select option:checked {  
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}
.catSort select option:disabled { 
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #383838;                                                        
}

.catContent {
    margin-top: 67px;  
}
.filterLayer {
    width: 280px;
    padding: 16px;
}
.filterH1 {
    display: none;
}
.filterItem {
    margin-bottom: 32px;
}


.filterTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}
.filterTitle:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/icons3.svg) no-repeat 0px -143px;
    width: 8px;
    height: 8px;
    margin: auto;
    
    -webkit-transition: transform .3s ease, filter .3s ease;
    -moz-transition: transform .3s ease, filter .3s ease;
    -o-transition: transform .3s ease, filter .3s ease;
    transition: transform .3s ease, filter .3s ease;
    
    filter: invert(32%) sepia(49%) saturate(749%) hue-rotate(233deg) brightness(95%) contrast(85%);
}
.filterTitleClose .filterValue, .filterTitleClose .filterPriceLayer, .filterTitleClose .filterSliderLayer {
    display: none;
    
}
.filterTitleClose .filterTitle:after {     
    transform: rotate(180deg);
    filter: invert(73%) sepia(9%) saturate(6972%) hue-rotate(347deg) brightness(103%) contrast(87%);
}

.filterValueEmpty a {
    opacity: 0.6;
}

.filterValue {
    margin-left: 23px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    position: relative;
}
.filterValue span {
    color: #38383866; 
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
}
.filterValue:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #E5E5E5;
    transform: translate(0%, -20%);
}
.filterValueShow:after {
    border: 1px solid #EFA123;
    background: #EFA123;
}
.filterPanelPriceButton {
    display: none;
}


.filterPriceLayer {
    margin-left: 23px;
    margin-top: 16px;
    position: relative;
}

.minTextLayer {
    width: calc(50% - 4px);      
}
.maxTextLayer {
    width: calc(50% - 4px);    
}
.filterPriceLayer>div {
    position: relative;
}
.filterPriceLayer>div>span {
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;   
    margin: auto;
    height: 16px;
    display: block;
    color: #383838; 
}

.minText {                   
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px 4px 45px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;   
    
}
.maxText {         
    width: 100%;                
    
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;  
    padding: 4px 8px 4px 45px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}
.filterPriceLayer input::-webkit-input-placeholder {color: #38383866;}
.filterPriceLayer input::-moz-placeholder          {color: #38383866;}/* Firefox 19+ */
.filterPriceLayer input:-moz-placeholder           {color: #38383866;}/* Firefox 18- */
.filterPriceLayer input:-ms-input-placeholder      {color: #38383866;}
    

input[type=number]::-webkit-inner-spin-button { 
  display: none;
}

.filterSliderLayer {
    padding: 0px 3px;
    margin-left: 23px;
    margin-bottom: 24px;
    margin-top: -12px;
}

.filterItemPanel {
    display: none;
}

.filterApply {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #EFA123;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}
.filterApplySearch {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #EFA123;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}



.catContentLayer {
    align-items: flex-start;
}
.goodListLayer {
    width: calc(100% - 300px);    
}
.goodList {                     
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(31.1%));
    justify-content: space-between;
    margin-top: -50px;
} 
.goodList .goodItem, .mainGoodList .goodItem {
    margin-right: 0px;   
    margin-top: 50px; 
} 

.pagination {
    margin-top: 56px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #38383866;
    letter-spacing: 0.185em;
}
.addPage {
    display: none;
} 
.paginationLayerAJAX>a {     
    color: #38383866;
    padding: 0px 5px;
}     
.paginationLayerAJAX>b {     
    color: #383838;
    padding: 0px 5px;
}

.seeBlockMain {
    margin-top: 100px;
}
.seeBlockMain .seeBlockTitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;    
}    
.mainGoodList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(24%));
    justify-content: space-between;
    display: none;
} 
.mainGoodListActive {
    display: grid;
}
.mainGoodTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;  
} 
.mainGoodTop {
    margin-top: 120px;
} 
.mainGoodMenu {       
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;    
}
.mainGoodMenu div {       
    margin-right: 5px;
    cursor: pointer;
    

} 
.mainGoodMenu div:after {
    content: "/";
    padding-left: 5px;
    font-weight: 300;
}
.mainGoodMenuActive {
    font-weight: 500;    
} 
.mainGoodMenu div:nth-child(3), .mainGoodMenu div:nth-child(4), .mainGoodMenu div:nth-child(4) {     
    margin-right: 0px;
}
.mainGoodMenu div:nth-child(3):after, .mainGoodMenu div:nth-child(4):after, .mainGoodMenu div:nth-child(5):after {
    display: none;
} 
.mainGoodMenuLine {
    display: none;
}
.uniLayer {
    margin-top: 72px;
    
}
.uniLayer a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FBFBFB;
    display: block;
}
.uniLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.uniBig {
    width: 48%;
    position: relative;
}
.uniBig span {
    position: absolute;
    right: 32px;
    bottom: 16px;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
}
.uniBig img {
    position: absolute;
    left: -40px;
    top: -40px;
}


.uniSmall {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.uniSmall a {
    width: calc(50% - 15px);
    margin-bottom: 30px; 
    position: relative;  
    display: block;
    height: 144px;
}
.uniSmall a:nth-child(3), .uniSmall a:nth-child(4) {
    margin-bottom: 0px !important;
}
.uniSmall a span {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    position: absolute;
    right: 16px;
    bottom: 16px;
    max-width: 100px;
}
.uniSmall a img {
    position: absolute;  
}
.uniSmall a:nth-child(1) img { left: 0px; top: -20px; }
.uniSmall a:nth-child(2) img { left: -12px; top: -20px; }
.uniSmall a:nth-child(3) img { left: 0px; top: -10px; }
.uniSmall a:nth-child(4) img { left: -20px; top: -10px; }



.uniLine2 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;    
}
.uniBig2 {
    width: 48%;
    position: relative;
}
.uniBig2 span {
    position: absolute;
    left: 32px;
    bottom: 16px;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
}
.uniBig2 img {
    position: absolute;
    right: -15px;
    top: -40px;
}


.uniSmall2 {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.uniSmall2 a {
    width: calc(50% - 15px);
    margin-bottom: 30px; 
    position: relative;  
    display: block;
    height: 144px;
}
.uniSmall2 a:nth-child(3), .uniSmall2 a:nth-child(4) {
    margin-bottom: 0px !important;
}

.uniSmall2 a span {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    position: absolute;
    left: 16px;
    bottom: 16px;
    max-width: 100px;
}
.uniSmall2 a img {
    position: absolute;  
}
.uniSmall2 a:nth-child(1) img { right: -20px; top: -20px; }
.uniSmall2 a:nth-child(2) img { right: -20px; top: -20px;  }
.uniSmall2 a:nth-child(3) img { right: -30px; top: 10px; }
.uniSmall2 a:nth-child(4) img { right: 0px; top: 0px; }




.bannerList {
    margin-top: 20px;
    width: 100%;
    height: 450px; 
    position: relative;
    
    overflow: hidden;  
    cursor: pointer;
    
    
    
}
.bannerItem {
    /*background-image: url("../img/banner.png");       */
    background-size: cover;
    background-position: center;   
    width: 100%;
    height: 100%; 
    position: relative;
    
    position: absolute;
    left: 0;
    top: 0;   
    overflow: hidden;    
    
}




video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.bannerActive2 {     
    z-index: 4;    
}

.bannerActive1 {
    z-index: 3;
    left: 0 !important;
}
.bannerDotList {
    width: 100%;
    justify-content: center;
    margin-top: -26px;
    z-index: 5;
    position: relative;
}
.bannerDotItem {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #FBFBFB;
    opacity: 1;
    margin: 0px 4px;
    cursor: pointer;
}
.bannerDotItemActive {
    background: #EFA123;
    opacity: 1;    
}

.compareTop {
    margin-top: 64px;
    margin-bottom: 33px;
}
.compareTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 270px;
    margin-right: 30px;
}
.compareTopRight {
    width: calc(100% - 300px);
}
.compareTopRight span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;    
    color: #38383866;
}
.compareTopRight a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;   
    color: #38383866;
}

.compareCenter {
    align-items: flex-start;
}
.compareLeft {
    width: 300px;
    margin-right: 0px;
    position: relative;
}
.compareCat, .compareH2, .compareDifList {
    margin-right: 30px;    
}

.compareCat select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    background: url(../img/arrSel.svg) no-repeat calc(100% - 15px) 50%;
    background-color: #FBFBFB;
    border: 1px solid #FBFBFB;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.compareCat select option {             
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #383838;
}
.compareCat select option:checked {  
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #383838;
}
.compareCat select option:disabled { 
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #383838;                                                        
}
.compareH2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;  
    margin: 32px 0px 25px;  
    display: block;
}
.compareDifList div:nth-child(1) {
    background: #EFA123;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;    
    
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    width: 95px;
    text-align: center;
    cursor: pointer;
}
.compareDifList div:nth-child(2) {
    background: #FBFBFB;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; 
    
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    width: calc(100% - 95px);
    text-align: center;
    cursor: pointer;
}
.compareRight {
    width: calc(100% - 300px);
    overflow: scroll;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
    padding-bottom: 30px;

    
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: hidden; 
}
.compareRight::-webkit-scrollbar {
    height: 8px;
    width: auto;
}
.compareRight::-webkit-scrollbar-track {
    background-color: #fff0;
}
.compareRight::-webkit-scrollbar-thumb {
    background: #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
}

.compareRightLayer {
    width: 5000px;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: flex-start;
}

.compareRightLayer img, .compareRightLayer a {
 
    
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;      
     
}

.compareGood {
    width: 270px;
    margin-right: 0px;
    height: auto !important;
    display: block;
    position: relative;
}
.compareGood:hover {
    box-shadow: none;
    height: auto;
    margin-bottom: 0px;
}
.compareGood .goodBuy {
    display: block;
    width: calc(100% - 34px);
    margin: 15px auto 0px;
    float: none;
}
.compareGood .goodTop {
    flex-direction: row-reverse;
}

.compareDelete {
    width: 20px;
    height: 20px;
    background: url(../img/icons3.svg) no-repeat -3px -181px;
    display: block;
}

.compareLeftBrief {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 420px;
    width: 100%;
    margin-top: 50px;
}
.compareLeftBrief .flexBox {
    min-height: 42px;
    width: 100%;
}
.compareLeftBrief .flexBox div {
    padding: 5px 0px;
}

.compareLeftBrief .flexBox:nth-child(even) {
    background: #FBFBFB;
}
.compareBrief {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
}
.compareBrief .flexBox {
    min-height: 42px;
    padding: 0px 17px;
}
.compareBrief .flexBox div {
    padding: 5px 0px;
}
.compareBrief .flexBox:nth-child(even) {
    background: #FBFBFB;
}
.hideLineColor .compareBrief .flexBox:nth-child(even) {
    background: #fff;
}
.hideLineColor .compareLeftBrief .flexBox:nth-child(even) {
    background: #fff;
}

.cartTop {
    margin: 64px 0px 48px;
    width: calc(100% - 390px);
    position: relative;
}
.cartTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;    
}
.cartTitle span {
    margin-left: 53px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #38383866;
}
.cartTop a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #38383866;
}
.cartLeft {
    width: calc(100% - 390px);
}
.cartList {
    
}
.cartItem {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
    align-items: stretch;
}
.cartItem:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;  
    border-bottom: none;  
}
.cartItemImg {
    width: 270px;
    height: 160px;
    position: relative;
    
}
.cartItemImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.cartItemContent {
    width: calc(100% - 418px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cartItemTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.cartItemPrice {
    margin-top: 16px;
    justify-content: flex-start;
}
.cartItemPrice div:nth-child(1) {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px; 
    margin-right: 24px;   
}
.cartItemPrice div:nth-child(1) span {
    font-size: 26px;    
}
.cartItemPrice div:nth-child(2) {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-right: 24px; 
    color: #BFBFBF;  
    position: relative;
}
.cartItemPrice div:nth-child(2) span {
    font-size: 20px;    
}
.cartItemPrice div:nth-child(2):after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background: #BFBFBF;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.cartItemTotal {
    margin-top: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #38383899;
    margin-bottom: 5px;
}


.cartBuyBlock {
    justify-content: flex-start;
}
.cartBuyCount {
    margin-right: 27px;
    position: relative;   
}
.cartBuyCount input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #38383833;
    width: 100px;
}
.cartBuyPlus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 20px;
    height: 24px;
    background: url(../img/icons3.svg) no-repeat -16px 6px;
    margin: auto;
    cursor: pointer;
}
.cartBuyMinus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 24px;
    background: url(../img/icons3.svg) no-repeat 4px 6px;
    margin: auto;
    cursor: pointer;
}

.cartItemRight {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cartItemRight a {
    width: 20px;
    height: 20px;
    background: url(../img/icons3.svg) no-repeat -3px -181px;
    display: block;
    color: #fff0;
    overflow: hidden;
    cursor: pointer;
}
.cartItemRight div {
    width: 20px;
    height: 20px;
    background: url(../img/icons3.svg) no-repeat -1px -22px;
    display: block;
    color: #fff0;
    cursor: pointer;
}

.cartBackButton {
    margin-top: 80px;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    width: 240px;
    
    background: #7E4B9E;
    border-radius: 8px;
    display: block;
}

.cartContent {
    align-items: flex-start;
}
.cartRight {
    width: 370px;
}
.cartSumm {
    padding: 41px 32px 24px 32px;
    background: #FBFBFB;
    border-radius: 8px;
}

.cartSummItem { 
    padding: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-end; 
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    
    background: url(../img/charBg.png) repeat-x 0% calc(100% - 15px);   
    margin: 0px 0px 10px 0px;   
}
.cartSummItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cartSummItem span {
    background: #FBFBFB; 
    padding: 0px 0px 0px 0px;     
}
.cartSummItem span:nth-child(1){
    padding-right: 3px;
}
.cartSummItem span:nth-child(2){
    padding-left: 3px;
}
.cartSummItemTotal {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.cartSend {
    display: block;
    width: 100%;   
    font-weight: 500;
    font-size: 24px;
    line-height: 48px; 
    width: 100%;
    text-align: center;
    background: #EFA123;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
}
.cartBank {
    margin-top: 32px;
}
.cartBankTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
}
.cartBankList img {
    max-width: 23%;
    max-height: 35px;    
}
.cartDelivery {
    margin-top: 60px;
}
.cartDeliveryTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.cartDeliveryItem {
    margin-top: 29px;
    padding-left: 48px;
}
.cartDeliveryItem div {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; 
    margin-bottom: 8px;   
}
.cartDeliveryItem span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #38383866;
}
.cartDelivery>div>div:nth-child(1) {
    background: url(../img/mapIcon.svg) no-repeat 4px 0px;  
}
.cartDelivery>div>div:nth-child(2) {
    background: url(../img/carIcon.svg) no-repeat 0px 0px;  
}
.cartFinishPage .cartContent {
    margin-top: 72px;    
}
.cartFinishLeft {
    width: calc(100% - 390px);
}
.cartFinishAttention {
    padding: 15px 24px;
    background: #FBFBFB;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.cartFinishAttention a {
    font-weight: 500;
}
body .cartFinishAttention input+label::before {
    margin-right: 10px;
    margin-bottom: 0px;
}

.cartFinishAttention label {
    display: block;
    margin-top: 15px;
}
.cartFinishPage input:checked+label::before {
    border-color: #EFA123;
    background-color: #EFA123;
}
.cartFinishPage input+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #38383866;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-bottom: -2px;
}
.cartFinishPage input[type=radio], .cartFinishPage input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.cartFinishTitle {
    margin-top: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;    
}
.cartFinishH2 {
    margin-top: 24px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.cartFinishDeliveryList {
    padding-left: 27px;
    align-items: flex-start;
}
.cartFinishDeliveryList>div {
    width: 30%; 
       
}
.cartFinishPage input+label::before {
    margin-right: 50px;
    margin-bottom: 0px;
}
.cartFinishDeliveryList>div:nth-child(1) label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background: url(../img/mapIcon.svg) no-repeat 32px 0px;
    background-size: 16px;
    display: block;
}
.cartFinishDeliveryList>div:nth-child(3) label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background: url(../img/mapIcon.svg) no-repeat 32px 0px;
    background-size: 16px;
    display: block;
}
.cartFinishDeliveryList>div:nth-child(2) label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background: url(../img/carIcon.svg) no-repeat 32px 2px;
    background-size: 22px;
    display: block;
}
.cartFinishDeliveryItem div {
    margin-left: 66px;   
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #38383866; 
    margin-top: 8px;
    
    margin-bottom: 30px;
}
.tmppayment1 {
    background: url(../img/paynew.svg) no-repeat 32px 0px !important;
}

.cartFinishPaymentList>div:nth-child(1) label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background: url(../img/cardIcon.svg) no-repeat 32px 0px;
    display: block;
}
.cartFinishPaymentList>div:nth-child(2) label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background: url(../img/cardIcon.svg) no-repeat 32px 0px;
    display: block;
}

.cartFinishPaymentList>div label {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 21px !important; 
    background: none !important;
    margin-bottom: 30px;   
}

.cartFinishPaymentList input+label::before {
    margin-right: 10px;
    margin-bottom: 0px;
}


.cartFinishDeliveryItem .flexBox {
    width: 130px;
    height: 40px;
    
}

.cartFinishForm {
    width: 90%;
    margin: auto;
}
.cartFinishFormItem {
    margin-bottom: 24px;
}
.cartFinishFormLeft {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    width: 100px;
}
.cartFinishFormRight {
    width: calc(100% - 120px);
}
.cartFinishFormRight input {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.cartFinishFormRight input::-webkit-input-placeholder {color: #38383833;}
.cartFinishFormRight input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.cartFinishFormRight input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.cartFinishFormRight input:-ms-input-placeholder      {color: #38383833;}

.cartFinishFormRight label {
    margin-top: 15px;
    display: block;
}
.cartFinishFormRight input+label::before {
    margin-right: 10px;
    margin-bottom: -2px;
}

.cartFinishFormRight textarea {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 80px;
}
.cartFinishFormRight textarea::-webkit-input-placeholder {color: #38383833;}
.cartFinishFormRight textarea::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.cartFinishFormRight textarea:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.cartFinishFormRight textarea:-ms-input-placeholder      {color: #38383833;}

.cartFinishRight {
    width: 370px;
}
.cartFinishSumm {
    padding: 24px 32px 24px 32px;
    background: #FBFBFB;
    border-radius: 8px;
}
.cartFinishSummItem { 
    padding: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-end; 
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    
    background: url(../img/charBg.png) repeat-x 0% calc(100% - 15px);   
    margin: 0px 0px 10px 0px;   
}
.cartFinishSummItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cartFinishSummItem span {
    background: #FBFBFB; 
    padding: 0px 0px 0px 0px;     
}
.cartFinishSummItem span:nth-child(1){
    padding-right: 3px;
}
.cartFinishSummItem span:nth-child(2){
    padding-left: 3px;
}
.cartFinishSummItemTotal {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.cartFinishSend {
    width: 100%;   
    font-weight: 500;
    font-size: 24px;
    line-height: 48px; 
    width: 100%;
    text-align: center;
    background: #EFA123;
    border-radius: 8px;
}

.cartFinishSumm label {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    display: block;
}
.cartFinishSumm input+label::before {
    margin-right: 10px;
    margin-bottom: -2px;
}
.cartFinishSumm label a {
    color: rgba(56, 56, 56, 0.4);
}
.cartFinishGood {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 9px;
}
.cartFinishGoodItem {
    margin-bottom: 24px;
}

.cartFinishGoodItem span:nth-child(1) {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #38383866;
}
.cartFinishGoodItem span:nth-child(2) {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}
.cartFinishSummTop {
    padding-bottom: 10px;
}
.cartFinishSummTop div {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.cartFinishSummTop a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.productBriefLayer {
    line-height: 24px;
    
}
.productBriefLayer p {
    padding: 5px 0px;
}
.productBriefLayer h2 {
    padding: 10px 0px;
    font-size: 22px;
}
.searchEmptyRes {
    padding: 40px 20px;
    text-align: center;
}
.cartFormError {
    float: right;
    color: red;
    font-size: 13px;
}
.loginFormBackLayerShow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    margin: auto;
    background: #000;
    opacity: 0.4;
    z-index: 10;
}
.loginForm {
    display: none;
}
.loginFormShow {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 430px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;  
    background: #fff; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px; 
    z-index: 11;
}
.loginFormLayer {
    overflow: auto; 
    height: calc(100%);
    
}
.loginFormTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.loginFormClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.loginFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.loginFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 
.loginFormInput {
    width: 100%;
    margin: 24px 0px;
} 
.loginFormInput span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;    
}
.loginFormInput input {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;  
}
.loginFormInput input::-webkit-input-placeholder {color: #38383833;}
.loginFormInput input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.loginFormInput input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.loginFormInput input:-ms-input-placeholder      {color: #38383833;}
.loginButton {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}
.remindLink {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #383838;

    opacity: 0.6; 
    margin-top: 16px;
    display: block;
}

.regLink {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #EFA123;
    margin-top: 16px;
    display: block;
}
.messLayer {
    position: fixed;
    z-index: 20;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 24px;
    width: 280px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #38383805;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #EFA123;
    
} 
.messLayerShow {
    opacity: 1;
    visibility: visible;
}

.goodSave .inFav {
    background: url(../img/icons3.svg) no-repeat -73px -22px;
}
.goodSave .inCom {
    background: url(../img/icons3.svg) no-repeat -105px -22px;
}
.prSaveBlock .inFav:before {
    background: url(../img/icons3.svg) no-repeat -73px -22px;
}
.prSaveBlock .inCom:before {
    background: url(../img/icons3.svg) no-repeat -105px -22px;
}
.cartItemRight .inFav {
    background: url(../img/icons3.svg) no-repeat -73px -22px;
    overflow: hidden;
}

body .favPageList {
    width: 100%;
}
.favPageList .goodList {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(24%));
    justify-content: space-between;
    margin-top: -50px;
}

.loginFormBackLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    margin: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.loginFormBackLayerShow {
    opacity: 0.4;
    visibility: visible;
}
.cartPopupLayer {      
    display: block;
    position: fixed;
    width: 550px;
    max-width: 100%;
    height: 480px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;  
    background: #fff; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px; 
    z-index: 11;
    opacity: 0; 
    visibility: hidden;   
}
.cartPopupLayerShow {

    opacity: 1;
    visibility: visible;
}
.cartPopupClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.cartPopupClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.cartPopupClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 
.cartPopupTitle {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #383838;
}
.cartPopupTitle span {  
    color: #EFA123;
    padding-right: 5px;
}
.cartPopupList {
    height: calc(100% - 120px);
    overflow: auto;
    margin-top: 10px;
}


.cartPopupList {
    scrollbar-width: auto;
    scrollbar-color: #a3a3a3 #ffffff;
}

/* Chrome, Edge, and Safari */
.cartPopupList::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.cartPopupList::-webkit-scrollbar-track {
    background: #ffffff;
}

.cartPopupList::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 50px;
    border: 0px solid #ffffff;
}
.cartPopupButton {
    height: 48px;
    width: 300px;
    text-align: center;
    background: #EFA123;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 48px;  
    font-weight: 500;
    font-size: 24px;      
    color: #000000;    
    margin: 20px auto 16px;
    cursor: pointer;
    display: block;
}
.cartPopupButtonContinue {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; 
    align-items: center;  
    color: #EFA123;
    margin: auto;
    cursor: pointer;
}
.cartPopupItem {
    margin-top: 20px;
}
.cartPopupItemImg {
    width: 207px;
    height: 136px; 
    position: relative;
    display: block;
}
.cartPopupItemImg img {
    max-width: 100%;
    max-height: 100%;     
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cartPopupItemRight {
    width: calc(100% - 220px);
}
.cartPopupItemTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}
.cartPopupItemPrice {
    margin: 16px 0px;   
    font-weight: bold;
    font-size: 32px;
    line-height: 37px; 
}
.cartPopupItemPrice span {
    font-size: 23px;
    padding-left: 3px;
}
.cartPopupItemRight .prBuyCount {
    width: 100px;
}
.cartPopupCount {
    position: relative;
    width: 100px;
}
.cartPopupPlus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 13px;
    height: 12px;
    background: url(../img/icons3.svg) no-repeat -16px 0px;
    margin: auto;
    cursor: pointer;
}
.cartPopupMinus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 13px;
    height: 12px;
    background: url(../img/icons3.svg) no-repeat 0px 0px;
    margin: auto;
    cursor: pointer;
}
.cartPopupCount input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #38383833;
    width: 100px;
}

.uCatItem {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background: #FBFBFB;
    height: 408px;
    margin-bottom: 40px;
}
.uCatCol {
    width: calc(50% - 20px);
}
.uCatCol a {
    display: block;
}
.uCatItem img {
    position: absolute;
}

.uCatCol:nth-child(1) .uCatItem:nth-child(1) { height: 408px; }
.uCatCol:nth-child(1) .uCatItem:nth-child(2) { height: 238px; }
.uCatCol:nth-child(2) .uCatItem:nth-child(1) { height: 238px; }
.uCatCol:nth-child(2) .uCatItem:nth-child(2) { height: 408px; }

.uCatCol:nth-child(1) .uCatItem:nth-child(1) img { bottom: -5px; left: -40px; }
.uCatCol:nth-child(1) .uCatItem:nth-child(2) img { bottom: -23px; right: -22px; }
.uCatCol:nth-child(2) .uCatItem:nth-child(1) img { bottom: -14px; left: -14px; }
.uCatCol:nth-child(2) .uCatItem:nth-child(2) img { top: -15px; right: -15px; }


.uCatItem img {
    -webkit-transition: filter .3s ease, transform .3s ease;
    -moz-transition: filter .3s ease, transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;

}
.uCatItem:hover img {
    transform: scale(1.05); 
}

.uCatCol:nth-child(1) .uCatItem:nth-child(1) span {
    position: absolute;
    right: 34px;
    top: 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
}
.uCatCol:nth-child(1) .uCatItem:nth-child(2) span {
    position: absolute;
    left: 32px;
    bottom: 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    width: 59%;
}
.uCatCol:nth-child(2) .uCatItem:nth-child(1) span {
    position: absolute;
    right: 32px;
    top: 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    width: 195px;
    text-align: right;
}
.uCatCol:nth-child(2) .uCatItem:nth-child(2) span {
    position: absolute;
    left: 32px;
    bottom: 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
}
.cartFinishError {
    color: #f00;
    margin: 20px 0px 0px 20px;
    line-height: 30px;
}



.fastPopupBackLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.fastPopupBackLayerShow {
    opacity: 0.4;
    visibility: visible;
}
.fastPopupLayer {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 250px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
}
.fastPopupLayerShow {
    opacity: 1;
    visibility: visible;
}
.fastFormTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.fastFormClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.fastFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.fastFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 

.fastButton {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}
.fastFormInput span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
}
.fastFormInput input {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.fastFormInput input::-webkit-input-placeholder {color: #38383833;}
.fastFormInput input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.fastFormInput input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.fastFormInput input:-ms-input-placeholder      {color: #38383833;}

.fastErrorInput {
    border: 1px solid red !important;
}


.callbackPopupBackLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.callbackPopupBackLayerShow {
    opacity: 0.4;
    visibility: visible;
}
.callbackPopupLayer {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 350px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
}
.callbackPopupLayerShow {
    opacity: 1;
    visibility: visible;
}
.callbackFormTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.callbackFormClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.callbackFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.callbackFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 

.callbackButton {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}
.callbackFormInput span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
}
.callbackFormInput input {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.callbackFormInput input::-webkit-input-placeholder {color: #38383833;}
.callbackFormInput input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.callbackFormInput input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.callbackFormInput input:-ms-input-placeholder      {color: #38383833;}

.callbackErrorInput {
    border: 1px solid red !important;
}

.productFilesList {
    margin: 20px auto 40px;
    width: 80%;
}
.productFilesItem {
    padding: 20px 40px;
    background: #FBFBFB;
}
.productFilesTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;  
}
.productFilesLink {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    padding-left: 50px;
    background: url("../img/download.svg") no-repeat 0% 50%;   
}

.productFilesList .productFilesItem:nth-child(even) {
    background: #f5f5f5;
}
.productFilesYoutube {
    margin: 0px auto 40px;
    width: 80%;
    display: block;
}

.reviewList {
    width: 90%;
    margin: auto;
}

.reviewItem {
    margin-bottom: 30px;
    position: relative;
}
.reviewUser {
    font-weight: bold;
    margin-bottom: 5px;
}
.reviewDate {
    margin-bottom: 5px;
    color: #a1a1a1;
    font-size: 14px;
}
.reviewChild {
    margin-top: 30px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
}

.reviewAdd {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    width: calc(50% - 19px);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
}

.reviewNew {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    width: calc(50% - 19px);
    cursor: pointer;
    width: 180px;
    margin: 80px auto 0px;
}




.reviewPopupBackLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.reviewPopupBackLayerShow {
    opacity: 0.4;
    visibility: visible;
}
.reviewPopupLayer {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 480px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex-wrap: no-wrap; 
}
.reviewFormLayer {
    width: 100%;
}
.reviewPopupLayerShow {
    opacity: 1;
    visibility: visible;
}
.reviewFormTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.reviewFormClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.reviewFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.reviewFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 

.reviewButton {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}
.reviewFormInput span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
}
.reviewFormInput textarea {
    border: 1px solid #38383866;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 100px;
}
.reviewFormInput input {
    border: 1px solid #38383866;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.reviewFormInput input::-webkit-input-placeholder {color: #38383833;}
.reviewFormInput input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.reviewFormInput input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.reviewFormInput input:-ms-input-placeholder      {color: #38383833;}

.reviewErrorInput {
    border: 1px solid red !important;
}

.ticketLayer {
    margin-bottom: 30px;
}
.ticketCode {
    border: 1px solid #38383866;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: calc(100% - 95px);
}
.ticketSave {
    display: block;
    width: 80px;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    width: 95px;
    text-align: center;
    background: #EFA123;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;    
}


.newFlagBlock {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #EFA123;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 19px;
    position: absolute;
    top: 0px;
    left: 18px;
    text-transform: lowercase;
}
.bestFlagBlock {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #7E4B9E;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 19px;
    position: absolute;
    top: 0px;
    left: 18px;
    text-transform: lowercase;
}

.saleFlagBlock {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #ed2f3b;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 19px;
    position: absolute;
    top: 0px;
    left: 18px;
    text-transform: lowercase;
}


.newFlagBlockPage {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #EFA123;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 19px;      
    text-transform: lowercase;
    margin-left: 20px;
    transform: translate(0px, -2px); 
}
.bestFlagBlockPage {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #7E4B9E;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0px 19px;   
    text-transform: lowercase;    
    margin-left: 20px;
    transform: translate(0px, -2px); 
}





























.fioletHover {                               
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;    
}
.fioletHover:hover {
    background: #7E4B9E;
    color: #fff;
}


.c-hamburger {
    display: none;
}

.c-hamburger {    
    position: relative;          
    overflow: hidden;  
    padding: 0;
    width: 36px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;   
    z-index: 2px;
}
 
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    height: 4px; 
    width: 100%;
    background: #383838;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #383838;
    content: "&nbsp;";
    
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;    
}
 
.c-hamburger span::before {
    top: -10px;
}
 
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #E5088700;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
 
/* Р   Р  Р вЂ№Р   Р РЋРІР‚СљР    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р   Р РЋРІР‚СљР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р   Р  Р РЏР    Р   Р Р†Р вЂљР’В¦Р    Р  Р Р‹Р Р†Р вЂљР’ВР    Р  РІР‚в„ўР вЂ™Р’Вµ active Р    Р  Р Р‹Р Р†Р вЂљРІР‚СњР   Р  Р вЂ№Р   Р Р†Р вЂљРЎв„ўР    Р  Р Р‹Р Р†Р вЂљР’В Р    Р  Р Р‹Р Р†Р вЂљРЎС›Р   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎСљР   Р  Р вЂ№Р   Р Р†Р вЂљРЎв„ўР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р Р†РІР‚С›РІР‚вЂњР   Р  Р вЂ№Р  Р вЂ Р  РІР‚С™Р РЋРІвЂћСћР    Р  Р Р‹Р Р†Р вЂљРЎС›Р    Р  Р Р‹Р вЂ™Р’В Р    Р  Р Р‹Р вЂ™Р’ВР    Р  РІР‚в„ўР вЂ™Р’ВµР    Р   Р Р†Р вЂљР’В¦Р   Р  Р вЂ№Р   Р Р†Р вЂљРІвЂћвЂ“  */
.c-hamburger--htx.is-active {
  background-color: #E5088700;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



.lds-ellipsis {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 25px;
    width: 80px;
    height: 55px;
    opacity: 0;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #b7b7b7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.addPageLoad {
    color: #ff910f00 !important; 
    position: relative;   
}
.addPageLoad:after {
    opacity: 0;    
}
.addPageLoad:after {      
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity  .1s ease;
    -moz-transition: -moz-transform .3s ease, opacity  .1s ease;
    -o-transition: -o-transform .3s ease, opacity  .1s ease;
    transition: transform .1s ease, opacity  .1s ease;
    width: 20px;
    height: 20px;
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #fff;
    border-width: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1 !important;
    transform: rotateZ(0);
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.acceptCookieLayer {
    position: fixed;
    z-index: 20;
    bottom: 20px; 
    right: 5%;
    margin: auto;
    padding: 10px 24px;
    width: 400px;
    max-width: 90%;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #38383805;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #383838;
    
    
} 
.acceptCookieLayer b {
    font-size: 16px;
    line-height: 30px;
}
.acceptCookie {
    margin: 10px 17px 0px 0px;
    line-height: 33px;
    width: 150px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}



.prCartPreOrder {         
    text-align: center;
    font-weight: bold;
    font-size: 18px;   
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EFA123;  
    width: calc(50% - 19px); 
    cursor: pointer;
}





.preOrderPopupBackLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.preOrderPopupBackLayerShow {
    opacity: 0.4;
    visibility: visible;
}
.preOrderPopupLayer {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 440px;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 32px 32px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
}
.preOrderPopupLayerShow {
    opacity: 1;
    visibility: visible;
}
.preOrderFormTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.preOrderFormClose {
    position: absolute;
    z-index: 999999;
    top: 23px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;                                     
}


.preOrderFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.preOrderFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 

.preOrderButton {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #EFA123;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}
.preOrderFormInput span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
}
.preOrderFormInput input {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.preOrderFormInput input::-webkit-input-placeholder {color: #38383833;}
.preOrderFormInput input::-moz-placeholder          {color: #38383833;}/* Firefox 19+ */
.preOrderFormInput input:-moz-placeholder           {color: #38383833;}/* Firefox 18- */
.preOrderFormInput input:-ms-input-placeholder      {color: #38383833;}

.preOrderErrorInput {
    border: 1px solid red !important;
}
.contactImg {
    margin-bottom: 20px;
}
.contactImg>a {
    display: block;
    width: calc(100% - 350px);
    max-height: 350px;
}
.contactImg>p {
    width: 350px;
} 
.contactImg a img {
    max-width: 100%;
    max-height: 350px;
}


.messLayerCookie {
    position: fixed;
    z-index: 20;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 24px;
    width: 370px;
    max-width: 95%;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #38383805;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #EFA123;
} 
.messLayerCookie div span {
    color: #383838;
    margin: 5px 0px;
    display: block;
    font-size: 13px;
}
.messLayerCookie div p {
    background: #EFA123;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EFA123;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    cursor: pointer;
}
.rateList {
    border: 1px solid #fff;
    height: 32px;
    width: 160px;
}
.rateList div {
    width: 30px;
    height: 30px;
    background: url("../img/star.png") no-repeat;
}
.rateHover {
    background: url("../img/starSel.png") no-repeat !important;
}
.rateSel {
    background: url("../img/starSel.png") no-repeat !important;
}
.reviewRate {
    height: 32px;
    width: 160px;
    margin-bottom: 10px;
}
.reviewRate div {
    width: 30px;
    height: 30px;
    background: url("../img/star.png") no-repeat;
}

.rateResult {
    height: 32px;
    width: 160px; 
    float: right;
    margin-top: -8px; 
}
.rateResult>div {
    position: relative;
    width: 30px;
    height: 30px;
}
.rateResult>div span {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../img/starRate.png123") no-repeat;
    z-index: 2;
    
}
.rateResult>div>div {
    position: absolute;
    top: 0;
    left: 5px;
    background: #EFA123;
    height: 100%;          
    display: none;
}



.goodRateResult {
    height: 32px;
    width: 110px;
    margin: -5px 17px 5px;
    position: relative; 
}
.goodRateResult>div {
    position: relative;
    width: 22px;
    height: 22px;
}
.goodRateResult>div span {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("../img/starRate.png123") no-repeat;
    z-index: 2;
    
}
.goodRateResult>div>div {
    position: absolute;
    top: 0;
    left: 5px;
    background: #EFA123;
    height: 100%;          
    display: none; 
}
.goodRateResultCount {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;
    background: #dddddd;
    height: 18px !important;
    width: 16px !important;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
}
.goodRateResultCount:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent #dddddd transparent transparent;
    
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5px;
}
.goodAddReview {
    display: inline-block;
    margin: -0px 17px 5px;
    font-size: 13px;
    color: #adadad;
    line-height: 27px;
    position: relative;
}     

.mainPageText {
    margin-top: 100px;
}
.mainPageText h1 {
    margin: 48px 0px 41px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.cartFinishPickupPoint>div {
    width: 48%;    
}
#hidePickupPointChoose {
    display: none;
}
.cartFinishPickupPoint span {
    font-size: 16px;
    line-height: 19px;
    color: #38383866;
    padding-top: 5px;
    display: block;
    position: relative;
}


.prInfoBlock {
    margin: 50px 0px 0px; 
}
.prInfoBlockItem  {
    width: 33%;        
    padding: 15px 0px; 
    padding-left: 40px; 
    cursor: default;
    
    font-size: 15px;
    line-height: 18px;  
    
    position: relative;
    
    
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.prInfoBlockItem:nth-child(1), .prInfoBlockItem:nth-child(3)  {
    width: 60%; 
}
.prInfoBlockItem:nth-child(1) {
    background: url("../img/woodPic/truck.svg") no-repeat 0 50%;    
}
.prInfoBlockItem:nth-child(2) {
    background: url("../img/woodPic/card.svg") no-repeat 0 50%;    
}
.prInfoBlockItem:nth-child(3) {
    background: url("../img/woodPic/save.svg") no-repeat 0 50%;    
}
.prInfoBlockItem:nth-child(4) {
    background: url("../img/woodPic/map.svg") no-repeat 0 50%;    
}
.prInfoBlockItem>div {
    position: absolute;   
    top: 0px;
    left: 0px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #38383805;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    opacity: 1;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;      
}
.prInfoBlockItem:hover>div {
    opacity: 1;
    visibility: visible;   
}


.prInfoBlockItem>div li {
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px; 
    position: relative;
}
.prInfoBlockItem>div li:after {
    content: " ";
    display: block;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EFA123;
    position: absolute;
    left: 0;
    top: 6px;
}
.prInfoBlockItem:nth-child(1)>div::after, .prInfoBlockItem:nth-child(3)>div::after {
    content: '';
    position: absolute;
    left: 35px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d5d5d5;
}
.prInfoBlockItem:nth-child(2)>div::after, .prInfoBlockItem:nth-child(4)>div::after {
    content: '';
    position: absolute;
    right: 89px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d5d5d5;
}
.notFoundLayer {  
    text-align: center;
}
.notFoundLayerNum {
    text-align: center;
    margin: 30px 0px;
    text-align: center;
    margin: 30px 0px;
    font-size: 200px;
    font-weight: bold;
    letter-spacing: 0px;
}
.notFoundLayerNum span:nth-child(1){
    color: #EFA123;
}
.notFoundLayerNum span:nth-child(2){
    color: #7E4B9E;
}
.notFoundLayerNum span:nth-child(3){
    color: #EFA123;
}
.notFoundText {      
    color: transparent;
    text-shadow: 0px 0px 2px rgb(255 255 255 / 95%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    background-color: #565656;
}

.goodItem {
    position: relative;
}
.pumpImg { 
    content: " ";
    position: absolute;
    top: 0px;
    right: 15px;
    width: 50px;
    height: 57px;
    background: url("../img/pumpImg.png") no-repeat;
    z-index: 2;
}
.pumpImg div {  
    position: absolute;
    bottom: -40px;  
    left: -32px; 
    background: #fff;
    border-radius: 8px;
    font-size: 10px;
    text-align: center;
    width: 100px;
    box-shadow: 0px 4px 8px rgb(56 56 56 / 20%);
    padding: 5px;
    border: 1px solid #dfdfde;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    cursor: initial;

}  
.pumpImg:hover div {
    opacity: 1;
    visibility: visible;        
}
.pumpImgBig { 
    content: " ";
    position: absolute;   
    top: 10px;
    right: 0px;
    width: 100px;
    height: 114px;
    background: url("../img/pumpImgBig.png") no-repeat;
    z-index: 2;
}
.pumpImgBig div {
    content: "20% sale promokod PUMPKINGIFT2022";
    position: absolute;
    bottom: -40px;  
    left: -3px; 
    background: #fff;
    border-radius: 8px;
    font-size: 10px;
    text-align: center;
    width: 100px;
    box-shadow: 0px 4px 8px rgb(56 56 56 / 20%);
    padding: 5px;
    border: 1px solid #dfdfde;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.pumpImgBig:hover div {
    opacity: 1;
    visibility: visible;        
}

.disableLayer {
    position: absolute;
    top: 0px;    
    left: 0px;   
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffffbd;
    padding: 0px !important;
    margin: 0px !important;
}

.filterTitleIsLink {
    display: block;
}
.filterTitleIsLink:after {
    display: none;
}
.seopageFilterTitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    display: block;
    
}



.mainSpecialBack {
    position: relative;
    margin-bottom: 40px;
}
.mainSpecialLeft {
    position: absolute;
    top: 0px; 
    bottom: 0px; 
    margin: auto; 
    left: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 270deg);
    cursor: pointer;
    display: none;
}
.mainSpecialRight {
    position: absolute;
    top: 0px;   
    bottom: 0px;  
    margin: auto;
    right: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 90deg);
    cursor: pointer;
    display: none;
}
.mainSpecialLayer {    
    overflow: hidden;
    width: calc(100%);
    margin: 0px auto 20px;   
}
.mainSpecialList {
    width: 5000px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.mainSpecialItem {    
    height: 360px;
    margin-right: 30px;
    background: #FBFBFB;
    border-radius: 8px;
}
.mainSpecialItem:last-child {
    margin-right: 0px !important;
}
.mainSpecialItem a {
    display: block;
    width: 100%;
    height: 100%; 
    position: relative;
    overflow: hidden;   
}

.mainSpecialItem a div {
    color: #000;

    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: calc(100% - 40px);
    margin: 16px auto 0px;
}

  



.mainSpecialItem a img {     
    max-width: calc(100% - 40px);
    position: absolute;
    bottom: 55px;
    left: 0px;
    right: 0px;
    margin: auto;    
}





.sliderLayer {
    max-width: 580px;
    margin: auto;
}
.mainBrandList {
    margin: 78px auto 48px;
    justify-content: center;
}
.mainBrandItem {
    width: 18%;
    max-width: 267px;
    height: 79px;
    border-radius: 8px;
    background: #FBFBFB;
    position: relative;
    margin: 0px 5px;
    cursor: pointer;
}
.mainBrandItem img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.mainSpecialHidden {
    display: none;
}
.mainBrandItemActive {
    background: #E8E8E8 !important;
}
.mainSpecialBack {
        transition: opacity .1s ease, visibility .1s ease;
}
.mainSpecialBackHidden {
    opacity: 0;
}
.bundleLayer {
    margin-top: 50px;
}

.bundleItem {
    box-shadow: 0px 4px 8px rgba(56, 56, 56, 0.2);
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.bundleProduct {
    position: relative;
}
.bundleItemList {
    width: 80%;
    justify-content: space-around;
}
.bundleInfo {
    width: 20%;
    text-align: center;
    position: relative;
}
.bundleInfo .bundlePrPriceSale {
    
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    margin-left: 20px;
    color: #BFBFBF;
    position: relative;
    
    margin-left: 0px;   
    display: inline-block; 
    text-align: center;
    text-decoration: line-through;
}
.bundleInfo .bundlePrPrice {
    margin-left: 0px;   
    display: inline-block; 
    text-align: center;
    
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    display: block;
}
.bundlePlus {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -18px;
    margin: auto;
    width: 26px;
    height: 26px;
    color: #7E4B9E;
    font-size: 45px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}
.bundleInfo .goodBuy {
    display: block;
    float: none;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 33px;
}
.cartPopupItemImgBumdle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; 
    position: static;
}
.cartPopupItemImgBumdle a {
    width: 50%;
    height: 50%;
    position: static;
    display: block;
}
.cartPopupItemImgBumdle img {
    max-width: 100%;
    max-height: 100%;
    position: static;
}
.deliveryCountryLayer {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}
.deliveryCountryLayer select {
    border: 1px solid #38383866;
    padding: 14px 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}
.deliveryRulesService {
    justify-content: space-around;
    align-items: stretch;
}
.deliveryRulesServiceItem {
    width: 30%;
    max-width: 180px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    
}
.deliveryRulesServiceItem label {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #3838382b;
    border-radius: 8px;
    padding-top: 50px;
    text-align: center;
    position: relative;
    
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.deliveryRulesServiceItem label img {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.deliveryRulesServiceItem input+label::before {
    display: none;
}
.deliveryRulesServiceItem input:checked+label {
    background: #EFA123 !important;  
}
.deliveryRulesServiceItem input {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2 !important;
}


.deliveryRulesType {
    justify-content: space-around;
}
.deliveryRulesTypeItem {
    width: 45%;
    max-width: 180px;
    cursor: pointer;
    
}
.deliveryRulesTypeItem label {
    display: block;
    height: 100px;
    width: 100%;
    border: 1px solid #3838382b;
    border-radius: 8px;
    padding-top: 50px;
    text-align: center;
    position: relative;
    
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500;
    cursor: pointer;
}

.deliveryRulesTypeItem input+label::before {
    display: none;
}
.deliveryRulesTypeItem input:checked+label {
    background-color: #EFA123 !important;  
}





.deliveryRulesTypeItem:nth-child(1) label {
    background: url(../img/mapIcon.svg) no-repeat 50% 10px !important;
}
.deliveryRulesTypeItem:nth-child(2) label {
    background: url(../img/carIcon.svg) no-repeat 50% 15px !important;
    
}

.deliveryRulesTypeItem label span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #6c6c6c;
}


.deliveryRulesWidget_racketa {
    margin: auto;
    display: block!important;
    width: 250px!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 30px!important;
    color: #383838!important;
    text-align: center!important;
    background: #EFA123!important;
    border-radius: 8px!important;
    margin-top: 20px!important;
    cursor: pointer!important;
    margin-bottom: 20px;
}
.deliveryRulesWidget_post {
    margin: auto;
    display: block!important;
    width: 250px!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 30px!important;
    color: #383838!important;
    text-align: center!important;
    background: #EFA123!important;
    border-radius: 8px!important;
    margin-top: 20px!important;
    cursor: pointer!important;
    margin-bottom: 20px;    
}
#packeta-point-info {
    text-align: center;
}
.deliveryRulesPayment {
    justify-content: space-around;
}
.deliveryRulesPaymentItem {
    width: 45%;
    max-width: 180px;
    cursor: pointer;
    
}
.deliveryRulesPaymentItem label {
    display: block;
    width: 100%;
    border: 1px solid #3838382b;
    border-radius: 8px;
    text-align: center;
    position: relative;
    
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.deliveryRulesPaymentItem input+label::before {
    display: none;
}
.deliveryRulesPaymentItem input:checked+label {
    background-color: #EFA123 !important;  
}

.deliveryRulesPaymentItem label span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #6c6c6c;
}
.deliveryRulesLayer {
    padding: 0px 0px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: all .3s ease;
}
.deliveryRulesLayerShow {
    padding: 10px 0px;
    overflow: visible;
    height: auto;
    opacity: 1;
    
}
#filterContainer {
    display: none;
}
.dpdLayerMap {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 90%;
    height: 95%;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 0px 2000px rgb(0 0 0 / 76%);
    z-index: 999;
    border-radius: 8px;
    display: none;
}
#map_canvas {
    min-height: 100% !important;
}
#videos {
    display: none;
}


.dpdLayerMapTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;    
}
.dpdLayerMapClose {
    position: absolute;
    z-index: 999999;
    top: 18px;
    right: 18px;  

    font-size: 30px;
    cursor: pointer;

    width: 24px;
    height: 24px;
    transform: scaleX(1.2);   
    
    cursor: pointer;  
                                       
}


.dpdLayerMapClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(50deg);      
}
.dpdLayerMapClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    transform: rotateY(0deg) rotate(-50deg);      
} 
.marginer h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;      
}
.marginer address {
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 9px;      
}
.open-hours h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;      
}
.open-hours-day, .open-hours-interval, .open-hours-interval {
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 5px;      
}
.dpdOpenPlugin {
    margin: auto;
    display: block!important;
    width: 250px!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 30px!important;
    color: #383838!important;
    text-align: center!important;
    background: #EFA123!important;
    border-radius: 8px!important;
    margin-top: 20px!important;
    cursor: pointer!important;
    margin-bottom: 20px;    
}

.dpdMapSelect {
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px;       
    width: 100%;
    text-align: center;
    background: #EFA123;
    border-radius: 8px; 
    margin-top: 5px;
    cursor: pointer;
    
     
}
#loading-window {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: #00000099;
    z-index: 9;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; 
    font-size: 20px;
    font-weight: bold;
    color: #fff; 
}


.pickupInfo {
    text-align: center;
    margin-top: 20px;
}
.pickupInfo span {
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500;
    display: block;
    margin: 10px 0px;
}
.pickupInfo b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #6c6c6c;
}