:root {
  --mPercent: 5%;
}
* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

} 

body, td {  
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
}
a {   
    color: #000000; 
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}


.clear {
    clear: both;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: nowrap;       
}
.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}

.layer {
    width: calc(100% - 134px);
    max-width: 1500px;
    margin: 0px auto;
}

.headTopLayer {
    padding: 15px 0px 8px;
    border-bottom: 1px solid #cccccc;
    
}
.langLayer a {
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    line-height: 9px;
}
.langLayer a span {
    display: none;
}
.langLayer .langActive {
    color: #000;
}
.langLayer .flexBox div {
    background: #41a0b3;
    width: 2px;
    height: 9px;
    margin: 0px 10px;
}
.langLayer > span {
    display: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 9px;
}

.phoneItem {
    font-size: 13px;
    font-weight: bold;
    padding-left: 27px;
    line-height: 9px;
    position: relative;
}
.phoneLayer .phoneAbsolute div {
    background: #41a0b3;
    width: 2px;
    height: 9px;
    margin: 0px 20px; 
}
.phoneLayer a:nth-child(1):after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../img/phone1.svg") 50% 50% no-repeat;
    overflow: visible;
}
.phoneLayer a:nth-child(3):after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../img/phone2.svg") 50% 50% no-repeat;
    overflow: visible;
}
.regLayer {
    font-size: 13px;
    line-height: 9px;
    font-weight: 500;
}
.regLayer a {
    color: #41a0b3;

}
.regLayer a:hover {
    color: #1c7486;
    text-decoration: underline;
}
.regCartWall {
    background: #41a0b3;
    width: 2px;
    height: 9px;
    margin: 0px 20px;    
}
.cartLayer {
    position: relative;
    width: 23px;
    height: 18px;
    background: url("../img/cartTop.svg") 50% 50% no-repeat;
    top: -4px;
    cursor: pointer;
}
.cartLayer span {
    border-radius: 50px;
    background: #8b3d78;
    width: 14px;
    height: 14px;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    margin: auto;
}
.cartLayer span:empty {
    display: none;
}
.headMiddleLayer {
    padding: 20px 0px;
}
.menuBackground {
    width: 735px;
    
}
.headCatalog {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    padding-left: 36px;
    margin-right: 30px;
    white-space: nowrap;
    cursor: pointer;
}
.headCatalog:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("../img/headCatalog.svg") 50% 50% no-repeat;
}
.menuLayer {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 35px;
    width: 100%;
    font-weight: 500;
}
.menuLayer a:hover {
    color: #41a0b3;
}
.headSerachLayer {
    width: calc(100% - 785px);
    position: relative;
}
.headSearchInput {
    border: 2px solid #999999;
    border-radius: 50px;
    height: 35px;
    width: 100%;
    font-size: 12px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    padding-left: 16px;
    padding-right: 40px;
}
.headSearchInput:focus {
    border-color: #41a0b3 !important;
    outline-color: #41a0b3;
}
.headSearchButton {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 11px;
    margin: auto;
    background: url("../img/headSearchButton.svg") 50% 50% no-repeat;
    
}
.mobileMenu {
    display: none;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    background: url("../img/mobileMenu.svg") 100% 50% no-repeat;
    padding-right: 32px;
    padding-left: 30px;
}

.catalogLayer {
    position: absolute;
    top: 52px;
    left: 0px;
    margin: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 0px 5000px rgba(0,0,0,0.4);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 10;
}
.catalogLayerShow {
    opacity: 1;
    visibility: visible;
    z-index: 20 !important;
    
}
.catalogLayerBackground {
    position: relative;
}
.catalogTitle {
    font-size: 14px;
    color: rgb(65, 160, 179);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    padding: 10px 0px;
    padding-left: 36px;
    cursor: pointer;
}

.catalogTitle:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("../img/catalogTitle.svg") 50% 50% no-repeat;
    
}
.catalogCat {
    width: 294px;
}

.catalogCatTitle:after {
    content: " ";
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    background: url("../img/downArr.svg") 50% 50% no-repeat;
    width: 11px;
    height: 6px;
    z-index: 3;
    transform: rotate(-90deg);
} 

.catalogCatEmpty .catalogCatTitle:after {
    display: none;
}

.catalogCatTitle:hover {
    color: #41a0b3;
}
.catalogCatTitle {
    width: 294px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 20px;
    padding: 12px 35px 12px 16px;
    position: relative;
    
    transition: background .3s ease;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    transition: color .3s ease;
    display: block;
}


.catalogCatActive {
    background: #f8f8f8;    
}

.catalogChildLayer {
    display: none;
}
.catalogCatActive .catalogChildLayer {
    display: flex;
}
.catalogChildLayer {
    position: absolute;
    top: 0px;
    left: 294px;
    background: #f8f8f8;
    padding: 8px 0px 8px 15px;
    
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap;   
}
.catalogChildItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;
    width: calc(50% - 35px);
    margin: 15px 0px;
    background: #fff;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    transition: color .3s ease, background .3s ease;
}
.catalogChildLayerImg {
    min-width: 90px;
    min-height: 90px;
    margin-right: 22px;
}
.catalogChildImg {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.catalogChildItem:hover {
    background: #8b3d78;
    color: #ffffff;
}
.catalogLayerGrey {
    position: absolute;
    top: 0px;
    left: calc(100% - 20px);
    background: #f8f8f8;
    width: 5000px;
    content: " ";
    height: 100%;
    
}
.menuTopTitle {
    display: none;
}
.menuReg {
    display: none;
}
.headerBotton {
    background: #f3ebf1;
}


.headerBotton>.layer {
    align-items: center;
    position: relative;
    align-items: stretch;
}

.headLogo {
    position: relative;
    display: block;
    width: 279px;
}
.headLogo img {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
}
.logoLayer {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    width: 550px;
    background: #41a0b3;
    z-index: 0;
}

.headBrand {
    flex-wrap: wrap;
    padding-left: 30px;
    width: calc(100% - 279px);
    justify-content: flex-start;
}
.headBrandTitle {
    width: 100%;
    font-size: 24px;
    color: rgb(139, 61, 120);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 20px;
    margin-bottom: 25px;
}
.headBrandItem:nth-child(2) {
    margin-right: 15%;
}
.headBrandLogo {
    margin-right: 32px;
    margin-bottom: 15px;
}
.headBrandLogo img {
    max-width: 100%;
    max-height: 100%;
}
.headBrandBrief span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.headBrandBrief a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    color: rgb(65, 160, 179);
    padding-right: 20px;
    
    background: url("../img/arrRight.svg") calc(100% - 7px) 50% no-repeat;
    transition: background .3s ease, visibility .5s ease;
}
.headBrandBrief a:hover {
    background: url("../img/arrRight.svg") calc(100% - 0px) 50% no-repeat;
}
.breadcrumbsLayer {
    margin-top: 40px;
    margin-bottom: 24px;
    align-items: flex-start;
    justify-content: flex-start;
}
.breadcrumbsLayer div {
    margin-left: 10px;
}

.breadcumbrsHome {
    display: inline-block;
    width: 32px;
    height: 17px;
    background: url("../img/breadcumbrsHome.svg") 0% -0% no-repeat !important;
    position: relative;
    
}
.breadcumbrsHome:after {
    content: " ";
    position: absolute;
    top: 2px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 5px;
    height: 8px;
    background: url("../img/breadcumbrsItem.svg") 50% 50% no-repeat;
}
.breadcrumbsLayer a {
    padding-right: 20px;
    background: url("../img/breadcumbrsItem.svg") calc(100% - 7px) 40% no-repeat;
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    
}
.breadcrumbsLayer span {
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    
}

.productTop {
    flex-wrap: wrap;
}

h1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.productTop h1 {
    margin-right: 30px;
}
.productCode {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    margin-top: 5px;
}
.productCode span {
    font-weight: bold;
}

.productBadgesLayer {
    width: 100%;
    justify-content: flex-start;
    margin-top: 16px;
    flex-wrap: wrap;
}
.productBadgesLayer>div {
    border-radius: 50px;
    background: aqua;
    color: #fff;
    padding: 6px 7px 7px 20px;
    margin-right: 9px;
    font-size: 10px;
    margin-bottom: 5px;
}
.productBadgesLayer .productBadgesHit {
    background: #f3c00d url("../img/productBadgesHit.svg") 5px 40% no-repeat;
}
.productBadgesLayer .productBadgesNew {
    background: #598527 url("../img/productBadgesNew.svg") 6px 40% no-repeat;
}
.productBadgesLayer .productBadgesAction {
    background: #f76c22 url("../img/productBadgesAction.svg") 5px 40% no-repeat;
}
.productBadgesLayer .productBadgesSale {
    background: #da4f31 url("../img/productBadgesSale.svg") 6px 50% no-repeat;
}
.productCenter {
    margin-top: 40px;
}
.productLeft {
    width: 558px;
    flex-direction: row-reverse;
}
.productGalleryLayer {
    width: 68px;
    position: relative;
    padding: 26px 0px;
    height: 460px;
    overflow: hidden;
}
.productGalleryUp {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 25px;
    background: #fff url("../img/productGalleryUp.svg") 50% 0% no-repeat;
    z-index: 1;
}
.productGalleryDown {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 25px;
    background: #fff url("../img/productGalleryUp.svg") 50% 0% no-repeat;
    transform: rotate(180deg);
    z-index: 1;
}
.productGalleryBackground {
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    top: 25px;
    left: 0px;
    transition: top .5s ease, left .5s ease;
}

.productGalleryItem {
    width: 68px;
    height: 82px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    position: relative;
    cursor: pointer;
}

.productGalleryItem:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 62px;
    height: 62px;
    border: 3px solid #fff;
    opacity: 0;
    transition: opacity .3s ease, visibility .5s ease;
}
.productGalleryItem:after  {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 64px;
    height: 64px;
    border: 2px solid #8b3d78;
    opacity: 0;
    transition: opacity .3s ease, visibility .5s ease;
}
.productGalleryItem:hover:after {
    opacity: 1;
}
.productGalleryItem:hover:before {
    opacity: 1;
}

.productGalleryItem img {
    max-width: 100%;
    max-height: 68px;
}



.productMainImg {
    width: 460px;
    height: 460px;
    cursor: pointer;
    position: relative;
}
.productMainImg img {
    max-width: 100%;
    max-height: 100%;
}

.imgFlagLayer {
    position: absolute;
    left: 10px;
    top: 10px;
    padding-right: 8px;
    z-index: 2;
    width: 120px;  
}

.giftIcon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: url(../img/giftIcon.png) 50% 50% no-repeat;
}

.productInfo {
    width: calc(100% - 588px);
}

.productInfoTitle {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.productInfoTitle div {
    position: relative;
    display: inline-block;
}
.productInfoTitle div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.productInfoTitle div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.productSize {
    margin-bottom: 35px;
}
.productSizeItem {
    height: 30px;
    border-radius: 50px;
    padding-right: 12px;
    cursor: pointer;
    transition: background .3s ease, visibility .5s ease;
}
.productSizeItem:hover {
    background: #f3ebf1;
}
.productSizeItemOutStock {
    opacity: 0.4;
}

.productSizeItemOutStock:hover {
    background: #fff;
}

.productSizePriceOutStock {
    font-weight: 400 !important;
    color: #000 !important;
    width: 100px !important;
    font-size: 14px !important;
}

.productSizeItemActive {
    background: #8b3d78 !important;
}
.productSizeItemActive .productSizeTitle {
    color: #fff;
}
.productSizeItemActive .productSizePrice span {
    color: #fff;
}
.productSizeItemActive .productSizePrice div {
    color: #fff;
}

.productSizeTitle {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    position: relative;
    padding-left: 35px;
    transition: color .3s ease;
}
.productSizeTitle:before {
    content: " ";
    width: 14px;
    height: 14px;
    background: #696969;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
}
.productSizeTitle:after {
    content: " ";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    margin: auto;
}

.productSizeItemActive .productSizeTitle:before {
    background: #fff;
}
.productSizeItemActive .productSizeTitle:after {
    background: #41a0b3;
    width: 6px;
    height: 6px;
    left: 14px;
}


.productSizePrice span {
    display: block;
    font-size: 12px;
    color: rgb(102, 102, 102);
    text-decoration: line-through;
    line-height: 34px;
    text-align: right;
    padding-left: 10px;
    
    white-space: nowrap;
    transition: color .3s ease;
}
.productSizePrice div {
    font-size: 18px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 30px;
    width: 70px;
    text-align: right;
    transition: color .3s ease;
}
.productSizeDot {
    background: url("../img/dot.png") 0% 20px repeat-x;
    width: 100%;
    height: 30px;
}
.productChar {
    margin-top: 20px;
}
.productCharBlock {
    width: calc(50% - 15px);
}
.productCharItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: nowrap;   
    margin-bottom: 10px; 
    
    background: url(../img/dot.png) 0% 13px repeat-x; 
}
.productCharTitle {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    padding-right: 10px;
    white-space: nowrap;
    background: #fff;
}

.productCharValue {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    padding-left: 10px;
    text-align: right;
    background: #fff;
    margin-left: 10px;
    display: inline;
}
.productCharValue a {
    color: rgb(65, 160, 179);
}
.productBuy {
    margin-top: 20px;
}
.productBuyPrice {
    font-size: 48px;
    color: rgb(139, 61, 120);
    font-weight: bold;
    line-height: 41px;
    transition: opacity .3s ease, visibility .5s ease;
}
.productAddCart {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 41px;
    background: #41a0b3;
    padding: 0px 45px;
    border-radius: 50px;
    cursor: pointer;
    transition: background .5s ease, visibility .5s ease;
}
.productAddCart:hover {
    background: #3592a5;
}

.productPartBackground {
    margin-top: 40px;
}
.productPartLayer {
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 35px;
    
}
.productPartMobile {
    display: none;
}
.productPartTitle {
    font-size: 18px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 1.2;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.productPartTitleActive {
    color: #000;
}
.productPartTitleActive:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 10px);
    height: 4px;
    background: #fff;
}
.productPartTitleActive:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: -10px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
    
    border-left: solid 10px #fff;
}
.productBrief {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 400;
}
.productBrief {
    margin: 5px 0px;
}
.productBrief ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}
.productBrief ol > li::marker {
  font-weight: bold;
}
.productBrief a {
    color: #1c7486;             
}
.productBrief p {
    padding: 3px 0px;
}
.productBrief h2 {
    font-size: 14px;
    margin: 20px 0px;
}

.productBrief ul {
    padding: 10px 0px 10px 30px;
}
.productBrief ul > li::marker {
  color: #41a0b3;
}


.productAttention ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}
.productAttention ol > li::marker {
  font-weight: bold;
}
.productReviewForm {
    background: #f2f2f2;
    padding: 16px 20px;
}

.productReviewFormTitle {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    justify-content: flex-start;
}
.productReviewFormLeft {
    width: calc(30% - 23px);
}
.productReviewFormInput {
    margin-bottom: 20px;
}
.productReviewFormInput input {
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    padding: 12px 18px;
    border-radius: 50px;
    border: 1px solid #999999;
    width: 100%;
    
}
.productReviewFormRight {
    width: calc(70% - 23px);
}
.productReviewFormTextarea {
    margin-bottom: 20px;
}
.productReviewFormTextarea textarea {
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    padding: 12px 18px;
    border-radius: 17.5px;
    border: 1px solid #999999;
    width: 100%; 
    height: 160px;   
}
.productReviewFormButton {
    float: right;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background: #1c7486;
    border-radius: 50px;
    width: 165px;
    padding: 9px 0px;
    cursor: pointer;
}
.productReviewFormRating {
    margin-left: 20px;
}
.productReviewFormRating div {
    width: 15px;
    height: 15px;
    background: url("../img/star.svg") 50% 50% no-repeat;
    justify-content: flex-start;
    margin-right: 6px;
    top: 5px;
    position: relative;
}
.starSel {
    background: url("../img/starSel.svg") 50% 50% no-repeat !important;
    
}
.starSel2 {
    background: url("../img/starSel.svg") 50% 50% no-repeat !important;
    
}
.reviewItem {
    margin-top: 40px;
    
}

.reviewTop {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 18px;
}

.reviewName {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding-right: 10px;
}
.reviewDate {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    display: inline-block;
}
.reviewRating {
    float: right;
}
.reviewRatingText {    
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-left: 20px;
}
.reviewRatingStart {
    width: 15px;
    height: 15px;
    background: url("../img/star.svg") 50% 50% no-repeat;
    justify-content: flex-start;
    margin-right: 6px;
    top: 3px;
    position: relative;    
}
.reviewRatingSel {
    background: url("../img/starSel.svg") 50% 50% no-repeat !important;    
}
.reviewText {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 500;
}
.productContentLayer>div {
    display: none;
}
.productContentActive {
    display: block !important;
}
.productContentLayer {
    margin-bottom: 40px;
}

.dayLayer {
    align-items: stretch;
}
.dayCaption {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    background: #41a0b3;
    width: 294px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.dayCaption img {
    margin-right: 12px;
}
.dayImg {
    width: 294px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.dayImg img {        
    position: absolute;
    top: 50%;
    left: 50%;                  
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.dayBadgesLayer {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
}

.dayBadgesLayer>div {
    position: relative;
    left: calc(100% - 20px);
    border-radius: 50px;
    padding: 5px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 10px;
    transition: left .3s ease, visibility .5s ease;
    font-size: 10px;
    text-align: left;
}

.dayBadgesLayer .dayBadgesHit {
    background: #f3c00d url("../img/productBadgesHit.svg") 5px 40% no-repeat;
}
.dayBadgesLayer .dayBadgesNew {
    background: #598527 url("../img/productBadgesNew.svg") 6px 40% no-repeat;
}
.dayBadgesLayer .dayBadgesAction {
    background: #f76c22 url("../img/productBadgesAction.svg") 5px 40% no-repeat;
}
.dayBadgesLayer .dayBadgesSale {
    background: #da4f31 url("../img/productBadgesSale.svg") 6px 50% no-repeat;
}

.dayBadgesLayer>div:hover {
    left: calc(100% - 90px);
} 
.dayInfo {
    width: calc(100% - 588px);
    background: #f2f2f2;
    align-items: center;
    padding: 16px;
    
}
.dayInfoLayer {
    width: 50%;
    min-height: calc(100% - 16px);
    
    background: url("../img/dayDot.png") 100% 100% repeat-y;
}
.dayCode {
    font-size: 10px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}
.dayTitle {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;  
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;  
    padding-right: 16px;
    min-height: 43px;
}
.dayButton {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
    background: #41a0b3;
    padding: 0px 45px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.daySize {
    padding-left: 16px;
    width: 50%;
}
.daySizeItem {
    margin: 5px 0px;
}
.daySizeTitle {
    font-size: 15px;
    font-weight: bold;
    width: calc(100% - 130px);
}
.daySizeSale {
    font-size: 12px;
    line-height: 21px;
    text-decoration: line-through;
    color: #666666;
    width: 45px;
}
.daySizePrice {
    font-size: 18px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 1.2;
    width: 65px;
}
.daySizeButton {
    width: 22px;
    height: 21px;
    background: url("../img/daySizeButton.svg") 50% 50% no-repeat;
    transition: all .5s ease, visibility .5s ease;
    cursor: pointer;
}
.daySizeButton:hover {
    filter: invert(50%) sepia(47%) saturate(504%) hue-rotate(142deg) brightness(102%) contrast(89%);
}

.dayButton:hover {
    background: #3592a5;
}

.footerLayer {
    margin-top: 30px;
}

.footerLayer {
    background: #424242;
}
.footerTop {
    padding: 25px 0px;
    border-bottom: 1px solid #5c5c5c;
}

.footerMenu {
    width: 820px;
}
.footerMenu a {
    font-size: 14px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    line-height: 1.2;
}
.footerSale {
    font-size: 14px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    text-transform: uppercase;
}
.footerMiddle {
    padding: 20px 0px 30px;
    align-items: stretch;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 20px;
}
.footerMiddleLeft {
    width: 840px;
}
.footerLogo {
    width: 135px;
}
.footerPhoneLayer {
    align-items: center;
    height: 100%;
    width: 640px;
}
.footerPhone {
    justify-content: flex-start;
}

.footerPhone a {
  font-size: 14px;
  color: rgb(153, 153, 153);
  line-height: 1.2;
  margin-right: 20px;
}
.footerPhone a img {
    margin-right: 7px;
}


.footerNetwork {
    width: 46px;
}
.footerPhone {
    width: 570px;
}
.footerBrand {
    width: 260px;
}
.footerBottom {
    padding-bottom: 20px;
    
    margin: 0 -10px;
    position: relative;
}
.footerBottomItem {
    margin: 0px 10px;
    width: 16.6%;
}
.footerBottomItem a {
    display: block;
    
    font-size: 10px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
}
.content {
    min-height: calc(100% - 635px);
}

.cartCaption {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 40px;
}
.cartCaption div {
    position: relative;
    display: inline-block;
}
.cartCaption div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.cartCaption div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.cartList {
    flex-direction: column;
    flex-wrap: wrap; 
}
.cartItem {
    height: 150px;
    width: 100%;
    justify-content: stretch;
    margin-bottom: 20px;
    
}
.cartImg {
    width: 25%;
    max-width: 410px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.cartImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.cartInfo {
    background: #f2f2f2;
    min-height: 100%;
    width: 75%;
    padding: 15px;
    align-items: center;
    padding-right: 25px;
}
.cartCode {
    font-size: 10px;
    font-family: "Ubuntu";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    margin-bottom: 10px;
}
.cartInfoLeft i {
    display: block;
    max-width: 320px;    
    opacity: 0.5;
}
.cartTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    width: 320px;
    transition: color .5s ease, visibility .5s ease;
}
.cartTitle:hover {
    color: rgb(65, 160, 179);
} 



.cartPriceOne {
    font-size: 18px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 1.2;
    margin-left: var(--mPercent);
    width: 67px;
    text-align: center;
}
.cartBuyCount {
    width: 68px;
    position: relative;
    margin-right: var(--mPercent);
}
.cartBuyCount input {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    border: 2px solid #999999;
    border-radius: 50px;
}
.cartBuyPlus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    width: 20px;
    height: 24px;
    background: url(../img/cartBuyPlus.svg) no-repeat 50% 50%;
    margin: auto;
    cursor: pointer;
}
.cartBuyMinus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 20px;
    height: 24px;
    background: url(../img/cartBuyMinus.svg) no-repeat 50% 50%;
    margin: auto;
    cursor: pointer;
}
.cartPriceAll {
    font-size: 26px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 1.2;
    transition: all .2s ease, visibility .5s ease;
    margin-left: var(--mPercent);
    width: 100px;
    text-align: center;
}
.cartDelete {
    cursor: pointer;
    transition: all .2s ease, visibility .5s ease;
}
.cartDelete:hover {
    filter: invert(50%) sepia(47%) saturate(504%) hue-rotate(142deg) brightness(102%) contrast(89%);
}

.cartClear {
    cursor: pointer;
    font-size: 16px;
    color: rgb(65, 160, 179);
    line-height: 58px;
}
.cartSum {
    width: 392px;
}
.cartSumTitle {
    line-height: 58px;  
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    
}
.cartSumValue {
    font-size: 48px;
    color: rgb(139, 61, 120);
    font-weight: bold;
    line-height: 58px;  
}
.cartFunction {
    margin-bottom: 20px;
}

.cartFormCaption {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.cartFormCaption div {
    position: relative;
    display: inline-block;
}
.cartFormCaption div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.cartFormCaption div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.cartForm {
    margin-top: 20px;
}
.cartFormColumn {
    width: calc(50% - 15px);
}
.cartInput {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cartInput>div {
    font-size: 15.241px;
    color: #000;
    font-weight: bold;
    width: 200px;
    line-height: 35px;
}
.cartInput>div>span {
    color: rgb(139, 61, 120);
}
.cartInput input {
    width: calc(100% - 200px);
    line-height: 35px;
    font-size: 12px;
    padding: 0px 18px;
    border: 1px solid #999999;
    border-radius: 50px;
}
.cartInput textarea {
    width: calc(100% - 200px);
    line-height: 35px;
    font-size: 12px;
    padding: 0px 18px;
    border: 1px solid #999999;
    border-radius: 17.5px;
    height: 127px;
}
.cartInput select {
    width: calc(100% - 200px);
    line-height: 1.2px;
    font-size: 12px;
    padding: 0px 18px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 9px;
}
.cartInputRadioLayer {
    width: calc(100% - 200px) !important;
    
}
.cartInputRadioLayer label {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 400;
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.cartInputRadioLayer input {
    width: auto;
    opacity: 0;
    position: absolute;
    z-index: -1;
}


.cartInputRadioLayer input:checked+label:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    flex-grow: 0;
    background: #41a0b3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;

    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.cartInputRadioLayer input+label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #787878;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;

    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.cartBottom {
    margin-top: 20px;
}
.cartAttention {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 41px;
}
.cartSend {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 41px;
    background: #41a0b3;
    padding: 0px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: background .5s ease, visibility .5s ease;
}
.cartSend:hover {
    background: #3592a5;
}

.catH1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.catLeft {
    width: 279px;
}
.catRight {
    width: calc(100% - 279px);
    padding-left: 30px;
}
.catSortValue {
    display: none;
}
.catSortTitle {
    font-size: 13.336px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.2;
}
.catSortLayer {
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}
.catSortLayer a {
    font-size: 13.336px;
    color: rgb(87, 87, 86);
    line-height: 1.2;
    font-weight: 400;
    margin: 0px 5px;
    padding: 0px 5px;
    cursor: pointer;
}
.catSortLayer a:hover {
    color: #41a0b3;
}
.catSortLayer .catSortActive {
    font-size: 13.336px;
    font-family: "Ubuntu";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    position: relative;
}

.catSortActive:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 10px);
    height: 4px;
    background: #fff;
}
.catSortActive:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: -10px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
    
    border-left: solid 10px #fff;
}




.filterH1 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.filterH1 div {
    position: relative;
    display: inline-block;
}
.filterH1 div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.filterH1 div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.filterItem {
    margin-bottom: 40px;
    transition: height .3s ease;
    height: auto;
    overflow: hidden;
}
.filterTitle {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}


.filterTitle:after {
    content: " ";
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: url("../img/downArr.svg") 100% 50% no-repeat;
    width: 11px;
    height: 6px;
    z-index: 3;
    transform: rotate(-180deg);
    transition: transform .3s ease;
}
.filterItemHide .filterTitle:after {
    transform: rotate(0deg);
    
}
.filterItemHide {
    height: 29px !important;
    
}

.filterTitle div {
    position: relative;
    display: inline-block;
}
.filterTitle div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.filterTitle div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.filterPriceInput input {
    width: 56px;
    line-height: 24px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 500;
    
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}
input[type=number]::-webkit-inner-spin-button { 
  display: none;
}
.irs-to {
    display: none !important;
}
.irs-from {
    display: none !important;
}
.irs--round .irs-bar {
    top: 20px !important;
    height: 5px !important;
    background: #41a0b3 !important;
}
.irs--round .irs-handle {
    top: 17px !important;
    border: 2px solid #696969 !important;
    width: 11px !important;
    height: 11px !important;
    box-shadow: 0px 0px 2px 2px rgb(255 255 255) !important;
    cursor: pointer;
}
.irs--round .irs-line {
    top: 20px !important;
    height: 5px !important;
    background: #f0f0f0 !important;
}
.irs--round .irs-handle {
}


.filterPanelPrice {
    margin-bottom: 20px;
}
.filterValue {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 14px;
    text-align: left;
    font-weight: 500;
    padding: 2px 2px 2px 23px;
    position: relative;
    cursor: pointer;
    margin: 0px 0px 4px;
}
.filterValue:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #6d6d6d;
    position: absolute;
    top: 2px;
    left: 0px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
}
.filterValue:before {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #41a0b3;
    position: absolute;
    top: 6px;
    left: 4px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .3s ease, visibility .5s ease;
}
.filterValueShow:before {
    opacity: 1;
}
.filterValue a {
    position: relative;
    display: block;
    padding-right: 18px;
}
.filterValue a span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: right;
    font-weight: 500;
}
.filterValueEmpty {
    opacity: 0.4;
}
.filterValueEmpty a span {
    color: #000;
}
.filterHide {
    overflow: hidden;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.filterHiddenMany {
    cursor: pointer;
    font-size: 14px;
    color: rgb(65, 160, 179);
    line-height: 1.2;
    padding-top: 12px;
    font-weight: 500;
}
.filterSelLayer {
    background: #ecf5f7;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.filterSelCaption {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
}
.filterSelTitle {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}
.filterSelValue {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    display: block;
}
.filterSelValue span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    
    background: url("../img/filterSelValue.svg") 50% 50% no-repeat;
   
    transition: all .3s ease, visibility .5s ease;
}
.filterSelValue:hover span {
    filter: invert(50%) sepia(47%) saturate(504%) hue-rotate(142deg) brightness(102%) contrast(89%);
}
.filterSelClear {
    font-size: 14px;
    color: rgb(65, 160, 179);
    line-height: 1.2;
    font-weight: 500;
    margin-top: 25px;
    cursor: pointer;
    display: inline-block;
}
.filterMake {
    position: absolute;
    top: 0px;
    background: #41a0b3;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    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 .3s ease, visibility .3s ease;
    cursor: pointer;
    right: -117px;
    border-radius: 3px;
    z-index: 200;
    width: 110px;
    text-align: center;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.filterMake:before {
    content: "\A";
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #41a0b3 transparent transparent;
    position: absolute;
    left: -5px;
    top: 4px;
    /* bottom: 0px; */
    margin: auto;
}
.filterMakeShow {
    opacity: 1;
    visibility: visible;
    
}
.filterLayer {
    position: relative;
}
.catLeftMobile {
    display: none;
}
.filterSelBoth {
    display: none;
}

.helpfulLayer {
    width: 100%;
}

.helpfulCaption {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.helpfulCaption div {
    position: relative;
    display: inline-block;
}
.helpfulCaption div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.helpfulCaption div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}
.helpfulItem {
    font-size: 15px;
    color: rgb(65, 160, 179);
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}
.goodLayer {
    padding-top: 32px;
    flex-wrap: wrap; 
    width: calc(100% + 15px);
}
.goodItem {
    max-width: 200px;
    width: 200px;

    text-align: center;
    
    margin-bottom: 50px;
    position: relative;
    min-height: 422px;
    margin-right: 15px;
    
}
.goodBackground {
    background: #f2f2f2;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    
    
}
.goodItem:hover .goodBackground {
    transition: box-shadow .3s ease, visibility .5s ease;
    z-index: 2;
}

.goodImg {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
}
.goodImg img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.goodInfo {
    padding: 25px 10px 15px 10px;
    text-align: center;
    height: 108px;
    margin-bottom: 12px;
    transition: background .5s ease, visibility .5s ease;
}
.goodCode {
    font-size: 10px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    margin-bottom: 8px;
}
.goodTitle {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.goodSize {
    height: 0px;
    overflow: hidden;
    transition: height .3s ease, visibility .5s ease;
}
.goodPrice {
    font-size: 14px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    height: 31px;
    transition: height .3s ease, opacity .5s ease;
    opacity: 1;
}
.goodPrice span {
    font-size: 26px;
}
.goodButton {
    width: 160px;
    margin: auto;
    margin-top: 20px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
    background: #41a0b3;
    padding: 0px 45px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background .5s ease, visibility .5s ease;
    margin-bottom: 20px;
}

.goodButton:hover {
    background: #1c7486;
}

.goodSizeTitle {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}

.goodSize {
    padding: 0px 20px;
    margin-bottom: -10px;
    
}
.goodSizeItem {
    padding-bottom: 10px;
    background: url(../img/dayDot.png) 100% 100% repeat-x;
    margin-bottom: 5px;
}
.goodSizeInfoPrice {
    font-size: 18px;
    color: rgb(139, 60, 122);
    font-weight: bold;
    line-height: 1.2;
    display: inline;
    
}
.goodSizeInfoPrice span {
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
    
}
.goodSizeInfoPrice div {
    display: inline;
    
}

.goodSizeAddCart {
    width: 22px;
    height: 21px;
    background: url(../img/daySizeButton.svg) 50% 50% no-repeat;
    transition: all .5s ease, visibility .5s ease;
    cursor: pointer;
}
.goodSizeAddCart:hover {
    filter: invert(50%) sepia(47%) saturate(504%) hue-rotate(142deg) brightness(102%) contrast(89%);
}





.goodItem:hover .goodBackground {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

/*.goodItem:hover .goodPrice {
    height: 0px;
    opacity: 0;
} */


.goodItem:hover .goodInfo {
    background: #fff;
}
.goodTmp {
    width: 200px;
    margin-right: 15px;
}

.catBrief {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px !important;
}
.catBrief {
    margin: 5px 0px;
}
.catBrief ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}
.catBrief ol > li::marker {
  font-weight: bold;
}
.catBrief a {
    color: #41a0b3; 
}
.catBrief h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0px 10px;
}
.catBrief ul {
    padding: 10px 0px 10px 30px;
}
.catBrief ul > li::marker {
  color: #41a0b3;
}

.loop .goodItem {
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
}
.backgroundToLoop {
    overflow: hidden;
    padding-bottom: 250px;
    margin-bottom: -250px;
    padding-top: 10px;
}
.owl-stage-outer {
    overflow: visible !important;
}
.loopRight {
    background: #fff;
    width: 495px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -500px;
    background: #fff url(../img/loopArr2.svg) calc(0% + 10px) calc(50% - 20px) no-repeat;
}
.loopLeft {
    background: #fff;
    width: 495px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -500px;
    background: #fff url(../img/loopArr.svg) calc(100% - 10px) calc(50% - 20px) no-repeat;
}
.disabled .loopLeft {
    background: #fff;
}
.disabled .loopRight {
    background: #fff;
}
.layerToLoop .goodItem:hover .goodBackground {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.loopTopLayer .backgroundToLoop {
    display: none;
}
.loopTopLayer .backgroundToLoopActive {
    display: block;
}
.loopCaptionDefault {
    display: none;
}
.loopCaptionLayer {
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 35px;
}
.loopCaptionItem {
    font-size: 24px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 40px;
    cursor: pointer;
}
.loopCaptionItemActive {
    font-size: 24px;
    font-family: "Ubuntu";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.loopCaptionItemActive:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 10px);
    height: 4px;
    background: #fff;
}
.loopCaptionItemActive:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: -10px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
    
    border-left: solid 10px #fff;
}
.paginationLayer {
    margin-bottom: 50px;
}
.pagination a {
    width: 40px;
    height: 40px;
    display: block;
    background: #f2f2f2;
    color: #41a0b3;
    line-height: 40px;
    text-align: center;
    font-size: 18px;  
    font-weight: bold;
    margin-right: 20px;       
    transition: background .3s ease, color .3s ease;
}
.pagination a:hover {
    background: #41a0b3;
    color: #fff;
}
.pagination span {
    width: 40px;
    height: 40px;
    display: block;
    background: #41a0b3;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;  
    font-weight: bold;
    margin-right: 20px;
    
}
.pagination div {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    color: #575756;
    line-height: 40px;
    text-align: center;
    font-size: 18px;  
    font-weight: bold;
    margin-right: 20px;
} 
.prevPagination {
    position: relative;
}
.prevPagination:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    
    background:  url(../img/pagination.svg) 50% 50% no-repeat;
    transition: filter .3s ease, visibility .5s ease;
}
.nextPagination {
    position: relative;
}
.nextPagination:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    
    background:  url(../img/pagination.svg) 50% 50% no-repeat;
    transform: rotate(-180deg);       
    transition: filter .3s ease, visibility .5s ease;
}

.nextPagination:hover:after {
    filter: brightness(0) invert(1);
}
.prevPagination:hover:after {
    filter: brightness(0) invert(1);
}
.nextPage {
    font-size: 14px;   
    color: #41a0b3;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background: #f2f2f2;
    line-height: 40px;
    padding: 0px 20px;
    cursor: pointer; 
    transition: color .3s ease, background .3s ease;
}
.nextPage:hover {
    color: #f2f2f2;
    background: #41a0b3;
    
}
.bannerLayer {
    align-items: stretch;
}

.bannerLeft {
    width: 279px;
    position: relative;
    background: #41a0b3;
    min-height: 100%;
    padding: 25px 0px 30px;
    flex-direction: column;
}
.bannerLeftBackground {
    position: absolute;
    top: 0px; 
    right: 0px;
    width: 550px;
    height: 100%;
    background: #41a0b3;
    z-index: 0;
}
.bannerLogo {
    max-width: 197px;
    position: relative;
    z-index: 1;
}
.bannerLogo img {
    max-width: 100%;
    max-height: 100%;
}
.bannerDotted {
    position: relative;
    z-index: 1;
}
.bannerDotted div {          
    width: 10px;
    height: 10px;   
    display: inline-block;
    margin-right: 13px;
    cursor: pointer;
    position: relative;                     
}
.bannerDotted div div {
    display: none;
}
.bannerDotted div:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;      
    border: 2px solid #a0d0d9;
    width: 6px;
    height: 6px;
    border-radius: 50px;                 
    
}


.bannerDotted .bannerDottedActive:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;      
    border: 3px solid #fff;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    transform: translate(-2px, -1px);
    
}
.bannerBackground {
    position: relative;
}
.bannerRight {
    height: 465px;
    width: calc(100% - 279px);
    position: relative;
}
.bannerPic {
    position: absolute;
    top: 0px;   
    left: calc((100% - 1500px) / 2 + 279px);   
    width: calc(100% - ((100% - 1500px) / 2 + 279px));
    min-height: 100%;
    background: url(../img/banner.png) 50% 50% no-repeat;
    background-size: cover;
}
.bannerPic2 {
    position: absolute;
    top: 0px;   
    left: calc((100% - 1500px) / 2 + 279px);   
    width: calc(100% - ((100% - 1500px) / 2 + 279px));
    min-height: 100%;                                   
    background-size: cover;  
    transition: opacity 1s ease, visibility .5s ease;
    opacity: 0;
}


.bannerInfo>* {      
    transition: opacity .5s ease, visibility .3s ease;
}
.bannerInfo {
    position: absolute;
    top: 150px;    
    left: 40px;    
    width: 558px;
    height: 235px;
    padding: 30px 20px 30px 100px;
    z-index: 1;
    background: #fff;
    flex-direction: column;                           
}
.bannerInfoTop {
    font-size: 24px;     
    color: rgb(139, 61, 120);
    text-transform: uppercase;
    line-height: 1.2;  
}
.bannerInfoTitle {
    font-size: 36px;     
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}
.bannerInfoLink {
    font-size: 17px;     
    color: rgb(65, 160, 179);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}
.bannerInfoLink:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(100% + 10px); 
    margin: auto;
    width: 13px;
    height: 12px;
    background: url(../img/bannerInfoLink.svg) 50% 50% no-repeat;    
    transition: left .3s ease, visibility .5s ease;
}
.bannerInfoLink:hover:after {
    left: calc(100% + 15px); 
}

.bannerArrowLeft {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -40px; 
    margin: auto;
    background: url(../img/bannerArrow.png) 50% 50% no-repeat;  
    width: 16px;
    height: 39px;
    z-index: 1;
    cursor: pointer; 
}
.bannerArrowRight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -40px; 
    margin: auto;
    background: url(../img/bannerArrow.png) 50% 50% no-repeat;  
    width: 16px;
    height: 39px;
    z-index: 1;
    transform: rotate(180deg);
    cursor: pointer; 
}
.headerBottomMain .headBrandTitle {
    overflow: hidden;
    height: 0px;
    margin: 0px;
}
.headerBottomMain .logoLayer {
    background: #8b3d78;
}
.headerBottomMain .headLogo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;
    padding-left: 40px;   
}
.headerBottomMain .headLogo img {
    display: none;
}
.headerBottomMain .headLogo .headLogoText {
    color: #fff;       
    z-index: 1;     
    font-size: 30px;        
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;  
}
.mainCaption {
    margin-top: 51px;
    margin-bottom: 51px;
}

.mainLinkLayer {
    flex-wrap: wrap;
}

.mainLinkItem {
    width: calc((100% - 90px) / 4);
    border-bottom: 3px solid #8b3d78;
    position: relative;
    padding-bottom: 37px;
    cursor: pointer;
    margin-bottom: 50px;
}
.mainLinkImg {
    width: 100%;
    position: relative;
    padding-top: 49%; /* Your percentage */
}
.mainLinkImg > div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: aqua;
}
.mainLinkImg > div {
    background-size: cover !important;
}
.mainLinkTitle {
    position: absolute;
    top: 0px;    
    left: 0px; 
    margin: auto;
    width: 100%;
    height: 100%;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end; 
    flex-wrap: nowrap; 
    font-size: 15px;      
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 11px;
    background: rgb(242,242,242);
    background: linear-gradient(180deg, rgba(242,242,242,0.0) 58%, rgba(242,242,242,1) 75%);         
    transition: color .3s ease;
    
    
}
.mainLinkTitle:before {  
    content: " ";   
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;  
    
    background: linear-gradient(180deg, rgba(139,61,120,0.3) 58%, rgba(139,61,120,1) 75%);   
    opacity: 0;
    -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 .3s ease, visibility .5s ease;
}

.mainLinkTitle span {
    position: relative;
    z-index: 2;
    padding: 0px 10px;
    text-align: center;
    z-index: 0;
}
.mainLinkItem:hover .mainLinkTitle {   
    color: #fff !important;        
}
.mainLinkItem:hover .mainLinkTitle:before {   
    opacity: 1;        
}





.mainLinkItemTmp {
    height: 0px;
    border: none;
    padding: 0px;
    margin: 0px;
}

.mainLinkItemSale {
    border-bottom: 3px solid #da4f31 !important;
}
.mainLinkItemSale .mainLinkTitle {
    color: #da4f31 !important;
}
.mainLinkItemSale .mainLinkTitle:before {  
    background: linear-gradient(180deg, rgb(218,79,49,0.3) 58%, rgb(218,79,49,1) 75%) !important;    
}
.mainLinkItemSale .mainLinkTitle:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 59px;
    height: 68px;  
    background: url(../img/mainLinkItemSale.svg) 50% 50% no-repeat;  
    transition: filter .1s ease, visibility .5s ease;  
}
.mainLinkItemSale:hover .mainLinkTitle:after {
    filter: brightness(0) invert(1);
}
.mainLinkItemSale .mainLinkTitle {
    background: linear-gradient(180deg, rgba(242,242,242,0.5) 58%, rgba(242,242,242,1) 75%);  
}



.mainLinkItemAction {
    border-bottom: 3px solid #f76c22 !important;
}
.mainLinkItemAction .mainLinkTitle {
    color: #f76c22 !important;
}
.mainLinkItemAction .mainLinkTitle:before {  
    background: linear-gradient(180deg, rgb(247,108,34,0.3) 58%, rgb(247,108,34,1) 75%) !important;    
}
.mainLinkItemAction .mainLinkTitle:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 70px;
    height: 75px;  
    background: url(../img/mainLinkItemAction.svg) 50% 50% no-repeat;  
    transition: filter .1s ease, visibility .5s ease;  
}
.mainLinkItemAction:hover .mainLinkTitle:after {
    filter: brightness(0) invert(1);
}
.mainLinkItemAction .mainLinkTitle {
    background: linear-gradient(180deg, rgba(242,242,242,0.5) 58%, rgba(242,242,242,1) 75%);  
}

.mainLinkItemNew {
    border-bottom: 3px solid #598527 !important;
}
.mainLinkItemNew .mainLinkTitle {
    color: #598527 !important;
}
.mainLinkItemNew .mainLinkTitle:before {  
    background: linear-gradient(180deg, rgb(89,133,39,0.3) 58%, rgb(89,133,39,1) 75%) !important;    
}
.mainLinkItemNew .mainLinkTitle:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 79px;
    height: 79px;  
    background: url(../img/mainLinkItemNew.svg) 50% 50% no-repeat;  
    transition: filter .1s ease, visibility .5s ease;  
}
.mainLinkItemNew:hover .mainLinkTitle:after {
    filter: brightness(0) invert(1);
}
.mainLinkItemNew .mainLinkTitle {
    background: linear-gradient(180deg, rgba(242,242,242,0.5) 58%, rgba(242,242,242,1) 75%);  
}
.mainLoop {
    margin-top: 50px;
}
 {
    
}



.mainBrief h1 {
    margin-top: 30px;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;        
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 40px;
    text-transform: none !important;
}
.mainBrief h1 div {
    position: relative;
    display: inline-block;
}
.mainBrief h1 div:before {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100% + 3px);
    height: 4px;
    background: #fff;
}
.mainBrief h1 div:after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: calc(100%);
    height: 3px;
    background: #8b3d78;
}

.cartPopupLayer {    
    position: fixed;    
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 80%;
    max-height: 90%;
    height: fit-content;
    overflow: auto;
    z-index: 999;
    background: #fff;
    padding: 20px;  
    
    box-shadow: 0px 0px 0px 5000px rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;       
    transition: opacity .3s ease, visibility .3s ease;
}
.cartPopupLayerShow {
    opacity: 1;
    visibility: visible;    
}
.cartPopupClose {
    position: absolute;
    top: 20px;  
    right: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../img/catalogTitle.svg) 50% 50% no-repeat;
    cursor: pointer;
    z-index: 2;
}
.cartPopupButtonLayer {
    margin-top: 20px;
}
.cartPopupBack {
    background: #bbbbbb;
}
.cartPopupBack:hover {
    background: #959595;
}
.formReviewError {
    color: red;
    margin-bottom: 10px; 
}
.owl-nav.disabled {
    display: block !important;
}
.imgFlagLayerSmall {
    position: absolute;
    left: 5px;
    top: 5px;
    padding-right: 8px; 
    z-index: 0;
    width: 60px;
    height: 60px;      
}
.imgFlagLayerSmall img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.filterValueLoad:before {
    content: " ";
    display: block;
    position: absolute;
    top: 5px !important;
    left: 3px;
    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: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #126fa2;
    border-bottom: 1px solid #ffffff;
    border-left: 1px 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;
    background: #fff;
}

@-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); } }


.filterPanelPrice .filterValueLoad:before {
    content: " ";
    display: block;
    position: absolute;
    top: 9px !important;
    right: 18px;
    left: auto;
    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: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #126fa2;
    border-bottom: 1px solid #ffffff;
    border-left: 1px 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;
    background: #fff;
}

.addPageLoad {
    color: #ffe00000 !important; 
    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: 15px;
    height: 15px;
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #fff;
    border-width: 4px;
    -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;
}
.addPageLoad:after {   
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #3592a5;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #3592a5;   
}

.pageH1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.productBrief h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.bbtext-2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.news_l {
    margin-bottom: 20px;
}

.cartFormError {
    width: 100% !important;
    color: red !important;
    font-weight: normal  !important;
    font-size: 12px !important;
    margin: 0px !important;
}


.filterValueSearchPage {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 14px;
    text-align: left;
    font-weight: 500;
    padding: 2px 2px 2px 23px;
    position: relative;
    cursor: pointer;
    margin: 0px 0px 4px;
}
.filterValueSearchPage:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #6d6d6d;
    position: absolute;
    top: 2px;
    left: 0px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
}
.filterValueSearchPage:before {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #41a0b3;
    position: absolute;
    top: 6px;
    left: 4px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .3s ease, visibility .5s ease;
}
.filterValueSearchPageShow:before {
    opacity: 1 !important;
}
.searchPageQueryInput {
    width: calc(100% - 90px);
    line-height: 24px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 500;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 0px 10px;
}
.searchPageButton {   
    background: #41a0b3;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;                
    transition: opacity .3s ease, visibility .3s ease;
    cursor: pointer;   
    border-radius: 3px; 
    width: 80px;
    text-align: center;                   
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart_request td input, .cart_request td select, .cart_request td textarea {
    width: calc(100%);
    line-height: 35px;
    font-size: 12px;
    padding: 0px 18px;
    border: 1px solid #999999;
    border-radius: 50px;
}
.newDesForm .button {
    display: block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 41px;
    background: #41a0b3;
    padding: 0px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: background .5s ease, visibility .5s ease;    
    margin-top: 20px !important;
}
.myCartTitle {
    font-size: 15.241px;
    color: #000;
    font-weight: bold;
    width: 150px;
    line-height: 35px;
}
.langAttentionLayer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 558px;
    height: 245px;
    z-index: 999;
    box-shadow: 0px 0px 0px 5000px rgba(0,0,0,0.4);
    background: #fff;
    padding: 26px 68px 40px;
    max-width: 100%;
}
.langAttentionFlex {     
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;              
}
.langAttentionTop {      
    padding-bottom: 20px;             
    border-bottom: 1px solid #cccccc; 
    margin-bottom: 28px;
}
.langAttentionImg {
    width: 113px;                
}
.langAttentionImg img {
    max-width: 100%;
    max-height: 100%; 
}
.langAttentionTitle {
    font-size: 18px;  
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.langAttentionBrief {
    font-size: 16px;   
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 27px;
}
.langAttentionButtons a {
    display: block;
    background: #41a0b3;
    font-size: 12px;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding: 11px 0px 11px 0px;
    border-radius: 50px;
    position: relative;
    width: 124px;
    text-align: center;
}

.langAttentionButtons a span {
    padding-left: 37px;
}
.langAttentionButtons a:after {
    content: "UA";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 2px; 
    margin: auto;
    font-size: 15px;       
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 37px;
    text-align: left;
    border-right: 1px solid #7abdca;
    padding: 0px 10px;
       
}
.langAttentionButtons form:nth-child(2) a:after { content: "RU";}
.langAttentionButtons form:nth-child(3) a:after { content: "EN";}

.langAttentionBottom {
    width: 100%;
    height: 60px;
    background: url(../img/langAttentionBottom.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 100%;
}
.productBrief img {
    max-width: 100%;
}
.prePayAttention {
    line-height: 150%;
    font-size: 12px;
    font-weight: 500;
    color: #ff4221;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 5px 12px;
    position: relative;
}
.prePayAttention:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #c9c9c9;
    font-size: 0px;
    position: absolute;
    top: -10px;
    left: 46px;
}