* {
    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; 
} 

/*
    font-family: 'Rubik', Arial, sans-serif;
*/

body, td {  
    font-family: 'Roboto', sans-serif;         
    font-size: 13px; 
    line-height: normal; 
    color: #373737;
    
}
body {
    padding-top: 75px;
    background: #f7f7f7;
}
a {       
    color: #545454;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover {
    color: #126FA2; 
}
.clear {
    clear: both;
}

input[type=number] {    
  -moz-appearance: textfield;  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;        
    outline: none;  
    background-clip: padding-box;
} 
input[type=text] {    
  -moz-appearance: textfield;  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;        
    outline: none;  
    background-clip: padding-box;  
}  
input[type=tel] {    
  -moz-appearance: textfield;  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       
    outline: none;  
    background-clip: padding-box;  
}   
input[type=number]::-webkit-inner-spin-button { 
  display: none;
}

.layer {
    width: 100%;          
}  
.layerHead {
    -webkit-box-shadow: 0px -2px 7px 0px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px -2px 7px 0px rgba(34, 60, 80, 0.6);
    box-shadow: 0px -2px 7px 0px rgba(34, 60, 80, 0.6);     
    position: fixed;  
    top: 0;
    z-index: 15;
    background: #373737;         
}   
.layerHead:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #373737; 
    z-index: -1;
}
                  
.head {               
    max-width: 1300px;    
    width: 95%;
    margin: 0px auto;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;  
}

.logo {
    width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 120px; 
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*.logo:after {
    content: " ";
    display: block;
    position: absolute;
    top: -75px;
    right: -110px;
    width: 150px;
    height: 150px;
    background: #373737; 
    transform: rotateZ(65deg);
}  */
.logo img {
    max-width: 100%;
    max-height: 100%;    
}
.menu {
    width: calc(100% - 260px);
    background: #373737; 
    color: #ff910f;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;   
}

.searchForm {     
    display: flex;
    flex-direction: row;
    justify-content: space-between;     
    font-size: 14px;
    position: relative;
}
.searchForm input::placeholder {
    color: #c1c1c1;
} 
.searchForm input { 
    width: 200px;
    background: #373737;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    
}
.searchForm div {  
    text-align: center;
    border-bottom: 1px solid #ff910f;
    cursor: pointer;
    padding: 5px 10px;
    
}
.searchForm img {
    display: none;
}

.searchFormClose {
    display: none;
}


.searchFastRes {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    width: 410px;
    max-width: 100%;
    background: #fff;
    
    border: 2px solid #ff910f !important;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%); 
    padding: 0px !important;   
    
}
.searchFastRes .searchItem {
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;  
    margin: 0px;
    padding: 5px 10px;     
}
.searchFastRes .searchItemImg {
    width: 50px;
    height: 50px;
    padding: 0;
}
.searchItemImg img {
    display: block;
    width: 100%;
    height: 100%;
}
.searchItemInfo {
    width: calc(100% - 60px);
    padding: 0px !important;
}
.searchItemTitle {
    color: #373737;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
}
.searchItemPrice {
    padding: 0 !important;
    font-size: 12px;
    font-weight: bold;
    color: #126FA2;
}
.searchItemPrice sup {
    padding-left: 2px;
    font-size: 10px;
}

.searchFastRes .searchItem div {
    border: none;
}
.searchAll {
    padding: 7px 0px 5px;
    background: #ff910f;
    color: #fff;
    width: 100%;
    display: block;
}
.searchAll:hover {
    color: #fff;
}

.searchEmptyRes {
    width: 100%;
    padding: 50px 0px 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.phone {
    font-size: 14px;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    position: relative;
    
    cursor: pointer;
    position: relative;
}
.phone img {
    width: 20px;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;             
    margin: auto;    
    
}
.phoneShow {
    display: block;
    opacity: 0;
    visibility: hidden;
    
    position: absolute;
    top: 24px;
    left: -40px;
    background: #fff;
    width: 220px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px 10px 15px;
    font-size: 13px;
    
    -webkit-box-shadow: 0px 11px 8px -9px rgb(34 60 80 / 22%);
    -moz-box-shadow: 0px 11px 8px -9px rgba(34, 60, 80, 22%);
    box-shadow: 0px 11px 8px -9px rgb(34 60 80 / 22%);    
    border: 1px solid #eaeaea;
    cursor: auto;
    color: #373737;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.phone:hover .phoneShow {
    opacity: 1;
    visibility: visible;
}
.phoneShow:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    background: white;
    transform: rotate(45deg);
    margin: auto; 
}
.phoneList {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;  
}
.phoneList a {
    display: block; 
    margin-bottom: 5px;  
    color: #126FA2; 
    font-weight: bold;
}

.phoneButton {  
    display: flex;
    flex-direction: row;
    justify-content: space-around;   
    align-items: center; 
    border-top: 1px solid #efefef;
    margin-top: 5px;
    padding-top: 15px;
}
.phoneButton a {
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    text-align: center;       
}

.cart {
    font-size: 14px;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    position: relative;  
    cursor: pointer;  
}
.cart img {
    width: 20px;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;             
    margin: auto;  
}
.cart span {
    color: #c1c1c1;
    font-size: 12px;
}
.cart span sup {
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
    margin-top: -10px;
}





.menuCatalog {
    margin-left: 50px;
    height: 100%;     
    font-size: 14px;  
    text-transform: uppercase; 
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
    position: relative;     
    
}
.menuCatalogLayerClose {
    display: none;
}
.menuCatalog .menuCatalogMain {
    position: relative;
    height: 15px; 
    line-height: 15px; 
    padding-left: 30px;  
    cursor: pointer; 
    font-weight: bold;
}
.menuCatalog .menuCatalogMain span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff910f;
    margin: auto;
}
.menuCatalog .menuCatalogMain:after, .menuCatalog .menuCatalogMain:before {
    content: " ";
    display: block;
    position: absolute;     
    left: 0;
    background: #ff910f;
}
.menuCatalog .menuCatalogMain:after { top: 0; }
.menuCatalog .menuCatalogMain:before { bottom: 0; }
.menuCatalog .menuCatalogMain span, .menuCatalog .menuCatalogMain:after, .menuCatalog .menuCatalogMain:before {
    width: 20px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.menuCatalogLayer {
    visibility: hidden;
    opacity: 0;  
    
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    
    position: absolute;
    top: 40px;
    left: 0px;  
    width: 100%;     
    padding: 0px;             
    
   
    
} 
body .menuCatalogLayerShow {
    visibility: visible;
    opacity: 1;
    z-index: 9; 
} 


.bannerList {
    width: 100%;
    height: 500px; 
    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;    
    
}
.bannerItem:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bgBanner.png) repeat;
    z-index: 1;
    opacity: 0.7;
}

.bannerActive2 {     
    z-index: 4;    
}

.bannerActive1 {
    z-index: 3;
    left: 0 !important;
}

.bannerText {
    position: absolute;
    left: 5%;
    bottom: 50px;
    background: #ffffffed;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
    width: 450px;
    font-size: 18px;
    line-height: 24px;
    border-left: 8px solid #ff910f; 
}
.bannerText span {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-top: 3px;
}

.arrLayer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;    
}

.rightArr {
    margin-top: -40px;     
    position: relative;    
    z-index: 10;
    background: #126FA2;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    display: inline-block;
}
.rightArr: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);
}
.leftArr {
    margin-top: -40px;  
    position: relative;   
    z-index: 10;
    background: #126FA2;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    display: inline-block;
}
.leftArr:after {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 15px;
    height: 15px;     
    transform: rotateZ(-135deg);
}

.catsBlock {               
    max-width: 1300px;    
    width: 95%;
    margin: 40px auto;
    background: #fff;  
    border: 1px solid #efefef;       
    
    -webkit-box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.15);    
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: stretch;        
}  
.catsBlockItem {
    width: 25%;             
    border-right: 1px solid #efefef;
    padding: 25px;
    min-height: 235px;
}   
.catsBlockItem:last-child {
    border: none;
}
.catsBlockItem div {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    width: 150px;
    margin: 0px auto;
    background-position: 150% 100%;
}    
.catsBlockItem ul {
    margin-top: 20px;
    list-style: none;
}                    
.catsBlockItem ul li {
    font-size: 13px;
    line-height: 24px;
} 

.catsBlockItem:nth-child(1){ background: url("../img/cat1.png") no-repeat 100% 90%; }                                   
.catsBlockItem:nth-child(2){ background: url("../img/cat2.png") no-repeat 100% 90%; }                                   
.catsBlockItem:nth-child(3){ background: url("../img/cat3.png") no-repeat 100% 90%; }                                   
.catsBlockItem:nth-child(4){ background: url("../img/cat4.png") no-repeat 100% 90%; }                                   

.menuCatalogLayer .catsBlock {
    width: 100%;
    margin: 0px auto;
    
    -webkit-box-shadow: 0px 11px 8px -9px rgb(34 60 80 / 22%);
    -moz-box-shadow: 0px 11px 8px -9px rgba(34, 60, 80, 22%);
    box-shadow: 0px 11px 8px -9px rgb(34 60 80 / 22%);     
    
}


.textRight {
    max-width: 1300px;    
    width: 95%;
    margin: 0px auto;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center; 
    padding: 30px 0px;        
}
.textRightLeft {
    width: 22%;
    
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;     
    
}
.textRightLeft img {
    max-width: 100%;
}
.textRightRight {
    width: 72%;
    font-size: 13px;
    line-height: 22px;
}
.textRightRight p {
    margin: 8px 0px;
}

.euroStandartBlock {
    background: #373737;
}
.euroStandartBlock .textRightRight {
    color: #f7f7f7;
}


.heightOverShow:after {
    display: none !important;
}
.giolBlockMain {
    flex-direction: column;    
}
.giolBlockMain img {
    max-width: 120px;
}
.giolBlockMain div {
    border-top: 5px solid #ff910f;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.giolBlockMain div span {
    display: block;
    font-size: 25px;
}
.mainColumn {
    max-width: 1300px;    
    width: 90%;
    margin: 20px auto 40px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;        
}
.mainColumn div {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
    align-items: center;  
    width: 16%;   
}
.mainColumn div img {
    padding-bottom: 15px;
}
.mainColumn div span {
    max-width: 140px;
}

.selectProduct {
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 40px;  
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: strech;     
}
.selectProductPart {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;   
    align-items: center; 
    width: 250px;    
}
.selectProductPart div {
    padding: 15px 10px;
    width: 100%;
    background: #fff;
    
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    margin: 5px 0px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 14px;  
    font-weight: bold;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;    
        
}
.selectProductPartSel {
    background: #126FA2 !important;
    border: 1px solid #0e5379 !important;
    color: #fff;
    
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;  
}
.selectProductFilter {   
    width: calc(100% - 280px);
}
.selectProductFilter>div {
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);    
    border: 1px solid #efefef;
    background: #fff;
    height: 100%; 
                    
    padding: 20px 40px;  
    
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    justify-content: space-around;  
    grid-auto-rows: 80px;  
  
    position: relative;
}



.selectProductFilterSel {
    display: grid !important;
}
.selectBlock {
    width: 100%;        
} 
.selectBlock span {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;    
}
.selectBlock select {  
    font-size: 12px;     
    display: block;    
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 13px;
    padding: 10px 10px;
    
    background: url(../img/arrSelect.png) no-repeat 98% 50%;
    background-color: #f7f7f7;
    -webkit-appearance: none;    
    position: relative;
} 




.selectButton {
    position: absolute;
    background: #ff910f !important;
    border: 1px solid #ec8409 !important;
    color: #fff;
    
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;  
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold; 
    text-align: center;
      
    bottom: -20px; 
    left: 0px;
    right: 0px;
    width: 120px;
    margin: auto;
    cursor: pointer;
}

.h2 {
    
    max-width: 1300px;    
    width: 95%;
    margin: 40px auto 0px; 
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff910f;
}


.clientList {
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 40px; 
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: strech;        
}
.clientItem {
    width: 32%;
    text-align: center;
    
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    margin: 5px 0px;
    border: 1px solid #eaeaea;  
    cursor: pointer;  
}             

.clientItem div:before {
    content: "Написать нам";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    height: 25px;
    line-height: 25px;
    width: 60%;
    min-width: 140px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    
    
}

.clientItem div {
    height: 180px;
    background-size: cover;
    background-position: center; 
    border-bottom: 3px solid #ff910f; 
    position: relative;   
}  

.clientItem div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bgBanner.png) repeat;
    z-index: 1;
    opacity: 0.7;      
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.clientItem span {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
}
.footer {
    background: #373737;
    border-top: 3px solid #ff910f;
}
.footerBlock {
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 40px; 
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-start; 
    flex-wrap: wrap;   
}
.footerLogo {
    width: 350px;
}
.footerLogo img {
    max-width: 100%;
    padding: 20px 0px 40px;
}

.footerItem {
    width: calc((100% - 350px) / 3.8);
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    padding: 20px 0px 40px;
}
.footerItem div {
    color: #ff910f;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.footerItem a {
    color: #fff;
    display: block;
}



.infoFooter {
    width: 100%;
    text-align: center;
    color: #8a8a8a;
    font-size: 11px;
    padding: 0px 50px;
    
}
.footerBottom {
    width: 100%;
    background: #000;
    color: #8a8a8a;
    padding: 10px 0px;
    text-align: center;
}

.breadcrumbs {   
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 20px; 
    overflow: auto; 
    
    display: flex;
    flex-direction: row; 
    align-items: center;    
       
}
.breadcrumbs a  {
    padding-right: 15px;
    margin-right: 8px;
    display: inline-block;
    position: relative;

    white-space: nowrap;  
    
}

.breadcrumbs a:last-child, .breadcrumbs span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #545454; 
}

.breadcrumbs a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: #ff910f;
    margin: auto;
    
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;    
}
.breadcrumbs a:last-child:after {
    display: none;
}
.productH1 {   
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 20px;  
    
    font-size: 22px;
    font-weight: bold; 
    text-transform: uppercase;  
}
     
     
     
.shadowBlock {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    border: 1px solid #eaeaea;   
}     
.widthBlock {
    max-width: 1300px;    
    width: 95%;
    margin: 20px auto 20px;     
}
.productLayer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: stretch; 
    flex-wrap: wrap;       
}
.productLayer>div {
    width: 32.5%;
}

.productImage {
    position: relative;
}
.productImageMain {
    width: 100%;
    height: 350px;

    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    cursor: pointer;    
}
.productImageMain img {   
    max-width: 100%;
    max-height: 100%;    
}
.productGallery {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.productGalleryItem {
    display: inline-block;
    margin: 5px 5px;
    width: 60px;
    height: 60px;  
    cursor: pointer;     
}
.productGalleryItem img {   
    max-width: 100%;
    max-height: 100%;    
}





.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;
    opacity: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    font-family: verdana;
    transform: scaleY(0.8) scaleX(0.9);
}

.showGalleryLayer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50000px;
    font-size: 0;
}
.showGalleryLayer div {
    max-height: 100%;
    display: inline-block;
    position: relative;
    height: 80%;
    top: 10%;
    width: 80%;
    
    
    
}
.showGalleryLayer div img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);    
}
.showGalleryLeft, .showGalleryRight {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #126FA2;
    cursor: pointer;
    z-index: 99999;
    line-height: 40px;
    text-align: center;
    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);
}




.productIconsMain {
    padding: 10px;
    margin-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #eaeaea; 
}
.productIconsMainItem {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-end; 
    font-size: 13px;   
    font-weight: bold;                 
}
.productIconsMainItem span:nth-child(2) {
    font-weight: bold;  
    color: #126FA2;
    letter-spacing: .5px;
    
}
.productIconsOther {
    padding: 20px;
    margin-bottom: 0px;
    width: 100%;   
    border-bottom: 1px solid #eaeaea;  
                    
}

.productIconsOtherItem { 
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-end; 
    font-size: 13px; 
    background: url(../img/bgBanner.png) repeat-x 0% 100%;   
    margin: 0px 10px 10px 10px;   
}
.productIconsOtherItem span {
    background: #fff; 
    padding: 0px 10px 0px 5px;
}
.productIconsOtherItem a {
    color: #126FA2;
    text-decoration: underline;  
    padding-left: 5px; 
}
.productIconsOtherAllLink {
    text-align: center;
    padding-top: 10px;
    color: #126FA2;            
    font-size: 12px;
    cursor: pointer;
    display: none;
} 

.productIconsOtherAllLink span {
    padding-bottom: 2px;
    border-bottom: 1px dotted #126FA2;    
}


.otherVariant {
    display: flex;
    flex-direction: row;
    justify-content: space-around;   
    align-items: flex-start; 
    padding-bottom: 10px;   
    padding-top: 5px;   
}    
.otherVariantItem {
    width: 24%;   
    margin-top: 10px;  
    text-align: center;  
    cursor: pointer; 
    position: relative; 
}   
.otherVariantItem>div {     
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;    
}
.otherVariantItem>div img {
    max-width: 100%;
    max-height: 80px;
}
.otherVariantItem span {
    font-size: 13px;  
    font-weight: bold;
}
.otherVariantItem p {
    font-size: 16px;
    color: #ff910f;
    font-weight: bold;
    
}
.otherVariantItem p sup {
    font-size: 10px;   
    font-weight: normal; 
}
.otherVariantItemSel:after {
    content: " ";
    display: block;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 8px solid #126FA2;
    border-right: 8px solid #126FA2;
    width: 37px;
    height: 24px;
    transform: rotateZ(135deg);   
}
.otherVariantItemSel img {
    opacity: 0.2;
}



.productBuy {
    width: 100%;
    padding: 40px 40px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center; 
}
.productPrice {
    font-size: 22px;
    font-weight: bold;        
    text-align: center;
    width: calc(100% - 150px);
}
.productPrice sup {
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}
.productButton {
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    cursor: pointer;
    width: 150px;
    text-align: center;
    font-weight: bold;
}
.productFast {  
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center; 
    padding: 0px 40px 40px;
    
               
}

.productFast .addPageLoad {
    color: #7d7d7d;
}
.productFast .addPageLoad:after {
    border-width: 5px;
    width: 16px;
    height: 16px; 
}

.productFastPhone {
    width: calc(100% - 150px);  
    border: none; 
    background: #eaeaea !important;
    border-right: none;       
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
    font-size: 14px;
    padding: 9px 9px;
    border: 1px solid #eaeaea;  
      
}
.productFastButton {
    width: 150px;
    
    background: #7d7d7d;         
    color: #fff;
    padding: 10px 20px 11px;
    font-size: 13px;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 15%);
    
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;   
    cursor: pointer; 
    text-align: center;   
}

.productOpt {  
    padding: 20px 40px 20px;          
    border-bottom: 1px solid #eaeaea; 
    border-top: 1px solid #eaeaea; 
    background-image: url("../img/contract.png"); 
    background-size: cover;      
    background-position: 80px 67%;     
    background-repeat: no-repeat;
}
.productOptButton {
    display: inline-block;
    cursor: pointer;
}
.productOpt a {
    color: #126FA2;
    text-decoration: underline;
}
.productOpt {
    line-height: 20px;
}


.deliveryInfo {
    
}
.deliveryInfo .tabUl {
    list-style: none;  
    margin: 20px 40px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea; 
   
}
.deliveryInfo .tabUl li {
    padding: 0px 5px;
    padding-bottom: 8px;
    cursor: pointer;
}
.deliveryInfo .tabUl .tabUlSel {
    border-bottom: 3px solid #ff910f;
    margin-bottom: -2px;  
    font-weight: bold;
}
.tabUlContent {
    list-style: none;  
    margin: 20px 60px 20px;   
    font-size: 12px;
    line-height: 20px;                       
}
.deliveryInfo .tabUlContent li {
    display: none;
}
.deliveryInfo .tabUlContent .tabUlSel {
    display: block;    
}


.productInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-start;    
}
.productInfo>div {
    width: 49.5%;
}
.prdoctBrief {
    padding: 20px !important;
    font-size: 13px !important;
    line-height: 22px !important;
}
.prdoctBriefContent p, .prdoctBriefContent div {
    padding: 5px 0px;
    font-size: 13px !important;
    line-height: 22px !important;
}
.productH2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff910f;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;    
}
.productChar { 
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
}
.productCharItem {
    margin: 0px 0px;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
}
.productCharItem:nth-child(even) {
    background: #f3f3f3;
}
.productCharItem span:nth-child(1) {
    width: 35%;
}
.productCharItem span:nth-child(2) {
    max-width: 62%;     
    text-align: right;
}

.categoryH1 {
    max-width: 1300px;
    width: 95%;
    margin: 20px auto 20px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;    
}

.categoryLayer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: stretch;    
}

.filterLayer {
    width: 325px;    
    border-right: 1px solid #eaeaea;
    padding-bottom: 40px;
    position: relative;
}
.filterH1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 40px 15px;
    border-bottom: 1px solid #eaeaea;
}
.filterH1 img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    transform: translate3d(0px, 3px, 0px);
}
.filterItem {
    padding: 30px 20px 0px;
}
.filterTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 10px;
    line-height: 25px;
}
.filterValue {
    padding: 10px 10px 10px 50px;
    position: relative;
    cursor: pointer;
}
.filterValue:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 10px;   
    left: 20px;
    margin: auto;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;    
}

.filterValue:before {
    content: " ";
    display: block;
    width: 15px;
    height: 10px;
    border-left: 4px solid #126fa2;
    border-bottom: 4px solid #126fa2;
    position: absolute;
    top: 0px;
    left: 20px;
    margin: auto;
    z-index: 2;
    transform: rotateZ(316deg);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    
}
.filterValueLoad:before {
    content: " ";
    display: block;
    position: absolute;
    top: 12px !important;
    left: 22px;
    margin: auto;
    z-index: 2;                
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    width: 8px;
    height: 8px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #126fa2;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid #126fa2;
    border-width: 2px;
    -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); } }


.filterValueEmpty {
    opacity: 0.5;
}

.filterValueShow:before {
    top: 7px;    
    opacity: 1;
}

.filterInfo {
    margin-top: -10px;
    padding: 0px 0px 0px 0px;   
}
.filterInfoItem {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    background: #126fa2;
    padding: 5px 10px;
    color: #fff;
    padding-right: 25px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
    position: relative; 
    cursor: pointer;  
}
.filterInfoItem:hover {
    color: #fff;
}
.filterInfoItem:before {
    content: "X";
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 5px;
    /* bottom: 0px; */
    right: 1px;
    margin: auto;
    z-index: 2;
    opacity: 1;
    transform: scale(1.2, 1);    
}


.filterPanel {
    display: none;     
    flex-direction: row;
    justify-content: space-around;   
    align-items: center;
}
.filterClose {
    background: #7d7d7d;
    color: #fff;
    padding: 10px 20px 11px;
    font-size: 13px;
    
    width: 110px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    display: none;   
    cursor: pointer;
}
.filterMake {
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 10px 20px 11px;
    font-size: 13px;
    

    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
    display: none; 
    cursor: pointer;
}

.filterPanelPrice {
    margin-left: 20px;
    margin-top: 0px;
    padding-top: 30px;
}
.filterPanelPrice input {
    width: 30%;
    padding: 5px 5px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #b5b5b5;
}
.filterPanelPrice button {
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 6px 5px;
    font-size: 13px;
    text-align: center; 
    width: 30%;
    cursor: pointer;   
}




.listLayer {
    width: calc(100% - 325px);
    margin-right: -1px;
}
.listH1 {
    font-size: 13px;          
    
    padding: 0px 20px 0px;
    border-bottom: 1px solid #eaeaea;
    height: 55px;
    line-height: 55px;  
}
.listH1 div {
    float: left;
}
.listSort {
    margin-left: 20px;
    cursor: pointer;
}
.listSortSel {
    font-weight: bold;
    color: #126FA2;
}
.listBlock {
    display: flex;
    flex-flow: row wrap; 
    flex-wrap: wrap;       
       
}
.listItem {
    flex: 0 0 34.33333%;
    max-width: 33.33333%;
    background: white; 
    -webkit-box-flex: 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    
    -webkit-transition: -webkit-box-shadow .1s ease;
    -moz-transition: -moz-box-shadow .1s ease;
    -o-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease; 
    position: relative;   
    
}
.listItem:hover {
    -webkit-box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);  
    z-index: 2;
    position: relative;
   
    margin-bottom: -60px;
}

.listItemFlagSale {
    position: absolute;
    top: 10px;
    right: 0;
    background: #e95d2a;
    color: #fff;
    padding: 8px 10px 8px 12px;
    font-size: 13px;
    cursor: default;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;


 
}

 /*  
.listItemFlagSale {
    position: absolute;
    top: 0px;
    right: 0;
    background: #e95d2a;
    color: #fff;
    padding: 8px 10px 8px 12px;
    font-size: 13px;
    cursor: default;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
     -webkit-box-shadow: inset 1px 0px 5px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: inset 1px 0px 5px 2px rgb(0 0 0 / 9%);
    box-shadow: inset 1px 0px 5px 2px rgb(0 0 0 / 9%);
    
}
.listItemFlagSale:after {
    content: " ";
    display: block;
    position: absolute;
    width: 18px;
    height: 31px;
    top: 0;
    left: -11px;
    background: #ff910f;
    z-index: 1;
    transform: skew(159deg, 360deg);
    -webkit-box-shadow: 4px 0px 4px -1px rgb(0 0 0 / 8%); 
    -moz-box-shadow: 4px 0px 4px -1px rgb(0 0 0 / 8%); 
    box-shadow: 4px 0px 4px -1px rgb(0 0 0 / 8%);    
}
     */
.listItemChar {
    display: none;
    height: 60px;  
}
.listItemChar div { 
    display: flex; 
    flex-direction: row;
    justify-content: space-between;   
    align-items: center; 
    margin: 10px 20px; 
    font-size: 12px;  
    background: url(../img/bgBanner.png) repeat-x 0% 100%;     
}
.listItemChar div span:nth-child(2) {  
    color: #126FA2;
    letter-spacing: .5px;
}
.listItemChar div span {
    background: #fff;
    padding: 0px 5px;
}

.listItem:hover .listItemChar {
    display: block;
}                  
.listItemImg {
    max-width: 100%;
    height: 250px;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;     
}
.listItemImg img {
    max-width: 100%;
    max-height: 100%;
}
.listItemTitle {
    padding: 0px 20px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;  
}
.listItemTitle a {
    color: #373737;
}
.listItemPanel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;   
    align-items: center;  
    margin-bottom: 20px; 
    padding: 0px 20px; 
}

.listItemPrice {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    width: 110px;   
}
.listItemPrice sup {
    font-weight: normal;
    font-size: 10px;
    margin-left: 3px;
}
.listItemButton {
    width: 110px;
    text-align: center;
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 8px 0px; 
    font-size: 16px; 
    cursor: pointer;  
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}
.listItemPanel .addPageLoad:after, .productBuy .addPageLoad:after {
    width: 16px;
    height: 16px;
    border-width: 4px;
    
     
    
}

.listItemSale {
    margin-top: -19px;    
}
.productPrice .listItemSale {
    margin-top: -20px;
}

.productPrice .listItemSale a {   
    font-size: 14px;
}

.productPrice .listItemSale sup {   
    font-size: 8px;
}
.listItemSale b {
    font-size: 12px;
    position: relative;
    text-decoration: line-through;
}
.listItemSale sup {
    font-size: 7px;
    position: relative;
    top: 3px;
}
   

.paginationLayer {
    text-align: center;
}
.pagination {
    display: inline-block;
    width: auto;    
    font-size: 0;
    margin: 20px 0px;
}
.pagination a, .pagination b, .pagination span {
    width: 60px;
    line-height: 60px; 
    display: inline-block;
    text-align: center;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    margin-right: -1px;
}

.pagination a:hover {
    -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 10%); 
    z-index: 2;
    position: relative;
   
    margin-bottom: -60px;
}


.addPage {
    width: 100%;    
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    line-height: 60px; 
    font-size: 14px;          
    text-transform: uppercase;
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    font-weight: bold;  
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    min-width: 200px;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .3s ease;       
}


.addPageLoad {
    color: #ff910f; 
    position: relative;   
}
.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;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .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;
}

.categoryBrief {
    padding: 20px 40px 40px;
    line-height: 20px;
}
.categoryBrief h2 {
    color: #ff910f;
    padding: 10px 0px;
    font-size: 18px;
}
.categoryBrief ul {
    list-style: none;
    padding: 10px 0px;
}
.categoryBrief li {       
    padding: 2px 0px;
    padding-left: 20px;
    margin-left: 30px;
    position: relative;
}
.categoryBrief li:after {
    content: " ";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #126FA2;
    margin: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.categoryBrief a {    
    color: #126FA2;
    text-decoration: underline;
}


.categoryBrief li a {    
    color: #126FA2;
    text-decoration: none;
}
.categoryBrief p {
    padding: 5px 0px;
}

.cartLayer .cartLayerPopupClose, .cartLayer .cartLayerPopupMake {
    display: none;
}

.cartLayer {
    display: flex;     
    flex-direction: row;
    justify-content: space-between;   
    align-items: flex-start;
    margin-bottom: 80px;    
}

.cartItems .addPageLoad:after {
    width: 14px;
    height: 14px;
    border-width: 4px;
    
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #ff910f;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #ff910f;    
}

.cartItems {
    width: 49.5%;     
}
.cartItem {
    display: flex;     
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
    padding: 20px 40px 20px 20px;  
    
    border-bottom: 1px solid #eaeaea;
}
.cartItemImg {
    width: 80px;
    height: 80px;
    display: flex;     
    flex-direction: row;
    justify-content: center;   
    align-items: center;  
}
.cartItemImg  img {  
    max-width: 100%;
    max-height: 100%;
}
.cartItemPrice {
    width: 80px;
    text-align: center; 
    font-weight: bold;
    font-size: 20px;
    width: 120px;
}
.cartItemPrice sup {
    font-weight: normal;
    font-size: 10px;
    margin-left: 3px;
}
.cartItemQty {
    width: 70px;
    position: relative;
}
.cartItemQty input {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #dedede;
    background: #f7f7f7;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    
}


.cartItemQty>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 100%;
    background: #126FA2;    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  
    color: #fff;
    margin: auto; 
    text-align: center;
    font-weight: bold;
    font-size: 16px;  
    line-height: 30px;
    cursor: pointer;     
}
.cartQtyMinus {     
    left: 0;
}
.cartQtyPlus {
    left: inherit;
    right: 0px;
}


.cartItemTitle {
    width: calc(100% - 290px);
    font-weight: bold;
    font-size: 14px;
    color: #373737;
}

.cartSumm {
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    
}
.cartSumm sup {
    font-weight: normal;
    font-size: 10px;
    margin-left: 3px;
}
.cartForm {
    width: 49.5%;
    padding: 20px 40px 40px;
    position: relative;
}
.cartFormItem {
    width: 100%;
    padding: 10px 0px;
}
.cartFormItem span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.cartFormItem input, .cartFormItem select, .cartFormItem textarea {    
    width: 100%;
    padding: 8px 10px;  
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #dedede;
    background: #f7f7f7;
    text-align: left;
    color: #373737;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
        
}

.cartSend {
    position: absolute;
    background: #ff910f !important;
    border: 1px solid #ec8409 !important;
    color: #fff;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    bottom: -20px;
    left: 0px;
    right: 0px;
    width: 180px;
    margin: auto;
    cursor: pointer;
} 

.categoryChild {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;    
}

.categoryChildItem {
    display: block;
    flex: 0 0 34.33333%;
    max-width: 33.33333%; 
    
    background: white;
    -webkit-box-flex: 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: -webkit-box-shadow .1s ease;
    -moz-transition: -moz-box-shadow .1s ease;
    -o-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;  
    margin-left: -1px;  
    margin-top: -1px;  
    padding: 20px;
       
}

.categoryChildItem:hover {
    -webkit-box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 10%);
    z-index: 2;          
}
.categoryChildItemTitle {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;    
}
.categoryChildItemImg {
    display: flex;     
    flex-direction: row;
    justify-content: center;   
    align-items: center; 
    height: 250px;
}
.categoryChildItemImg img {
    max-width: 100%;
    max-height: 100%;
}

.cartLayerPopupShow {
    opacity: 1 !important;
    visibility: visible !important;
}
.cartLayerPopupBackgroundShow {
    opacity: 1 !important;
    visibility: visible !important;
}

.cartLayerPopupBackground {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e0;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    
    
}

.cartLayerPopup {
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 21;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    max-width: 600px;
    max-height: 80%;

    margin: auto;
    padding-top: 39px;
    background: #fff;
    padding-bottom: 90px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    
    
}
.cartLayerPopup:after {
    content: "Корзина";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff910f;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.cartLayerPopup .shadowBlock {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
    
.cartLayerPopup .cartItems {
    width: 100%;
    max-height: 100%;
    height: min-content;
    overflow: auto;
}
.cartLayerPopup .cartSumm {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.cartLayerPopupClose {
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
    color: #fff;
    padding: 10px 15px 11px;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
}
.cartLayerPopupMake {
    background: #ff910f;
    border: 1px solid #ec8409;
    color: #fff;
    padding: 10px 15px 11px;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 163px;
    text-align: center;
}

.divAddress, .divCity, .divDepartment {
    display: none;
}
.cartFormSum {
    max-width: 320px;
    width: 100%;
    margin: 20px auto 10px;
}
.cartFormSumItem {
    padding: 5px 0px;
    display: flex;     
    flex-direction: row;
    justify-content: space-between;  
    align-items: center;  
    font-weight: bold;  
    font-size: 15px; 
}
.cartFormSumItem sup {
    margin-left: 3px;
    font-size: 10px;
}

.cartFormItemAlert {
    margin-top: 10px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  
    padding: 10px 10px 10px 35px;    
    position: relative;
}
.cartFormItemAlert:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 13px;
    width: 4px;
    background: #ff910f;
    transform: translate3d(0px, -5px, 0px);
}
.cartFormItemAlert:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 4px;
    width: 4px;
    background: #ff910f;
    transform: translate3d(0px, 7px, 0px);
    
}
.cartFormError {
    float: right;
    color: red;
    position: relative;
}

.cartFormError:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: -20px;
    border-top: 3px solid #da1717;
    border-right: 3px solid #da1717;
    width: 6px;
    height: 6px;
    
    transform: rotateZ(45deg);
}
.cartFormError:before {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    border-top: 3px solid #da1717;
    border-right: 3px solid #da1717;
    width: 6px;
    height: 6px;
    
    transform: rotateZ(225deg);
} 


.seeBackground {
    overflow: hidden;
    position: relative;
    height: 440px;
    margin-top: 0px;
}
.seeLayer {    
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 8px;
    left: 0;
}
.seeLayer .listItem {
    flex: 0 0 25%;
    border-top: 1px solid #eaeaea; 
    max-width: inherit;
}
.seeLayer .listItem:nth-child(1) {
    border-left: 1px solid #eaeaea;    
}
.seeLayer .listItem:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    margin-bottom: 0px;
}

.seeLayer .listItem:hover .listItemChar {
    display: none !important;
}


.seeArrLayer {
    position: relative;
    margin: 0px auto;
}

.seeArrRight {
    margin-top: -40px;     
    position: relative;    
    z-index: 10;
    background: #126FA2;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: -20px;
    bottom: -200px;
    
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important; 
}
.seeArrRight: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);
}
.seeArrLeft {
    margin-top: -40px;  
    position: relative;   
    z-index: 10;
    background: #126FA2;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: -20px;
    bottom: -200px;
    
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;    
    
}
.seeArrLeft:after {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 15px;
    height: 15px;     
    transform: rotateZ(-135deg);
}



.callbackLayer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.callbackPopup {
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 21;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 600px;
    max-height: 80%;
    margin: auto;
    padding-top: 39px;
    background: #fff;    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;     
    overflow: auto; 
}
.callbackPopupShow {
    opacity: 1 !important;
    visibility: visible !important;
}
.callbackLayerShow {
    opacity: 1 !important;
    visibility: visible !important;
}

.callbackOpt {
    position: relative; 
}
.callbackOpt:after {
    content: "Оптовое сотрудничество";
    display: block;
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    background: #ff910f;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}


.callbackPopup .cartForm {
    width: 100%;      
    padding: 20px 40px 70px;
}
 
.callbackPopupClose {
    display: block;
    position: fixed;
    top: 0px;
    right: 3px;
    width: 40px;
    height: 40px;
    border-bottom: none;
    
}

.callbackPopupClose:after {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 10px;
    height: 10px; 
    
    transform: rotateZ(45deg);
}
.callbackPopupClose:before {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 26px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 10px;
    height: 10px; 
    
    transform: rotateZ(225deg);
}   

.sendRequestButton {
    position: absolute;
    background: #ff910f !important;
    border: 1px solid #ec8409 !important;
    color: #fff;
    -webkit-box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    -moz-box-shadow: 0px 3px 5px -4px rgb(0 0 0 / 100%) !important;
    box-shadow: 0px 3px 5px -4px rgb(0 0 0) !important;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 180px;
    margin: auto;
    cursor: pointer;
}

.contactsBlockLayer {
    height: 0px;
    position: relative;
    overflow: visible;
}
.contactsBlock {
    position: absolute;
    height: auto;
    z-index: 8;
    padding: 20px;
    top: 30px;
    left: 0;  
    right: 0;
    margin: auto;
    max-width: 350px;
    width: 95%;
    line-height: 25px;
}
.contactsBlock .productH2 {
    text-align: center;    
}

.rangeStepList {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;    
    
    width: 100%;
    height: 100px;
    align-items: flex-end;
    padding: 0px 25px 0px 11px;
    margin-top: 20px;
    margin-bottom: -40px;
}
.rangeStepList div {
    width: calc(100% / 20 - 1px);
    background: #e5e5e5;
    border-radius: 4px
}

