


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-weight: 300;
     
     min-height: 100%;
     height: 100%;
     background-color: #100F13;
     color: #fff;
  }
 
/*  
 .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: #100F13;
 }
 
 
 button.card__cart:active i {
     color: #fff;
 }
 
 
 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;
 }

 .h4_2 {
    font-size: 30px;
    line-height: 32px;
    
    padding: 5px 0 15px 0;
}

.checkbox.white {
    color: #fff;
}


.checkbox {
    font-size: 12px;
    display: block;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
 
}

.checkbox.white i {
    border-color: #fff;
}
 
.checkbox i {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

 .input_wrap {
    display: block;
    margin-bottom: 12px;
}
 

 .input_wrap input {
    flex: 1;
    border-right: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}



.input_wrap button {

    width: 24%;

}

 .input_wrap input,  .input_wrap button {
    border-radius: 0;
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    
    font-size: 22px;
    font-weight: 300;

}

 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;
     text-transform: uppercase;
 }
 
 
 #account-account {
 
     background-color: #E9EAEC;
 }
 
 .container {
    font-weight: 300;
    
     width: 100%;
     padding: 0 30px;
     margin: 0 auto;
     max-width: 1330px;
 }
 
#container-fo-slider {
    margin-top: 10px;
}

li.else-menu-list a {

    text-transform: uppercase;

}

 /* @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"] {
     
     width: 20px;
     height: 20px;
     
     
     padding: 0;
     
 }
 
 body {
     margin: 0;
     padding: 0;
     font-family: 'Graphik LCG';
     
     font-size: 16px;
     line-height: 1.5;
     font-weight: 300;
     color: #fff;
 }
 
 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-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #fff;
 }
 
 
 h2.category-description {
     text-align: center;
     display: block;
 }
 
 
 .section h2 {
     margin: 0 0 20px;
     
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #fff;
 }
 

 
/* ---- FLKSSS START 500 line ----- */

#logo-footer {
    width: 180px;
    height: auto;
}


.imagecardblock {
border-radius: 4px;
overflow: hidden;
    
}

.card__cart_wishlist {
    margin-right: 5px;
    min-height: 31px!important;
    min-width: 31px!important;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none transparent;
    border-radius: 3px;
    z-index: 7500;
}


.card__cart_wishlist i {
font-size: 1.3em;
    color: #fff;
    opacity: 0.55;
}


.prmn-cmngr__city-name {
    display: block;
    
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
}

.prmn-cmngr__city-name:hover {

    text-decoration: underline;
}


a.prmn-cmngr__city {
display: inline-flexbox;
line-height: 150%;
}




h1.head-ceneter-h1 {

    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

div.header-top {
padding: 15px 0;

    text-align: center;
}

div.prmn-cmngr {
text-align: left;
}

.prmn-cmngr__city span.glyphicon-map-marker {
    margin-right: 6px;
    display: none;
}

.sam-search-line-block {

    display: none;
}


.sam-search-line-block.active {
    z-index: 99999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}



.input-search input {
     
    padding: 12px 15px 11px 15px;
    height: 50px;
    width: calc(100% - 40px);
    
    font-size: 16px;
    line-height: 1.2;
    font-weight: 350;
    color: #929292;
}


.input-search button {
    
    
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 40px;
    margin: 0;
    padding: 8px 10px 0 10px;
    border-radius: 3px;
    border: none;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.input-search button:hover, .input-search button:focus {
    background: #fff;
}

.input-search button svg {
    fill: transparent;
    stroke: #100F13;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    -o-object-fit: contain;
    object-fit: contain;
}



#search-bg-over {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 1000px;
    min-height: 1000px;
    background-color: #100F13;
    opacity: 0.8;
    overflow: hidden !important;
    overscroll-behavior: contain !important;
    
    }

#search.input-search {

    background-color: #fff;
    border-bottom: 1px solid #a1a1a1;
}

.search-panel-close {
    background-color: #fff;
    padding: 8px 10px 0 10px;
    width: 120px;
    height: 40px;
    cursor: pointer;
}


.search-panel-close i {

    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;

}

.push-search-class {
    cursor: pointer;
}




span#cart-total {

    display: none;
}


.logo-flk #logo {

    width: 180px;
    height: auto;
    margin: 0 auto;
}


/* ---- FLKSSS END ----- */





 
 ul.page-404-categories li {
 
     list-style: none;
 }
 
 ul.page-404-categories li a {
     padding: 5px 0;
     
     font-size: 28px;
         font-weight: 300;
         text-decoration: underline;
 
 
 }
 
 .section-title {
     margin: 0 0 20px;
     display: block;
     
     font-size: 24px;
     line-height: 1.5;
     font-weight: 300;
     color: #fff;
 }
 
 @media (max-width: 575px) {
     .section-title {
         font-size: 20px;
     }
 }
 
 .section-title--center {
     margin: 0 0 20px;
     text-align: center;
 }
 
 .section-title strong {
     color: #7d0a2b;
 }
 
 .page-title {

     
     font-size: 36px;
     line-height: 36px;
     font-weight: 300;
     color: #fff;
     padding: 20px 0 35px;
     margin: 0;
 }
 
 /*sliders start*/
 .slider {
     
 }
 
 .slider__container {
     
     overflow: hidden;
 }
 
 /*sliders 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: 12px;
     font-weight: 300;
     height: 39px;
     line-height: 37px;
     outline: none;
     padding-left: 18px;
     padding-right: 30px;
     
     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 #100F13 2px;
 }
 
 .nice-select .option {
     cursor: pointer;
     font-weight: 300;
     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: block;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }

 div.cartoblock #cart {

    
    
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

 }
 
 
 
 .btn {
     padding: 8px 60px;
     border: none;
     background-color: #790000;
     display: block;
     border-radius: 25px;
     font-family: 'Graphik LCG bold';
    font-size: 20px;
     color: #fff;
     text-decoration: none;
     box-shadow: 0px 0px 46px 2px rgba(255, 0, 0, 0.54);


 }
 

 
 .product-info__item_head_bottom {
     width: 100%;
 }
 
 
 .mousehoverimage.hover-img-add {
     width: 100%;
     min-width: 100%;
border-radius: 4px;     
     overflow: hidden;
     display: block !important;
 }
 
 
 .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;
     
     
     
     display: block;
     
     
     
     
     /* min-height: 100%; */
     /* padding: 31px 28px 29px; */
     
     
 
     -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: block;
     
     
         
             
     padding: 10px
 }
 
 
 .card__text-rel {
     -webkit-box-flex: 2;
         -ms-flex-positive: 2;
             flex-grow: 2;
     
     
     display: block;
     
     
         
             
     padding: 5px;
 }
 
 
 .card:hover .card__inner,
 .card:focus .card__inner {
     border-color: #100F13;
 }
 
 .card--fluid .card__inner {
     padding: 20px;
     -webkit-box-orient: horizontal;
     
     -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: block;
     
     
     
     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-size: 16px;
     line-height: 18px;
     font-weight: 300;
     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: block;
 width: 26%;
 
 align-items: flex-end;
 margin: 0 10px;
 
 }
 
 
 .card--hover-img .card__inner {
     
     overflow: hidden;
     padding: 200px 20px 30px;
     border-color: #f8f8f8;
 }
 
 .card__labels {
     z-index: 7;
     width: 30%;
     margin: 0 -5px;
     bottom: 40%;
 display: none;
     /* 
     
     display: block;
     -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-size: 12px;
     line-height: 36px;
     font-weight: 300;
     color: #fff;
     background: #100F13;
     border-radius: 3px;
 }
 
 .card__image {
     
     
     display: block;
     -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 {
     margin: 0 0 10px;
     
     font-size: 22px;
     line-height: 18px;
     font-weight: 300;
     color: #787878;
     text-decoration: none;
     
     -webkit-line-clamp: 2;
     
     overflow: hidden;
    padding: 4px 0;
 }
 
 
 
 .card__title-gift {
     margin: 0 0 10px;
     
     font-size: 20px;
     line-height: 20px;
     font-weight: 300;
     color: #787878;
     text-decoration: none;
   
 }
 
 
 
 .card__title-rel {
     margin: 0 0 2px;
     
     font-size: 16px;
     line-height: 18px;
     font-weight: 300;
     color: #787878;
     text-decoration: none;
      
   -webkit-line-clamp: 2;
     
   overflow: hidden;
 }
 
 
 
 .card__title:hover, .card__title:focus {
     color: #fff;
 }
 
 .card__controls {
     width: 100%;
     /* margin-top: auto; */
     
     
     display: block;
     -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-size: 20px;
     line-height: 24px;
     font-weight: 600;
     color: #7d0a2b;
 }
 
 .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: #fff;
 }
 
 .card__price svg {
     width: 12px;
     height: 14px;
     fill: #100F13;
 }
 
 
 div.button-card-cont {
 margin-top: auto;
     
     
     display: block;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
      justify-content: flex-end;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 41px;
     bottom: 20px;
     position: absolute;
     }
 
 .card__cart {
     margin-right: 14px;
     
     
     display: block;
     -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: #fff;
     
 }
 
 
 

 .card__cart img {
     width: 35px;
     height: 40px;
    
 }
 
 .card__btn {
     width: 137px;
     min-height: 42px;
     font-size: 12px;
 }
 
 .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 {
                                 
                                 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;
                                 
                             }
                             #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 {
     
 }
 
 .slider__container {
     
     overflow-x: hidden;
 }
 
 .slider__item {
     padding: 0;
 }
 
 .slider__list {
     
     
     display: block;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     margin: 0;
 }
 
 .slider__item {
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .prodcarous.taby > .tabs__container {

 font-size: 32px;
 font-weight: 400;

 color: #fff;
 
 }
 
 
 .tabs__container {
     
     width: 100%;
     margin-top: 40px;
     overflow-x: auto;
     
     
     display: block;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
 }
 
 .tabs__tab {
     
     width: auto;
     min-width: 110px;
     height: auto;
     padding: 6px 26px;
     margin: 0 20px 20px 0;
     line-height: 24px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .tabs__content {
     display: none;
 }
 
 .tabs__content.active {
     display: block;
 }
 
 .pagination {
     display: block;
     background: #FFF;
 }
 
 .pagination ul {
     
     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-size: 12px;
     line-height: 21px;
     font-weight: 350;
     color: #9d9d9d;
     margin: 0;
 }
 
 .pagination li:last-child::after {
     display: none;
 }
 
 
 .pagination li:last-child > span {
     
     width: 250px;
     
     -webkit-line-clamp: 1;
     
     overflow: hidden;
 
 
 }
 
 .podzag_flk {
    font-size: 20px;
    
    display: block;
    float: none;
    clear: both;
    margin: 20px 0 10px 0 ;
    width: 100%;

 }


 .product-info__text  {

    font-size: 13px;
    
     }
    



 .product-info__text p {

font-size: 12px;

 }


 

   /* 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;

       color: #1a1a1a;
        font-size: 18px;
       
       -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 { 
            
       border-bottom: none;
   }
     
     
     
     .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: #fff;
  margin: 5px;
  border-radius: 4px;
  font-weight: 700;
  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 */
 
 
 .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-size: 12px;
     line-height: 21px;
     font-weight: 350;
     color: #fff;
     text-transform: uppercase;
     text-decoration: none;
 }
 
 .pagination a:hover, .pagination a:focus {
     color: #fff;
 }
 
 /*************** SCROLLBAR BASE CSS ***************/
 .scroll-wrapper {
     overflow: hidden !important;
     padding: 0 !important;
     
 }
 
 .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 {
     
     overflow: auto;
 }
 
 .scrollbar-rail.big {
     
     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: #7d0a2b;
     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;
 }
 
 .mob_header__top > .mob_header__container.container {
 
     padding: 0 20px;
 }
 
 .header {
     
 }
 
 .header__mobile-toggler {
     
      align-items: flex-end;
     
   
     margin: 0 auto;
     padding: 0;
     border: none;
     background: transparent;
     cursor: pointer;
     outline: none;
     
     
     
     
     width: 50%;
     cursor: pointer;
 }
 
 @media (max-width: 575px) {
    
 }
 
 @media (max-width: 767px) {
     .header__mobile-toggler {
        
     }
 }
 
 @media (max-width: 991px) {
     .header__mobile-toggler {
         
         
         display: block;
 
 
     }
 
     .header__mobile-toggler span {
         background: #100F13;
         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: #100F13;
         
         -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: #100F13;
        
         -webkit-transform-origin: top;
         transform-origin: top;
         -webkit-transform: rotatez(-45deg);
         transform: rotatez(-45deg);
     }
 
     .header__mobile-toggler.active span:nth-of-type(3) {
         background: #100F13;
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
          -webkit-transform: rotatez(-45deg);
         transform: rotatez(45deg) translate(-5px, -6px);
     }
 }
 
 .header__container {
     
display: block;
 }
 
 
 
 .sheensay_fixed {
     position: fixed !important;
     top: 0 !important;
     bottom: 100%!important;
     background: rgba(255, 0, 0, 0.1);
  }
 
 
 .header__container::before, .header__container::after {
     display: none;
 }
 
 .header__top {
     background-color: #FFF;
 }
 
 .header__top .header__container {
     
     min-height: 40px;
     padding-left: 12px;
 }
 
 .header__btm {
     
     padding: 10px 0 0 0;
 }
 
 .header__loc {
     color: #787878;
  
 }
 
 @media (max-width: 767px) {
     .header__loc {
         width: 140px;
     }
 }
 
 .header__raiting {
     
     
     display: block;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     
     font-size: 12px;
     line-height: 1.4;
     font-weight: 350;
     color: #fff;
 }
 
 @media (max-width: 767px) {
     .header__raiting {
         font-size: 13px;
     }
 }
 
 .header__raiting span {
     margin-top: 3px;
 }
 
 .header__raiting span:first-child {
     
     font-size: 16px;
     line-height: 1.4;
     font-weight: 300;
     color: #fff;
     margin-right: 5px;
 }
 
 .header__raiting svg {
     fill: #7d0a2b;
     margin-right: 5px;
 }
 
 .header__logo {
     width: 192px;
     height: 47px;
 }
 
 @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__logo svg {
     height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
 }
 
 .header__catalog {
    cursor: pointer;
     display: block;
     text-align: left;
     
     font-weight: 300;
     font-size: 12px;
     text-transform: uppercase;
     background-color: none transparent;
     color: #fff;
     width: 100%;
     border: 0;
     padding: 10px 0 20px 0;
     
 }
 
 .header__catalog:hover {

    border-bottom: 2px solid #100F13;
 }


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

 .header__search {
     max-width: 261px;
     width: 100%;
 }
 
 @media (max-width: 1199px) {
     .header__search {
         max-width: 224px;
     }
 }
 
 @media (max-width: 991px) {
     .header__search {
         display: none;
     }
 }
 
 @media (max-width: 991px) {
     nav.nav {
         display: none;
     }
 }
 
 
 div.mob-user-menu {
 
     display: none;
 }
 
 .nav__menu {
     
     
     display: block;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -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;
     padding: 0;
     list-style: none;
 }
 
 .nav__item {
     padding-right: 5px;
     margin-left: 35px;
 }
 
 @media (max-width: 1199px) {
     .nav__item {
         margin-left: 25px;
     }
 }
 
 .nav__item.dropdown {
     
     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: #100F13;
 }
 
 .nav__link {
     
     font-size: 12px;
     line-height: 1.4;
     font-weight: 350;
     color: #fff;
     text-decoration: none;
 }
 
 .nav__link:hover, .nav__link:focus {
     text-decoration: none;
     color: #fff;
 }
 
 .page-contacts__tel {
     margin: 0;
     padding: 0;
     
     font-size: 12px;
     line-height: 1.3;
     font-weight: 300;
     color: #fff;
     text-decoration: none;
     text-align: right;
     display: block;
 }
 
 .page-contacts__tel:hover, .page-contacts__tel:focus {
     color: #fff;
     text-decoration: none;
 }
 
 .page-contacts__hours {
     margin: 0;
     
     font-size: 12px;
     line-height: 1.4;
     font-weight: 300;
     color: #A6A6A6;
 }
 
 
 @media (min-width:1181px) and (max-width: 4991px) {
 
 
 
 
 
     .user-menu {
     
     justify-content: flex-start;
     flex-flow: row wrap;
         
     
     display: block;
     -ms-flex-wrap: wrap;
     flex-wrap: nowrap;
 }
 
 .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 {
     
     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: #fff;
     font-weight: 300;
     font-size: 18px;
 }
 
 
 #input-phone-login2::-webkit-input-placeholder {
     color:#999;
     font-size: 16px;
     }
 
 
 
 #smspanel2 .account_socnetauth2__header {
 
     display: none;
 }
 
 
 div.modal-header.background_sms {
 
     border-radius: 6px 6px 0 0;
 }
 
 
 #modal-sms2 > div > div.modal-content {
 
     
 }
 
 .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: block;}
     .sna_header {
         font-weight: bold;
     }
     .chekSms {
         
         z-index: 959862;
         width: 100% !important;
         display: block;
         
         flex-wrap: wrap;
         
     }
     #input-phone-login2 {
         text-align: left !important;
     }
     .purple {
         color: rgb(33, 175, 207);
     }
     .background_sms {background: #100F13}
 
     .panel-close {
         cursor: pointer;
         width: 35px;
         height: 30px;
         background: url(/image/catalog/sms_reg/close.png) no-repeat center center;
         margin: 0 auto;
         
         float: right;
         
     }
     .welcome_reg {
         text-align: center;
         font-size: 16px;
         margin-top: 35px;
         margin-bottom: 10px;
         text-transform: uppercase;
     }
     .required {
         
     }
     #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: #fff;
 
     }
 
 
     #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: #100F13;
         display: block;
         text-shadow: none;
         padding: 20px 20px;
         font-weight: 600;
         text-transform: normal;
         font-size: 22px;
         color: #fff;
         
         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: #777;
     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;
 
     }
 
 
 
     .cont-a-cont h1.article-blog-h1 {
         text-align: center;
     
     font-size: 40px;
     margin: 20px auto;
     
         }
     
     
         h2 a.article-blog-h2 {
             text-align: center;
                 font-size: 40px;
         margin: 20px auto;
         width: 60%;
         line-height: 120%;
         display: block;
         margin: 0 auto;
         
             }
         
         
     
 
     .img-art-diiff.diff-1-1 {
 
         
     }
 
     
 
 .cont-a-cont h1.article-blog-h1 a {
 
 color: #fff;
         }
     
 
     div.article-dif-cov-cape h2 {
         
         text-align: left;
 
         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 {
 
     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;
 
 }
 




 .top-user-menu {

    
 }
 
 span.user_name {


 }


 .head-user-menu-wrapper.desctop-wrapp {

    position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 40px;

 }



 .header-user {
     
     display: block;
     
      
     font-size: 12px;
     line-height: 1;
     font-weight: 300;
     color: #fff;
     text-decoration: none;
 }
 
 @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 {
     width: 40px;
     height: 40px;
     
 }
 
 .header-user__icon svg {
     width: 100%;
     height: auto;
     -o-object-fit: contain;
     object-fit: contain;
     fill: transparent;
     stroke: #100F13;
 }
 
 .header-user:hover, .header-user:focus {
     color: #fff;
 }
 
 .header-user:hover .header-user__icon svg,
 .header-user:focus .header-user__icon svg {
     stroke: #100F13;
 }
 
 .mini-cart {
     
     
     display: block;
     -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: #100F13;
 }
 
 .mini-cart:hover .mini-cart__icon svg,
 .mini-cart:focus .mini-cart__icon svg {
     fill: #100F13;
 }
 
 .mini-cart__number {
     position: absolute;
     
     
     display: block;
     -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: #100F13;
     border-radius: 50%;
     
     font-size: 800;
     line-height: 1;
     font-weight: 800;
     color: #FFF;
 }
 
 .mini-cart__number span {
     margin-top: 1px;
 }
 
 .mini-cart__price {
     
     font-size: 12px;
     line-height: 1.2;
     font-weight: 300;
     color: #fff;
 }
 
 @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: 1000;
     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;
     
     overflow: hidden;
 }
 
 
 li.catalog-categories__item.with-images {
 
     
 }
 
 
 li.catalog-categories__item span.subcategory-name{
     display: block;
     position: absolute;
     text-transform: uppercase;
     color: #fff;
     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: 200px;
     left: 40px;
     z-index: 65;
     font-weight: 300;
     
 } 
 
 
 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 {
 
 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;
 
 overflow: hidden;
 }
 
 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;
 
 
 }
 
 
 .aida-loves-borderradius img {
   width: 100%;
   height: auto;
     
     overflow: hidden;
     
     }
     
 
     .homeblocktext {
 
         left: 40px;
         bottom: 90px;
         display: block;
         position: absolute;
         font-size: 32px;
         font-weight: 300;
         color: #fff;
     }
 
 
     .homeblocktext.gray {
 
                 color: #3F3430;
     }
  
     .homeblockprice {
         left: 40px;
         bottom: 20px;
         display: block;
         position: absolute;
         font-size: 42px;
         font-weight: 300;
         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: 12px;
         font-weight: 300;
         padding: 5px 15px;
         color: #fff;
         
     }
 
     .homeblockbutton.red {
         background-color: #E20613;
     }
 
 
     .homeblockbutton.green {
         background-color: #777;
     }
 
     .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: #777;
         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: #777;
     }
 
     .homeblockprice.brown {
         color: #754C24;
     }
 
     #blocknewhome {
         display: none;
     }
 
 
 /* --- NEW category DEsign  -----*/
 
 /* MYSS style START */





 p.howit-p {

    font-family: 'Circe bold';
    font-size: 2.4em;
    text-align: center;

 }

 span.howit-span {
    display: block;
    /* font-family: 'Circe'; */
    font-family: 'Circe ex-light';
    font-size: 1.4em;
    text-align: center;

 }


 #common-home {

    position: relative;
 }



 h3.obvious_th_h3 {
    font-family: 'Circe ex-bold';
    font-size: 4em;
    color: #fff;
     margin: 40px 0 20px 0;
 }

 h3.lets-talk-h3 {
    font-family: 'Circe ex-bold';
    font-size: 4em;
    color: #fff;
     margin: 40px 0 20px 0;
 }

button.form-creo-butt-lay {

box-shadow: none;
color: #790000;
background-color: #fff;
margin: 0 auto;
}

button.form-creo-butt-lay:hover {
color: #754C24;
background-color: rgb(215, 219, 159);

}


div.made-img-wrap {

    width: 200px;
    height: auto;
    margin: 40px auto 0 auto;

}

div.made-img-wrap img {

    width: 200px;
    height: auto;
    margin: 40px auto 0 auto;
}


#form-formcreator276 {
    
    border-radius: 20px;
    background-color: #790000;
    padding: 40px 40px;
    display: block;
    position: relative;
    width: 70%;
    margin: 60px auto 0 0;
       
}


#form-formcreator276 h3 {

    font-family: 'Circe ex-bold';
    font-size: 2em;
    text-align: left;
}


#form-box_276 {

    height: 545px;
}


#form-box_276:after {

    content: '';
    display: block;
    background: url('/image/catalog/design/zatochka.png') ;
    width: 630px;
    height: 626px;
    position: relative;
    bottom: 500px;
    left: 700px;
}

#form-formcreator276 label {

    color: #fff;
    font-family: 'Circe bold';

}


#madein-russia h3 {

    font-family: 'Circe ex-bold';
    font-size: 2em;
}

#madein-russia h3, #madein-russia p {
    text-align: center;
    width: 80%;
    margin: 20px auto;
    display: block;
}


img.foter-ico:hover {filter: saturate(10%);}

#footer_block {


    margin-top: 80px;
}

a.foter-mail, a.footer-tel {

    display: block;
    font-family: 'Circe bold';
    
}



a.foter-mail {
    font-size: 2.5em;

}

a.footer-tel {
font-size: 3.7em;

}
 

 p.lets-talk-p 
 {
    width: 80%; 
    margin: 0 auto;
    display: block;
    font-family: 'Circe light';
    font-size: 1.8em;
    text-align: center;

 }


 #howitwork {

    margin-top: 160px;
 }

 #howitwork:before {

    content: '';
    background-image: url('/image/catalog/design/vilka.png') ;
    display: block;
    width: 500px;
    height: 400px;
    position: absolute;
    top: -200px;
    right: 90px;
 }

 ul.obvious_ul li h3 {
display: block;
text-align: left;
font-family: 'Circe bold';
font-size: 2.5em;
 }
 ul.obvious_ul {

    width: 80%;
    margin: 0 auto;
 }

 ul.obvious_ul li p {
    font-family: 'Circe light';
    font-size: 1.4em;
    margin-left: 40px;
 }

 div#obvious_th {

    margin-top: 80px;
 }


 .obviouus_hidemob {

    margin: 60px 0 20px 0;

 }

 ul.obvious_ul li {
     cursor: pointer;
list-style: none;
 } 

 ul.obvious_ul li:before {
left: -20px;
position: relative;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    float: left;
    background: url('/image/catalog/design/plus-l.png');
    background-size: cover;
 }

 

 ul.obvious_ul li:hover:before {

    display: block;
    content: '';
    width: 40px;
    height: 40px;
    float: left;
    background: url('/image/catalog/design/plus-d.png');
    background-size: cover;
 }


 div.howit-zagol {

    text-align: center;
    font-size: 4em;
    font-family: 'Circe ex-bold';

 }

 h2.howit-h2 {
font-family: 'Circe light';
width: 45%;
margin: 15px auto;
font-size: 1.5em;
 }





div.hwt-wrapper {

width: 80%;
margin: 5px auto;


}

h1.hdr-h1-left {

    font-family: 'Graphik LCG SUPER';
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 30px;
    margin-left: -40px;
    text-align: left;
    display: block;

}

h2.hdr-h2-left {
    margin-left: -40px;
    font-family: 'Graphik LCG med';
    color: #fff;
    text-align: left;
    display: block;

}

div.hdr-text-left {
    margin-top:25%;
    
}


span.hdr-circle-left {

    width: 40px;
    height: 40px;
    background-color: #C50000;
    display: block;
    border-radius: 50%;
    position: relative;
    top: 32px;
    left: -10px;
    z-index: 0;
}



div.hdr-text-left p {

    display: block;
    width: 60%;
    font-size: 24px;
    line-height: 130%;
    
    text-align: left;
    color: #fff;
    z-index: 22;
    position: relative;
    
    
}



.hdr-button-podrob {

margin-top: 22%;

}
 
 
 #common-success {
 
     margin-top: 60px;
 }
 
 
 .sucess-check-h1 {
 
     color: #fff;
     
     font-weight: 300;
 
 
 }
 
 .success-check-msg {
 
     width: 80%;
     margin: 40px 0;
 }
 
 .success-check-msg p {
 
     font-size: 18px;
     font-weight: 300;
 text-align: left;
 
 }
 
 .succ-check-img {
 width: 90%;
 }
 
 
 .success-check-msg p a {
 
     text-decoration: underline;
     color: #fff;
     font-weight: 300;
 }
 
 .success-check-btn a.btn {
 padding: 10px 0;
 font-weight: 300;
 font-size: 16px;
 
 }
 
 .cookie_notice_block a {
 
     color: #fff;
 }
 
 
 .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;
 }
 
 
 li.elem-disc-date {
 
     float: right;
 
     font-size: 16px;
     color: #7d0a2b;
     margin-top: 12px;
 }
 
 
 li.elem-disc-date a {
 text-decoration: underline;
     display: inline-block;
     padding: 0 4px 0 0!important;
     margin: 0;
     
     font-size: 16px;
     color: #7d0a2b;
     
 }
 
 
 .article-blog-h3 {
 
 
 display: block;
 font-size: 1em;
 margin: 2px auto;
 padding: 0;
 
 }
 
 
 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: #777;
 
        }
        
 
 #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;
 }
 
 .success-logout {
 
 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: 300;
 
 }
 
 .success-logout p {
     font-size: 18px;
     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;
     
 }
 
 
 /* .new-container h2.wislist-h2 {
 justify-content: left;
     text-align: left;
     padding: 20px 0 10px 40px;
     font-weight: 300;
     color: #444;
 } */
 
 .wishlist-name {
 font-size: 1.2em;
 
 }
 .wishlist-vert-he {
 
     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;
     
     -webkit-line-clamp: 3;
     
     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;
     
 }
 
 
 .wishlist-price {
 vertical-align: middle;
 line-height: 35px;
     color: #fff;
     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%;
 }
 
 
 .content_block_my {
     width: 100%;
     min-width: 100%;
     overflow: hidden;
         
 }
 .content_block_my.hide {
     height: 80px;
 }
 .content_block_my.hide:after{
     content: "";
     display: block;
     height: 45px;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
 }
 
 
 .tags-block-h3 span {
 
     display: inline;
 }
 
 .tags-block-h3 a:before {
 
 display: inline-block;
 content: '#';
 
 
 }
 
 
 .tags-block-h3 a {
     color: #777;
     text-decoration: underline;
 
     display: inline;
 }
 
 
 
 #text-popup-load-window {
 
     z-index: 751;
     
 
 }
 
 #text-popup-load-window .mfp-close {
     width: 74px;
     height: 74px;
     line-height: 74px;
     font-weight: 300;
     color: #444;
     font-style: normal;
     font-size: 50px;
     
 }
 
 
 body.modal-open div.wrapper:before {
     content: '';
     background: url('/image/catalog/popup-reg/bg-40.png') repeat;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 750;
     
      }
     
      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;
 }
 
 .yor-razdel {
 
     font-size: 12px;
     padding: 10px;
     display: block;
 }
 
 .butt-reg-left-bot a img {
 
     width: 60%;
 }
 
 .btn.btn-primary.ll_open_map {
 
     font-weight: 300;
     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;
     
     background-size: contain;
     background-repeat: no-repeat;
 
 }
 
 
 
 .popup-reg-zag-main, .popup-reg-text-big, .popup-reg-text-small, .popup-reg-button {
     
     display: block;
     position: absolute;
     color: #fff;
 }
 
 
 .popup-reg-zag-main {
     font-weight: 900;
     top: 55px;
     left: 53px;
     font-size: 54px;
 }
 
 .popup-reg-text-big {
     font-weight: 600;
     top: 140px;
     left: 53px;
     line-height: 120%;
     font-size: 34px;
 }
 
 .popup-reg-text-small {
     color: #fff;
     font-weight: 300;
     top: 300px;
     left: 53px;
     line-height: 120%;
     font-size: 18px;
 }
 
 .popup-reg-text-small-last {
     color: #fff;
     font-weight: 300;
     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: 600;
      font-size: 20px;
     color: #fff;
     text-decoration: none;
 }
 
 .already-sold {
 
     font-size: 12px;
     color: #666;
     margin-left: 50px;
     
     font-weight: 300;
 
 
 }
 
 .ex-top-group {
 
     display: none;
 }
 
 
 .heading-review-bottom {
 display: block;
 font-size: 30px;
 text-align: center;
 font-weight: 600;
 text-transform: uppercase;
 color: #444;
 
 
 }
 
 
 .prmn-cmngr__confirm-btns input.btn {
 display: block;
 margin: 0 10px;
     width: 38%;
     float: left;
 
 
 }
 
 h2.heading-two-two {
 text-align: left;
     display: block;
 line-height: 130%;
     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 {
     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 {
     margin: 20px auto;
 display: block;
     text-align: center;
     font-size: 30px;
 }
 
 h3.page-title-gift {
     margin: 10px auto;
     display: block;
     text-align: center;
     font-size: 30px;
     font-weight: 300;
 }
 
 .page-title-gift {
     margin: 10px auto;
 display: block;
     text-align: center;
 }
 
 .gift-desc-menu {
 font-size: 24px;
 margin: 20px 0;
 font-weight: 300;
 
 }
 
 
 .product-info__item .rb-tr {
     
 }
 
 .product-info__item .rb-tl  {
     
  /* top: -10px;
  left: 0px; */
 }
 
 
 #head-zagff-ocli {
 display: block;
 text-align: center;
 text-transform: uppercase;
 color: #444;
 margin-bottom: 20px;
 font-weight: 300;
     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: #fff;
     color: #fff;
     padding: 4px 18px 6px 18px;
     
 
 }
 
 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 {
 
     
     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;
     
 }
 
 
 
 a.news-button {
 
     padding: 5px 10px;
     border-radius: 14px;
     margin: 10px 0;
     background-color: #fff;
     color: #fff;
 }
 
 
 a.news-button:hover {
 
     text-decoration: underline;
     
     background-color: #777;
     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 {
 
     
     overflow: hidden;
 }
 
 
 div.slick-track {
     
     overflow: hidden;
 
 }
 
 
 .whatsapp-head-block {
 
     float: right;
     margin-left: 40px;
     margin-top: 5px;
 
 }
 
 .page-cont-head-desc {
 
     float: left;
 }
 
 
 p.page-contacts__hours {
 
     display: block; 
     width: 140%;
     padding-top: 3px;
 }
 
 #slick-1 > div.slider-two.slick-initialized.slick-slider > div > div > div.slide.slick-slide.slick-current.slick-active > a > picture > img
 {
     overflow: hidden;
     
 }
 
 
 #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 #100F13;
     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;
     
     cursor: pointer;
     height: 22px;
     width: 22px;
     user-select: none;
 }
 
 #rating-star label:before {
     font-family: 'FontAwesome';
     content: '\f005';
     font-size: 18px;
     display: block;
     
     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 {
 
     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
 
 
  {
     
     width: 100%;
         margin: 0 auto;
         display: block;
     }
     
 
 
 .simple_socnetauth2_bline_links table {
 
 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: auto;
     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: 12px;
     
     }
     
 
 div.radio.style-aida-box > input {

 } 
 
 
 div.radio.style-aida-box > input + label {
     border: 1px solid #7f7f7f;
     
 }
 
 
 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;
  
 }
 
 
 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;
  
 }
 
 
 
 
 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: #fff;
     padding: 20px 0 5px 20px;
     }
 
 
 
     span.payment-on-dolya span {
         display: block;
         font-size: 24px;
         color: #fff;
         padding: 20px 0 5px 20px;
         }
     
 
 
     span.payment-method-tink span {
         display: block;
         font-size: 24px;
         color: #fff;
         padding: 20px 0 5px 20px;
         }

 
 div.radio.style-aida-box > input:checked + label {
     border: 1px solid #100F13;
     background-color: #fff;
     
   }
 


span.payment-block-style {
    display: block;
    font-family: 'Circe';
    font-size: 28px !important;
    text-align: right;
    line-height: 130%;
    
       }
    


   span.payment-on-delivery {
display: block;
font-family: 'Circe';
font-size: 28px;
text-align: right;
line-height: 130%;

   }

   div.radio.style-aida-box > input:checked + label span {
    color: #100F13 !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(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(2) 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(2) 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') 60% 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') 60% center no-repeat;
     font-weight: 700 !important;
 
 }
 
 
  .digi-dolyame-button.digi-dolyame-button-2428 {
    width: 48.5% !important;
    background-color: #666;
     }




 #product-product.container-fluid {
     background: #E9EAEC;
 }
 
 #art_block_minus {
 
 z-index: 11;
     margin-top: -40px;
     background: #fff;
 } 
 
 
 /* tooltip */
 
 #tooltip{
     background:#100F13;
     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 #100F13;
     padding:5px 8px;
     font-size:12px;
     text-shadow:none;
 }
 #tooltip:before{
     position: absolute;
     width: 0;
     height: 0;
     line-height: 0;
     border: 6px solid #100F13;
     top: -6px;
     left:15px;
     border-bottom-style: solid;
     border-top: none;
     border-left-color: transparent;
     border-right-color: transparent;
     content:'';
 }
 
 
 
 
 #tooltipp{
     background:#100F13;
     color:#fff;
     text-align:center;
     font-size: 12px;
     padding:6px 0;
     position:absolute;
     max-width:250px;
     z-index:9999;
     display:none;
     border-radius:3px;
     box-shadow:4px 4px 8px #100F13;
     padding:5px 8px;
     
     text-shadow:none;
 }
 #tooltipp:before{
     position: absolute;
     width: 0;
     height: 0;
     line-height: 0;
     border: 6px solid #100F13;
     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 {
      border: none;
     background-color: #fff;
     padding: 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: #fff;
 font-weight: 300;
 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: #777;
 left: 66%;
 width: 200px;
 
 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: #fff;
 font-weight: 300;
 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: 300;
     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 {
     
     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;
     
     padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
     height: 0;
     overflow: hidden;
 }
 
 
 
 
 div.video-campion-vid  iframe {
 
     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 ;
 }
 
 span#cart-total {
 padding: 0 20px;
     color: #444;
     font-weight: 300;
 font-size: 12px;
 
 }
 
 a.header__logo {
 
     cursor: pointer;
     display: block;
     
     
 }
 
 
 
 
 
 
 
 
 
 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;
 }
 

 .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: #fff;
 }
 
 
 a.prmn-cmngr__city:hover {
 
     color: #fff;
 }
 
 
 .simplecheckout-warning-text.txt-shipping-1 {
 
     padding: 6px;
     background: #100F13;
     color: #fff;
     font-weight: 300;
 }
 
 
 .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: #fff;
     margin: 0;
     padding: 6px;
     
 
 }
 
 
 #ozon-hide-pvz-simple a {
     transition: none;
     color: #fff;
     text-align: center;
     font-weight: 300;
     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: #7d0a2b;
 }
 
 
 
 
 #carousel-MY {
     width: 100%;
         height: 580px;
          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 */
             ::-webkit-scrollbar {
                 width: 3px;
                 padding-right: 4px;
                 margin-right: 10px;
             }
           
             /* Track */
             ::-webkit-scrollbar-track {
                 background: #fff;
                 border-radius: 5px;
             }
           
             /* Handle */
             ::-webkit-scrollbar-thumb {
                 background: #100F13;
                 border-radius: 5px;
             }
           
             /* Handle on hover */
             ::-webkit-scrollbar-thumb:hover {
                 background: #100F13;
             }
     
     
     
 
            .tabs__container::-webkit-scrollbar {
 
 
            height: 2px;
            background-color: rgb(87, 0, 68);
            margin-bottom: 5px;
 
 
             }
     
     #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: block;
         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 {
     
     
     
     display: block;
     width: 100%;
     height: 400px;
     
     -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);

 }
 
 .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: 270px;
     
     font-size: 20px;
     line-height: 2;
     font-weight: 500;
     color: #fff;
     text-transform: normal;
     text-decoration: none;
     padding: 5px 10px;
 }
 
 .catalog-drop-menu__item > ul > li > a:hover, .catalog-drop-menu__item > ul > li > a:focus {
     text-decoration: none;
     font-weight: 300;
     color: #7d0a2b;
 }
 
 .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: 300;
     color: #787878;
     text-decoration: none;
 }
 
 .catalog-drop-menu__item > .catalog-drop-menu__title {
     
     width: 100%;
     padding: 15px 50px 25px 20px;
     padding-right: calc(100% - 250px);
     
     font-size: 18px;
     line-height: 2;
     font-weight: 300;
     color: #fff;
     border-bottom: 1px solid #e5e5e5;
     display: block;
     cursor: pointer;
 }
 
 
 .catalog-drop-menu__item.active > .catalog-drop-menu__title {
     
     width: 100%;
     padding: 15px 50px 25px 20px;
     padding-right: calc(100% - 250px);
     
     font-size: 18px;
     line-height: 2;
     font-weight: 300;
     color: #fff;
     border-bottom: 1px solid #e5e5e5;
     display: block;
     cursor: pointer;
 }
 
 
 
 .catalog-drop-menu__item .catalog-drop-menu__title:after {
     border-bottom: 1px solid #100F13;
     border-right: 1px solid #100F13;
     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: #fff;
 }
 
 
 .submenu {
     position: absolute;
     z-index: 1000;
     top: 0;
     left: 276px;
     width: calc(100% - 276px);
     background-color: #fff;
     height: calc(100% - 1px);
     overflow: visible;
     display: none;
 }
 
 span.simplelogin-button {
 
     top: -3px;
     background-color: #fff;
     border: 2px solid #cb11ab;
     padding: 2px 6px;
     color: #cb11ab;
     padding: 3px 16px;
     border-radius: 24px;
     font-weight: 300;
 }
 
 
 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 #100F13;
 }
 
 
 
 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% / 3); 
       float: left;
       height: 398px;
 }
 
 
 .submenu__inner:nth-of-type(1) {
     
     padding: 0 0 0 20px;
     
 }
 
 
 .submenu__inner:nth-of-type(3) {
     
     padding: 0 20px 0 0;
     
 }
 
 
 .submenu__inner_g {
 
     background-color: #fff;
     padding: 0 20px;
       width: 100%; 
       float: left;
     
 }
 
 
 .submenu__top {
     line-height: 1;
     padding: 5px 0 5px;
     
     
     display: block;
     -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 #100F13;
 }
 
 .submenu__title {
     
     margin: 0;
     padding: 10px 0 5px 25px;
     
     font-size: 18px;
     line-height: 20px;
     font-weight: 300;
     color: #fff;
     }
 
 .submenu__catalog {
     
     font-size: 12px;
     line-height: 36px;
     font-weight: 300;
     color: #787878;
 }
 
 .submenu__list {
     
     
     display: block;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -10px;
     padding: 0;
     list-style: none;
 }
 
 .submenu__item {
     /* width: calc(100% / 3); */
     width: 100%;
     padding: 2px 5px 8px 5px;
 }
 
 .submenu__link {
     
     
     display: block;
     -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-size: 16px;
     line-height: 18px;
     font-weight: 300;
     color: #fff;
     width: 100%;
     padding: 10px 30px;
     min-height: 45px;
     text-decoration: none;
     background: none transparent;
 }
 
 .submenu__link:hover, .submenu__link:focus {
     
     border-radius: 0;
     border-bottom: 2px inset #100F13;
     text-decoration: none;
     color: #fff;
     outline: 4px;
 }
 
 .mobile-menu {
     
     
     display: block;
     -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: 99;
     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;
 }
 
 .mobile-menu__close {
     margin: 0 0 25px;
     padding: 0;
     border: 0;
     background: transparent;
     font-size: 16px;
     color: #fff;
     border-bottom: 1px dashed #100F13;
 }
 
 .mobile-menu__container {
     
     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 {
     
 }
 
 .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: #fff;
 }
 
 .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 {
     
 }
 
 .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: 300;
     color: #fff;
     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: #fff;
     font-size: 16px;
     padding-top: 10px;
     padding-bottom: 5px;
 }
 
 .mobile-menu__drop-item > ul > li.dropdown {
     
 }
 
 .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: #fff;
     font-size: 16px;
     padding: 5px 0;
 }
 
 .mobile-menu__title {
     margin: 0 0 30px;
     font-weight: 300;
     color: #fff;
     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: #100F13;
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #e5e5e5;
 }
 
 @media (max-width: 576px) {
     .footer {
         padding: 20px 0 0;
     }
 }
 
 .footer::before {
     display: none;
 }
 
 .footer__logo {
     width: 192px;
     height: 47px;
 }
 
 .footer__text {
     display: block;
     vertical-align: baseline;
     margin: 0;
     color: #e5e5e5;
 }
 
 .footer__text--center {
     max-width: 493px;
     text-align: center;
 }
 
 .footer__text a {
     color: #e5e5e5;
 }
 
 .footer__middle {
     
     
     display: block;
     -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: block;
     
     
     
     
     width: 25%;
     max-width: 246px;
     padding-right: 25px;
 }
 
 @media (max-width: 767px) {
     .footer__item {
         width: 50%;
     }
 .footer__logo {
 display: block;
 width: 60%;
 margin: 10px auto;
 
 
 }
 
 }
 
 @media (max-width: 576px) {
 .footer__item {
         -webkit-box-orient: horizontal;
         
             -ms-flex-direction: row;
                 flex-direction: row;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
         width: 48%;
         min-width: 48%;
         margin-right: 0;
         text-transform: uppercase;
     }
 
 
    
 }
 

 span.user_name
 
 
 .footer__item:last-child {
     padding-right: 0;
 }
 
 .footer__item .footer__text {
    text-transform: none;
     max-width: 164px;
     margin-bottom: 4px;
     text-decoration: none;
     font-weight: 300;
 }
 
 .footer__item .footer__text:hover, .footer__item .footer__text:focus {
     font-weight: 300;
     color: #f9f9f9;
 }
 
 .footer__title {
     margin: 0 0 14px;
     
     font-size: 12px;
     line-height: 24px;
     font-weight: 300;
     color: #e5e5e5;
     text-decoration: none;
     text-transform: uppercase;
 }
 
 @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: block;
     -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: block;
     padding: 7.5px;
 }
 
 .footer__social-link:hover svg, .footer__social-link:focus svg {
     fill: #f9f9f9;
 }
 
 .footer__social-link svg {
     fill: #A6A6A6;
 }
 
 .footer__bottom {
     
     
     display: block;
     -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;

 }
 
 @media (max-width: 991px) {
     .footer__bottom {
         padding-top: 30px;
         
         
         
         
         -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: 2px;
     }
 }
 
 .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 {
     
     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: block;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .promo-slider__item {
     
     overflow: hidden;
     width: 100%;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .main-banner {
     
     
     display: block;
     min-height: 525px;
     height: 525px;
     /*&__media {
         
         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 {
         
         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: block;
     justify-content: center;
     
     /* padding: 70px 20px 70px; */
     width: 100%;
 
 }
 
 .main-banner__info {
     
     
     display: block;
     
     
     
     
     -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 {
     
     top: 50%;
     left: 50%;
     display: block;
     width: 100%;
     transform: translate(-50%, -50%);
 }
 
 
 .main-banner__container {
     
     /*background: #727272;*/
     background-color: #fff;
 }
 
 img.main-banner__bg {
     
     width: 100%;
     min-width: 100%;
     height: auto;
     z-index: -1;
     
     overflow: hidden;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: bottom;
     object-position: bottom;
 
     left: 0;
     top: 0;

 }
 
 .main-banner__bg-sale {
     position: absolute;
     top: 0;
     left: 0;
 }
 
 .main-banner__title {
     width: 100%;
     margin: 0 0 23px;
     
     font-size: 40px;
     line-height: 50px;
     font-weight: 800;
     color: #fff;
 
 
 }
 
 @media (max-width: 767px) {
     .main-banner__title {
         font-size: 28px;
         line-height: 36px;
     }
 }
 
 .main-banner__title strong {
     color: #7d0a2b;
     font-weight: inherit;
 }
 
 .main-banner__text {
     margin: 0 0 15px;
     
     font-size: 16px;
     line-height: 2;
     font-weight: 300;
     color: #fff;
     /*@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: block;
     -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: block;
     -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: block;
     -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-size: 16px;
     line-height: 22px;
     font-weight: 300;
     color: #fff;
 }
 
 .advantages-section__item .advantages-section__title {
     margin: 0;
 }
 
 .advantages-section__text {
     margin: 0 0 10px;
     
     font-size: 12px;
     line-height: 22px;
     font-weight: 300;
     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: block;
     -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: block;
     -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: block;
     
     
     
     
     -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 #100F13;
     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: block;
     -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;
         
     }
 
 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: calc(100% / 3);
     padding: 0 10px 20px;
 }



 #common-home > div > section > div > ul > li.categories-section__item:nth-child(1) {
    width: calc(100% / 1.5);
 }


 
 #common-home > div > section > div > ul > li.categories-section__item:nth-child(4) {
    width: calc(100% / 1.5);
 }



 #common-home > div > section > div > ul > li.categories-section__item:nth-child(5) {
    width: calc(100% / 1.5);
 }



 
 @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: block;
     
     
     
     
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: #F9F9F9;
     padding: 0;
     height: 100%;
     text-decoration: none;
 }
 
 .categories-section__item--middle .categories-section__inner {
     -webkit-box-orient: horizontal;
     
     -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-align: center;
         -ms-flex-align: center;
         align-items: center;
         padding: 25px;
     }
 }
 
 .categories-section__image {
     
     
     
     display: block;
     -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 {
     
     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-size: 20px;
     line-height: 1.2;
     font-weight: 300;
     color: #fff;
 }
 
 .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: #7d0a2b;
 }
 
 .about-section {
     
     width: 100%;
     
     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: block;
 }
 
 .about-section__info {
     width: 50%;
 }
 
 @media (max-width: 991px) {
     .about-section__info {
         width: 60%;
     }
 }
 
 @media (max-width: 767px) {
     .about-section__info {
         
         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-size: 16px;
     line-height: 26px;
     font-weight: 300;
     color: #fff;
 }
 
 .about-section__text {
     margin: 0 0 65px;
     
     font-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #fff;
 }
 
 @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 {
     
     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 {
     
     padding: 40px 20px;
     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: 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: block;
     -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-size: 16px;
     line-height: 22px;
     font-weight: 350;
     color: #fff;
 }
 
 @media (max-width: 575px) {
     .feedback-section__text {
         text-align: center;
     }
 }
 
 .feedback-section__hours {
     margin: 0;
     
     
     font-size: 16px;
     line-height: 22px;
     font-weight: 300;
     color: #7d0a2b;
 }
 
 @media (max-width: 575px) {
     .feedback-section__hours {
         text-align: center;
     }
 
  
 }
 
 
 
 
 .feedback-section__btn {
     margin-bottom: 20px;
 }
 
 .feedback-section__socials {
     
     
     display: block;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 .feedback-section__social {
     
     
     display: block;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #fff;
     text-decoration: none;
 }
 
 .feedback-section__social:hover, .feedback-section__social:focus {
     color: #fff;
 }
 
 .feedback-section__social:hover svg, .feedback-section__social:focus svg {
     fill: #100F13;
 }
 
 .feedback-section__social svg {
     width: 26px;
     height: 26px;
     margin-right: 10px;
     fill: #100F13;
 }
 
 .news-section {
     margin-bottom: 24px;
 }
 
 .news-section__header {
     
     
     display: block;
     -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 {
         
         
         
         
     }
 }
 
 .news-section__title {
     display: inline-block;
     vertical-align: baseline;
     margin: 0 20px 20px 0;
     
     font-size: 20px;
     line-height: 30px;
     font-weight: 300;
     color: #fff;
 }
 
 @media (max-width: 991px) {
     .news-section__title {
         text-align: center;
     }
 }
 
 .news-section__title a {
     color: #7d0a2b;
     -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 #7d0a2b;
     text-decoration: underline solid #7d0a2b;
 }
 
 .news-section__btn {
     margin-bottom: 20px;
 }
 
 .news-section__inner {
     
     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: block;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 0 29px;
     padding: 0;
     list-style: none;
 }
 
 @media (max-width: 767px) {
     .catalog-categories {
         
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         overflow-x: auto;
         margin-bottom: 2px;
     }
 }
 
 .catalog-categories__link {
     width: auto;
     min-width: 110px;
     min-height: 42px;
     height: 42px;
     padding: 10px 27px 8px;
     margin: 0 10px 10px 0;
     line-height: 24px;
     font-size: 12px;
     font-weight: 300;
 }
 
 .catalog-sort {
     
     
     display: block;
     -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;
     margin-bottom: 20px;
 }
 
 @media (max-width: 767px) {
     .catalog-sort__filters {
         padding-left: 20px;
     }
 }
 
 .catalog-sort__filters form {
     
     
     display: block;
     -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: block;
     height: 49px;
 }
 
 
 
 .catalog-sort__tab {
     
     
     display: block;
     -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;
     border-left: 1px solid #e5e5e5;
     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: #7d0a2b;
     fill: #7d0a2b;
 }
 
 .catalog-cards {
     
     
     display: block;
     -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-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-size: 24px;
     line-height: 30px;
     font-weight: 300;
     text-align: center; 
     color: #787878;
     text-decoration: none;
 }
 
 .card__title_landing:hover, .card__title_landing:focus {
     color: #fff;
 }
 
 /*--- end landing ---*/
 
 
 @media (max-width: 991px) {
     .catalog-cards__item {
         width: 50%;
     }
 }
 
 @media (max-width: 575px) {
     .catalog-cards__item {
         width: 100%;
     }
 }
 
 
 
 
 
 
 
 .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: block;
     -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-top: none;
     border-radius: 3px;
 }
 
 @media (max-width: 767px) {
     .catalog-filters form {
         display: none;
     }
 }
 
 .catalog-filters__container {
     
     
     display: block;
     
     
     
     
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .catalog-filters__title {
     
     
     
     display: block;
     -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-size: 16px;
     line-height: 24px;
     font-weight: 300;
     color: #fff;
     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: #100F13;
     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 {
     
     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 {
     
     padding: 8px 0 8px 22px;
     margin: 0;
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #787878;
     cursor: pointer;
 }
 
 .radio-item label:hover::before, .radio-item label:focus::before {
     border-color: #7d0a2b;
 }
 
 .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: #7d0a2b;
     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: block;
     -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;
     
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #fff;
     padding: 0 0 0 5px;
 }
 
 .input-range label {
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #fff;
     margin: 0 5px;
 }
 
 .input-range input {
     width: auto;
     padding: 0;
     height: 28px;
     border: none;
     background: transparent;
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #fff;
 }
 
 .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 #7d0a2b;
     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: #7d0a2b;
     height: 3px;
 }
 
 .product-info__container {
     
     
     
     display: block;
     -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: block;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
 }
 
 .product-info__container:last-child {
     margin-bottom: 40px;
 }
 
 .product-info__item {
     
     width: calc(50% - 20px);
     
     
     display: block;
     -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-rel {
     
     width: 100%;
     
     
     display: block;
     -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: 20px 0 0 0;
     
     font-size: 12px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     display: block;
     text-align: left;
 }
 
 .product-info__popular {
     margin: 0 40px 0 0;
     
     font-size: 12px;
     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: block;
     -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-size: 12px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     margin-right: 10px;
 }
 
 .product-info__image {
     
     
     display: block;
     -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;
     /**/
 }
 
 
 
 .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;
     
 }
 
 .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: block;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
 }
 
 .product-info__price {
     margin: 19px 0 15px;
     
     font-size: 20px;
     line-height: 29px;
     font-weight: 300;
     color: #fff;
 }
 
 .product-info__price svg {
     width: 14px;
     height: 15px;
     fill: #100F13;
 }
 
 .product-info__availability {
     
     margin: 19px 0 15px;
     
     font-size: 16px;
     line-height: 1.2;
     color: #fff;
     padding-left: 17px;
 }
 
 .product-info__availability::before {
     position: absolute;
     left: 0;
     top: calc(50% - 4px);
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #7d0a2b;
     content: "";
 }
 
 .product-info__controls {
     width: 100%;
     margin: 0;
     
     
     display: block;
     -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 0;
 }
 
 .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;
     }
 
 
 .product-info__delivery {
     width: 100%;
     padding: 39px 36px 37px;
     
     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: block;
     -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: #fff;
     border-color: #100F13;
 }
 
 .product-info__title {
     margin: 0 0 13px;
     
     font-size: 20px;
     line-height: 30px;
     font-weight: 300;
     color: #fff;
 }
 
 .product-info__delivery-item {
     margin: 0 0 6px;
     
     font-size: 16px;
     line-height: 22px;
     font-weight: 350;
     color: #787878;
 }
 
 .product-info__delivery-item span {
     color: #7d0a2b;
     font-weight: 400px;
 }
 
 .product-info__tabs {
     width: 100%;
     margin-top: 5px;
 }
 
 .product-info__tabs .tabs__tab {
     margin-bottom: 30px;
 }
 
 .product-info__tabs .tabs__container {
     margin-top: 0;
 }
 
 .product-info__property {
     
     
     
     display: block;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     margin-bottom: 19px;
 }
 
 .product-info__property span {
     background: #fff;
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #464855;
 }
 
 .product-info__property span:last-child {
     
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
     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-size: 16px;
     line-height: 26px;
     font-weight: 350;
     color: #fff;
 }
 
 .product-info__sum {
     width: 100%;
     max-width: 415px;
     
     
     display: block;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     
     font-size: 18px;
     line-height: 27px;
     font-weight: 300;
     color: #fff;
     margin: 0;
     padding: 15px 0;
 }
 
 .product-info__sum svg {
     width: 10px;
     height: 13px;
     fill: #100F13;
 }
 
 .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-size: 16px;
     line-height: 24px;
     font-weight: 300;
     color: #fff;
 }
 
 .product-info__order-item {
     
     
     display: block;
     -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-size: 16px;
     line-height: 24px;
     font-weight: 350;
     color: #fff;
 }
 
 .product-info__order-item span {
     margin-right: 8px;
     display: inline-block;
 }
 
 .product-info__remove {
     
     
     display: block;
     -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;
 }
 
 .product-info__remove:hover svg, .product-info__remove:focus svg {
     stroke: #100F13;
 }
 
 .product-info__remove svg {
     width: 12px;
     height: 12px;
     stroke: #100F13;
 }
 
 .product-colors {
     
     
     display: block;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 0;
     width: 100%;
     
     border-top: none;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     margin-bottom: 20px;
 }
 
 .product-colors__title {
     
     
     display: block;
     
     
     
     
     -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 20px;
     
     font-size: 16px;
     line-height: 24px;
     font-weight: 300;
     color: #fff;
     border-right: 1px solid #E5E5E5;
 }
 
 .product-colors__title span {
 
      word-wrap: break-word;
 }
 
 
 .product-colors__slider {
     
     width: calc(100% - 180px);
     padding: 0 30px;
     margin: 0 auto;
 }
 
 .product-colors__slider form {
     
     
     display: block;
     width: 100%;
     
     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: block;
     width: 100%;
     
     overflow: hidden;
 }
 
 .product-colors__list {
     
     
     display: block;
     width: 100%;
     margin: 0 -5px;
     padding: 0;
     list-style: none;
 }
 
 .product-colors__item {
     
     
     display: block;
     -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%;
     }
 }
 
 .product-colors__item label {
     
     
     display: block;
     -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-radius: 3px;
     cursor: pointer;
     margin: 0;
 }
 
 .product-colors__item input:checked + label {
     border-color: #100F13;
 }
 
 .rait {
     margin: 0 20px 0 0;
     
     
     display: block;
     -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: #7d0a2b;
     stroke: #7d0a2b;
 }
 
 .rait__link {
     
     font-size: 12px;
     line-height: 2;
     font-weight: 350;
     color: #787878;
     text-decoration: underline;
 }
 
 .rait__link:hover, .rait__link:focus {
     color: #fff;
 }
 
 .quantity-block {
     
     
     
     display: block;
     -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-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: #fff;
     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: #fff;
 }
 
 .quantity-block input {
     text-align: center;
     width: 17px;
     height: 37px;
     padding: 13px 0 12px;
     font-size: 16px;
     line-height: 1.2;
     color: #fff;
     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: block;
     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 {
     
     width: 73px;
     height: 560px;
     overflow: hidden;
 }
 
 .product-gallery__thumb-item {
     
     
     display: block;
     -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;
     
     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: #100F13;
 }
 
 .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 {
     
     
     
     display: block;
     -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;
     
     overflow: hidden;
 }
 
 .product-gallery__top-list {
     width: 100%;
     
     
     display: block;
 }
 
 .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-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: block;
     -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: block;
     -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-size: 16px;
     line-height: 24px;
     font-weight: 300;
     color: #fff;
     text-align: left !important;
 }
 
 .calc-item__list {
     
     
     display: block;
     -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: block;
     -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-size: 12px;
     line-height: 21px;
     font-weight: 350;
     color: #787878;
 }
 
 .calc-item__current span {
     
     
     display: block;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     margin-left: 5px;
 }
 
 .calc-item__current b {
     color: #fff;
 }
 
 .calc-item__current-icon {
     display: inline-block;
     vertical-align: middle;
     width: 25px;
     height: 25px;
     border-radius: 3px;
     margin-left: 17px;
 }
 
 .calc-item__check label {
     
     /*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: #100F13;
 }
 
 .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 {
     
     
     
     display: block;
     
     
     
     
     -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-size: 12px;
     line-height: 21px;
     font-weight: 300;
     color: #fff;
     text-align: center;
 }
 
 .calc-item__remove {
     position: absolute;
     border: none;
     background: transparent;
     width: 10px;
     height: 10px;
     top: 0;
     right: 15px;
 }
 
 .calc-slider {
     
 }
 
 .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 #7d0a2b;
     box-shadow: 0 0 0 1px #7d0a2b;
 }
 
 .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 {
     
     overflow-x: hidden;
 }
 
 .image-big-slider__list {
     
     
     display: block;
 }
 
 .image-big-slider__item {
     
     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;
 }
 
 
 .slider__nav {
     position: absolute;
     z-index: 2;
     top: -50px;
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 
 
 
 .slider__nav-rel {
     position: absolute;
     right: 10px;
     z-index: 2;
     top: calc(50% - 50px);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 
 @media (max-width: 991px) {
     .slider__nav {
         display: none;
     }
 }
 
 .slider__nav--prev {
     
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
 }
 
 .slider__list {
     list-style: none;
 }
 
 .slider__pagination {
     padding: 0 0 20px;
     width: 100%;
 }
 
 .slider__pagination .container {
     
     
     display: block;
     -webkit-box-pack: start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
 }
 
 .slider .swiper-pagination-bullet {
     
     width: 40px;
     height: 1px;
     background: #E5E5E5;
     z-index: 2;
 }
 
 .slider .swiper-pagination-bullet::before {
     top: -1px;
     height: 3px;
     width: 0;
     position: absolute;
     content: '';
     background: #100F13;
     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: #100F13 !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 {
     
     padding-bottom: 20px;
 }
 
 
 
 .cards-slider-rel {
     
     padding-bottom: 1px;
 }
 
 
 .cards-slider__prev-rel {
     left: auto;
     right: calc(100% - 2px);
 }
 
 
 .cards-slider__next-rel {
     left: calc(100% - 2px);
 }
 
 
 
 
 .cards-slider__prev {
     
     right: 60px;
 }
 

 .cards-slider__prev svg {


 }

 .cards-slider__next {
     right: 20px;
 }
 

 .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 {

     background-color: #fff;
     line-height: 1.5;

 }
 
 .alert-success a {
     color: #fff;
 }
 
 
 
 