html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Arial', sans-serif;font-size: 14px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #373737;overflow-x: hidden;margin:0;padding:0;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrapper {overflow: hidden;}
@media (min-width: 768px) {
  .wrapper._cart {
    overflow: initial;
  }
}
.container {margin-right:auto;margin-left:auto;padding-left: 15px;padding-right: 15px;}
.row {margin-left: -15px;margin-right: -15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
.clear {clear:both;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
.no-gutters {margin-left:0;margin-right:0;}
.no-gutters > .col,.no-gutters >[class*=col-] {padding-right: 0;padding-left: 0}
a {color: inherit;text-decoration:none;cursor:pointer;}
a:hover, a:active {outline:0;text-decoration:none;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
p {margin: 0 0 15px 0;line-height: 1.5;}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {-webkit-appearance: none}
input[type=number] {-moz-appearance: textfield}
button {padding: 0;border: 0;background: 0 0}
button,input,textarea {font: inherit}
button:not([disabled]) {cursor: pointer}
a,button,input,textarea {color: inherit;outline: 0}
input, select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], input[type="search"] {outline: 0;}
input[type="text"], input[type="number"], textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;-moz-appearance: textfield;}
textarea {
  width: 100%;
  resize: none;
  border: 1px solid #dadada;
  font-size: 16px;
  padding: 15px 12px;
  height: auto!important;
  border-radius: 5px;  
}
select:focus, textarea:focus {outline: 0;border-color: #000;}
/**/
.input {display: block;height: 45px;line-height: 45px;width: 100%;max-width: 450px;padding: 0px 15px;border: 1px solid #dadada;border-radius: 5px;font-size: 16px;}
.input:hover {border: 1px solid #fcccd5;}
.input:focus {border-color: #ff9daf;}
.input.input--error,.input.invalidInput {border-color: #ff9daf}
.input.invalidInput + label {display: block;color: #ff9daf;font-size: 12px;text-align: left;margin-top: 5px}
.input::-webkit-input-placeholder {color: #888888}
.input::-moz-placeholder {color: #888888}
.input:-ms-input-placeholder {color: #888888}
.input:-moz-placeholder {color: #888888}
/* Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
  -webkit-text-fill-color: #2e2e2e !important; /* цвет текста */
  color: #2e2e2e !important; /* цвет текста */
}   
/* Кастомный скролл на webkit*/
@media all and (min-width: 992px) {
  ::-webkit-scrollbar-track {border-radius: 0;background-color: #edf1f4}
  ::-webkit-scrollbar {width: 7px;height: 2px;background-color: #f5f5f5}
  ::-webkit-scrollbar-thumb {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #2e2e2e}
}
/**/
select {font-size: 16px;}
select.input {-webkit-appearance: menulist;cursor: pointer;font-size: 16px;}
/* Цвет плейсхолдера */
::-webkit-input-placeholder {color: #cacaca}
::-moz-placeholder {color: #cacaca}
:-moz-placeholder {color: #cacaca}
:-ms-input-placeholder {color: #cacaca}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* Radio input*/
.radio {position: relative}
.radio .radio-hidden {display: none}
.radio .radio-name {position: relative;display: block;padding-left: 28px;line-height: 20px;cursor: pointer}
.radio .radio-name:after,.radio .radio-name:before {position: absolute;background-color: #fff;content: ''}
.radio .radio-name:before {top: 0;left: 0;width: 20px;height: 20px;border: 2px solid #dadada;border-radius: 50%;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.radio .radio-name:after {top: 5px;left: 5px;width: 10px;height: 10px;border-radius: 100%;background: #ff9daf;opacity: 0;visibility: hidden;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
.radio .radio-hidden:checked + .radio-name:after {opacity: 1;visibility: visible;}
.radio .radio-hidden:checked + .radio-name:before {border-color: #ff9daf;}
.radio .radio-name:hover:before {border-color: #888888}
/* Checkbox input*/
.checkbox-hidden {display: none;visibility: hidden}
.checkbox-name {position: relative;display: block;padding-left: 28px;text-align: left;line-height: 20px;cursor: pointer;user-select: none}
.checkbox-name:after,.checkbox-name:before {content: ''}
.checkbox-name:before {position: absolute;top: 0;left: 0;width: 17px;height: 17px;border: 1px solid #fcccd5;background-color: #f2f5f7;border-radius: 3px;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;border-radius: 50%;}
.checkbox-name:hover:before {    border-color: #ff9daf;}
.checkbox-hidden:disabled + .checkbox-name:hover:before {
  border-color: #dadada;
}
.checkbox-name:after {position: absolute;top: 4px;left: 4px;width: 9px;height: 9px;background-color: #ff6277;background-position: -2px;border-radius: 50%;opacity: 0;visibility: hidden;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
.checkbox-name._colored:before {
  width: 18px;
  height: 18px;
  border: 2px solid #dadada;
  border-radius: 3px;
}
.checkbox-name._colored:after {content: '\e5ca';font-family: 'Material Icons';font-size: 18px;background: none;border-radius: 0;top: -2px;left: 0;color: #fff;}
.checkbox-hidden:checked + .checkbox-name:after,.checkbox-hidden[checked=checked] + .checkbox-name:after {opacity: 1;visibility: visible;}
.checkbox-hidden:checked + .checkbox-name {
  color: #ff6277;  
}
.checkbox-hidden:checked + .checkbox-name._colored:before {background: #ff6277;border-color: #ff6277;}
.checkbox-hidden:disabled + .checkbox-name {color: #808080;cursor: default}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;line-height:1.3;margin:0;padding:0;font-family: 'Arial',Arial, sans-serif;font-weight: 700;color: #373737;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
/* Вспомогательные классы */
ol.unstyled, ul.unstyled {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
dt, dd {line-height: 1.4;}
.required em {color: #ff9daf;}
.left {float: left;}
.right {float: right;}
.col-left {float: left !important;}
.col-right {float: right !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-italic {font-style: italic !important;}
.bold {font-weight:bold;}
.noscript {position: relative;text-align: center;background-color: #ff9daf;color: #fff;top: 0;z-index: 999;width: 100%;padding: 10px 0;}
.noscript h4, .noscript h5 {color: #fff;}
.underline {text-decoration: underline;}
.underline:hover {text-decoration:none;}
.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.selectable {-webkit-user-select: auto;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.f-fix {float: left;width: 100%;}
.red {color: #E80636;}
.fadeout {opacity: 0;filter: alpha(opacity=0);}
.fadein {opacity: 1;filter: alpha(opacity=100);}
.separator {display: inline-block;width: 1px;height: 18px;background: #000000;margin: 0 5px;text-indent: 9999px;}
.tc {color: #ff9daf!important}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #ff9daf;text-align: left;line-height: 25px}
.block-bg {border: 1px solid #dadada;background-color: #fff;overflow: hidden}
.gradient-bg {background: linear-gradient(to top,#f3dfd6 0,#f2f5f7 100%)}
.gradient-bg .DescriptionBlock {background: 0 0}
.products-container.index .block-bg:before {content: '';width: 100%;height: 1px;background: #fff;position: absolute;bottom: 0;z-index: 1}
.DescriptionBlock {background-color: #fff}
.no-padding .DescriptionBlock {padding: 15px}
.index#main {
  padding: 35px 0 15px;
  margin-bottom: 0px;  
}
.index#main .DescriptionBlock {margin-bottom: 0;padding: 0px;}
.index#main .DescriptionBlock p:last-child {
  margin-bottom: 0;
}
.pseudo-link {position: relative}
.pseudo-link:after {content: '';position: absolute;bottom: -.01rem;left: 0;width: 100%;border-bottom: 1px solid;-webkit-transition: border-bottom-color .1s ease-in-out;transition: border-bottom-color .1s ease-in-out;}
.pseudo-link:hover:after {border-bottom-color: transparent}
/* Уведомления */
.success, .warning {display: none;}
.quickformfast .success,.quickformfast .warning,
.no-js .success,.no-js .warning {display:block;}
.attention,.information,.success,.warning {position: relative;color: #fff;min-height: 40px;margin-bottom: 20px;overflow: hidden;padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);font-size: 18px;border-radius: 4px;}
.success {background-color: #2abf99;color: #fff;}
.warning {background-color: #EF476F;color: #fff;}
.attention {background-color: #ff9daf;color: #fff;}
.information {background-color: #118AB2;color: #fff;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {font-weight: 600;font-size:16px;text-decoration:underline;}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #ff9daf;width: 100%;text-align: left;margin: 0 auto;padding: 3px 15px;}
/* Noty */
.noty_bar {border-radius: 0!important}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 97%}
.noty_theme__sunset.noty_type__error {background-color: #ff9daf;color: #fff}
.noty_theme__sunset.noty_type__success {background-color: #60c967;color: #fff}
/* Таблицы */
.table-box {line-height: 18px;margin-bottom: 10px;text-align: center;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;width: 100%;border-collapse: collapse;}
.table-box > tbody > tr > td,.table-box > tbody > tr > th,.table-box > tfoot > tr > th {border: 1px solid #dadada;line-height: 18px;padding: 12px 10px;text-align: center;}
.table-box tfoot td,.table-box thead td {background-color: #f2f5f7;border: 1px solid #dadada;line-height: 18px;padding: 12px;text-align: center;color: #2b3038;}
.table-box tbody tr td.cell1 {text-align: right;width: 50%}
.table-box tbody tr td.cell2 {text-align: left;width: 50%}
.table-box.table-striped {table-layout: fixed;border-collapse: collapse}
.table-box.table-striped tr:nth-child(odd) {background-color: #f2f5f7}
.table-box.table-striped td:first-child {border-right: 1px solid #dadada}
.table-box.table-striped td {border: none;padding: 8px 15px;word-wrap: break-word;font-size: 14px}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:100px; max-height:100px;} 
.goods-image-icon-square {width:200px;height:200px;} 
.goods-image-small{max-width:207px; max-height:207px;}
.goods-image-small-square {width:414px; height:414px;}
.goods-image-medium {max-width:450px; max-height:450px;}
.goods-image-medium-square{width:900px; height:900px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1800px; max-height:1800px;}
.goods-image-large-square {width:1800px; height:1800px;}
.goods-cat-image-icon {max-width:30px; max-height:30px;}
.goods-cat-image-icon-square{width:60px; height:60px;}
.goods-cat-image-medium {max-width:200px; max-height:200px;}
.goods-cat-image-medium-square{width:400px; height:400px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/* END Настройки максимальных размеров генерируемых изображений */
/******************************************************************************
 jQuery Form Styler
*******************************************************************************/
.jq-selectbox {max-width: 100%;width: 100%}
.jq-selectbox.opened {z-index: 11!important}
.jq-selectbox__select {font-size: 16px;height: 45px;line-height: 45px;border-radius: 5px;border-color: #dadada;background: 0 0;-webkit-box-shadow: none;box-shadow: none;padding-left: 25px;font-family: 'Arial',sans-serif;}
.jq-selectbox__select:hover {background: 0 0;border-color: #a8a8a8}
.jq-selectbox .placeholder {color: #888;text-align: center;width: 100%!important}
.jq-selectbox__select-text {width: 100%!important}
.jq-selectbox__trigger {border-left: 0}
.jq-selectbox__trigger-arrow {
  top: 20px;
  right: 25px;
  border-top: 8px solid #1ca481;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.jq-selectbox.focused .jq-selectbox__select {border: 1px solid #ff9daf}
.jq-selectbox__dropdown {font-size: 14px;font-family: 'Arial',sans-serif}
.jq-selectbox li.selected {
  color: #fff;
  background-color: #dffbf4;
  color: #ff6277;  
}
.jq-selectbox li:hover {
  color: #fff;
  background-color: #dffbf4;
  color: #ff6277;    
}
.jq-selectbox._catalog .jq-selectbox__trigger-arrow {
  top: 13px;
}
.jq-selectbox._catalog .jq-selectbox__select {
  height: 35px;
  line-height: 35px;  
  border-color: transparent;
  padding-left: 5px;
  color: #1ca481;  
  box-shadow: none;  
}
@media(max-width: 481px){
  .jq-selectbox._catalog .jq-selectbox__select {
    padding-left: 15px;
  }
}
/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-overlay {
  background: #373737;
  opacity: 0.7;
}
.fancybox-skin {background: #fff;    border-radius: 6px;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: none;box-shadow: none}
.fancybox-close {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 24px;
  height: 24px;
  z-index: 8040;
  background-image: none;
  background-size: contain;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}
.fancybox-close .material-icons {
  font-size: 24px;
}
.fancybox-close:hover {color: #ff9daf}
.fancybox-nav {background: 0 0}
.fancybox-nav .icon-wrap {overflow: visible;position: absolute;top: 50%;line-height: 56px;margin: 0;margin-top: -20px;background-color: #dadada;background-image: none;border-radius: 50%;width: 40px;height: 40px;-webkit-transition: all .3s;transition: all .3s;visibility: hidden;opacity: 0}
.fancybox-nav .icon-wrap .icon {width: 26px;height: 26px;fill: #ff9daf;-webkit-transition: all .3s;transition: all .3s;position: relative}
.fancybox-nav.fancybox-prev .icon-wrap {left: 5px}
.fancybox-nav.fancybox-next .icon-wrap {right: 5px}
.fancybox-nav.fancybox-prev .icon-wrap .icon {right: -25px}
.fancybox-nav.fancybox-next .icon-wrap .icon {left: -10px}
.fancybox-nav:hover .icon-wrap {visibility: visible;opacity: 1}
.fancybox-nav .icon-wrap:hover .icon {fill: #333}
.fancybox-nav.fancybox-prev .icon-wrap:hover .icon {right: 0}
.fancybox-nav.fancybox-next .icon-wrap:hover .icon {left: 0}
/**/
.fancybox-wrapper {width: 420px;}
.fancybox-header {position: relative;padding: 21px 15px;background-position: center;background-size: cover;text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;overflow: hidden;background-image: linear-gradient(0.0deg, #fdb3c0 0%, #fccdd5 100%);}
.fancybox-header .block-icon {width: 24px;height: 24px;fill: #eedcd0;position: absolute;left: 50%;margin-left: -12px;bottom: -12px;background: #f2f5f7;outline: 12px solid #f2f5f7;z-index: 1}
.fancybox-header .title {font-family: 'Arial';font-size: 24px;font-weight: 700;color: #373737;}
.fancybox-body {position: relative;padding: 30px;background: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
@media all and (max-width: 481px){
  .fancybox-wrapper {
    width: auto;
  }
  .fancybox-close {
    top: 15px;
    right: 15px;
  }
}
/******************************************************************************
  Анимация
*******************************************************************************/
.button, .button:hover, .remove, .navigation .prev, .navigation .next, .pages li span, .social-links a, .qty-set > a, .actions a, 
.header .header-sectionsItem, .header-toolsIcon i, .product-tabs .tabs li a
{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
/*** Цена ****/
.price {display: inline-block;vertical-align: middle;position:relative;font-size: 15px;font-weight: 400;font-family: 'Rubik',Arial,sans-serif;line-height: 15px;color: #000000;white-space: nowrap;}
.price > span:after {display: inline-block;font-size: inherit;line-height: 1.1;margin-left: 0px;font-family: inherit;}
.price > span {position: relative;z-index: 1;font-family: 'Arial';}
.price:not(.old-price) > span {font-size: inherit;}
.price__prefix {font-style: normal;font-size: 14px;}
@media all and (max-width: 481px){
  /* .price{font-size: 13px;} */
  /* .price:not(.old-price) > span {font-size: 15px;} */
  /* .price > span::after {font-size: 14px;} */
}
.old-price, .old-price .price, .price.old-price {display: inline-block;vertical-align: middle;margin:0;font-size: 15px;font-weight: 400;color: #808080;text-decoration: line-through;background: none;}
.old-price > span:after, .old-price .price > span:after, .price.old-price > span:after {font-size: inherit;text-decoration: line-through;}
.old-price:after,.old-price:before {display:none}
.old-price + .price {background-color: transparent;margin: 0;margin-right: 0px;margin-left: 0px}
@media(min-width: 768px) and (max-width: 991px){
  .old-price, .old-price .price, .price.old-price {
    font-size: 14px;
  }
}
.price.RUB > span:after, .RUB .price:after {content: "руб.";}
.price.RUB span + span, .RUB .price span + span {display: none;}
.ico.RUB {margin-left: -2px;}
.ico.RUB:after {content: "\f158";font-family: "FontAwesome";font-style:normal;font-size: 12px;}
/*** Капс ***/
#caps_lock {display: none;text-align: center;max-width: 300px;}
#caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {position: relative;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;width: 100%;display: inline-block;overflow: visible;font-size: 14px;font-family: 'Arial',sans-serif;line-height: 41px;padding: 0 20px;border: 0;color: #fff;opacity: 1;text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #ff9daf;box-shadow: 0px 2px 0px 0px #ff6277;border-radius: 5px;}
.button:before {content: '';display: none;position: absolute;left: 0;top: 0;border: 1px solid #fff;width: 100%;height: 100%;border-radius: 20px;}
.button._reverse {
  background-color: #2abf99;
  box-shadow: 0px 2px 0px 0px #1ca481;  
}
.button._reverse:hover {
  background-color: #ff9daf;
  box-shadow: 0px 2px 0px 0px #ff6277;
}
.button.added,.button:focus,.button:hover {
  background-color: #2abf99;
  box-shadow: 0px 2px 0px 0px #1ca481;  
}
.button2 {
  line-height: 41px;
  background-color: #fff;
  border: 1px solid #2abf99;
  border-radius: 6px;
  color: #2abf99;
  box-shadow: none;  
}
.button2:before {border: 1px solid #dadada}
.button2.active,.button2.added,.button2:focus,.button2:hover {
  background-color: #2abf99;
  color: #ffffff;  
  box-shadow: none;
}
.button.more {max-width: 150px;line-height: 32px;font-size: 14px;height: 35px;background-color: #ff9daf;border-radius: 4px;color: #ffffff;box-shadow: none;}
.button.more:hover {background-color: #2abf99;}
.button._dropdown {background-color: #e8dbcf;border-width: 2px;border-style: solid;border-color: #e8dbcf;color: #2e2e2e;line-height: 41px;}
.button._dropdown:hover, .button._dropdown:focus {border-color: #ff9daf;color:#ff9daf;background-color: transparent;}
.button.small {height: 35px;font-size: 14px;padding: 0 10px;line-height: 34px;}
.button.big {font-size: 21px;line-height: 45px;padding: 0 40px;}
.button.disabled {opacity: 0.7;cursor: default;    pointer-events: none;}
.remove {display: inline-block;padding: 0 3px;color: #888888;}
.remove:hover {color: #333;}
.remove svg {
  fill: #e8dbcf;
}
.remove:hover svg {
  fill: #ff9daf;
}
.remove.x:after {content: "\f00d";font-size: 16px;}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;overflow: visible;font-size: 15px;font-family: 'Arial', sans-serif;line-height: 40px;padding: 0 25px;border: 0;background-color: #ff9daf;color: #fff;letter-spacing: 0.05em;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-transform: uppercase;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #006600;color: #fff;}
/* Навигация */
.navigation .prev, .navigation .next {display: inline-block;width: 20px;font-size: 40px;line-height: 1;color: #777;margin: 0 5px;padding: 0;overflow: hidden;text-align: center;cursor: pointer;z-index: 2;}
.navigation .prev:hover, .navigation .next:hover, .navigation .owl-prev:hover, .navigation .owl-next:hover {color: #333;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Иконки Новинка, Хит, Скидка */
.ico-new, .ico-sale, .ico-best {display: block;position: absolute;top: 9px;left: -1px;overflow: hidden;width: auto;padding: 3px 7px;line-height: 15px;color: #ffffff;font-size: 13px;text-align: center;z-index: 1;border-radius: 0;margin: 0 auto;margin-top: 0;height: 20px;}
.ico-new {background-color: #6f6ebb;}
.ico-best {background-color: #1ca481;}
.ico-sale {background-color: #ff6277;}
.ico-new + .ico-sale, .ico-best + .ico-sale {top: 33px!important;}
/**/
/* Счётчик акций */
.sale-counter-container {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000000;
}
.sale-counter-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #373737;
  text-align: left;
  margin-bottom: 10px;
}
.item:hover .sale-counter {
  background: #dffbf4;
  border-top: 1px solid #2abf99;
}
.sale-counter {
  border-top: 1px solid #dadada;
  border-radius: 0px 0px 6px 6px;
  padding: 15px;
  background: #f2f5f7;
  transition: all .3s ;
}
.sale-counter-item:not(:last-child) {
  margin-right: 4px;
}
.sale-counter-item {
  display: flex;
}
.sale-counter-num {
  margin-right: 4px;
}
.sale-counter-text {
  white-space: nowrap;
}
.sale-counter-item._clock {
  display: block;
  margin-right: 10px;
}
.clock-icon {
  width: 16px;
  height: 16px;
  fill: #1ca481;
}
@media all and (max-width: 481px) {
  .sale-counter {
    padding-bottom: 20px;
  }
  .sale-counter-title span {
    display: none;
  }  
}
@media all and (max-width: 374px) {
  .sale-counter-item._clock {
    display: none;
  }    
}
@media all and (max-width: 320px) {
  .sale-counter {
    padding: 10px 5px;
  }
}
/**/
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 40;background-color: #2e2e2e;opacity: 0;visibility: hidden;cursor: pointer;}
.overlay._active {visibility: visible;opacity: .5;}
@media all and (min-width:992px) {.overlay {display: none}}
/* Наверх */
#back-top {position: fixed;right: 15px;bottom: 15px;width: 40px;height: 40px;line-height: 0.9;text-align: center;z-index: 8;cursor: pointer;color: #858585;font-size: 40px;}
#back-top:hover {color: #ff9daf;}
/* Уведомление в шапке*/
.banner-top {position: relative}
.banner-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 20px 0}
.banner-top-icon {width: 40px;height: 40px;font-size: 20px;line-height: 36px;text-align: center;border: 1px solid #2e2e2e;border-radius: 50%;margin-right: 15px;flex: 0 0 40px}
.banner-top-closeBtn {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;-webkit-transition: -webkit-transform .15s ease-out;transition: -webkit-transform .15s ease-out;transition: transform .15s ease-out;transition: transform .15s ease-out,-webkit-transform .15s ease-out;font-size: 0}
.banner-top-closeBtn:hover {-webkit-transform: rotate(90deg);transform: rotate(90deg)}
.banner-top-closeBtn:after,.banner-top-closeBtn:before {content: '';position: absolute;width: 100%;height: 1px;top: 50%;left: 0;background-color: #2e2e2e}
.banner-top-closeBtn:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.banner-top-closeBtn:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
/*
* Основной контент
*/
#main {position: relative;margin: 0px 0 40px;}
.index#main .row {-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.main-content {margin-left: auto;display: -webkit-box;display: -ms-flexbox;display: flex}
.main-img-wrap {position: relative;padding-top: 40px;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.main-img-wrap .main-content-img {border: 5px solid #fff}
.main-img-wrap .main-content-img._big {max-width: 275px;max-height: 375px;}
.main-content .main-content-img._small {position: absolute;right: 0;top: 0;max-width: 205px;max-height: 270px;}
.main-content .social-links._vertical {margin-left: 40px}
.main-content .social-links._vertical .icon {fill: #ff9daf}
.main-content .social-links._vertical::after,.main-content .social-links._vertical::before {background: #ff9daf}
@media all and (max-width: 991px){
  .main-img-wrap {display:none;}
}
@media all and (max-width: 768px){
  .main-content .social-links._vertical {margin-left: 0px;}
}
/* Шапка */
.header {position: relative;z-index: 20}
.header .header-top {color: #333;background-color: #fff;border-top: 4px solid #e8dbcf;}
.header .header-icons {display: none}
.header-nav-btn {
  margin-left: 25px;
}
.header-nav-btn svg {
  width: 18px;
  height: 18px;
}
.header-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  background-color: #fff;
  border-radius: 0px 6px 0px 0px;
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,1,.63,1);
  transition: -webkit-transform .3s cubic-bezier(0,1,.63,1);
  transition: transform .3s cubic-bezier(0,1,.63,1);
  transition: transform .3s cubic-bezier(0,1,.63,1),-webkit-transform .3s cubic-bezier(0,1,.63,1);
}
.header-nav._visible {
  transform: translateX(0);  
}
.header-nav__head {
  display: flex;
  position: relative;
  height: 70px;
  background-image: linear-gradient(0.0deg, #fdb3c0 0%, #fccdd5 100%);
  border-radius: 0px 6px 0px 0px;
  font-size: 24px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  line-height: 70px;
  margin-bottom: 15px;
}
.header-nav__item {
  position: relative;
  margin-bottom: -1px;
}
.header-nav__link {
  padding: 12px 20px;
  display: block;
  border: 1px solid #dadada;
  transition: all .3s ease;
  border-left: 0;
  border-right: 0;  
}
.header-nav__link:hover {
  background-color: #dffbf4;
  color: #ff6277;  
}
.header-nav__tab {
  width: 50%;
  flex-grow: 1;
}
.header-nav._visible .header-nav__close-btn{
  visibility: visible;
}
.header-nav__close-btn:hover {
  color: #ff9daf;
}
.header-nav__close-btn {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 50%;
  background: transparent;
  margin-left: 4px;
  padding: 5px;
  margin-top: -12px;
  visibility: hidden;
  transition: all .3s;
  color: #fff;
  font-size: 24px;
}
.header-nav__tab._catalog {
  display: none;
}
@media (max-width: 991px) {
  .header-nav__tab._catalog {
    display: block;
    border-left: 1px solid #ff9daf;
  }
  .header-nav__tab._active {
    color: #ff6277;
  }  
  .header-nav-btn {
    padding: 0 15px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .header-nav__head {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }  
  .header-nav {
    width: 370px;
  }
}
@media (max-width: 400px) {
  .header-nav {
    width: 250px;
  }
}
/** ЛК **/
.header .header-login {text-align: right;margin-left: 25px;}
.header .header-loginMenu {position: relative;z-index: 2;display: flex;align-items: center;padding: 0px;}
.header .header-login.isLogin .header-loginMenu:hover .pseudo-link:after {display: none}
.header-loginFlyout {text-align: left}
.header-loginArrow {-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header .header-login .header-loginLink {line-height: 50px;display: inline-block}
.header .header-login .header-loginLink svg {
  font-size: 23px;
  color: #ff9daf;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;  
}
.header .header-login .header-loginLink span {display: inline-block;vertical-align: middle}
.header .header-login.isLogin .header-loginLink {display: block}
.header .header-login.isLogin .header-loginLink .fal {
  color: #ff9daf;
}
@media (max-width: 1200px){
  .header .header-login .header-loginMenu > .header-loginList .header-loginLink span {display: none;}
}
@media (min-width: 992px){
  .header .header-login {z-index: 2}
  .header .header-login.isLogin {-webkit-transform: translateX(0);transform: translateX(0)}
  
  .header-loginMenu:hover .header-loginArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  .header .header-loginMenu:hover .header-loginFlyout {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
  .header-loginFlyout {right: 0;top: 100%;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out;}
  .header .header-login.isLogin .header-loginList {padding: 0}
  .header .header-login.isLogin .header-loginLink {padding: 0;white-space: nowrap}
  
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-subnav {-webkit-transform: translateY(-10px);-webkit-transition: all .15s ease-in-out}
  .header .header-login .header-loginLink {color:#2e2e2e;}
  .header .header-login .header-loginLink:hover {
    color: #ff9daf;
  }
}
.header .header-login .header-loginBtn {line-height: 40px}
.header .header-login .header-loginBtn .fal {
  color: #ff9daf;
  vertical-align: middle;
  font-size: 17px;  
}
.header .header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
@media (max-width: 991px) {
  .header .header-login {
    margin-left: 0;
  }
  .header .header-login .header-span-or {display: none}
  .header .header-login .header-loginBtn {display: none}
  .header .header-loginMenu {padding: 0;transform: none}
  .header .header-loginFlyout {width: 100%;background: none}
  .header .header-loginList .header-loginLink {display: block;line-height: 50px;padding: 0;text-align: left;padding: 0 15px;}  
  .header .header-login .header-loginLink ~ .header-loginLink,.header .header-loginList .header-loginLink + .header-loginLink {border-top: 1px solid #4c4c4c}
  .header .header-login .header-loginLink .pseudo-link::after {display: none}
  .header .header-login .header-loginFlyout .header-loginLink span {display: inline-block;}
  .header .header-login .header-loginLink span {display: inline-block;color:#2e2e2e;}
} 
/** Header main **/
.header-main > .container > .row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-main {background-color: #f2f5f7;}
.header-main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;  
}
/** Лого **/
.header .header-logo {padding: 0;width: 196px;flex-shrink: 0;}
.header .header-logoImg {max-height: 75px;}
@media (max-width: 991px) {
  .header-main-wrap {
    padding: 10px 0;
  }
  .header .header-logoImg {max-height: 70px;}
}
@media (max-width: 481px) {
  .header .header-logo {
    width: 162px;
  }
  .header-main-wrap {
    padding: 14px 0;
  }
}
@media (max-width: 400px) {
  .header-main-wrap {
    padding: 9px 0;
  }  
  .header .header-logo {
    width: 144px;
  }
}
/** Поиск **/
.header .header-search {margin-left: auto}
.header .header-search #header .header-right .search {display: inline-block;position: relative;vertical-align: middle;width: 100%;height: auto;margin: 0;z-index: 1;border-bottom: 1px solid #dadada}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: none;vertical-align: middle;position: relative;top: 1px;right: 0px;left: 0;z-index: 3;}
.header .header-search .search #search_mini_form .search-string {font-size: 15px;color: #333;width: 100%;max-width: 100%;margin: 0;line-height: 20px;padding-right: 150px;border-radius: 40px;    border: 1px solid #2abf99;}
.header .header-search .search #search_mini_form .search-string:focus {
  border: 1px solid #2abf99;
}
.header .header-search .search #search_mini_form .search-submit {position: absolute;top: 0;right: 0;height: 45px;padding: 0 15px;font-size: 16px;font-family: 'Arial',Arial,sans-serif}
.header .header-search .search #search_mini_form .search-close {display: none}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #888}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #888}
.header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #888}
.header-searchBtn {position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px}
.header .header-search .search #search_mini_form .header-searchIcon {
  display: block;
  line-height: 34px;
  color: #fff;
  font-size: 15px;  
}
.header .header-search .search #search_mini_form .search-close .header-searchIcon {
  color: #dadada;
  line-height: 34px;
}
.header .header-search .search #search_mini_form .search-close .header-searchIcon .material-icons {
  line-height: 41px;  
}
.header .header-search .search #search_mini_form .search-close:hover .header-searchIcon {
color: #ff9daf;
}
.header .header-search .search #search_mini_form .search-submit:hover {background-color: #ff9daf;}
.header .header-search .header-searchLink {height: 50px;display: flex;align-items: center;color: #2e2e2e;padding: 0;}
.header .header-search .header-searchLink:hover {color: #ff9daf}
.header .header-search .header-searchLink svg {
  color: #ff9daf;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;  
}
.header .header-search .header-searchLink span {display: inline-block;vertical-align: middle}
.header-search-icon {
  display: none;
}
.header-nav__search {
  display: block;
  position: relative;
  margin-top: 20px;
  padding:0 15px;
}
.header-nav__search-string {
  height: 40px;
  border: 1px solid #fcccd5;
  border-radius: 6px;
  padding-right: 150px;  
}
.header-nav__search-submit {
  width: 100px;
  height: 34px;
  background-color: #2abf99;
  border-radius: 4px;
  position: absolute;
  right: 18px;
  top: 3px;
  transition: all .3s;
}  
.header-nav__search-submit:hover {
  background-color: #ff9daf;
}
.header-nav__search-close {
  position: absolute;
  right: 120px;
  padding: 0 10px;
  top: 0px;
  height: 40px;
  color: #dadada;
}  
.header-nav__search-btn-text {
  color: #fff;
}
.header-nav__search-icon {
  display: none;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  fill: #fff;    
}
@media(max-width: 991px){
  .header-nav__search-close {
    right: 52px;
  }  
  .header-nav__search-submit {
    width: 34px;
    height: 34px;
  }  
  .header-nav__search-icon {
    display: block;
  }
  .header-nav__search-btn-text {
    display: none;
  }
  .header-nav__search-string {
    padding-right: 75px;
  }
}
@media (max-width: 1200px) {
  .header .header-search .header-searchLink span {display:none;}  
}
@media (min-width: 992px) {
  .header .header-search .search #search_mini_form {
    position: absolute;
    max-width: 1060px;
    top: 5px;    
  }
  .header .header-search .search #search_mini_form .search-string {height: 40px;border: none;-webkit-box-shadow: none;box-shadow: none;line-height: 19px;width: 100%;background-color: #ffffff;border-radius: 6px;}
  .header .header-search .search #search_mini_form .search-submit {position: absolute;top: 3px;right: 3px;padding: 0 15px;font-size: 16px;font-family: 'Arial',Arial,sans-serif;width: 100px;background-color: #2abf99;border-radius: 4px;color: #fff;height: 34px;}
  .header .header-search .search #search_mini_form .search-close {display: block;position: absolute;top: 0;right: 100px;height: 40px;padding: 0 15px;font-size: 16px;font-family: 'Arial',Arial,sans-serif}
}
@media (max-width: 991px) {
  .header .header-search .header-searchLink {
    padding: 0 15px;
  }
  .header .header-search .search #search_mini_form {display:block!important;    border-left: 0;border-right: 0;}
  .header .header-search .search #search_mini_form {display: none!important;}  
  .header .header-search .search .header-loginLink {display: none}
  .header .header-search {
    margin-left: 0;
  }
}
/** Контакты **/
.header-contacts {text-align: center}
.header-contacts .header-contacts-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: flex-start;flex-direction: column;}
.header-contacts .header-phones {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-contacts .header-phoneNum {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-weight: 400;font-family: Rubik;font-size: 17px;}
.header-contacts .header-phoneNum:nth-child(2) ~ .header-phoneNum {display: none}
.header-contacts .header-phoneNum:not(:first-child) {margin-left: 30px}
.header-contacts .header-phoneCallback {margin-top: 6px;display: block;height: 100%;color: #1ca481;}
.header-phoneCallback-block {display: block;}
.header-contacts .header-phoneCallback-wrap:hover {background-color: transparent;}
.header-contacts .header-phoneCallback-wrap:hover .header-phoneCallback i {border: 1px solid #fff;background-color: #ffff}
.header-contacts .header-phoneCallback-wrap:hover .header-phoneCallback-block {border-color: #fff}
.header-contacts .header-phoneCallback i {font-size: 22px;display: inline-block;vertical-align: middle;width: 34px;height: 34px;line-height: 32px;border: 1px solid #dadada;background-color: #f2f5f7;border-radius: 50%;position: absolute;left: -1px;top: -1px}
.header-contacts .header-phoneCallback-title {display: block;height: 100%;font-size: 14px;}
.header-contacts .header-phoneCallback-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #1ca481;
}
.header-contacts .header-phoneCallback:hover .header-phoneCallback-title::before {
  background-color: #ff6277;
}
.header-contacts {
  max-width: 650px;
  width: 100%;  
  justify-content: space-between;
  align-items: center;  
}
.header-phoneSub {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-phoneSub:last-child {margin-top: 6px;}
.header-phoneSub:hover {
  color: #ff6277;
}
.header-phoneSub svg {
  width: 17px;
  height: 17px;
  fill: #ff9daf;  
  margin-right: 7px;
  flex-shrink: 0;  
}
.header-phoneSub._work-time .header-phoneSub-text {
  text-indent: -4px;
}
@media (max-width: 1200px) {
  .header-contacts {
    max-width: 540px;
  }
  .header-contacts .header-phoneCallback-wrap {
    margin-left: 0;
  }
  .header-contacts .header-phones {
    flex-direction: column;
  }
  .header-contacts .header-phoneNum:not(:first-child) {margin-left: 0} 
  .header-phoneSub {
    margin-left:0;
    margin-top: 0px;
  }
  .header-phoneSub._region {
    display: none;
  }
  .header-phoneSub._work-time {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .header-contacts-list {
    display: none;
  }  
  .header-phoneSub {display: none}
  .header-contacts .header-contacts-wrap {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;    align-self: center;}
  .header .header-main .header-contacts {
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    margin-right: 0;
  }
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: block;margin-top: 5px}
  .header .header-contacts {text-align: center}
  
  .header-contacts .header-phoneCallback:hover {color: #fff}
  .header-contacts .header-phoneCallback:after {display: none}
  .header-contacts .header-phoneSub {color: #fff}
  .header-contacts .header-phones {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  
}
@media(max-width: 767px){
  .header .header-main .header-contacts {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .header .header-main .header-contacts {
    justify-content: flex-end;
  }
  .header-contacts .header-phoneCallback-wrap {
    margin-left: auto;
  }
}
/* Избранное Сравнение Корзина */
.header .header-tools {text-align: right}
.header-toolsCol:first-child {margin-left: 0}
.header-toolsCol {position: relative;display: inline-block;vertical-align: middle;margin-left: 10px}
@media all and (max-width: 1199px) {
  .header-toolsCol {margin-left: 10px}
  .header-tools .header-toolsCol .header-toolsName {display: none}
  .header-tools .dropdown {top: 35px}
}
@media all and (max-width: 400px) {
  .header .header-tools {
    display: none;
  }  
}
.header-toolsIcon {position: relative;display: block;height: 33px;padding: 0 15px;margin: 0 auto;text-align: center;line-height: 33px;}
.header-toolsIcon i {font-size: 34px}
.header-toolsIcon i::before {margin: 0}
.header-toolsIcon._compare i {font-size: 30px}
.header-toolsCol:hover .header-toolsIcon i {color: #ff9daf}
.header .header-toolsLink .header-toolsCounter {position: absolute;z-index: 1;left: auto;top: -5px;right: 0;display: block;min-width: 25px;padding: 0 4px;text-align: center;color: #fff;border-radius: 50%;background-color: #ff9daf;height: 25px;line-height: 25px;font-size: 14px;}
.header .header-toolsLink .header-toolsCounter > span:after {
    font-size: 9px;
}
.header-toolsAmount,.header-toolsCounter {height: 20px;line-height: 20px;font-size: 11px}
/* Корзина */
.cart.page {display: none;}
.cart .dropdown {display:none;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart .dropdown {position: absolute;top: 35px;right: 0;width: 393px;margin-top: 10px;border-top: 0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #dadada;background-color: #fff;color: #777;z-index: 4;}
.cart .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.cart .header-toolsLink._cart {display: -webkit-box;display: -ms-flexbox;display: flex}
.cart .header-toolsIcon {
  height: auto;
  padding: 0;
  width: 32px;  
}
.cart .header-toolsIcon svg {height: 50px;width: 50px}
.cart .header-toolsContent {text-align: left;padding-left: 10px}
.cart .header-toolsContent .title {
  display: block;  
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.cart .header-toolsContent .title .count {
  font-size: 15px;
}
.cart .header-toolsContent .title-name {
  font-size: 14px;
}
.cart .header-toolsContent .price {
  font-weight: 400;
  color: #1ca481;
  font-family: Rubik;
  font-size: 16px;  
}
.cart .header-toolsContent .price .num {font-family: 'Arial';font-size: 16px}
.header-toolsCounter._active::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #f2f5f7;
  display: block;
  background: #ff6277;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -4px;
  margin-left: -6px;
  z-index: 2;
}
.cart .header-toolsLink .header-toolsCounter {position: relative;top: 5px;display: block;padding: 0;text-align: center;color: #ff9daf;background-color: transparent;line-height: 25px;font-size: 14px;width: 32px;height: 38px;}
.cart .header-toolsLink._cart:hover .header-toolsCounter .icon {
  fill: #1ca481;
}
.cart .header-toolsLink .header-toolsCounter .icon {
  position: relative;
  top: -5px; 
  left: -3px;  
  width: 39px;
  height: 40px;
  transition: all .3s;
}
.cart .header-toolsLink .header-toolsCounter .count {color: #fff;position: absolute;top: 0;left: 0;margin-left: 0;font-size: 11px;line-height: 21px;height: 21px;width: 21px;}
@media(max-width: 481px){
  .cart .header-toolsLink .header-toolsCounter .icon {
    height: 42px;
  }
}
@media all and (max-width: 767px) {
  .cart .header-toolsLink .header-toolsCounter._active::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff6277;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
  }
}
.cart .cart-content .empty {padding: 20px;text-align: center;line-height: 25px;}
.cart .cart-content .empty.hide {display: none;}
.cart .cart-content .empty a {text-decoration: underline;font-weight: bold;}
.cart .cart-content .cart-products-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.cart .cart-content .cart-products-list .item {position: relative;padding: 10px 0;overflow: hidden;}
.cart .cart-content .cart-products-list .item .item-remove {position: relative;float: right;right: 0px;top: 1px;font-size: 14px;z-index: 1;}
.cart .cart-content .cart-products-list .item .item-remove:hover {color: #ff9daf;}
.cart .cart-content .cart-products-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.cart .cart-content .cart-products-list .item .product-image img {max-width: 60px;max-height: 60px;}
.cart .cart-content .cart-products-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4;}
.cart .cart-content .cart-products-list .item .product-details .product-name {margin: 0 0 3px 0;}
.cart .cart-content .cart-products-list .item .product-details .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #2e2e2e;}
.cart .cart-content .cart-products-list .item .product-details .product-name:hover a {color: #ff9daf;}
.cart .cart-content .cart-products-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: -10px;right: calc(100% + 15px);display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #e8dbcf;}
.cart .cart-content .cart-products-list .item .product-details .product-price {font-size: 15px;color: #8f8f8f;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price {font-size: 16px;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price > span:after {font-size: 12px;}
.cart .cart-content .subtotal {padding: 10px 30px;width: 100%;color: #333;text-align: left;background-color: #f2f5f7;}
.cart .cart-content .subtotal .label {display: inline-block;vertical-align: middle;font-size: 15px;font-weight: 600;}
.cart .cart-content .subtotal .price {font-size: 16px;}
.cart .cart-content .subtotal .price > span:after {font-size: 12px;}
.cart .cart-content .actions {width: 100%;padding: 0px 30px 10px;color: #fff;background-color: #f2f5f7;text-align: center;}
@media all and (max-width: 767px){
  .cart .header-toolsContent {
    display: none;
  }
}
/* Сравнение */
.compare.page .dropdown {display: none;}
.compare .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #e8dbcf;background-color: #fff;color: #777;z-index: 3;}
.compare .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.compare .compare-content .empty {padding: 20px;text-align: center;}
.compare.page {display: none;}
.compare #compare-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside;}
.compare #compare-items .empty.hide, .compare #compare-items .button.hide {display: none;}
.compare #compare-items .empty {    padding: 20px;    text-align: center;    line-height: 25px;}
.compare #compare-items .empty a {text-decoration: underline;font-weight: bold;}
.compare #compare-items .compare-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.compare #compare-items .compare-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.compare #compare-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.compare #compare-items .item .product-name {margin: 0 0 3px 0}
.compare #compare-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 20px;color: #2e2e2e;}
.compare #compare-items .item .product-name a:hover {color: #ff9daf;}
.compare #compare-items .compare-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.compare #compare-items .compare-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.compare #compare-items .item .product-details .price {font-size: 16px;font-weight: 700;color: #2e2e2e;}
.compare #compare-items .item .product-details .price > span:after {font-size: 12px;}
.compare #compare-items .item .dataid {display: none;}
.compare #compare-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.compare #compare-items .item .item-remove:hover {color: #ff9daf;}
.compare #compare-items .actions {overflow: hidden;background-color: #f1f1f1;padding: 10px}
.compare .button {float: left;}
.compare .button + .button {float: right}
/* Избранное */
.favorites-link {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #333;height: 100%;padding: 0 5px;margin-left: 20px}
.favorites-link:hover {color: #ff9daf}
.favorites-link i {font-size: 22px;color: #ff9daf;margin-right: 5px}
.favorites.page .dropdown {display: none;}
.favorites .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #e8dbcf;background-color: #fff;color: #777;z-index: 3;}
.favorites .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.favorites .compare-content .empty {padding: 20px;text-align: center;}
.favorites.page {display: none}
.favorites #favorites-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside}
.compare #compare-items .button.hide,.favorites #favorites-items .empty.hide {display: none}
.favorites #favorites-items .empty {padding: 20px;text-align: center;line-height: 25px}
.favorites #favorites-items .empty a {text-decoration: underline;font-weight: 700}
.favorites #favorites-items .favorites-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.favorites #favorites-items .favorites-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.favorites #favorites-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.favorites #favorites-items .item .product-name {margin: 0 0 3px 0}
.favorites #favorites-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 15px;color: #2e2e2e;}
.favorites #favorites-items .item .product-name a:hover {color: #ff9daf;}
.favorites #favorites-items .favorites-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.favorites #favorites-items .favorites-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.favorites #favorites-items .item .product-details  .price {font-size: 16px;    font-weight: 700;    color: #2e2e2e;}
.favorites #favorites-items .item .product-details  .price > span:after {font-size: 12px;}
.favorites #favorites-items .item .dataid {display: none;}
.favorites #favorites-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.favorites #favorites-items .item .item-remove:hover {color: #ff9daf;}
.favorites #favorites-items .actions {    overflow: hidden;    background-color: #f1f1f1;padding: 10px }
.favorites .button {float: left;}
.favorites .button + .button {float: right;}
@media all and (max-width: 1200px){
  .favorites-link .favorites-title {display:none;}
}
@media all and (max-width:991px){
  .favorites {display:none;}
}
/* Каталог и Меню */
.header .header-menu {
  background-image: linear-gradient(     0.0deg     , #fdb3c0 0%, #fccdd5 100%);
  height: 50px;  
}
@media (max-width: 481px) {
  .header .header-menu {
    height: 40px;
  }
}
/* Каталог в шапке */
.header-catalog {position: relative}
.header-catalogBtn {width: 100%;line-height: 50px;text-align: left;color: #fff;font-size: 16px;font-family: 'Arial',Arial,sans-serif;cursor: pointer}
.header-catalogBtn,.header-catalogLink {display: block;padding: 0 20px}
.header-catalogMenuTitle {display: none}
.header-catalogItem + .header-catalogItem {border-top: 1px solid #edf1f4}
.header-catalogIcon {font-size: 16px;line-height: 50px;margin-right: 10px}
.header-catalogArrow {margin-left: 8px;float: right;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header-catalogMenu ul {margin: 0;padding: 0;list-style: none;list-style-position: inside}
.header-catalogMenu .sub {padding-left: 10px}
.header-subcatalogTitle {display: block;width: 100%;text-align: center;padding: 11px 10px;font-size: 15px;font-family: 'Arial',Arial,sans-serif;color: #373737;font-weight: 400;}
.header-catalogMenu a.active,
.header-catalogMenu a:hover {
  color: #ff6277;  
}
.header-catalogMenu .header-subcatalog-third {list-style: none;padding: 0;margin: 0}
.header-catalogMenu .header-subcatalog-third .sub li {padding: 5px 0}
@media (max-width: 991px) {
  body.modal-open {overflow:hidden;}
  .header-catalogBtn {padding:0;}
  .header-catalogMenuTitle {display: block}
  .header-catalogMenuTitle a {display: block;padding: 10px 15px;font-size: 22px;font-family: 'Arial',Arial,sans-serif;border-bottom: 1px solid #edf1f4}
  .header-closeBtn {position: absolute;top: 0px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
  .header-catalogMenu .sub {display: none}
  .header-catalogMenu li.active > ul.sub {display: block}
  .header-catalogMenu .header-subcatalog {display: none;list-style: none;padding-left: 0px;}
  .header-catalogMenu .header-subcatalog .header-subcatalogTitle  {
    padding-left: 30px;
  }
  .header-subcatalogTitle {position: relative;padding: 10px 15px 10px 0;font-size: 14px;margin-bottom: 0;
    text-align: left;
    }
  .header-catalogLink .header-catalogArrow {
    padding: 12px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;    
  }
  .header-subcatalog .header-secondArrow {position: absolute;top: 0;right: 0;float: right;padding: 13px 15px;font-size: 12px;color: #93a6b3;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
  .header-catalogMenu .header-arrow.active,.header-catalogMenu a.active .header-arrow {-webkit-transform: rotate(90deg);transform: rotate(90deg);color: #ff9daf}
  .header-catalogMenu .header-arrow.header-catalogArrow.active,.header-catalogMenu .header-catalogLink.active .header-catalogArrow {-webkit-transform: rotate(0);transform: rotate(0)}
  .header-catalogMenu .header-subcatalog-third {display: none;padding-left: 10px}
  .header-subcatalog-third .header-subcatalogItem:last-child {padding-bottom: 10px}
  .header-subcatalog-third .header-subcatalogLink {display: block;position: relative;padding: 7px 15px 7px 0}
  .header-catalogMenu {
    overflow: hidden;
  }
  .header-catalogMenu._visible {-webkit-transform: translateX(0);transform: translateX(0)}
  .header-catalogLink {
    padding: 12px 20px;
    display: block;
    border: 1px solid #dadada;
    border-left-color: transparent;
    border-right-color: transparent;
    transition: all .3s ease;    
  }
}
@media (min-width: 992px) { 
  .header-catalog {display:none;}
  .header-subcatalogCol .header-subcatalogList,.header-subcatalogItem + .header-subcatalogItem {margin-top: 10px}
  .header-subcatalogCol:hover {
    background-color: #dffbf4;
  }
  .header-catalogMenu .header-subcatalog {
    display: block!important;padding: 15px;background-color: #fff;opacity: 0;visibility: hidden;    
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 90%;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    width: 195px;
    border: 1px solid #dadada;
    border-radius: 6px;    
    transition: all .3s ease;
  }
  .header-catalogMenu .header-subcatalog:before {content: '';display: block;width: 100%;height: 10px;position: absolute;bottom: 100%;left: 0;background: transparent;}
  .header-catalogMenu .header-subcatalog::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);  
  }
  .header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;}
  .header-catalogItem:hover {background-color: #f6f8fa}
  .header-subcatalogBanner {float: right;width: 300px}
  .header-subcatalogGrid {margin-right: 300px}
  .header-subcatalogCol {margin-bottom: 20px;padding-right: 0px}
  .header-loginFlyout {position: absolute;opacity: 0;visibility: hidden}
  .header-catalogMenu._visible {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);z-index: 1;}
  .header-catalogItem .header-secondArrow {display: none}
  
  .header-catalogItem:hover .header-catalogArrow {color: #ff9daf;-webkit-transform: translateX(.3rem) rotate(-90deg);transform: translateX(.3rem) rotate(-90deg)}
  .header-subcatalog {width: calc(100%);}
  .header-subcatalogCol {width: 100%;list-style: none;text-align: left;font-size: 15px;line-height: 1.3;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;color: #373737;margin: 0px 0;margin-right: 3px;transition: all .3s;position: relative;z-index: 1;width: 100%;justify-content: center;}
  .header-subcatalogCol {
    border-bottom: 1px solid #dadada;    
  }
  .header-subcatalogCol:last-child {
    margin-right: 0;
  }
  .header-subcatalogCol .header-secondArrow {display:none;}
  .header-catalogLink {font-size: 15px;line-height: 1.3;padding: 11px 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;color: #373737;margin: 0px 0;margin-right: 0px;transition: all .3s;position: relative;z-index: 1;width: 100%;justify-content: center;    white-space: nowrap;}  
  .header-catalogLink:last-child {margin-right: 0;}
  .header-sectionsItem  .header-catalogLink .header-linkText {position: relative;}
  .header-subcatalogCol:last-child,
  .header-subcatalogCol:last-child  .header-subcatalogTitle{
      margin-bottom: 0;
  }  
  .header .header-sectionsItem:hover  .header-subcatalog {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .header-subcatalog {width: auto;}
}
/*  */
.header-action {
  display: flex;
}
@media (max-width: 991px){
  .header-action {
    width: 100%;
  }
  .header-action__item {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
}
@media (max-width: 400px){
  .header-action__item {
    width: 25%;
    border-left: 1px solid #ff9daf;      
  }
  .header-action__item:last-child {
    border-right: 1px solid #ff9daf; 
  }  
}
/* ! */
.mobile-cart {
  display: none;
  position: relative;
} 
.mobile-cart__link {
  display: flex;
  height: 100%;
  width: 40px;
  position: relative;
  margin: 0 auto;
}
.mobile-cart .mobile-cart__icon {
  position: relative;
  z-index: 2;  
  width: 20px;
  height: 20px;
  margin: auto;
}
.mobile-cart__counter {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -16px;
  margin-top: -10px;
  display: block;
  width: 21px;
  height: 21px;
  background-color: #ff6277;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 400px) {
  .mobile-cart {
    display: block;
  }
}
/* Пункты меню*/
.header .header-sections {background-color: transparent;height: 50px;display: flex;}
.header .header-sectionsList {display: flex;width: 100%;height: 100%;border-collapse: collapse;margin: 0;padding: 0;list-style: none;background-color: transparent;}
.header .header-sectionsItem {position: relative;vertical-align: middle;text-align: center;display: flex;}
.header .header-sectionsLink {padding: 0 20px;height: 100%;display: block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color:#2a3034;transition: all .3s;}
.header .header-sectionsItem.active .header-sectionsLink,.header .header-sectionsItem:hover .header-sectionsLink{color: #2e2e2e;}
.header .header-sectionsLink:before,.header-sectionsName {display: inline-block;vertical-align: middle}
.header .header-sections .overflowMenu {display: none;}
@media (min-width: 992px){  
  .header .header-sectionsList {display: flex!important;}
  .header-catalogArrow {display: none;}
  .header .header-sections .overflowMenu.active {display:block;}
  .header .header-sections .overflowMenu .header-sectionsItem {justify-content: center;border-bottom: 1px solid #dadada;}
  .header .header-sections .overflowMenu .header-sectionsItem:last-child {
    border-bottom: none;
  }
  .header .header-sections .overflowMenu .header-sectionsItem:hover {
    background-color: #dffbf4;
  }
  .header .header-sections .overflowMenu .header-subcatalog {
    display: none!important;
  }
  .header .header-sections .overflowMenu .header-catalogArrow {
    display: none;
  }
}
@media (max-width: 991px){
  .header .header-sectionsList {
    display: none;
    height: auto;
    max-height: calc(100% - 70px - 80px);
    overflow: auto;
  }
  .header .header-sectionsList._visible {display: block;}
  .header .header-sectionsItem {display: block;text-align: left;box-shadow: none!important;transition: background .3s ease;margin-bottom: -1px;}
  .header .header-sectionsItem:last-child {
    margin-bottom: 0;
  }
  .header .header-sectionsItem.active,
  .header .header-sectionsItem.hover,
  .header .header-sectionsItem:hover {
    /* background: #dffbf4; */
  }
  .header-catalogMenu a.active, .header-catalogMenu a:hover {
    background: #dffbf4;
  }
  .header .header-sectionsLink {line-height: 30px;color: #fff}
  .header .header-sectionsLink:before {display: none}
}
@media(max-width: 481px){
  .header .header-sections {
    height: 40px;
  }
}
/* Всплывающие блоки моб версии */
@media (max-width: 991px){
  ._header-mobile {display: none}
  .header ._header-mobile {position: absolute;z-index: 2;top: 40px;left: 0;width: 100%;padding: 0;background-color: #faf6ee;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;}
}
@media (min-width: 992px) {
  ._header-mobile {display: block!important;}
  .header-contacts {
    display: flex!important;
  }  
}
/**/
.header-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  opacity: 0;
  background-color: #373737;
  visibility: hidden;
  -webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;
  cursor: pointer
}
.header-overlay._visible {opacity: .7;visibility: visible}
@media (max-width:991px) {.header-overlay {z-index: 2}}
/*** Слайдер и баннеры ***/
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 695px);
  margin-left: auto;
  margin-bottom: -15px;
}
.index-banner {
  padding-top: 33px;
  background: #f2f6f7;
}      
.banner-list-item {
  width: calc(50% - 7.5px);
  max-width: 215px;  
  margin-bottom: 15px;  
  height: 193px;
  background-color: #f2f6f7;
  border-radius: 5px;
  background-size: cover;
}      
.banner-list-title:hover {
  background: #ff9daf;  
}
.banner-list-title {
    height: 25px;
    background-color: #2abf99;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    color: #ffffff;
    margin-bottom: 10px;
    white-space: nowrap;
    transition: all .3s;
}
.banner-list-text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0;
}
.banner-list-inner {
  display: flex;
  position: relative;
  padding: 10px 15px;
  height: 100%;
}
.banner-list-content {
  position: relative;  
  margin-top: auto;
} 
.index-banner-container {
  display: flex;
}
.slideshow {
    width: 680px;
}     
.slideshow._full-width {
  width: 100%;
} 
.slideshow-item {
  height: 400px;
  background-color: #f2f6f7;
  border-radius: 5px;   
  padding: 0 40px;
  display: flex;
  align-items: center;    
  background-size: cover;         
}
.slideshow-inner {
  margin-top: -20px;
}
.slideshow-title {
  font-size: 34px;
  font-weight: 700;
  color: #373737;        
  margin-bottom: 20px;
}
.slideshow-text {
  max-width: 260px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #373737;   
  margin-bottom: 30px;     
}
.slideshow-text strong {
  color: #ff6277;
}
.slideshow-button {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .slideshow {
    width: 456px;
  }
  .slideshow-button {
    font-size: 14px;
  }
  .slideshow-title {
    font-size: 30px;
  }
  .slideshow-item {
    padding: 0 25px;
    background-position: 40% 100%;    
  }
  .banner-list {
    width: calc(100% - 456px - 30px);
  }
}
@media (max-width: 991px) {
  .index-banner {
    padding-top: 25px;
  }  
  .index-banner-container {
    flex-wrap: wrap;
  }
  .slideshow {
    width: 100%;
    margin-bottom: 15px;
  }
  .slideshow-item {
    height: 200px;
  }
  .slideshow-title {
    display: none;
  }
  .banner-list {
    width: 100%;
  }
  .banner-list.owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  .banner-list-item  {
    width: 100%;    
    max-width: 225px;
  }
}
@media (min-width: 481px) and (max-width: 991px){
  .slideshow-item {
    background-position: 40% 0;
  }
}
@media (max-width: 481px) {
  .banner-list-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(255,255,255,0.011642156862745057) 100%);
  }  
}
@media (max-width: 481px) {
  .banner-list-item {
    width: 195px;
    height: 150px;
  }
  .banner-list-text {
    font-size: 13px;
  }
  .banner-list-title {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .banner-list-item {
    height: 100px;
  }
}
@media (max-width: 481px) {  
  .slideshow-inner {
    margin-top: 0;
  }
  .slideshow-item {
    height: 200px;
    padding: 0 20px;
  }
  .slideshow-button {
    height: 40px;
    line-height: 40px;
  }  
  .slideshow-text {
    max-width: 150px; 
    font-size: 16px;
    margin-bottom: 22px;  
  }
}
@media (max-width: 320px) {
  .slideshow-item {
    height: 150px;
    padding: 0 12px;
  }
  .slideshow-text {  
    max-width: 130px;    
    font-size: 14px;    
    margin-bottom: 15px;
  }
  .slideshow-button {
    height: 35px;
    line-height: 35px;
  }
}
/*** Преимущества ***/
#features {margin-bottom: 0px;padding-top: 15px;padding-bottom: 23px;background: #f2f6f7;}
#features .features__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
#features .main-featuresItem {display: block;margin-bottom: 4px;text-align: center}
#features .main-featuresInner {height: 100%;height: 64px;padding: 0;background-image: linear-gradient(0.0deg, #fdb3c0 0%, #fcccd5 100%);box-shadow: 0px 2px 0px 0px #fb879c;border-radius: 6px;}
#features .main-featuresTitle {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #373737;
  height: 100%;
  padding-right: 80px;
  padding-left: 15px; 
}
#features .main-featuresIcon {max-width: 100%;margin: auto;line-height: 40px;color: #ff9daf;position: absolute;top: 0;right: -25px;}
#features .features-list .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#features .owl-carousel .owl-stage-outer {
  overflow:visible
}
#features .features-list .main-featuresItem {margin-bottom: 0;height: 100%;padding: 12px 0;}
#features .owl-dots:not(.disabled) {display: block;float: right;margin: 5px auto;position: static;width: auto;text-align: right;padding: 2px 2px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;background-color: rgba(42,48,52,.5)}
#features .owl-dots .owl-dot {display: inline-block;zoom: 1}
#features .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px}
#features .owl-dots .owl-dot.active span,#slideshow .owl-dots .owl-dot:hover span {background: #ff9daf}
@media (min-width:1200px) {
  #features .features__wrapper {
    padding-right: 25px;
  }  
}
@media (max-width:1199px) {
  #features .main-featuresItem {
    width: 245px;
    margin-bottom: 20px
  } 
}
@media (max-width: 991px) {
  #features .main-featuresItem {
    width: 225px;
  }
  #features .main-featuresInner {
    height: 50px;
  }
  #features .main-featuresIcon {
    display: none;
  }
  #features .main-featuresTitle {
    padding-right: 15px;
    justify-content: center;    
  }
}
@media (max-width: 481px) {
  #features {
    padding-bottom: 35px;
  }
  #features .main-featuresItem {
    width: 195px;
  }
  #features .features-list .main-featuresItem {
    padding: 0;
  }
}
@media (max-width: 320px) {
}
#features .features-list._goods {display: -webkit-box;display: -ms-flexbox;}
#features .features-list._goods {display: flex;flex-wrap:wrap;}
#features .features-list._goods .main-featuresItem {height: auto;}
#features .features-list._goods .main-featuresIcon {margin-right: 15px;flex-shrink: 0;}
#features .features-list._goods .main-featuresIcon img {max-height: 60px;width: 60px}
#features .features-list._goods .main-featuresInner {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 0}
#features .features-list._goods .main-featuresItem {margin-right: 30px;text-align: left}
#features .features-list._goods .main-featuresItem:last-child {margin-right: 0px;}
@media all and (max-width: 1200px){
  #features .features-list._goods .main-featuresItem {margin-bottom: 15px;}
}
@media all and (max-width: 481px){
  #features .features-list._goods .main-featuresItem {margin-bottom: 15px}
  #features .features-list._goods .main-featuresIcon img {max-height: 50px;width: 50px} 
}
/*! Табы товаров */
#producttabs {content-visibility: auto;background: #f2f5f7;padding-top: 35px;padding-bottom: 30px;}
#producttabs .products-container {display: none;width: 100%}
#producttabs .products-container .preloader {
  background: #f2f5f7;
}
#producttabs .tab-content-actived {display: inline-block}
#producttabs .pdt-nav {display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;}
#producttabs .pdt-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  padding: 0;
  list-style: none;
  justify-content: center;
  background: #f2f5f7;
}
#producttabs .pdt-nav-wrap::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
#producttabs .pdt-nav li:hover {
  font-size: 24px;
}
#producttabs .pdt-nav li {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background: #f2f5f7;
  font-size: 18px;
}
#producttabs .pdt-nav li:last-child {padding-right: 20px;}
#producttabs .pdt-nav li:first-child {padding-left: 20px;}
#producttabs .pdt-nav li span {
  display: block;
  position: relative;
  padding-bottom: 0;
  font-family: Arial,sans-serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  width: auto;  
}
#producttabs .pdt-nav li span:hover {color: #398f93}
#producttabs .pdt-nav li.tab-nav-actived,
#producttabs .pdt-nav li:hover {cursor: pointer;font-weight: 500;border-width: 3px;}
#producttabs .pdt-nav li:hover span {color: #373737;}
#producttabs .pdt-nav li.tab-nav-actived span {width: 100%;font-size: 24px;}
#producttabs .pdt-nav-arrows .navigation {
  display: none;
}
#producttabs .pdt-nav-arrows .navigation._show {
  display: flex;
  justify-content: space-between;
}
#producttabs .pdt-nav-arrows {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
}
#producttabs .pdt-nav-arrows .owl-prev,
#producttabs .pdt-nav-arrows .owl-next {
  display: inline-block;
  margin-left: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  height: 25px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #fff;
  position: relative;  
  z-index: 2;
  color: #dadada;  
}
#producttabs .pdt-nav-arrows .navigation > button:hover {
  border-color: #ff9daf;
}
#producttabs .pdt-nav-arrows .navigation > button:hover .material-icons {
  width: 23px;
  height: 23px;
  background: #ff9daf;
  color: #fff;
}
#producttabs .pdt-nav-arrows .navigation .owl-next:after {content: '';display: block;background: #f2f5f7;width: 15px;height: 100%;position: absolute;right: calc(100% + 1px);top: 0;}
#producttabs .pdt-nav-arrows .navigation .owl-prev:after {content: '';display: block;background: #f2f5f7;width: 15px;height: 100%;position: absolute;left: calc(100% + 1px);top: 0;}
@media(max-width:767px) {
  #producttabs .pdt-nav li:last-child {padding-right: 0px;}
  #producttabs .pdt-nav li:first-child {padding-left: 0px;}  
  #producttabs .pdt-nav li span {font-size: 20px}
  #producttabs .pdt-nav-wrap {flex-wrap: wrap;justify-content: flex-start;align-items: center;}
  #producttabs .pdt-nav-wrap::before {
    display: none;
  }
  #producttabs .nav-splitter {display: none}
  #producttabs .pdt-nav li {
    width: 50%;
    text-align: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    max-height: 45px;    
    margin: 0;
  }
}
@media(max-width:481px) {
  #producttabs .pdt-nav-arrows .navigation .owl-next:after {background: transparent;}
  #producttabs .pdt-nav-arrows .navigation .owl-prev:after {background: transparent;}
  #producttabs .pdt-nav-wrap::before {display: none;}
  #producttabs .pdt-nav li {
    max-height: 40px;
  }
  #producttabs .pdt-nav li span {
    font-size: 16px;    
  }
  #producttabs .pdt-nav li.tab-nav-actived span {
    font-size: 20px;
  }
}
/*** Новости ***/
#news {padding-top: 15px;padding-bottom: 35px;}
#news .block-title svg.block-icon {background: #fbf6ef00;outline: 12px solid transparent}
@media all and (max-width: 481px){
  #news .block-title svg.block-icon {display:none;}
  #news .block-title._iconed .title {
    padding: 0;
    margin-top: 0;    
  }
}
#news .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex}
#news .owl-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto}
#news .block-news .item {
  position: relative;
  padding: 0px; 
}
#news .block-news .post-content {position: relative;background-color: #fff;text-align: left;min-height: 210px;height: 100%;border: 1px solid #dadada;border-radius: 6px;display: flex;flex-direction: column;  transition: all .3s ease;overflow: hidden;}
#news .block-news .post-content:hover {
  border: 1px solid #2abf99;  
}
#news .post-content-header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px;padding: 0;}
#news .block-news .news-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 135px;
}
#news .block-news .news-image {
  display: block;
  width: auto;
  margin-bottom: 10px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
#news .block-news .date {
  display: block;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  z-index: 1;
  background-color: #ff6277;
  padding: 0 5px;
  top: 9px;
  font-family: Rubik;
  font-size: 13px;  
}
#news .post-content-body {
  padding: 0 12px 15px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#news .block-news .title {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-family: 'Arial';
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #ff5d72;
  text-align: left;
  transition: all .3s ease;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
}
#news .block-news .title:hover {
  color: #1ca481;  
}
#news .block-news .description {
  font-size: 14px;
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 18px;
  text-align: left;
  text-overflow: ellipsis;
  align-items: flex-end;
  text-decoration: none;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: auto;
  flex-grow: 1;
  max-height: 35px;
  -webkit-line-clamp: 2
}
#news .block-news .read-more {
  font-size: 14px;
  align-items: center;
  background-color: #2abf99;
  border-radius: 3px;
  height: 25px;
  width: fit-content;
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  line-height: 25px;
  margin-top: 0;  
  transition: all .3s ease;
}
#news .block-news .read-more:hover {
  background-color: #ff9daf;
}
#news .block-news .read-more .icon {
  width: 30px;
  height: 30px;
  fill: #ff9daf;
}
#news .block-news .small {display: none}
#news .tabs-headerList {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;padding: 0 10px;white-space: nowrap;overflow-y: auto}
#news .tabs-headerList .tabs-headerItem {display: inline-block;vertical-align: middle;padding: 0 5px;margin-right: 10px}
#news .tabs-headerList .tabs-headerItem:last-child {padding-right: 30px}
#news .tabs-headerList .tabs-headerItem .tabs-headerLink {display: block;padding: 14px 0;font-size: 16px;height: 100%;font-family: 'Arial',Arial,sans-serif}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #ff9daf}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #ff9daf;-webkit-box-shadow: inset 0 -2px 0 0 #ff9daf;box-shadow: inset 0 -2px 0 0 #ff9daf}
#news .tabs-body {position: relative}
#news .tabs-body .tabs-content {display: none}
#news .tabs-body .tabs-content.active {display: block}
.nojs #news .preloader {display: none}
.nojs #news .tabs-body .tabs-content {display: block}
@media all and (max-width: 481px){
  #news .block-news .date {
    font-size: 13px;
  }
  #news .block-news .title {
    font-size: 15px;
  }
}
#footer {padding-top: 35px;padding-bottom: 30px;margin-top: 0;color: #373737;font-size: 14px;background-color: #f2f5f7;}
#footer .container {position: relative}
#footer .block {margin-bottom: 20px}
#footer .block .title {font-family: 'Arial';position: relative;margin: 0 0 10px;font-size: 24px;line-height: 1.2;font-weight: 700}
#footer .block.collapse .title .title-navArrow {display: none}
#footer .block .block-content {background-color: transparent;padding: 0}
#footer .block .block-content > p {margin-bottom: 25px}
#footer .footer-logo {margin-bottom: 20px}
.footer-logoImg {
  max-width: 195px;
}
@media all and (max-width: 991px) {
  #footer .footer-top {
    display: flex;
  }
  #footer .copyright {
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  #footer {
    padding-top: 25px;
  }
  #footer .footer-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  #footer .copyright {
    text-align: center;
    padding-left: 30px;    
  }
}
.block-info {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  width: 100%;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .block-info {
    justify-content: flex-end;    
  }
}
@media all and (max-width: 991px) {
  .block-info {
    justify-content: space-between;
  }  
}
@media all and (max-width: 767px) {
  .block-info {
    flex-direction: column;
    justify-content: center;
  }  
}
@media all and (max-width: 991px) {
  #footer .block.collapse:nth-child(2) {margin-bottom: 0}
  #footer .block.collapse.active:nth-child(3) .title {border-radius: 0}
  #footer .block.collapse:nth-child(3) .title {border-top: 1px solid transparent;}
  #footer .block.collapse .title {background-color: rgba(255,255,255,0.1);padding: 10px 0;margin-bottom: 0;cursor: pointer}
  #footer .block.collapse .title .title-navArrow {display: block;width: 40px;line-height: 40px;text-align: center;position: absolute;top: 0;right: 0;-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
  #footer .block.collapse .title.active .title-navArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  #footer .block.collapse .block-content {display: none;padding: 0 10px;background-color: rgba(255,255,255,0.2);}
  #footer .block.collapse .links li {line-height: 30px}
}
/* Обратный звонок */
.index-callback {
  background-color: #fff1f4;
  padding: 40px 0;
}
.index-callback__wrap {
  position: relative;
}
.index-callback__img {
  max-width: 377px;
  display: block;
  margin: auto;
}
.callback-block__title {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #373737;
}
.callback-block__subtext {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
}
.callback-form .callback-input {
  margin-bottom: 20px;
}
.callback-form .input {
  max-width: 361px;
  border: 1px solid #fcccd5;  
}
.callback-pp {
  margin-bottom: 15px;
}
.callback-pp .checkbox-name {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #373737!important;
}
.callback-form .callback-btn {
  max-width: 174px;
  height: 45px;
  font-size: 15px;
}
.callback-block__recall {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 100%;
  margin-top: 35px;
}
.callback-block__recall-phone {
  font-family: Rubik;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #373737;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.callback-block__recall-phone .material-icons {
  width: 16px;
  height: 16px;
  font-size: 17px;
  margin-right: 4px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .callback-block__title {
    font-size: 30px;
  }
  .callback-block__subtext {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .index-callback__img-wrap {
    position: absolute!important;
    top: 0;
    left: 0;
    opacity: 0.3;
  }  
  .index-callback__img {
    max-width: 400px;
  }
  .callback-block {
    text-align: center;
  }
  .callback-form .input {
    max-width: 480px;
    margin: 0 auto;
  }
  .callback-form .callback-pp {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
  .callback-block__recall {
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
}
@media(max-width: 481px){
  .callback-block__recall {font-size: 15px;}
  .callback-block__title {
    font-size: 24px;
  }
}
@media(max-width: 480px){
  .callback-block__title {
    font-size: 20px;
  }  
  .callback-block__recall {
    flex-direction: column;
  }
  .callback-block__recall-phone {
    margin-top: 13px;
  }
  .callback-form .callback-btn {
    max-width: 150px;
    height: 35px;
    line-height: 35px;
  }
}
/* Контакты */
.index-contacts {
  background: #f2f5f7;
  padding-top: 35px;
}
.index-contacts-map {
  max-width: 652px;
  width: 100%;
  height: 430px;
}
.index-contacts-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-contacts .block-title .title .title-text {
  background: #f2f5f7;
}
.index-contacts .container::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #dadada;  
}
.block-contact {
  position: relative;
  padding: 30px;
  font-size: 16px;
  width: 360px;
  flex-shrink: 0;
  border: 1px solid #dadada;
  border-radius: 6px;
  background: #fff;  
}
.block-contact._feedback {
  margin-top: 35px;
}
.block-contact::before {
  content: '';
  width: 161px;
  height: 47px;
  display: block;
  position: absolute;
  bottom: calc(100% - 10px);
  left: -15px;
}
.block-contact::after {
  content: '';
  width: 149px;
  height: 44px;
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  right: -15px;
}
.block-contact-item {
  display: block;
  margin-bottom: 20px;
}
.block-contact-item:last-child {
  margin-bottom: 0;
}
.block-contact-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  color: #373737;
  margin-bottom: 11px;
}
.block-contact-item::after {content: '';height: 1px;background-color: #ff9daf;width: 70px;display: inline-block;}
.block-contact-item:last-child:after {
  display: none;
}
.block-contact-content {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #373737;
}
.block-contact-icon {margin-right: 10px;border-right: 1px solid rgba(255,255,255,.5)}
.block-contact i {display: inline-block;vertical-align: top;font-size: 21px;line-height: 40px;text-align: center;margin-right: 10px}
.block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.footer-phone {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #373737;  
}
.footer-phoneCallback {text-decoration: underline;margin-top: 3px;display: block;font-size: 16px}
.block-contact p {display: inline-block;vertical-align: top;margin: 0;line-height: 1;font-size: 14px;color: #ccd8df}
.block-contact b {display: inline-block;font-weight: 400;font-size: 13px;margin-bottom: 10px;text-transform: uppercase}
@media all and (max-width: 1200px){
  .index-contacts-map {
    max-width: 455px;  
  }
}
@media all and (max-width: 991px){
  .block-contact {
    width: 355px;
  }
  .index-contacts-map {
    max-width: 355px;
  }
  .block-contact::before,
  .block-contact::after {
    display: none;
  }
}
@media all and (max-width: 768px){
  .index-contacts-inner {
    flex-wrap: wrap;
  }
  .block-contact {
    width: 100%;
    margin-bottom: 15px;
  }
  .block-contact-item:last-child {margin-top: 10px;}
  .index-contacts-map {
    max-width: 100%;
  }
}
@media all and (max-width: 481px){
  .block-contact-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px
  }
  .index-contacts .container::after {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 375px){
  .block-contact {
    padding: 15px 12px;
    margin-bottom: 20px;
  }
}
/* Меню */
#footer .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
  justify-content: flex-end;  
}
#footer .links li {
  display: block;
  position: relative;
  line-height: 20px;
  margin-left: 25px;
  margin-bottom: 10px;
}
#footer .links li:first-child {
  margin-left: 0;
}
#footer .links a {display:block;}
#footer .links a:hover {color: #ff9daf;}
@media all and (max-width: 991px) {
  #footer .links {
    justify-content: center;
  }
  #footer .links li {
    /* margin-left: auto; */
    /* margin-right: auto; */
  }
}
/* Обратный звонок */
#footer .callbackForm .callback-input {position: relative;margin-bottom: 15px;}
#footer .callbackForm .input {width: 100%;height: 40px;color: #333;}
#footer .callbackForm .button {display: block;margin: 0 auto;text-align: center;margin-bottom: 10px;background-color: #ff9daf;color: #fff;}
#footer .callbackForm .button:hover {background-color: #ff9daf;color: #fff;}
#footer .name-error,#footer  .phone-error {display:block;font-size: 13px;}
#footer .input.input--error {border: none;}
.callbackForm .pp {font-size: 12px;text-align: center;color: #888888;}
.callbackForm .pp label {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #373737!important;  
}
.pp a {display: inline;text-decoration: underline;}
.pp a:hover {text-decoration: underline}
.pp.pp-fast-order {
  font-size: 12px;
  color: #888888;
}
.pp.pp-fast-order label {color: #888888!important;}
.pp.pp-feedbackForm {margin-bottom: 15px;}
.pp.pp-feedbackForm label {color: #888888!important;}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
/* Перезвоните мне */
.callbackForm .callback-input {margin-bottom: 20px;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;color: #333333;}
.callbackForm .callback-btn {display:block;margin: 0;margin-top: 15px;max-width: 174px;}
.callbackForm .name-error,.callbackForm .phone-error {display:none;}
/* Уведомить меня */
.notifyForm .callback-input {margin-bottom: 20px;}
.notifyForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;color: #333333;}
.notifyForm .callback-btn {display:block;margin: 0;margin-top: 15px;max-width: 174px;}
.notifyForm .name-error,
.notifyForm .phone-error {display:none;}
.notifyForm .pp {font-size: 12px;text-align: center;color: #888888;}
.notifyForm .pp label {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #373737!important;  
}
/* Напишите нам */
.feedbackForm-header .callback-input {margin-bottom: 15px;}
.feedbackForm-header .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.feedbackForm-header .callback-btn {display:block;margin: 0 auto 10px;}
.feedbackForm-header .name-error,.feedbackForm-header .phone-error {display:none;}
/**/
#footer .fotter-bottom {margin-top: 0;text-align: center;padding: 10px 0 25px;overflow: hidden;}
#footer .copyright {
  color: #373737;
  font-size: 13px;
}
#footer .fotter-bottom .payments-block {text-align: right;}
@media(max-width: 481px){
  #footer .copyright {
    font-size: 12px;
  }
}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
/* Способы оплаты */
.payment-icons {
  display: flex;
  align-items: center;
}
.payment-icons._goods {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.payment-icons._goods .payment-icons-title {margin-bottom: 0;margin-right: 15px}
.payment-icons .paymentTitle {color: #fff;margin-bottom: 10px}
.payment-icons .payment-icons-title {display: block;margin-bottom: 0px;color: #808080;}
.payment-icons .payment-icons-list {display: -webkit-box;display: -ms-flexbox;display: flex;margin-left: 12px;}
.payment-icons .payment-ico {display: inline-block;vertical-align: middle;margin-left: 10px;cursor: pointer}
.payment-icons .payment-ico:first-child {margin-left: 0}
.payment-icons .payment-ico .icon {width: 25px;height: 25px;fill:#dadada}
.payment-icons .payment-ico:hover .icon {fill: #ff9daf}
@media all and (max-width: 768px){
  .payment-icons .payment-ico {
    margin-right: 5px;
  }
}
@media all and (max-width: 481px){
  .payment-icons .payment-icons-title {
    display: none;
  }
  .payment-icons .payment-icons-list {
    margin-left: 0;
  }
}
/* Соц. сети */
.social-links {text-align: center;margin-top: 5px;margin-bottom: 0}
.social-links-title {
  display: block;
  font-size: 14px;
}
.social-links-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
}
.social-links a .icon {width: 15px;height: 15px;}
.social-links a:hover .icon {fill: #ff9daf}
.social-links a {display: inline-block;color: #ccd8df;margin-right: 3px;text-align: center;text-indent: 0}
.social-links a:last-child {margin-right: 0}
.social-links a:hover {border-color: #fff}
.social-links a:hover i {color: #fff}
.social-links a span {display: none}
.social-links._header {
  margin-top: 0;
}
.social-links._header a svg{
  width: 22px;
  height: 22px;
  fill: #ff9daf;
}
.social-links._header a:hover svg {
  fill: #ff9daf;
}
.social-links._header .social-links-title {
  margin-bottom: 5px;
}
.social-links._vertical {width: 20px;margin-top: 0}
.social-links._vertical .icon {fill: #e8dbcf}
.social-links._vertical a {margin-right: 0;margin-bottom: 7px}
.social-links._vertical a:last-child {margin-bottom: 0}
.social-links._vertical::after,.social-links._vertical::before {content: '';display: block;margin: auto;width: 1px;height: 15px;background-color: #e8dbcf}
.social-links._vertical::before {margin-bottom: 9px}
.social-links._vertical::after {margin-top: 15px}
.social-links._footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 0;  
}
.social-links._footer .social-links-title  {
  color: #808080;
}
.social-links._footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 7px;  
}
.social-links._footer a:last-child {
  margin-right: 0;
}
.social-links._footer a svg {margin: auto;display: inline-block;fill: #ff9daf;width: 22px;height: 22px;}
.social-links._footer a:hover svg {fill: #ffbb00;}
@media all and (max-width: 767px){
  .social-links._footer {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991px){
  .header-toolsCol._social{display:inline-block!important;margin-right: 0;}
  .header-toolsCol._social .social-links {margin-top:10px;margin-bottom: 10px;}
  .header-toolsCol .header-toolsIcon._cart {padding-left: 0;}
}
@media all and (max-width: 767px){
  .social-links._header {
    display: none;
  }
}
@media all and (max-width: 481px){
  .social-links._footer .social-links-title {
    display: none;
  }
  .social-links-wrap {
    margin-left: 0;
  }
}
/*** Заголовки ***/
#page-title {text-align: left;margin-bottom: 25px;}
#page-title.index-catalog {padding: 15px 15px 0;}
#page-title .block-title h1.title {font-size: 24px;word-break: break-word;line-height: 1;    text-align: center;}
#page-title .block-title h1.title .title-text {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
#page-title .block-title h1.title::before,
#page-title .block-title h1.title::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
@media all and (max-width:481px) {
  #page-title .block-title h1.title .title-text {
    font-size: 22px;
  }
  #page-title .block-title h1.title::before,
  #page-title .block-title h1.title::after {
    display: none;
  }
}
@media all and (max-width:375px) {
  #page-title .block-title h1.title .title-text {
    font-size: 20px;
  }
}
#page-title .block-title h5.result {display: none;color: #fff;font-family: 'PT Sans Narrow', sans-serif;font-weight: 600;letter-spacing: 0.025em;}
#page-title .block-title._search h1.title {margin-bottom:15px;}
.block-title {position:relative;}
.block-title._iconed .title {margin: 0;text-align: center;padding: 30px 15px;font-size: 30px;text-transform: none;font-weight: 700;    margin-top: 30px;}
.block-title._iconed svg.block-icon {width: 24px;height: 24px;fill: #eedcd0;position: absolute;left: 50%;margin-left: -12px;top: -12px;background: #fff;z-index: 1;background: #fbf6ef00;outline: 12px solid transparent}
.block-title._iconed .title:after,
.block-title._iconed .title:before {content: '';width: calc(50% - 30px);max-width: 155px;position: absolute;top: 0;display: block;height: 1px;background: #f2e5dc;-webkit-transform: none;transform: none}
.block-title._iconed .title:before {right: calc(50% + 30px);left: auto}
.block-title._iconed .title:after {left: calc(50% + 30px)}
@media all and (max-width:481px) {
  .block-title._iconed .title:before {right: auto;left: 0}
  .block-title._iconed .title:after {right: 0;left: auto}
}
.block-title .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  font-family: 'Arial',Arial, sans-serif;
  margin-bottom: 25px;
}
.block-title .title._text-left {
  text-align: left;
}
.block-title._no-line {
  display: flex;
  align-items: center;
}
.block-title._no-line .title {
  margin-bottom: 0;
}
.block-title._no-line .title .title-text {
  padding: 0!important;
}
.block-title._no-line .title::before,
.block-title._no-line .title::after {
  display: none;
}
.block-title .title::before,
.block-title .title::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.block-title .title .title-text {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.block-title._no-line .navigation {
  position: static;
  width: auto;
  top: 0;
  margin-left: auto;  
}
.block-title .navigation {position: absolute;z-index: 2;top: 5px;left: 0;width: 100%;display: flex;}
.block-title .navigation .owl-next,
.block-title .navigation .owl-prev {display: inline-block;margin-left: 0;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 25px;height: 25px;border: 1px solid #dadada;border-radius: 4px;background: #fff;position: relative;    color: #dadada;}
.block-title .navigation .owl-next::after,
.block-title .navigation .owl-prev::after {
  content: '';
  width: 15px;
  height: 100%;
  background: white;
  display: block;
  position: absolute;
  top: 0;
}
.block-title .navigation .owl-next::after {
  right: 100%;
  margin-right: 1px;
}
.block-title .navigation .owl-prev::after {
  left: 100%;
  margin-left: 1px;
}
.block-title._no-line .navigation .owl-prev:after,
.block-title._no-line .navigation .owl-next:after {
  display: none;
}
.block-title._no-line .navigation .owl-next {
  margin-left: 15px;
}
.block-title .navigation > button:hover {
  border-color: #ff9daf;
}
.block-title .navigation > button:hover .material-icons {
  width: 23px;
  height: 23px;  
  background: #ff9daf;
  color: #fff;  
}
.block-title .navigation > button .icon {width: 26px;height: 26px;fill: #888}
.block-title .navigation > button:hover .icon {fill: #ff9daf}
.block-title .navigation .owl-next {margin-left: auto;}
.block-title .navigation .fal {transition: transform .2s ease-in-out;}
.block-title.cart {    margin-top: 5px;}
.block-title.cart .title {text-align: center;margin-top: 0;padding: 0;}
.block-title.cart .title-tab {margin-right: 10px;transition: opacity .3s ease}
.block-title.cart .title-tab .title-step {color: #ff9daf}
.block-title.cart .title-tab.disabled {opacity: .5}
@media all and (max-width:991px) {
  .block-title.cart .title {
    padding: 0px;
  }
}
@media(max-width: 481px){
  .block-title .navigation .owl-next::after,
  .block-title .navigation .owl-prev::after
  {
    display: none;
  }  
  .block-title .navigation {
    top: 0;
  }
  .block-title .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .block-title .title::before,
  .block-title .title::after {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .block-title .title {font-size: 20px;}
  .block-title.cart .title-tab {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/*** Хлебные крошки ***/
#breadcrumbs {
  position: relative;
  font-size: 13px;
  color: #888888;
  padding: 20px 0 5px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;  
}
#breadcrumbs .breadcrumbs-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;display: flex;align-items: center;}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-right: 10px;  
}
#breadcrumbs ul li::after {
  content: '\e941';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;  
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #373737;
}
#breadcrumbs ul li:last-child:after {
  display: none;
}
#breadcrumbs ul li + li {margin-left: 0px;}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li a {font-weight: 400;display: flex;justify-content: center;align-items: center;height: 20px;border-radius: 10px;color: #373737;transition: all .3s;}
#breadcrumbs ul li:last-child a {padding: 0;}
#breadcrumbs ul li a:hover {color: #ff9daf; border-color: #ff9daf;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {max-width: 700px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 400;vertical-align: middle;height: 20px;border-radius: 10px;display: flex;justify-content: center;align-items: center;color: #1ca481;}
/** Товары на главной **/
.products-container {position: relative}
.products-container .content {width: 100%;position: relative}
.products-container.pdt-sale {padding-bottom: 30px;margin-top: 15px;}
.products-container.pdt-sale .item {
  max-width: 99.9%;
}
.products-container.index .products-grid .item:nth-child(4) ~ .item {display: none}
.products-container.index .products-grid .item:nth-child(5) ~ .show-more {display: block}
#producttabs .products-container.index .products-grid .item:nth-child(4) ~ .item {display: block;}
#producttabs .products-container.index .products-grid .item:nth-child(5) ~ .show-more {display: none;}
#producttabs .products-container.index .products-grid .item:nth-child(8) ~ .item {display: none;}
#producttabs .products-container.index .products-grid .item:nth-child(9) ~ .show-more {display: block;}
.products-container.index .products-grid .show-more {display: none;width: 100%;margin: 0px auto 40px;}
.products-container .products-grid .item .item-inner {padding: 0;position: relative;height: 100%;border: 1px solid #dadada;border-radius: 6px;transition: all .3s;
background: #fff;}
.products-container .products-grid .item:hover .item-inner {
  border: 1px solid #2abf99;
}
.products-container .products-grid .item:hover .item-inner:before {width: calc(100% - 6px);height: calc(100% + 10px);left: 3px;top: -5px;opacity: 1}
.products-container .products-grid .item .item-inner form.goodsListForm {position: relative;z-index: 2;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.products-grid.owl-carousel .owl-stage {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.products-grid.owl-carousel .owl-item {
  flex: 1 0 auto;
}
@media all and (max-width: 481px){
  .products-grid:not(.owl-carousel) .item:nth-child(odd) {
    padding-right: 7.5px;
  }
  .products-grid:not(.owl-carousel) .item:nth-child(even) {
    padding-left: 7.5px;
  }  
}
/** Блок доставки **/
.product-deltime {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 14px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #ff6277;
  margin-top: 15px;
  white-space: nowrap;
  padding: 0 12px; 
}
.products-list .product-deltime {
  padding: 0;
}
.product-view .product-deltime {
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
}
.product-deltime-value {
  margin-left: 4px;
}
.product-deltime-name-mobile {
  display: none;
}
@media(min-width: 1200px){
  .product-deltime {
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .product-deltime {
    font-size: 12px;
  }  
  .product-deltime {
    padding: 0 12px;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
}
@media(max-width: 481px){
  .product-deltime-name {
    display: none;
  }
  .product-deltime-name-mobile {
    display: inline-block;
    vertical-align: middle;
  }
}
@media(max-width: 480px){
  .product-deltime {
    padding: 0 7px;
    margin-top: 7px;
  }
}
/** Товары таблицей **/
.products-grid {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
.products-grid.row .item {margin-bottom: 30px;}
.products-grid .item {position: relative;cursor: pointer;min-height: 100%;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
.products-grid .item .product-image {position: relative;background: transparent;z-index: 0;padding: 0;border: 0;border-radius: 0;text-align: center;}
.products-grid .item .product-image .product-img {display: block;position: relative;z-index: 0;overflow: hidden;width: 100%;min-height: 60px;max-height:254px;line-height: 254px;}
.products-grid .item .product-image .product-img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto ;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;   
}
.products-grid .item .product-icons {position: absolute;z-index: 2;right: -3px;top: -6px;visibility:hidden;transition: all .3s;opacity:0;}
.products-grid .item:hover .product-icons {visibility:visible;opacity:1;}
@media all and (max-width: 481px){
  .products-grid .item .product-icons  {
    right: 6px;
    top: 0;
  }
}
.products-grid .item .product-ico {display:block;width: 20px;height: 20px;line-height: 20px;margin: 0;font-size: 20px;background-color: transparent;color: #ff9daf;z-index: 1;transition: .1s all;}
.products-grid .item .product-ico i {
  font-size:22px;
}
.products-grid .item .product-ico {
  display: none;  
}
.products-grid .item .product-ico:hover,
.products-grid .item .product-ico.added {color: #ff9daf;}
.products-grid .item .product-ico.added {border-color: #ff9daf;}
.products-grid .item .product-ico span {display: none;}
.products-grid .item .product-shop {position: static;padding: 15px 12px 0;text-align: left;margin-top: auto;}
.products-grid .item .product-shop .product-name {margin-bottom: 15px;font-weight: 400;letter-spacing: normal;text-align: center;}
.products-grid .item .product-shop .product-name a {display: block;font-weight: 400;overflow: hidden;height: 38px;font-size: 15px;line-height: 18px;text-decoration: underline;color: #373737;text-align: left;}
.products-grid .item .product-shop .product-name a:hover {color: #ff6277;}
@media all and (max-width: 481px){
  .products-grid .item .product-shop .product-name {
    margin-bottom: 8px;
  }
  .products-grid .item .product-shop .product-name a {display: block;font-size: 14px;font-weight: 400;overflow: hidden;white-space: normal;height: 34px;}
}
.products-grid .item .product-shop .ratings {display:none;}
.products-grid .item .product-shop .price-box {display: flex;margin-bottom:15px;text-align: center;}
.products-grid .item .product-shop .price-box .old-price {margin-left: 7px;order: 1;}
.products-grid .item .product-shop .actions {position: static;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.products-grid .item .product-shop .actions .add-cart:not(.quick) {display: inline-block;vertical-align:middle;max-width: 170px;width: 100%;height: 45px;line-height: 45px;background-color: #ff9daf;padding: 0 3px;color: #fff;flex-grow: 1;text-align: center;margin: auto;border-radius: 25px;font-size: 14px;position: relative;    text-transform: uppercase;}
.products-grid .item .product-shop .actions {position: static;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.products-grid .item .product-shop .actions .add-cart:not(.quick) {display: none;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid rgba(255,255,255,.7);border-radius: 25px;transition: all .3s;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover {background-color: #60c967;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover:before {border-color: #fff;}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #ff9daf;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #ff9daf}
.products-grid .item.empty .product-shop .actions .empty {position: relative;display: inline-block;vertical-align: middle;width: 100%;max-width: 170px;margin: auto;height: 45px;line-height: 45px;text-align: center;padding: 0;font-size: 14px;color: #fff;cursor: default;border-radius: 25px;background-color: #eedcd0;text-transform: uppercase;display: none;}
.products-grid .item.empty .product-shop .actions .empty:before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid #fff;border-radius: 25px;transition: all .3s;}
.products-grid .item.empty .product-shop .actions .qty-wrap {display: none;}
@media(max-width: 480px){
  .products-grid .item .product-shop {
    padding: 0 7px;
  }
  
  .products-grid .item .product-shop .price-box .old-price {
    margin-left: 10px;
  }
}
/** Товары списком **/
.products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.products-list .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 164px;
  cursor: pointer;
}
.products-list .item:hover .item-inner {
  border: 1px solid #2abf99;
}
.products-list .item .item-inner {
  display: flex;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden;  
  transition: all .3s ease;
}
.products-list .item:last-child {border: 0;box-shadow: none;}
.products-list .item .product-image {
  position: relative;
  margin: 0 30px 0 0;
  text-align: center;
  width: 164px;
  max-height: 164px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .products-list .item .product-image {
    min-height: 164px;
  }
}
.products-list .item .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.products-list .item .product-image img {
  max-width: 100%;
  max-height: 100%;
}
.products-list .item .product-image [class^=ico] {
  top: 9px;
  left: 0;
  bottom: auto;
  transform: none;  
}
.products-list .item:hover .product-shop {
  border-left: 1px solid #2abf99;
}
@media(max-width: 481px){
  .products-list .item .product-image [class^=ico] {
    display: none;
  }
  .products-list .item:hover .product-shop {
    border-left: none;
  }
}
.products-list .item .product-shop {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding-right: 0px;
  max-width: 275px;
  width: 100%;
  border-left: 1px solid #dadada;
  transition: all .3s ease;
  flex-shrink: 0;  
}
.products-list .item .product-content {
  display: flex;
  padding-top: 0;
  flex-grow: 1;
}
.products-list .item .product-content__body {
  flex-grow: 1;
  padding-right: 30px;
  align-self: center;
}
@media(max-width: 641px){
  .products-list .item .product-content {
    flex-direction: column;
    padding: 18px 0;
    padding-right: 15px;
  }
  .products-list .item .product-content__body {
    padding-right: 0;
    align-self: flex-start;
  }
  .products-list .item .product-shop {
    border-left: 0;
  }
}
.products-list .item .product-content .product-name {margin: 10px 0;color: #666;font-size: 18px;font-weight: 400;line-height: 1;text-transform: none;}
.products-list .item .product-content .product-name a {
  display: block;
  overflow: hidden;
  max-height: 52px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #373737;  
}
.products-list .item .product-content .product-name a:hover {color: #ff9daf;}
@media(max-width: 641px){
  .products-list .item .product-content .product-name a {
    font-size: 14px;
  }
}
.products-list .item .product-content .ratings {
  display: none;
  position: relative;
  padding: 0;
  margin: 10px 0;
  background: none;
}
.products-list .item .product-content .desc {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;  
}
.products-list .item .product-content .desc p {
  max-height: 60px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 13px;
}
.products-list .item .product-shop .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
}
.products-list .item .product-shop .price-box .price {
  font-size: 22px;
}
.products-list .item .product-shop .price-box .old-price {
  font-size: 14px;
  margin-top: 15px;
  order: 1;  
}
@media(max-width: 1199px){
  .products-list .item .product-shop .price-box .price {
    font-size: 18px;
  }
}
@media(max-width: 641px){
  .products-list .item .product-shop .price-box {
    flex-direction: row;
    margin: 0;
  }
  .products-list .item .product-shop .price-box .old-price {
    margin-left: 11px;
    margin-top: 0;
    font-size: 14px;
  }
}
@media(max-width: 375px){
  .products-list .item .product-shop .price-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-list .item .product-shop .price-box .old-price {
    margin-left: 0;
    margin-top: 5px;
  }
}
/*  */
.products-list .item .product-shop .actions {
  margin-top: 15px;
  text-align: center;  
}
.products-list .item .product-shop .actions .add-cart:not(.quick) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  flex-grow: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #2abf99;
  box-shadow: 0px 3px 0px 0px #1ca481; 
}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover {
  background-color: #ff9daf;
  box-shadow: 0px 3px 0px 0px #ff6277;  
}
.products-list .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #ff9daf;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #ff9daf}
@media(max-width: 1199px){
  .products-list .item .product-shop .actions .add-cart:not(.quick) {
    max-width: 120px;
  }
}
@media(max-width: 641px){
  .products-list .item .product-shop .actions .add-cart:not(.quick) {
    height: 35px;
    line-height: 35px;
  }
  .products-list .item .product-shop .actions {
    text-align: left;
  }
}
/*  */
.products-list .item .product-icons {  position: absolute;    z-index: 1;    right: 15px;    top: 15px;} 
.products-list .item .product-ico {display: none;width: 30px;height: 30px;line-height: 30px;margin: 5px 0;font-size: 15px;text-align: center;background-color: #fff;color: #ccd8df;border: 1px solid #ccd8df;z-index: 1;transition: .1s all}
.products-list .item .product-ico.added,.products-list .item .product-ico:hover {color: #ff9daf}
.products-list .item .product-ico.added {border-color: #ff9daf;}
.products-list .item.empty .product-shop .actions .empty {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 170px;
  margin: auto;
  height: 45px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #fff;
  cursor: default;
  height: 40px;
  background-color: #dadada;
  box-shadow: 0px 2px 0px 0px #808080;
  border-radius: 5px;
  color: #808080;
  cursor: pointer;
}
.products-list .item.empty .product-shop .actions .empty:hover {
  background-color:  #80808087;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #808080;
}
@media(max-width: 1199px){
  .products-list .item.empty .product-shop .actions .empty {
    max-width: 120px;
  }
}
.products-list .item.empty .product-shop .actions .qty-wrap {display: none;}
/*  */
.product-delivery {
  display: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #1ca481;
  text-align: left;
  padding: 0 12px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.product-delivery._show {
  display: flex;
  align-items: center;  
}
.product-delivery .d {
  display: inline;
}
.product-delivery .m {
  display: none;
}
.product-delivery .price {
  max-height: 16px;
  font-size: inherit;
  color: inherit;
  margin-left: 4px;  
  line-height: inherit;  
}
.product-delivery .price.RUB > span:after {
  margin-left: 4px;
}
.product-delivery._list {
  padding-left: 0;
}
.product-delivery._good {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #373737;
  padding: 0;
  margin-bottom: 15px;
}
.product-delivery._good._show {
  display: flex;
  align-items: center;
}
.product-delivery:not(._good) .material-icons {
  display: none;
}
.product-delivery._good .material-icons {
  margin-right: 4px;
}
@media(max-width: 641px){
  .product-delivery._list {
    padding-bottom: 14px;
  }
}
@media(max-width: 481px){
  .product-delivery .d {
    display: none;
  }  
  .product-delivery .m {
    display: inline;
  }  
  .product-delivery {
    font-size: 12px;
    padding: 0 12px;
    padding-bottom: 15px;
  }
}
@media(max-width: 480px){
  .product-delivery {
    font-size: 12px;
    padding: 0 7px;
    padding-bottom: 10px;
  }
}
/* Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.product-shop .actions .add-cart .fal {display: inline-block;vertical-align: middle;margin-right: 5px;font-size: 16px;}
.actions .qty-wrap {display: none;position: relative;width: 95px;margin: 0;vertical-align: middle;text-align: center;margin-right:5px}
.catalog .product-shop .actions .qty-wrap {margin-bottom: 0px;}
.actions input.quantity {display: inline-block;vertical-align: middle;width: 35px;height: 36px;margin: 0;color: #333;border-radius: 0;font-size: 14px;text-align: center;padding: 3px;background: transparent;border: 1px solid #dadada;}
.actions .qty-set {display: block;vertical-align: middle;}
.actions .qty-set > a {position: absolute;top: 0;width: 30px;height: 36px;line-height: 34px;border: 1px solid #dadada;font-size: 11px;color: #888888;border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.actions .qty-set > a:hover {color: #fff;background: #ff9daf;}
.actions .qty-set .qty-plus {right: 1px;}
.actions .qty-set .qty-minus {left: 1px;}
/*** Товар ***/
.product-view .block-bg {padding: 15px;overflow: initial;}
.product-view .product-img-box {margin-bottom: 20px;}
.product-view .product-img-box .general-img {
  position: relative;
  text-align: center;
  min-height: 200px;
  border: 1px solid #dadada;
  border-radius: 6px;  
  overflow: hidden;
}
.product-view .product-img-box .general-img [class^=ico] {top: 7px;left: 7px;bottom: auto;transform: none;margin-top: 0;}
.product-view .product-img-box .general-img img {
  max-width: 100%;
  max-height: 100%;
}
.thumblist-box {position: relative;overflow: hidden;padding: 0;margin-top: 20px;}
.thumblist-box .navigation.disabled {display: none}
.thumblist-box .navigation {position: absolute;height: 100%;width: 100%}
.thumblist-box .owl-next,
.thumblist-box .owl-prev {overflow: visible;position: absolute;z-index: 2;top: 50%;line-height: 25px;right: 0;margin: 0;margin-top: -20px;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #fff;
  color: #dadada;
}
.thumblist-box .icon {width: 26px;height: 26px;fill: #ff9daf;-webkit-transition: all .3s;transition: all .3s}
.thumblist-box .owl-next .icon {margin-left: -30px}
.thumblist-box .owl-prev .icon {margin-right: -30px}
.thumblist-box .owl-next:hover .material-icons,
.thumblist-box .owl-prev:hover .material-icons {
  border-color: #ff9daf;
}
.thumblist-box .owl-next:hover,
.thumblist-box .owl-prev:hover {
  border-color: #ff9daf;
}
.thumblist-box .owl-next:hover .material-icons,
.thumblist-box .owl-prev:hover .material-icons {
  background: #ff9daf;
  color: #fff;
  width: 23px;
  height: 23px;  
}
.thumblist-box .owl-prev {float: left;left: 0}
.thumblist-box .owl-next {float: left;right: 0}
.thumblist {max-width: 380px;margin: 0 auto;}
.thumblist li {
  display: block;
  margin: 0 auto;
  width: 85px;
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden;  
}
.thumblist li a {display: block;text-align: center;width: 85px;height: 85px;line-height: 85px;}
.thumblist.owl-carousel li a img {display: inline-block;margin: 0 auto;width: auto;max-height: 100%;max-width: 100%;}
.thumblist .owl-stage {margin: 0 auto;}
.product-view .product-shop {margin-bottom: 30px;}
.product-view .product-header {padding-bottom: 15px;}
.product-view  .product-name h1 {display: block;margin: 0;font-size: 24px;font-weight: 700;font-family: 'Arial',Arial,sans-serif;text-transform: none;overflow: hidden;}
@media all and (max-width:1199px) {.product-view  .product-name h1 {font-size: 21px}}
@media all and (max-width:991px) {.product-view  .product-name h1 {font-size: 18px}}
@media all and (max-width:481px) {.product-view  .product-name h1 {font-size: 16px}}
.product-view .product-name {padding-right: 0px;margin-bottom: 0px;}
.product-view .product-header .product-name.quick-view h1 {font-size: 20px;}
.product-view .product-header .product-action {text-align: right;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end}
.product-view .product-header .product-action a {color: #93a6b3;opacity: 0.7;width: 30px;height: 30px;text-align: center;line-height: 30px;font-size: 16px;}
.product-view .product-header .product-action a:hover,
.product-view .product-header .product-action a.added {opacity: 1;color: #ff9daf}
@media all and (max-width:991px) {.product-view .product-header .product-action {position: absolute;top: 0;right: 15px;padding: 0}}
@media all and (max-width:481px) {.product-view .product-header .product-action {top: -7px;}}
.product-view .product-toolbar {margin-bottom: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-toolbar .product-toolbar-header {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-toolbar .product-neighbor {margin-left: auto;flex-shrink: 0;}
.product-view .product-toolbar .product-neighbor > div {display: inline-block;position: relative;vertical-align: middle;}
.product-view .product-toolbar .product-neighbor > div.prev > a {
  transform: rotate(    180deg    ) translateY(6px);
}
.product-view .product-toolbar .product-neighbor > div > a {
  display: inline-block;
  color: #808080;
  font-size: 24px;
  width: 30px;
  text-align: center;  
}
.product-view .product-toolbar .product-neighbor > div > a:hover {opacity: 1;color: #ff9daf;}
.product-view .product-toolbar .product-neighbor > div > a .icon {
  width: 26px;
  height: 26px;
  fill: #808080;  
}
.product-view .product-toolbar .product-neighbor > div > a:hover .icon {fill:#ff9daf;}
.product-view .product-toolbar .product-neighbor > div .content {position: absolute;left: 0;top: 100%;border-top: 3px solid #ff9daf;padding: 10px;background-color: #fff;box-shadow: 0 1px 2px rgba(0,0,0,0.2);z-index: 2;visibility: hidden;opacity: 0;filter: alpha(opacity=0);text-align: center;border-radius: 4px;transition: all .2s;}
.product-view .product-toolbar .product-neighbor > div .content:before {content: "";display: block;position: absolute;top: -13px;left: 0;width: 5px;height: 2px;border: 5px solid transparent;border-bottom-color: #ff9daf;}
.product-view .product-toolbar .product-neighbor > div:hover .content {opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.product-view .product-toolbar .product-neighbor .prev .content {right: auto;left: 0;margin-left: -17.5px;}
.product-view .product-toolbar .product-neighbor .prev .content:before {left: 32px;right: auto;}
.product-view .product-toolbar .product-neighbor .next .content {left: auto;right: 0;margin-right: -17.5px;}
.product-view .product-toolbar .product-neighbor .next .content:before {right: 32px;left: auto;}
.product-view .product-toolbar .product-neighbor > div .content .image {display: block;position: relative;margin: 0 auto 10px;max-width: 100px;max-height: 100px;}
.product-view .product-toolbar .product-neighbor > div .content .name {margin: 0;font-weight: 600;font-size: 14px;}
.product-view .product-toolbar .ratings {display:none;}
.product-view .product-toolbar .ratings {vertical-align: middle;height: 20px;margin: 0;margin-top: 20px;font-size: 16px;}
.product-view .product-toolbar .ratings .ratiing-count {display: inline-block;vertical-align: middle;color: #333;font-size: 14px}
.product-view .product-toolbar .ratings .ratiing-count:hover {color: #323f48}
.product-view .product-toolbar .goodsDataMainModificationArtNumber {display: inline-block;vertical-align: middle;white-space: nowrap;color: #849aa8;margin-right: 11px;margin-top: 2px;margin-bottom: 2px;}
.product-view .product-toolbar .goodsDataMainModificationAvailable {display: block;width: 100%;white-space: nowrap;color: #333;margin-left: 0;}
@media all and (max-width: 481px) {
  .product-view .product-toolbar .ratings {margin: 5px 0;}
}
.product-view .product-toolbar .goodsDataMainModificationAvailable .available-true span {color: #60c967;}
.product-view .product-toolbar .goodsDataMainModificationAvailable .available-false span {color: #ff9daf;}
.product-view .product-toolbar .goodsDataMainModificationAvailable {display:none;}
.product-view .product-toolbar .goodsDataMainModificationArtNumber {display:none;}
.product-view .product-shop .short-description {padding: 5px 0 20px;font-size: 15px;font-weight: 400;line-height: 1.5;}
.product-view .product-shop .short-description p {max-height: 110px;overflow: hidden;margin: 0;}
.product-view .product-shop .short-description-link {display: inline-block;margin-top: 10px;color: #ff9daf;}
.product-view .product-shop .short-description-link:hover {color: #ff9daf;}
.product-view .product-shop .table-features-min {width: 100%;border-collapse: collapse;margin-bottom: 20px;margin-left: -10px}
.product-view .product-shop .table-features-min td {padding: 8px 10px 0;overflow: hidden;}
.product-view .product-shop .table-features-min .cell1 {position: relative;}
.product-view .product-shop .table-features-min .cell1:after {content: '';position: absolute;right: -5px;bottom: 4px;left: 10px;border-bottom: 1px dotted #888888}
.product-view .product-shop .table-features-min .features-name {position: relative;z-index: 1;padding-right: 5px;background-color: #fff}
@media all and (max-width: 767px) {
  .product-view .product-shop .table-features-min {table-layout: auto;}
}
.product-view .product-order .goodsDataMainDiscountBlock {line-height: 20px;margin-bottom: 10px;padding: 15px 0;float: none;}
.product-view .product-order .goodsDataMainDiscountBlock i {float: left;color: #ff9daf;font-size: 40px;margin-right: 20px;}
.product-view .product-order .goodsDataMainDiscountBlock strong {color: #333;}
.product-view .product-order .product-order-inner {padding: 0;background-color: transparent;}
@media all and (max-width: 767px) {
  .product-view .product-order .product-order-inner {padding: 0px;}
}
.product-view .product-order .price-box {margin: 0;margin-bottom: 25px;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow {
  margin-right: 20px;
  font-family: Rubik;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  color: #1ca481;  
}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow .num {
  font-size: 26px;
  font-family: Rubik;  
}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow > span:after {font-size: 26px;font-family: Rubik;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceOld {color: #888888;font-size: 18px;vertical-align: sub;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceOld > span:after {font-size: 16px;    text-decoration: line-through;}
.product-view .product-order .price-box .old-price > span {margin-right:5px;}
.product-view .product-order .goodsDataMainModificationArtNumber, .product-view .product-shop .goodsDataMainModificationAvailable {margin: 0 0 7px 0;font-weight: 400;color: #333;}
.product-view .product-order .goodsDataMainModificationArtNumber span, .product-view .product-shop .goodsDataMainModificationAvailable span {display: inline-block;font-weight: normal;margin-left: 5px;text-shadow: none;color: #60c967;}
.product-view .product-order .goodsDataMainModificationAvailable .available-false span {color: #CA2942;}
.product-view .product-order .goodsDataForm {float: left;width: 100%;}
.product-info-box {padding-bottom: 0;margin-top: 30px;margin-bottom: 30px;}
.product-info-box .product-info-box__sticker {display: inline-block;background: #ccd8df;color: #333;padding: 8px;border-radius: 3px;margin-bottom: 10px;}
/* Одиночная модификация */
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {margin-bottom: 15px;padding: 0px;padding-bottom: 15px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty label {display: block;margin: 0px;padding-bottom: 15px;max-width: 100%;font-size: 16px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select {display: none;width: 100%;line-height: 1.2;padding-right: 28px;text-indent: 0.01px;cursor: pointer;padding: 12px 0 12px 15px;border: 1px solid #e6e6e6;background-color: #ffffff;border-radius: 0px;background-repeat: no-repeat;background-position: right 10px center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock {display: none!important;padding: 10px 20px 20px 20px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue {width: 100%;display: flex;position: relative;margin-right: 0;margin-bottom: 15px;cursor: pointer;line-height: 20px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue:last-child {margin-bottom:0;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .circle {flex-shrink: 0;display: block;position: relative;float: left;width: 20px;height: 20px;margin-right: 10px;border-radius: 100%;-webkit-tap-highlight-color: transparent;border: 2px solid #dadada;background-color: #ffffff;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .circle:after {content: '';position: absolute;top: 3px;left: 3px;width: 10px;height: 10px;border-radius: 100%;background: #dadada;transition: all 0.2s ease;pointer-events: none;opacity: 0;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue:hover .circle:after {opacity: 1}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.active .circle {border-color: #ff9daf}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.active .circle:after {background-color: #ff9daf;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .2s cubic-bezier(.35,.9,.4,.9);transition: all .2s cubic-bezier(.35,.9,.4,.9);opacity: 1}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice {margin-left: 0;font-size: 20px;font-family: 'Arial';font-family: Rubik;font-size: 18px;font-weight: 400;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice .ico.RUB {margin-left: 2px}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice span {font-size: 18px;margin-left: 5px}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsName {font-size: 14px}
.product-view .product-order .goodsDataMainModificationsBlock .dotted {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 1px solid #dadada;margin: 0 10px;margin-bottom: 5px;}
/* Двойные модификации */
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValues {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue {
  width: auto;
  margin-right: 7px;
  margin-bottom: 2px;
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 0 15px;
  line-height: 38px;
  height: 40px;
  transition: all .3s ease;
  border-radius: 3px;  
}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue:hover {
  border: 1px solid #ff9daf;
}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue.active {
  background-color: #fff1f4;
  color: #ff6277;
  border: 1px solid #ff9daf;
  border-radius: 3px;  
}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue .circle {display: none}
.product-view .product-order .goodsDataMainModificationsBlock._double .dotted {display: none}
@media all and (max-width: 481px){
  .product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue  {
    margin-bottom: 7px;
  }
}
/**/
.product-view .product-order .actions .qty-wrap {width: 100px}
.product-view .product-order .actions .qty-set > a {width: 30px;height: 36px;line-height: 34px}
.product-view .product-order .actions input.quantity {width: 40px;height: 36px}
.product-view .product-order .add-to-box .goodsDataMainModificationEmpty {
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 170px;
  margin: auto;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  height: 40px;
  background-color: #dadada;
  box-shadow: 0 2px 0 0 gray;
  border-radius: 5px;
  color: gray;
  cursor: pointer;
  transition: all .3s;
}
.product-view .product-order .add-to-box .goodsDataMainModificationEmpty:hover {
  background-color: #80808087;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #808080;
}
.product-view .product-order .add-to-box .add-to-cart {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-order .add-to-box .add-to-cart .button {width: calc(50% - 5px);height: 45px;line-height: 34px;font-size: 16px;padding: 0 10px;vertical-align: middle}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart {
  height: 50px;
  max-width: 205px;
  font-size: 16px;
  width: 200px;
  background-color: #2abf99;
  box-shadow: 0px 3px 0px 0px #1ca481;
  border-radius: 6px;  
}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart:before {border-radius: 27px}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart:hover {
  background-color: #ff9daf;
  box-shadow: 0px 3px 0px 0px #ff6277;
  color: #fff;  
}
.product-view .product-order .add-to-box .add-to-cart .button.quick {
  margin-left: 15px;
  background-color: #ff9daf;
  box-shadow: 0px 3px 0px 0px #ff6277;
  border-radius: 6px;
  color: #fff;  
  border: none;  
}
.product-view .product-order .add-to-box .add-to-cart .button.quick:before {border: 1px solid #dadada;width: calc(100% - 6px);height: calc(100% - 6px);top: 3px;left: 3px;transition: all .3s;}
.product-view .product-order .add-to-box .add-to-cart .button.quick:hover {
  background-color: #2abf99;
  box-shadow: 0px 3px 0px 0px #1ca481;
}
.product-view .product-order .add-to-box .add-to-cart .button.quick:hover:before {
      border-color: #fff;
}
.product-view .product-order .add-to-box .add-to-cart .more {display: none;margin-top: 10px;}
@media all and (max-width: 480px){
  .product-view .product-order .add-to-box .add-to-cart .button.quick {margin-left:0;}
  .product-view .product-order .add-to-box .add-to-cart .button {width: 100%;}
  .product-view .product-order .add-to-box .add-to-cart .button:not(:last-of-type) {margin-bottom: 15px;}
}
.product-view .product-shop .custom-block {padding: 15px 0;border-bottom: 1px solid #dadada;}
.product-view .product-shop .custom-block .item {display: inline-block;padding: 0 10px;text-align: left;border-left: 1px solid #dadada;}
.product-view .product-shop .custom-block .item:first-child {border-left: 0;padding-left: 0;}
.product-view .product-shop .custom-block .item i {display: inline-block;vertical-align: middle;font-size: 35px;color: #ff9daf;}
.product-view .product-shop .custom-block .text-area {display: inline-block;vertical-align: middle;text-align: left;margin-left: 5px;font-size: 14px;font-weight: 400;font-family: 'Arial',Arial,sans-serif;}
.product-view .product-order .add-to-box .add-wishlist {position: relative;width: 55px;height: 55px;border-radius: 27px;border: 1px solid #dadada;background-color: #fff;display: inline-block;line-height: 65px;text-align: center;font-size: 20px;color: #ff9daf;margin-left: 15px;flex-shrink: 0;}
.product-view .product-order .add-to-box .add-wishlist:before {content: '';width: 47px;height: 47px;border-radius: 24px;border: 1px solid #dadada;display: block;position: absolute;left: 3px;top: 3px}
.product-view .product-order .add-to-box .add-wishlist.added,
.product-view .product-order .add-to-box .add-wishlist:hover {
    background: #ff9daf;
    border-color: #ff9daf;
    color: #fff;
}
.product-view .product-order .add-to-box .add-wishlist.added:before,
.product-view .product-order .add-to-box .add-wishlist:hover:before {
    border-color: #fff;
}
@media all and (max-width: 481px){
  .product-view .product-order .add-to-box .add-to-cart {
    flex-direction: column;
  }
  .product-view .product-order .add-to-box .add-wishlist {
    margin-left: 0px;
    margin-top: 15px;
  }
}
/* Сопутствующие товары */
.related-box {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff1f4;
  border-radius: 6px;
  padding: 20px 15px;  
}
.related-box__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 20px;  
}
.related-box__title .navigation {margin-left: auto;}
.related-box__title .navigation.disabled {
  display: none;
}
.related-goods {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden; 
  transition: all .3s ease; 
}
.related-goods:hover {
  border: 1px solid #2abf99;
}
.related-goods .related-goods-image {background: #fff;overflow: hidden;max-width: 100%;height: 160px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 15px;    padding: 4px 3px;}
.related-goods .related-goods-image img {width: auto;max-height: 100%;}
.related-goods .related-goods-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
  height: 32px;
  overflow: hidden;
  text-decoration: underline;
  color: #373737;  
}
.related-goods .related-box-wrap {
  padding: 0 10px 15px;
  text-align: center;
}
.related-goods .checkbox-name.related-box-checkbox-name:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-size: 18px;
  background: none;
  border-radius: 0;
  top: -2px;
  left: 0;
  color: #fff;
}
.related-goods .related-box-checkbox:checked + .checkbox-name.related-box-checkbox-name:before {
  background-color: #ff9daf;
  border-color: #ff9daf;  
}
.related-goods .checkbox-name.related-box-checkbox-name:hover:before {
  border-color: #ff9daf;
}
.related-goods .checkbox-name.related-box-checkbox-name:before {
  background: #fff;
  border-width: 2px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border-color: #dadada;  
}
.related-goods .related-box-checkbox:checked + .related-box-checkbox-name {
  color: #ff6277;
}
.related-goods .related-box-checkbox-name {
  display: inline-block;
  font-size: 14px;
}
.related-goods .related-goods-price {margin-bottom: 10px}
.related-goods .related-goods-price .price {height: auto;line-height: 1}
.related-goods .related-goods-price .price .num {
  font-size: 16px;
  font-family: Rubik;
}
#related-box .owl-prev,
#related-box .owl-next {
  overflow: visible;
  margin: 0;
  background-image: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  user-select: none;
  width: 25px;
  height: 25px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #fff;
  position: relative; 
  color: #dadada;   
}
#related-box .owl-prev:hover,
#related-box .owl-next:hover {
  border-color: #ff9daf;
}
#related-box .owl-prev:hover .material-icons,
#related-box .owl-next:hover .material-icons {
  background: #ff9daf;
  color: #fff;
  width: 23px;
  height: 23px;    
}
#related-box .owl-prev {
  margin-right: 15px;
}
#related-box .owl-prev .icon {right: -5px;}
#related-box .owl-next .icon {left: -5px;}
#related-box .icon-wrap:hover .icon {fill: #333}
#related-box .owl-prev:hover .icon {right: 0}
#related-box .owl-next:hover .icon {left: 0}
@media all and (max-width: 481px){
  .related-goods {margin-bottom: 15px}
}
/*Вид быстрого просмотра*/
.product-view .product-order.quick-view .price-box {margin:0;}
.product-view .product-order.quick-view .goodsDataMainModificationsBlock {margin-bottom: 10px;}
/* Вкладки табы */
.product-tabs {padding: 30px 0 30px;clear: both;    background-color: #f2f5f7;}
@media all and (max-width: 481px){
  .product-tabs {padding-top: 30px;}
}
.product-tabs .tabs-wrap {background-color: transparent;}
.product-tabs + .related {margin-top: 0px;}
.product-tabs .tab-content .htmlDataBlock {padding: 0;margin: 0;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .htmlDataBlock table {border-collapse: collapse;}
.product-tabs .tab-content .htmlDataBlock table td {border: 1px solid #dadada;}
.product-tabs .tab-content#content_2 .table-box {margin-bottom:0;}
.product-tabs .tab-content#content_2 .table-box.table-striped {margin-bottom: 0;}
.product-tabs .tabs {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;  
}
.product-tabs .tabs li {display: inline-block;background-color: transparent;border-radius: 0;padding: 0;}
.product-tabs .tabs li a {
  display: block;
  font-family: 'Arial',Arial,sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #373737;
  padding: 0 15px;
  text-transform: none;  
  white-space: nowrap;
}
.product-tabs .tabs li a.active, .product-tabs .tabs li a:hover {
  font-size: 24px;
}
@media (min-width: 768px){
  .product-tabs .tabs li {
    z-index: 2;
    position: relative;
    background-color: #f2f5f7;
    width: auto;
  }
  .product-tabs .tabs-wrap::before,
  .product-tabs .tabs-wrap::after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 15px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #dadada;    
  }
}
@media (max-width: 767px){
  .product-tabs .tabs{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;    
  }
  .product-tabs .tabs li {
    width: 50%;
    margin-right: 0;
    text-align: center;
    padding: 0;
  }
  .product-tabs .tabs li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }
  .product-tabs .tabs li a.active,
  .product-tabs .tabs li a:hover {
    border-bottom: 3px solid #dadada;
  }
}
@media (max-width: 481px){
  .product-tabs .tabs li a {
    font-size: 16px;
  }
  .product-tabs .tabs li a:hover {
    font-size: 18px;
  }
}
/*  */
.product-tabs .tab-content {background-color: transparent;padding: 15px;padding-top: 25px;;border: none;font-size: 15px;overflow: hidden;}
.tab-content .delivery-tab {margin-bottom: 30px;}
.tab-content .delivery-tab h4 {background: transparent;padding: 15px;padding-top: 0;;font-size: 21px;}
.tab-content .delivery-tab .delivery-content {padding: 0 20px;}
.tab-content .delivery-tab p {margin-bottom: 10px;}
.tab-content .delivery-tab h5, .tab-content .delivery-tab h6 {font-weight: 400;margin-bottom: 5px;}
.tab-content .table-box tbody tr td {width: auto;text-align: left;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: inline-block;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;text-transform: none;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm {background-color: #006600;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm:hover {background-color: #ff9daf;}
.goodsDataOpinionListNavigateBottom .pager .pages {float: left;}
.goodsDataOpinionListNavigateBottom .pager .pages .title {float: left;line-height: 28px;margin-right: 10px;}
.goodsDataOpinionList {width: 100%;margin-top: 30px;}
.goodsDataOpinionList .bord {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dadada;  
}
.goodsDataOpinionList .goodsDataOpinionHeader {margin-bottom:15px;}
.goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 5px;padding-right: 10px;color: #333;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListClient {display: inline-block;vertical-align: middle;padding-right: 10px;font-weight: 400;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 15px;}
.goodsDataOpinionList .rating-box {display: inline-block;vertical-align: middle}
.goodsDataOpinionList .goodsDataOpinionListDate {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #808080;  
}
.goodsDataOpinionList .button {max-width: 100px;float: right}
.goodsDataOpinionList .goodsDataOpinionListDesc,.goodsDataOpinionListTableAnswer {margin-bottom: 15px}
.goodsDataOpinionList .goodsDataOpinionListDesc strong {display: block;margin-bottom: 10px;font-family: 'Arial',Arial,sans-serif;color: #2a3034}
.goodsDataOpinionList .goodsDataOpinionListDesc span {display: block}
#goodsDataOpinionAddBlock {  
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 6px;
}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {
  max-height: 78px;
  overflow: hidden;
  font-size: 18px;
  padding: 15px;
  padding-bottom: 0;
  color: #333333;
  margin: -15px -15px 0;
  background-color: transparent;
  border-top: 1px solid transparent;  
}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {margin: 0;border: none}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {margin-bottom: 20px;width: 100%;max-width: 600px;overflow: hidden}
.goodsDataOpinionAddTable .goodsDataOpinionBlock .input {
  height: 40px;
  line-height: 40px;
}
.goodsDataOpinionAddTable .goodsDataOpinionBlock textarea {
  height: 80px!important;
  line-height: 40px;
  overflow: initial;
}
.goodsDataOpinionAddTable .button {
  max-width: 180px;
}
.goodsDataOpinionAddTable label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;  
}
.goodsDataOpinionAddTable label.invalidInput {width: 100%}
.goodsDataOpinionAddTable {margin-top: 20px}
.goodsDataOpinionAddTable  {margin:0;padding: 17px;}
.goodsDataOpinionRating {width: 100px;margin-top: 3px;}
.goodsDataOpinionAddTable .generally {float: left;}
.goodsDataOpinionAddTable .generally label {display: inline-block;float: none;width: auto;}
.goodsDataOpinionAddTable .generally .radio:last-child label {
  margin-bottom: 0;
}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha {float: left;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .inputText {max-width: 100px;margin-right: 20px;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh {padding: 5px;cursor: pointer;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh:hover {color: #ff9daf;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #ff9daf;}
@media all and (max-width: 481px) {
  .goodsDataOpinionListNavigateTop .button {margin-bottom: 10px;}
}
/** Категории каталога 1го уровня **/
.catalog-tags-block {
  margin-bottom: 30px;
}
.catalog-tags-block__col {
  margin-left: auto;
}
.catalog-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.catalog-tags-list__item {
  display: block;
  padding: 10px 10px;
  border: 1px solid #2abf99;
  border-radius: 3px;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #1ca481;
  transition: all .3s;
}
.catalog-tags-list__item:hover {
  background: #2abf99;
  color: #fff;
}
/** Вы смотрели **/
.viewed {
  margin-bottom: 30px;
}
.viewed .owl-carousel .owl-stage {
  display: flex;
}
.viewed-col._catalog {
  margin-left: auto;
}
.viewed .viewed-items {
  margin-top: 20px;
}
.viewed .viewed-items .owl-item .item:hover {
  border: 1px solid #2abf99;  
}   
.viewed .viewed-items .owl-item .item {    
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
}
.viewed .viewed-items .item-inner {
  position: relative;
  height: 100%;
  background-color: transparent;
  padding: 4px 5px; 
  padding-bottom: 12px; 
}
.viewed .viewed-items .item-inner:hover:before {width: calc(100% - 6px);height: calc(100% + 10px);left: 3px;top: -5px;opacity: 1}
.viewed .viewed-items .product-image {padding: 0;position: relative;z-index: 1;}
.viewed .viewed-items .product-image a {display: block;position: relative;width: 100%;min-height: 60px;max-height: 100%;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
.viewed .viewed-items .product-image a img {width: auto;max-width: 100%;max-height: 100%;margin: 0 auto;transition: opacity .3s;}
.viewed .viewed-items .product-info {
  position: relative;
  z-index: 1;
  float: left;
  width: calc(100%);
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 11px;
  background-color: transparent;  
}
.viewed .viewed-items .product-info .product-name {
  display: block;
  overflow: hidden;
  height: 38px;
  text-overflow: ellipsis;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;  
}
.viewed .viewed-items .product-info .product-name a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #373737;  
  transition: all .3s;
}
.viewed .viewed-items .product-info .product-name a:hover {
  color: #ff6277;    
}
.viewed .viewed-items .product-info .ratings {background: transparent;margin-bottom: 10px;}
.viewed .viewed-items .product-info .price-box {margin: 0;padding: 0;border: none;color: #444;}
.viewed .viewed-items .product-info .price .num {font-size:18px;}
.viewed .viewed-items .product-info .price:not(.old-price) > span {font-size:16px;}
.viewed .owl-carousel .owl-nav {position: absolute;right: 0px;}
.viewed .owl-carousel .owl-nav > button {display: inline-block;position: relative;width: 26px;height: 26px;}
.viewed .owl-carousel .owl-nav > button:first-child {margin-right: 15px;}
.viewed .owl-carousel .owl-nav > button:hover {color: #ff9daf;}
.viewed .owl-carousel .owl-nav > button:hover .icon {fill: #ff9daf}
.viewed .owl-carousel .owl-nav > button .icon {width: 26px;height: 26px;fill: #888}
.viewed .owl-carousel .owl-nav {top: -52px;height: 26px;right: 0}
.product-tabs .viewed .owl-carousel .owl-nav {top: -30px;right: -5px;height: 26px;}
.col-left .block .content .content-title {display: none;}
.col-left .block .content .content-title .content-close-btn {position: absolute;top: 3px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
@media all and (max-width: 1200px) {
  .product-tabs .viewed .owl-carousel .owl-nav {
    top: -25px;
  }
}
@media all and (max-width: 991px) {
  .col-left .block .content .content-title {display: none;padding-bottom: 10px;font-size: 22px;font-family: 'Arial',Arial,sans-serif;margin-bottom: 15px;font-weight: 700;}
}
/* С этим товаром смотрят*/
.related {padding-top: 30px;}
.related .item {
  margin-bottom: 0;
}
.related-items {
  margin-top: 20px;
}
/*** Товары ***/
.toolbar {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  margin: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border: 1px solid #2abf99;
  border-radius: 4px;  
}
.toolbar .pages {display: none;}
.toolbar.bottom {margin: 0}
.toolbar.bottom .pages {display: block;border-left: 0;}
.toolbar.bottom .sort-by {display: none}
.toolbar .OrderFilterForm {height: 100%;;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.view-mode {
  display: flex;
  margin-left: 30px;
  height: 38px;
}
.view-mode .view-mode-btn {
  display: block;
  float: none;
  width: 33px;
  height: 100%;
  cursor: default;
  text-align: center;
  color: #373737;
  background-color: #fff;
  font-size: 17px;
  line-height: 50px;
  border: none;
}
.view-mode .view-mode-btn .icon {
  width: 24px;
  height: 24px;
  fill: #373737;
}
.view-mode a.view-mode-btn {cursor: pointer;}
.view-mode .view-mode-btn:last-child {margin-left: -1px;}
.view-mode .view-mode-btn.active {
  color: #2abf99;  
}
.view-mode .view-mode-btn.active .icon{fill: #2abf99;background-color: #fff;}
.view-mode .view-mode-btn:not(.active):hover {background-color: transparent;}
@media(max-width: 767px){
  .view-mode .view-mode-btn {
    width: 32px;
  }
}
/*  */
.sort-by {background: transparent;display: flex;align-items: center;height: 38px;}
.sort-by label, .show-by label {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #373737;  
}
.sort-by select, .show-by select {height: 30px;line-height: 30px;margin: 0;padding: 0 9px;padding-left: 0px;cursor: pointer;border: 0;font-size: 15px;color: #1ca481;}
.sort-by select {max-width: 230px;}
.show-by {background: transparent;margin-left: auto;height: 38px;display: flex;align-items: center;}
.show-by select {max-width: 65px;}
@media all and (max-width: 1200px){
  .show-by label {display:none;}
}
@media all and (max-width: 481px){
  .show-by {margin-left: 0;}
}
/*  */
.filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;  
  position: relative;
  width: 40px;
  height: 38px;
  border-radius: 0;
  right: -15px;
  background: #2abf99;
}
.filter-btn._active {
  background-color: #ff6277;
}
.filter-btn .icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
@media(min-width: 992px){
  .filter-btn {
    display: none;
  }
}
@media(max-width: 481px){
  .filter-btn {
    border-top-right-radius: 0;
  }
}
/** Навигация **/
.pages {float: right;margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.pages ol {display: block;margin: 0;padding: 0;font-size: 0;}
.pages li {display: inline-block;vertical-align:middle;width: 40px;height: 38px;line-height: 38px;margin-left: -1px;cursor: default;text-align: center;color: #333;border: 1px solid transparent;background-color: #ffffff;}
.pages li.current {background-color: #fff;}
.pages li:not(.current):hover {background-color: transparent;}
.pages li a, .pages li span {display: block;height: 100%;position: relative;font-size: 14px;vertical-align: middle;border: 0;text-align: center;}
.pages li:last-child a, .pages li:last-child:hover a, .pages li:last-child span, .pages li:last-child:hover span  {border-right: 0;}
.pages li a:hover, .pages li span {
  border: 0;
  color: #1ca481;  
}
.pages li.current span {cursor: default;}
.pages li .fal {padding: 0;margin: 0;font-size: 15px;line-height: 28px;}
/** Фильтры **/
.filters {display: block;width: 100%;background-color: #fff;padding: 0;}
.filters .content {
  background-color: transparent!important;
}
.filters .title {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #373737;  
}
.filters .title:hover {color: #ff9daf;}
.filters .title .filter-arrow {visibility:hidden;position: absolute;top: 50%;margin-top: -7px;right: 0;transition: -webkit-transform .15s ease-in-out;-webkit-transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.filters .title.active .filter-arrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
.filters-goods .filter {display: block;margin-bottom: 15px;}
.filters-goods .filter:last-child {margin-bottom: 0;}
.filters-goods .filter-inner.crop {max-height: 300px;overflow: hidden;}
.filters-goods .filter-more {
  padding-top: 10px;
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
  color: #ff9daf;
  text-align: left;  
}
.filter-moreArrow {
  display: none;
}
.filters-goods .filter-more.active .filter-moreArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
.filters-goods .title.active ~ .filter-more {display: none}
.filters .filter-inner .filter-item:not(:last-child) {padding-bottom: 10px}
.filters .filter-inner .filter-item .fal {display: inline-block;margin-right: 5px;}
.filters .filter-inner .filter-item .counter {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0;
  margin-left: 7px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  width: 20px;
  height: 15px;
  background-color: #ff9daf;
  border-radius: 3px;
  font-family: Rubik;
  color: #ffffff;  
}
.filters-goods .filter label.checkbox-name {
  display: flex;
  align-items: center;
  margin-bottom: 3px;  
}
.filters-goods .filter label.checkbox-name:before {
  top: 1px;
}
.filters-goods .filter label.checkbox-name:after {
  top: 0px;
}
.filters-goods .filter select {height: 30px;border: 1px solid #dadada;padding: 0 5px;}
.filters-goods .filter select:focus {border: 1px solid #000;}
.filters .filters-goods-active {display:none;}
.filters .filters-goods-active #filters-reset {
  max-width: 100%;
  margin: 10px auto;
  display: block;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #f2f5f7;
  color: #808080;  
}
.filters .filters-goods-active #filters-reset:hover {
  border: 1px solid #2abf99;
  color: #2abf99;
  background: transparent;
}
.filters .filters-goods-active .filter-inner .filter-item .counter {margin-top: -3px;}
.filters .filters-goods-active, .filters .filters-price {
  margin-bottom: 0px;
  padding: 15px;
  padding-top: 10px;
  border-bottom: 1px solid #dadada;
}
.filters .filters-goods-active {border:none;}
.filters .filters-goods {padding: 15px;}
#filters-form {
  background-color: #f2f5f7;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;  
}
#goods-filter-price-slider.noUi-target {
  height: 6px;
  margin: 15px 0px 20px;
  background-color: #e8dbcf;
  box-shadow: none;
  border: 0;
  border-radius: 0;  
}
#goods-filter-price-slider.noUi-horizontal .noUi-handle {
  background: #ffffff;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  border-radius: 50%;
  border: 5px solid #ff9daf;
  background-color: #ff9daf;  
}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-base {
  border: 1px solid #dadada;
  background: #fff;
}
#goods-filter-price-slider .noUi-base
#goods-filter-price-slider .noUi-connects {
  overflow: visible;
}
#goods-filter-price-slider .noUi-connects {
  height: 6px;
  border-radius: 0;
  overflow: visible;
  top: -1px;
}
#goods-filter-price-slider .noUi-connect {
  background: #ff9daf;
  height: 6px;
}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -16px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: -3px;}
.filters-price .goodsFilterPriceSubmit .button {
  max-width: 135px;
  width: 100%;
  margin-top: 12px;
}
.filters-price .layout-slider {text-align: center;margin: 0 auto 0px;max-width: 300px;}
.filters-price .layout-slider .filter-range-col {position:relative;display: inline-block; vertical-align: middle;}
.filters-price .layout-slider .filter-range-label {position: absolute;top: 50%;transform: translateY(-50%);left: 15px;}
.filters-price .layout-slider .input._active,
.filters-price .layout-slider .input:focus {
  color: #373737;
}
.filters-price .layout-slider .input {
  max-width: 135px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 37px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;  
  font-family: Rubik;  
  color: #808080;
}
.filters-price .layout-slider .price-separator {margin: 0 7px;    visibility: visible;}
@media(min-width: 1200px){
  .filters .filters-goods-active #filters-close {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .filters-price .layout-slider .input {max-width: 70px}
  .filters-price .layout-slider .price-separator {margin: 0 4px}
}
@media all and (min-width: 992px) {
  .filters > .content {display: block!important;}
}
@media all and (max-width: 991px) {
  .filters-goods .filter label.checkbox-name:before {
    background: #fff;
  }  
  .filters {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 22;
    border: 1px solid #dadada;
    border-radius: 6px;
  }
  .filters > .title ,
  .filters .content-title {
    display: none;
  }
  .filters .filters-goods-active {
    display: block;
  }
  .filters .filters-goods-active, .filters .filters-price {
    border-bottom: 0;
  }    
  .filters .filters-goods {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .filters-goods .filter:not(:first-child) {
    margin-left: 30px;
  }
  .filters .filters-goods-active #filters-close {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    color: #808080;
    margin-left: 15px;
  }
  .filters .filters-goods-active #filters-reset {
    max-width: 180px;
    margin: 0;
  }
  .filters .filters-goods-active .filter {
    display: flex;
    flex-wrap: wrap;
  }
  .col-left .filters {padding-top: 0;display: none;}
  
  .filters-price .layout-slider .price-separator {margin: 0 7px}
  .col-left .filters > .title {color: #fff;background-color: #ff9daf;padding: 6px 20px;cursor: pointer;font-size: 20px!important;}
  .col-left .filters > .title .fal {display: inline-block;vertical-align: middle}
  .col-left .page-sidebar .filters .title {
    display: none;
  }
  .col-left .page-sidebar .filters .content {
    display: none;
    width: 100%;
    position: static;
    right: -100%;
    top: 0;
    height: 100%;
    z-index: 50;
    background: #fff;
    padding: 0;
    -webkit-transition: right .3s cubic-bezier(0,1,.63,1);
    transition: right .3s cubic-bezier(0,1,.63,1);
    border: 1px solid #dadada;
    border-radius: 6px;  
  }
  #filters-form {
    display: flex;
    flex-wrap: wrap;     
    overflow-x: auto;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; 
    background-color: transparent;
  }
  .col-left .page-sidebar .filters .content._active {right: 0}
  .filters-price .goodsFilterPriceSubmit .button {
    max-width: 130px;
  }
}
@media all and (max-width: 481px) {
  .filters .filters-goods-active .filter {
    flex-direction: column;
  }
  .filters .filters-goods-active, .filters .filters-price {
    width: 100%;
  }
  .filters .filters-goods-active #filters-reset {
    margin: 0 auto;
  }
  .filters .filters-goods-active #filters-close {
    margin: 0 auto;
    margin-top: 15px;
  }
  .filters-goods .filter {
    margin-left: 0;
    width: 100%;
  }
}
/*** Категории ***/
.index .categories .item {margin-bottom:20px;}
.toolbar + .categories {padding-top: 30px;}
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -15px;
}
.categories .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
  width: 33.3%;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px; 
  transition: all .3s ease;
}
.categories .item .item-inner:hover {
  border: 1px solid #2abf99;
}
.categories .item-inner {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden;
  transition: all .3s;
}
.categories .item .cat-image {border-bottom: 0;margin: 0;}
.categories .item .cat-image a {display: block;overflow: hidden}
.categories .item .cat-image a img {max-width: 100%;max-height: 262px;}
.categories .item .cat-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 45px;
  margin: 0;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: rgba(255,255,255, .9);
  transition: background .3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #373737;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;  
}
.categories .item:hover .cat-name {
  background: #dffbf4;
  border-color: #2abf99;
}
.categories .item .cat-name a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-family: 'Arial',Arial,sans-serif;
  width: 100%;
  text-align: left; 
}
@media all and (max-width: 641px){
  .categories {
    margin: 0 -7.5px;
  }
  .categories .item {
    width: calc(50%);
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  .categories .item .cat-name {
    min-height: 30px;
  }
  .categories .item .cat-name a {
    font-size: 14px;
  }
}
/*** Левая часть ***/
.col-left .page-sidebar {z-index: 1;height: 100%;padding: 0;}
.col-left .block {margin-bottom: 30px;}
.col-left .block:last-child {margin-bottom: 0;}
.col-left .block > .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  padding-bottom: 14px;
  background-color: #f2f5f7;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #dadada;  
}
.col-left .block > .title a:hover {color: #ff9daf;}
@media all and (max-width:991px){
  .col-left .block.catalog {
    display: none;
  }
  .col-left .page-sidebar {padding-bottom: 0;border-right: 0;}
}
/*** Правая часть ***/
.page-content {padding: 0px;}
.page-content.no-padding {padding: 0;}
/** Каталог **/
.col-left .block .content {
  padding: 0px;
  overflow: hidden;
  padding-top: 0px;
  background-color: #f2f5f7;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;  
}
.col-left .block .content ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.col-left .block.catalog .content {
  padding: 15px;
  padding-top: 10px;
  background-color: #f2f5f7;
  border-radius: 6px;  
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.col-left .block.catalog .content ul li {
  position: relative;
  margin-bottom: 2px;
}
.col-left .block.catalog .content ul li:last-child {margin-bottom: 0;}
.col-left .block.catalog .content ul li a {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: none;
  padding-right: 0;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #373737;  
}
.col-left .block.catalog .content ul li a.active,
.col-left .block.catalog .content ul li a:hover {
  color: #ff6277;  
}
.col-left .block.catalog .content ul li a img {width: 30px;height: 30px;margin-right: 5px;display: none;}
.col-left .block.catalog .content ul li .open-sub {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 5px;
  background: transparent;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 18px;  
}
.col-left .block.catalog .content ul li .open-sub.active:before {content: "\f106";}
.col-left .block.catalog .content ul li .open-sub:hover {color: #ff9daf;}
.col-left .block.catalog .content ul li .open-sub:before {content: "\f107";display: block;vertical-align: middle;width: 16px;height: 16px;line-height: 16px;text-align: center;}
.col-left .block.catalog .content ul li ul li {padding-left: 10px;}
.col-left .block.catalog .content ul li .count {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0;
  margin-left: 7px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  width: 20px;
  height: 15px;
  background-color: #ff9daf;
  border-radius: 3px;
  font-family: Rubik;
  color: #ffffff;  
  transition: all .3s;
}
.col-left .block.catalog .content ul li a.active > .count, 
.col-left .block.catalog .content ul li a:hover > .count{
  background: #ff6277;
  color: #ffffff;
}
@media all and (max-width: 768px){
  #main .row._catalog {flex-direction: column-reverse;}
}
/** Меню **/
.col-left .block.user-menu .content ul li a.active {font-weight: normal;}
/* Быстрый просмотр */
.fancybox-inner .container {max-width: 950px;padding:0;}
.quickView .fancybox-inner .container {max-width: 700px;}
.fancybox-inner .block-bg {border: none;}
.fancybox-inner .product-view .product-name h1 {white-space: nowrap;}
.fancybox-inner .product-view .product-order .add-to-box .button.quick {display: none;}
.fancybox-inner .product-view .product-order .add-to-box .more {display: inline-block;}
.fancybox-inner .product-view .product-shop .product-neighbor {display: none;}
.fancybox-inner .product-view .product-img-box .product-image a {cursor: default;}
.fancybox-inner .product-view .product-img-box .thumblist-box {display: none;}
.fancybox-inner .product-view .add-compare,
.fancybox-inner .product-view .add-wishlist,
.fancybox-inner .product-view .product-neighbor,
.fancybox-inner .product-view .custom-block {display: none;}
/*** Ajax Добавление товара в корзину ***/
#cart-layer {max-width: 950px;}
.cart-ajax {position: relative;line-height: 1.4;text-align: center;border: none;z-index: 100;}
.cart-ajax h4.title {display: block;margin-bottom: 15px;font-size: 13px;}
.cart-ajax h4.title.bad {color: #EF476F;}
.cart-ajax .cart-product .image img {display: inline-block;width: auto;max-width: 120px;max-height: 120px;}
.cart-ajax .buttons {display: block;margin-top: 20px;}
.fancybox-margin {margin-right: 17px !important;}
/*** Быстрый заказ из карточки ***/
.quickOrder {max-width: 580px;}
.quickOrder .quickformfast {
  padding: 0;
  max-width: 420px;
}
.quickOrder .col:first-of-type {
  margin-top: 25px;
}
.quickOrder .formfast .title {
  margin-bottom: 15px;
}
.quickOrder .formfast .buttons {
  margin:0;
}
.quickOrder .formfast .buttons {
  padding-bottom: 15px;
  margin-left: 15px!important;  
}
.quickOrder .formfast .form-list .fields:last-of-type {
  margin-bottom: 0!important;
}
@media (max-width: 481px){
  .quickOrder .formfast .buttons {
    margin-left: 0px!important;  
  }  
}
.quickOrder .formfast .button {
    margin-bottom: 0;
}
.quickOrder .quickformfast .success,
.quickOrder .quickformfast .warning {
  max-width: 420px;
}
.quickOrder .formfast .account,
.quickOrder .adress,
.quickOrder .customer,
.quickOrder .delivery,
.quickOrder .payment,
.quickOrder .coupons,
.quickOrder .formfast .buttons {
    max-width: 420px;
    margin: 0;  
    margin-bottom: 25px;
}
.quickOrder .formfast .buttons {
  margin-bottom: 0;
}
/*** Быстрый заказ ***/
.quickformfast {max-width: 500px;padding: 0 15px;overflow-x: hidden;text-align: center;}
@media all and (max-width: 481px){
  .quickformfast {padding: 0;}
}
.quickformfast .success, .quickformfast .warning {margin-bottom: 0;}
.quickformfast .form-list {margin-bottom: 0;}
.quickformfast .couponBlock .coupon_clear,
.quickformfast .couponBlockSale,
.quickformfast .coupon-btn {display: none}
#OrderAjaxBlock {
  align-items: flex-start;
}
#OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;width: 50%;margin-left: auto;margin-bottom: 0;}
.formfast {text-align: center;padding: 0 !important;}
.formfast .title {display: block;position: relative;overflow: hidden;margin: 0px 0 15px 0;text-align: left;margin-bottom: 25px;}
.formfast #caps_lock {display: none;width: 230px;padding: 10px 0;margin: 0 auto;}
.formfast #caps_lock .fa-warning {font-size: 18px;color: #cc003d;}
.formfast .form-list .fields {margin: auto;margin-bottom: 15px;}
.formfast .form-list .fields.small {display: inline-block;width: calc(50% - 2px);}
.formfast .form-list .fields.small.first {padding-right: 15px;}
.formfast .form-list .fields.small.second {padding-left: 15px;}
.formfast .form-list .order-user-wrapper {
  margin-bottom: 15px;
}
.formfast .contactWantRegister {margin-bottom: 10px;}
.formfast .contactRegisterNeedElement {margin-top: 10px;}
.formfast .input-box {position: relative;}
.formfast .input-box .input {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;}
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 14px 15px}
.formfast .buttons {
    margin: 30px 0;
}
.formfast .button {margin: 10px 0 0}
.formfast .button._disabled {
  pointer-events: none;
  color: #808080;
  background-color: #dadada;
  box-shadow: 0px 2px 0px 0px #808080;
  border-radius: 5px;
}
.formfast .account, .adress, .customer, .delivery, .payment, .coupons {float: none;width: 100%;max-width: 450px;margin: 0 auto;}
._hidden {
  opacity: 0.5;
  pointer-events:none;
}
@media all and (max-width: 768px) {
  ._hidden{display:none;}
}
.account .contactWantRegister,
.delivery .manufacturer-list,
.payment .quick_order_payment,
.coupons .couponBlock {margin-bottom: 10px;}
.customer .input-box {margin-bottom: 15px;}
.customer .input-box:last-child {margin-bottom: 0;}
.customer .contactRegisterNeedElement {margin-top:8px;}
.customer .control {margin-top: 10px;}
.customer .control input {display: inline-block;vertical-align: middle;margin-top: 1px;}
.delivery .manufacturer-list .zoneSelect .jq-selectbox {margin-top:10px;}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {margin: 15px auto 0;padding: 0;overflow: hidden;text-align: left;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px;}
.delivery .deliveryZonePrice {margin-left: 20px;font-weight: bold;}
.delivery .orderStageDeliveryListTable {width: 100%;}
.delivery .orderStageDeliveryListTable.table-box > tbody > tr > td {width: auto;text-align: left;word-break: break-word;}
.delivery .orderStageDeliveryListTable .cell1 {background: #f5f5f5;padding: 0 5px;text-align: center !important;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: 160px;}
.delivery .orderStageDeliveryListTable input {cursor: pointer;vertical-align: middle;margin: 0;}
.orderStageDeliveryZonePrice, .orderStageDeliveryDefaultPrice {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ff6277;  
}
.payment .orderStagePayment {float:left;position: relative;width:100%;margin:0 0 15px 0;}
.payment .orderStagePayment:last-child {margin: 0;}
.payment .orderStagePayment .cell1 {float: left;width: 18px;}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle;}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px;}
.payment .orderStagePayment .cell2 {float: left;width: 90%;}
.coupons .couponBlock {margin-bottom: 10px;padding: 15px;}
.coupons .couponBlock {border: 1px solid #dadada;background-color: #f2f5f7;}
.coupons .couponBlock label {display: block;margin-bottom: 5px;margin-right: 6px;font-weight: normal;text-align: left;}
.coupons .couponBlock .input-box {display: block;}
.coupons .couponBlock .input {max-width:100%;}
.coupons .couponBlock .coupon_clear {position: absolute;top: 0;right: 0;padding: 10px 15px;cursor: pointer;opacity:0;visibility: hidden;transition: all .3s;}
.coupons .couponBlock .coupon_clear.active {opacity:1;visibility: visible;}
.coupons .couponBlockSale {text-align: left;  color: #888; transition: color .3s;     padding-top: 10px;}
.coupons .couponBlockSale.active {color: #2e2e2e;}
.coupons .couponBlocLabel {font-size: 12px}
.coupons .couponBlockPrice p {font-size: 16px;font-weight: 700;margin-bottom: 0}
.coupons .coupon-btn {margin: 5px 0}
.formfast-cart {
  display: none;
  position: sticky!important;
  top: 0;  
}
.formfast-cart > .title {display: block;position: relative;overflow: hidden;margin-bottom: 25px;padding: 0;text-align: left;}
.formfast-cart .cart-products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.formfast-cart .cart-products-list .item {border: 1px solid #dadada;margin-bottom: 15px;padding-bottom: 0;position: relative;display: flex;align-items: center;    border-radius: 5px;transition: all .3s;}
.formfast-cart .cart-products-list .item:hover {
  border: 1px solid #2abf99;
}
.formfast-cart .cart-products-list .item .product-image {
  display: inline-block;
  width: 90px;
  text-align: center;
  vertical-align: top;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;  
}
.formfast-cart .cart-products-list .item .product-image img {width: auto;max-width: 100%;max-height: 90px;}
.formfast-cart .cart-products-list .item .product-details {display: inline-block;width: calc(100% - 110px);}
.formfast-cart .cart-products-list .item .product-details .product-price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.formfast-cart .cart-products-list .item .product-details .product-price .quantity {margin-right: 5px;font-size: 16px;}
.formfast-cart .cart-products-list .item .product-details .product-name {display: block;margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;font-weight: 400;line-height: 18px;}
.formfast-cart .cart-products-list .item .product-details .product-price .price {font-size: 16px;}
.formfast-cart .subtotal {margin-bottom: 20px;border: 1px solid #dadada;background-color: #f2f5f7;padding: 15px;border-radius: 6px;}
.formfast-cart .subtotal > div {padding: 0;margin-bottom: 15px;display: flex;align-items: flex-end;}
.formfast-cart .subtotal > div:last-child {margin-bottom:0;}
.formfast-cart .subtotal > div .label {vertical-align: middle;font-size: 16px;line-height: 16px;}
.formfast-cart .subtotal .delivery-sum .price .num {margin-right: 4px}
.formfast-cart .subtotal .total {color: #ff6277;font-weight: 700}
.formfast-cart .subtotal .total .price {color: #ff6277;}
.formfast-cart .subtotal .price {font-size: 20px;text-align: right}
.formfast-cart .subtotal .price:after {font-size: 11px}
.formfast-cart .subtotal .dotted {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 2px dotted #dadada;margin: 0 5px;margin-bottom: 3px}
.formfast-cart .buttons {margin-bottom: 20px;text-align: center}
/*** Корзина ***/
.cartTable {width: 100%;border-collapse: collapse}
.cartTable #closeOrder {display: none}
.cartTable svg {fill: #373737}
.cartTable svg:hover {fill: #ff9daf}
.cartTable tbody tr td,.cartTable thead tr td {line-height: 18px;padding: 4px 3px;text-align: center}
.cartTable thead {border: 1px solid #dadada;background-color: #f2f5f7;margin-bottom: 30px}
.cartTable thead tr td.delete-all {width: 75px;text-align: right;padding: 0 25px}
.cartTable thead tr td {background-color: transparent;font-family: 'Arial',Arial,sans-serif;font-size: 16px;text-align: center;padding: 21px 10px}
.cartTable thead tr td:first-child {text-align: left}
.cartTable tbody tr.items {border: 1px solid #dadada;margin-bottom: 30px}
.cartTable tbody tr .cart-name {text-align: left;padding: 20px}
.cartTable tbody tr td.image {width: 100px;text-align: left;border-right: 0}
.cartTable tbody tr td.name {text-align: left;border-left: 0}
.cartTable tbody tr td.name a {display: block;font-size: 16px;margin-bottom: 10px;max-height: 53px;overflow: hidden}
.cartTable tbody tr td.name a:hover {color: #ff9daf}
.cartTable tbody tr td.name .art {margin-bottom: 5px;color: #888}
.cartTable tbody tr td.name .art span {color: #888}
.cartTable tbody tr td.name .properties {color: #888}
.cartTable tbody tr td.closetd {width: 75px;text-align: right;padding: 0 25px}
.cartTable tbody tr td.closetd a {display:block;}
.cartTable tbody tr .cart-qty .input {border-radius: 0;max-width: 50px;display: inline-block;text-align: center;padding: 8px}
.cartTable tbody tr .cart-qty .input.red-block {font-size: 19px;color: red;border: 1px red solid;}
td.cart-qty.red-block:before {content: "шт.";position: absolute;color: red;right: 20px;top: 45px;}
.cart-qty-wrap {position: relative;width: fit-content;margin: 0 auto;}
.cart-qty-wrap:before {
  position: absolute;  
  content: "шт.";
  left: 100%;
  top: 12px;
  margin-left: 15px;
}
td.cart-qty {position: relative;}
@media all and (max-width: 991px) {
    td.cart-qty.red-block:before {top: 15px;right: -35px;}
    .cartTable tbody tr td.cart-price:nth-child(3):after {content: "за штуку товара";}
    td.cart-qty:before {
      top: 10px;
      right: -25px;      
    }
    .cartTable tbody tr td.cart-qty .input {padding: 0px;}
}
.cartTable tfoot tr.discounttr td {padding: 20px 5px 15px;border-bottom: 1px solid #dadada}
.cartTable tfoot tr.discounttr .disc-name .title {text-transform: uppercase;vertical-align: middle}
.cartTable tfoot tr.discounttr .disc-name .num {display: inline-block;width: 36px;height: 36px;line-height: 36px;text-align: center;vertical-align: middle;background: #f50056;color: #fff;font-size: 12px;border-radius: 50%}
.cartTable tfoot tr.discounttr .hide,.cartTable tfoot tr.total .hide {border-bottom: 0}
.cartTable tfoot tr.total td {padding: 15px 5px 15px}
.cartTable tfoot tr.total .title {vertical-align: -webkit-baseline-middle}
.cartTable .price {font-size: 16px;white-space: nowrap}
.cartTable .price > span {font-size: 16px}
.cartTable .goods-image-other {max-width: 100px;max-height: 100px}
.cartTable .buttons {margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;border-bottom: 1px solid #dadada;border-left: 1px solid #dadada;border-right: 1px solid #dadada;background-color: #f2f5f7;width: 100%;padding-bottom: 20px}
.cartTable .buttons .button {margin: auto;font-size: 14px}
.cartTable .buttons .delete-all {margin: auto;margin-top: 10px}
.cartTable .buttons .button i {margin-right: 10px;font-size: 21px}
.cartTable .inputText {text-align: center;padding: 0;max-width: 80px;border-color: #e8dbcf}
.cartTable .inputText:disabled {background-color: #ececec;cursor: not-allowed}
.cart-footer {margin: 0;margin-top: 20px;margin-left: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;border: 1px solid #dadada;background-color: #f2f5f7;width: 100%;padding-bottom: 20px;max-width: 360px;padding: 15px}
.cart-footer .buttons {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.cart-footer .buttons a {margin: auto}
.cart-footer .buttons a.delete-all {margin-top: 20px}
.cart-footer .buttons a.delete-all:hover {
  color: #ff9daf;
}
.cart-footer .discounttr {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px}
.dotted-line {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 2px dotted #dadada;margin: 0 10px;margin-bottom: 5px}
.TotalSum {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 25px}
/*** Личный кабинет (Страницы) ***/
.col-account {margin: 0;padding-bottom: 30px;}
.col-account h3 {padding: 0 0 10px;line-height: normal;margin-bottom: 10px;}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle;    max-width: fit-content;}
.col-account .buttons p {margin-bottom: 0px;}
.form-list {margin-bottom: 20px;}
.form-list .fields {margin: 0 0 15px 0;max-width: 450px;}
.form-list .fields .input-box {position: relative;}
.form-list .fields:last-child {margin-bottom: 0;}
.form-list .fields > label {display: block;margin-bottom: 10px;text-align: left;}
.account .message {margin-left: 15px;margin-right: 15px;}
.clientForm .pp {margin-bottom: 10px;}
/*** Личный кабинет (Избранное) ***/
.account.cart-info .buttons .button {margin-right: 11px;margin-bottom:5px;}
/*** Обратный звонок, Связь с администрацией ***/
.callback-info .callback-form {text-align: left;}
.callback-info .callback-form .name-error, .callback-info .callback-form .phone-error {position: relative;text-align: left;bottom: 0;}
.callback-info .callback-form div {margin-bottom: 10px;}
.callback-info .callback-form div label {display: block;}
.callback-info .callback-form div input {margin: 0;}
.contact-info .block-contact > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #ff9daf;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
/** Платежные системы на странице просмотра заказа **/
.order-info .title {margin-bottom: 10px;}
.order-info .table-box.table-striped {margin-bottom: 40px;}
.order-info .paymentQiwi .tr2 .ceil1 {padding: 25px 0 25px;}
.order-info .paymentQiwi .tr6 .ceil1 {padding: 16px 10px 15px;}
.order-info .paymentQiwi .PhoneLabel, .order-info .paymentQiwi .PhoneInput {float: none;}
.order-info .paymentQiwi .PhoneInput {padding: 10px 0 0;}
.order-info .paymentQiwi #form_phone {width: 130px;text-align: center;}
/*** Оформление заказа ***/
.orderStrageContent .quick_order_payment, .orderStrageContent .coupons {margin-bottom: 15px;}
.orderStrageContent .buttons .button:nth-child(2) {float: right;}
.orderStrageContent .payment {margin-bottom: 15px;}
.orderStrageContent .registrations .text, .orderStrageContent .form-list .text {text-transform: uppercase;margin-bottom: 8px;}
.orderStrageContent .registrations .text-italic {color: #b2b2b2;margin-bottom: 15px;}
.orderStrageContent .registrations .contactWantRegister input {margin: 0;vertical-align: middle;}
.orderStrageContent h3.title {margin-bottom: 15px;}
.orderStrageContent .delivery {margin-bottom: 15px;}
.stages-list {float: left;width: 100%;margin: 30px 0 20px 0;padding-top: 30px;border-top: 1px solid #eacd8e;}
.stages .stage {display: inline-block;width: 48px;height: 48px;line-height: 48px;background-color: #c1c1c1;text-align: center;margin-right: 15px;margin-bottom: 15px;color: #fff;font-size: 22px;}
.stages .title {display: inline-block;font-size: 20px;color: #b2b2b2;text-transform: uppercase;}
.stages.active .stage, .stages:hover .stage {background-color: #ff9daf;}
.stages.active .title, .stages:hover .title {color: #333;}
/*** Страница Поиск ***/
.page-content .search {padding: 15px;}
.page-content .search h4 {margin-bottom: 10px;}
/*** Акции ***/
.discount-box {text-align: center;}
.discount-box h3 {margin-bottom: 10px;}
.discount-box h3 span {text-decoration: underline;}
.discount-box h4 {text-transform: none;margin-bottom: 15px;}
.discount-box h4 span {color: #333;text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #dadada;}
.discount-box .content:first-child {padding:0 0 30px 0;}
.discount-box .content:last-child {border: 0;padding-bottom: 0;}
.discount-box .content .image img {display: block;margin: 0 auto;max-width: 100%;}
.discount-box .content .desc .button {margin: 0 auto;}
/*** Сравнение ***/
.compare-info .buttons {margin: 20px 0 30px}
.compare-info .buttons .button {margin-bottom: 5px;margin-right: 15px;}
.CompareGoodsTable {float: left;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 15px;}
.CompareGoodsTableFilter {float: right}
.CompareGoodsTableFilter .button {margin-bottom: 0;margin-left: 11px}
.CompareGoodsTableFilter .button.CompareGoodsTableFilterSelected {color: #fff}
.CompareGoodsTable .CompareNavigation {float: left;margin: 0;padding: 0;list-style: none;list-style-position: inside}
.CompareGoodsTable .CompareNavigation li {display: inline-block;vertical-align: middle}
.CompareGoodsTable .CompareNavigation .next,
.CompareGoodsTable .CompareNavigation .prev {font-size: 30px;vertical-align: middle;}
.CompareGoodsTableTbody tbody tr td.cell {text-align: left;width: 200px}
.CompareGoodsTableTbody tbody tr td.vtop {vertical-align: top;overflow: auto}
.CompareGoodsTableTbody .CompareCheckbox {margin: 0;vertical-align: middle}
.CompareGoodsTableTbody .CompareGoodsTableTbodyComparisonLine .htmlDataBlock {text-align: left}
@media all and (min-width: 1200px) {.CompareGoodsTableTbody.table-box {table-layout: fixed;}}
@media all and (max-width: 768px) {.CompareGoodsTableFilter .button {margin-bottom: 5px;margin-left: 0;}}
@media all and (max-width: 481px) {.CompareGoodsTable {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}}
/*** Новости ***/
.news-box .news {border-bottom: 1px solid #dadada;margin-bottom: 20px;}
.news-box .news:last-child {margin-bottom: 0;}
.news-box .news .title {margin-bottom: 10px;}
.news-box .news-content p {margin-bottom: 0px;}
.news-box .news-time {text-align: right;margin-bottom: 10px;}
/*** Страница ошибки ***/
.error-page {padding: 15px;}
.error-page a {font-size:110%;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 10px 20px;padding: 0px 0 0px 20px;}
/* Предзагрузчик */
.preloader {display:block;position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 999;background: #fff;}
.content-loading, .content-loading:after {border-radius: 50%;width: 50px;height: 50px;}
.content-loading {font-size: 10px;position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;text-indent: -9999em;border: 2px solid #ccc;border-left-color: #ff9daf;-webkit-animation: load8 0.6s infinite linear;animation: load8 0.6s infinite linear;}
.products .products-container .content-loading {top: 60px;}
.fancybox-inner .content-loading {background-color: #fff;}
#globalOrder.loading {height: 50vh;}
#globalOrder .content-loading {margin: 0 auto;margin-left: -25px;margin-top: -25px;}
@-webkit-keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12, .col-hs-1, .col-hs-2, .col-hs-3, .col-hs-4, .col-hs-5, .col-hs-6, .col-hs-7, .col-hs-8, .col-hs-9, .col-hs-10, .col-hs-11, .col-hs-12 {float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
@media all and (max-width: 1199px) {
  
.products-grid .item .product-image .product-img {max-height: 208px;line-height: 208px;}
.products-list .item .product-shop {
  max-width: 145px;
}
.formfast .form-list .fields.small.first {margin-right: 0;}
.cartTable tbody tr .cart-name .image {display: block;text-align: center;margin: 0 0 15px 0;}
.cartTable tbody tr .cart-name .name {width: 100%;}
.thumblist {max-width: 330px;}
.product-view .product-shop .custom-block .item {text-align: center;padding: 0;}
.product-view .product-shop .custom-block .text-area {text-align: center;}
}
@media all and (max-width: 991px) {
.products-list .item .product-shop {
  max-width: 175px;
}
.toolbar.bottom .sort-by {display: none;}
.col-left .block {margin-bottom:10px;}
.discount-box .content .image {margin-bottom: 15px;}
.quickview {display: none !important;}
.step li {padding: 10px;}
.cartTable thead {display: none;}
.cartTable td.hide {display: none;}
.cartTable tbody tr td, .cartTable thead tr td {border-bottom: 0;padding: 0;}
.cartTable tbody tr {display: block;position: relative;width: 100%;margin-bottom: 20px;border-bottom: 1px solid #dadada;}
.cartTable tbody tr:last-child {margin: 0;}
.cartTable tbody tr > td {display: inline-block;}
.cartTable tbody tr .cart-name {display: block;text-align: center;margin-bottom: 0px;}
.cartTable tbody tr td.image {display: block;text-align: center;width: auto;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;padding: 10px;}
.cartTable tbody tr td.name a {margin-bottom: 0px;}
.cartTable tbody tr td.name div {display: none;}
.cartTable tbody tr td.cart-price.hide {display: none;}
.cartTable tbody tr td.cart-price {display: block;position: relative;width: 100%;line-height: 38px;text-align: center;}
.cartTable tbody tr td.closetd {position: absolute;right: 0;bottom: 0;line-height: 40px;padding: 8px;border-top:none;height: 40px;width: 40px;}
.cartTable tbody tr td.cart-qty {
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 1;  
}
.cartTable tbody tr td.cart-qty .input {background-color: transparent;height: 40px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid #dadada;}
.cartTable tfoot tr > td {float: left;}
.cartTable tfoot tr > td:last-child {float: right;}
.cartTable tfoot tr.actions {border-bottom: 0;}
.cartTable tfoot tr.actions td {display: block;width: 100%;}
.cartTable tfoot tr.discounttr td, .cartTable tfoot tr.total td {border-bottom: 0;}
.formfast-cart {display: none !important;}
#OrderAjaxBlock .formfast .buttons {width: 100%;max-width: 450px;margin: 0 auto;}
.thumblist {max-width: 630px;}
.products-grid {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
#footer .callbackForm .button {margin: 0;}
#footer .fotter-bottom .copyright {text-align: center;margin-bottom: 15px;}
#footer .fotter-bottom .payments-block {text-align: center;}
.product-view .product-shop .product-neighbor {display: none;}
.product-view .product-shop .add-to-box .add-to-cart .button.quick {display: none;}
.product-tabs .tabs-content {padding-bottom: 30px;}
.product-view .product-toolbar .product-neighbor {display:none;}
}
@media all and (max-width: 767px) {
.col-sms-12 {width: 100%;}
.col-sms-11 {width: 91.66666666666666%;}
.col-sms-10 {width: 83.33333333333334%;}
.col-sms-9 {width: 75%;}
.col-sms-8 {width: 66.66666666666666%;}
.col-sms-7 {width: 58.333333333333336%;}
.col-sms-6 {width: 50%;}
.col-sms-5 {width: 41.66666666666667%;}
.col-sms-4 {width: 33.33333333333333%;}
.col-sms-3 {width: 25%;}
.col-sms-2 {width: 16.666666666666664%;}
.col-sms-1 {width: 8.333333333333332%;}
.goodsDataOpinionAddTable label {width: 100%;}
.goodsDataOpinionFormReset {width: 80px;}
.step li {display: block;width: 100%;padding: 15px;}
.step li.step_done {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.thumblist {max-width: 500px;}
#footer .callbackForm .inputText {display: block;max-width: 300px;clear: both;}
#footer .callbackForm .button {margin: 0;clear: both;}
.cart-compare .title .title {display: none;}
.cart-compare > div {width: 50%;}
.favorites .dropdown, .cart .dropdown, .compare .dropdown {display: none;}
.products-list .item .product-shop {padding-right: 0px;width: 100%;}
.products-list .item .product-image {float: none;min-height: 50px;height: auto;line-height: 1;padding-left: 3px;}
.products-grid .item .item-inner {margin-bottom: 0;padding-bottom: 0;}
.products-grid .item .product-shop {position: relative;bottom: 0;}
.products-grid .item:hover .item-inner .product-shop {bottom: 0;}
.products-grid .item .product-shop .actions {position: relative;bottom: 0;opacity: 1;filter: alpha(opacity=100);}
.products-grid .item .product-shop .ratings {display: none;}
.cart-compare div > .title {width: 110px;line-height: 51px;}
.view-mode {margin-left: auto;}
.sort-by select {max-width: 200px;}
}
@media all and (max-width: 641px) {
.products-list .item .product-image {
  width: 109px;
  height: 109px;
  align-self: center;  
}
.scroll {overflow-x: scroll;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: auto;}
.CompareGoodsTableFilter {line-height: 1;}
.CompareGoodsTableFilter span {margin-bottom: 10px;}
.CompareGoodsTable .CompareNavigation {float: none;text-align: center;}
.thumblist {max-width: 340px;}
.sort-by label, .show-by label {display: none;}
.product-view .product-shop .custom-block .item {text-align: center;}
.product-view .product-shop .custom-block .item i {display: block;text-align: center;}
.product-view .product-shop .custom-block .text-area {text-align: center;margin: 0;}
.product-tabs .tabs {padding: 0;}
#page-title .block-title h1.title {font-size: 28px;}
}
@media all and (max-width: 481px) {
  .products-grid .item .product-image .product-img {max-height: 165px;line-height: 165px;}
  .products-grid .item .product-image {margin-bottom: 7px;}
  .products-grid .item .product-image .product-img {line-height: 1;margin: 0;}
  
  .products-grid .item .product-image span {display: none;}
  .col-smb-12 {width: 100%;}
  .col-contact {margin-bottom: 20px;}
  .sort-by {
    display: block;
    width: auto;
    height: 40px;
    margin-bottom: 0;
    position: absolute;
    bottom: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #2abf99;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .sort-by select {width: 100%;max-width: 100%;}
  .toolbar:not(.bottom) {
    padding-left: 0;
    margin-top: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .toolbar.bottom .pages {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;margin: auto;margin-top: 0px;padding: 0;}
  .toolbar.bottom {
    margin-bottom: 15px;    
  }
  .goodsDataOpinionFormReset {width: auto;}
  .CompareGoodsTableFilter {float: left;}
  .CompareGoodsTableFilter span {float: left;width: 100%;}
  .orderStrageContent .buttons .button {margin: 0 10px 10px 0;float: left;}
  .orderStrageContent .buttons .button:nth-child(2) {float: left;margin: 0;}
  .cartTable {table-layout: fixed;}
  .cartTable tbody tr td.cart-qty .input {max-width: 40px;padding:5px;}
  .cartTable tfoot tr.actions td {display: block;}
  .cartTable tfoot tr.discounttr td.disc-name {max-width: 160px;}
  .cartTable tfoot tr.actions .buttons .button {display: block;width: 100%;}
  .cartTable tfoot tr.actions .buttons .button:first-child {margin-bottom: 10px;}
  .cartTable .TotalSum .price {font-size: 16px;}
  .formfast .form-list .fields.small.first {margin-right: 0px;}
  .thumblist {max-width: 220px;}
  body.active .wrapper {overflow: hidden;z-index: 1;display: none;}
  #page-title .block-title h1.title {font-size: 26px;}
  .product-view .product-name {padding-right: 40px;}
  .product-view .product-img-box .general-img {min-height: 100px;}
  .product-view .product-shop .custom-block .item {display: block;width: 100%;border-left: 0;padding: 0 0 15px 0;text-align: left;}
  .product-view .product-shop .custom-block .item:last-child {padding-bottom: 0;}
  .product-view .product-shop .custom-block .item i {display: inline-block;text-align: left;width: 45px;font-size: 25px;text-align: center;}
  .product-view .product-shop .custom-block .text-area {text-align: left;margin-left: 5px;}
  .product-view .product-shop .add-to-box .add-to-cart {display: block;}
  .related .block-title h2.title {font-size: 16px;line-height: 27px}
  .tab-content .delivery-tab h4 {font-size: 16px;}
  #news .tabs-headerList:before {content: '';display: block;width: 30px;height: 100%;position: absolute;top: 0;right: 0;box-shadow: inset -25px 0 11px 0 #f1f1f1}
  #breadcrumbs li:last-child {padding-right: 20px}
  #footer .callbackForm .button {margin: 0 auto 10px}
}
@media all and (max-width: 404px) {
  .toolbar.bottom .pages {margin-top:10px;}  
}
@media all and (max-width: 320px) {
  .products-list .item .product-image {
    width: 73px;
    height: 73px;
  }
  .products-grid .item .product-image .product-img {min-height: 135px;line-height: 1;margin: 0;}
  .products-grid .item .product-image .product-img img {max-height: 135px;}
}
@media all and (min-width: 768px) {
  .col-sm-12{width:100%}
  .col-sm-11{width:91.66666667%}
  .col-sm-10{width:83.33333333%}
  .col-sm-9{width:75%}
  .col-sm-8{width:66.66666667%}
  .col-sm-7{width:58.33333333%}
  .col-sm-6{width:50%}
  .col-sm-5{width:41.66666667%}
  .col-sm-4{width:33.33333333%}
  .col-sm-3{width:25%}
  .col-sm-2{width:16.66666667%}
  .col-sm-1{width:8.33333333%}
  .container {width: 750px;}
}
@media all and (min-width: 992px) {
  .col-md-12{width:100%}
  .col-md-11{width:91.66666667%}
  .col-md-10{width:83.33333333%}
  .col-md-9{width:75%}
  .col-md-8{width:66.66666667%}
  .col-md-7{width:58.33333333%}
  .col-md-6{width:50%}
  .col-md-5{width:41.66666667%}
  .col-md-4{width:33.33333333%}
  .col-md-3{width:25%}
  .col-md-2{width:16.66666667%}
  .col-md-1{width:8.33333333%}
  .container {width: 970px;}
}
@media all and (min-width: 1200px) {
  .col-lg-12{width:100%;}
  .col-lg-11{width:91.66666667%}
  .col-lg-10{width:83.33333333%}
  .col-lg-9{width:75%}
  .col-lg-8{width:66.66666667%}
  .col-lg-7{width:58.33333333%}
  .col-lg-6{width:50%}
  .col-lg-5{width:41.66666667%}
  .col-lg-4{width:33.33333333%}
  .col-lg-3{width:25%}
  .col-lg-2{width:16.66666667%}
  .col-lg-1{width:8.33333333%}
  .container {max-width: 1170px;width:100%;}
}
@media all and (min-width: 1600px) {
  .col-hs-12{width:100%;}
  .col-hs-11{width:91.66666667%}
  .col-hs-10{width:83.33333333%}
  .col-hs-9{width:75%}
  .col-hs-8{width:66.66666667%}
  .col-hs-7{width:58.33333333%}
  .col-hs-6{width:50%}
  .col-hs-5{width:41.66666667%}
  .col-hs-4{width:33.33333333%}
  .col-hs-3{width:25%}
  .col-hs-2{width:16.66666667%}
  .col-hs-1{width:8.33333333%}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .header .header-sectionsLink:before {content: '';width: 10px;height: 50px;margin: 0 0 0 -10px}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box {display: inline-block;position: relative;vertical-align: middle;width: 95px;height: 14px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
.rating-box:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #e8dbcf;}
.rating-box .rating {position: absolute;float: left;height: 14px;left: 0;top: 0;overflow: hidden;}
.rating-box .rating:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #ff9daf;}
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs .products-grid.owl-carousel .item .item-inner {width: 207px;}
.nojs #slideshow .owl-carousel, .nojs #news .owl-carousel, .nojs .viewed .owl-carousel {display: block;}
.nojs #back-top, .nojs .quickview, .nojs .filters-price #goods-filter-price-slider {display: none;}
.nojs .filters-price .goodsFilterPriceSubmit {margin-top: 15px;}
.nojs .filters-price .layout-slider {max-width: 100%;}
