body.modal-open main {
    
    filter: blur(1.5px); 
 }
 
 body.modal-open .header__top  {
    
    filter: blur(1.5px); 
 }
 
 body.modal-open .header__btm {
    
    filter: blur(1.5px); 
 } 
 
 body.modal-open .mob_header__top {
    
     filter: blur(1.5px); 
  } 
 
 body.modal-open footer {
    
     filter: blur(1.5px); 
  }
  
 
  #cdek_map_contaner {
 
     z-index: 999;
  }
 
 
 /* _______________________ NORMALIZE _______________________ */
 
 
 body {
     font-family: 'Montserrat';
     min-height: 100%;
     height: 100%;
 
 }
 
 
 .row {
 
     min-height: 100%;
     height: 100%;
 }
 
 
 a:active, a.nice-select.open,
 a:hover {
     outline-width: 0;
 }
 
 a,
 button,
 svg,
 img {
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 strong {
     font-weight: bold;
 }
 
 /*
 span {
 
 
 }
 */
 
 textarea {
     resize: none;
     overflow: auto;
 }
 
 input,
 textarea {
     outline: none;
     border: none;
     -webkit-appearance: none;
     border-radius: 0;
 }
 
 img {
     border: 0;
     max-width: 100%;
     height: auto;
 }
 
 
 button.card__cart:active {
     border: 1px solid white;
     background-color: white;
     box-shadow:         inset 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
 }
 
 
 button.this-card:active {
     border: 1px solid white;
     background-color: white;
     box-shadow:         inset 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
 }
 
 
 
 
 button.this-card:active svg {
     fill: #c20e1a;
 }
 
 
 button.card__cart:active i {
     color: #c20e1a;
 }
 
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }
 
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
     outline: none;
 }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }
 
 :after,
 :before {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: inherit;
 }
 
 input::-moz-placeholder,
 textarea::-moz-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: inherit;
 }
 
 input:-moz-placeholder,
 textarea:-moz-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: inherit;
 }
 
 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: inherit;
 }
 
 input:hover::-webkit-input-placeholder,
 textarea:hover::-webkit-input-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:hover::-moz-placeholder,
 textarea:hover::-moz-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:hover:-moz-placeholder,
 textarea:hover:-moz-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:hover:-ms-input-placeholder,
 textarea:hover:-ms-input-placeholder {
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:focus::-webkit-input-placeholder,
 textarea:focus::-webkit-input-placeholder {
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:focus::-moz-placeholder,
 textarea:focus::-moz-placeholder {
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:focus:-moz-placeholder,
 textarea:focus:-moz-placeholder {
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 input:focus:-ms-input-placeholder,
 textarea:focus:-ms-input-placeholder {
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 

 /* _______________________ Grid ___________________________ */
 
 body {
 
     width: 100% !important;
     min-width: 100% !important;
 }
 
 footer {
     margin-top: auto;
 }
 
 div.product-info__container > .container {
     width: 100%;
     padding: 0;
     margin: 0 auto;
     max-width: 1330px;
 } 
 
 
 
 div.product-info__container > .container > h1.page-title {
     padding: 20px 0px;
     font-size: 3.4rem;
     line-height: 1.4;
     
     
 }
 
 .footer__item p {
     padding: 0;
 }
 
 
 #account-account {
 
     background-color: #E9EAEC;
 }
 
 .container {
     width: 100%;
     padding: 0 30px;
     margin: 0 auto;
     max-width: 1330px;
 }
 
 /* @media (max-width: 767px) {
     .container {
         padding: 0 15px;
     }
 } */
 
 /* _______________________ Page Styles ____________________  */
 *,
 *::after,
 *::before {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .visually-hidden {
 
     display: none;
 }
 
 
 input[type="checkbox"],
 input[type="radio"] {
     position: relative;
     width: 20px;
     height: 20px;
     border: 1px solid #E5E5E5;
     border-radius: 4px;
     padding: 0;
     
 }
 
 body {
     margin: 0;
     padding: 0;
     position: relative;
     font-family: 'Montserrat';
     font-size: 14px;
     font-weight: 400;
     color: #808080;
 }
 
 button,
 svg,
 a {
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 button {
     cursor: pointer;
     outline: none;
 }
 
 /* .section {
     margin-bottom: 50px;
 } */
 
 p.category-description {
     text-align: center;
     display: block;
 }
 
 
 .section p {
     margin: 0 0 20px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 
 h2.category-description {
     text-align: center;
     display: block;
 }
 
 
 .section h2 {
     margin: 0 0 20px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 
 div.preloader div.preloader__loader  img {
 
 opacity: 0.25;
 
 }
 
 
 ul.page-404-categories li {
 
     list-style: none;
 }
 
 ul.page-404-categories li a {
     padding: 5px 0;
     font-family: 'Montserrat';
     font-size: 28px;
         font-weight: 500;
         text-decoration: underline;
 
 
 }
 
 .section-title {
     margin: 0 0 20px;
     display: block;

          

     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 1.5;
     font-weight: 500;
     color: #707070;
 }
 
 @media (max-width: 575px) {
     .section-title {
         font-size: 20px;
         text-align: center;
     }
 }
 
 .section-title--center {
     margin: 0 0 20px;
     text-align: center;
 }
 
 .section-title strong {
    
     color: #c20e1a;
 }
 


 /* --- vk-youtube --- */


img.img-vkyout-desk {

    width: 100%;
    min-width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}


img.img-vkyout-mob {
    border-radius: 6px;
    overflow: hidden;
}

p.vk-you-text-desk {

    display: block;
    position: absolute;
    top: 15%;
    left: 35%;
    width: 30%;
    height: auto;
    text-align: center;
    font-size: 2.2em;
    font-weight: 800;
    color: #000;
    line-height: 110%;
}


.four-reasons-block {

    margin-top: 20px;
}



#common-home > div > div > div > div.row.four-reasons-block > div:nth-child(2) > p.four-text {

    text-align: center !important;
    
    }
    


#common-home > div > div > div > div.row.four-reasons-block > div:nth-child(3) > p.four-text {

    text-align: center !important;
    
    }
    


#common-home > div > div > div > div.row.four-reasons-block > div:nth-child(4) > p.four-text {

text-align: right !important;

}


p.four-header {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 60px;
    line-height: 1.1;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000;
}




p.four-text {
    display: block;
    padding: 0 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}



.banner-delivery {
margin-top: 40px;
    margin-bottom: 40px;
}


@media (min-width: 1024px) and (max-width: 5700px) {
    

.container-fluid.full-width-social {

    padding: 0 15px !important;
    background: url('/catalog/view/theme/barashkov/image/vk-y/new/bg-banner-soc-net.jpg') no-repeat center center;
    
    width: 100%;
    height: 500px;
    background-size: cover;
    }
    

.container-fluid.full-width-social > .row > .container {

    position: relative;

}



.row.desktop-view.soc-top-tree-block {
    width: 70%;
    position: absolute !important;
    left: 23%;
    top: 200px;
    height: 50px;
    

}


.row.soc-down-two-block {
    
    width: 60%;
    position: absolute !important;
    left: 17%;
    top: 170px;
    height: 50px;
    
}
 

img.social-block-img-two {

    width: 170px;
    max-width: 170px;
    margin: 0 auto ;
    
}

img.social-block-img {

    width: 180px;
    max-width: 180px;
    margin: 0 auto ;

}

    
}
     .full-width-xl {
        padding: 0 15px !important;
     }
    
    .container-fluid.full-width-social .row.desktop-view  a {
        display: inline-block;
        width: 100%;
        height: auto;
     }
    
    
     .container-fluid.full-width-social >.row.desktop-view > .col-md-6 {
              height: auto;
     }
    
    


a.vk-href-mob {

    display: inline-|block;
    position: absolute;
    top: 23%;
    left: 17%;
    width: 105px;

}



a.you-href-mob {

    display: block;
    position: absolute;
    top: 23%;
    right: 17%;
    width: 105px;
}


 /* --- vk-youtube --- */


 div.akziya-end-desk b {

    font-weight: 800;
 }



 div.akziya-end-mob b {

    font-weight: 800;
 }

div.akziya-end-desk {
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 8%;
    left: 15%;
    color: #000;
    font-weight: 500;
    font-size: 2em;

}

#tab-description .article-dif-cov-cape video {

    background-color: #000;
}

div.akziya-end-mob {
    text-align: left;
    position: absolute;
    top: 16%;
    left: 39%;
    color: #000;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 100%;

}
 .page-title {
     font-family: 'Montserrat';
     font-size: 24px;
     line-height: 36px;
     font-weight: 500;
     color: #4c4c4c;
     padding: 20px 0 35px;
     margin: 0;
 }
 

 .hmxlYG {
    
    bottom: 70px !important;
    left: 90px !important;
}


 /*sliders start*/
 .slider {
     position: relative;
 }
 
 .slider__container {
     position: relative;
     overflow: hidden;
 }
 
 /*sliders end*/




 

/* _______ desctop gift menu start _______ */

.gift-image-block {

    padding-left: 100px;

}


.gift-text-block {
    width: 41%;
    margin-right: -100px;
}

.submenu__inner_gift {
    background-color: #fff;
    padding: 0 0 0 20px;
    width: 100%; 
    float: left;
      
    
}

.submenu__inner_gift.container .row .row div.col-md-4.col-lg-4 {

    padding: 2px;
    

}



.submenu__inner_gift.container .row .row div.col-md-8.col-lg-8 {

    padding: 2px;
   
}

a.gift-menu-link img {

    width: 100%;
    min-width: 100%;
}


.gift-menu-link {
    border: solid 2px #fff;
    
    }

.gift-menu-link:hover {
border: solid 2px #2F99ED;

}


.gift-desc-head a {

    border-bottom: 3px solid #b3b3b3;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
}


ul.gift-desc-list {
    margin-left: 20px;
    margin-top: 50px;

}

ul.gift-desc-list li {
    cursor: pointer;
    font-size: 18px;
    list-style-type: square;
}


ul.gift-desc-list li:hover {
    color: #444;
    font-weight: 500;

}

/* _______ desctop gift menu END _______ */




 /* ________Styles________ */
 .nice-select {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     background-color: transparent;
     border-bottom: solid 1px transparent;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     clear: both;
     cursor: pointer;
     display: block;
     float: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: 400;
     height: 39px;
     line-height: 37px;
     outline: none;
     padding-left: 18px;
     padding-right: 30px;
     position: relative;
     text-align: left !important;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
     width: auto;
 }
 
 @media (max-width: 767px) {
     .nice-select {
         padding-left: 0;
         font-size: 13px;
     }
 }
 
 .nice-select:hover {
     border-color: #dbdbdb;
 }
 
 .nice-select:active, .nice-select.open, .nice-select:focus {
     border-color: #999;
 }
 
 .nice-select:after {
     border-bottom: 1px solid #787878;
     border-right: 1px solid #787878;
     content: '';
     display: block;
     height: 8px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     right: 12px;
     top: calc(50% - 2px);
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 8px;
 }
 
 .nice-select.open:after {
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
 }
 
 .nice-select.open .list {
     opacity: 1;
     pointer-events: auto;
     -webkit-transform: scale(1) translateY(0);
     transform: scale(1) translateY(0);
 }
 
 .nice-select.disabled {
     border-color: #ededed;
     color: #999;
     pointer-events: none;
 }
 
 .nice-select.disabled:after {
     border-color: #cccccc;
 }
 
 .nice-select.wide {
     width: 100%;
 }
 
 .nice-select.wide .list {
     left: 0 !important;
     right: 0 !important;
 }
 
 .nice-select.right {
     float: right;
 }
 
 .nice-select.right .list {
     left: auto;
     right: 0;
 }
 
 .nice-select.small {
     font-size: 12px;
     height: 36px;
     line-height: 34px;
 }
 
 .nice-select.small:after {
     height: 4px;
     width: 4px;
 }
 
 .nice-select.small .option {
     line-height: 34px;
     min-height: 34px;
 }
 
 .nice-select .list {
     background-color: #fff;
     border-radius: 5px;
     -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     margin-top: 4px;
     opacity: 0;
     overflow: hidden;
     padding: 0;
     width: 100%;
     pointer-events: none;
     position: absolute;
     top: 100%;
     left: 0;
     -webkit-transform-origin: 50% 0;
     transform-origin: 50% 0;
     -webkit-transform: scale(0.75) translateY(-19.5px);
     transform: scale(0.75) translateY(-19.5px);
     -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
     transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
     z-index: 9;
 }
 
 .nice-select .list:hover .option:not(:hover) {
     background-color: transparent !important;
 }
 
 
 
 h2.heading_title.dw-title {
 
     font-size: 28px;
     color:  #444;
     margin: 0 0 10px 0;
 }
 
 h2.heading_title.dw-title:hover {
 
     text-decoration: underline #c20e1a 2px;
 }
 
 .nice-select .option {
     cursor: pointer;
     font-weight: 400;
     line-height: 37px;
     list-style: none;
     min-height: 37px;
     outline: none;
     padding-left: 18px;
     padding-right: 29px;
     text-align: left;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
 }
 
 .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
     background-color: #f6f6f6;
 }
 
 .nice-select .option.selected {
     font-weight: bold;
 }
 
 .nice-select .option.disabled {
     background-color: transparent;
     color: #999;
     cursor: default;
 }
 
 .no-csspointerevents .nice-select .list {
     display: none;
 }
 
 .no-csspointerevents .nice-select.open .list {
     display: block;
 }
 
 .input-search {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 


 
 .header__search {
     margin-top: 20px;
    width: calc(100% - 80px);
}

@media (max-width: 1199px) {
    .header__search {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .header__search {
        display: none;
    }
}

@media (max-width: 991px) {
    nav.nav {
        display: none;
    }
}


 .input-search input {
     
     
     padding: 12px 15px 11px 15px;
     height: 40px;
     width: 100%;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 1.2;
     font-weight: 350;
     color: #bcbcbc;
     background-color: #e2e2e2;
     border-radius: 0 3px 3px 0;

 }
 
 .input-search input:focus {
     border-bottom-color: #c20e1a;
     color: #4C4C4C;
 }
 
 .input-search button {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 40px;
     height: 40px;
     margin: 0;
     padding: 0;
     border-radius: 3px 0 0 3px;
     border: none;
     background: #e2e2e2;
     cursor: pointer;
     outline: none;
 }
 
 .input-search button:hover, .input-search button:focus {
     background: #e2e2e2;
 }
 

 
 ul#photo-prd-big li::marker {
content: '';
    visibility: hidden;
    display: none;
 }

 
 
 .btn {
     border-radius: 4px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: #000;
     font-family: 'Montserrat';
     color: #fff;
     text-decoration: none;
 }
 
 .btn svg {
     fill: #fff;
 }
 
 .btn:hover, .btn:focus {
     color: #fff;
     background: #3EBABD
 }
 
 .btn:hover svg, .btn:focus svg {
     fill: #fff;
 }
 
 .btn--middle {
     width: 102px;
     min-height: 22px;
 }
 
 .btn--fluid {
     width: auto;
     padding: 0 4px;
     min-height: 50px;
 }
 
 .btn--fluid svg {
     margin-left: 5px;
 }
 
 .btn--light {
     border: 1px solid #000;
     background: #FFFFFF;
     color: #000;
     -webkit-box-shadow: none;
     box-shadow: none;
 }
 
 .btn--light:hover, .btn--light:focus {
     color: #fff;
     background: #c20e1a;
 }
 
 .btn--grey {
     border: none;
     background: #c20e1a;
     color: #fff;
     -webkit-box-shadow: none;
     box-shadow: none;
 }
 
 .btn--grey:hover, .btn--grey:focus, .btn--grey.active {
     color: #fff;
     background: #c20e1a;
     border-color: #c20e1a;
 }
 
 .btn--transparent {
     background: transparent;
     border-color: transparent;
     color: #4c4c4c;
 }
 
 .btn--transparent:hover, .btn--transparent:focus {
     color: #c20e1a;
     background: transparent;
 }
 
 .nav-btn {
     background: transparent;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0;
     padding: 0 0 0 10px;
     width: 39px;
     height: 34px;
     border: none;
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 .nav-btn--prev {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
 }
 
 
 .nav-btn--next {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
 }
 
 .nav-btn::before {
     position: absolute;
     width: 34px;
     height: 34px;
     border-radius: 50%;
     top: 0;
     left: 0;
     background: #F9F9F9;
     content: "";
 }
 
 .nav-btn svg {
     position: relative;
     z-index: 2;
     width: 29px;
     fill: #787878;
 }
 
 .nav-btn:hover svg, .nav-btn:focus svg {
     fill: #c20e1a;
 }
 
 .cards {
     margin-bottom: 20px;
 }
 
 .cards__list {
     margin: 0 -10px;
     padding: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     list-style: none;
 }
 
 
 
 
 .cards__item {
     overflow: visible;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 238px;
     padding: 0 10px;
 }
 
 
 
 .rb-tr {
     position: absolute;
     bottom: 16px;
     right: 5px;
     z-index: 9;
     width: 90px;
     height: auto;
 }
 
 
 .product-info__item_head_bottom {
     width: 100%;
 }
 
 
 .mousehoverimage.hover-img-add {
 
 
     border-radius: 4px;
     overflow: hidden;
 }
 
 
 .catalog-cards__item.card .rb-tr {
     position: absolute;
     bottom: 8px;
     right: 5px;
     z-index: 9;
     width: 90px;
     height: auto;
 }
 
 
 .catalog-cards__item.card .rb-br {
     position: absolute;
     bottom: 8px;
     right: 5px;
     z-index: 9;
     width: 90px;
     height: auto;
 }
 
 
 .cards__item {
 
     margin-right: 20px;
 }
 
 .card__inner {
     overflow: visible;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     /* min-height: 100%; */
     /* padding: 31px 28px 29px; */
     
     border-radius: 6px;
 
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .card__text {
     -webkit-box-flex: 2;
         -ms-flex-positive: 2;
             flex-grow: 2;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding: 10px
 }
 
 
 .card__text-rel {
     -webkit-box-flex: 2;
         -ms-flex-positive: 2;
             flex-grow: 2;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding: 5px;
 }
 
 
 .card:hover .card__inner,
 .card:focus .card__inner {
     border-color: #c20e1a;
 }
 
 .card--fluid .card__inner {
     padding: 20px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
 }
 
 .card--fluid .card__image {
     width: 200px;
     height: 200px;
     margin-bottom: 0;
     margin-right: 20px;
 }
 
 .card--fluid .card__info {
     width: calc(100% - 100px);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: row;
 
 }
 
 
 .catalog-cards__item.card.card--fluid .rb-tr {
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 9999999;
 }
 
 
 
 .catalog-cards--fluid .catalog-cards__item.card--fluid  {
     width: 100%;
 
 }
 
 .catalog-cards__item.card.card--fluid .card__title {
     margin: 0;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 18px;
     font-weight: 500;
     color: #787878;
     width: 40%;
     overflow: visible;
     -webkit-line-clamp: 6;
 }
 
 
 .card--fluid .card__controls {
     width: 40%;
     justify-content: right;
     align-items: flex-end;
 }
 
 
 .card--fluid .card__price {
     
 margin-right: 10px;
 
 }
 
 .card--fluid .prod-attr-group {
 display: flex;
 width: 26%;
 flex-direction: column;
 align-items: flex-end;
 margin: 0 10px;
 
 }
 
 
 .card--hover-img .card__inner {
     position: relative;
     overflow: hidden;
     padding: 200px 20px 30px;
     border-color: #f8f8f8;
 }
 
 .card__labels {
     z-index: 7;
     width: 30%;
     margin: 0 -5px;
     bottom: 40%;
 display: none;
     /* display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; */
 }
 
 .card--fluid .card__labels {
     position: absolute;
     z-index: 2;
     top: 20px;
     left: 20px;
 }
 
 .card__label {
     
     padding: 0 5px 5px;
 }
 
 .card__label span {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     min-width: 59px;
     padding: 0 10px;
     font-family: 'Montserrat';
     font-size: 12px;
     line-height: 36px;
     font-weight: 500;
     color: #fff;
     background: #c20e1a;
     border-radius: 3px;
 }
 
 .card__image {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-item-align: center;
     align-self: center;
     width: 140px;
     height: 140px;
     margin-bottom: 25px;
 }
 
 .card__image > img {
     display: block;
     max-width: 100%;
     max-height: 140px;
     margin: 0 auto;
     -o-object-fit: contain;
     object-fit: contain;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .card--hover-img .card__image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 182px;
     background: #f8f8f8;
 }
 
 
 
 
 
.card__title {
     min-height: 50px;
     margin: 0 0 10px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 18px;
     font-weight: 500;
     color: #787878;
     text-decoration: none;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }
 
 
 
 .card__title-gift {
     margin: 0 0 10px;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
     color: #787878;
     text-decoration: none;
   
 }
 
 
 
 .card__title-rel {
     margin: 0 0 2px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 18px;
     font-weight: 500;
     color: #787878;
     text-decoration: none;
      display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;  
   overflow: hidden;
 }
 
 
 
 .card__title:hover, .card__title:focus {
     color: #c20e1a;
 }
 
 .card__controls {
     width: 100%;
     /* margin-top: auto; */
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .card__price {
     margin: 5px 0 5px;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 24px;
     font-weight: 800;
     color: #000;
 }
 
 .price-new.special {
     margin-right: 0px;
 }
 
 .card__price .price-old.special {
     display: block;
     margin-left: 0px;
     font-size: 16px;
     text-decoration: line-through;
 }
 
 .card__price .price-new.special {
     color: #c20e1a;
 }
 
 .card__price svg {
     width: 12px;
     height: 14px;
     fill: #4C4C4C;
 }
 
 
 div.button-card-cont {
 margin-top: auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
      justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 41px;
     }
 
 .card__cart {
     margin-right: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 41px;
     height: 41px;
     border: 1px solid #787878;
     border-radius: 3px;
 }
 
 .card__cart:hover, .card__cart:focus {
     background: #4C4C4C;
     border-color: #4C4C4C;
 }
 
 .card__cart:hover i {
 
     color: #FFF;
 }
 
 .card__cart:hover svg, .card__cart:focus svg {
     fill: #fff;
 }
 
 .card__cart svg {
     width: 22px;
     height: 22px;
     fill: #787878;
     margin-right: 1px;
 }
 
 .card__btn {
     width: 137px;
     min-height: 42px;
     font-size: 14px;
 }
 
 .card__hover {
     position: absolute;
     z-index: 2;
     width: calc(100% - 16px);
     height: calc(100% - 8px);
     top: 8px;
     left: 8px;
     background: #fff;
     border-radius: 3px;
     overflow: hidden;
     opacity: 0;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .card__hover img {
     display: block;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     border-radius: 3px;
 }
 
 .card--hover-img:hover .card__image,
 .card--hover-img:focus .card__image {
     background: #fff;
 }
 
 .card--hover-img:hover .card__image > img,
 .card--hover-img:focus .card__image > img {
     opacity: 0;
 }
 
 .card--hover-img:hover .card__hover,
 .card--hover-img:focus .card__hover {
     opacity: 1;
 }
 
 .card--hover-img:hover .card__hover img,
 .card--hover-img:focus .card__hover img {
     -webkit-filter: none;
     filter: none;
 }
 
 
 /* BYE ONE CLICK */
 
 
 
 @keyframes lds-rolling {
                                 0% {
                                     -webkit-transform: translate(-50%, -50%) rotate(0deg);
                                     transform: translate(-50%, -50%) rotate(0deg);
                                 }
                                 100% {
                                     -webkit-transform: translate(-50%, -50%) rotate(360deg);
                                     transform: translate(-50%, -50%) rotate(360deg);
                                 }
                             }
 
                             
                             @-webkit-keyframes lds-rolling {
                                 0% {
                                     -webkit-transform: translate(-50%, -50%) rotate(0deg);
                                     transform: translate(-50%, -50%) rotate(0deg);
                                 }
                                 100% {
                                     -webkit-transform: translate(-50%, -50%) rotate(360deg);
                                     transform: translate(-50%, -50%) rotate(360deg);
                                 }
                             }
                             .lds-rolling {
                                 position: relative;
                                 text-align: center;
                             }
                             .lds-rolling div, .lds-rolling div:after {
                                 position: absolute;
                                 width: 160px;
                                 height: 160px;
                                 border: 20px solid #bbcedd;
                                 border-top-color: transparent;
                                 border-radius: 50%;
                             }
                             .lds-rolling div {
                                 -webkit-animation: lds-rolling 1s linear infinite;
                                 animation: lds-rolling 1s linear infinite;
                                 top: 100px;
                                 left: 100px;
                             }
                             .lds-rolling div:after {
                                 -webkit-transform: rotate(90deg);
                                 transform: rotate(90deg);
                             }
                             .lds-rolling {
                                 width: 200px !important;
                                 height: 200px !important;
                                 -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
                                 transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
                                 margin: 0 auto;
                             }
                             .col-pd-15 {
                                 padding-left:15px;
                                 padding-right:15px;
                             }
                             .col-mb-10 {
                                 margin-bottom:10px;
                             }
                             #boc_order hr {
                                 margin-top:0px;
                                 margin-bottom:15px;
                             }
                             .boc_product_info > div {
                                 line-height: 120px;
                             }
                             .boc_product_info > div > img {
                                 max-height: 120px;
                                 margin: 0 auto;
                             }
                             .boc_product_info > div > img, .boc_product_info > div > div, .boc_product_info > div > p {
                                 display: inline-block;
                                 line-height: normal;
                                 vertical-align: middle;
                             }
                             #boc_order .checkbox {
                                 margin-top: 0;
                                 padding: 0 10px;
                                 border: 1px solid transparent;
                                 border-radius: 6px;
                             }
                             #boc_order .checkbox.has-error {
                                 border-color: #a94442;
                             }
                             @media (max-width: 767px) {
                                 .boc_product_info > div {
                                     line-height:normal;
                                     text-align:center;
                                 }
                             }
 
 
 
 
 /* BYE ONE CLICK */
 
 
 
 .slider {
     position: relative;
 }
 
 .slider__container {
     position: relative;
     overflow-x: hidden;
 }
 
 .slider__item {
     padding: 0;
 }
 
 .slider__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     margin: 0;
 }
 
 .slider__item {
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .prodcarous.taby > .tabs__container {
 text-align: center;
 font-size: 1.6em;
 font-weight: bold;
 text-transform: uppercase;
 color: #000;
 }
  
 .tabs__container {
     position: relative;
     width: 100%;
     margin-top: 40px;
     overflow-x: auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: center;
 }
 
 .tabs__tab {
     
     width: auto;
     min-width: 110px;
     min-height: 42px;
     height: 42px;
     padding: 10px 27px 8px;
     margin: 0 19px 19px 0;
     line-height: 24px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .tabs__content {
     display: none;
 }
 
 .tabs__content.active {
     display: block;
 }
 
 .pagination {
     display: block;
     background: #fafafa;
 }
 
 .pagination ul {
     position: relative;
     width: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
     overflow-x: auto;
 }
 
 .pagination li {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 350;
     color: #9d9d9d;
     margin: 0;
 }
 
 .pagination li:last-child::after {
     display: none;
 }
 
 
 .pagination li:last-child > span {
     
     width: 250px;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
 
 
 }
 
 
 
 
 .pagination li::after {
     display: inline-block;
     content: '-';
     margin: 0 10px;
 }
 
 .pagination a {
     max-width: 400px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap; 
     padding: 10px 0 9px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 350;
     color: #9d9d9d;
     text-decoration: none;
 }
 
 .pagination a:hover, .pagination a:focus {
     color: #c20e1a;
 }
 
 /*************** SCROLLBAR BASE CSS ***************/
 .scroll-wrapper {
     overflow: hidden !important;
     padding: 0 !important;
     position: relative;
 }
 
 .scroll-wrapper > .scroll-content {
     border: none !important;
     -webkit-box-sizing: content-box !important;
     box-sizing: content-box !important;
     height: auto;
     left: 0;
     margin: 0;
     max-height: none;
     max-width: none !important;
     overflow: scroll !important;
     padding: 0;
     position: relative !important;
     top: 0;
     width: auto !important;
 }
 
 .scroll-wrapper > .scroll-content::-webkit-scrollbar {
     height: 0;
     width: 0;
 }
 
 .scroll-element {
     display: none;
 }
 
 .scroll-element,
 .scroll-element div {
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
 }
 
 .scroll-element.scroll-x.scroll-scrollx_visible,
 .scroll-element.scroll-y.scroll-scrolly_visible {
     display: block;
 }
 
 .scroll-element .scroll-bar,
 .scroll-element .scroll-arrow {
     cursor: default;
 }
 
 .scroll-textarea {
     border: 1px solid #cccccc;
     border-top-color: #999999;
 }
 
 .scroll-textarea > .scroll-content {
     overflow: hidden !important;
 }
 
 .scroll-textarea > .scroll-content > textarea {
     border: none !important;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     height: 100% !important;
     margin: 0;
     max-height: none !important;
     max-width: none !important;
     overflow: scroll !important;
     outline: none;
     padding: 2px;
     position: relative !important;
     top: 0;
     width: 100% !important;
 }
 
 .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
     height: 0;
     width: 0;
 }
 
 /*************** SCROLLBAR RAIL ***************/
 .scrollbar-rail {
     position: relative;
     overflow: auto;
 }
 
 .scrollbar-rail.big {
     position: relative;
     height: 420px;
     overflow: auto;
 }
 
 .scrollbar-rail > .scroll-element,
 .scrollbar-rail > .scroll-element div {
     border: none;
     margin: 0;
     overflow: hidden;
     padding: 0;
     position: absolute;
     z-index: 10;
 }
 
 .scrollbar-rail > .scroll-element {
     background-color: #ffffff;
 }
 
 .scrollbar-rail > .scroll-element div {
     display: block;
     height: 100%;
     left: 0;
     top: 0;
     width: 100%;
 }
 
 .scrollbar-rail > .scroll-element .scroll-element_size {
     background: #e5e5e5;
 }
 
 .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
     background-color: #666;
     background-color: rgba(0, 0, 0, 0.5);
 }
 
 .scrollbar-rail > .scroll-element.scroll-x {
     bottom: 0;
     height: 12px;
     left: 0;
     min-width: 100%;
     padding: 3px 0 2px;
     width: 100%;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y {
     height: 100%;
     min-height: 100%;
     padding: 0 2px 0 3px;
     right: 18px;
     top: 0;
     width: 12px;
 }
 
 .scrollbar-rail > .scroll-element .scroll-bar {
     background-color: #c20e1a;
     border-radius: 3px;
 }
 
 .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
     -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
 }
 
 /* scrollbar height/width & offset from container borders */
 .scrollbar-rail > .scroll-content.scroll-scrolly_visible {
     left: 0;
     margin-left: 0;
 }
 
 .scrollbar-rail > .scroll-content.scroll-scrollx_visible {
     margin-top: 17px;
     top: -17px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
     height: 21px;
     min-width: 3px;
     top: 1px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
     left: 0;
     min-height: 21px;
     width: 3px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
     height: 15px;
     left: 5px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
     height: 2px;
     left: -10px;
     top: 5px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
     top: 16px;
     width: 3px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
     left: 1px;
     top: -32px;
     width: 1px;
 }
 
 /* update scrollbar offset if both scrolls are visible */
 .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
     left: -25px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
     top: -25px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
     left: -25px;
 }
 
 .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
     top: -25px;
 }
 
 .mob_header__top {
 overflow: hidden;
 }
 

 
 .header {
     position: relative;
 }
 
 .header__mobile-toggler {
     position: relative;
      align-items: flex-end;
     
   
     margin: 0 auto;
     padding: 0;
     border: none;
     background: transparent;
     cursor: pointer;
     outline: none;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 50%;
     cursor: pointer;
 }
 
 @media (max-width: 575px) {
    
 }
 
 @media (max-width: 767px) {
     .header__mobile-toggler {
        
     }
 }
 
 @media (max-width: 991px) {
     .header__mobile-toggler {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
 
 
     }
 
     .header__mobile-toggler span {
         background: #fff;
         border-radius: 10px;
         height: 2px;
         margin: 5px 0;
         -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
         transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
     }
 
 
     
 
 
     .header__mobile-toggler span:nth-of-type(1) {
         width: 100%;
     }
 
     .header__mobile-toggler span:nth-of-type(2) {
         width: 100%;
     }
 
     .header__mobile-toggler span:nth-of-type(3) {
         width: 100%;
     }
 
     .header__mobile-toggler.active span:nth-of-type(1) {
         background: #fff;
         
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
         -webkit-transform: rotatez(45deg);
         transform: rotatez(45deg) translate(5px, 5px);
     }
 
     .header__mobile-toggler.active span:nth-of-type(2) {
         background: #fff;
        
         -webkit-transform-origin: top;
         transform-origin: top;
         -webkit-transform: rotatez(-45deg);
         transform: rotatez(-45deg);
     }
 
     .header__mobile-toggler.active span:nth-of-type(3) {
         background: #fff;
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
          -webkit-transform: rotatez(-45deg);
         transform: rotatez(45deg) translate(-5px, -6px);
     }
 }
 

 
 .sheensay_fixed {
     position: fixed !important;
     top: 0 !important;
     bottom: 100%!important;
     background: rgba(255, 0, 0, 0.1);
  }
 
 
  .sheensay_fixed_f {
    position: fixed !important;
    top: 70px !important;
    bottom: 100%!important;
    background: rgba(255, 0, 0, 0.1);
    }

     .mobile-filter.mobile-view #mobil_mini.sheensay_fixed_f {
        width: 100%;
        height: 40px;    
    padding: 10px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 2px;
     }





 .header__top {
     background-color: #fff;
     margin-top: 16px;
 }
 
 nav.nav  {

    
 }
 
 .header__btm {
     position: relative;
     padding: 20px 0 18px;
 }
 
 .header__loc {
     color: #787878;
     float: left;
     display: block;
     height: 18px;
 
  }
 
 @media (max-width: 767px) {
     .header__loc {
         width: 140px;
     }
 }
 
 .header__raiting {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 1.4;
     font-weight: 350;
     color: #4C4C4C;
 }
 
 @media (max-width: 767px) {
     .header__raiting {
         font-size: 13px;
     }
 }
 
 .header__raiting span {
     margin-top: 3px;
 }
 
 .header__raiting span:first-child {
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 1.4;
     font-weight: 500;
     color: #4C4C4C;
     margin-right: 5px;
 }
 

 .fa {
    font-family:'FontAwesome' !important;

 }


 .header__raiting svg {
     fill: #c20e1a;
     margin-right: 5px;
 }
 
/* heder logo main */

  .header__logo {
    margin: 0 auto;
    width: 250px;
    height: 105px;
 } 

 .header__logo img {

    width: 100%;
    margin: 0 auto;

 } 


  /* end logo halloween */

 @media (max-width: 575px) {
     .header__logo {
         margin: 10px 0;
         -webkit-box-ordinal-group: -1;
         -ms-flex-order: -2;
         order: -2;
         width: calc(100% - 80px);
     }
 }
 
 
 
 .header__catalog {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 1.4;
     font-weight: 500;
     color: #FFFFFF;
     min-height: 40px;
     width: 131px;
     margin: 0;
     padding: 6px 21px;
     border-radius: 4px;
     border: 0;
     background: #000;
 }
 
 @media (max-width: 991px) {
     .header__catalog {
         display: none;
     }
 }
 
 .header__catalog:hover{
     background: #c20e1a;
 }
 

 .header__catalog:focus {
    background: #000;
}

 .header__catalog svg {
     fill: #FFFFFF;
     stroke: #FFFFFF;
     width: 16px;
     height: 16px;
     -o-object-fit: contain;
     object-fit: contain;
     margin-right: 12px;
 }
 
 .header__catalog svg:last-of-type {
     display: none;
 }
 
 .header__catalog.active svg:first-of-type {
     display: none;
 }
 
 .header__catalog.active svg:last-of-type {
     display: block;
 }
 
 .header__catalog span {
     margin-top: 2px;
 }

 
 div.mob-user-menu {
 
     display: none;
 }
 
 .nav__menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-end;
     -webkit-box-align: right;
     -ms-flex-align: right;
     align-items: right;
     margin: 0;
     padding: 4px 0 0 0;
     list-style: none;
 }
 
 .nav__item {
     padding-right: 5px;
     margin-left: 35px;
 }
 
 @media (max-width: 1199px) {
     .nav__item {
         margin-left: 25px;
     }
 }
 
 .nav__item.dropdown {
     position: relative;
     padding-right: 10px;
 }
 
 .nav__item.dropdown:after {
     border-bottom: 1px solid #787878;
     border-right: 1px solid #787878;
     content: '';
     display: block;
     height: 5px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     right: 0;
     top: 50%;
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 5px;
 }
 
 .nav__item.dropdown:hover::after, .nav__item.dropdown:focus::after {
     border-color: #c20e1a;
 }
 
 .nav__link {
    font-family: 'Montserrat';
letter-spacing: 0.5px;
     font-size: 12px;
     line-height: 1.4;
     font-weight: 500;
     color: #BCBCBC;
     text-decoration: none;
 }
 
a.prmn-cmngr__city > .glyphicon.glyphicon-map-marker {
color: #BCBCBC;
font-size: 1.2em;
margin-right: 6px;
margin-top: -3px;
 }

a.prmn-cmngr__city > .glyphicon.glyphicon-map-marker::before 
{
    margin-top: -3px;
}
    



 span.prmn-cmngr__city-name {
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #BCBCBC;
    font-family: 'Montserrat';
    font-weight: 500;
 }
 .nav__link:hover, .nav__link:focus {
     text-decoration: none;
     color: #c20e1a;
 }
 

 p.page-contacts__hours {
    text-align: right;
    display: block; 
    padding-top: 3px;
    font-family: 'Montserrat';
    color: #1D1D1B;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
}


 .page-contacts__tel {
    display: block;
    text-align: right;
     margin: 0;
     padding: 0;
     font-family: 'Montserrat';
     font-size: 32px;
     line-height: 1;
     font-weight: 500;
     color: #1D1D1B;
     text-decoration: none;
 }
 
 .page-contacts__tel:hover, .page-contacts__tel:focus {
     color: #c20e1a;
     text-decoration: none;
 }
 
 .page-contacts__hours {
     margin: 0;
     font-family: 'Montserrat';
     font-size: 12px;
     line-height: 1.4;
     font-weight: 400;
     color: #A6A6A6;
 }
 
 
 @media (min-width:1181px) and (max-width: 4991px) {
 

    div.user_and_cart {
        float: right;
        width: 68%;
        display: block;
        position: relative;
        margin-top: 10px;
    }

     .user-menu {
     position: relative;
     display: block;
     float: left;
     width: 65%;
 }
 

 #cart {
    width: 30%;
    float: right;
 }



 .user-menu__item {
     margin-left: 20px;
 }
 
 
 .user-menu__item_cart {
     margin-left: 20px;
 }
 
 }
 
 @media (max-width: 991px) {
     /* .user-menu__item {
         margin: 0;
     } */
 
 
 
     .user-menu__item_cart {
         margin: 15px 0 30px 5px;
     }
 
 }
 
 .simplecheckout-cart.edit-wowez {
 
     height: 320px;
 }
 
 
 .simple-login {
 
     text-decoration: underline;
     margin: 0 10px;
 }
 
 #simplecheckout_payment {
 
     height: 100%;
 }
 
 div.col-md-8.col-lg-8.col-xl-8.col-sm-8.col-xs-12.wildeber-style-round-shad {
 
     
     padding-right: 40px;
 }
 
 
 .wildeber-style-round-shad {
     position: relative;
     min-height: 100%;
     height: 100%;
 }
 
 
 /* SMS REG */
 
 div.form-group > div.purple {
 
     margin-top: 5px;
 
 
 }
 
 #input-phone-login2.form-control {
 
     margin-top: 0;
     height: 60px;
 }
 
 
 .block-addon-enter .log-or-register a {
 
     color: #c20e1a;
     font-weight: 400;
     font-size: 18px;
 }
 
 
 #input-phone-login2::-webkit-input-placeholder {
     color:#bcbcbc;
     font-size: 16px;
     font-family: 'Montserrat';
     font-weight: 500;
     }
 
 


 
 #smspanel2 .account_socnetauth2__header {
 
     display: none;
 }
 
 
 div.modal-header.background_sms {
 
     border-radius: 6px 6px 0 0;
 }
 
 
 #modal-sms2 > div > div.modal-content {
 
     position: relative;
 }
 
 .tel > #demoBasic {
 
     display: none;
 }
 
 #smspanel2 hr {
 
 margin: 20px 0 5px 0;
 
 }
 
 .enter-to-socnet-auth {
 
     margin-bottom: 20px;
 }
 
 
 #smspanel2 {
     padding-right: 0px !important;
     }	
     .welcome {
         text-align: center;
         font-size: 16px;
         font-weight: bold;
         margin-bottom: 30px;
     }
     #input-phone-login2 {width:100%;}
     .registrsms {display: flex;}
     .sna_header {
         font-weight: bold;
     }
     .chekSms {
         position: relative;
         z-index: 959862;
         width: 100% !important;
         display: flex;
         flex-direction: column;
         flex-wrap: wrap;
         
     }
     #input-phone-login2 {
         text-align: left !important;
     }
     .purple {
         color: rgb(33, 175, 207);
     }
     .background_sms {background: #c20e1a}
 
     .panel-close {
         cursor: pointer;
         width: 35px;
         height: 30px;
         background: url(/image/catalog/sms_reg/close.png) no-repeat center center;
         margin: 0 auto;
         position: relative;
         float: right;
         
     }
     .welcome_reg {
         text-align: center;
         font-size: 16px;
         margin-top: 35px;
         margin-bottom: 10px;
         text-transform: uppercase;
     }
     .required {
         position: relative;
     }
     #smspanel2 .tab-content .form-group, #modal-sms2 .tab-content .form-group {
         margin: 15px auto 0 ;
         width: 220px;
     }
     #smspanel2 .tab-content {
         padding-top: 20px;
         display: block;
         width: 90%;
         margin: 0 auto;
         
     }
 span.enter-to-span {
 font-size: 16px;
     display: block;
     margin-top: 18px;
 }
 
 
 
 
     #smspanel2 .tab-content .welcome {
         
 
 font-size: 28px;
 text-align: left;
 color: #000;
 
     }
 
 
     #smspanel2 > .modal-dialog {
 margin: 100px auto ;
         width: 500px;
     }
 
 
     #smspanel2 .modal-body {
         border-radius: 8px;
         overflow: hidden;
         height: auto;
     }
 
     #modal-sms2 .tab-content {
         display:block;
     }
     #smspanel2 .tab-content .btn-primary, #modal-sms2 .tab-content .btn-primary {
         width: 100%;
         background: #c20e1a;
         display: block;
         text-shadow: none;
         padding: 20px 20px;
         font-weight: 500;
         text-transform: normal;
         font-size: 22px;
         color: #fff;
         border-radius: 4px;
         border: 0;
         box-shadow: none !important;
         outline: none !important;
         margin: 20px auto
     }
     #modal-login {
         z-index: 99999;
         top: 320px;
     }
     
     .tel {display:flex;}
     .dd-selected {padding:7px;}
     .login_aut {margin-bottom: 10px; text-align: center;}
     .log_p {margin-bottom: 10px; text-align: left;}
 
 
     /* END SMS REG */
 
     div.article-dif-cov-cape section {
 
 width: 80%;
 margin: 0 auto;
 
     }
 
 .goto-rewievs {
     display: block;
     z-index: 75;
     color: #c20e1a;
     cursor: pointer;
 }
 
 .goto-rewievs:hover {
 
 text-decoration: underline;
 }
 
 /* ex rewievs start */
 
 
 
 
 
 /* ex rewievs end */
 
 
 
 .cont-a-cont h1.article-blog-h1 {
     text-align: center;
 
 font-size: 40px;
 margin: 20px auto;
 font-family: 'Montserrat';
     }
 
 
 
     .cont-a-cont h1.article-blog-h1 {
         text-align: center;
     
     font-size: 40px;
     margin: 20px auto;
     font-family: 'Montserrat';
         }
     
     
         h2 a.article-blog-h2 {
             text-align: center;
                 font-size: 40px;
         margin: 20px auto;
         width: 60%;
         line-height: 120%;
         display: block;
         margin: 0 auto;
         font-family: 'Montserrat';
             }
         
         
     
 
     .img-art-diiff.diff-1-1 {
 
         border-radius: 6px;
     }
 
     
 
 .cont-a-cont h1.article-blog-h1 a {
 
 color: #000;
         }

         .what-pluse-h2 {

            display: block !important;


         }
 
     div.article-dif-cov-cape h2 {
         font-family: 'Montserrat';
         text-align: left;
 display: inline-block !important;
         color: #666;
     }
 
     div.article-dif-cov-cape p {
 
         text-align: left;
         
     }
 
 img.artic_org {
 
     width: 80%;
     margin: 20px auto;
 }
 
 
     div.article-dif-cov-cape h3 {
 text-align: left;
 display: inline-block;
 font-size: 18px;
 margin: 0;
 padding: 0;
 line-height: 140%;
 margin-bottom: 20px;
 
 
     }
 
 .img-art-diiff.diff-1 {
 margin: 10px 20px 10px 0;
 width: 350px;
 float: left;
 }
 
 .img-art-diiff.diff-1-1 {
     margin: 10px 20px 10px 0;
     width: 250px;
     float: left;
     }
     
 
 .img-art-diiff.diff-2 {
     float: right;
 width: 450px;
 margin: 10px 0px 20px 20px;
 }
 
 
 .img-art-diiff.diff-3 {
 margin: 0px 20px 10px 10px;
 width: 400px;
 float: right;
 }
 
 
 section.cards {

    width: 98%;
    max-width: 98%;
     margin-top: 40px;
 }
 
 .article-blog-h1 {
     
     font-size: 44px;
     font-weight: normal;
     margin-top: 40px;
     text-align: center;
     justify-content: center;
 }
 
 
 .diff-spisok {
 
     width: 80%;
     margin: 0 auto 0 0;
 
 }
 
 
 .header-user {
     position: relative;
     display: block;
     font-family: 'Montserrat';
     font-size: 12px;
     line-height: 1;
     font-weight: 500;
     color: #4C4C4C;
     text-decoration: none;
     clear: both;
 }
 
 @media (max-width: 991px) {
     .header-user span.user_name {
         float: right;
         display: inline-block;
         width: 100%;
         font-size: 10px;
         line-height: 140%;
          overflow-wrap: normal;  /* не поддерживает IE, Firefox; является копией word-wrap */ 
   word-wrap: normal;
   word-break: normal;  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */ 
   line-break: auto;  /* нет поддержки для русского языка */ 
   hyphens: auto;  
     }
 }
 
 .header-user__icon img {
     
 }

 .header-user__icon  {
position: relative;
     }
 
 span.user_name, span.user_name.entre {
   color: #BCBCBC;
   text-align: right;
   font-family: 'Montserrat';
   vertical-align: bottom;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   display: block;
   position: absolute;
   bottom: 0;
    left: 30px;
   

}
span.cart-total-new {
   display: block;
   float: right;
   vertical-align: bottom;
   margin-top: 10px;
   color: #BCBCBC;
   font-family: 'Montserrat';
   font-weight: normal;
   font-style: normal;
}



span#cart-total {
    padding: 0;
    font-size: 12px;
    
    }
    
    a.header__logo {
        cursor: pointer;
        display: block;
        position: relative;
        
    }
    

 .header-user__icon img {
   
   margin-top: -3px;
 }
 
 .header-user:hover, .header-user:focus {
     color: #c20e1a;
 }
 
 .header-user:hover .header-user__icon svg,
 .header-user:focus .header-user__icon svg {
     stroke: #c20e1a;
 }
 
 .mini-cart {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
         -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-decoration: none;
 
       justify-content: center;
 }
 
 .mini-cart__icon {
     width: 23px;
     height: 23px;
     margin-right: 16px;
 }
 
 .mini-cart__icon svg {
     width: 100%;
     height: auto;
     -o-object-fit: contain;
     object-fit: contain;
     fill: #4C4C4C;
 }
 
 .mini-cart:hover .mini-cart__icon svg,
 .mini-cart:focus .mini-cart__icon svg {
     fill: #c20e1a;
 }
 
 .mini-cart__number {
     position: absolute;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     top: -10px;
     left: 13px;
     min-width: 20px;
     height: 20px;
     padding: 3px;
     background: #c20e1a;
     border-radius: 50%;
     font-family: 'Montserrat';
     font-size: 800;
     line-height: 1;
     font-weight: 800;
     color: #FFF;
 }
 

/* checkbox i agree */




.form-group.row-customer_field23 > label.control-label.col-sm-2 {
    display: none;
    /* display: block;
    width: 100%;
    float: left;
    text-align: left; */
  }
  /* .row-customer_field23 label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-color: #c20e1a;
    background-color: #c20e1a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  } */






.mobile-menu.js-mobile-menu {

    display: none;
}
  




.mobile-menu.js-mobile-menu {

    display: none;
}
  


#customer_field23_1 {

    border-color: #c20e1a;
    background-color: #c20e1a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");

}

  
 .mini-cart__number span {
     margin-top: 1px;
 }
 
 .mini-cart__price {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 1.2;
     font-weight: 500;
     color: #4C4C4C;
 }
 
 @media (max-width: 767px) {
     .mini-cart__price {
         font-size: 0;
     }
 
     .mini-cart__price svg {
         display: none;
     }
 }
 
 .catalog-drop-menu {
     position: absolute;
     width: 100%;
     /*min-height: 473px;*/
     top: 100%;
     left: 0;
     z-index: 3000;
     background: #fff;
     padding-bottom: 0px;
     display: none;
 }
 
 /* --- NEW category DEsign  -----*/
 
 .content-category {
 
     margin-bottom: 20px;
 }
 
 
 
 img.subcategory-img {
 width: 100%;
 height: auto;
     margin-bottom: 16px;
     border-radius: 6px;
     overflow: hidden;
 }
 
 
 li.catalog-categories__item.with-images {
 
     position: relative;
 }
 
 
 li.catalog-categories__item span.subcategory-name{
     display: block;
     position: absolute;
     text-transform: uppercase;
     color: #000;
     font-size: 22px;
     top: 40px;
     left: 40px;
 width: 35%;
 z-index: 65;
 
 }
 
 
 #category_nakidki > div > ul > li:nth-child(4) a span {
 
     color: #fff;
 
 }
 
 
 li.catalog-categories__item span.subcat-more {
 
     display: block;
     position: absolute;
     color: #444;
     font-size: 16px;
     top: 140px;
     left: 40px;
     z-index: 65;
     font-weight: 400;
     font-family: 'Montserrat';
 } 
 
 
 li.catalog-categories__item span.subcat-more::after{
     content: '>';
     display: block;
     width: 20px;
     float: right;
     margin-top: 2px;
     margin-left: 4px;
 
 
 }
 
 
 ul.catalog-categories li.catalog-categories__item.four {
 
     width: calc(100% / 2);
 
 }
 
 
 ul.catalog-categories li.catalog-categories__item.four img {
 position: relative;
 z-index: 55;
     /* filter: brightness(90%); */
 
 }
 
 ul.catalog-categories li.catalog-categories__item.five-or-more {
 
     width: calc(100% / 3);
 
 }
 
 li.catalog-categories__item:nth-child(6) > a:nth-child(1) > span:nth-child(2) {
 
     color: #fff;
 
 }
 
 li.catalog-categories__item:nth-child(6) > a:nth-child(1) > span:nth-child(3) {
 
     color: #fff;
 
 }
 
 
 ul.catalog-categories li.catalog-categories__item.five-or-more a {
 margin-right: 15px;
 }
 
 
 ul.catalog-categories li.catalog-categories__item.four.with-images:nth-child(odd) a {
     margin-right: 8px;
     }
 
 ul.catalog-categories li.catalog-categories__item.four.with-images:nth-child(even) a {
         margin-left: 8px;
         }
 
 
 
         ul.catalog-categories li.catalog-categories__item.two.with-images:nth-child(odd) a {
             margin-right: 8px;
             }
         
         ul.catalog-categories li.catalog-categories__item.two.with-images:nth-child(even) a {
                 margin-left: 8px;
                 }
     
 div[id^="banner"] {
 margin-bottom: 20px;
 border-radius: 6px;
 overflow: hidden;
 }


 ul.catalog-categories li.catalog-categories__item.three:nth-of-type(1) {

    padding: 0px 10px 0px 0px;
 
}

ul.catalog-categories li.catalog-categories__item.three:nth-last-of-type(1) {

    padding: 0px 0px 0px 10px;
 }
 
 ul.catalog-categories li.catalog-categories__item.three {
     width: calc(100% / 3);
     padding: 0 10px;
 }
 
 
 ul.catalog-categories li.catalog-categories__item.three  a span.subcategory-name {
 
 
     width: 40%;
 
 }
 
 
 
 ul.catalog-categories li.catalog-categories__item.three  a span.subcat-more {
 
 
     width: auto;
     top: 75%;
 
 }
 
 
 ul.catalog-categories li.catalog-categories__item.two {
     width: calc(100% / 2);
 }
 
 
 .aida-loves-borderradius {
 overflow: hidden;
 border-radius: 6px;
 position: relative;
 }
 
 
 .aida-loves-borderradius img {
   width: 100%;
   height: auto;
     border-radius: 6px;
     overflow: hidden;
     
     }
     
 
     .homeblocktext {
 
         left: 40px;
         bottom: 110px;
         display: block;
         position: absolute;
         font-size: 32px;
         font-weight: 500;
         color: #fff;
     }
 
 
     .homeblocktext.gray {
 
                 color: #3F3430;
     }
  
     .homeblockprice {
         left: 40px;
         bottom: 20px;
         display: block;
         position: absolute;
         font-size: 42px;
         font-weight: 500;
         color: #fff;
     }
 
 
     .homeblockprice.home {
         left: 64%;
         bottom: 20px;
     }
 
 
     .homeblocktext.home {
 
         left: 340px;
         bottom: 20px;
      
     }
 
 
     .homeblockbutton {
         box-shadow: 1px 1px 4px 0px rgb(50 50 50 / 65%);
         position: absolute;
         bottom: 40px;
         right: 40px;
         font-size: 14px;
         font-weight: 400;
         padding: 5px 15px;
         color: #fff;
         border-radius: 4px;
     }
 
     .homeblockbutton.red {
         background-color: #E20613;
     }
 
 
     .homeblockbutton.green {
         background-color: #00B3B2;
     }
 
     .homeblockbutton.brown {
         background-color: #754C24;
     }
 
 
 
     .homeblockbutton.red:hover {
         box-shadow: -1px -1px 4px 0px rgb(50 50 50 / 65%);
         color: #E20613;
         background-color: #fff;
     }
 
 
     .homeblockbutton.green:hover {
         box-shadow: -1px -1px 4px 0px rgb(50 50 50 / 65%);
         color: #00B3B2;
         background-color: #fff;
     }
 
     .homeblockbutton.brown:hover {
         box-shadow: -1px -1px 4px 0px rgb(50 50 50 / 65%);
         color: #754C24;
         background-color: #fff;
     }
 
 
 
     .homeblockprice.red {
         color: #E20613;
     }
 
 
     .homeblockprice.green {
         color: #00B3B2;
     }
 
     .homeblockprice.brown {
         color: #754C24;
     }
 
     #blocknewhome {
         display: none;
     }
 
 
 /* --- NEW category DEsign  -----*/
 
 /* MYSS style START */




.row.block-akziya-product .swiper-wrapper .swiper-slide.set.seth:not(:first-child) {


display: none;
visibility: hidden;

}

 .product-info__tabs-content.js-tab-content.tabs__content.active {

    width: 96%;
    margin: 0 auto 0 0;
 }

.article-dif-cov-cape a {

    display: inline-block !important;
    float: none !important;

}



 div.attention-pvz {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    width: 45%;
    margin: 0 auto;
    font-size: 16px;
    color: #FFF;
    background-color: #000;
    padding: 6px;
    margin-bottom: 20px;
    border-radius: 6px;
 }

div.simplecheckout-block-content p.attention-pvz-text {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    text-align: center;

 }


h1.simple-header-h1 {
display: none !important;
}

 .product-thumb-art {
    margin-bottom: 20px;

}



.showcase-list h1 {
text-align: center;
font-family: 'Montserrat';
font-weight: 500;
font-size: 42px;

}

.description-art {

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
  line-height: 120%;
}

.button-group-art button {

    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    padding:  6px 12px;

}


.hachet-art {
  height: 50px;
  max-height: 50px;
  overflow: hidden;
}


.art-rating-block {

  height: 50px;
  max-height: 50px;
  overflow: hidden;

}


.product-thumb-art .image a img {

border-radius: 6px;
overflow: hidden;
width: 80%;
margin: 10px auto;

}


.button-group-art {

margin-top: 20px;
margin-left: 40px;


}



/* filter start  */


div.title_blok_hand_links_fv {
display: block;

}

div.blok_hand_links_fv {
    display: flex;
    flex-wrap: wrap;
}

.hand_link_fv.action_hl_fv {

border-color: #c20e1a;
color: #c20e1a;

}

a.footer__logo {
    cursor: pointer;
    display: block;
    margin-left: 61px;

}


div.blok_hand_links_fv a {
    width: calc((100%/3) - 20px);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: solid 1px #c20e1a;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}


div.container.blok_hand_links_fv a:nth-of-type(1) {

    margin-left: 0 !important;
}

div.container.blok_hand_links_fv a:nth-last-of-type(1) {

    margin-right: 0 !important;
}


div.blok_hand_links_fv a span {
    font-size: 16px;
text-align: center;
}
    


div#name_filter {

    /* display: none; */
}

span.checkb.curs_def.imt_a > span.text_param {

    color: rgb(231, 231, 231) !important;

}




/* filter end */



 .desktop-view.line-desc {
position: fixed;
top: 0;
left: 0;
margin-bottom: 40px;
display: block;
z-index: 7500;
}

.mobile-view.line-mob {
position: fixed;
top: 0;
left: 0;
z-index: 7500;
}

header.header.mgt-50 {

    margin-top: 50px;
}


.button-close-march {

position: absolute;
top: 10px;
right: 0;
width: 30px;
height: 30px;
cursor: pointer;
color: #fff;

 }

.mgtzero {

    margin-top: 0 !important;

}

 .button-close-march-m {

    position: absolute;
    top: 10px;
    right: -6px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    color: rgb(243, 201, 201);
    
     }
    
 .fit-of-cars-99 {

    display: block;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 10px;
 }


 .carcape.catalog-drop-menu__right.submenu.active hr {
margin-top: 10px;
margin-bottom: 10px;

 }

/* switcher */
.switch-btn:hover {

    box-shadow: 0px 0px 16px 6px #BBE8FF;
   }

     .switch-btn.switch-on:hover {
  
    box-shadow: 0px 0px 16px 6px #FFD2BB;
   }
  
   .switch-btn {
              display: inline-block;
              width: 84px; /* ширина переключателя */
              height: 46px; /* высота переключателя */
              border-radius: 26px; /* радиус скругления */
              
              z-index: 0;
              margin: 0;
              padding: 0;
              border: none;
              cursor: pointer;
              position: relative;
              transition-duration: 500ms; /* анимация */
              position: relative;
          }
  
          .switch-btn::after {
              content: "";
              height: 36px; /* высота кнопки */
              width: 36px; /* ширина кнопки */
              border-radius: 18px; /* радиус кнопки */
              background: #fff; /* цвет кнопки */
              top: 6px; /* положение кнопки по вертикали относительно основы */
              left: 6px;
              transition-duration: 500ms; /* анимация */
              box-shadow: 0px 0px 8px 0px #777;
              position: absolute;
              z-index: 1;
          }
  
  .switch-btn-wrap {
  z-index: 7755;
    position: absolute;
    bottom: 30px;
    left: 49%;
  }
  
    .switch-btn > .switch-btn-bg {
  z-index: 1;
  transition-duration: 500ms; /* анимация */
  background-image: url(https://barashkov26.ru/catalog/view/theme/barashkov/image/switch/s-btn-win.png);
  width: 84px; /* ширина переключателя */
  height: 46px; /* высота переключателя */
  background-size: cover;
  }
  
  
          .switch-on > .switch-btn-bg {
            transition-duration: 500ms; /* анимация */
            z-index: 2;
            background-image: url(https://barashkov26.ru/catalog/view/theme/barashkov/image/switch/s-btn-sum.png);
              
  width: 84px; /* ширина переключателя */
  height: 46px; /* высота переключателя */
  background-size: cover;
              
          }
  
          .switch-on::after {
              
              left: 42px; /* положение кнопки по горизонтали относительно основы */
              background: #fff;
          }
  



          .bl-hide  {
            display: none;
        
  }


  @keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

            .bl-hide img {
                transition: 1s; /*Скорость перехода состояния элемента*/ 
                opacity: 0;
                animation: ani 2.5s forwards;/
                
      }
  

#swiblock-1, #swiblock-2 {

    transition: 1s;
}


.container-fluid.full-width-xl {


    margin-top: 40px;

}
  
  /*---------------------------*/
  


  #mob-swiblock-1 img, #mob-swiblock-2 img {

    width: 100%;
    min-width: 100%;
    height: auto;

  }
  
  .mob-switch-btn-wrap {
  
    position: absolute;
    bottom: 50%;
    left: 41%;
  }
  
  
  
      .mob-switch-btn.switch-on::after {
              
              left: 42px; /* положение кнопки по горизонтали относительно основы */
              background: #fff;
          }
  
  
  .mob-switch-btn {
              display: inline-block;
              width: 74px; /* ширина переключателя */
              height: 36px; /* высота переключателя */
              border-radius: 26px; /* радиус скругления */
              
              z-index: 0;
              margin: 0;
              padding: 0;
              border: none;
              cursor: pointer;
              position: relative;
              transition-duration: 500ms; /* анимация */
              position: relative;
          }
  
          .mob-switch-btn::after {
              content: "";
              height: 26px; /* высота кнопки */
              width: 26px; /* ширина кнопки */
              border-radius: 18px; /* радиус кнопки */
              background: #fff; /* цвет кнопки */
              top: 8px; /* положение кнопки по вертикали относительно основы */
              left: 6px;
              transition-duration: 500ms; /* анимация */
              box-shadow: 0px 0px 8px 0px #777;
              position: absolute;
              z-index: 1;
          }
  
  
  
  .mob-switch-btn > .switch-btn-bg {
  z-index: 1;
  transition-duration: 500ms; /* анимация */
  background-image: url(https://barashkov26.ru/catalog/view/theme/barashkov/image/switch/s-btn-win.png);
  width: 74px; /* ширина переключателя */
  height: 40px; /* высота переключателя */
  background-size: cover;
  }
  
  
           .mob-switch-btn.switch-on  .switch-btn-bg {
            transition-duration: 500ms; /* анимация */
            z-index: 2;
            background-image: url(https://barashkov26.ru/catalog/view/theme/barashkov/image/switch/s-btn-sum.png);
              
  width: 74px; /* ширина переключателя */
  height: 40px; /* высота переключателя */
  background-size: cover;
              
          }
  

          


          .desktop-view, .mobile-view  {
  
  position: relative;
  
          }
  
  
/* switcher end */


 span.car_brand_title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 500;

}


span.car_brand_name {

display: block;
font-weight: 400;
text-decoration: none;
text-align: left;
font-size: 16px;

}



div.wrap_car_img {
position: relative;
    height: 100px;
}

.car_brand_logo_img {
width: 50%;
position: absolute;
margin: auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
}

.car_brand-desc-list > .landing-links a {

width: calc(100% / 5);
float: left;
text-align: center;

}




 .container-fluid.full-width-social >.row.desktop-view > .container 

.idea-podarok > div > div > p {
    text-align: justify;
    color: #000;
}


.idea-podarok > div > div > h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}

 
 
div.akzi-block a img {
display: block;
border-radius: 6px;
overflow: hidden;

}


div.akzi-block {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    
    }


div.akzi-block a div.butt-podrob {

position: absolute;
top: 82%;
width: 40%;
left: 30%;
padding: 5px 10px;
background: #fff;
border-radius: 4px;
color: #000;
text-align: center;
box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.3);
}


div.akzi-block:hover a div.butt-podrob {

    background: #000;
    color: #fff;
    box-shadow:         -3px -5px 6px 0px rgba(50, 50, 50, 0.3);

    
    }

 /* -- cahged landing auto style --*/
 
 
 div.row.blue-ora-blo {
 margin: 20px 0 0 -15px !important;
 
 }
 
 div.row.blue-ora-blo div {
     padding: 0 !important;
     
     }
     
 
 a.btn.land--btn {
 
 display: block;
 width: 50%;
 padding: 15px 0;
 font-size: 18px;
 margin-top: 40px;
 
 }
 
 h1.h1-land-block {
     font-family: 'Montserrat';
     color: #000;
     font-size: 80px;
     font-weight: 900;
     margin-top: 20px;
 }
 
 .img-land-logo {
 
     display: block;
     margin: 20px auto 0 auto;
 }
 
 
 .img-land-image {
     display: block;
     width: 80%;
     margin: 10px auto;
 }
 
 
 h2.h2-land-block {
     display: block;
     text-align: center;
     font-size: 40px;
     font-weight: 800;
     margin: 50px auto;
 }
 
 
 .col-md-five p {
     text-align: center;
 }
 
 
 #changed-land h3 {
     font-weight: 500;
     font-size: 22px;
     
 }
 
 div.gray-block-cat {
 width: 85%;
 margin: 0 auto;
 background-color: #EEECEC;
 }
 
 
 div.gray-block-cat > .col-md-4 > img {
     margin-left: -15px;
     width: 120%;
     height: auto;
 }
 
 a.auto-land-link {
 
     display: block;
     text-decoration: underline;
     padding: 3px 0;
     font-weight: 500;
     font-family: 'Montserrat';
 }
 
 
 div.gray-block-cat div p:nth-of-type(1) {
     margin-top: 30px;
     }
 
 div.gray-block-cat div p {
 padding: 20px 0 10px 0;
 margin-left: 40px;
 font-size: 18px;
 width: 70%;
 color: #000;
 }
 
 .blue-blo {
     width: 100%;
     clear: both;
 background-color: #0593E2;
 }
 
 .orange-blo {
     width: 100%;
     clear: both;
     background-color: #FF9524;
 }
 
 div.slideshowr.swiper-viewport {
 position: relative;
 
 }
 
 /* -- END cahged landing auto style --*/
 
 
 .article-dif-cov-cape a {
 text-decoration: underline;
 font-weight: 550;
 }
 
 
 img.img-responsive.rev-slider-img {
 
 margin: 0 auto;
 display: block;
 
 }
 
 div.row.blue-ora-blo {
 
     margin-top: 20px;
 }
 
 div.row.blue-ora-blo.desktop-view img {
 display: block;
     width: 15%;
     margin: 0 auto;
     padding-top: 40px;
 
 }
 
 
 div.row.blue-ora-blo.desktop-view h2  {
 color: #fff;
 display: block;
 width: 70%;
 font-size: 1.5em;
 margin: 30px auto 10px auto;
 padding-bottom: 40px;
 }
 
 
 
 
 /* dolyami akkordeon */
 
 
 ul.accordionlp { list-style-type: none; }
 
 ul.accordionlp li { 
     border-bottom: 1px solid rgb(186, 186, 186);
 }
 
 
 .accordionlp {
     width: 100%;
     max-width: 660px;
     margin: 30px auto 20px;
     background: #fff;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
   }
   
   .accordionlp .link {
     cursor: pointer;
     display: block;
     padding: 15px;
     color: #1a1a1a;
       font-size: 14px;
     font-weight: 500;
     position: relative;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
   }
   
   .accordionlp li:last-child .link { border-bottom: 0; }
   
   .accordionlp li i {
     position: absolute;
     top: 16px;
     left: 12px;
     font-size: 18px;
     color: #1a1a1a;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
   }
   
 
   ul.submenulp p {
 
     text-align: left;
 
   }
   .accordionlp li i.fa-chevron-down {
     right: 12px;
     left: auto;
     font-size: 16px;
     padding-top: 2%;
   }
 
 
   .accordionlp li.open i.fa-chevron-down {
   
     padding-top: 6%;
   }
   
   .accordionlp li.open .link { color: #c20e1a; 
 
     border-bottom: none;
 }
   
   .accordionlp li.open i { color: #c20e1a; }
   
   .accordionlp li.open i.fa-chevron-down {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
   }
   
   
   .submenulp {
     display: none;
     background: #fff;
     border-bottom: 1px solid rgb(186, 186, 186);
     font-size: 13px;
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 3%;
     padding-right: 3%;
   }
   
   .submenulp li { border-bottom: 1px solid rgb(186, 186, 186);}
   
   .submenulp a {
     display: inline;
     text-decoration: none;
     color: #000;
   }
   
   a.link-butt {
    background-color: #DBF5FF;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: underline;
   }
 
div.color-list-chavo ul li {
    text-align: left;
    border: none;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #DBF5FF;
    list-style: none;
    display: inline-block;
}

div.color-list-chavo ul li::before {

    display: none;
}

   div#information-information .section-block > #dolyami-page-lp {
     margin-top: 60px;
     }
 
     #dolyami-page-lp h1 {
         color: #000;
         font-weight: 800;
         margin-top: 40px;
         margin-bottom: 20px;
     }
 
 
 a.dol-go-cat {
 
 display: block;
 background: #000;
 padding: 10px 30px;
 width: 50%;
 color: #FFF;
 margin-top: 20px;
 border-radius: 6px;
 }
 
 
 a.dol-go-cat-f {
 
     display: block;
     background: #000;
     padding: 10px 30px;
     width: 30%;
     color: #FFF;
     margin: 40px auto;
     border-radius: 6px;
     text-align: center;
     }
     
 
 .row.dol-tree-block {
 margin-top: 100px;
 
 }
 
 .row.dol-video-block {
 
     margin-top: 40px;
 }
 
 .row.dol-tree-block:nth-of-type(4) {
     margin-top: 10px;
     
     }
 
 #dolyami-page-lp .row.dol-tree-block > div > h2 {
 font-size: 18px;
 }
 
 
 div#information-information .section-block h2.dolyami-chavo {
     display: block;
     font-size: 42px;
     font-weight: 800;
     text-align: center;
 
 }
 
 div#information-information .section-block .row.dolyami-footer h2 {
 
     display: block;
     text-align: center;
     font-size: 26px;
     font-weight: 500;
 
 }
 
 
 div#information-information .section-block .row.dolyami-footer p {
 
     display: block;
     text-align: center;
     font-size: 18px;
     font-weight: 400;
 
 }
 
 div#information-information .section-block .row.dolyami-footer img {
 
     display: block;
     margin: 20px auto;
 
 }
 
  /* END dolyami akkordeon */
 



   /* FAQ akkordeon */
 
 ul.accordionfaq { list-style-type: none; }
 
 ul.accordionfaq li { 
     border-bottom: 1px solid rgb(186, 186, 186);
 }
 
 
 .accordionfaq {
     width: 100%;
     max-width: 1200px;
     margin: 30px auto 20px;
     background: #fff;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
   }
   
   .accordionfaq .link {
     cursor: pointer;
     display: block;
     padding: 5px;
     margin-left: 20px;
     color: #1a1a1a;
       font-size: 18px;
     font-weight: 500;
     position: relative;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
   }

   .accordionfaq .link p {
  margin: 10px 0;
  font-size: 20px;
  }
   
   .accordionfaq li:last-child .link { border-bottom: 0; }
   
   .accordionfaq li i {
     position: absolute;
     top: 16px;
     left: 12px;
     font-size: 18px;
     color: #1a1a1a;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
   }
   

   .accordionfaq li i.fa-chevron-down {
     right: 12px;
     left: auto;
     font-size: 16px;
     padding-top: 1%;
   }
 
 
   .accordionfaq li.open i.fa-chevron-down {
   
     padding-top: 6%;
   }
   
   .accordionfaq li.open .link { color: #c20e1a; 
 
     border-bottom: none;
 }
   
   .accordionfaq li.open i { color: #c20e1a; }
   
   .accordionfaq li.open i.fa-chevron-down {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
   }
   
    
   h2.h2-faq-block {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin: 10px auto;
}

.faq-landing-links a {

padding: 5px 20px;
font-size: 18px;
color: #000;
margin: 5px;
border-radius: 4px;
font-weight: 500;
display: inline-block;
background-color: #DBF5FF;

}

h2.h2-faq-block+div>p {

    text-align: center;
}
h2.dolyami-chavo {
    display: block;
    text-align: center;
}
 
 /* end FAQ akkordeon */



 /* adv mode */
 
 .catalog-cards__item.card-adv {
     border: 1px solid #e5e5e5;
     border-radius: 6px;
 }
 
 .catalog-cards__item.card-adv:hover, .catalog-cards__item.card-adv:focus {
     border-color: #c20e1a;
 }
 
 img.dolyami-all {
     width: 90%;
     display: block;
     margin: 40px auto 0 auto;
 }
 
 
 .dol-hd, .dol-sm {
 font-family: 'Montserrat';
 }
 
 
 .dol-hd {
 
     font-size: 32px;
     color: #000;
     font-weight: 800;
     text-align: left;
     margin: 40px 0 10px 12px;
     line-height: 120%;
 }
 
 
 .catalog-cards__item.card-adv {
 
 background-color: #fc0;
 
 }
 
 
 .dol-sm {
 
 margin-left: 13px;
 font-weight: 500;
 color: #000;
 
 }
 
 
 div.dol-logo {
     width: 35%;
     position: absolute;
     bottom: 0;
     right: 0;
     margin-right: 20px;
     margin-bottom: 10px;
 }
 
 .catalog-cards__item.card-adv {
 
     position: relative;
 }
 
 /* adv mode */
 
 
 
 #oplata-new  {
     font-family: 'Montserrat';
     padding-top: 40px;
 
 
 }
 
 
 #oplata-new h1  {
     font-family: 'Montserrat';
     font-size: 40px;
     font-weight: 500;
 }
 
 
 #oplata-new h2 {
   
     text-align: left;
 }
 
 
 img.pay-sys-new {
 
     width: 70%;
 }
 
 #oplata-new h2:before {
     font-family: 'FontAwesome';
     content: '\f0c8';
     display: block;
     color: #D9D9D9;
     font-size: 12px;
     left: -20px;
     position: relative;
     
 }
 
 
 #oplata-new span.mini {
     color: #D9D9D9;
     font-size: 12px;
     line-height: 110%;
 
 }
 
 #boxberry-issue_point-link-prepaid {
 
     text-decoration: underline;
     margin-bottom: 20px;
     display: block;
 
 }
 
 .h-reward {
 font-size: 10px;
 }
 
 .top-reward  {
 padding-left: 26%;
 }
 
 .this-is-shp-meth label span {
 text-align: left !important;
     display: block;
 }
 
 
 .this-is-shp-meth label span i {
 
     margin-top: 10px;
     margin-bottom: 10px;
     display: block;
     color: #aaa;
 }
 
 
 a#boxberry-issue_point-link {
     display: block;
 
     text-decoration: underline;
     margin-bottom: 20px;
 }
 
 
 a.edit-button {
 
     padding: 4px;
     text-align: center;
     display: block;
 }
 
 a.edit-button:hover {
 
 color: #E95B27;
 text-decoration: underline;
 }
 
 #account-address td.text-right {
 
 padding: 0 15px 10px 15px !important;
 
 }
 
 
 #account-address td.text-left {
 
     font-weight: 500;
     font-size: 20px;
     font-family: 'Montserrat';
     color: #000;
     padding: 10px 15px 10px 0 !important;
 } 
 
 
 a.btn-addr-del i {
     margin: 0 20px;
     font-size: 2.4em !important;
 }
 
 
 #account-address a i {
 
 color: rgb(137, 137, 137);
 
 }
 
 #account-address a:hover i {
     color: #c20e1a !important;
 }
 
 
 a.btn-addr-del i.fa-solid.fa-2x.fa-xmark {
     top: 2px;
     position: relative;
     font-size: 2.4em !important;
 }
 
 
 
 .add-attrtoh1 {
 display: block;
 margin-top: 10px;
  font-size: 18px;
 }
 
 .container-fluid.top-image img {
 
     width: 100%;
     min-width: 100%;
 }
 
 #simpleregbloimg {
 display: none;
 }
 
 .simpleregister-block-content.simple-hide-col-sm-2 fieldset {
  margin: 0 auto;
 }
 
 .simpleregister-button-right-me {
  margin: 0 auto;
 }
 
 table.table-order-list thead td.text-center {
 background: #fff;
 border-bottom: 2px solid #c20e1a ;
 }
 
 
 .block-in-block-name {
  text-align: center;
 }
 
 
 table.table-order-list thead td {
     background: #fff;   
     }
 
 tbody.ord-list-list td.text-center {
     background-color: #EEF2F7;
 }
 
 
 tbody.ord-list-list td.text-left {
     background-color: #EEF2F7
 }
 
 
 /* tbody.ord-list-list td.text-center:nth-of-type(1) {
     border-radius: 50px 0 0 50px;
 }
 
 
 tbody.ord-list-list td.text-center:nth-of-type(6) {
     border-radius: 0 50px 50px 0;
 
 } */
 
     .order-list-blo {
 
 margin-top: 70px;
 padding: 20px 20px 20px 40px;
 background-color: #fff;
 
     }
 
 table.table-order-list {
     border-spacing: 10px;
     border-collapse: separate;
    }
 
 
 
 
    /*-------*/
 
 
 
    table.table-order-list-info thead td.text-center {
     background: #fff;
     border-bottom: 2px solid #c20e1a ;
     }
     
     
     table.table-order-list-info thead td {
         background: #fff;   
         }
     
     tbody.ord-list-list-info td.text-center {
         background-color: #EEF2F7;
     }
     
     
     tbody.ord-list-list-info td.text-left {
         background-color: #EEF2F7
     }
     
     
    
         .order-list-blo-info {
     
     margin-top: 70px;
     padding: 20px 20px 20px 40px;
     background-color: #fff;
     
         }
     
     table.table-order-list-info {
         border-spacing: 10px;
         border-collapse: separate;
        }
     
        .tfoot-info {
 
         background-color: #EEF2F7;
        }
 
 .video-obzor-new {

    width: calc(100%/5);

 }
 

 #information-information img.artic_org {
    width: 100% !important;
    margin: 20px auto;
}
 .simplecheckout .content {
 
     text-align: center;
 }
  
/* 
 div.swiper-wrapper div.swiper-slide.set.seth:not(:first-child) 
    {
        display: none;
     } */

 /* --- simple new --- */
 
 table.simplecheckout-cart.edit-wowez thead {
 
     display: none;
 
 }
 
 
 div.wildeber-style-round-shad.right-eblock-fixed-1.card-rigt {
 
     
     margin: -20px;
     border-radius: 6px;
     box-shadow: 1px 2px 4px 0px rgb(50 50 50 / 25%);
 
 }
 
 
 
 
 .set_complect_my {
 
     display: none;
 }
 
 
 

 
 div.cat_complect_zagol 
  { margin-bottom: 10px; }
 
 

 
  h1.page-title_complect  {
 
     display: block;
 
     text-align: center;
  }
 
  #complect_all_cat  div.cat_complect_zagol  {
 
     display: block;
  }
 
 
 
  div.cat_complect_zagol > .name_complect_my_for_cat:nth-of-type(3)
  
  {display: none;}
 
 
 
  div.cat_complect_zagol > .name_complect_my_for_cat {
 
 display: block;
 font-size: 18px;
 font-family: 'Montserrat';
 
 padding: 0;
 text-align: center;
 
  }
 
 input[name="sp_set_quantity"]  {
 
     display: none;
 }
 
 
/* --- setspro ---- */



 .simplecheckout-block.block-add-to-order {
 
     padding: 15px;
 }
 
 
 
 h3.add-to-order {
 display: block;
     margin: 10px 0;
     padding: 0;
     font-size: 22px;
     font-weight: 500;
     color: #444;
     font-style: italic;
     text-align: center;
 }
 img.defficut-img-vert {
 
     width: 450px;
     height: auto;
     margin: 20px 20px 20px 0;
     float: left;
 
 }
 
 
 img.defficut-img-vert:nth-of-type(3) {
 
     width: 450px;
     height: auto;
     margin: 40px 0px 20px 20px;
     float: right;
 
 }
 
 img.defficut-img-horz {
 
     width: 450px;
     height: auto;
     margin: 20px 20px 20px 0;
     float: left;
 
 }
 
 li.difficut-l1 {
 
     margin-left: -40px;
     font-size: 24px;
 
 }
 
 
 ul.difficut-list {
 
 
 }
 
 p.interesting_fact {
 
     font-size: 22px;
     font-weight: 500;
     font-style: italic;
 
 
 
 }
 
 .button-art-cont button {
 
 background-color: #c20e1a;
 color: #fff;
 margin: 10px auto;
 border: none;
 display: block;
 padding: 4px 18px;
 border-radius: 4px;
 }
 
 
 
 #inform_about {
 
     padding-top: 60px;
 }
 
 
 #inform_about .section-title--center {
     margin: 0 0 20px 140px;
     text-align: left;
 }
 
 
 #akzii-two-new {
 
     margin: 40px auto;
 
 }
 
 
 #feautured_article   .card__inner {
     
     border: none;
     border-radius: 0;
     
 }
 
 
 #inform_about .abb-block {
 
     margin: 80px 0;
 }
 
 
 #inform_about h2 {
 margin: 0 0 40px 0;
 color: #6F6F6E;
 
 }
 
 
 #inform_about p {
 
     font-size: 19px;
 }
 
 @media (min-width: 1200px) and (max-width: 4500px) { 
 
 
     h3.featur-artic-name {
         text-align: center;
         font-size: 26px;
         display: block;
         margin: 0 0 30px 0;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         
 
     .feaut-art-info {
         padding: 30px 0 0 0px;
             text-align: left;
             font-size: 12px;
         }
 
 #feautured_article h4.featur-artic-name {
     text-align: left;
     padding-left: 20px;
     color: #fff;
     font-size: 26px;
     display: block;
     margin: 10px 5px;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     position: absolute;
     top: 80px;
     opacity: 0.8;
     }
 
     #feautured_article h4.featur-artic-name  a {
 
         color: #fff;
     }
 
 
     img.feautur-desc-img {
 border-radius: 6px;
 overflow: hidden;
         width: 100% !important;
         min-width: 100%;
     }
 
 
     .fetur-art-desc {
         text-align: left;
         display: -webkit-box;
         -webkit-line-clamp: 8;
         -webkit-box-orient: vertical;
         overflow: hidden;
         margin-left: -10px;
     
     }
     
 
 
 }
 
 
 
 .container.img-math-block-1 {
 
     width: 85%;
     margin: 0 auto;
 }
 
 .container.img-math-block-2 {
 
     width: 75%;
     margin: 0 auto;
 }
 
 #o-materialh h1 {
 
     text-align: center;
 
     font-size: 44px;
 }
 
 
 #o-materialh h2 {
     color: #444;
 
     text-align: center;
 display: block;
     font-size: 34px;
 }
 
 
 #o-materialh h3 {
     color: #444;
     text-align: center;
 display: block;
     font-size: 34px;
 }
 
 
 #o-materialh section {
 
     width: 77%;
 
     margin: 0 auto;
 }
 
 
 #o-materialh p 
 { 
     
     text-align: left;
     
 }
 
 
 .img-math-block-1-home {
     width: 60%;
     margin: 0 auto;   
 }
 
 .img-math-block-2-home {
     width: 100%;
     margin: 0 auto;   
 }
 
 .name-matherial {
 display: block;
     text-align: center;
     padding: 10px 0;
     font-size: 22px;
 }
 
 
 
 .threebanna {
 
     display: block;
     position: relative;
 }
 
 .bnutton-podrob.orange {
 background-color: #E95B27;
 color: #fff;
 }
 
 
 .bnutton-podrob.pink {
     background-color: #F399F0;
     color: #000;
     }
 
 
 .bnutton-podrob {
     box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.65);
     border-radius: 4px;
     text-align: center;
 position: absolute;
      width: 35%;
     padding: 5px 10px;
     top: 85%;  /* position the top  edge of the element at the middle of the parent */
     left: 50%; /* position the left edge of the element at the middle of the parent */
     transform: translate(-50%, -50%); /* This is a shorthand of
                                          translateX(-50%) and translateY(-50%) */
 }
 
 
 
 
 
 .bnutton-podrob:hover {
     box-shadow:         -1px -1px 4px 0px rgba(50, 50, 50, 0.65);
     
 }
 
 
 .categories-section__image-new .video {
 
     width: 100%;
     margin: 0 auto;
     overflow: visible !important;
     height: 150px;
 }
 
 .categories-section__image-new .video img {
 margin: 0 auto;
 overflow: visible !important;
 position: relative;
 width: 100%;
 height: 100%;
 -o-object-fit: contain;
 object-fit: contain;
 
 }
 
 .slick-track > div:nth-child(2) img 
 {
     display: block !important;
 }
 
 /* #slick-1 img 
 {
     display: none;
 } */
 
 
 
 #common-success {
 
     margin-top: 60px;
 }
 
 
 .sucess-check-h1 {
 
     color: #000;
     font-family: 'Montserrat';
     font-weight: 500;
 
 
 }
 
 .success-check-msg {
 
     width: 80%;
     margin: 40px 0;
 }
 
 .success-check-msg p {
 
     font-size: 18px;
     font-weight: 500;
 text-align: left;
 
 }
 
 .succ-check-img {
 width: 90%;
 }
 
 
 .success-check-msg p a {
 
     text-decoration: underline;
     color: #c20e1a;
     font-weight: 500;
 }
 
 .success-check-btn a.btn {
 padding: 10px 0;
 font-weight: 500;
 font-size: 16px;
 
 }
 
 .cookie_notice_block a {
 
     color: #c20e1a;
 }
 
 
 .another-colors {
 
     padding-top: 5px;
     text-align: center;
 }
 
 
 .another-color-text-elem {
 
     text-align: center;
     font-weight: 350;
     font-size: 13px;
     line-height: 100%;
     display: block !important;
     padding-top: 5px;
 }
 
 div.elem-disc-date.mobile {
 
     display: none;
 }
 
 
 div#modal-inf .modal-content h1.simple-header-h1 {
 
 display: none;
 }
 
.pagination .container ul {

    position: relative;

}


 
 .elem-disc-date {
position: absolute;
    right: 15px;
    top: 12px;
     font-size: 14px;
     color: #c20e1a !important;
     margin-top: 12px;
     font-weight: 500;
 }
 


 
 .elem-disc-date a {
 text-decoration: underline;
     display: inline-block;
     padding: 0 4px 0 0!important;
     margin: 0;
     font-size: 14px;
     color: #c20e1a;
     
 }

 li.elem-disc-date a {
    text-decoration: underline;
        display: inline-block;
        padding: 0 4px 0 0!important;
        margin: 0;
        font-size: 14px;
        color: #c20e1a;
        
    }
 
 .polezno-znat {
    display: inline-block;
    padding: 2px 6px 2px 6px;
    background-color: #c20e1a;
font-weight: 400;
font-size: 1.1em;
width: auto;
border-radius: 4px;
color: #fff;
line-height: 100%;

 }
 
 h3.article-blog-h3 {
 text-align: left;
 
 display: block;
 font-size: 1em;
 margin: 2px auto;
 padding: 0;
 font-weight: 400;
 line-height: 120%;
 }


 .advantages-section.card-page-section-my.main-desctop-card-page > .container {
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
width: 100%;

 }
 
 
 p.article-blog-h3 {
 
    display: block;
    text-align: center;
 }
 
 
 .none {
     display: none !important;
   }
 
 .article-blog-h3 a {
 
 text-decoration: underline;
        }
 
        .article-blog-h3 a:hover {
 color: #c20e1a;
 
        }
        
 
 #article_alkantara {
 
     width: 80%;
     margin: 0 auto;
 
 }
 
 .list-group-to-logged a {
 
     display: block;
 
 }
 
 .tink-success-block {
     text-align: center;
     margin-top: 40px;
     margin-bottom: 40px;
     clear: both;
 }
 
 
 .tink-success-block a {
 
     color: #c20e1a;
     font-weight: bold;
     display: block;
 
 }
 
 
 
 .tink-success-block h1 {
 width: 90%;
     margin-top: 40px;
     text-align: left;
     font-size: 48px;
     font-weight: 500;
     color: #000;
     font-family: 'Montserrat';
 
 } 
 
 
 .tink-success-block h2 {
 
     font-size: 18px;
     text-align: left;
     color: #444;
     font-weight: 500;
 
 }
 
 
 #article-alka-or-vel  {
 
     width: 80%;
 }
 
 #article-alka-or-vel h1 {
 
     font-size: 42px;
     
 }
 
 #article-alka-or-vel h1, #article-alka-or-vel h2, #article-alka-or-vel h3 {
 
     margin: 40px 0 20px 0;
 
 display: inline-block;
 
 width: auto;
 text-align: left;
 
 }
 
 .card__inner.card-mode div.rb-bl {
     left: 10px;
     bottom: 38%;
 }
 
 .product-info__item.sticker-add div.rb-bl {
 left: 40%;
 }
 
 li.cards__item.card > div > div.rb-bl {
 
     left: 10px;
     bottom: 33%;
 
 }
 
 li.cards__item.card > div > div.rb-bl img {
 
  width: 36px;
 
 }
 
 
 body .button_cbcf {
     height: 50px !important;
     width: 50px !important;
 }
 
 
 body .button_cbcf {
    
     margin-bottom: 0px!important;
     
    
 }
 
 body ._orientationLeft_cbf6.wrap_e07f {
  bottom: 80px !important;
 }
 
 .alka-or-vel-img-1, .alka-or-vel-img-2 {
 
     float: left;
     margin: 20px 20px 20px 0;
     width: 45%;
 
 }
 
 
 #article-alka-or-vel ul {
 list-style: none;
     margin: 0 0 20px 40px;
 }
 
 .prod-attr-group {
 
     margin: 0 -10px 0px -10px;
     padding:0 10px 5px 10px;
 }
 
 
 span#bar-r {
 font-weight: 500;
 
 }
 
 .category-description {
 font-size: 20px;
 margin-bottom: 20px;
 }
 
 
 .category-description p {
     font-family: 'Montserrat';
     line-height: 120%;
     }
 
     h2.category-description_m {
 
         font-size: 18px;
         font-weight: 500;
         font-family: 'Montserrat';
     }
 
 .category_model {
     margin-bottom: 10px;
 }
 
 #article-alka-or-vel h3.interesting_fact {
 
 display: block;
     text-align: center;
 }
 
 
 section.color-list {
 
     width: 50%;
     float: left;
     padding: 20px;
 }
 
 .press-to-copy {
 cursor: pointer;
 padding-left: 10px;
 
 }
 
 
 #what-is-colors-img span {
 
     text-align: center;
     padding: 10px 0;
     display: block;
 }
 .press-to-copy i:before {
     color: #dddddd;
  }
 
 
  .button-copy-cat {
 
     cursor: pointer;
     padding-left: 10px;
     }
 
     .button-copy-cat i {
     font-size: 12px;        
     }
 
     
     .button-copy-cat i:before {
         color: #dddddd;
     }
 
     
 .press-to-copy-h {
     margin-top: 30px;
     display: block;
     float: left;
     margin-right: 20px;
     cursor: pointer;
     padding-left: 10px;
     position: relative;
     z-index: 245;
     
     }
     
     .press-to-copy-h i:before {
     
         color: #dddddd;
         }
     
     
     
         
 
 
 
 p.cat-prod-attr {
     color: #333;
     margin: 0;
     line-height: 120%;
     font-size: 14px;
     display: block;
     z-index: 100500;
     text-align: left;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }
 
 
 .success-logout {
 border-radius: 6px;
 background-color: #fff;
 padding: 20px 60px 60px 40px;
 
 }
 
 
 .success-logout h2 {
     margin-bottom: 30px !important;
     justify-content: left !important;
     text-align: left;
     font-size: 28px;
     font-weight: 500;
 
 }
 
 .success-logout p {
     font-size: 14px;
     width: 70%;
     text-align: left;
     justify-content: left;
     margin: 20px 0;
 
 }
 
 .mobile-view {
 
     display: none;
 }
 .paycheimg {
 
     cursor: pointer;
 
 }
 
 .pay-check-icon-block {
 
     margin-top: 150px;
 
 }
 
 
 .tink-success-block p {
     margin-top: 20px;
     text-align: left;
 }
 
 .art-img-alkantara-1 {
 
 width: 400px;
 height: auto;
 float: left;
 margin: 10px 40px 20px 0;
 
 }
 
 .art-img-alkantara-2 {
 width: 400px;
 float: right;
 margin: 10px 0 20px 40px;
 
 
 }
 
 .art-img-alkantara-3 {
 
     width: 600px;
     height: auto;
     float: left;
     margin: 10px 40px 20px 0;
 }
 
 
 
 #account-wishlist {
 margin-top: 20px;
 padding: 40px 20px;
     background-color: #fff;
     border-radius: 6px;
 }
 
 
 /* .new-container h2.wislist-h2 {
 justify-content: left;
     text-align: left;
     padding: 20px 0 10px 40px;
     font-weight: 400;
     color: #444;
 } */
 
 .wishlist-name {
 font-size: 1.2em;
 
 }
 .wishlist-vert-he {
 position: relative;
     height: 150px;
 
 }
 
 .valign-mg  {
     height: 30px;
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto 0;
     vertical-align: middle;
     
 }
 
 
 
 
 .valign-mg-name  {
     height: 90px;
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto 0;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }
 
 
 
 .wishlist-cart-add {
 width: 50%;
 margin: 10px 0;
 padding: 10px 0;
 font-size: 16px;
 
 }
 
 
 .valign-mg-butt {
 
     margin-top: 30%;
 
 }
 
 .wishlist-delete {
     border: solid 1px #cdcdcd;
     color: #444;
     text-shadow: none;
     background-color: #fff;
     margin: 5px 0;
     width: 50%;
 }
 
 .btn.btn-danger.wishlist-delete i {
 margin: 0 !important;
 
 }
 
 
 .wishlist-delete:hover {
 
     
     
     text-shadow: none;
     background-color: #fff;
 
 }
 
 
 .wishlist-stock {
 
     font-size: 18px;
 }
 
 .wislist-tr {
     padding: 15px 15px 15px 0;
     margin: 10px 20px;
     display: block;
     border: solid 1px #cdcdcd;
     border-radius: 4px;
 }
 
 
 .wishlist-price {
 vertical-align: middle;
 line-height: 35px;
     color: #000;
     font-size: 2em;
     font-weight: 800;
 }
 
 .tags-block-h3 {
     font-size: 18px;
     text-align: left;
 margin: 0;
 padding: 5px 0;
     display: block;
 }
 
 
 .wislist-img-left {
 
     width: 100%;
 }
 
 

 
 .tags-block-h3 span {
 
     display: inline;
 }
 
 .tags-block-h3 a:before {
 
 display: inline-block;
 content: '#';
 
 
 }
 
 
 .tags-block-h3 a {
     color: #c20e1a;
     text-decoration: underline;
 
     display: inline;
 }
 
 
 
 #text-popup-load-window {
 
     z-index: 99999999999999;
     border-radius: 6px;
 
 }
 
 #text-popup-load-window .mfp-close {
     width: 74px;
     height: 74px;
     line-height: 74px;
     font-weight: 300;
     color: #444;
     font-style: normal;
     font-size: 50px;
     font-family: 'Montserrat';
     
 }
 


 
 body.modal-open div.wrapper:after {
     content: '';
     background: url('/image/catalog/popup-reg/bg-40.png') repeat;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     
      }
      
      body.modal-open div.wrapper {
         overflow: hidden;
         /* position: absolute; */
         width: 100%;
         height: 100%;
          }
     
 
          #account-login input[type="submit"].btn.btn-primary.center-block {
 
             min-width: 150px;
             padding: 15px 50px;
 
          }
 
 .butt-reg-left-bot {
 z-index: 999999;    
 position: fixed;
 left: 0;
 bottom: 80px;
 }
 

 .butt-prem-left-bot {
    z-index: 999999;    
    position: fixed;
    left: 0;
    bottom: 160px;
    }
    

 .yor-razdel {
 
     font-size: 14px;
     padding: 10px;
     display: block;
 }
 
 .butt-reg-left-bot a img {
 
     width: 60%;
 }
 
 .btn.btn-primary.ll_open_map {
 
     font-weight: 500;
     font-size: 16px;
     padding: 6px !important;
     width: 60%;
 }
 
 #ozon-hide-pvz-simple {
     width: 60%;
     margin-bottom: 10px !important;
 }
 
 .popup-img-one {
 
     background: url('/image/catalog/popup-reg/bg-popup-reg.png');
     width: 800px;
     height: 550px;
     border-radius: 4px;
     background-size: contain;
     background-repeat: no-repeat;
 
 }


 .popup-img-prem {
    background: url('/image/catalog/popup-reg/bg-popup-prem.jpg');
    width: 800px;
    height: 453px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

 


.img-balck-friday {
    background: url('/image/catalog/popup-reg/bf/bg-bf.jpg');
    width: 1269px;
    height: 1893px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}


.black-friday-button {
    
    line-height: 100%;
    margin-top: 20px;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 35%;
    width: 30%;
    padding: 16px 4px;
    background-color: #A63500;
    text-align: center; 
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 28px;
}



.black-friday-button a {
    color: #fff;
    display: block;
    text-align: center;
}





.black-friday-button:hover {
    
    background-color: #fff;
    
    
}



.black-friday-button:hover a {
    color: #A63500;


}

div.img-balck-friday img {
    width: 100%;
    max-width: 100%;
}



div.img-balck-friday > .container {
    position: relative;
    padding-top: 320px;
    width: 85%;
    margin: 0px auto 0px auto;
}

.popup-prem-zag-main {
    color: #fff;
    font-weight: 900;
    top: 105px;
    left: 53px;
    font-size: 54px;
    display: block;
    position: absolute;
    line-height: 110%;
}
 

#text-popup-premium-window.white-popup > .mfp-close {
    color: #fff;
}


.popup-prem-text-big {
    color: #fff;
    font-weight: 400;
    top: 230px;
    left: 53px;
    line-height: 110%;
    font-size: 24px;
    display: block;
     position: absolute;
}


.popup-prem-button {
    top: 280px;
    left: 53px;
    line-height: 100%;
    margin-top: 20px;
    display: block;
     position: absolute;
     padding: 8px 24px;
     background-color: #A63500;
     border-radius: 20px;
    
}

.popup-prem-button a {
    line-height: 100%;
    font-weight: 500;
     font-size: 20px;
    color: #fff;
    text-decoration: none;
}




 
 .popup-reg-zag-main, .popup-reg-text-big, .popup-reg-text-small, .popup-reg-button {
     font-family: 'Montserrat';
     display: block;
     position: absolute;
     color: #000;
 }
 
 
 .popup-reg-zag-main {
     font-weight: 900;
     top: 55px;
     left: 53px;
     font-size: 54px;
 }
 
 .popup-reg-text-big {
     font-weight: 500;
     top: 140px;
     left: 53px;
     line-height: 120%;
     font-size: 34px;
 }
 
 .popup-reg-text-small {
     color: #4c4c4c;
     font-weight: 400;
     top: 300px;
     left: 53px;
     line-height: 120%;
     font-size: 18px;
 }
 
 .popup-reg-text-small-last {
     color: #4c4c4c;
     font-weight: 400;
     top: 480px;
     left: 53px;
     line-height: 120%;
     font-size: 16px;
     position: absolute;
 }
 
 
 
 .notification-block {
     line-height: 120%;
 
     font-size: 16px;
 }
 
 .notification_product {
 
     text-decoration: underline;
 }
 
 
 .notification_name 
 {
     padding: 0 2px;
     font-size: 16px ;
     
 }
 
 
 .notification_city {
     padding: 0 2px;
     
 
 }
 
 .popup-reg-button {
     top: 393px;
     left: 160px;
     line-height: 100%;
     margin-top: 20px;
     
 }
 
 .popup-reg-button a {
     
     font-weight: 500;
      font-size: 20px;
     color: #fff;
     text-decoration: none;
 }
 
 .already-sold {
 
     font-size: 14px;
     color: #666;
     margin-left: 50px;
     font-family: 'Montserrat';
     font-weight: 500;
 
 
 }
 
 .ex-top-group {
 
     display: none;
 }
 
 
 .heading-review-bottom {
 display: block;
 font-size: 30px;
 text-align: center;
 font-weight: 500;
 text-transform: uppercase;
 color: #444;
 
 
 }
 
 
 .prmn-cmngr__confirm-btns input.btn {
 display: block;
 margin: 0 10px;
     width: 38%;
     float: left;
 
 
 }
 
 h2.heading-two-two {
     font-weight: 400;
 text-align: left;
     display: block;
 line-height: 150%;
     font-size: 16px;
     color: #444;
 }
 
 
 div.heading-two-two {
     text-align: left;
         display: block;
     line-height: 130%;
         font-size: 16px;
         color: #444;
     }
 
 .card__inner.card-mode .rb-tl {
 
   top: -15px;  
   left: -15px;
 
 }
 
 
 h1.page-title-gift {
     font-size: 28px;
     margin: 10px auto;
 display: block;
     text-align: center;
 }
 
 
 .cards__item.card.slider__item .rb-tl {
 
     top: 0;  
     left: 80%;
   
   }
   
   .cards__item.card.slider__item .card__inner {
       overflow: hidden !important;
   }
 
 
 
 
 h2.page-title-gift {
     font-weight: 500;
     color: #444;
     margin: 0px auto;
     display: block;
     text-align: center;
     font-size: 20px;
 }
 
 h3.page-title-gift {
     margin: 10px auto;
     display: block;
     text-align: center;
     font-size: 30px;
     font-weight: 500;
 }
 
 .page-title-gift {
     margin: 10px auto;
 display: block;
     text-align: center;
 }
 
 .gift-desc-menu {
 font-size: 24px;
 margin: 20px 0;
 font-weight: 500;
 
 }
 
 
 .product-info__item .rb-tr {
     position: relative;
     bottom: 0;
     
 }

 .product-info__item .rb-br {
    
    bottom: -10px;
    
}

 
 .product-info__item .rb-tl  {
     position: relative;
  /* top: -10px;
  left: 0px; */
 }
 
 
 #head-zagff-ocli {
 display: block;
 text-align: center;
 text-transform: uppercase;
 color: #444;
 margin-bottom: 20px;
 font-weight: 500;
     font-size: 2em;
 }
 
 .proval-zag-modal a {
 
     font-size: 2em;
 
     color: #444;
 }
 
 
 .proval-zag-modal a:hover {
 
     text-decoration: underline;
 }
 
 .autorization-bar  {
 
     text-align: center;
     display: block;
 }
 
 
 
 
 
 span.cat-span-h2-blo {
 
     background-color: #c20e1a;
     color: #fff;
     padding: 4px 18px 6px 18px;
     border-radius: 6px;
 
 }
 
 h2.product-h2-colors {
 line-height: 120%;
     text-align: center;
     margin: 10px auto 20px;
     width: 90%;
     font-size: 1.2em;
     color: #444;
         display: block;
 }
 
 #modal-sms2 {
 
     z-index: 1605;
 
 }
 
 
 #smspanel2 {
     z-index: 1505;
 }
 
 #modal-inf #the-reels {
 
     display: none;
 }
 
 
 
 #modal-inf .modal-dialog {
 
 width: 60%;
 
 }
 
 #the-reels div.reels-cont video {
 
     border-radius: 6px;
     overflow: hidden;
     
 
 }
 
 #the-reels div.reels-cont {
 
 float: left;
     width: calc(100%/7);
 }
 
 .video-zag h2 {
     margin: 12px 0;
     line-height: 120%;
     font-size: 1em;
     display: block;
 }
 
 .video-zag h3 {
     margin: 20px 0;
 font-size: 1.2em;
 line-height: 120%;
 display: block;
 }
 
 
 
 
 h1.page-title-video {
     margin-top: 30px;
     text-align: center;
 }
 
 .cbk-window.cbk-window-modal > a.cbk-copyright.cbk-copyright-callbackkiller {
 
     display: none !important;
 }
 
 .news-one-container section {
     box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.1);
     padding: 0 20px 10px 20px;
     background-color: #FAFCFC;
     border-radius: 6px;
 }
 
 
 
 a.news-button {
 
     padding: 5px 10px;
     border-radius: 14px;
     margin: 10px 0;
     background-color: #c20e1a;
     color: #fff;
 }
 
 
 a.news-button:hover {
 
     text-decoration: underline;
     
     background-color: #c20e1a;
     color: #444;
 }
 
 .news-one-container section:before {
     font-family: 'FontAwesome';
     content: '\f35a';
     font-size: 3em;
     width: 70px;
     float: left;
     display: block;
     padding-right: 40px;
     color: #DAF6F6;
 
 }
 
 
 div.news-one-container h2 {
     margin-top: 10px;
 color: #444;
     text-align: left;
 }
 
 
 div.slide.slick-slide.slick-cloned {
 
     border-radius: 6px;
     overflow: hidden;
 }
 
 
 div.slick-track {
     border-radius: 6px;
     overflow: hidden;
 
 }
 

 .vk_social-link i {
    font-size: 2em;
    color: #A6A6A6 ;
 }
 
 .whatsapp-head-block {
 
     float: right;
     margin-left: 20px;
     margin-top: 5px;
 
 }


 .vk-head-block {
 
    float: left;
    margin-left: 30px;
    margin-top: 8px;

}

 

 

 #slick-1 > div.slider-two.slick-initialized.slick-slider > div > div > div.slide.slick-slide.slick-current.slick-active > a > picture > img
 {
     overflow: hidden;
     border-radius: 6px;
 }
 
 
 #simplecheckout_shipping_address div.form-group div legend {
 
     line-height: 140%;
 
 }
 
 .cards__list.slider__list.swiper-wrapper {
 
     width: 238px !important;
     margin-right: 20px !important;
 
 
 }
 
 
 .clients-slider-img {
 
     border-radius: 12px;
 }
 
 
 
 div.option-name {
 display: inline-block;
 max-width: 100%;
 
 }
 
 
 div#product.product-all-main > .my-radio {
 
 
 
 }
 
 
 
 div#product.product-all-main > .my-radio label input {
 
 display: none;
 
     
 } 
 
 
 
 
 
 
 .card-page-section-my {
     
     margin-top: 5px;
 
 }
 
 .card-page-section-my .advantages-section__item {
     
     width: 50%;
 
 }
 
 
 
 
 @media (min-width: 1366px) and (max-width: 5360px) {
 
     #cart-sticky-wrapper.sticky-wrapper.is-sticky {}
     
 }
 
 
 
 
 
 #cart-sticky-wrapper.sticky-wrapper.is-sticky > div#cart.sticker-cart {
 
 
 z-index: 110 !important;
     padding: 20px 0 20px 20px;
     background: #fff;
     border: 1px solid #c20e1a;
     border-radius: 8px;
     width: auto;
     margin-left: 20px;
 }
 
 
 #cart-sticky-wrapper.sticky-wrapper.is-sticky > div#cart.sticker-cart > button >svg {
 
     margin-left: 10px;
 }
 
 
 #cart-sticky-wrapper.sticky-wrapper.is-sticky > div#cart.sticker-cart > button > span#cart-total {
     padding: 0 0 0 20px !important;
 }
 
 
 
 #rating-star input {
     display: none;
 }
 
 #rating-star label {
     display: inline-block;
     position: relative;
     cursor: pointer;
     height: 22px;
     width: 22px;
     user-select: none;
 }
 
 #rating-star label:before {
     font-family: 'FontAwesome';
     content: '\f005';
     font-size: 18px;
     display: block;
     position: relative;
     cursor: pointer;
     height: 20px;
     width: 20px;
     color: #FFC532;
 }
 
 
 #rating-star input[type=radio]:checked + label:before {
     color: red;
     font-size: 22px;
 }
 
 
 #rating-star input[type=radio]:hover + label:before {
     color: red;
     font-size: 22px;
 }
 
 
 div.simplereg_socnetauth2_bline_links table {
 
     margin: 0 auto;
 }
 
 div.account_socnetauth2_bline_links table {
     margin: 0 auto;
 }
 
 .account_socnetauth2__header,.simplereg_socnetauth2__header {
 
     text-align: center;
     margin: 10px 0;
 }
 
 
 #button-check-ord-stat {
 
 width: 40%;
 margin: 0 auto;
 
 }
 
 .ili-zakaz-two {
 color: #444;
 display: block;
 width: 100%;
 text-align: center;
 }
 
 
 .ili-zakaz-two:after {
  content: '';
  display: block;
  width: 80px;
  margin: 0 auto;
  padding-top: 5px;
     border-bottom: 1px solid #555;
 }
 
 
 a.smsreg.button.btn-primary.btn {
 position: relative;
     width: 50%;
     margin: 0 auto;
 }
 
 #smspanel2 > div > div > div > div.tab-content > div.row.enter-to-socnet-auth > div:nth-child(2) > div > div.simple_socnetauth2_bline_links > table
 
 
  {
     position: relative;
     width: 100%;
         margin: 0 auto;
         display: block;
     }
     
 
 
 .simple_socnetauth2_bline_links table {
 position: relative;
 width: 25%;
     margin: 0 100% 20px 0;
     display: block;
 }
 
 
 div.simple_socnetauth2__header {
     text-align: left;
     padding-left: 20px;
 }
 
 
 div.radio.style-aida-box > label.custom-radio span:before {
     display: none;
 } 
 
 
 div.radio.style-aida-box {
 
 
     margin: 10px 0px;
 }
 
 
 
 div.radio.style-aida-box > label.custom-radio  {
 
     display: block;
     width: 100%;
     margin: 0;
 }
 
 .custom-radio>span.payment-block-style {
 
     display: block;
     height: 120px;
     padding: 15px 10px 40px 10px;
 }
 
 
 .simplecheckout-cart-total span.simplecheckout-cart-total-remove {
 
     display: none;
 }
 
 .simplecheckout-cart-total span.payment-on-delivery {
 
     display: inline;
 
 }
 
 .simplecheckout-cart-total span.payment-on-delivery span {
 font-size: 16px;
 color: #444;
     padding: 0;
     display: inline;
 
 }
 
 
 
 span.payment-cards {
     padding: 5px 0;
     margin-top: 6px;
     font-size: 14px;
     
     }
     
 
 div.radio.style-aida-box > input {
     display: none;
 } 
 
 
 div.radio.style-aida-box > input + label {
     border: 1px solid #7f7f7f;
     border-radius: 6px;
 }
 
 
 div.radio.style-aida-box > input + label > span.payment-block-style > span.payment-on-delivery:before {
     content: '';
     background: url(../image/payment-method/pay-f-color.png);
     width: 89px;
     height: 91px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
  
 }
 
 
 
 div.radio.style-aida-box > input:checked + label > span.payment-block-style > span.payment-on-delivery:before {
     content: '';
     background: url(../image/payment-method/pay-f-white.png);
     width: 89px;
     height: 91px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
  
 }
 
  /* dolyame 

 div.radio.style-aida-box > input + label > span.payment-block-style > span.payment-on-dolya:before {
     content: '';
     background: url(../image/payment-method/pay-d-color.png);
     width: 60px;
     height: 90px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
     margin-top: 15px;
  
 }
 


 
 div.radio.style-aida-box > input:checked + label > span.payment-block-style > span.payment-on-dolya:before {
     content: '';
     background: url(../image/payment-method/pay-d-white.png);
     width: 60px;
     height: 90px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
     margin-top: 15px;
  
 }
 
 
   dolyame */



     /* dolyame */

 div.radio.style-aida-box > input + label[for=dolyame] > span.payment-block-style:before {
     content: '';
     background: url(../image/payment-method/pay-d-color.png);
     width: 60px;
     height: 60px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
     margin-top: 15px;
  
 }
 
 
 div.radio.style-aida-box > input:checked + label[for=dolyame] > span.payment-block-style:before {
     content: '';
     background: url(../image/payment-method/pay-d-white.png);
     width: 60px;
     height: 60px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
     margin-top: 15px;
  
 }
 

 div.radio.style-aida-box > input:checked + label[for=dolyame] > span.payment-block-style {

    font-size: 22px ;
    color: #fff;
    line-height: 120%;
 }

 div.radio.style-aida-box > input + label[for=dolyame] > span.payment-block-style {

    font-size: 22px;
    color: #000;
    line-height: 120%;

 }
 
  /* dolyame */
 
 
 div.radio.style-aida-box > input + label > span.payment-block-style > span.payment-method-tink:before {
     content: '';
     background: url(../image/payment-method/pay-t-color.png);
     width: 80px;
     height: 90px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
  
 }
 div.radio.style-aida-box > input:checked + label > span.payment-block-style > span.payment-method-tink:before {
     content: '';
     background: url(../image/payment-method/pay-t-white.png);
     width: 80px;
     height: 90px;
     display: block;
     float: left;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 20px;
 }
 
 
 
 
 span.payment-on-delivery span {
     display: block;
     font-size: 24px;
     color: #000;
     padding: 20px 0 5px 20px;
     }
 
 
 
     span.payment-on-dolya span {
         display: block;
         font-size: 24px;
         color: #000;
         padding: 20px 0 5px 20px;
         }
     
 
 
     span.payment-method-tink span {
         display: block;
         font-size: 24px;
         color: #000;
         padding: 20px 0 5px 20px;
         }

 
 div.radio.style-aida-box > input:checked + label {
     border: 1px solid #c20e1a;
     background-color: #c20e1a;
     border-radius: 6px;
   }
 


   div.radio.style-aida-box > input:checked + label span {
    color: #FFF !important;
   }
 

 

 div.radio.style-aida-box > label.custom-radio[for="tinkoff"] {
 display: block;
 background-size: contain;
 
 
 }
 
 
 div.pay-img {
 margin-top: 20px;
     width: 60%;
 }
 
 
 
 
 .checkout-heading.simple-step-vertical.simple-step-vertical-completed h4 {
  padding-left: 20px;
  color: #666666 !important;
 }
 





 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(2) > ul > li:nth-child(1) > a {
    background: url('../image/pepper.png') 90% center no-repeat;
    font-weight: 600 !important;
}


.catalog-drop-menu__item.barashkov.active > div > div:nth-child(23) > ul > li:nth-child(1) > a:hover {
    background: #fff url('../image/pepper.png') 90% center no-repeat;
    font-weight: 600 !important;
}





 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(3) > ul > li:nth-child(1) > a {
     background: url('../image/pepper.png') 90% center no-repeat;
     font-weight: 600 !important;
 }
 
 
 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(3) > ul > li:nth-child(1) > a:hover {
     background: #fff url('../image/pepper.png') 90% center no-repeat;
     font-weight: 600 !important;
 }



 
 
 
 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(1) > ul > li:nth-child(1) a {
     background: url('../image/pepper.png') 80% center no-repeat;
     font-weight: 600 !important;
 }
 
 
 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(1) > ul > li:nth-child(1) a:hover {
     background: #fff url('../image/pepper.png') 80% center no-repeat;
     font-weight: 600 !important;
 }
 
 
 
 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(1) > ul > li:nth-child(4) a {
     background: url('../image/pepper.png') 80% center no-repeat;
     font-weight: 600 !important;
 }
 
 
 .catalog-drop-menu__item.barashkov.active > div > div:nth-child(1) > ul > li:nth-child(4) a:hover {
     background: #fff url('../image/pepper.png') 80% center no-repeat;
     font-weight: 600 !important;
 }
 
 
 .mobile-menu.js-mobile-menu.active > div > ul > li:nth-child(1) > ul > li.podcategory-toggler-item.mobile-menu__drop-item.dropdown.togg-rotate-2 > ul > li:nth-child(1) > a {
 
 
     background: url('../image/pepper.png') 70% center no-repeat;
     font-weight: 600 !important;
 
 }
 
 
 .mobile-menu.js-mobile-menu.active > div > ul > li:nth-child(1) > ul > li.podcategory-toggler-item.mobile-menu__drop-item.dropdown.togg-rotate-2 > ul > li:nth-child(2) > a {
 
 
     background: url('../image/pepper.png') 70% center no-repeat;
     font-weight: 600 !important;
 
 }
 
 
  .digi-dolyame-button.digi-dolyame-button-2428 {
    width: 48.5% !important;
    background-color: #666;
     }




 #product-product.container-fluid {
     background: #E9EAEC;
 }
 
 #art_block_minus {
 position: relative;
 z-index: 11;
     margin-top: -40px;
     background: #fff;
 } 
 
 
 /* tooltip */
 
 #tooltip{
     background:#000;
     color:#f3f3f3;
     text-align:center;
     padding:6px 0;
     position:absolute;
     max-width:250px;
     z-index:9999;
     display:none;
     border-radius:3px;
     box-shadow:4px 4px 8px #000;
     padding:5px 8px;
     font-size:12px;
     text-shadow:none;
 }
 #tooltip:before{
     position: absolute;
     width: 0;
     height: 0;
     line-height: 0;
     border: 6px solid #000;
     top: -6px;
     left:15px;
     border-bottom-style: solid;
     border-top: none;
     border-left-color: transparent;
     border-right-color: transparent;
     content:'';
 }
 
 
 
 
 #tooltipp{
     background:#000;
     color:#fff;
     text-align:center;
     font-size: 14px;
     padding:6px 0;
     position:absolute;
     max-width:250px;
     z-index:9999;
     display:none;
     border-radius:3px;
     box-shadow:4px 4px 8px #000;
     padding:5px 8px;
     
     text-shadow:none;
 }
 #tooltipp:before{
     position: absolute;
     width: 0;
     height: 0;
     line-height: 0;
     border: 6px solid #000;
     top: -6px;
     left:15px;
     border-bottom-style: solid;
     border-top: none;
     border-left-color: transparent;
     border-right-color: transparent;
     content:'';
 }
 
 
 
 
 /* end tooltip */
 
 
 
 
 button.my-button-cart-top {
     position: relative;
     padding: 0 !important;
     width: 100%;
     border: none;
     background-color: #fff;
 }
 
 
 button.my-button-cart-top img.desktop-view 
 {
    margin-left: 40%;
 position: relative;
 right: 0;
 }
 
 
 
 #modal-sms2 > .modal-dialog > .modal-body {
 
     background: #fff;
 }
 
 .login-too-bar > .not-logged {
     
     display: none;
 
 }
 
 
 .modal-body {
 
     background: #fff;  
 }
 
 
 .login-too-bar > .not-logged > .log-or-register > a  {
 color: #c20e1a;
 font-weight: 500;
 display: block;
 
 }
 
 
 .login-too-bar > .not-logged > .log-or-register > a:hover {
 text-decoration: underline;
 
 }
 
 .login-too-bar.active > .not-logged {display: none;}
 
 
 .login-too-bar.active {
 position: fixed;
 top: 110px;
 z-index: 750589;
 padding: 10px;
 background-color: #fff;
 color: #c20e1a;
 left: 66%;
 width: 200px;
 border-radius: 6px;
 height: auto;
 border: 1px solid rgb(209, 208, 208);
 display: none;
 }
 
 
 
 
 .login-too-bar > .to-logged {
     
     display: none;
 
 }
 
 
 .login-too-bar > .to-logged > .list-group-to-logged > a  {
 color: #c20e1a;
 font-weight: 500;
 display: block;
 }
 
 
 .login-too-bar > .to-logged > .list-group-to-logged > .top-reward {
 padding: 0;
     
 }
 
 .login-too-bar > .to-logged > .list-group-to-logged > .top-reward span {
     color: #444;
     font-weight: 500;
     display: inline-block;
     font-size: 18px;
 
     }
 
 
 .login-too-bar > .to-logged > .list-group-to-logged > a:hover {
 text-decoration: underline;
 
 }
 
 .login-too-bar.active > .to-logged {display: block;}
 
 
 
 
 div.video-campion {
     position: relative;
     padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
     height: 0;
     overflow: hidden;
 }
 
 
 
 
 div.video-campion  iframe {
 
     position: absolute;
     top: 10%;
     left: 10%;
     width: 80%;
     height: 80%;
     border-width: 0;
     outline-width: 0;
 }
 
 
 
 
 div.video-campion-vid {
     margin-bottom: 20px;
     position: relative;
     padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
     height: 0;
     overflow: hidden;
 }
 
 
 div#common-home div.video-campion-vid  iframe {
        border-radius: 6px;
    overflow: hidden;
 }


 
 div.video-campion-vid  iframe {
 
    display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     border-width: 0;
     outline-width: 0;
 }
 



 
 a.edit-button {
 
     display: block;
 }
 
 
 
 span.categry_model {
 
     display: block;
 }
 
 
 div.account_socnetauth2_lline_links table tbody tr {
 
     background: none !important;
 
     
 }
 
 
 
 
 
 div.block-color-new {
 
     
 }
 
 div.container.for-home-video a.categories-section__inner  {
 
 
     height: 100%;
     
     display: block;
     margin: 0 auto;
     padding: 0 !important;
     background-color: #fff;
 }
 
 
 
 div.container.for-home-video a.categories-section__inner div.categories-section__image-new  div {
 
   
 }
 
 
 
 div.container.for-home-video a.categories-section__inner div.categories-section__image-new  {
 
     display: block;
     position: relative ;
 }
 

 
 
 
 
 
 
 
 
 button.card__cart  > .fa.fa-heart {
 font-size: 20px;
 
 }
 
 
 button.tap-finger-svg {
 
 background: url(../image/tap-finger.svg) no-repeat center center;
     width: 41px;
     height: 41px;
     background-size: 20px 40px;
     
 }
 
 
 
 button.tap-finger-button:hover  {
 
 background: url(../image/tap-finger-white.svg) no-repeat center center;
 width: 41px;
 height: 41px;
 background-size: 20px 40px;
 }
 
 
 button.tap-finger-svg:hover {
 
     fill: #fff;
     background-color: #444;
 }
 
 
 
 #tab-specification  div table thead {
 
     display: none;
 }
 
 span.arrow_back i {
 
     color: #fafafa;
 }
 
 span.arrow_back {
 top: 2px;
     width: 20px;
     height: 20px;
     padding: 4px 7px;
     background-color: #c20e1a;
     border-radius: 50%;
     display: block;
     position: relative;
 }
 
 span.arrow_back i::before {
 
     position: absolute;
     top: 3px;
     left: 3px;
 }
 
 
 .show-hide-password i.fa {
 font-size: 1.3em;
 
 }
 
 /* .show-hide-password {
 
     position: absolute;
     top: 0;
     right: 0;
 } */
 
 div.content-category > .slider-wrapper > .slider-two.slick-initialized.slick-slider
  {margin-bottom: 0!important; }
 
 
  div.content-category > .pagination {
 
     margin-top: 0;
  }
 
  
  div.content-category > .slider-wrapper {
 
     margin-bottom: -4px;;
  }
 
 
 
 
 div.simplecheckout-block-content p {
 
     text-align: left;
     font-size: 20px;
 
 
 }
 
 span.sometime {
 
     text-decoration: line-through;
 }
 
 

 
 
 a.prmn-cmngr__city {
 
     color: #4C4C4C;
 }
 
 
 a.prmn-cmngr__city:hover {
 
     color: #c20e1a;
 }
 
 
 .simplecheckout-warning-text.txt-shipping-1 {
 
     padding: 6px;
     background: #c20e1a;
     color: #fff;
     font-weight: 400;
 }
 
 
 .login-block h2 {
     text-align: center;
 }
 
 
 img.prod-list-img {
 
     width: 100px;
     height: auto;
 }
 
 
 
 .tabs__container {
  
     margin-top: 4px;
     
 }
 
 
 
 .categories-section {
     margin-bottom: 5px!important;
 }
 
 /*
 .mod-tabs-height {
 
     height: 100px;
     overflow: hidden;
     display: block;
 }
 */
 
 
 #ozon-hide-pvz-simple {
     background-color: #c20e1a;
     margin: 0;
     padding: 6px;
     border-radius: 4px;
 
 }
 
 
 #ozon-hide-pvz-simple a {
     transition: none;
     color: #fff;
     text-align: center;
     font-weight: 500;
     font-size: 16px;
     display: block;
 }
 
 
 
 
 #photo-prd-big {
 
     overflow: hidden;
 }
 
 img.morezoom-me {
 
     overflow: hidden;
 }
 
 img.morezoom-me {
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -ms-transition: all .2s ease-in-out;
 }
 
 .transition {
     -webkit-transform: scale(1.9); 
     -moz-transform: scale(1.9);
     -o-transform: scale(1.9);
     transform: scale(1.9);
 }
 
 
 ul.thumbnails {
 
     overflow-x: hidden;
 }
 
 
 span.fa.fa-stack {
 
     color: #c20e1a;
 }
 
 
 
 
 #carousel-MY {
     width: 100%;
         height: 586px;
          overflow-y: auto;
     }
     
 
 
     .product-info__tabs-top.tabs__container {
 
         overflow: hidden;
     }
 
     #carousel-MY li.image-additional {
 
         margin-left: 5px;
     }
 
     .flipped {
     
         direction: rtl;
     }
     
        /* Designing for scroll-bar */



        #carousel-MY::-webkit-scrollbar {
            width: 1px;
            
        }

             ::-webkit-scrollbar {
                 width: 10px;
                 padding-right: 4px;
                 margin-right: 0px;
             }
           
             /* Track */
             ::-webkit-scrollbar-track {
                 
                 border-radius: 0px;
                 
             }
           
             /* Handle */
             ::-webkit-scrollbar-thumb {
                 background: #c20e1a;
                 border-radius: 4px;
             }
           
             /* Handle on hover */
             ::-webkit-scrollbar-thumb:hover {
                 background: #c20e1a;
             }
     
     
     
 
             div.product-info__tabs-top.tabs__container::-webkit-scrollbar {
 
 
 height: 2px;
 
 
             }
     
     #carousel-product-images .swiper-wrapper div {
     
          width: 569px; 
     }
     
 
     
     
     ul.thumbnails {
         overflow-x: hidden;
         margin-right: 20px;
     }
     
     .thumbnails, .article_dop_images {
         overflow: auto;
         clear: both;
         list-style: none;
         padding: 0;
         margin: 0;
         display: flex;
         justify-content: flex-start;
         align-items: flex-start;
         flex-wrap: wrap;
     }
 
    
 
 /* MY style END */
 
 
 
 
 
 
 
 .catalog-drop-menu .container::before,
 .catalog-drop-menu .container::after {
     display: none;
 }
 
 .catalog-drop-menu__inner {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 400px;
     border: 1px solid #e5e5e5;
     -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
     box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
 }
 
 .catalog-drop-menu__list {
     width: 276px;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .catalog-drop-menu__list li span {
 
     padding-left: 20px;
 }
 
 .catalog-drop-menu__right {
     width: calc(100% - 276px);
     border-left: 1px solid #e5e5e5;
 }
 
 .catalog-drop-menu__item {
     width: 100%;
 }
 
 .catalog-drop-menu__item > ul {
     margin: 0;
     padding: 0;
     list-style: none;
    border: none;
 }
 
 .catalog-drop-menu__item > ul > li > a {
     width: 276px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 2;
     font-weight: 350;
     color: #4c4c4c;
     text-decoration: none;
 }
 
 .catalog-drop-menu__item > ul > li > a:hover, .catalog-drop-menu__item > ul > li > a:focus {
     text-decoration: none;
     font-weight: 500;
     color: #787878;
 }
 
 .catalog-drop-menu__item > ul > li:hover > .submenu {
     display: block;
 }
 
 
 
 .catalog-drop-menu__title:hover > ul.js-drop-item li div.submenu {
     display: block;
 }
 
 
 
 .catalog-drop-menu__item > ul > li.active > a {
     font-weight: 500;
     color: #787878;
     text-decoration: none;
 }
 
 .catalog-drop-menu__item > .catalog-drop-menu__title {
     position: relative;
     width: 100%;
     padding: 15px 50px 25px 20px;
     padding-right: calc(100% - 250px);
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 2;
     font-weight: 500;
     color: #4c4c4c;
     border-bottom: 1px solid #e5e5e5;
     display: block;
     cursor: pointer;
 }
 
 
 .catalog-drop-menu__item.active > .catalog-drop-menu__title {
     position: relative;
     width: 100%;
     padding: 15px 50px 25px 20px;
     padding-right: calc(100% - 250px);
     font-family: 'Montserrat';
     font-size: 18px;
     line-height: 2;
     font-weight: 500;
     color: #fff;
     border-bottom: 1px solid #e5e5e5;
     display: block;
     cursor: pointer;
 }
 
 
 
 .catalog-drop-menu__item .catalog-drop-menu__title:after {
     border-bottom: 1px solid #c20e1a;
     border-right: 1px solid #c20e1a;
     content: '';
     display: block;
     height: 8px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     left: 240px;
     top: calc(50% - 5px);
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 8px;
 }
 
 
 .catalog-drop-menu__item.active .catalog-drop-menu__title:after {
     border-bottom: 1px solid #FFF;
     border-right: 1px solid #fff;
     content: '';
     display: block;
     height: 8px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     left: 240px;
     top: calc(50% - 5px);
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 8px;
 }
 
 
 .catalog-drop-menu__item.active .catalog-drop-menu__title::after {
     -webkit-transform: rotate(315deg);
     transform: rotate(315deg);
 }
 
 
 .catalog-drop-menu__right.submenu.active {
     display: block;
     z-index: 7500;
     overflow: visible;
 }
 
 ul.js-drop-item {
 
     height: 0!important;
 }
 
 .catalog-drop-menu__item {
 
     background-color: #fff;
 }
 
 .catalog-drop-menu__item.active {
 
     background-color: #c20e1a;
 }
 
 
 .submenu {
     position: absolute;
     z-index: 1000;
     top: 0;
     
     width: 100%;
     background-color: #fff;
     bordert: 1px solid #e5e5e5;
     height: calc(100% - 1px);
     overflow: visible;
     display: none;
 }
 
 span.simplelogin-button {
 position: relative;
     top: -3px;
     background-color: #fff;
     border: 2px solid #cb11ab;
     padding: 2px 6px;
     color: #cb11ab;
     padding: 3px 16px;
     border-radius: 24px;
     font-weight: 500;
 }
 
 
 table.simplecheckout-cart.edit-wowez tbody tr td.image a img {
 
     width: 150px;
     max-width: 500%;
 }
 
 
 table.simplecheckout-cart.edit-wowez tbody tr td.image a {
 
     width: 150px;
 }
 
 
 
 table.simplecheckout-cart.edit-wowez tbody tr td.image {
 
     margin-right: 0px;
     display: block;
     float: left;
     width: 150px;
 }
 
 table.simplecheckout-cart.edit-wowez tbody tr  {
 
     border-bottom: 1px solid #c20e1a;
 }
 
 
 
 table.simplecheckout-cart.edit-wowez tbody tr:last-child  {
 
     border-bottom: none;
 }
 
 last-child
 
 
 .simplecheckout-error-text {
 
     position: absolute;
     top: 20px;
     left: 0;
 }
 
 span.simplelogin-button:hover {
 
     background-color: #cb11ab;
     color: #fff;
 }
 
 .submenu--defaut {
     position: static;
     display: block;
     width: 100%;
 }
 
 .submenu__inner {
     background-color: #fff;
     padding: 0;
       width: calc(100% / 4); 
       float: left;
       height: 398px;
 }
 
 
.catalog-drop-menu__item.carcape  .submenu__inner  {
    width: calc(100% / 5) !important; 
}




 .submenu__inner:nth-of-type(1) {
     
     padding-left: 20px;
     
 }
 
 
 .submenu__inner {
     
     padding-right: 20px;
     
 }
 
 
 .submenu__inner_g {
 
     background-color: #fff;
     padding: 0 20px;
       width: 100%; 
       float: left;
     
 }
 
 
 .submenu__top {
     line-height: 1;
     padding: 5px 0 5px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     border-bottom: 4px solid rgb(167, 167, 167);
     margin-bottom: 10px;
 }
 
 
 .submenu__inner:hover .submenu__top {
      border-bottom: 4px solid #c20e1a;
 }
 
 .submenu__title {
     
     margin: 0;
     padding: 10px 0 5px 25px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     color: #4c4c4c;
     }
 
 .submenu__catalog {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 36px;
     font-weight: 500;
     color: #787878;
 }
 
 .submenu__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -5px;
     padding: 0;
     list-style: none;
 }
 
 .submenu__item {
     /* width: calc(100% / 3); */
     width: 100%;
     padding: 2px 5px 8px 5px;
 }
 
 .submenu__link {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: left;
     -webkit-box-align: left;
     -ms-flex-align: left;
     align-items: center;
     text-align: left;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 18px;
     font-weight: 400;
     color: #000;
     width: 100%;
     padding: 10px 25px;
     min-height: 45px;
     text-decoration: none;
     background: none transparent;
 }
 
 .submenu__link:hover, .submenu__link:focus {
     
     border-radius: 0;
     border-bottom: 2px inset #000;
     text-decoration: none;
     color: #313131;
     outline: 4px;
 }
 
 .mobile-menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     background: transparent;
     position: fixed;
     z-index: 99999;
     top: -100%;
     left: 0;
     width: 100vw;
     height: 100vh;
     z-index: -1;
     -webkit-transition: background 0.2s, z-index 0s 0.2s, top 0s 0.2s;
     transition: background 0.2s, z-index 0s 0.2s, top 0s 0.2s;
 }
 
 .mobile-menu.active {
     top: 0;
     z-index: 9999;
     background: rgba(0, 0, 0, 0.6);
     -webkit-transition: background 0.2s ease, z-index 0s, top 0s;
     transition: background 0.2s ease, z-index 0s, top 0s;
     display: block;
 }
 
 .mobile-menu__close {
     margin: 0 0 25px;
     padding: 0;
     border: 0;
     background: transparent;
     font-size: 16px;
     color: #c20e1a;
     border-bottom: 1px dashed #c20e1a;
 }
 
 .mobile-menu__container {
     position: relative;
     z-index: 99999;
     max-width: 320px;
     padding: 20px;
     width: 100%;
     height: 100vh;
     background: #fff;
     overflow-y: auto;
     -webkit-transform: translateX(-100%);
     transform: translateX(-100%);
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
 }
 
 .mobile-menu.active .mobile-menu__container {
     -webkit-transform: translateX(0);
     transform: translateX(0);
 }
 
 .mobile-menu__search {
     width: 100%;
     margin-bottom: 30px;
 }
 
 .mobile-menu__nav {
     margin: 0 0 30px;
     padding: 0;
     list-style: none;
 }
 
 .mobile-menu__nav-item.dropdown {
     position: relative;
 }
 
 .mobile-menu__nav-item.dropdown:after {
     border-bottom: 2px solid #787878;
     border-right: 2px solid #787878;
     content: '';
     display: block;
     height: 10px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     z-index: 2;
     right: 0;
     top: 15px;
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 10px;
 }
 
 .mobile-menu__nav-link {
     display: inline-block;
     vertical-align: baseline;
     font-size: 20px;
     line-height: 1.2;
     padding: 7px 0;
     color: #4c4c4c;
 }
 
 .mobile-menu__nav-item.dropdown .mobile-menu__nav-link {
     width: calc(100% - 30px);
 }
 
 .mobile-menu__drop {
     margin: 0;
     padding: 20px 0;
     border-top: 1px solid #E5E5E5;
     border-bottom: 1px solid #E5E5E5;
     list-style: none;
 }
 
 .mobile-menu__drop-item.dropdown {
     position: relative;
 }
 
 .mobile-menu__drop-item.dropdown:after {
     border-bottom: 2px solid #787878;
     border-right: 2px solid #787878;
     content: '';
     display: block;
     height: 8px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     z-index: 2;
     right: 0;
     top: 15px;
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 8px;
 }
 
 .mobile-menu__drop-item > span {
     display: inline-block;
     vertical-align: baseline;
     padding: 5px 0;
     font-weight: 500;
     color: #4c4c4c;
     font-size: 18px;
 }
 
 .mobile-menu__drop-item.dropdown > span {
     width: calc(100% - 30px);
 }
 
 .mobile-menu__drop-item > ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .mobile-menu__drop-item > ul > li > a {
     width: 100%;
     color: #4c4c4c;
     font-size: 16px;
     padding-top: 10px;
     padding-bottom: 5px;
 }
 
 .mobile-menu__drop-item > ul > li.dropdown {
     position: relative;
 }
 
 .mobile-menu__drop-item > ul > li.dropdown:after {
     border-bottom: 1px solid #787878;
     border-right: 1px solid #787878;
     content: '';
     display: block;
     height: 8px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     z-index: 2;
     right: 0;
     top: 15px;
     -webkit-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 8px;
 }
 
 .mobile-menu__drop-item > ul > li.dropdown.dropdown > a {
     width: calc(100% - 30px);
 }
 
 .mobile-menu__submenu {
     margin-bottom: 0;
     padding: 10px 0 10px 20px;
     list-style: none;
 }
 
 .mobile-menu__submenu li > a {
     display: inline-block;
     vertical-align: baseline;
     color: #4c4c4c;
     font-size: 16px;
     padding: 5px 0;
 }
 
 .mobile-menu__title {
     margin: 0 0 30px;
     font-weight: 500;
     color: #4c4c4c;
     font-size: 20px;
 }
 
 .mobile-menu__btn {
     width: 100%;
     max-width: 100%;
     margin-bottom: 15px;
 }
 
 .mobile-menu .dropdown > button {
     position: absolute;
     z-index: 2;
     right: 0;
     top: 0;
     bottom: 0;
     width: 30px;
     height: 100%;
     margin: 0;
     padding: 0;
     border: none;
     background: transparent;
 }
 
 .js-mobile-drop {
     display: none;
 }
 
 .footer {
     background: #000;
     font-family: 'Montserrat';
     font-size: 12px;
     line-height: 21px;
     font-weight: 400;
     color: #e5e5e5;
 }
 
 @media (max-width: 576px) {
     .footer {
         padding: 20px 0 0;
     }
 }
 
 .footer::before {
     display: none;
 }
 
 .footer__logo {
     width: 192px;
     height: 47px;
 }
 
 .footer__text {
     display: inline-block;
     vertical-align: baseline;
     margin: 0;
     color: #e5e5e5;
 }
 
 .footer__text--center {
     max-width: 493px;
     text-align: right;
 }
 
 .footer__text a {
     color: #e5e5e5;
 }
 
 .footer__middle {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 44px 0 41px;
     padding-left: 61px;
 }
 
 @media (max-width: 991px) {
     .footer__middle {
         padding-left: 0;
     }
 }
 
 @media (max-width: 576px) {
     .footer__middle {
         padding: 15px 0 15px 20px;
     }
 }
 
 .footer__item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 25%;
     max-width: 246px;
     padding-right: 25px;
 }
 
 @media (max-width: 767px) {
     .footer__item {
         width: 50%;
     }
 .footer__logo {
 display: block;
 width: 60%;
 margin: 10px  0 10px 20px !important;
 margin-left: 20px;
 
 
 }
 
 }
 
 @media (max-width: 576px) {
 .footer__item {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
             -ms-flex-direction: row;
                 flex-direction: row;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
         width: 48%;
         min-width: 48%;
         margin-right: 0;
     }
 
 
    
 }
 
 
 
 .footer__item:last-child {
     padding-right: 0;
 }
 
 .footer__item .footer__text {
     max-width: 164px;
     margin-bottom: 4px;
     text-decoration: none;
 }
 
 .footer__item .footer__text:hover, .footer__item .footer__text:focus {
     font-weight: 500;
     color: #f9f9f9;
 }
 
 .footer__title {
     margin: 0 0 14px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     color: #e5e5e5;
     text-decoration: none;
 }
 
 @media (max-width: 575px) {
     .footer__title {
         width: 100%;
     }
 }
 
 .footer__title:hover, .footer__title:focus {
     color: #f9f9f9;
 }
 
 .footer__menu {
     margin: 0 0 25px;
     padding: 0;
     list-style: none;
 }
 
 @media (max-width: 576px) {
     .footer__menu {
         width: 100%;
     }
 
     .footer__menu:nth-child(even) {
         padding-left: 0px;
     }
 }
 
 .footer__phone {
     margin-bottom: 4px;
 }
 
 .footer__btn {
     margin-top: 10px;
     margin-bottom: 25px;
     width: 100%;
     max-width: 246px;
 }
 
 @media (max-width: 575px) {
     .footer__social {
         width: 100%;
     }
 }
 
 .footer__social-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     margin: 0 -7.5px;
     padding: 0;
     list-style: none;
 }
 
 .footer__social-title {
     margin-bottom: 4px;
 }
 
 .footer__social-link {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 7.5px;
 }
 
 .footer__social-link:hover svg, .footer__social-link:focus svg {
     fill: #f9f9f9;
 }
 
 .footer__social-link svg {
     fill: #A6A6A6;
 }
 
 .footer__bottom {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 12px 0 15px;
     border-top: 1px solid #8A8A8A;
 }
 
 @media (max-width: 991px) {
     .footer__bottom {
         padding-top: 30px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 }
 
 @media (max-width: 991px) {
     .footer__bottom {
         padding-top: 15px;
     }
 }
 
 .footer__copyright {
     margin-right: 20px;
 }
 
 @media (max-width: 991px) {
     .footer__copyright {
         text-align: center;
         margin-right: 0;
         margin-bottom: 20px;
     }
 }
 
 .footer__dev {
     margin-left: 20px;
     text-align: right;
 }
 
 @media (max-width: 991px) {
     .footer__dev {
         text-align: center;
         margin-left: 0;
         margin-top: 20px;
     }
 }
 
 .footer__dev a {
     -webkit-text-decoration: underline solid transparent;
     text-decoration: underline solid transparent;
 }
 
 .footer__dev a:hover, .footer__dev a:focus {
     text-decoration: underline;
 }
 
 .promo-slider {
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
 }
 
 .promo-slider__pagination {
     position: absolute;
     bottom: 10px;
     left: 0;
 }
 
 .promo-slider__pagination .container {
     padding-left: 40px;
 }
 
 @media (max-width: 991px) {
     .promo-slider__pagination {
         bottom: 10px;
         padding-bottom: 5px !important;
     }
 }
 
 @media (max-width: 768px) {
     .promo-slider__pagination {
         bottom: 10px;
         padding-bottom: 0px !important;
     }
 }
 
 .promo-slider__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .promo-slider__item {
     position: relative;
     overflow: hidden;
     width: 100%;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .main-banner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     min-height: 525px;
     height: 525px;
     /*&__media {
         position: relative;
         width: 50%;
         padding: 50px 0 50px 100px;
 
         @media (max-width: 767px) {
             padding-left: 10px;
             padding: 20px;
         }
 
         @media (max-width: 575px) {
             position: absolute;
             z-index: -1;
             opacity: 0.6;
             top: 0;
             left: 0;
             width: 100%;
         }
     }*/
     /*&__image {
         position: relative;
         display: block;
         max-width: 398px;
         width: 100%;
         object-fit: contain;
 
         background: url('../image/main-banner-image-bg.png') center / contain no-repeat transparent;
 
         &::before {
             position: absolute;
             bottom: 0;
             z-index: -1;
             right: -75px;
             width: 106%;
             height: 81%;
             border-radius: 50%;
             background: #fff;
             content: "";
         }
     }*/
 }
 
 @media (max-width: 768px) {
     .main-banner {
         min-height: 525px;
         height: 525px;
     }
 }
 
 @media (max-width: 500px) {
     .main-banner {
         min-height: 300px;
         height: 300px;
     }
 }
 
 .main-banner__container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     position: relative;
     /* padding: 70px 20px 70px; */
     width: 100%;
 
 }
 
 .main-banner__info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     width: 50%;
     padding: 40px 20px 70px;
     /* padding: 20px 0 70px;*/
     /* min-height: 100%;*/
     background: rgba(255, 255, 255, 0.5);
     border-radius: 10px;
 }
 
 @media (max-width: 767px) {
     .main-banner__info {
         padding-bottom: 40px;
     }
 }
 
 @media (max-width: 575px) {
     .main-banner__info {
         width: 100%;
     }
 }
 .container-abs {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translate(0%, -50%);
 }
 .main-banner__container picture {
     position: relative;
     top: 50%;
     left: 50%;
     display: flex;
     width: 100%;
     transform: translate(-50%, -50%);
 }
 
 
 .main-banner__container {
     
     /*background: #727272;*/
     background-color: #fff;
 }
 
 img.main-banner__bg {
     position: relative;
     width: 100%;
     min-width: 100%;
     height: auto;
     z-index: -1;
     border-radius: 6px;
     overflow: hidden;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: bottom;
     object-position: bottom;
 
     left: 0;
     top: 0;
     /*@media (max-width: 767px) {
             max-width: 50%;
             height: 100%;
             object-fit: contain;
         }*/
     /*@media (max-width: 575px) {
             max-width: 100%;
             left: 0;
             opacity: 1;
             object-fit: contain;
         }*/
 }
 
 .main-banner__bg-sale {
     position: absolute;
     top: 0;
     left: 0;
 }
 
 .main-banner__title {
     width: 100%;
     margin: 0 0 23px;
     font-family: 'Montserrat';
     font-size: 40px;
     line-height: 50px;
     font-weight: 800;
     color: #4C4C4C;
     /* @media (max-width: 575px) {
             background: rgba(255, 255, 255, 0.3);
             border-radius: 50em;
          }*/
 }
 
 @media (max-width: 767px) {
     .main-banner__title {
         font-size: 28px;
         line-height: 36px;
     }
 }
 
 .main-banner__title strong {
     color: #c20e1a;
     font-weight: inherit;
 }
 
 .main-banner__text {
     margin: 0 0 15px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 2;
     font-weight: 400;
     color: #313131;
     /*@media (max-width: 575px) {
             background: rgba(255, 255, 255, 0.3);
             border-radius: 50em;
          }*/
 }
 
 .main-banner__btn {
     margin-bottom: 17px;
 }
 
 .advantages-section {
     margin-bottom: 10px;
 }
 
 
 .mgt-20 {
 margin-top: 20px;
 
 }
 .advantages-section__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -25px;
     padding: 0;
     list-style: none;
 }
 
 @media (max-width: 767px) {
     .advantages-section__list {
         margin: 0 -15px;
     }
 }
 
 .advantages-section__item {
     width: 25%;
     padding: 0 25px;
 }
 
 
 
 
 
 
 
 @media (max-width: 991px) {
     .advantages-section__item {
         width: 50%;
     }
 }
 
 @media (max-width: 767px) {
     .advantages-section__item {
         padding: 0 15px;
     }
 }
 
 @media (max-width: 575px) {
     .advantages-section__item {
         width: 100%;
         padding: 0 15px;
     }
 }
 
 .advantages-section__top {
     min-height: 47px;
     max-width: 250px;
     margin-bottom: 25px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 @media (max-width: 575px) {
     .advantages-section__top {
         width: 100%;
         max-width: 100%;
     }
 }
 
 .advantages-section__icon {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 47px;
     padding-top: 14px;
     height: 53px;
     margin-right: 20px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
     background-size: 44px;
 }
 
 .advantages-section__icon svg {
     max-width: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 .advantages-section__title {
     margin: 0 0 20px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 22px;
     font-weight: 500;
     color: #4c4c4c;
 }
 
 .advantages-section__item .advantages-section__title {
     margin: 0;
 }
 
 .advantages-section__text {
     margin: 0 0 10px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 22px;
     font-weight: 400;
     color: #787878;
 }
 
 .advantages-section__item .advantages-section__text {
     max-width: 250px;
 }
 
 @media (max-width: 575px) {
     .advantages-section__item .advantages-section__text {
         width: 100%;
         max-width: 100%;
     }
 }
 
 .advantages-section__inner {
     margin-top: -20px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .advantages-section__left {
     width: calc(100% - 373px);
     padding-top: 30px;
     border-top: 1px solid #E5E5E5;
     border-bottom: 1px solid #E5E5E5;
 }
 
 @media (max-width: 575px) {
     .advantages-section__left {
         width: 100%;
     }
 }
 
 .advantages-section__right {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 373px;
     min-height: 326px;
     background: url("../image/main-banner-bg.png") no-repeat center/contain transparent;
 }
 
 @media (max-width: 575px) {
     .advantages-section__right {
         width: 100%;
         height: auto;
         margin: 0 auto;
     }
 }
 
 .advantages-section__right .advantages-section__item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 20px;
     width: 275px;
     min-height: 245px;
     border: 1px solid #c20e1a;
     border-radius: 3px;
     background: #fff;
 }
 
 .advantages-section__right .advantages-section__top {
     margin-bottom: 20px;
 }
 
 .advantages-section__right .advantages-section__icon {
     width: 78px;
     height: 67px;
     margin-left: 28px;
 }
 
 .advantages-section__right .advantages-section__text {
     margin-top: 10px;
     margin-bottom: 0;
     text-align: center;
 }
 
 .categories-section {
     margin-bottom: 55px;
 }
 
 .categories-section__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -10px;
     padding: 0;
     list-style: none;
 }
 
 /*
 .categories-section__item_tree {
     width: 33.33333333333333%;
     padding: 0 10px 20px;
 }
 
 */
 
 
 
 ul.categories-section__list > li.categories-section__item  a div picture img
 {
 
     -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;
 }
 
 ul.categories-section__list > li.categories-section__item:hover a div picture img
 {
 
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -o-transform: scale(1.2);
 }
 
 
 
 
 li.subcategory__item  a img {
 
     -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;
 }
 
 
 
 
 li.subcategory__item:hover  a img {
 
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -o-transform: scale(1.2);
 }
 
 
 
 
 li div.categories-section__item {
 
 width: 100%;
 background-color: #fff;
 overflow: visible;
 
 }
 
 
 
 li div.categories-section__item a.categories-section__inner {
 display: block;
   width: 100%;
   height: auto;
   background-color: #fff;
   padding: 0;
     
     }
 
 
     li div.categories-section__item a.categories-section__inner div.categories-section__image-new {
 
         display: block;
         position: relative;
     }
 
 li.subcategory__item {
 display: block;
     overflow: hidden;
 }
 
 #five-blocks .categories-section__list li.container-fluid.full-width-block {
 
     width: 100%;
     padding: 0;
 }
 
 
 
 .categories-section__list li.container-fluid.full-width-block div.categories-section__item.categories-section__item--full {
 
     padding: 0;
 }
 
 #five-blocks .categories-section__list li {
 
     width: 20%;
     height: 100%;
 }
 
 li.subcategory__item a {
     display: block;
         overflow: hidden;
     }
 
 .categories-section__item {
     overflow: hidden;
      width: 25%;
     padding: 0 10px 20px;
 }
 
 @media (max-width: 991px) {
     .categories-section__item {
         width: 50%;
     }
 }
 
 .categories-section__item--middle {
     width: 50%;
 }
 
 @media (max-width: 575px) {
     .categories-section__item--middle {
         width: 100%;
     }
 }
 
 @media (max-width: 575px) {
     .categories-section__item {
         width: 100%;
     }
 }
 
 .categories-section__inner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: #F9F9F9;
     padding: 25px;
     height: 100%;
     text-decoration: none;
 }
 
 .categories-section__item--middle .categories-section__inner {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     padding: 16px 55px;
 }
 
 @media (max-width: 991px) {
     .categories-section__item--middle .categories-section__inner {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         padding: 25px;
     }
 }
 
 .categories-section__image {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     height: 125px;
     width: 100%;
     margin-bottom: 10px;
 }
 
 @media (max-width: 991px) {
     .categories-section__image {
         width: 162px;
         height: 140px;
         padding-left: 22px;
         margin-bottom: 0;
         margin-right: 35px;
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 
     .categories-section__image::before, .categories-section__image::after {
         left: 0;
     }
 }
 
 .categories-section__image::before, .categories-section__image::after {
     position: absolute;
     top: 11px;
     left: 41px;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     content: "";
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
 }
 
 .categories-section__image::before {
     background: linear-gradient(150.19deg, rgba(0, 204, 203, 0.31) 12.19%, rgba(0, 204, 203, 0.0403) 87.35%);
 }
 
 .categories-section__image::after {
     background: #fff;
 }
 
 .categories-section__image img {
     position: relative;
     z-index: 1;
     max-width: 100%;
     max-height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 .categories-section__item--middle .categories-section__image {
     width: 162px;
     height: 140px;
     padding-left: 22px;
     margin-bottom: 0;
     margin-right: 35px;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
 }
 
 .categories-section__item--middle .categories-section__image::before, .categories-section__item--middle .categories-section__image::after {
     left: 0;
 }
 
 .categories-section__inner:hover .categories-section__image::after,
 .categories-section__inner:focus .categories-section__image::after {
     opacity: 0;
 }
 
 .categories-section__title {
     margin: 0 0 10px;
     text-align: center;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 1.2;
     font-weight: 500;
     color: #4c4c4c;
 }
 
 .categories-section__item--middle .categories-section__title {
     text-align: left;
 }
 
 .categories-section__btn {
     margin: 0 auto;
 }
 
 .categories-section__btn::before {
     background: #fff;
 }
 
 .categories-section__inner:hover .categories-section__btn svg,
 .categories-section__inner:hover .categories-section__btn svg {
     fill: #c20e1a;
 }

 
 @media (min-width: 819px) {
 .start-page_has_bg.start-page_theme_expanded.start-page_position_right .start-page__content {
    border-left: none !important;
 }
}





 .about-section {
     position: relative;
     width: 100%;
     position: relative;
     padding-bottom: 20px;
     margin-bottom: 10px;
     overflow: hidden;
 }
 
 @media (max-width: 991px) {
     .about-section {
         padding-bottom: 40px;
     }
 }
 
 @media (max-width: 575px) {
     .about-section {
         padding-bottom: 0;
         margin-bottom: 0;
     }
 }
 
 .about-section__container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 
 .about-section__info {
     width: 50%;
 }
 
 @media (max-width: 991px) {
     .about-section__info {
         width: 60%;
     }
 }
 
 @media (max-width: 767px) {
     .about-section__info {
         position: relative;
         z-index: 10;
         width: 100%;
     }
 }
 
 .about-section__title {
     margin-bottom: 70px;
 }
 
 @media (max-width: 991px) {
     .about-section__title {
         margin-bottom: 30px;
     }
 }
 
 @media (max-width: 575px) {
     .about-section__title {
         background: rgba(255, 255, 255, 0.3);
         border-radius: 3px;
     }
 }
 
 .about-section__lead {
     margin: 0 0 18px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     color: #4c4c4c;
 }
 
 .about-section__text {
     margin: 0 0 65px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 @media (max-width: 991px) {
     .about-section__text {
         margin-bottom: 30px;
     }
 }
 
 @media (max-width: 767px) {
     .about-section__text {
         background: rgba(255, 255, 255, 0.3);
         border-radius: 3px;
     }
 }
 
 .about-section__btn {
     margin-bottom: 50px;
 }
 
 .about-section__bg {
     position: absolute;
     z-index: -1;
     left: 50%;
     top: 0;
     height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
     -o-object-position: left top;
     object-position: left top;
 }
 
 @media (max-width: 767px) {
     .about-section__bg {
         display: none;
     }
 }
 
 .about-section__image {
     position: relative;
     display: block;
     max-width: 398px;
     width: 100%;
     -o-object-fit: contain;
     object-fit: contain;
     background: url("../image/main-banner-image-bg.png") center/contain no-repeat transparent;
 }
 
 .about-section__image::before {
     position: absolute;
     bottom: 0;
     z-index: -1;
     right: -75px;
     width: 106%;
     height: 81%;
     border-radius: 50%;
     background: #fff;
     content: "";
 }
 



.feedback-section__info h2.section-title {
    text-align: left;
    color: #000;
    font-size: 26px;

}

 .feedback-section {
     position: relative;
     padding: 0 20px 40px 20px;
     background-repeat: no-repeat;
     background-position: left top;
     background-size: 104px;
     
 }
 
 @media (max-width: 575px) {
     .feedback-section {
         padding: 5px 5px 50px;
     }
 }
 
 .feedback-section__bg {
     position: absolute;
     right: 0;
     bottom: 0;
     -o-object-fit: contain;
     object-fit: contain;
     z-index: -1;
 }
 
 .feedback-section__inner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 30px 30px 10px 30px ;
     background: #fff;
     
     
     background-repeat: no-repeat;
     background-position: 38px 29px;
     background-size: 38px;
 }
 
 @media (max-width: 575px) {
     .feedback-section__inner {
         background: #fff;
         padding: 15px 15px 30px;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
     }
 }
 
 .feedback-section__info {
     max-width: 550px;
     padding-right: 25px;
 }
 
 @media (max-width: 575px) {
     .feedback-section__info {
         padding-right: 0;
     }
 }
 
 .feedback-section__links {
     padding-top: 15px;
     max-width: 207px;
 }
 
 .feedback-section__text {
     margin: 0 0 15px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 22px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 @media (max-width: 575px) {
     .feedback-section__text {
         text-align: center;
     }
 }
 
 .feedback-section__hours {
     margin: 0;
     
     font-family: 'Montserrat';
     font-size: 12px;
     line-height: 22px;
     font-weight: 500;
     color: #c20e1a;
 }
 
 @media (max-width: 575px) {
     .feedback-section__hours {
         text-align: center;
     }
 
  
 }
 
 
 
 
 .feedback-section__btn {
     margin-bottom: 20px;
 }
 
 .feedback-section__socials {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .feedback-section__social {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #4c4c4c;
     text-decoration: none;
 }
 
 .feedback-section__social:hover, .feedback-section__social:focus {
     color: #c20e1a;
 }
 
 .feedback-section__social:hover svg, .feedback-section__social:focus svg {
     fill: #c20e1a;
 }
 
 .feedback-section__social svg {
     width: 26px;
     height: 26px;
     margin-right: 10px;
     fill: #4c4c4c;
 }
 
 .news-section {
     margin-bottom: 24px;
 }
 
 .news-section__header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 @media (max-width: 991px) {
     .news-section__header {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }
 }
 
 .news-section__title {
     display: inline-block;
     vertical-align: baseline;
     margin: 0 20px 20px 0;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 30px;
     font-weight: 500;
     color: #313131;
 }
 
 @media (max-width: 991px) {
     .news-section__title {
         text-align: center;
     }
 }
 
 .news-section__title a {
     color: #c20e1a;
     -webkit-text-decoration: underline solid transparent;
     text-decoration: underline solid transparent;
 }
 
 .news-section__title a:hover, .news-section__title a:focus {
     -webkit-text-decoration: underline solid #c20e1a;
     text-decoration: underline solid #c20e1a;
 }
 
 .news-section__btn {
     margin-bottom: 20px;
 }
 
 .news-section__inner {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
 }
 
 .news-section__inner img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
 
 .catalog-categories {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 0 29px;
     padding: 0;
     list-style: none;
 }
 
 @media (max-width: 767px) {
     .catalog-categories {
         position: relative;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         overflow-x: auto;
         margin-bottom: 2px;
     }
 }
 
 .catalog-categories__link {
     width: auto;

     padding: 10px 27px 8px;
     margin: 0 10px 10px 0;
     line-height: 24px;
     font-size: 14px;
     font-weight: 400;
 }
 
 .catalog-sort {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     min-height: 51px;
     padding: 0;
     border-radius: 3px;
     margin-bottom: 20px;
 }
 
 @media (max-width: 767px) {
     .catalog-sort__filters {
         padding-left: 20px;
     }
 }
 
 .catalog-sort__filters form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .catalog-sort__tabs {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 49px;
 }
 
 
 
 .catalog-sort__tab {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 55px;
     height: 49px;
     height: 100%;
     margin: 0;
     padding: 0;
     border: none;
     
     background: transparent;
 }
 
 .catalog-sort__tab svg {
     width: 16px;
     height: 16px;
     fill: #c4c4c4;
     stroke: #c4c4c4;
 }
 
 .catalog-sort__tab:hover svg, .catalog-sort__tab:focus svg, .catalog-sort__tab.active svg {
     stroke: #c20e1a;
     fill: #c20e1a;
 }
 
 .catalog-cards {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -10px 10px;
     padding: 0;
     list-style: none;
 }
 
 .catalog-cards__item {
     z-index: 3;
     padding: 0 10px;
     margin-bottom: 20px;
     width: calc(100% / 3);
 }
 

 .catalog-cards__item.special {
    z-index: 3;
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100% / 4);
}

 
 .catalog-cards__item.card-podarok {
    z-index: 3;
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100% / 4);
}



 .catalog-cards__item-4 {
     padding: 0 10px;
     margin-bottom: 20px;
     width: calc(100% / 4);
 }
 
 
 
 
 .catalog-cards__item_land {
     padding: 0 10px;
     margin-bottom: 20px;
     width: calc(100% / 2);
 }
 
 
 /*-- landing --- */
 
 .catalog-cards__item_landing {
     padding: 40px 40px;
     width: calc(100% / 2);
 }
 
 
 .card__title_landing {
     margin: 0 20px;
     padding: 10px;
     font-family: 'Montserrat';
     font-size: 24px;
     line-height: 30px;
     font-weight: 500;
     text-align: center; 
     color: #787878;
     text-decoration: none;
 }
 
 .card__title_landing:hover, .card__title_landing:focus {
     color: #c20e1a;
 }
 
 /*--- end landing ---*/
 
 
 @media (max-width: 991px) {
     .catalog-cards__item {
         width: 50%;
     }
 }
 
 @media (max-width: 575px) {
     .catalog-cards__item {
         width: 50%;
     }
 }
 
 
 
 
 
 
 
 .card--fluid .prod-attr-group p.cat-prod-attr {
 
 text-align: center;
 
 }
 
 
 .catalog-cards--fluid .catalog-cards__item.card--fluid > .card__inner {
 
     height: 120px;
 }
 
 
 .catalog-cards--fluid .catalog-cards__item.card--fluid > .card__inner  a div.image-wrap {
 
     width: 60px;
     margin-right: 40px;
 }
 
 .load-more-section {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 55px;
     width: 100%;
 }
 
 .catalog-filters {
     margin-bottom: 20px;
 }
 
 .catalog-filters__toggler {
     display: none;
 }
 
 @media (max-width: 767px) {
     .catalog-filters__toggler {
         display: block;
         width: 100%;
     }
 }
 
 .catalog-filters form {
     border: 1px solid #E5E5E5;
     border-top: none;
     border-radius: 3px;
 }
 
 @media (max-width: 767px) {
     .catalog-filters form {
         display: none;
     }
 }
 
 .catalog-filters__container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .catalog-filters__title {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     min-height: 51px;
     margin: 0;
     padding: 10px 50px 11px 20px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     color: #4c4c4c;
     border-top: 1px solid #E5E5E5;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
     cursor: pointer;
 }
 
 .catalog-filters__title::before, .catalog-filters__title::after {
     position: absolute;
     right: 28px;
     top: calc(50% - 0.5px);
     width: 12px;
     height: 1px;
     background: #000;
     content: "";
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
 }
 
 .catalog-filters__group.active .catalog-filters__title::after {
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 
 .catalog-filters__list {
     position: relative;
     margin: 0;
     list-style: none;
     overflow: auto;
     border-top: 1px solid #E5E5E5;
 }
 
 .catalog-filters__list.scrollbar-rail {
     height: 130px;
 }
 
 .catalog-filters__item {
     padding: 0 50px 0 20px;
 }
 
 .catalog-filters__item:first-child {
     padding-top: 13px;
 }
 
 .catalog-filters__item:last-child {
     padding-bottom: 13px;
 }
 
 .catalog-filters__submit, .catalog-filters__reset {
     width: 100%;
 }
 
 .radio-item label {
     position: relative;
     padding: 8px 0 8px 22px;
     margin: 0;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #787878;
     cursor: pointer;
 }
 
 .radio-item label:hover::before, .radio-item label:focus::before {
     border-color: #c20e1a;
 }
 
 .radio-item label::before {
     position: absolute;
     top: calc(50% - 7.5px);
     left: 0;
     width: 13px;
     height: 13px;
     border-radius: 50%;
     border: 1px solid #A6A6A6;
     content: "";
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .radio-item label::after {
     position: absolute;
     top: calc(50% - 5px);
     left: 3px;
     width: 7px;
     height: 7px;
     border-radius: 50%;
     background: #c20e1a;
     content: "";
     -webkit-transform: scale(0);
     transform: scale(0);
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .radio-item input[type='checkbox'] + label::before {
     width: 11px;
     height: 11px;
     border-radius: 2px;
 }
 
 .radio-item input[type='checkbox'] + label::after {
     width: 6px;
     height: 3px;
     background: transparent;
     border-bottom: 1px solid #787878;
     border-left: 1px solid #787878;
     border-radius: 0;
     -webkit-transform: rotate(-45deg) scale(0);
     transform: rotate(-45deg) scale(0);
 }
 
 .radio-item input:checked + label::after {
     -webkit-transform: scale(1);
     transform: scale(1);
 }
 
 .radio-item input[type='checkbox']:checked + label::after {
     -webkit-transform: rotate(-45deg) scale(1);
     transform: rotate(-45deg) scale(1);
 }
 
 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 
 /* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
 }
 
 .form-range {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 17px 20px 20px;
     max-width: 335px;
 }
 
 .form-range #range-slider {
     width: 100%;
 }
 
 .input-range {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 108px;
     margin-bottom: 23px;
     height: 30px;
     border-radius: 3px;
     border: 1px solid #E5E5E5;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #4c4c4c;
     padding: 0 0 0 5px;
 }
 
 .input-range label {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #4c4c4c;
     margin: 0 5px;
 }
 
 .input-range input {
     width: auto;
     padding: 0;
     height: 28px;
     border: none;
     background: transparent;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #4c4c4c;
 }
 
 .noUi-base {
     margin: 0;
     height: 4px;
 }
 
 .noUi-target {
     height: 1px;
     border: none;
     background: #e5e5e5;
 }
 
 .noUi-horizontal {
     margin-top: 2px;
     height: 1px;
 }
 
 .noUi-handle {
     margin-left: 17px;
     width: 13px;
     height: 13px;
     border-radius: 50%;
     border: 3px solid #c20e1a;
     background: #fff !important;
     -webkit-box-shadow: none;
     box-shadow: none;
     cursor: ew-resize;
 }
 
 .noUi-handle.noUi-handle-lower,
 .noUi-handle.noUi-handle-upper {
     -webkit-box-shadow: none;
     box-shadow: none;
 }
 
 .noUi-connect {
     background: #c20e1a;
     height: 3px;
 }
 
 .product-info__container {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .product-info__container--bx {
     border-top: 1px solid #E5E5E5;
     border-bottom: 1px solid #E5E5E5;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
 }
 
 .product-info__container:last-child {
     margin-bottom: 0px;
 }
 
 .product-info__item {
     position: relative;
     width: calc(50% - 2px);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     margin-bottom: 20px;
 }
 
 .slider__item {
border-radius: 6px;
    background: #fff;
 }
 
 
 
 
 
 .product-info__item-rel {
     position: relative;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     margin-bottom: 20px;
 }
 
 
 
 .product-info__item--sticky {
     position: sticky;
     top: 20px;
 }
 
 @media (max-width: 767px) {
     .product-info__item--sticky {
         position: static;
     }
 }
 
 @media (max-width: 767px) {
     .product-info__item {
         width: 100%;
         margin-left: 0px;
         
     }
 
 
     .product-info__item:nth-of-type(2) {
         width: 100%;
         margin-left: 0px;
         
     }
 }
 
 .product-info__container--bx .product-info__item {
     margin: 0;
 }
 
 .product-info__article {
     margin: 10px 0 0 0;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     display: block;
     text-align: left;
 }
 
 .product-info__popular {
     margin: 0 40px 0 0;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     white-space: nowrap;
     -ms-flex-item-align: center;
     align-self: center;
 }
 
 .product-info__share {
     padding-top: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .product-info__share > span {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     margin-right: 10px;
 }
 
 .product-info__image {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-item-align: stretch;
     align-self: stretch;
     width: 100%;
     height: 100%;
     /*padding: 20px;*/
     border-radius: 3px;
     /*border: 1px solid #E5E5E5;*/
 }
 
 
 
 .product-info__image img {
     display: block;
     max-width: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 
 div.quick-modal-slider .product-info__image {
  
     -webkit-box-pack: left;
     -ms-flex-pack: left;
     justify-content: left;
     -webkit-box-align: left;
     -ms-flex-align: left;
     align-items: left;
   
 }
 
 
 .product-info__image img {
     display: block;
     max-width: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 .product-info__image--calc {
     position: sticky;
     padding: 0;
     -webkit-box-flex: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     border: 1px solid #E5E5E5;
 }
 
 .product-info__image--calc img {
     /* position: absolute;
                 top: 0;
                 left: 0;*/
     width: 100%;
     height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 .product-info__info {
     width: 100%;
     padding: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     /* border: 1px solid #E5E5E5; */
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
 }
 
 .product-info__price {
     margin: 19px 0 15px;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 29px;
     font-weight: 500;
     color: #4c4c4c;
 }
 
 .product-info__price svg {
     width: 14px;
     height: 15px;
     fill: #4c4c4c;
 }
 
 .product-info__availability {
     position: relative;
     margin: 19px 0 15px;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 1.2;
     font-weight: 350;
     color: #787878;
     padding-left: 17px;
 }
 
 .product-info__availability::before {
     position: absolute;
     left: 0;
     top: calc(50% - 4px);
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #c20e1a;
     content: "";
 }
 
 .product-info__controls {
     width: 100%;
     margin: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
 }
 
 .product-info__controls-item {
     float: left;
     -webkit-box-flex: 4;
     -ms-flex-positive: 4;
     flex-grow: 4;
     margin: 10px;
 }
 

 .product-info__controls-item.no-mgl {
    margin: 10px 10px 10px 0 !important;
}


 .product-info__controls > .product-info__controls-item:nth-child(1) {
 margin: 10px 10px 10px  0;
 }
 
 
 .product-info__controls > .product-info__controls-item:nth-child(4) {
     margin: 10px 0px 10px  10px;
     }
 
 
 .product-info__delivery {
     width: 100%;
     padding: 39px 36px 37px;
     border: 1px solid #E5E5E5;
     border-radius: 3px;
     background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='7' y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' y='7' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3Crect x='14' y='14' width='2' height='2' fill='rgba(255, 168, 65, 0.32)'/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
     background-position: 21px 21px;
     background-size: 38px;
 }
 
 .product-info__delivery-top {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .product-info__delivery-link {
     margin-bottom: 13px;
     color: #464855;
     border-bottom: 1px dashed #464855;
     font-weight: 300;
 }
 
 .product-info__delivery-link:hover, .product-info__delivery-link:focus {
     color: #c20e1a;
     border-color: #c20e1a;
 }
 
 .product-info__title {
     margin: 0 0 13px;
     font-family: 'Montserrat';
     font-size: 20px;
     line-height: 30px;
     font-weight: 500;
     color: #4c4c4c;
 }
 
 .product-info__delivery-item {
     margin: 0 0 6px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 22px;
     font-weight: 350;
     color: #787878;
 }
 
 .product-info__delivery-item span {
     color: #c20e1a;
     font-weight: 400px;
 }
 
 .product-info__tabs {
     width: 100%;
     margin-top: 5px;
 }
 
 .product-info__tabs .tabs__tab {
     margin-bottom: 10px;
 }
 
 .product-info__tabs .tabs__container {
     margin-top: 0;
 }
 
 .product-info__property {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     margin-bottom: 19px;
 }
 
 .product-info__property span {
     background: #fff;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 300;
     color: #464855;
 }
 
 .product-info__property span:last-child {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #787878;
 }
 
 .product-info__property::before {
     position: absolute;
     left: 0;
     bottom: 6px;
     z-index: -1;
     width: 100%;
     height: 1px;
     border-bottom: 1px dotted #979797;
     content: "";
 }
 
 .product-info__desc {
     margin-top: 7px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 .product-info__sum {
     width: 100%;
     max-width: 415px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: 'Montserrat';
     font-size: 18px;
     line-height: 27px;
     font-weight: 500;
     color: #4c4c4c;
     margin: 0;
     padding: 15px 0;
 }
 
 .product-info__sum svg {
     width: 10px;
     height: 13px;
     fill: #4c4c4c;
 }
 
 .product-info__order {
     width: 100%;
     max-width: 415px;
     padding-left: 20px;
 }
 
 @media (max-width: 575px) {
     .product-info__order {
         padding-left: 0;
     }
 }
 
 .product-info__order-title {
     margin: 0 0 10px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     color: #4c4c4c;
 }
 
 .product-info__order-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 350;
     color: #4c4c4c;
 }
 
 .product-info__order-item span {
     margin-right: 8px;
     display: inline-block;
 }
 
 .product-info__remove {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0 0 0 auto;
     padding: 0;
     background: transparent;
     border: none;
 }
 

 .modal-dialog {
 
    z-index: 22222;
}
 .product-info__remove:hover svg, .product-info__remove:focus svg {
     stroke: #000;
 }
 
 .product-info__remove svg {
     width: 12px;
     height: 12px;
     stroke: #c20e1a;
 }
 
 #feedbackModal255 {
    z-index: 1505;
 }


 #feedbackModal255 .modal-content {
border-radius: 24px;

 }



 #form-formcreator255  .form-control {

    border-radius: 6px;
 }


 #form-formcreator255  .form-control::placeholder {
    padding-top: 10px;
    font-size: 1.25em;
  }

  #feedbackModal255 .modal-header  {

    border: none;

  }

 #form-formcreator255 .control-label {

display: none;
 }


 #feedbackModal255 h3.modal-title {

   font-size: 2.5em;
 }


 #feedbackModal255 > div > div > div.modal-header > button.close {

    margin-right: -15px;

 }

 #feedbackModal255 > div > div > div.modal-header > button.close span {

    font-size: 3em;
    font-weight: 300;
 }

 #feedbackModal255 p.modal-podzag {
    color: #000;
    margin-top: 10px;
    font-size: 1.3em;
 }


 #form-formcreator255 div.form-group.required {

    padding-bottom: 0;
 }

 #form-formcreator255 .col-sm-12.form-group.text-center {

    padding: 10px 0;
    margin-bottom: 20px;

 }

 #form-formcreator255 .col-sm-12.form-group.text-center button.btn.btn-primary {

    width: 100%;
    font-size: 1.5em;

 }

  div.panel-modal-vid > button {

    display: none;
 }

span.f-mod-politic {
    display: block;
    padding-top: 20px;
    font-size: 12px;

}

 .product-colors {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 0;
     width: 100%;
     /* border: 1px solid #E5E5E5;
     border-top: none;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px; */
     margin-bottom: 10px;
 }
 
 .product-colors__title {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 180px;
     min-height: 100%;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding: 0px 20px 25px 0px;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     color: #4c4c4c;
     
 }
 
 .product-colors__title span {
 
      word-wrap: break-word;
 }
 
 
 .product-colors__slider {
     position: relative;
     width: calc(100% - 180px);
     padding: 0 30px;
     margin: 0 auto;
 }
 
 .product-colors__slider form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     position: relative;
     overflow-x: hidden;
 }
 
 .product-colors__nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border: none;
     background: transparent;
     margin: 0;
     padding: 0;
 }
 
 .product-colors__nav--prev {
     left: 10px;
 }
 
 .product-colors__nav--next {
     right: 10px;
     -webkit-transform: translateY(-50%) scale(-1);
     transform: translateY(-50%) scale(-1);
 }
 
 .product-colors form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     position: relative;
     overflow: hidden;
 }
 
 .product-colors__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     margin: 0 -5px;
     padding: 0;
     list-style: none;
 }
 
 .product-colors__item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     padding: 0 5px;
 }
 
 @media (max-width: 1199px) {
     .product-colors__item {
         width: calc(100% / 3);
     }
 }
 
 @media (max-width: 1199px) {
     .product-colors__item {
         width: 50%;
     }
 }
 


 #socAuthOverlay {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%; 
	left: 0;
    overflow: hidden;
    top: 0;
    z-index: 99;
}
#socAuthPopUp {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #DFDFDF;
	box-shadow: 0px 0px 10px #DFDFDF;
    z-index: 999;
	
	position: fixed;
	width: 517px;
	height: 392px;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 28px;
}
#socAuthPopUp .header
{
	text-align: center;
	padding: 0px;
	font-size: 30px;
	line-height: 28px;
}
#socAuthPopUp .skipp
{
	padding-top: 18px;

}
#socAuthPopUp .skiplink
{
	color: #000;
	text-decoration: none;
	font-size: 25px;
}



 .product-colors__item div.prdcolorlabel {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 73px;
     height: 97px;
     margin: 0 auto;
     /* border: 1px solid #E5E5E5;
     border-radius: 3px; */
     cursor: pointer;
     margin: 0;
 }
 
 .product-colors__item input:checked + label {
     border-color: #c20e1a;
 }
 
 .rait {
     margin: 0 20px 0 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-item-align: center;
     align-self: center;
 }
 
 .rait__stars {
     margin-right: 5px;
     margin-top: 6px;
 }
 
 .rait__stars span svg {
     width: 14px;
     height: 14.5px;
     margin-right: 5px;
     fill: #c4c4c4;
     stroke: #c4c4c4;
 }
 
 .rait__stars span.active svg {
     fill: #c20e1a;
     stroke: #c20e1a;
 }
 
 .rait__link {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     text-decoration: underline;
 }
 
 .rait__link:hover, .rait__link:focus {
     color: #c20e1a;
 }
 
 .quantity-block {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 47px;
     height: 50px;
     border: 1px solid #E5E5E5;
     border-radius: 3px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 .quantity-block__btn {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 20px;
     min-width: 20px;
     height: 37px;
     margin: 0;
     padding: 0;
     font-size: 16px;
     line-height: 1.2;
     color: #4c4c4c;
     background-color: transparent;
     border: none;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     outline: none;
     cursor: pointer;
 }
 
 .quantity-block__btn--plus {
     padding-top: 2px;
     padding-right: 2px;
 }
 
 .quantity-block__btn:hover, .quantity-block__btn:focus {
     color: #c20e1a;
 }
 
 .quantity-block input {
     text-align: center;
     width: 17px;
     height: 37px;
     padding: 13px 0 12px;
     font-size: 16px;
     line-height: 1.2;
     color: #4c4c4c;
     border: none;
     background-color: transparent;
     outline: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 
 .quantity-block input::-ms-clear {
     display: none;
 }
 
 .quantity-block input::-ms-reveal {
     display: none;
 }
 
 .quantity-block input::-webkit-credentials-auto-fill-button, .quantity-block input::-webkit-caps-lock-indicator {
     visibility: hidden;
     pointer-events: none;
     position: absolute;
     right: 0;
 }
 
 .product-gallery {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-bottom: 0px;
     /*max-width: 100%;*/
 }
 
 
 
 .subcategory__list {
 list-style: none;
 margin: 0 -10px;
 padding: 0;
 }
 
 .subcategory__list li {
     list-style: none;
     margin: 0;
     padding: 0 10px 20px;
     
     }
 
     
 
 a.subcategory__link {
 
     color: #fff;
     font-size: 18px;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
 }
 
 
 
 
 .product-gallery__thumb {
     margin-right: 20px;
 }
 
 @media (max-width: 991px) {
     .product-gallery__thumb {
         display: none;
     }
 }
 
 .product-gallery__thumb-container {
     position: relative;
     width: 73px;
     height: 560px;
     overflow: hidden;
 }
 
 .product-gallery__thumb-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 100%;
     padding: 0;
     border: 1px solid #E5E5E5;
     margin-bottom: 20px;
     cursor: pointer;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     outline: none;
     overflow: hidden;
 }
 
 .product-gallery__thumb-item:hover, .product-gallery__thumb-item:focus {
     border-color: #c20e1a;
 }
 
 .product-gallery__thumb-item img {
     max-width: 100%;
     max-height: 100%;
     width: 100%;
     height: auto;
     -o-object-fit: cover;
     object-fit: cover;
     opacity: 0.5;
 }
 
 .product-gallery__thumb-item.swiper-slide-thumb-active img {
     opacity: 1;
 }
 
 .product-gallery__top {
 /*    max-width: 100%; */
     /* -webkit-box-flex: 2;
     -ms-flex-positive: 2; */
     /* flex-grow: 2; */
 }
 
 
 .product-gallery__thumb.slider {
 
 margin-top: -10px;
 
 }
 
 
 
 .product-gallery__top.slider {
 
     margin-bottom: 0px;
 }
 
 
 
 
 div.row.quick-modal-slider > 
 div.product-info__image >
 div.product-info__gallery.product-gallery
 div.product-gallery__top.slider >
  .product-gallery__top-container {
     max-width: 500px !important;
 }
 
 
 .product-gallery__top-container {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     max-width: 480px;
     width: 100%;
     height: auto;
     -webkit-box-flex: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     border: 1px solid #E5E5E5;
     overflow: hidden;
 }
 
 .product-gallery__top-list {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 
 .product-gallery__top-item {
     display: block;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 100%;
     padding: 0;
     outline: none;
 }
 
 .product-gallery__top-item img {
     max-width: calc(100% - 40px);
     max-height: calc(100% - 40px);
     -o-object-fit: contain;
     object-fit: contain;
     outline: none;
 }
 
 .product-gallery__prev {
 display: none;
     position: absolute;
     top: auto;
     bottom: -5px;
     right: calc(50% + 20px);
 }
 
 .product-gallery__next {
 display: none;
     position: absolute;
     top: auto;
     bottom: -5px;
     left: calc(50% + 93px);
 }
 
 #block-advantage {
 
     margin-top: 80px;
 }
 
 .product-gallery__prev_q {
 
     position: absolute;
     top: auto;
     bottom: 10px;
     right: calc(50%  + 103px);
 }
 
 .product-gallery__next_q {
 
     position: absolute;
     top: auto;
     bottom: 10px;
     left: calc(50% + 169px);
 }
 
 
 @media (max-width: 991px) {
     .product-gallery__next {
         left: calc(50% + 20px);
     }
 }
 
 .calc-item {
     width: 100%;
     margin-bottom: 20px;
     border: 1px solid #E5E5E5;
     border-radius: 3px;
 }
 
 .calc-item--bxn {
     border-left: 1px solid transparent;
     border-right: 1px solid transparent;
     border-top: 1px solid transparent;
     margin-bottom: 0;
 }
 
 .calc-item--bbn {
     border-bottom: 1px solid transparent;
 }
 
 .calc-item__header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 15px 23px 17px;
     border-bottom: 1px solid #E5E5E5;
 }
 
 .calc-item__content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 16px 23px 14px;
 }
 
 .calc-item__title {
     margin: 0;
     font-family: 'Montserrat';
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     color: #4c4c4c;
     text-align: left !important;
 }
 
 .calc-item__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .calc-item__list.scrollbar-rail {
     margin-right: -23px;
     height: 150px;
 }
 
 .calc-item__list-vert {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .calc-item__item {
     width: 25%;
 }
 
 @media (max-width: 1199px) {
     .calc-item__item {
         width: calc(100% / 3);
     }
 }
 
 @media (max-width: 991px) {
     .calc-item__item {
         width: 50%;
     }
 }
 
 @media (max-width: 767px) {
     .calc-item__item {
         width: 25%;
     }
 }
 
 @media (max-width: 575px) {
     .calc-item__item {
         width: 50%;
     }
 }
 
 .calc-item__list-vert .calc-item__item {
     width: 100%;
 }
 
 .calc-item__current {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     width: 50%;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     margin: 0;
     text-align: left;
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 350;
     color: #787878;
 }
 
 .calc-item__current span {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     margin-left: 5px;
 }
 
 .calc-item__current b {
     color: #4c4c4c;
 }
 
 .calc-item__current-icon {
     display: inline-block;
     vertical-align: middle;
     width: 25px;
     height: 25px;
     border-radius: 3px;
     margin-left: 17px;
 }
 
 .calc-item__check label {
     position: relative;
     /*width: 25%;*/
     height: 12px;
     border-radius: 10px;
     background: #e5e5e5;
     cursor: pointer;
 }
 
 .calc-item__check label::before {
     position: absolute;
     width: 10px;
     height: 10px;
     background: #fff;
     border-radius: 50%;
     left: 1px;
     top: 1px;
     content: "";
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 
 .calc-item__check input:checked + label {
     background: #c20e1a;
 }
 
 .calc-item__check input:checked + label::before {
     left: auto;
     right: 1px;
 }
 
 .calc-item__btn {
     margin: 15px 0;
     max-width: 215px;
 }
 
 .calc-item__left {
     width: 50%;
     padding: 15px 0;
     border-right: 1px solid #E5E5E5;
 }
 
 @media (max-width: 991px) {
     .calc-item__left {
         width: 100%;
         border: none;
     }
 }
 
 .calc-item__right {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 50%;
 }
 
 @media (max-width: 991px) {
     .calc-item__right {
         width: 100%;
     }
 }
 
 .calc-item__image {
     max-width: 100%;
     height: auto;
     max-height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
     margin-bottom: 17px;
 }
 
 .calc-item__image-title {
     font-family: 'Montserrat';
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
     color: #4C4C4C;
     text-align: center;
 }
 
 .calc-item__remove {
     position: absolute;
     border: none;
     background: transparent;
     width: 10px;
     height: 10px;
     top: 0;
     right: 15px;
 }
 
 .calc-slider {
     position: relative;
 }
 
 .calc-slider__item {
     padding: 1px;
 }
 
 .calc-slider__color {
     width: 39px;
     height: 39px;
     border-radius: 3px;
     margin: 0;
     cursor: pointer;
     border: 3px solid #fff;
 }
 
 input:checked + .calc-slider__color {
     -webkit-box-shadow: 0 0 0 1px #c20e1a;
     box-shadow: 0 0 0 1px #c20e1a;
 }
 
 .calc-slider__nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border: none;
     background: transparent;
     margin: 0;
     padding: 0;
 }
 
 .calc-slider__nav--prev {
     left: 10px;
 }
 
 .calc-slider__nav--next {
     right: 10px;
     -webkit-transform: translateY(-50%) scaleX(-1);
     transform: translateY(-50%) scaleX(-1);
 }
 
 .calc-tabs {
     width: 100%;
 }
 
 .image-big-slider {
     position: relative;
     overflow-x: hidden;
 }
 
 .image-big-slider__list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 
 .image-big-slider__item {
     position: relative;
     display: block;
     width: 100%;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .image-big-slider__item.swiper-slide-active {
     z-index: 1;
 }
 
 .product-info__image--layers .image-big-slider {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 
 .product-info__image--layers .image-big-slider.swiper-slide-active {
     z-index: 0;
 }
 
 



 .container.cont-rel-one .slider__nav-rel {
    
    top: calc(44% - 50px);
    
}






 .slider__nav {
     position: absolute;
     right: -10px;
     z-index: 2;
     top: calc(30% - 20px);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 
 
 
 .slider__nav-rel {
     position: absolute;
     right: 10px;
     z-index: 2;
     top: calc(30% - 50px);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 
 @media (max-width: 991px) {
     .slider__nav {
         display: none;
     }
 }
 
 .slider__nav--prev {
     left: -10px;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
 }
 
 .slider__list {
     list-style: none;
 }
 
 .slider__pagination {
     padding: 0 0 20px;
     width: 100%;
 }
 
 .slider__pagination .container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
 }
 
 .slider .swiper-pagination-bullet {
     position: relative;
     width: 40px;
     height: 1px;
     background: #E5E5E5;
     z-index: 2;
 }
 
 .slider .swiper-pagination-bullet::before {
     top: -1px;
     height: 3px;
     width: 0;
     position: absolute;
     content: '';
     background: #c20e1a;
     border-radius: 3px;
 }
 
 @media (max-width: 767px) {
     .slider .swiper-pagination-bullet::before {
         height: 3px;
         display: none;
     }
 }
 
 .slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
     width: 40px;
     height: 1px;
     background: #E5E5E5 !important;
 }
 
 @media (max-width: 767px) {
     .slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
         background: #c20e1a !important;
     }
 }
 
 .slider span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
     width: 100%;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 
 @media (max-width: 767px) {
     .slider span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
         display: none;
     }
 }
 
 .cards-slider {
     position: relative;
     padding-bottom: 41px;
 }
 
 
 
 .cards-slider-rel {
     position: relative;
     padding-bottom: 1px;
 }
 
 
 .cards-slider__prev-rel {
     left: auto;
     right: calc(100% - 20px);
 }
 
 
 .cards-slider__next-rel {
     left: calc(100% - 20px);
 }
 
 
 
 
 .cards-slider__prev {
     left: auto;
     right: calc(100% + 8px);
 }
 
 @media (max-width: 1400px) {
     .cards-slider__prev {
         right: calc(100% - 10px);
     }
 }
 
 .cards-slider__next {
     left: calc(100% + 8px);
 }
 
 @media (max-width: 1400px) {
     .cards-slider__next {
         left: calc(100% - 10px);
     }
 }
 
 .cards-slider .slider__pagination {
     position: absolute;
     bottom: 0;
 }
 
 .cards-slider .slider__pagination .container {
     -webkit-box-pack: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
 }
 
 
 
 .alert-success {
     color: #fff;
     background-color: #c20e1a;
     font-family: 'Circe', 'Arial', sans-serif !important;
     font-size: 20px !important;
     line-height: 1.5;
     font-weight: 700 !important;
 }
 
 .alert-success a {
     color: #000;
 }
 
 
 
 .mobname {

color: #FFF;
font-weight: 600;
font-size: 2em;

 }