html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Montserrat', sans-serif;font-size: 16px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #0f1c00;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;}
.container {margin-right:auto;margin-left:auto;padding-left: 15px;padding-right: 15px;}
@media (max-width: 991px){
  .container._full-991 {
    padding: 0;
  }  
}
@keyframes border {
0%{border-color:#dbdfd7;}
32%{border-color:#dbdfd7;}
33%{border-color:#fe8a01;}
66%{border-color:#fe8a01;}
67%{border-color:#80c52e;}
100%{border-color:#80c52e;}
}
.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"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;-moz-appearance: textfield;}
textarea {width: 100%;resize:none;font-size: 16px;padding: 6px 12px;border-radius: 5px;border: 1px solid #dbdfd7;background-color: #ffffff;}
textarea:hover {border-color: #b1bfc8}
textarea:focus {border-color: #fe8a01;-webkit-box-shadow: inset 0 0 0 1px #fe8a01;box-shadow: inset 0 0 0 1px #fe8a01}
select:focus, textarea:focus {outline: 0;border-color: #000;}
.justify-content-center {
  justify-content:center
}   
/**/
.input {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 10px 15px;
  height: 40px;
  border-radius: 5px;  
  border: 1px solid #dbdfd7;  
  background-color: #ffffff; 
}
.input:hover {border-color: #b1bfc8}
.input:focus {border-color: #fe8a01;-webkit-box-shadow: inset 0 0 0 1px #fe8a01;box-shadow: inset 0 0 0 1px #fe8a01}
.input.input--error,.input.invalidInput,textarea.invalidInput {
  border: 1px solid #c52e2e!important;  
}
.invalidInput + label {display: block;color: #c52e2e;font-size: 12px;text-align: left;margin-top: 5px}
.input::-webkit-input-placeholder {color: #b1bfc8}
.input::-moz-placeholder {color: #b1bfc8}
.input:-ms-input-placeholder {color: #b1bfc8}
.input:-moz-placeholder {color: #b1bfc8}
/* Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
  -webkit-text-fill-color: #0f1c00 !important; /* цвет текста */
  color: #0f1c00 !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: #0f1c00} */
}
/**/
select.input {-webkit-appearance: menulist;cursor: pointer;}
select.input, .selectBox, .mainSelect {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: 1px solid #ccd8df;border-radius: 10px;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out}
.radio .radio-name:after {top: 6px;left: 6px;width: 8px;height: 8px;border-radius: 4px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
.radio .radio-hidden:checked + .radio-name:after {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
.radio .radio-hidden:checked + .radio-name:before {background-color: #fe8a01;border-color: #fe8a01}
.radio .radio-name:hover:before {border-color: #b1bfc8}
/* 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: 20px;height: 20px;background-color: #fff;border: 1px solid #ccd8df;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;border-radius: 5px;}
.checkbox-name:hover:before {border-color: #b1bfc8}
.checkbox-name:after {position: absolute;top: 3px;left: 5px;width: 14px;height: 10px;background-position: -70px -40px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
.checkbox-hidden:checked + .checkbox-name:before,.checkbox-hidden[checked=checked] + .checkbox-name:before {border-color: #80c52e;}
.checkbox-hidden:checked + .checkbox-name:after,.checkbox-hidden[checked=checked] + .checkbox-name:after {content: '\f00c';font: normal normal normal 14px/1 FontAwesome;color: #80c52e;opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
.checkbox-hidden:disabled + .checkbox-name {color: #b1bfc8;cursor: default}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;line-height:1.3;margin:0;padding:0;font-family: 'Montserrat',Arial, sans-serif;font-weight: 400;color: #0f1c00;}
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: #80c52e;}
.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: #80c52e;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: #80c52e!important}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #80c52e;text-align: left;line-height: 25px}
/*.block-bg {border: 1px solid #dce4e9;background-color: #fff;overflow: hidden}*/
.DescriptionBlock {line-height: 1.5;background-color: #fff}
.DescriptionBlock a {text-decoration:underline}
.DescriptionBlock a:hover {text-decoration:none}
.no-padding .DescriptionBlock {padding: 15px}
.index#main .DescriptionBlock {margin-bottom: 0;line-height: 1.5;}
@media (max-width: 1200px){
  .index#main .DescriptionBlock {
    font-size: 14px;
  }
}
.pseudo-link {position: relative}
.pseudo-link:after {content: '';position: absolute;bottom: .1rem;left: 0;width: 100%;border-bottom: 1px dotted;-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;}
.success._show {
  display: block;
}
.quickformfast .success,.quickformfast .warning,
.no-js .success,.no-js .warning {display:block;}
.attention,.information,.success,.warning {
  width: 100%;
  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: 5px;
}
.success {background-color: #80c52e;color: #fff;}
.warning {background-color: #EF476F;color: #fff;}
.attention {background-color: #fe8a01;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;
}
.attention._min-order {
  text-align: center;
}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #80c52e;width: 100%;text-align: left;margin: 0 auto;padding: 3px 15px;}
/******************************************************************************
 jQuery Form Styler
*******************************************************************************/
#quickform .jq-selectbox {width: 100%;text-align: left;}
#quickform .jq-selectbox .jq-selectbox__dropdown {
  right: auto!important;
  left: 0!important;
}
.jq-selectbox {max-width: 100%}
.jq-selectbox.opened {z-index: 11!important}
.jq-selectbox__select {font-size: 16px;height: 40px;line-height: 38px;border-radius: 5px;border-color: #c9ced6;background: 0 0;-webkit-box-shadow: none;box-shadow: none;padding: 0 45px 0 20px;font-family: 'Montserrat', sans-serif;}
.jq-selectbox__select:hover {background: 0 0;border-color: #a8a8a8}
.jq-selectbox__trigger {border-left: 0;right: 5px;}
.jq-selectbox.focused .jq-selectbox__select {border: 1px solid #80c52e}
.jq-selectbox__dropdown {font-size: 16px;-webkit-box-shadow: none;box-shadow: none;margin: 0;margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0;font-family: 'Montserrat', sans-serif;}
.jq-selectbox.opened .jq-selectbox__select {border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-color: #80c52e}
.jq-selectbox.opened .jq-selectbox__dropdown {border-color: #80c52e}
.jq-selectbox li.selected {color: #fff;background-color: #80c52e}
.jq-selectbox li:hover {background-color: #80c52e;color: #fff}
.jq-selectbox__trigger-arrow {background-image: url("data:image/svg+xml,%3Csvg fill='%23c9ced6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441 248.292L151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z'/%3E%3C/svg%3E");}
.jq-selectbox__trigger-arrow {position: absolute;top: 14px;right: 12px;width: 12px;height: 12px;border: none;-webkit-transform: rotate(90deg);transform: rotate(90deg);background-size: cover;background-repeat: no-repeat}
/* Owl Carousel */
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel	.owl-item {
  display: flex;
  flex: 1 0 auto;
}  
/* Noty */
.noty_bar {border-radius: 0!important;}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 97%;}
.noty_theme__sunset.noty_type__success {
  background-color: #80c52e;
  border-radius: 5px !important;
}
.noty_theme__sunset.noty_type__error {
  border-radius: 5px !important;
  background-color: #EF476F;
}
#noty_layout__bottomRight {
  bottom: 50px;
  right: 27px;
  width: 325px;
}
/* Таблицы */
.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 .price {
  white-space: nowrap;
}
.table-box > tbody > tr > td,.table-box > tbody > tr > th,.table-box > tfoot > tr > th {border: 1px solid #dce4e9;line-height: 18px;padding: 12px 10px;text-align: center}
.table-box tfoot td,.table-box thead td {background-color: #fafafa;border: 1px solid #dce4e9;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: #f1f1f1}
.table-box.table-striped td:first-child {border-right: 1px solid #dce4e9}
.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:150px; max-height:150px;}
.goods-image-small-square {width:300px; height:300px;}
.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 Настройки максимальных размеров генерируемых изображений */
/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-content {
  padding: 0;
}
.fancybox-close-small {
  background: #fff;
  border: 1px solid #80c52e;
  width: 22px;
  height: 22px;
  padding: 0!important;
}
/* Fancybox 2 */
.fancybox-skin {background: #fff;border-radius: 0;}
.fancybox-opened .fancybox-skin {box-shadow:none;}
.fancybox-close {position: absolute;top: 0;right: -30px;width: 20px;height: 20px;cursor: pointer;z-index: 8040;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 224.512 224.512' width='512' height='512'%3E%3Cpath fill='%23d2d5d8' d='M224.507 6.997L217.521 0 112.256 105.258 6.998 0 .005 6.997l105.258 105.257L.005 217.512l6.993 7L112.256 119.24l105.265 105.272 6.986-7-105.258-105.258z'/%3E%3C/svg%3E");background-size: contain}
.fancybox-close:hover {filter: drop-shadow(1px 1px 1px #00000085)}
@media all and (max-width:767px) {.fancybox-close {top: -30px;right: 0}}
@media all and (max-width:481px) {.fancybox-close {top: 15px;right: 5px}}
.fancybox-nav span {position: absolute;top: 50%;width: 40px;height: 40px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;opacity: 0;background: #fff;border-radius: 50%;text-align: center;font-size: 30px;line-height: 38px;color: #b1bfc8;box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2),0 .2rem .6rem 0 rgba(0,0,0,.1);transition: all .15s linear}
.fancybox-nav:hover span {visibility: visible;opacity: 1}
/**/
.fancybox-header {position: relative;padding: 30px;background-position: center;background-size: cover;background-color: #0f1c00;text-align: center}
.fancybox-header .title {font-size: 28px;font-weight: 500;color: #fff}
.fancybox-header .promoText {font-size: 16px;color: #b1bfc8;padding: 0 10px;margin-top: 10px;margin-bottom: 0;}
.fancybox-body {position: relative;padding: 30px}
/******************************************************************************
  Анимация
*******************************************************************************/
.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: 18px;font-weight: 700;font-family: 'Montserrat',Arial,sans-serif;color: #0f1c00;height: 20px;line-height: 20px;}
.price > span:after {display: inline-block;font-family: "FontAwesome";font-weight: 600;font-size: 14px;line-height: 1.1;margin-left: 0px;}
.price > span {position: relative;z-index: 1}
.old-price, .old-price .price, .price.old-price {display: inline-block;vertical-align: middle;margin:0;font-size: 14px;font-weight: 400;font-family: 'Montserrat', sans-serif;color: #0f1c00;text-decoration: line-through;background: none;}
.old-price > span:after, .old-price .price > span:after, .price.old-price > span:after {font-size: 12px;}
.old-price:after,.old-price:before {display:none}
#promo-block .old-price + .price {color: #fff;background-color: #fe8a01;margin: 0;margin-right: 15px;margin-left: 15px;height: 26px;line-height: 26px;}
#promo-block .old-price + .price:after,
#promo-block .old-price + .price:before {
  content: '';
  position: absolute;
  top: 0;
  width: 15px;
  height: 26px;
  background-color: #fe8a01;
}
#promo-block .old-price + .price:before {left: -15px;  border-top-left-radius: 3px;border-bottom-left-radius: 3px;background-position: 0 0}
#promo-block .old-price + .price:after {right: -14px;  border-top-right-radius: 3px;border-bottom-right-radius: 3px; background-position: 0 0}
/*.price.RUB > span:after, .RUB .price:after {content: "\f158";}*/
/*.price.RUB span + span, .RUB .price span + span {display: none;}*/
/*** Капс ***/
#caps_lock {display: none;text-align: center;max-width: 300px;}
#caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {display: inline-block;overflow: visible;font-size: 14px;font-family: Montserrat;line-height: 32px;padding: 0 20px;border: 0;background-color: #80c52e;color: #fff;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;user-select: none;border-radius: 5px;}
.button:hover, .button.added, .button:focus {background-color: #fe8a01; }
.button2 {
  background-color: #f0f6e8;
  border: 1px solid #dfe3dc;
  color: #0f1c00;
  line-height: 32px;  
}
.button2:hover, .button2.added, .button2.active, .button2:focus {border-color: #80c52e;color:#80c52e;background-color: transparent;}
.button._dropdown {background-color: #dce4e9;border-width: 2px;border-style: solid;border-color: #dce4e9;color: #0f1c00;line-height: 32px;}
.button._dropdown:hover, .button._dropdown:focus {border-color: #80c52e;color:#80c52e;background-color: transparent;}
.button.small {height: 30px;font-size: 13px;padding: 0 10px;line-height: 30px;}
.button.big {font-size: 18px;line-height: 60px;padding: 0px 43px;}
@media(max-width: 1200px){
  .button.big {
    line-height: 50px;
  }
}
.button.disabled {opacity: 0.7;cursor: default;    pointer-events: none;}
.remove {display: inline-block;padding: 0 3px;}
.remove:hover:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23fe8a01' height='311pt' viewBox='0 0 311 311.07733' width='311pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0'/%3E%3Cpath d='m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0'/%3E%3C/svg%3E");  
}
.remove:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg height='311pt' viewBox='0 0 311 311.07733' width='311pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0'/%3E%3Cpath d='m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0'/%3E%3C/svg%3E");
}
.remove.x:after {content: "\f00d";font-size: 16px;}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: block;width: 100%;overflow: visible;font-size: 14px;line-height: 40px;padding: 0 25px;border: 0;background-color: #80c52e;color: #fff;letter-spacing: 0.05em;opacity: 1;filter: alpha(opacity=100);text-shadow: none;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: 5px;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #fe8a01;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: #21293c;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Артикул */
.goods-art {
  position: absolute;
  top: -19px;
  right: 0;
  font-size: 12px;
}
/* Иконки Новинка, Хит, Скидка */
.ico-new, .ico-sale, .ico-best, .ico-discount {position: absolute;overflow: hidden;top: 0px;right: 0px;left: auto;width: auto;height: 25px;padding: 5px 8px;line-height: 16px;text-align: center;z-index: 0;border-radius: 3px;color: #ffffff;font-family: Montserrat;font-size: 12px;font-weight: 400;}
.ico-new {background-color: #45dae3;width: 90px;}
.ico-best {background-color: #FE8A01;min-width: 100px;}
.ico-sale {background: #fe8a01;}
.ico-discount {background: #fe8a01;}
.ico-new + .ico-sale, .ico-best + .ico-sale {top: 30px;}
.ico-new + .ico-discount, .ico-best + .ico-discount {top: 30px;}
.ico-sale + .ico-discount {top: 30px;}
.ico-new + .ico-sale + .ico-discount {top: 60px;}
.ico-best + .ico-sale + .ico-discount {top: 60px;}
/**/
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 40;background-color: #0f1c00;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: 45px;width: 40px;height: 40px;line-height: 0.9;text-align: center;z-index: 8;cursor: pointer;color: #858585;font-size: 40px;}
#back-top .icon {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}
#back-top:hover .icon {fill: #fe8a01}
/* Окошко с информацией о cookies */
.cookies-bottom {position: fixed;bottom: 0;width: 100%;z-index: 100;border: 1px solid #dbdfd7;border-bottom: 0;background-color: #f0f6e8;}
.cookies-bottom-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 5px 0;}
.cookies-bottom-content {
  display: flex;
  flex-grow: 1;
  align-items: center;  
}
.cookies-bottom-icon {font-size: 32px;line-height: 40px;text-align: center;margin-right: 15px;-webkit-box-flex: 0;-ms-flex: 0 0 40px;flex: 0 0 40px;}
.cookies-bottom-icon i {color: #ff9302;}
.cookies-bottom-ok-btn {
  margin-left: 10px;
  flex-grow: 1;
}
.cookies-bottom-closeBtn {display:none;position: absolute;top: -40px;right: 15px;width: 40px;height: 40px;font-size: 22px;border: 1px solid #dbdfd7;border-bottom: 0;background-color: #f0f6e8;}
.cookies-bottom-closeBtn .icon {
  width: 15px;
  height: 15px;
}
.cookies-bottom-closeBtn:hover .icon {
  fill: #ff9302;
}
@media (max-width: 1600px){
  .cookies-bottom-wrapper {
    padding-right: 80px;
  }
}
@media (max-width: 576px){
  .cookies-bottom-wrapper {
    flex-wrap: wrap;    
  }
  .cookies-bottom-ok-btn {
    margin-left:0;
    margin-top: 10px;
  }
}
/* Уведомление в шапке*/
.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 #0f1c00;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: #0f1c00}
.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 60px;}
.index#main{margin: 0px 0 80px;}
@media(max-width: 1200px){
  .index#main{margin: 60px 0 60px;}
}
/* Шапка */
.header {position: relative;z-index: 20}
.header .header-top {height: 30px;color: #0f1c00;background-color: #f0f6e8}
.header .header-icons {display: none}
@media (max-width: 992px) {
  .header .header-icons {overflow: hidden;display: flex;height: 100%;position: relative;z-index: 1}
  .header-iconsItem {display: flex;align-items: center;width: 25%;height: 100%;font-size: 18px;line-height: 30px;color: #b7b7b7;text-align: center;cursor: pointer;border: none;-webkit-appearance: none}
  .header-iconsItem.active {color: #fff}
  .header-iconsItem + .header-iconsItem {box-shadow: inset 1px 0 0 0 #dbdfd7}
  .header-iconsItem .icon {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
  }
}
/*  */  
.header .header-navListItem:not(:last-child) {
    margin-bottom: 15px;
}  
.header .header-navItem {display: inline-block;vertical-align: middle;position: relative}
.header .header-navLink,.header-subnavLink {display: block;padding: 0 15px;line-height: 30px;font-size: 14px;}
.header-navItem._parent .header-navLink {
  padding-right: 40px;
}
.header .header-navListLink:hover {color: #fe8a01;}
.header .header-navListLink {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.header .header-navLink {position: relative}
.header .header-navLink:hover {
  background: #e6eddc;
}
.header-navItem._parent:hover .icon {
  fill: #fe8a01;
  transform: rotate(180deg);
}
.header-navItem._parent .icon {
  width: 10px;
  height: 6px;
  fill: #0f1c00;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 15px;   
}
@media (max-width: 1200px) {
  .header .header-navLink {
    padding: 0 10px;
  }
}
@media (max-width:991px) {
  .header .header-navItem {
    display: block;
  }
  .header .header-navItem._parent .header-navLink {
    display: inline-block;
    margin-bottom: 8px;
  }
  .header .header-navItem._parent .header-navLink .icon {
    display: none;
  }
  .header .header-navListLink {
    text-align: left;
    padding-left: 25px;
  }  
  .header .header-navItem._parent .header-navList {
    padding-bottom: 10px;
  }
}
@media (min-width:992px) {
  .header .header-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
  .header .header-nav {transform: translateX(-15px);z-index: 1;}
  .header .header-navList {
    visibility: hidden;
    opacity: 0;    
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    padding: 20px 15px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #80c52e;
    background-color: #ffffff;
    min-width: 280px;
    transform: translateY(-1rem);
    -webkit-transition: all .15s ease-in-out;    
  }
  .header .header-navItem:hover .header-navList {
    visibility: visible;
    opacity: 1;  
    transform: translateY(0);
    font-weight:800;
  } 
}
/** ЛК **/
.header .header-login {text-align: right;margin-left: auto;}
.header .header-loginMenu {    height: 100%;position: relative;z-index: 2;display: inline-block;padding: 0 15px;}
.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}
.header .header-login .header-loginLink {
    display: flex;
    align-items: center;
    height: 100%;    
    font-size: 14px;
}
.header .header-loginLink .icon {
    width: 21px;
    height: 21px;
    fill: #0f1c00;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.header .header-login.isLogin .header-loginLink {display: block}
@media (min-width: 992px){
  .header .header-login {-webkit-transform: translateX(10px);transform: translateX(10px);z-index: 2}
  .header .header-login.isLogin {-webkit-transform: translateX(0);transform: translateX(0)}
  .header .header-login.isLogin .header-loginFlyout {
    background-color: #ffffff;
    border: 1px solid #80c52e;
    border-radius: 0 0 5px 5px;    
  }
  .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;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out}
  .header .header-loginList {
    display: flex;
    align-items: center;
    height: 100%;
  } 
  .header .header-login.isLogin .header-loginList {padding: 0;}
  .header .header-login.isLogin .header-loginLink {
    padding: 0 15px;
    white-space: nowrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .header .header-login.isLogin .header-loginLink:first-child {
    padding-top: 20px;
  }
  .header .header-login.isLogin .header-loginLink:last-child {
    padding-bottom: 20px;
  }
  .header .header-login.isLogin .header-loginLink:hover {
    color: #fe8a01;    
  }
  .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-loginBtn {line-height: 30px}
.header .header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
@media (max-width: 991px) {
  .header .header-login .header-span-or {display: none}
  .header .header-login .header-loginBtn {display: none}
  .header .header-loginMenu {width: 100%;padding: 0;transform: none}
  .header .header-loginFlyout {background: none}
  .header .header-loginList .header-loginLink {display: block;line-height: 30px;padding: 0 20px;text-align: left}
  .header .header-login .header-loginLink ~ .header-loginLink,.header .header-loginList .header-loginLink + .header-loginLink {border-top: 1px solid #dbdfd7}
  .header .header-login .header-loginLink .pseudo-link::after {display: none}
} 
/** 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: #fff;padding: 22px 0 22px;}
@media (max-width: 1200px){
  .header-main {
    padding: 30px 0;
  }
}
@media (max-width: 768px){
  .header-main {
    padding: 20px 0;
  }
}
/** Лого **/
.header .header-logo {text-align: left; flex-shrink: 0;}
.header .header-logoImg {max-height: 95px;}
@media(min-width: 1470px){
  .header .header-logo {
    width: 280px;
  }
}
@media (min-width: 970px) and (max-width: 991px){
  .header .header-logo {
    width: 280px;
  }
}
@media(max-width: 481px){
  .header .header-logo {
    max-width: 130px;
  }
}
@media(max-width: 335px){
  .header .header-logo {
    max-width: 95px;
  }
}
/*  */
.header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}  
@media (max-width: 1200px){
  .header-main-wrapper {
    justify-content: space-between;
  }
}
/** Акции в шапке **/
.header-discount {  
  flex-basis: 280px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-discount .icon {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-right: 14px;    
}
@media (max-width: 991px){
  .header-discount {display: none;}  
}
/*!  **/
.header-worktime {
  padding: 15px!important;
  text-align: center;
}
/*! Контакты **/
.header-contactsInner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-phoneNumWrap {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 9px}
.header-contactsWrap {padding-left: 62px;position: relative}
.header-contactsWrap .icon._call {width: 46px;height: 46px;fill: #80c52e;position: absolute;left: 0;top: 50%;margin-top: -23px}
.header-contactsInfo {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}
.header-contactsWork {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.header-contactsWork span {margin-right: 6px;}
.header-contactsWork .header-contactsWork__content {
  text-decoration:none;
  white-space: nowrap;  
}
@media(max-width: 992px){
  .header-contactsWork {
    justify-content: center;
    margin-bottom: 10px;    
  }
  .work-status {
    justify-content: center;
  }
}
.social {
    display: flex;
}
.header-contacts._mobile .social  {
  justify-content: center;
}
.social .icon {width: 19px;height: 19px}
.social-item + .social-item {margin-left: 11px}
.work-status {
  visibility: hidden;
  display:none;
  align-items: center;
  font-size: 14px;
  margin-left: 35px;
  margin-right: 16px;
  white-space: nowrap;
}
.work-status._visible {
  visibility: visible;
  display:flex;
}
.work-status-lamp {display: inline-block;width: 10px;height: 10px;background-color: #c52e2e;border-radius: 50%;margin-right: 10px;}
.work-status-lamp._on {background-color: #80c52e}
/** Поиск **/
.header-search {
    display: flex!important;
    align-items: center;
    max-width: 835px;
    width: 100%;
    margin-left: auto;
    margin-right: 10px; 
    flex-grow: 1;
}
.header .header-search .search {position: relative;width: 100%;}
@media(max-width: 991px){
  .header .header-search .search {
    position: static;
  }
}
.header .header-search .search._active {
  z-index: 2;
}
.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 #dce4e9}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: inline-block;vertical-align: middle;position: relative;width: 100%}
.header .header-search .search #search_mini_form .search-string {font-size: 14px;color: #21293c;width: 100%;max-width: 100%;margin: 0;line-height: 20px;padding-right: 90px;border: none;border-radius: 5px;padding-left: 20px;}
.header .header-search .search #search_mini_form .search-string:focus + .search-reset{opacity:1;}
.header .header-search .search #search_mini_form .search-reset,
.header .header-search .search #search_mini_form .search-submit {position: absolute;top: 0;right: 0;height: 100%;padding: 0 15px;font-size: 16px;}
.header .header-search .search #search_mini_form .search-submit{
  width: 60px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: #fe8a01;
  display: flex;
}
.header .header-search .search #search_mini_form .search-submit .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin: auto;
}
.header .header-search .search #search_mini_form .search-reset {right: 60px;opacity: 0;-webkit-transition: opacity .3s ease;transition: opacity .3s ease;display: flex;}
.header .header-search .search #search_mini_form .search-reset .icon {
    width: 15px;
    height: 15px;
    fill: #fe8a01;
    margin: auto;
}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #b1b8aa}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #b1b8aa}
.header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #b1b8aa}
.header .header-search .search #search_mini_form input:placeholder {color: #b1b8aa}
.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 {color: #4c1e8a}
.header .header-search .search #search_mini_form .header-searchIcon:hover  {color: #fe8a01;}
@media (max-width: 991px) {
  .header-search {margin-left: 15px;margin-right: 15px;}
}
@media(max-width: 480px){
  .header-search {margin-left: 10px;}
}
@media(max-width: 479px){
  .header .header-search .search #search_mini_form .search-reset {
    right: 40px;
  }
  .header .header-search .search #search_mini_form .search-submit {
    width: 40px;
    padding: 0;
  }
  .header .header-search .search #search_mini_form .search-submit .icon {
    width: 20px;
    height: 20px;
  }
  .header .header-search .search #search_mini_form .search-string {
    padding-left: 11px;
  }
}
/** Поисковая выдача **/
#search-result {display: none;position: absolute;width: 100%;margin-top: 1px;padding: 5px 15px 5px 15px;border: 1px solid #dbdfd7;background-color: #fff;z-index: 3;border-radius: 5px;}
#search-result._active {visibility: visible;opacity: 1;-webkit-transform: translate(0,0);transform: translate(0,0)}
#search-result .inner .result-category {width: 40%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding-right: 10px}
#search-result .inner .result-category._visible + .result-goods {border-left: 1px solid #dce4e9}
#search-result .inner .result-category img {display: none}
#search-result .inner .result-goods {width: 60%;height: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 0 10px}
#search-result .inner .result-category a {font-weight: 700}
#search-result .inner {overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: flex}
#search-result .inner .result-item {width: 100%;line-height: 20px;padding: 10px 0}
#search-result .inner .result-item a {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#search-result .inner .result-item a:hover,
#search-result .inner .result-item a._active {color: #fe8a01}
#search-result .inner .result-item a img {max-width: 40px;max-height: 40px;margin-right: 15px}
#search-result .inner .result-item-price {
  white-space: nowrap;
}
#search-result .inner .result-item-name {
  flex-grow: 1;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #search-result {width: calc(100% - 10px);left: 5px;}
}
/** Контакты **/
.header-contacts {
  max-width: 815px;
  width: 100%;
}
.header-contacts .header-phoneNum {display: inline-block;vertical-align: middle;margin-right: 40px;color: #0f1c00;font-family: Bitter;font-size: 26px;font-weight: 700;white-space: nowrap;}
.header-contacts .header-phoneNum:last-child {
  margin-right: 0;
}
.header-contacts .header-phoneCallback {display: flex;justify-content: center;align-items: center;height: 50px;width: 200px;border-radius: 5px;border: 1px solid #80c52e;margin-left: auto;transition: all .3s;}
.header-contacts .header-phoneCallback:hover {
  background: #80c52e;
  color: #fff;
}
@media(min-width: 1479px){
  .header-contacts  {
    margin-right: auto;
  }
}
@media (max-width: 1200px){
  .header-contacts .header-phoneCallback {display: none;}
  .header-contacts:not(._mobile) {
    max-width: 260px;
  }
  .header-contactsInner {
    margin-bottom: 15px;
  }
  .header-phoneNumWrap {
    flex-direction: column;
    margin: auto;
  }
  .header-contacts .header-phoneNum {
    font-size: 22px;
    margin-right: 0;
  }
  .header-contacts .header-phoneNum:first-child {
    margin-bottom: 3px;
  }
  .header-contactsInfo {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .header-main .header-contacts:not(._mobile) {
    display: block;
    position: static;
    background: no-repeat;
    border: none;
    padding: 0;
  }
 .header-contactsWrap {padding-left: 24px;margin-left:10px;}
 .header .header-main .header-contacts:not(._mobile) .header-phoneNum {color: #0f1c00;font-size: 14px;}
 .header-contactsWrap .icon._call {width: 24px;}
  .header .header-main .header-contacts:not(._mobile) .header-phoneCallback {
    display: none;
  }
  .header .header-main .header-contacts {padding: 15px}  
  .header-contacts .header-phoneNum {
    font-size: 22px;
  }
  .header-contacts .header-phoneNum {width: 100%;margin-right: 0}
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: block;margin-top: 5px}
  .header .header-contacts {text-align: center}
  .header-contacts .header-phoneCallback {display: block;width: 100%;max-width: 300px;height: 30px;margin: 10px auto;line-height: 30px;color: #fff;background-color: #80c52e;border-radius: 5px;text-align: center}
  .header-contacts .header-phoneCallback:after {display: none}
}
@media(max-width: 768px){
  .header-contacts .header-phoneNum {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .header .header-main .header-contacts:not(._mobile) {
    display: none;
  }  
}
/* Избранное Сравнение Корзина */
.header .header-tools {
    display: flex;
    align-items: center;  
}
.header-toolsCol:first-child {margin-left: 0}
.header-toolsCol {position: relative;margin-left: 20px}
@media all and (max-width: 1199px) {
  .header-toolsCol {margin-left: 10px}
  .header-tools .header-toolsCol .header-toolsName {display: none}
  .header-tools .dropdown {top: 35px}
}
.header-toolsIcon {position: relative;display: flex;align-items: center;margin: 0 auto;text-align: center;}
.header-toolsIcon i {font-size: 33px}
.header-toolsIcon i::before {margin: 0}
.header-toolsIcon._compare i {font-size: 30px}
.header-toolsCol:hover .header-toolsIcon i {color: #80c52e}
.header-toolsIcon._cart .icon{
  fill: #80c52e;
  width: 62px;
  height: 57px;
}
@media (max-width: 479px) {
  .header-toolsIcon._cart .icon {
    width: 40px;
    height: 37px;
  }
}
.header-toolsIcon._favorite .icon {
    width: 25px;
    height: 21px;
}
.header-toolsIcon._compare .icon {
    width: 23px;
    height: 21px;
}
.header .header-toolsLink .header-toolsCounter {display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 50%;width: 26px;height: 26px;line-height: 24px;border: 1px solid #80c52e;background-color: #ffffff;margin-left: 11px;}
.header .header-toolsLink .header-toolsCounter._cart {
    min-width: 34px;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
}
.header-toolsAmount,.header-toolsCounter {height: 20px;line-height: 20px;font-size: 11px}
.header-toolsName {
    display: none;
}
@media(max-width: 479px){
  .header .header-toolsLink .header-toolsCounter._cart {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media(max-width:415px){
  .header .header-toolsLink  .header-toolsIcon._cart .header-toolsCounter {
    display: block;
  }
  .header .header-toolsLink .header-toolsCounter {
    display: none;
  }
}
/* Корзина */
.cart.page {display: none;}
.cart .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;}
.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: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #dce4e9;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 .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: #80c52e;}
.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: #0f1c00;}
.cart .cart-content .cart-products-list .item .product-details .product-name:hover a {color: #fe8a01;}
.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: #dce4e9;}
.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;    font-weight: 700;    color: #0f1c00;}
.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: #21293c;text-align: left;background-color: #f1f1f1;}
.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: #f1f1f1;}
.cart .cart-content .actions .button {display:block;}
.cart .cart-content .actions .button + .button{margin-top:10px;}
.cart-qty .qty-wrap {display: inline-block;position: relative;width: 95px;margin: 0;vertical-align: middle;text-align: center}
.cart-qty input.cartqty {display: inline-block;vertical-align: middle;width: 35px;height: 36px;margin: 0;color: #21293c;border-radius: 0;font-size: 14px;text-align: center;padding: 3px;background: 0 0;border: 1px solid #dce4e9}
.cart-qty .qty-set {display: block;vertical-align: middle}
.cart-qty .qty-set > a {position: absolute;top: 0;width: 30px;height: 36px;line-height: 34px;border: 1px solid #dce4e9;font-size: 11px;color: #b1bfc8;border-radius: 0;margin: 0;opacity: 1;visibility: visible}
.cart-qty .qty-set > a:hover {color: #fff;background: #80c52e}
.cart-qty .qty-set .qty-plus {right: 1px}
.cart-qty .qty-set .qty-minus {left: 1px}
@media all and (max-width:991px) {.cart-qty .qty-set > a {border: none;height: 38px;line-height: 36px}
.cart-qty .qty-set .qty-plus {right: 0;border-left: 1px solid #dce4e9}
.cart-qty .qty-set .qty-minus {left: 0;border-right: 1px solid #dce4e9}}
@media all and (max-width:375px) {
.cart-qty .qty-wrap {width: 60px}
.cart-qty .qty-set > a {width: 20px}
.cartTable .items .price {-webkit-transform: translateX(10px);transform: translateX(10px)}
}
/* Сравнение */
.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 #dce4e9;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: #0f1c00;}
.compare #compare-items .item .product-name a:hover {color: #fe8a01;}
.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: #0f1c00;}
.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: #80c52e;}
.compare #compare-items .actions {overflow: hidden;background-color: #f1f1f1;padding: 10px}
.compare .button {float: left;}
.compare .button + .button {float: right}
/* Избранное */
.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 #dce4e9;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: #0f1c00;}
.favorites #favorites-items .item .product-name a:hover {color: #fe8a01;}
.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: #0f1c00;}
.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: #80c52e;}
.favorites #favorites-items .actions {    overflow: hidden;    background-color: #f1f1f1;padding: 10px }
.favorites .button {float: left;}
.favorites .button + .button {float: right;}
/* Каталог и Меню */
.header .header-menu {background-color: #fff}
.header .header-menu._active {
  background-color:  #80c52e
}
.header .header-menu .header-menu-wrapper {
  height: 50px;  
  display: flex;
  border-radius: 5px;
  background-color: #80c52e;
}
@media (max-width:992px) {
  .header .header-menu {background-color: #80c52e}
  .header .header-menu .container {
    padding: 0;
    width: 100%;
  }
}
/* Каталог в шапке */
.header-catalogMenu {background-color: #fff}
.header-catalog {position: relative}
.header-catalogBtn {width: 280px;border-right: 1px solid #fff;height: 100%;text-align: left;color: #fff;background-color: #fe8a01;font-size: 16px;font-family: 'Montserrat',Arial,sans-serif;cursor: pointer;border-top-left-radius: 5px;border-bottom-left-radius: 5px;transition: all .3s;}
.header-catalogBtn._active {
      border-radius: 0;
}
.header-catalogBtn .icon {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}
.header-catalogBtn,.header-catalogLink {display: block;padding: 0 20px}
.header-catalogBtn {
    display: flex;
    align-items: center;  
    justify-content: center;
}
.header-catalogMenuTitle {display: none}
.header-catalogLink.active,.header-catalogLink.hover,.header-catalogLink:hover {color: #80c52e}
.header-catalogIcon {
    display: block;
    width: 36px;
    height: 20px;
    margin-right: 14px;
}
.header-catalogIcon .header-catalogIcon-line:last-child {
  margin-bottom: 0;
}
.header-catalogIcon .header-catalogIcon-line {
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 4px;
}
.header-catalogArrow {float: right;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);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: 20px}
li.header-subcatalogItem > .sub {
    margin-top: 5px;
}
.header-subcatalogTitle {display: block;margin-bottom: 10px;font-size: 16px;font-family: "Montserrat",Arial,sans-serif;font-weight: 500;line-height: 1.6;color: #2a3034}
.header-catalogMenu a.active,.header-catalogMenu a:hover {color: #80c52e}
.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;border-radius: 0;}
  .header-catalogMenuTitle {display: block}
  .header-catalogMenuTitle a {display: block;padding: 10px 15px;font-size: 22px;font-family: 'Montserrat',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: 30px;background-color: #f6f8fa}
  .header-subcatalogTitle {position: relative;padding: 10px 15px 10px 0;font-size: 14px;margin-bottom: 0}
  .header-catalogLink .header-catalogArrow {padding: 15px 15px;position: absolute;top: 0;right: 0}
  .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: #80c52e}
  .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 {position: fixed;z-index: 3;top: 0;bottom: 0;right: 0;width: 80%;max-width: 30rem;overflow-y: auto;overflow-x: hidden;-webkit-transform: translateX(100%);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-catalogMenu._visible {-webkit-transform: translateX(0);transform: translateX(0)}
  .header-catalogLink {position: relative;padding: 15px;padding-right: 44px;font-size: 14px;color: #2a3034;}
.header-catalogItem + .header-catalogItem {border-top: 1px solid #dbdfd7}  
}
@media (min-width: 992px) {  
  .header-subcatalogCol .header-subcatalogList,.header-subcatalogItem + .header-subcatalogItem {margin-top: 10px}
  .header-catalogMenu .header-subcatalog {display: block!important;position: absolute;top: 0;left: 100%;min-height:100%;padding: 15px;    padding-right: 15px;background-color: #fff;border-left: 1px solid #80c52e;opacity: 0;visibility: hidden;}
  .header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;    box-shadow: 0 0 10px rgba(0,0,0,.1);}
  .header-subcatalog._visible:after {content: '';position: absolute;top: 0;right: calc(100% + 1px);width: 10px;height: 100%;background: #fff;}
  /*.header-catalogItem:hover {background-color: #f6f8fa}*/
  .header-subcatalogBanner {float: right;width: 300px}
  .header-subcatalogGrid {margin-right: 300px}
  .header-subcatalogCol {margin-bottom: 10px;padding-right: 0px}
  .header-catalogMenu {z-index: -1;width: 100%;-webkit-transform: translateY(-1rem);transform: translateY(-1rem);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
  .header-catalogMenu,.header-loginFlyout {position: absolute;opacity: 0;visibility: hidden}
  .header-catalogMenu._visible {padding: 10px 0;opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);z-index: 1;}
  .header-catalogMenu._visible {box-shadow: 0 0 10px rgba(0,0,0,.1);}
  .header-catalogItem .header-secondArrow {
    padding: 0px 8px;
    position: absolute;
    top: 0px;
    right: 0;
    color: #2a3034;
    line-height: 20px;
    height: 18px;
  }
  .header-catalogItem .header-secondArrow:hover {
      color: #80c52e;
  }  
  .header-catalogItem:hover .header-catalogArrow {color: #fff;-webkit-transform: translateX(.3rem) rotate(-90deg);transform: translateX(.3rem) rotate(-90deg)}
  /*.header-subcatalog {width: calc(300% - 7px);}*/
  .header-subcatalog {width: calc(100% + 15px);}
  .header-subcatalogCol {width: 100%;float: left;list-style: none}
  .header-catalogMenu .header-subcatalog-third {display:none;padding-top: 10px;padding-left: 10px;}
  .header-catalogLink {font-weight: 500;margin: 0 10px;line-height: 1.3;padding: 8px 20px;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}
  .header-catalogItem:hover .header-catalogLink {
    background: #80c52e;
    border-radius: 5px;
    color: #fff;    
  }
  .header-subcatalogTitle {position: relative;font-weight: 500;margin-bottom: 0;}
  .header-subcatalogTitle.active + .sub {
      display: block;
  }  
  .header-subcatalogLink {
      position: relative;
      width: 100%;
      display: block;
  }
  .header-subcatalogLink.active + .sub {display:block;}
  li.header-subcatalogItem > .sub {display: none;}
  li.header-subcatalogItem > .sub {display: none;}
}
@media (min-width: 1200px) {
  /*.header-subcatalog {width: 500%;}*/
}
@media (max-width: 767px){
  .header-catalogBtn {
    font-size: 0;
    width: auto;
    padding: 0 35px;
  }
  .header-catalogIcon {
    margin-right: 0;
  }
}
@media(max-width: 479px){
  .header-catalogBtn {
    padding: 0 15px;
  }
}
/* Пункты меню*/
.header .header-sections {background-color: #f1f1f1;overflow-x: auto}
.header .header-sectionsList {display: table;width: 100%;height: 100%;border-collapse: collapse;margin: 0;padding: 0;list-style: none}
.header .header-sectionsItem {display: table-cell;vertical-align: middle;text-align: center;border-right: 1px solid #dce4e9}
.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}
.header .header-sectionsItem.active,.header .header-sectionsItem:hover {-webkit-box-shadow: inset 0 -2px 0 0 #80c52e;box-shadow: inset 0 -2px 0 0 #80c52e}
.header .header-sectionsLink:before,.header-sectionsName {display: inline-block;vertical-align: middle}
@media (max-width: 991px){
  .header .header-nav {display: none}
  .header .header-sectionsList {display: block}
  .header .header-sectionsItem {display: block;text-align: left;box-shadow: none!important;transition: background .3s ease}
  .header .header-sectionsItem.active,.header .header-sectionsItem:hover {background: #80c52e}
  .header .header-sectionsItem + .header-sectionsItem {border-top: 1px solid #4c4c4c}
  .header .header-sectionsLink {line-height: 30px;color: #fff}
  .header .header-sectionsLink:before {display: none}
}
/* Всплывающие блоки моб версии */
@media (min-width: 993px) {
  ._mobile {
    display: none;
  }
}
@media (max-width: 992px){
  ._header-mobile {display: none}
  .header ._header-mobile {position: absolute;z-index: 2;top: 30px;left: 0;width: 100%;padding: 0;background-color: #f0f6e8;border-top: 1px solid #dbdfd7;}
  ._mobile {display:none;position: absolute;z-index: 3;top: 30px;left: 0;max-width: 100%;width: 100%;padding: 0;background-color: #f0f6e8;border-top: 1px solid #dbdfd7;}
}
@media (min-width: 993px) {
  ._header-mobile {display: block!important;}
}
/**/
.header-overlay {position: fixed;z-index: -2;top: 0;left: 0;right:0;bottom:0;background-color: #0f1c00;opacity: 0;visibility: hidden;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;cursor: pointer}
.header-overlay._visible {opacity: .6;visibility: visible;}
@media (max-width:991px) {.header-overlay {z-index: 2}}
/*** Промо блок ***/
#promo-block .sale-counter {display:none!important;position: absolute;top: 15px;right: 15px;z-index: 2;max-width: 150px;width: 100%;padding: 3px 0;border: 1px solid #80c52e;background: #ffffff;color: #ffffff;color: #80c52e;font-size: 14px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-flow: row wrap;-webkit-flex-flow: row wrap;flex-flow: row wrap;justify-content: center;}
#promo-block .sale-counter div {display: block;margin-right: 3px;}
#promo-block .sale-counter div:after {content: ":";padding-left: 1px;}
#promo-block .sale-counter div:first-of-type:after, #promo-block .sale-counter div:last-of-type:after {display: none;}
#promo-block .sale-counter div:last-of-type {margin-right: 0;}
#promo-block {padding-top: 15px;margin-bottom: 30px}
#promo-block .product-icons,
#promo-block .qty-wrap,
#promo-block .add-cart.quick {display: none}
#promo-block .products-grid .item .product-image .product-img {
  height: 262px;
  line-height: 262px;
}
#promo-block .block-title {
  height: 50px;
  z-index: 11;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdfd7;
  padding: 0px 20px;
  margin: 0 -9px;
  margin-bottom: 10px;  
}
#promo-block .block-title .title {
    color: #0f1c00;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    padding: 0;
    box-shadow: none;
}
#promo-block .block-title .navigation {
  position: static;
  margin-left: auto;
  margin-right: -5px;
}
#promo-block .block-title .navigation .owl-next,
#promo-block .block-title .navigation .owl-prev {
  width: auto;
  height: auto;
  border:none;
  line-height: 1;
}
#promo-block .block-title .navigation .icon {
  fill: #dbdfd7;
}
#promo-block .block-title .navigation .icon:hover {
  fill: #fe8a01
}
#promo-block .content {max-height: 520px;padding: 11px;padding-top: 0;overflow: visible;border: none;}
#promo-block .products-container.index {margin-bottom: 0}
#promo-block .products-grid .item .product-shop .price-box {
  flex-wrap:wrap;
  margin-bottom: 10px;
}
#promo-block .products-grid {z-index: 11;position: relative;margin:0;}
#promo-block .products-grid .item {width: 100%;max-width: 100%; padding: 0;}
#promo-block .products-grid .item-inner {border: none;padding: 0;}
#promo-block .product-block-bg {position: absolute;z-index: 10;top: 0;left: 0;right: 0;bottom: 0;border: 2px solid #80c52e;background: #fff;transition: all .3s;border-radius: 5px;}
#promo-block .products-grid .item .product-shop .ratings {position: static;}
#promo-block  .products-grid .item .product-shop .price-box {
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: self-start;
}
#promo-block .products-grid .item .product-shop .product-name {
  margin-bottom: 0px;
}
#promo-block .products-grid .item .product-shop .product-name a {
  text-align: left;
}
#promo-block .products-grid .item .product-shop .price-box .old-price {width: 100%;height: auto;display: block;margin-bottom: 10px;order:0;margin-left: 0;}
#promo-block .products-grid .item .product-shop .price-box .old-price > span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
}
#promo-block .products-grid .item .product-shop .price-box .no-old-price {display: block;height: 30px;}
#promo-block .products-grid .item .product-shop .add-cart {margin-bottom: 0;}
#promo-block .products-grid .item .product-shop .quickviewmod {margin-bottom: 0;}
#promo-block .products-container .preloader {width: auto;height: auto;right: 3px;bottom: 3px;top: 3px;left: 3px}
#promo-block .item:not(:first-child) {display: none}
#promo-block .owl-loaded .item {display: block;margin-top: 0;}
#promo-block .products-grid .item .goodsListForm {
  display: block;
  width: 100%;
}
#promo-block .products-grid .item .product-image {
  margin-top: 0;
}
#promo-block .products-grid .item.empty .product-shop .actions .empty {
  margin-bottom: 0;
}
@media all and (max-width:1199px) {
  #promo-block .product-image {position: relative;max-width: 190px; max-height: 190px;width: 100%;float: left;margin-right: 30px;padding-bottom: 15px;z-index: 1}
  #promo-block .products-grid .item .product-image .product-img {
    height: 190px;
    line-height: 190px;
  }
}
#promo-block .ratings {margin: 5px 0 10px}
#promo-block .products-grid .item .product-shop .price-box {margin-top: 0px}
@media all and (max-width:767px) {
  #promo-block .product-image {
    margin-right: 15px;
  }
}
@media all and (max-width:641px) {
  /* #promo-block .product-image {float: none;margin: 0 auto 20px} */
  #promo-block .actions {max-width: 100%}
}
#promo-block b.discount-block {display: inline-block;vertical-align: middle;height: 20px;padding: 0 8px;margin-left: 15px;background: #fff;border: 1px solid #80c52e;border-radius: 3px;color: #80c52e;font-size: 12px;line-height: 20px;text-decoration: none!important;text-transform: none;}
/*#promo-block b.discount-block:after {content: "\f158";font-family: 'FontAwesome';}*/
#promo-block b.discount-block:after {content: "руб";}
#promo-block b.discount-block:after {display: inline-block;font-weight: 600;font-size: 12px;line-height: 1.1;margin-left: 3px}
@media(max-width: 480px) {
  #promo-block .block-title .title {
    margin-bottom: 0;
  }
}
@media(max-width: 479px) {
  #promo-block .products-grid .item .goodsListForm {
    display: flex;
  }
  #promo-block .product-image {
    max-width: 100%;
  }
}
/*** Слайдер ***/
#slideshow {position: relative;min-height: 70px;margin-bottom: 15px;}
#slideshow .item {position: relative;}
#slideshow .item .content {position: absolute;top: 35%;width: 100%;}
#slideshow .item:not(:first-child) {display:none;}
#slideshow .owl-loaded .item {display:block;}
#slideshow  .owl-carousel .owl-item {
  /* flex: 0 0 auto; */
}
#slideshow .item {width: 100%;height: 320px;background-size: contain;background-repeat: no-repeat;background-position: center}
#slideshow .item .image {display: none}
#slideshow .item a {display: block;height: 100%}
@media all and (max-width:768px) {#slideshow .item .image {display: block}
#slideshow .item {height: auto;background: 0 0!important}
}
#slideshow .container .text-content {background: rgba(255,255,255,0.5);padding: 30px;}
#slideshow .container .text-content h2 {font-family: 'Montserrat', sans-serif;letter-spacing: 0;font-size: 72px;font-weight: 700;line-height: 1.1;}
#slideshow .container .text-content p {font-size: 34px;margin: 7px 0;color: #21293c;text-transform: uppercase;}
#slideshow .container .text-content .button {display: inline-block;margin-top: 20px;}
#slideshow .owl-dots {display: inline-block;position: absolute;top: auto;bottom: 3px;left: 50%;right: auto;width: auto;text-align: center;padding: 2px 2px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transform: translateX(-50%);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: rgba(42,48,52,.5);opacity:0;}
#slideshow:hover .owl-dots {opacity:1;}
#slideshow .owl-dots .owl-dot {display: inline-block;zoom: 1;}
#slideshow .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px;}
#slideshow .owl-dots .owl-dot.active span, #slideshow .owl-dots .owl-dot:hover span {background: #80c52e;}
#slideshow .owl-nav {height: 0;}
#slideshow .owl-nav {height: 0;}
#slideshow .owl-nav .owl-prev, #slideshow .owl-nav .owl-next  {visibility:hidden; opacity:0;position: absolute;z-index: 1;top: 50%;margin-top: -20px;text-align: center;color: #fff;text-shadow: 0 1px 3px rgba(0,0,0,.15);cursor: pointer;width: 40px;height: 40px;border-radius: 3px 0 0 3px;background-color: rgba(0,0,0,.2);transition: -webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out;transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;}
#slideshow:hover .owl-nav .owl-prev, #slideshow:hover .owl-nav .owl-next {
  visibility: visible;
  opacity: 1;
}
#slideshow .owl-nav .owl-prev {left: 0px;}
#slideshow .owl-nav .owl-next {right: 0px;}
#slideshow .owl-nav .icon {
  fill: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px){
  #slideshow .owl-dots {opacity:1;}
}
@media (max-width: 481px){
  #slideshow .owl-nav .owl-prev {left: 0px;}
  #slideshow .owl-nav .owl-next {right: 0px;}
}
/*** Таймер ***/
.timer-block {
  margin-bottom: 0px;
  margin-top:25px;
}
.timer-block__content {
  display: flex;
  position: relative;
  min-height: 60px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #45dae3 0%, #60b0ec 100%);
  padding-right: 47px;
}
.timer-block__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  height: 100%;
  text-align: center;
  padding: 0 15px;
}
.timer-block__btn{
  display: flex;
  flex-shrink: 0;
  width: 47px;
  height: auto;
  border-radius: 0 5px 5px 0;
  background-color: rgba(15, 28, 0, .2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.timer-block__btn .icon {
  width: 19px;
  height: 19px;
  fill: #ffffff;
  margin: auto;
}
.time-block-link-design  {border-bottom: 2px dotted;}
.time-block-link-design:hover {border-bottom: 0px}
@media (max-width: 991px){
  .timer-block .container {
    padding: 0;
  } 
  .timer-block__content {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .timer-block__btn{
    border-radius: 0;
  }
}
@media (max-width: 768px){
  .timer-block__text {
    font-size: 16px;
  }
}
@media (max-width: 480px){
  .timer-block__text {
    text-align: left;
    flex-grow: 1;
    font-size: 14px;
  }
  .timer-block__title {
    display: block;
    
  }
}
/*** Преимущества ***/
#features {margin-bottom: 40px}
#features .features-list:not(.owl-loaded) {
  display: flex;
  justify-content: space-between;  
}
#features .main-featuresItem {display: block;margin-bottom: 4px;text-align: center}
#features .main-featuresInner {height: 100%;padding: 20px 10px;border-radius: 5px;border: 1px solid #dbdfd7;background-color: #ffffff;}
#features .main-featuresTitle {
  margin: 20px 0 15px;
  color: #0f1c00;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
#features .main-featuresIcon {font-size: 35px;line-height: 40px;color: #80c52e;-webkit-transition: -webkit-transform .2s ease-in-out;transition: -webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out;transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out}
#features .main-featuresText {
    color: #0f1c00;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
#features .main-featuresIcon img {
  width: 92px;
  max-height: 85px;
  margin: auto;  
}
#features .main-featuresItem:hover .main-featuresIcon {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
#features .features-list.owl-carousel .owl-item {
  display: block; 
  flex: 0;
}
#features .features-list .main-featuresItem {width: 330px;margin-bottom: 0;height: 100%}
#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;-khtml-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: #80c52e}
@media (max-width:1199px) {#features .main-featuresItem {margin-bottom: 20px}}
@media(max-width: 970px){
  #features .features-list .main-featuresItem {
    width: 280px;
  }
  #features .main-featuresTitle {
    font-size: 16px;
    margin: 20px 0 3px;
  }
  #features .main-featuresText {
    font-size: 14px;    
  }
}
@media(max-width: 480px){
  #features .features-list .main-featuresItem {
    width: 250px;
  }
  #features .main-featuresInner {
    padding: 15px 25px;
  }
  #features .main-featuresIcon img {
    width: 77px;
    height: 77px;
  }
}
/*** Баннеры ***/
.main-banner {
  height: 340px;
  margin-bottom: 40px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding-top: 40px;
}
.main-banner__wrap {
  height: 100%;
  background-color: #fff9e7;
}
.main-banner__content {
  position: absolute;
  bottom: 60px;
  left: 223px;
}
.main-banner__text {
  margin-bottom: 40px;
  font-size: 30px;
}
.main-banner__text strong span {
  color: #fe8a01;
}
.main-banner__right {
  width: 788px;
  height: 340px;
  position: absolute;
  left: 643px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner__left {
  width: 164px;
  height: 172px;
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner__button {
  max-width: 250px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
@media(max-width: 1200px){  
  .main-banner__button {
    max-width: 250px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }  
  .main-banner {
    height: 235px;
    margin-bottom: 30px;
  }
  .main-banner__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-banner__left {
    width: 110px;
    height: 120px;
    bottom: 44px;    
    background-size: contain;
  }
  .main-banner__right {
    width: 525px;
    height: 235px;
    left: 475px;   
  }
  .main-banner__text strong span {
    font-size: 30px;
  }
  .main-banner__content {
    left: 150px;
    bottom: 36px;
  }
  
}
@media(max-width: 768px){
  .main-banner__left {
    width: 130px;
    height: 140px;
    bottom: 35px;
  }  
  .main-banner__right {
    width: 286px;
    left: 485px;
  }  
  .main-banner {
    height: 235px;
    margin-bottom: 15px;
  }  
  .main-banner__content {
    left: 194px;
    bottom: 38px;
  }
}
@media(max-width: 480px){
  .main-banner__left {
    display: none;
  }
  .main-banner__right {
    width: 286px;
    height: 215px;
    left:  265px;
    background-size: contain;    
  }    
  .main-banner__content {
    left: 15px;
    bottom: 40px;
  }
  .main-banner__text strong span {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .main-banner__content {
    bottom: 20px;
  }
  .main-banner {
    padding-top: 25px;
  }
  .main-banner__right {
    left: 180px;
  }
  .main-banner__text {
    max-width:  130px;
  }
  .main-banner__text strong span {
    display: block;    
  }
  .main-banner__button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}
/*** Баннеры ***/
.discount-banner {
  position: relative;
  height: 200px;
  margin-bottom: 85px;
  background-position: center;
  background-size: cover;
}
.discount-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.discount-banner__content {
  position: relative;
  max-width: 415px;
  padding-top: 35px;
  margin: auto;
  text-align: center;
}
.discount-banner__text {
  font-size: 30px;
  font-weight: 400;
  color:#fff;
}
@media(max-width: 1200px){
  .discount-banner {
    height: 140px;
    margin-bottom: 60px;
  }
  .discount-banner__text strong {
    font-size: 30px;
    margin-left: 10px;
  }
  .discount-banner__text {
    font-size: 18px;
    line-height: 1;
  }
  .discount-banner__content {
    padding-top: 27px;
    max-width: 300px;
  }
}
@media (max-width: 320px) {
  .discount-banner__content {
    padding-top: 15px;
  }
  .discount-banner__text {
    font-size: 16px;
  }
  .discount-banner__text strong {
    display: block;
    font-size: 26px;
    margin-top: 5px;
  }
  .discount-banner__button {
    max-width: 180px;
    width: 100%;
    padding: 0!important;
    font-size: 14px!important;
  }
}
/*** Баннеры ***/
#banners {display: inline-block;position: relative;width: 100%;}
#banners .banners-wrapper {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#banners .banners-col-left {
  float: left;
  width: 50%;
  padding-right: 5.5px;
}
#banners .banners-col-right {
  padding-left: 5.5px;
}
#banners .banners-col-right {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: wrap;flex-wrap: wrap;float: left;width: 50%}
#banners .banner-left {float: left;width: 50%;height: 100%;height: 580px;padding-right: 15px}
#banners .banner-right {float: left;width: 50%;padding-left: 5px}
#banners .banner > a {
  display: block;
  width: 100%;
  position: relative;
}
#banners .banners-col-left .banner,
#banners .banners-col-right .banner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
#banners .banners-col-right .banner-top {margin-bottom: 15px;}
#banners .banner-image {width: 100%;height: 185px;position: relative;background-size: contain; background-repeat: no-repeat;}
@media (min-width: 1470px){
  #banners .banner-image {
    min-width: 520px;
  }
}
#banners .banner-image:hover:before {opacity: .4}
#banners .banner-mobile-image {
  display:none;
}
#banners .banner-image .content {text-align: center}
#banners .banner-image .content h3,#banners .banner-image .content h4 {color: #fff}
#banners .banner-image .content h3 {font-size: 42px;margin-bottom: 10px}
#banners .banner-image .content h4 {font-size: 25px}
#banners .banner-image .content .button {margin-top: 20px;border: 2px solid #fff;color: #fff;background-color: transparent;font-size: 16px}
#banners .banner-image .content .button:hover {border-color: #fff;background-color: #fff;color: #000}
#banners .banner-image.bg {background: linear-gradient(220deg,#231557 0,#44107a 10%,#ff1361 57%,#fff800 100%);background: #4e1e88}
#banners .banner-image .content h3 {-webkit-transition: .5s all ease;transition: .5s all ease;-webkit-transition-delay: .1s;transition-delay: .1s;-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0)}
#banners .banner-image:hover .content h3 {-moz-transition-delay: 0.2s;-o-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#banners .banner-image .content h4 {-moz-transition: 0.5s all ease;-o-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease;-moz-transition-delay: 0.2s;-o-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;-moz-transform: translate3d(0,40px,0);-ms-transform: translate3d(0,40px,0);-o-transform: translate3d(0,40px,0);-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);}
#banners .banner-image:hover .content h4 {-moz-transition-delay: 0.1s;-o-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#banners .banner-image .content .button {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;-moz-transform: translate3d(0,40px,0);-ms-transform: translate3d(0,40px,0);-o-transform: translate3d(0,40px,0);-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);}
#banners .banner-image:hover .content .button {visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-transition-delay: 0.05s;-o-transition-delay: 0.05s;-webkit-transition-delay: 0.05s;transition-delay: 0.05s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
@media all and (min-width: 1200px){
  #banners .banner-left .banner-image {background-position: center center;}
  #banners .banners-col-right .banner-top .banner-image {background-position: center}
}
@media all and (max-width: 1199px){
  #banners .banners-col-left, #banners .banners-col-right {float: none;}
  #banners .banners-col-right {margin-bottom: 0;}
  #banners .banners-col-left {margin-bottom: 20px;}
  #banners .banner-left {height: 290px;padding-right:0;}
  #banners .banner-left:first-child {padding-right: 10px;}
  #banners .banner-left:last-child {padding-left: 10px;}
  
  #banners .banners-col-right {flex-direction: row;}
  #banners .banners-col-right .banner {width: 50%;}
  
  #banners .banner-mobile-image {
    display: block;
  }  
  #banners .banner-image {
    display:none;
  }   
}
@media all and (max-width: 991px){
 
  #banners .banner-image .content h3 {font-size: 35px;}
  #banners .banner-image .content h4 {font-size: 22px;}
}
@media all and (max-width: 767px){
  #banners {
    margin-bottom: 20px;
  }
  #banners .banners-col-left {width: 100%;padding: 0;}
  #banners .banners-col-right{width: 100%;padding: 0;}
  #banners .banners-col-left {margin-bottom: 15px;}
  #banners .banner-left {width: 100%;}
  #banners .banner-left:first-child {margin-bottom: 15px;}
  #banners .banner-left:first-child,
  #banners .banner-left:last-child {padding: 0;}  
  
  #banners .banners-col-right .banner {width: 100%;}
  #banners .banner:first-child,
  #banners .banner:last-child {padding: 0;}    
}
@media all and (max-width: 481px){
  #banners .banners-col-left,
  #banners .banners-col-right {
    width: 100%;
    padding: 0;
  }
  #banners .banner-image .content h3 {font-size: 23px;}
  #banners .banner-image .content h4 {font-size: 16px;}
}
/*** Бренды ***/
.brands {margin-bottom: 40px;}
.brand-item {
  width: 180px;
  background: #fff;
  padding: 12px 10px;
  border: 1px solid #dbdfd7;
  border-radius: 5px;   
  margin-bottom: 3px;
}
/*** Просмотр новости ***/
.news-ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-box ul li {
line-height: 1.6
}
.h2-news  {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.h3-news {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;  
}
.news-paragraph { text-indent: 25px; }
.news-goods {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.news-goods__items {
    max-width: 250px;
    padding: 10px;
    border: 1px solid #dbdfd7;
    border-radius: 5px;
    margin-bottom: 10px;
}
.news-goods__items {
  margin-left: 10px;
}
.news-goods__items:first-child {
  margin-left:0;
}
.news-goods__image {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 178px;
}
.news-goods__link {
    text-decoration: none!important;
    font-size: 14px;
    text-align: center;
    display: block;
}
.news-goods__link:hover {
    color: #fe8a01;
}
@media (max-width: 560px){
.news-goods__items {width: calc(50% - 5px);max-width: 100%;}    
.news-goods__items {margin-left:0;}
.news-goods__items:nth-child(odd){  margin-right: 10px;}
}
@media (max-width: 375px){
  .news-goods__items {width: 100%;}   
  .news-goods__items:nth-child(odd){  margin-right: 0px;}
}
/*** Новости ***/
#news {
  margin-bottom: 80px;
}
#news .block-bg {position: relative}
#news .block-news .item {position: relative;padding: 15px 25px;border-radius: 5px;border: 1px solid #d1d1d1;}
#news .block-news .post-content {position: relative;background-color: #fff;text-align: left;min-height: 210px}
#news .block-news .post-content .title {
  margin-bottom: 20px;
}
#news .block-news .post-content .title a {display: block;overflow: hidden;line-height: 20px;font-size: 18px;font-weight: 700;color: #0f1c00;height: 40px;}
#news .block-news .post-content .title a:hover {color: #80c52e}
#news .block-news.news_list_shop .post-content .title a {height: auto;max-height: 60px;}
#news .block-news .news-image {display: block;width: auto;max-width: 100%;max-height: 100px;margin-bottom: 10px;}
#news .block-news .date {
  color: #0f1c00;  
  font-size: 16px;
  font-weight: 400;
}
#news .block-news.news_list_shop .description {
  margin-top: auto;
}
#news .block-news .description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  max-height: 135px;  
  overflow: hidden;
  margin-bottom: 10px;
}
#news .block-news .more {
  position: relative;
  display: inline-block;
  /* vertical-align: middle;   */
  color: #0f1c00;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: underline;  
  margin-bottom: 17px;
}
#news .block-news .more:hover {
  text-decoration: none;
}
/* #news .block-news .more:after {content: '';display: inline-block;width: 100%;height: 1px;background: #000;position: absolute;top: 100%;left: 0;margin-top: -1px;} */
/*  */
.news__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news__wrapper-col {
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media(max-width: 1470px){
  .news__wrapper-col {
    max-width: 100%;
    width: 100%;
  }
}
/*  */
#news #news_list_articles {
  flex-grow: 1;
}
#news .block-news.news_list_article .item {
  display: flex;
  padding: 15px 10px;
}
#news .block-news.news_list_article._no-carousel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#news .block-news.news_list_article._no-carousel .item {
  flex-grow: 1;
}
#news .block-news.news_list_article._no-carousel .item:not(:last-child) {
  margin-bottom: 16px;
}
#news .block-news.news_list_article .post-image {
  width: 120px;
  flex-shrink: 0;
  margin-right: 15px;
}
#news .block-news.news_list_article .description {
  margin-bottom: 0;
  line-height: 23px;
  max-height: 72px;
  text-overflow: ellipsis;
}
#news .block-news.news_list_article .news-image {
  max-width: 100%;
  max-height: 100%;
}
#news .block-news.news_list_article .post-content .title {
  margin-bottom: 15px;
}
#news .block-news.news_list_article .post-content .title a {
  /*height: auto;*/
  height: 23px;
}
#news .block-news.news_list_article .post-content {
  min-height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;  
}
#news .block-news.news_list_article .more {
  margin-bottom: 0;
  margin-left: 0px;
  margin-top: 5px;
}
#news .block-news.news_list_article .more:hover {
  text-decoration: none;
}
#news .block-news.news_list_article .date {
  text-align: right;
  margin-top:auto;
}
@media(max-width: 1470px){
  #news_list_articles {
    margin-bottom: 30px;
  }
}
@media(max-width: 1200px){
  #news .block-news .post-content .title {
    margin-bottom: 15px;
  }  
 #news .block-news .post-content .title a {
  font-size: 16px;
 }
 #news .block-news .description {
   font-size: 14px;
   max-height: 65px;
  }
  #news .block-news.news_list_article .description {
    margin-bottom: 15px;
  }
  #news .block-news .more {
    font-size: 14px;
  }
  #news .block-news .date {
    font-size: 14px;
  }
}
/*  */
#news .block-news.news_list_shop .post-content .title {text-align: center;}
#news .block-news.news_list_shop .more {margin-top: auto;}
#news .block-news.news_list_shop .post-content {
  height: 100%;
  display: flex;
  flex-direction: column;  
  text-align: center;
}
#news .block-news.news_list_shop .date {text-align: center;}
#news .block-news.news_list_shop .news-image {max-height: 100%;max-width: 100%;width: auto;margin:0 auto;margin-bottom: 20px;}
@media(max-width: 1200px){
 #news .block-news.news_list_shop .news-image {
   max-height: 200px;
   margin-bottom: 15px;
 }
}
/*  */
#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: 'Montserrat',Arial,sans-serif}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #80c52e}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #80c52e;-webkit-box-shadow: inset 0 -2px 0 0 #80c52e;box-shadow: inset 0 -2px 0 0 #80c52e}
#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}
/*** Подвал ***/
#footer {margin-top: 0px;color: #ffffff;font-size: 14px;}
#footer .footer-content {padding-top: 40px;padding-bottom: 40px;background-color: #629920;background-repeat: no-repeat; background-position: left bottom;}
#footer .footer-content__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -100px;
}
@media(max-width: 1200px){
  #footer .footer-content__wrapper {
    margin-bottom: 0;
  }
}
@media(max-width: 768px){
  #footer .footer-content__wrapper {
    margin-bottom: 20px;
  }
}
#footer .footer-bg-img {
  display: block;
  margin-bottom: -5px;
}
#footer .footer-bg-img__desktop {
  height: 91px;
  width: 100%;
  background-position: center;
}
#footer .footer-bg-img__mobile {
  display: none;
  height: 61px;
  width: 100%;
  background-position: center;
}
@media(max-width: 481px){
  #footer .footer-bg-img__desktop {display: none;}
  #footer .footer-bg-img__mobile {display: block;}
}
#footer .container {position: relative;}
#footer .block {margin-bottom: 0px;}
#footer .block .title {position: relative;margin-bottom: 30px;font-size: 18px;line-height: 1.2;font-weight: 600;color: #ffffff;}
#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 .block._vkontakte {
  max-width: 270px;
  min-height: 435px;
  width: 100%;
}
#footer .yandex-rating {
  margin-top: 15px;
  position: relative;
  z-index: 1;  
}
@media all and (max-width: 1200px) {
  #footer .block {
    width: 50%;
    margin-bottom: 40px;
  }
  #footer .block._vkontakte {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #footer .block._vkontakte .title {
    display: none;
  }
  #footer .block._vkontakte br {
    display: none;
  }
}
@media all and (min-width: 768px) {#footer .block .block-content{display:block!important;}}
@media all and (max-width: 767px) {
  #footer .block {
    width: 100%;
  }  
  #footer .block.collapse .title {
    font-size: 16px;
  }
  #footer .block.collapse:nth-child(2) {margin-bottom: 0}
  #footer .block.collapse:nth-child(3) {margin-bottom: 0}
  #footer .block.collapse:nth-child(4) {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 #fffffe;}
  #footer .block.collapse:nth-child(4) .title {border-top: 1px solid #fffffe;}
  #footer .block.collapse:nth-child(2) .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #footer .block.collapse:nth-child(4) .title {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #footer .block.collapse:nth-child(4) .title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #footer .block.collapse .title {background-color: #86c63a;padding: 10px 15px;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 .title-navArrow .icon {
    width: 21px;
    height: 11px;
    fill: #fff;
  }
  #footer .block.collapse .title.active .title-navArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  #footer .block.collapse .block-content {display: none;padding: 20px;background-color: #9bc667;}
  #footer .block.collapse .links li {line-height: 30px}
}
@media(max-width: 480px){
  #footer .footer-content {
    padding-bottom: 10px;
  }
  #footer .block._vkontakte {
    max-width: 100%;
  }
  #footer .block._vkontakte .block-content {
    max-width: 270px;
    margin: auto
  }
}
/* Контакты */
#footer .block-contact a {color:#fff;}
#footer .block-contact a:hover {color:#fe8a01;}
#footer .block-contact .block-contact-item  {
  display: flex;
  align-items: center;
}
#footer .block-contact .block-contact-item:not(:last-child) {
  margin-bottom: 19px;
}
#footer .block-contact .block-contact-phone {
  margin-bottom: 18px;
}
#footer .block-contact .block-contact-phone a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
#footer .block-contact .block-contact-phone a:not(:first-child) {
  margin-top: 15px;
}
#footer .block-contact .block-contact-phone .icon {
  fill: #fff;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.block-contact-workTime {
  /* margin-bottom: 28px; */
}
.block-contact-workTime .icon {
  display: inline-block;
  vertical-align: middle;  
  width: 20px;
  height: 20px;  
  fill: #fff;
  margin-right: 22px;
}
.block-contact-address .icon {
  width: 23px;
  height: 23px;
  fill: #ffffff;  
  margin-right: 20px;
}
.block-contact-address p {
  max-width: 190px;
}
#footer .block-contact i {display: inline-block;vertical-align: top;color: #fac601;font-size: 24px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
#footer .block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;align-items:center}
#footer .block-contact > div[itemprop=address] .fal {-ms-flex-negative: 0;flex-shrink: 0}
#footer .block-contact p {display: inline-block;vertical-align: top;margin: 0;font-size: 16px;color: #fff;}
#footer .block-contact b {display: inline-block;color: #fff;font-weight: 400;font-size: 13px;margin-bottom: 10px;color: #fff;text-transform:uppercase;}
/* Меню */
#footer .links {padding: 0;}
#footer .links li {display: block;position: relative;}
#footer .links li + li {margin-top: 15px;}
#footer .links a {display:block; font-size: 16px;}
#footer .links a:hover {color: #fe8a01;}
@media(max-width: 480px){
  #footer .links a {
    font-size: 14px;
    line-height: 1;
  }
  #footer .links li + li {
    margin-top: 20px;
  }
}
/* Обратный звонок */
#footer .callbackForm .callback-input {position: relative;margin-bottom: 15px;}
#footer .callbackForm .input {width: 100%;height: 40px;color: #21293c;}
#footer .callbackForm .button {display: block;margin: 0 auto;text-align: center;margin-bottom: 10px;background-color: #fac62c;color: #80c52e;}
#footer .callbackForm .button:hover {background-color: #80c52e;color: #fff;}
#footer .name-error,#footer  .phone-error {display:block;font-size: 13px;}
#footer .input.input--error {border: none;}
.callbackForm .pp {font-size: 10px;text-align: center;}
.pp a {display: block;text-decoration: underline;}
.pp a:hover {color: #21293c;text-decoration:none}
a[href="#fancybox-pp"] {
  text-decoration: underline;
}
a[href="#fancybox-pp"]:hover {
  text-decoration:none
}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
#footer .pp a:hover {color: #fff;}
.feedbackForm .pp,
.feedbackForm-header .pp{font-size: 10px;margin-bottom: 15px;text-align: center;}
.feedbackForm .pp {text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}
.feedbackForm .button {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
}
.feedbackForm textarea:hover {
  border-color: #b1bfc8;
}
.feedbackForm textarea:focus {
  border-color: #fe8a01;
  -webkit-box-shadow: inset 0 0 0 1px #fe8a01;
  box-shadow: inset 0 0 0 1px #fe8a01;  
}
.feedbackForm textarea {
  max-height: 90px!important;
}
/* Политика конф-ти */
.modal {
  max-width: 750px;
  padding: 15px;
}
/* Перезвоните мне */
.callbackForm .callback-input {margin-bottom: 15px;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.callbackForm .callback-btn {display:block;margin: 0 auto 10px;}
.callbackForm .name-error,.callbackForm .phone-error {display:none;}
/* Напишите нам */
.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 .footer-bottom {background-color: #f0f6e8;padding: 20px 0;overflow: hidden;}
#footer .footer-bottom .footer-politics a:hover {color: #fe8a01}
#footer .footer-bottom .copyright {
  text-align: center;
  color: #0f1c00;  
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;  
}
@media(max-width: 480px){
  #footer .footer-bottom .copyright {
    font-size: 12px;
  }
}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
/* Способы оплаты */
.payments-block {
  margin-top: 0px;
}
#payment {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#payment .payment-title {
  max-width: 205px;
  width: 100%;  
  margin-right: 40px;
  font-size: 18px;
  font-weight: 700;  
}
#payment .payment-list {
  display: flex;
}
#payment .payment-ico {
  position: relative;
  width: 60px;
  height: 36px;
  border-radius: 3px;
  background-color: #f0f6e8;  
}
#payment .payment-ico:not(:first-child){
  margin-left: 20px;
}
#payment .payment-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media(max-width: 480px){
  #payment {
    margin-bottom: 0;
  }
  #payment .payment-list {
    flex-wrap: wrap;
  }
  .payment-title {
    display: none;
  }
  #payment .payment-ico {
    margin-bottom: 15px;
  }
  #payment .payment-ico:not(:first-child) {
    margin-left: 0;
  }
  #payment .payment-ico:not(:last-child) {
    margin-right: 15px;
  }  
}
/* Службы доставки */
.delivery-block-item {
  position: relative;
  width: 84px;
  height: 36px;
  border-radius: 3px;
  background-color: #f0f6e8;
}
.delivery-block-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.delivery-block-item:not(:first-child){
  margin-left: 20px
}
.delivery-block-list {
  display: flex;
}
.delivery-block {
  display: flex;
  align-items: center;
}
.delivery-block-title {
  max-width: 205px;
  width: 100%;  
  margin-right: 40px;
  font-size: 18px;
  font-weight: 700;
}
@media(max-width: 480px){
  .payments-block {
    margin-top: 0px;
  }
  .delivery-block-title {
    display: none;
  }
  .delivery-block-list {
    flex-wrap: wrap;
  }
  .delivery-block-item {
    margin-bottom: 15px;
  }
  .delivery-block-item:not(:first-child) {
    margin-left: 0;
  }
  .delivery-block-item:not(:last-child) {
    margin-right: 20px;
  }
}
/* Соц. сети */
.social-links {text-align: center; margin-top: 15px;margin-bottom: 15px;}
.social-links a {display: inline-block;width: 32px;height: 32px;line-height: 32px;font-size: 18px;color: #ccd8df;margin-right: 10px;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 .facebook:hover {background-color: #3b5998;}
.social-links .twitter:hover {background-color: #1da1f2;}
.social-links .odnoklassniki:hover {background-color: #f2720c;}
.social-links .vk:hover {background-color: #507299;}
.social-links .instagram:hover {background-color: #c13584;}
.social-links .youtube:hover {background-color: #e62117;}
.social-links .whatsapp:hover {background-color: #25d366;}
.social-links .viber:hover {background-color: #8F5DB7;}
/*** Заголовки ***/
#page-title {text-align: left;margin-bottom: 25px;}
#page-title:not(._no-border) {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid  #dbdfd7;
}
#page-title:not(._no-border) .block-title {
  margin-bottom: 0;
}
#page-title:not(._no-border)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 202px;
  height: 5px;
  background-color: #dbdfd7;
}
@media(max-width: 480px){
  #page-title:not(._no-border) .block-title {
    padding-left: 0;
  }
}
#page-title.index-catalog {padding: 15px 15px 0;}
#page-title .block-title h1.title {font-size: 24px;word-break: break-word;}
#page-title .block-title._search {
  align-items: center;
}
#page-title .block-title._search span {
  margin-left: 10px;
}
#page-title._404 {
  margin-top: 40px;
}
#page-title._404::before {
  display: none;
  padding-bottom: 0;
  border-bottom: 0;
}
#page-title._404 .block-title {
  justify-content: center;
}
#page-title._404 .block-title h1.title{
  padding-right: 0;
  color: #80c52e;  
}
@media(max-width: 991px){
  #page-title .block-title h1.title {
    font-size: 20;
  }
}
@media(max-width: 768px){
  #page-title .block-title h1.title {
    font-size: 18;
  }
}
@media(max-width: 480px){
  #page-title .block-title h1.title {
    font-size: 16px;
  }
}
#page-title .block-title h5.result {display: none;color: #fff;font-family: 'Montserrat', sans-serif;font-weight: 600;letter-spacing: 0.025em;}
.block-title {
  position:relative;
  display: flex;
  align-items: flex-end;
  min-height: 41px;
  margin-bottom: 40px;
  /* padding-right: 95px; */
}
.block-title .icon {
    width: 41px;
    height: 41px;
    fill : #fe8a01;
    margin-right: 18px;
}
.block-title .title-all-link {
    margin-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid black;
}
.block-title .title-all-link:hover {
    border-bottom: 1px solid white;
     
}
.block-title .title {
  margin: 0;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  text-transform: none;
}
.block-title._with-padding {
  padding-right: 90px;
}
@media (min-width: 1200px){
  .block-title .title {
    /* line-height: 1; */
  }
}
@media (max-width: 1200px){
  .block-title {
    margin-bottom: 30px;
    align-items: center;
  }
  .block-title .title {
    font-size: 20px;
  }
  .block-title .title-all-link {
    font-size: 14px;
  }
}
@media(min-width: 992px){
  .block-title .title-all-link {
    margin-bottom: 3px
  }
}
@media (max-width: 991px){
  .block-title {
    align-items: center;
  }
  .block-title .title {
    font-size: 20px;
  }
}
@media(max-width: 768px){
  .block-title .title {
    font-size: 18px;
  }
}
@media(max-width: 480px){
  .block-title .title {
    font-size: 16px;
  }  
  .block-title {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .block-title .icon + .title {
    display: block;
    width: 100%;
  }
  .block-title .icon + .title,
  .block-title .icon ~ .title-all-link {
    padding-left: 56px;
  }
  .block-title .icon ~ .title-all-link {
    display: inline-block;
    width: auto;    
  }
  .block-title > .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-title:after {content: '';display: block;width: 57px;height: 2px;background: #fff;position: absolute;left: 0;bottom: 0;}
  
  .block-title .title-all-link {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}
@media(max-width: 320px){
  .block-title .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.block-title .navigation.disabled {visibility:hidden;}
.block-title .navigation {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;  
}
.block-title .navigation .owl-next,
.block-title .navigation .owl-prev {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 3px;
  border: 1px solid #80c52e;
  background-color: #ffffff;
  transition: all .3s;  
}
.block-title .navigation .owl-prev {
  margin-right: 10px;
}
.block-title .navigation ._left,
.block-title .navigation ._right {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto;
  text-align: center;
  fill: #80c52e;
  user-select: none;
  transition: all .3s;
}
.block-title .navigation ._next {margin-left:5px;}
.block-title .navigation .owl-next:hover,.block-title .navigation .owl-prev:hover{border-color: #fe8a01}
.block-title .navigation .owl-next:hover .icon,.block-title .navigation .owl-prev:hover .icon {fill: #fe8a01}
.block-title .navigation .fal {transition: transform .2s ease-in-out;}
.block-title.cart .title-tab {margin-right: 10px;transition: opacity .3s ease}
.block-title.cart .title-tab .title-step {color: #80c52e}
.block-title.cart .title-tab.disabled {opacity: .5}
.block-title.cart .title {padding-bottom: 10px;border-bottom: 1px solid #dce4e9}
/*** Хлебные крошки ***/
#breadcrumbs {position: relative;font-size: 14px;color: #b1b8aa;padding: 0;line-height: 14px;white-space: nowrap;overflow: hidden;overflow-x: auto;padding-top: 30px;margin-bottom: 20px;}
#breadcrumbs._goods-page {margin-bottom: 40px;}
#breadcrumbs .breadcrumbs-list {margin: 0;padding: 0;list-style: none;list-style-position: inside}
#breadcrumbs ul li {display: inline-block;vertical-align: middle}
#breadcrumbs ul li + li {margin-left: 10px}
#breadcrumbs ul li:before {display: inline-block;vertical-align: middle;content: "\f105";font-size: 14px;margin-right: 10px;font-family: "FontAwesome";font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li a {font-weight: 400;vertical-align: middle;}
#breadcrumbs ul li a:hover {color: #80c52e; border-color: #80c52e;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {color: #0f1c00;    max-width: 700px;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    display: inline-block;font-weight: 400;vertical-align: middle;}
/** Товары на главной **/
.categories + .products-container .products-grid {border-top: 1px solid #dbdfd7;}
.products-container {position: relative;}
.products-container .content {width: 100%;position: relative;}
.products-container.pdt-best {margin-bottom: 60px;}
@media(max-width: 991px){
  .products-container.pdt-best {margin-bottom: 50px;}
}
.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;margin: 0 -7.5px;}
.products-grid {
  margin-top: -15px;
}
.index .products-grid:after,.index .products-grid:before {width: 2px}
.products-grid.owl-grab:after {background: transparent;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
/*.products-grid:not(.owl-loaded) .item:not(._first-big) {
  height: 486px;
}
@media (max-width: 1470px) {
  .products-grid:not(.owl-loaded) .item:not(._first-big) {
    height: 526px;
  }
}
@media (max-width: 768px) {
  .products-grid:not(.owl-loaded) .item:not(._first-big) {
    height: 481px;
  }
}*/
.products-grid .item {
  position: relative;
  max-width: 285px;
  max-width: 285px;
  padding: 0 7.5px;
  margin-top: 15px;
  flex-grow: 1;
}
#features .container {overflow:hidden;}
.products-grid.owl-carousel {margin: 0;}
.products-grid.owl-carousel .item {margin: 0;}
.products-grid .item-inner {display: flex;height: 100%;padding: 10px;border: 1px solid #dbdfd7;border-radius: 5px;transition: all .3s;    background: #fff;}
.products-grid:not(.owl-loaded) .item-inner {
  min-height: 100%;
  height: auto;
}
.products-grid .item:hover {
  z-index: 2;
}
.products-grid:not(.owl-loaded) .item:hover .item-inner {
  box-shadow: 0 0 5px rgb(34 34 34 / 20%), 0 0 30px rgb(34 34 34 / 10%);
}
/* Сортировка хитов продаж */
.products-grid._popular-sort .item._best-goods {
  order: -1;
}
/* Цвет границы при наведении на карточку*/
.products-grid .item:hover .item-inner {
  /*border-color: #fe8a01;*/
}
.products-grid .goodsListForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products-grid .item .product-image {
  position: relative;
  margin-top: 19px;
}
.products-grid .item .product-image .product-img {
  display: block;position: relative;z-index: 0;overflow: hidden;width: 100%;min-height: 60px;
  height:256px;
  line-height: 256px;
}
.products-grid .item .product-image .product-img img {display: inline-block;max-width: 100%;width: auto;max-height: 100%;}
.products-grid .item .product-icons {width: 100%;display: flex;    justify-content: space-between;}
.products-grid .item .product-ico {font-size: 14px;transition: .1s all;display: flex;align-items: center;}
.products-grid .item .product-ico.quickview {display:none}
.products-grid .item .product-ico:hover,
.products-grid .item .product-ico.added {color: #fe8a01;}
.products-grid .item .product-ico:hover .icon ,
.products-grid .item .product-ico.added .icon {fill: #fe8a01;}
.products-grid .item .product-ico.added {border-color: #fe8a01;}
.products-grid .item .product-ico span {display: none;}
.add-compare.product-ico .icon {
    width: 15px;
    height: 13px;
    fill: #0f1c00;
    margin-right: 10px;
}
.add-wishlist.product-ico .icon {
    width: 15px;
    height: 12px;
    fill: #0f1c00;
    margin-right: 10px;
}
@media(max-width: 1200px){
  .add-compare.product-ico .icon {
    width: 20px;
    height: 16px;
  }
  .add-wishlist.product-ico .icon {
    width: 20px;
    height: 16px;
    margin-right: 0;
  }
}
@media(max-width: 480px){
  .add-compare.product-ico .icon {
    width: 20px;
    height: 19px;
  }
  .add-wishlist.product-ico .icon {
    width: 20px;
    height: 20px;
  }
}
.products-grid .item .product-shop {display: flex;flex-direction: column;flex-grow: 1; position: static;background-color: #fff; padding-top: 10px;text-align: left;}
.products-grid .item .product-shop .product-name {margin-bottom: 20px;font-weight: 400;letter-spacing: normal;flex-grow: 1;}
.products-grid .item .product-shop .product-name a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  /*height: 38px;*/
  /*min-height: 38px;*/
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.products-grid .item:hover .product-shop .product-name a {
    height: auto;
    -webkit-line-clamp: 4;
}
.viewed-goods .products-grid .item:hover .item-inner {height:auto;}
.products-grid .item .product-shop .product-name a:hover {color: #fe8a01;}
@media(max-width: 481px){
  .products-grid .item .product-shop .product-name a {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: none;
  }
}
.products-grid .item .product-shop .ratings {margin-bottom:5px;position: absolute;top: 8px;}
.products-grid .item .product-shop .price-box {margin-bottom: 20px;display: flex;align-items: flex-end;justify-content: center;}
.products-grid .item .product-shop .price-box .old-price {margin-left: 14px;order: 1;height: 15px;line-height: 15px;}
@media(min-width: 1200px){
  .products-grid .item .product-shop .price-box .price:not(.old-price) {
    font-size: 20px;
  }
}
@media(max-width: 1470px){
  .products-grid .item .product-shop .price-box .old-price {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media(max-width: 320px){
  .products-grid .item .product-shop .price-box .old-price {
    margin-left: 14px;
    margin-top: 0;
  }
}
.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;flex-wrap: wrap;}
.products-grid .item .product-shop .actions .add-cart:not(.quick) {display: inline-block;vertical-align:middle;width: calc(100% - 100px);height: 50px;background-color: #80c52e;padding: 13px 3px;color: #fff;flex-grow: 1;text-align: center;border-radius: 5px;margin-bottom: 15px;    text-decoration: none;}
.products-grid .item .product-shop .actions .add-cart:not(.quick)._in-cart {
    background-color: #ffffff;
    color: #0f1c00;
    border: 1px solid #80c52e;
}
.products-grid .item .product-shop .actions .add-cart:not(.quick)._in-cart .icon {
  fill: #0f1c00;
      margin-top: -1px;
}
.products-grid .item .product-shop .actions .add-cart:not(.quick)._in-cart:hover {
    background-color: #fff;
    color: #0f1c00;
    /*border-color: #fe8a01;*/
}
.products-grid .item .product-shop .actions .add-cart:not(.quick)._in-cart:hover .icon {
  /*fill: #fff;*/
}
.products-grid .item .product-shop .actions .add-cart:not(.quick) .icon {
    position: relative;
    width: 26px;
    height: 24px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    margin-left: -26px;
}
@media (max-width: 480px) {
  .products-grid .item .product-shop .actions .add-cart:not(.quick) .icon {
    margin-left: 0px;
  }
}
.products-grid .item .product-shop .actions .add-cart:not(.quick) span:last-child {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover {background-color: #fe8a01;color: #fff;}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #80c52e;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #80c52e}
.products-grid .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;width: 100%;line-height: 50px;font-size: 16px;border: 1px solid #dce4e9;cursor: default;height: 50px;background-color: #dbdfd7;flex-grow: 1;text-align: center;border-radius: 5px;margin-bottom: 15px;}
@media (max-width: 1470px){
  .products-grid .item.empty .product-shop .actions .empty {
    height: 45px;
    line-height: 45px;
  }
}
.products-grid .item.empty .product-shop .actions .qty-wrap {display: none;}
.products-grid .item._first-big {
  width: 570px;
  max-height: 486px; 
  max-width: 100%;
}
@media (max-width: 1470px) {
  .products-grid .item._first-big {
    max-height: 100%
  }
}
.products-grid .item._first-big .item-inner {
  border: 2px solid #80c52e;
  /*height: 100%;*/
  display: flex;
}
.products-grid .item._first-big .goodsListForm {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.products-grid .item._first-big .product-shop {
  margin-top: auto;
  padding-top: 20px;
}
.products-grid .item._first-big .product-shop .actions {
  flex-wrap: nowrap;
}
.products-grid .item._first-big .product-shop .actions  .quickviewmod {min-width: 200px;}
.products-grid .item._first-big .product-shop .actions .add-cart:not(.quick) {
  margin-bottom: 0;
  max-width: 250px;
  width: 100%;
  flex-shrink: 0;
}
@media(max-width: 480px){
  .products-grid .item._first-big .product-shop .actions {
    flex-wrap: wrap;
  }
  .products-grid .item._first-big .product-shop .actions .add-cart:not(.quick) {
    flex-shrink: 1;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.products-grid .item._first-big .product-shop .product-name {
  /*max-width: 275px;*/
}
.products-grid .item._first-big .product-shop .product-name a {
  text-align: left;
}
.products-grid .item._first-big .product-shop .price-box {
  max-width: 275px;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 1470px) {
  .products-grid .item._first-big .product-shop .price-box {
    align-items: flex-end;
  }
}
.products-grid .item._first-big .product-icons {
  padding-left: 30px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .products-grid .item._first-big .product-icons {
    padding: 0;
  }
}
.products-grid .item._first-big .product-image {
  display: flex;
  justify-content: center;
}
.products-grid .item._first-big .product-image .product-img {
  height: 270px;
  max-width: 270px;
  line-height: 270px;
  margin-right: 20px;
}
@media (max-width: 479px){
  .products-grid .item._first-big .product-image .product-img {
    margin-right: 10px;
  }
}
.product-images {
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.product-images__item {
  width: 80px;
  height: 80px!important;
  cursor: pointer;
}
.product-images__item:nth-child(even){
  margin-left: 20px;
}
@media(max-width: 1470px){
  .product-images__item:nth-child(even){
    margin-left: 0px;
  }
}
  .product-images__item:nth-child(6) ~ .product-images__item {
    display:none;
  }
@media(max-width: 1470px){
  .products-grid .item._first-big {
    /* min-width: auto; */
    /* max-width: 100%; */
    width: 460px;
    max-width: 460px;
    /* flex-grow: 1; */
  }  
  .products-grid .item {
    /* min-width: 220px; */
    max-width: 230px;
    width: 25%;
    flex-grow: 1;
  }
  .products-grid:not(.owl-carousel) .item:last-child {
    flex-grow: 0;
  }
  .product-images {
    width: 80px;
  }
  .products-grid .item .product-ico.add-wishlist {
    font-size: 0;
  }
  .products-grid .item .product-shop .product-name a {
    font-size: 14px;
  }
  .products-grid .item._first-big .product-shop .price-box .old-price {
    margin-left: 14px;
    margin-top: 0;
  }
  .product-images__item:nth-child(4) ~ .product-images__item {
    display:none;
  }
}
@media(max-width: 969px){
  .product-images__item:nth-child(4) ~ .product-images__item {
    display:none;
  }  
  .products-grid .item._first-big {
    flex-grow: 0;
  }
  .products-grid .item {
    width: 33.3%;
    max-width: initial;
  }  
  .products-grid .item._first-big {
    width: 502px;
    max-width: 502px;
  }  
}
@media(max-width: 767px){
  .products-grid .item._first-big {
    width: 100%;
  }
  .products-grid .item {
    width: 50%;
    max-width: initial;
  }    
}
@media(max-width: 480px){
  .product-images {margin-top: 3px;}  
}
@media(max-width: 479px){
  .product-images {width: 60px;}
  .product-images__item {
    width: 60px;
    height: 60px!important;
  }
  .product-images__item:nth-child(4) ~ .product-images__item {
    display:none;
  }
  .products-grid .item {
    width: 100%;
    max-width: initial;
  }   
}
@media(max-width: 1200px){
  .products .products-grid .item {
    width: 33.3%;
  }
}
@media(max-width: 991px){
  .products .products-grid .item {
    width: 25%;
  }
}
@media(max-width: 768px){
  .products .products-grid .item {
    width: 33.3%;
  }
}
@media(max-width: 640px){
  .products .products-grid .item {
    width: 50%;
  }
}
@media(max-width: 320px){
  .products .products-grid .item {
    width: 100%;
  }
}
/** Товары списком **/
.products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.products-list .item:after {content: '';display: block;width: 1px;height: calc(100% - 1px);position: absolute;z-index: 1;right: 0;top: 0;background: #fff}
.products-list .item {position: relative;overflow: hidden}
.products-list .item .item-inner {padding: 15px;background-color: #fff;    border-top: 1px solid #dbdfd7;}
.products-list .item:last-child {border: 0;box-shadow: none;}
.products-list .item .product-image {position: relative;float: left;margin: 0 30px 0 0;text-align: center;width: 150px;height: 150px;line-height: 150px;}
.products-list .item .product-shop {padding-right: 35px;float: left;width: calc(100% - 292px)}
.products-list .item .product-shop .product-name {margin: 10px 0;color: #666;font-size: 18px;font-weight: 400;line-height: 1;text-transform: none;}
.products-list .item .product-shop .product-name a {display: block;overflow: hidden;max-height: 52px;color: #2a3034;}
.products-list .item .product-shop .product-name a:hover {color: #80c52e;text-decoration: underline;}
.products-list .item .product-shop .ratings {position: relative;padding: 0;margin: 10px 0;background: none;}
.products-list .item .product-shop .desc {font-size: 14px;line-height: 1.5;color: #777;}
.products-list .item .product-shop .desc p {max-height: 60px;overflow: hidden;}
.products-list .item .product-shop .price-box {display: block;margin: 5px 0;}
.products-list .item .product-shop .price-box .old-price {margin-right: 10px;}
.products-list .item .product-shop .actions {margin-top: 15px;}
.products-list .item .product-shop .actions .add-cart:not(.quick) {display: inline-block;vertical-align: middle;color: #fff;flex-grow: 1;text-align: center;border-radius: 5px;height: 50px;background-color: #80c52e;padding: 13px 3px;width: 100%;max-width: 250px;}
.products-list .item .product-shop .actions .add-cart:not(.quick) .icon {
  width: 26px;
  height: 24px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.products-list .item .product-shop .actions .add-cart:not(.quick) span{
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;  
}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover {background-color: #fe8a01;color: #fff;}
.products-list .item .product-shop .actions .add-cart._in-cart {
  background-color: #ffffff;
  color: #0f1c00;
  border: 1px solid #80c52e;
}
.products-list .item .product-shop .actions .add-cart._in-cart .icon {
  fill: #0f1c00;
  margin-top: -1px;
}
.products-list .item .product-shop .actions .add-cart._in-cart:hover {
    background-color: #ffffff;
    color: #0f1c00;
}
.products-list .item .product-shop .actions .add-cart._in-cart:hover .icon {
  /*fill: #fff;*/
}
.products-list .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #80c52e;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #80c52e}
.products-list .item .goods-art {
  position: static;
  margin-bottom: 10px;
}
.products-list .item .product-icons {  position: absolute;    z-index: 1;    right: 15px;    top: 15px;} 
@media (max-width: 480px){
  .products-list .item .product-icons {
    right: auto;
  }
}
.products-list .item .product-ico {display: flex;width: 30px;height: 30px;line-height: 30px;margin: 5px 0;font-size: 15px;text-align: center;background-color: #fff;color: #ccd8df;z-index: 1;transition: .1s all;}
.products-list .item .product-ico .icon {
  margin: auto;
}
.products-list .item .product-ico.added .icon,.products-list .item .product-ico:hover .icon {fill: #fe8a01;}
.products-list .item .product-ico.quickview {
  display: none;
}
.products-list .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;padding: 0 17px;font-size: 16px;color: #333;border: 1px solid #dce4e9;cursor: default;height: 50px;background-color: #dbdfd7;line-height: 50px;border-radius: 5px;max-width: 250px;width: 100%;text-align: center;}
.products-list .item.empty .product-shop .actions .qty-wrap {display: none;}
/* Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.product-shop .actions .quickviewmod {flex-grow:1;height: 50px;padding: 13px 3px;margin-bottom: 15px;line-height: 1;font-size: 16px;}
.products-list .product-shop .actions .quickviewmod {
  max-width: 250px;width: 100%;
}
.product-shop .actions .quickviewmod span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;  
}
.product-shop .actions .quickviewmod .icon {
  width: 26px;
  height: 24px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  margin-left: -26px;
  margin-top:0;
}
.product-shop .actions .add-cart .fal,
.product-shop .actions .quickviewmod .fal
{display: inline-block;vertical-align: middle;margin-right: 5px;font-size: 24px;}
.product-shop .actions .add-cart .fal.fa-check {
  margin-right: 0px;
  font-size: 24px;
}
.product-shop .actions .add-cart .fal.fa-spin {
  margin-right: 0px;
  font-size: 22px;
}
.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: #21293c;border-radius: 0;font-size: 14px;text-align: center;padding: 3px;background: transparent;border: 1px solid #dce4e9;}
.actions .qty-set {display: block;}
.actions .qty-set > a {position: absolute;top: 0;width: 30px;height: 36px;line-height: 34px;border: 1px solid #dce4e9;font-size: 11px;color: #b1bfc8;border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.actions .qty-set > a:hover {color: #fff;background: #80c52e;}
.actions .qty-set .qty-plus {right: 1px;}
.actions .qty-set .qty-minus {left: 1px;}
/*  */
@media (max-width: 1470px){
  .product-shop .actions .quickviewmod,
  .products-grid .item .product-shop .actions .add-cart:not(.quick) {
    height: 45px;
    padding: 10px 0;
    font-size: 14px;
  }
  .products-grid .item .product-shop .price-box {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 320px){
  .products-grid .item .product-shop .price-box {
    flex-direction: row;    
  }
}
/* Товары на главной */
.index-goods {
  margin-bottom: 80px;
}
@media(max-width: 1200px){
  .index-goods {
   margin-bottom: 60px;
 }
}
.index-goods__wrapper {
  display: flex;
}
.index-goods__new {        
  max-width: 555px;
  width: 100%;
  flex-shrink: 0;   
  margin-right: 15px;     
}
.index-goods__new .products-container {
  margin-bottom: 0;
}
@media (max-width: 1200px){
  .index-goods__new { 
    max-width: 100%;
    margin-bottom: 50px;
  }
  .index-goods__wrapper {
    flex-wrap: wrap;
  }
}  
#pdt-new .products-grid {
  margin-left: 0;
  margin-right: 0;
}
#pdt-new .item {
  width: 100%;
  height: 236px;
  max-width: 100%;
  padding: 0;
}
#pdt-new .products-grid .item:first-child {
  margin-top: 0;
}
#pdt-new .products-grid .item {
 padding: 0;
 margin-top: 15px;
}
@media (min-width: 1470px){
/*  #pdt-new .products-grid .item:nth-child(odd) {
    height: 235px;
  }
  #pdt-new .products-grid .item:nth-child(even) {
    height: 236px;
  }
  #pdt-new .products-grid .item {
    margin-top: 17px;
  }*/
}
#pdt-new .goodsListForm {
  display: flex;
  flex-direction: row;
}
#pdt-new .products-grid .item .product-image .product-img {
  width: 208px;
  height: 208px;
}
#pdt-new  .products-grid .item .product-image {
  margin-top: 0;
  margin-right: 30px;
}
#pdt-new .products-grid .item .product-shop {
  padding-top: 0;
}
#pdt-new .goods-art {
  position: static;
  margin-left: auto
}
#pdt-new .products-grid .item .product-shop .ratings {
  position: static;
}
#pdt-new .product-shop-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 9px;
} 
#pdt-new .products-grid .item .product-shop .price-box {
  /* align-items: center; */
}
@media(max-width: 1470px) {
  #pdt-new .products-grid {
    margin: 0;
    margin-top: -10px;
  }
}
@media(max-width: 1200px){
  #pdt-new .item {
    padding: 0;
  }
  #pdt-new  .products-grid .item .product-image {
    margin-right: 15px;
  }
}
@media(max-width: 768px){
  #pdt-new .products-grid .item .product-image {
    margin-right: 30px;
  }
  #pdt-new .products-grid .item .product-image .product-img {
    width: 190px;
    height: 190px;
  }
  #pdt-new .products-grid .item .product-shop {
    align-items: flex-start;
  }
  #pdt-new .products-grid .item .product-shop > div:not(.product-shop-header){
    max-width: 320px;
    width: 100%;
    text-align: left;    
  }
  #pdt-new .products-grid .item .product-shop .product-name a {
    text-align: left;
  }
  #pdt-new .products-grid .item .product-shop .price-box {
    flex-direction: row;
    justify-content: flex-start;
  }
  #pdt-new .products-grid .item .product-shop .price-box .old-price {
    margin-left: 15px;
  }
}
@media(min-width: 480px) and (max-width: 767px){
  #pdt-new .products-grid .item .product-image {
    margin-right: 15px;
  }
}
@media(max-width: 479px){
  #pdt-new .item  {
    height: auto;
  }
  #pdt-new .goods-art {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #pdt-new .products-grid .item .product-shop .ratings {
    position: absolute;
  }
  #pdt-new .goodsListForm {
    flex-direction: column;
  }
  #pdt-new .products-grid .item .product-image {
    margin-right: 0;
    margin-top: 19px;    
  }
  #pdt-new .products-grid .item .product-image .product-img {
    margin: auto;
    width: 262px;
    height: 262px;    
  }
  #pdt-new .products-grid .item .product-shop > div:not(.product-shop-header) {
    max-width: 100%;
  }
  #pdt-new .products-grid .item .product-shop .price-box {
    justify-content: center;
  }
  #pdt-new .products-grid .item .product-shop .product-name a {
    text-align: center;
  }
}
/* Хиты */
/*** Товар ***/
.product-view .product-img-box {margin-bottom: 30px;}
@media (max-width: 768px) {
  .product-view .product-img-box {
    width: 100%;
  }
}
.product-view .product-img-box .product-image {position: relative;text-align: left;margin: 0 auto;min-height: 200px;max-width:600px;max-height:600px;}
.product-view .product-img-box .product-image:hover {cursor: pointer;}
.product-view .product-img-box .product-image img {display: block;margin: 0 auto;max-width:100%;max-height:600px;}
.product-view .product-img-box .product-image .ico span {top: 10px;right: 10px;}
.product-view .product-img-box .thumblist-box {margin-top: 30px;padding: 0;}
.product-view .product-img-box .thumblist-box .thumblist {margin:auto;padding: 0;}
.product-view .product-img-box .thumblist-box .thumblist .owl-item {border: 1px solid #dbdfd7;text-align: center;}
.product-view .product-img-box .thumblist-box .thumblist .owl-item:hover {border-color: #fe8a01;}
.product-view .product-img-box .thumblist-box .thumblist .thumb {width: 140px;height: 140px;margin: auto;display: inline-block;flex-shrink: 0;line-height: 130px;text-align: center;overflow: hidden;}
.product-view .product-img-box .thumblist-box .thumblist .thumb a {display: block;}
.product-view .product-img-box .thumblist-box .thumblist .thumb a img {display: inline-block;width: auto;max-width: 100%;max-height: 140px;}
@media (max-width: 1200px) {
  .product-view .product-img-box .thumblist-box .thumblist .thumb {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .product-view .product-img-box .thumblist-box .thumblist .thumb {
    width: 100%;
    height: auto;
  }
}
.product-view .product-img-box .thumblist-box .thumblist .owl-nav > button {
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 3px;
  border: 1px solid #80c52e;
  background-color: #ffffff;
  visibility:hidden;
  opacity:0;
}
.product-view .product-img-box:hover .thumblist-box .thumblist .owl-nav > button {
  visibility: visible;
  opacity: 1;
}
.product-view .product-img-box .thumblist-box .thumblist .owl-nav .owl-prev {
  left: 0;
}
.product-view .product-img-box .thumblist-box .thumblist .owl-nav .owl-next {
  right: 0;
}
.product-view .product-img-box .thumblist-box .thumblist .owl-nav .icon {
  width: 15px;
  height: 15px;
  fill: #80c52e;
}
.product-view .product-img-box .thumblist-box .thumblist .owl-nav > button:hover {opacity: 1;filter: alpha(opacity=100);}
.product-view .product-img-box .thumblist-box .thumblist .owl-stage-outer {margin-left: -1px;}
.product-view .product-shop {margin-bottom: 0px;}
@media (max-width: 768px) {
  .product-view .product-shop {
    width: 100%;
  }
}
.product-view .product-name {display: flex;margin-bottom: 30px;}
.product-view .product-name h1 {max-height: 100px;overflow: hidden;font-size: 24px;line-height: 30px;font-weight: bold;text-transform: none;}
@media (max-width: 1200px) {
  .product-view .product-name h1 {
    font-size: 20px;
  }
}
.product-view .product-neighbor {margin-left: auto;flex-shrink: 0;}
.product-view .product-neighbor > div {display: inline-block;position: relative;vertical-align: middle;width: 30px;height: 30px;border-radius: 3px;border: 1px solid #80c52e;}
.product-view .product-neighbor > div > a {display: flex;height: 100%;}
.product-view .product-neighbor > div > a:hover {opacity: 1}
.product-view .product-neighbor > div .content {position: absolute;left: 0;top: calc(100% + 5px);border-top: 3px solid #fe8a01;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-neighbor > div .content:before {content: "";display: block;position: absolute;top: -13px;left: 0;width: 5px;height: 2px;border: 5px solid transparent;border-bottom-color: #fe8a01;}
.product-view .product-neighbor > div:hover .content {opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.product-view .product-neighbor .prev .content {right: auto;left: 0;margin-left: -17.5px;}
.product-view .product-neighbor .prev .content:before {left: 32px;right: auto;}
.product-view .product-neighbor .next .content {left: auto;right: 0;margin-right: -17.5px;}
.product-view .product-neighbor .next .content:before {right: 32px;left: auto;}
.product-view .product-neighbor > div .content .image {display: block;position: relative;margin: 0 auto 10px;max-width: 100px;max-height: 100px;}
.product-view .product-neighbor > div .content .name {margin: 0;font-weight: 600;font-size: 11px;}
.product-view .product-neighbor > div .icon {
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #80c52e;
}
.product-view .description {display: block;margin-bottom: 20px;}
.product-view .description p {
  display: block;
  /*max-height: 70px;*/
  overflow: hidden;
  font-size: 16px;
}
.product-view .ratings {margin-bottom: 30px;height: auto;}
.product-view .ratings .rating-box {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.product-view .ratings .opinion {display: inline-block;vertical-align: middle;color: #80c52e;}
.product-view .ratings .opinion a {
  color: #0f1c00;
  font-size: 14px;
  font-weight: 400;  
}
.product-view .ratings .separator {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 18px;
  background: #dbdfd7;
  margin: 0 5px;
  text-indent: 9999px;  
}
.product-view .goodsDataMainModificationArtNumber {display: inline-block;vertical-align: middle;color: #b1b8aa;font-size: 14px;}
.product-view .goodsDataMainModificationArtNumber span {margin-left: 3px;font-weight: bold;}
.product-view .goodsDataMainModificationAvailable {
  display: inline-block;
  vertical-align: middle;  
  font-size: 14px
}
.product-view .goodsDataMainModificationAvailable .available-true {
  color: #80c52e;
}
.product-view .goodsDataMainModificationAvailable .available-false {
  color: #c52e2e;
}
.product-view .price-box {
  margin-bottom: 30px;
  background: #f3f3f3;
  padding: 16px 30px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f0f6e8;
}
.product-view .price-box .label {font-size: 15px;line-height: 28px;margin-right: 35px;}
.product-view .price-box .special-price .price {font-size: 24px;font-weight: bold;white-space: nowrap;}
.product-view .price-box .old-price {
  margin-left: 18px;
  margin-top: 3px;
}
.product-view .price-box .old-price .price {font-size: 18px;}
@media (max-width: 969px) {
  .product-view .price-box .old-price {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .product-view .price-box .old-price {
    width: auto;
    margin-left: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .product-view .price-box .old-price {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.product-view .price-box > div {display: inline-block;vertical-align: bottom;}
.product-view .price-box .ico-sale {display: inline-block;position: relative;vertical-align: middle;top: auto;right: auto;color: #ffffff;line-height: 25px;margin-left: 20px;width: 65px;padding: 0;}
.product-view .goodsDataMainDiscountBlock {padding: 15px;background-image: linear-gradient(to bottom, #45dae3 0%, #60b0ec 100%);color: #ffffff;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.product-view .goodsDataMainDiscountBlock .title {width: 50%;font-size: 24px;font-weight: bold;font-style: italic;}
.product-view .goodsDataMainDiscountBlock .content {width: 50%;text-align: right;}
.product-view .goodsDataMainDiscountBlock .content label {margin-right: 5px;}
.product-view .goodsDataMainDiscountBlock .content .bar {display: inline-block;width: 95px;height: 12px;margin-right: 30px;background-color: rgba(255, 243, 36, 1);vertical-align: middle;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.product-view .goodsDataMainDiscountBlock .content .bar:before {content: '';display: inline-block;width: 115px;height: 12px;background-color: rgba(255, 243, 36, 0.5);vertical-align: top;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.product-view .goodsDataMainDiscountBlock .content .count {margin-left: 30px;display: none;}
.product-view .goodsDataMainDiscountBlock .content .sale-counter {margin-top: 5px;}
.product-view .goodsDataMainDiscountBlock .content .sale-counter > div {display: inline-block;}
@media all and (max-width: 481px) {
  .product-view .goodsDataMainDiscountBlock .title {width: 100%;text-align: center;margin-bottom: 10px;}
  .product-view .goodsDataMainDiscountBlock .content {width: 100%;text-align: center;}  
}
.product-view .goodsDataMainModificationsBlock select {display: none;}
.product-view .goodsDataMainModificationsBlock label {display: inline-block;font-size: 16px;margin-right: 20px ;}
.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {margin-bottom: 5px;}
.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsValue {display: inline-block;border: 1px solid #cecece;padding: 8px 15px;margin: 0 10px 10px 0;cursor: pointer;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;font-size: 14px;}
.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.active, .product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsValue:hover {color: #80c52e;border: 1px solid #80c52e;}
.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.disabled {color: #999999;border: 1px solid #cecece;background-color: #f3f3f3;cursor: default;}
.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock {display: block;max-height: 60px;overflow: hidden;}
.goodsDataMainModificationsDescriptionBlock + .goods-callback {margin-top: 15px;}
.product-view .qty {display: inline-block;position: relative;vertical-align: middle;border: 1px solid #cecece;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.product-view .qty-wrap {
  margin: 20px 0;
  display: inline-block;
  width: auto;  
}
.product-view .qty-wrap .label {display: inline-block;font-size: 16px;margin-right: 30px;}
.product-view .qty-wrap .quantity {display: inline-block;vertical-align: middle;width: 40px;height: 28px;line-height: 28px;padding: 0px;border: 0;color: #000000;background-color: #ffffff;text-align: center;}
.product-view .qty-wrap .quantity {-moz-appearance:textfield;}
.product-view .qty-wrap .quantity::-webkit-outer-spin-button, .product-view .qty-wrap .quantity::-webkit-inner-spin-button {-webkit-appearance: none;}
.product-view .qty-wrap a {display: inline-block;position: relative;vertical-align: middle;top: 0;width: 30px;height: 30px;line-height: 30px;text-align: center;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.product-view .qty-wrap a:hover, .product-view .qty-wrap a:hover {background-color: #f3f3f3;}
.product-view .qty-wrap a span {display: inline-block;position: relative;width: 12px;height: 12px;}
.product-view .qty-wrap a span:after, .product-view .qty-wrap a span:before {content: "";display: inline-block;position: absolute;background-color: #cecece;}
.product-view .qty-wrap a#qty_minus {left: 0;border-right: 1px solid #cecece;}
.product-view .qty-wrap a#qty_plus {right: 0;border-left: 1px solid #cecece;}
.product-view .qty-wrap a#qty_minus span:after {width: 12px;height: 2px;top: 6px;right: 0px;}
.product-view .qty-wrap a#qty_plus span:after {width: 12px;height: 2px;top: 6px;right: 0px;}
.product-view .qty-wrap a#qty_plus span:before {width: 2px;height: 12px;top: 1px;right: 5px;}
.product-view .qty-wrap input::-webkit-outer-spin-button, .product-view .qty-wrap input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.product-view .add-to-cart {display: flex;flex-wrap: nowrap;margin-bottom: 20px;}
.product-view .add-to-cart .add-cart {max-width: 250px;width: 100%;height: auto;font-size: 16px;line-height: 46px;padding: 0 30px;}
.product-view .add-to-cart .add-cart:before {display: none;}
.product-view .add-to-cart .add-cart span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;  
}
.product-view .add-to-cart .add-cart + .add-cart {
  display:none;
  margin-left: 20px;
  max-width: 200px;
  border: 1px solid #dfe3dc;
  background-color: #f0f6e8;
  color: #0f1c00;
}
.product-view .add-to-cart .add-cart .icon {
  width: 26px;
  height: 24px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  margin-left: -26px;
  line-height: 24px;
}
.product-view .add-to-cart .add-cart._in-cart {
    background-color: #ffffff;
    color: #0f1c00;
    border: 1px solid #80c52e;
}
.product-view .add-to-cart .add-cart._in-cart .icon {
    fill: #0f1c00;
    margin-top: -1px;
}
.product-view .add-to-cart .add-cart._in-cart:hover {
    background-color: #ffffff;
    color: #0f1c00;
}
.product-view .add-to-cart .add-cart._in-cart:hover .icon {
  /*fill: #fff;*/
}
.product-view .add-to-cart .more {display: none;}
@media (max-width: 480px) {
  .product-view .add-to-cart {
    flex-direction: column;
  }
  .product-view .add-to-cart .add-cart {
    max-width: 100%;
    width: 100%;
  }
  .product-view .add-to-cart .add-cart + .add-cart {
    margin-left: 0;
    margin-top: 15px;
    max-width: 100%;
  }
}
.product-view .add-to-links {
  max-width: 250px;
}
.product-view .add-to-links {font-size: 14px;margin-bottom: 20px;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}
.product-view .add-to-links a:before {margin-right: 5px;}
.product-view .add-to-links a:hover,
.product-view .add-to-links a.added {color: #fe8a01;}
.product-view .add-to-links a:hover .icon ,
.product-view .add-to-links a.added .icon {fill: #fe8a01;}
.product-view .add-to-links a.added {border-color: #fe8a01;}
.product-view .add-to-links a span {display: none;}
.product-view .add-to-links a .icon {
  width: 15px;
  height: 13px;
  fill: #0f1c00;
  margin-right: 10px;
}
.product-view .additional {border-top: 1px solid #cecece;padding-top: 20px;font-size: 14px;}
.product-view .additional .label {
  margin-right: 15px;
  color: #b1b8aa;
  font-size: 12px;  
}
.product-view .additional .policy {
  font-size: 12px;   
}
.product-view .additional .policy i {display: inline-block;position: relative;width: 20px;height: 20px;line-height: 18px;margin-left: 10px;color: #999999;font-family: 'Arimo', sans-serif;font-size: 13px;font-weight: bold;background: #f3f3f3;border: 1px solid #cecece;vertical-align: middle;text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.product-view .additional .policy i:hover {background: #fe8a01;color: #ffffff;border: 1px solid #fe8a01;}
.product-view .add-to-box.empty .qty-wrap {display: none;}
.product-view .add-to-box.empty .add-to-cart {display: none;}
.product-view .goods-callback {
  margin-bottom: 15px;
}
.fancybox-content.product-view .goods-callback._empty-btn {
  margin-bottom: 0;
}
.product-view .goods-callback__button {
  display: flex;
  align-items: center;
  justify-content: center;  
  max-width: 350px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #fe8a01;
  color: #fff;
  font-size: 16px;
}
.product-view .goods-callback__icon {
  margin-right: 15px;
}
.product-view .description-callback__button {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 480px) {
  .product-view .description-callback__button {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .product-view .description-callback__button {
    font-size: 12px;
    padding: 0;
  }
}
/* Способы оплаты */
#payment-goods {display: flex;align-items: center;margin-top: 10px;margin-bottom: 20px;}
#payment-goods a {
  display: flex;
}
#payment-goods a:hover {text-decoration: none;}
#payment-goods span {display: inline-block;vertical-align: middle;width: 40px;height: 27px;margin-right: 10px;cursor: pointer;background: url("/design/d411768/payment.png?lc=1765559748") no-repeat;}
#payment-goods span:nth-child(5n) {clear: both;}
#payment-goods span:hover {background-position-y: -33px;}
#payment-goods .sber {width: 26px;background-position: 0 -33px;}
#payment-goods .visa {width: 69px;background-position: -34px -33px;}
#payment-goods .mastercard {width: 43px;background-position: -112px -33px;}
#payment-goods .maestro {width: 43px;background-position: -162px -33px;}
#payment-goods .yandex {width: 18px;background-position: -215px -33px;}
#payment-goods .webmoney {width: 26px;background-position: -242px -33px;}
#payment-goods .rbk {width: 26px;background-position: -277px -33px;}
#payment-goods .sms {width: 33px;background-position: -312px -33px;}
#payment-goods .qiwi {width: 24px;background-position: -353px -33px;}
@media (max-width: 479px) {
  #payment-goods a {
    flex-wrap: wrap;
  }
  #payment-goods span {
    margin-bottom: 5px;
  }
}
/** Вкладки табы **/
.product-tabs {display: block;margin: 80px 0 85px;clear: both;}
.product-tabs .tabs {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.product-tabs .tabs .tab {display: inline-block;position: relative;width: auto;line-height: 40px;margin: 0 15px;padding: 0;text-align: center;border-bottom: 3px solid transparent;vertical-align: bottom;}
.product-tabs .tabs .tab:first-child {margin-left: 0;}
.product-tabs .tabs .tab a {display: block;position: relative;font-size: 20px;}
.product-tabs .tabs .tab.active, .product-tabs .tabs .tab:hover {
  border-bottom: 5px solid #dbdfd7;
  cursor: default;
}
.product-tabs .tabs .tab.active a {font-weight: bold;}
@media (max-width: 991px) {
  .product-tabs {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .product-tabs {
    margin: 50px 0;
  }  
  .product-tabs .tabs .tab {
    width: 50%;
    margin: 0;
  }
  .product-tabs .tabs .tab a {
    font-size: 18px;
  }    
}
@media (max-width: 320px) {
  .product-tabs .tabs .tab a {
    font-size: 16px;
  }  
}
.product-tabs .content {display: block;padding-top: 30px;border-top: 1px solid #cecece;background-color: transparent;}
.product-tabs .tab-content {padding: 0px;overflow: hidden;}
.product-tabs .tab-content .htmlDataBlock {margin: 0;padding: 0;    line-height: 1.5;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .htmlDataBlock img {width: auto !important;height: auto !important;}
.product-tabs .tab-content .delivery {margin-bottom: 30px;}
.product-tabs .tab-content .delivery:last-child {margin-bottom: 0;}
.product-tabs .tab-content .delivery p {margin-bottom: 15px;word-break: break-word;}
.product-tabs .tab-content .delivery h4 {margin-bottom: 5px;}
.product-tabs .tab-content .delivery h5 {margin: 10px 0 5px 0;}
.product-tabs .tab-content .delivery h6 {font-weight: 400;}
.product-tabs .tab-content .delivery .price-box {margin-left: 10px;}
.product-tabs .tab-content .delivery .desc {margin: 0 0 5px 10px;}
.product-tabs .tab-content .features-list .features {position: relative;margin: 0px;padding: 0px;border-bottom: 0;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: flex-end;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.product-tabs .tab-content .features-list .features:not(:last-child) {
  margin-bottom: 25px;
}
.product-tabs .tab-content .features-list .features .name {width: 50%;display: flex;overflow: hidden;}
.product-tabs .tab-content .features-list .features .name span {
  flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
}
/* .product-tabs .tab-content .features-list .features .name::after {content: '';display: inline-block;vertical-align: middle;width: 100%;height: auto;border-bottom: 2px dotted #0f1c00;margin-left: 15px;} */
.product-tabs .tab-content .features-list .features .value {width: 50%;padding-left: 15px;text-align: left;font-weight: bold;font-size: 16px;line-height: 1;}
@media (max-width: 479px) {
  .product-tabs .tab-content .features-list .features {
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: flex-start;    
  }
  .product-tabs .tab-content .features-list .features .value {
    width: auto;
    font-size: 14px;
    padding-left: 0;
    margin-top: 0px;
    margin-left: auto;
    text-align: right;    
  }
  .product-tabs .tab-content .features-list .features .name {
    width: auto
  }
  .product-tabs .tab-content .features-list .features .name span:nth-child(2) {
    display: none;
  }
}
.product-tabs .tab-content #goodsDataOpinionAdd > .title {margin-bottom: 15px;}
.product-tabs .tab-content #goodsDataOpinionAdd > .title {margin-bottom: 15px;}
.goodsDataOpinion {
  display: flex;
  flex-wrap: wrap;
}
.goodsDataOpinionAddTable {margin-bottom: 30px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {position: relative;margin-bottom: 15px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock label {width: 140px;color: #999999;margin: 3px 0;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock .input, .goodsDataOpinionAddTable .goodsDataOpinionBlock textarea {display: inline-block;width: calc(100% - 140px);max-width: 100%;height: 45px;line-height: 45px;background: #ffffff;border: 1px solid #cecece;border-radius: 5px;padding: 6px 12px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock #goods_opinion_comment {height: 80px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock textarea {padding-top: 15px;line-height: 1;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock label.error {width: 180px;bottom: -36px;}
.goodsDataOpinionAddTable .buttons {text-align: left;}
.goodsDataOpinionAddTable .buttons .button {padding: 0 30px;}
.goodsDataOpinionList {
  margin-bottom: 30px;
}
.goodsDataOpinionList .buttons {width: 70px;text-align: right;margin-left: 30px;}
.goodsDataOpinionList .bord {margin-bottom: 30px;}
.goodsDataOpinionList .bord:last-child {
  margin-bottom: 0;
}
.goodsDataOpinionList .cell1 {display: flex;align-items: center;margin-bottom: 10px;}
.goodsDataOpinionList .cell2 {display: block;width: 100%;}
.goodsDataOpinionList .goodsDataOpinionListClient {font-size: 15px;display: block;overflow: hidden;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListDesc {margin-bottom: 10px;overflow: hidden;padding: 15px 0;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.goodsDataOpinionList .goodsDataOpinionListDesc:last-child {margin-bottom: 0;}
.goodsDataOpinionList .goodsDataOpinionListDesc i {font-size: 20px;margin-right: 15px;vertical-align: middle;}
/*.goodsDataOpinionList .goodsDataOpinionListDesc label {display: none;}*/
.goodsDataOpinionList .goodsDataOpinionListDesc .icon-add {color: #80c52e;}
.goodsDataOpinionList .goodsDataOpinionListDesc .icon-remove {color: #fe8a01;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: inline-block;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;margin: 0 5px 5px 0;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm {background-color: #006600;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm:hover {background-color: #80c52e;}
.goodsDataOpinionListNavigateBottom .pager .pages {float: left;}
.goodsDataOpinionListNavigateBottom .pager .pages .title {float: left;line-height: 28px;margin-right: 10px;}
.goodsDataOpinionList {
  width: 100%;
  max-width: 790px;
}
.goodsDataOpinionList .bord {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;  
}
.goodsDataOpinionList .goodsDataOpinionHeader {
  display: flex;
  margin-bottom:15px;
  width: 100%;
}
.goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 10px;padding-right: 10px;color: #21293c;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListClient {display: inline-block;vertical-align: middle;padding-right: 20px;font-weight: 900;font-size: 18px;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListDate {display: inline-block;vertical-align: middle;font-size: 14px;}
.goodsDataOpinionList .button {max-width: 100px;float: right}
.goodsDataOpinionList .goodsDataOpinionSubHeader {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.goodsDataOpinionList .goodsDataOpinionListDesc ~ .goodsDataOpinionListDesc {
    padding-top: 0;
}
.goodsDataOpinionList .goodsDataOpinionListDate {
  margin-left: auto;
  margin-bottom: 0px;
  order: 1;  
}
.goodsDataOpinionList .goodsDataOpinionListDesc,.goodsDataOpinionListTableAnswer {margin-bottom: 0px}
.goodsDataOpinionListTableAnswerLogo {
    width: 90px;
    margin-right: 20px;
}
.goodsDataOpinionListTableAnswer {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.goodsDataOpinionListTableAnswerContent {
  width: 100%;
}
.goodsDataOpinionListTableAnswerText {
  margin-bottom: 0;
  background: #f3f3f3;
  padding: 8px;
  padding-left: 15px;
  margin-top: 10px;  
}
.goodsDataOpinionList .goodsDataOpinionListDesc label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.goodsDataOpinionShowButton {
  margin: 0 auto;
  display: block;
}
.goodsDataOpinionRight._no-center {
  margin-left: 0;
}
.goodsDataOpinionAddFormWrap._no-center {
  margin-left: 0;
  max-width: 600px;
}
.goodsDataOpinionList .goodsDataOpinionListDesc strong {display: block;margin-bottom: 10px;font-family: 'Montserrat',Arial,sans-serif;color: #2a3034}
.goodsDataOpinionList .goodsDataOpinionListDesc span {display: block;    line-height: 1.5;}
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock {border: 2px solid #edf1f4}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {max-height: 78px;overflow: hidden;font-size: 20px;padding: 15px;margin: -15px -15px 0;background-color: #f1f1f1;border-top: 1px solid #dce4e9}
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {margin: 0;border: none}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {margin-bottom: 20px;width: 100%;max-width: 600px;overflow: hidden}
.goodsDataOpinionAddTable label {display: block;margin-bottom: 10px}
.goodsDataOpinionAddTable label.invalidInput {
  width: calc(100% - 140px);
  margin-left: auto;
  margin-top: 10px;  
}
.fancybox-inner #fancybox-opinion {padding: 20px;}
.goodsDataOpinionAddTable {margin-top: 20px;max-width: 500px;}
.goodsDataOpinionAddForm.bordered .goodsDataOpinionAddTable {margin:0;padding: 20px;}
.goodsDataOpinionRating {width: 70px;height: 14px;margin-top: 3px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dce4e9' viewBox='0 0 19.481 19.481'%3E%3Cpath d='M10.201.758l2.478 5.865 6.344.545a.5.5 0 01.285.876l-4.812 4.169 1.442 6.202a.5.5 0 01-.745.541l-5.452-3.288-5.452 3.288a.5.5 0 01-.745-.541l1.442-6.202-4.813-4.17a.5.5 0 01.285-.876l6.344-.545L9.28.758a.5.5 0 01.921 0z'/%3E%3C/svg%3E");}
.goodsDataOpinionAddTable .generally {float: left;}
.goodsDataOpinionAddTable .generally label {display: inline-block;float: none;width: auto;}
.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: #80c52e;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #80c52e;}
@media(max-width: 1200px){
  .goodsDataOpinionList .goodsDataOpinionListClient {
    font-size: 16px;
  }
  .goodsDataOpinionListDesc {
    font-size: 14px;
  }
}
@media(max-width: 640px) {
  .goodsDataOpinionList .goodsDataOpinionListDate {
    margin-bottom: 0;
  }
  .goodsDataOpinionList .rating-box {
    margin-top: 10px;
  }
  .goodsDataOpinionList .cell1 {width: 100%;margin: 0 0 10px 0;}
  .goodsDataOpinionList .cell2 {width: 100%;margin: 0 0 10px 0;}
  .goodsDataOpinionList .buttons {margin-left: 6px;}
}
/* Отзывы на главной */
#reviews-magazine {
  margin-bottom: 80px;
}
#reviews-magazine .bord {
  display: block;
  margin-bottom: 0;
  padding: 20px 15px;
  border-radius: 5px;
  border: 1px solid #dbdfd7;
  background-color: #ffffff;
}
#reviews-magazine .rating-box {
  margin-left: auto;
}
#reviews-magazine .goodsDataOpinionList .goodsDataOpinionListDate {
  margin-bottom: 0px;
}
#reviews-magazine .goodsDataOpinionList .goodsDataOpinionListTitle {
  color: #80c52e;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  padding-right: 0;
}
#reviews-magazine .goodsDataOpinionList .goodsDataOpinionListDesc span {
  line-height: 26px;
  max-height: 100px;
}
#reviews-magazine .goodsDataOpinionListTableAnswer {
  display:none;
}
#reviews-magazine .goodsDataOpinionList .goodsDataOpinionListDesc label {
  display:none;
}
#reviews-magazine .goodsDataOpinionList {
  max-width: 100%;
}
#reviews-magazine .goodsDataOpinionList .goodsDataOpinionListDesc {
  background: none;
  padding: 0;
}
/* Блок формы и рейтинга */
.goodsDataOpinionRight {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 480px){
  .goodsDataOpinionRight {
    order: -1;
    margin-bottom: 20px;
  }
}
/* Отзывы */
.review-counter {width: 320px;margin:0 auto;margin-bottom: 30px;}
.review-counter .rewiew-grade {width: 220px;margin: 0 auto;display: flex;flex-direction: column;align-items: center;margin-bottom: 30px;}
.review-counter .rewiew-grade .rewiew-count .count {font-size: 30px;color: #fe8a01;font-weight: bold;}
.review-counter .rewiew-grade .rewiew-count span + span {margin-left: 5px;}
.review-counter .rewiew-grade .rating-box:before {width: 120px;height: 24px;line-height: 24px;font-size: 24px;}
.review-counter .rewiew-grade .rating-box .rating:before {width: 120px;height: 24px;line-height: 24px;font-size: 24px;}
.review-counter .grade-lines {width: 100%;padding: 0;}
.review-counter .grade-lines .grade-block {margin-bottom: 10px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.review-counter .grade-lines .grade-block:last-child {margin-bottom: 0;}
.review-counter .grade-lines .grade-block .grade-text {width: 90px;}
.review-counter .grade-lines .grade-block .grade-line {display: block;width: 200px;height: 10px;background: #f3f3f3;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.review-counter .grade-lines .grade-block .grade-line .grade-line-count {display: block;width: 0;max-width: 200px;height: 10px;background: #fe8a01;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.review-counter .grade-lines .grade-block .grade-count-number {padding-left: 15px;}
@media (max-width: 576px) {
  .review-counter .rewiew-grade {
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .review-counter .rewiew-grade .rating-box {
    margin: auto;
  }
  .review-counter .grade-lines {
    width: 100%;
    border-left: 0;
  }
}
/** Вы смотрели (корзина) **/
.viewed-goods {
  margin-top: 30px;
}
.viewed-goods .item {
  padding: 0;
  width: auto;
}
/** Вы смотрели **/
.viewed .title {font-size: 17px;font-weight: 700;}
.viewed.product .title {padding: 15px;background: #fafafa;font-family: 'Montserrat',Arial,sans-serif;}
.viewed .content {padding: 0 15px;}
.viewed .content .viewed-items {text-align: left;}
.viewed .owl-carousel .owl-stage {
  display: block;
}
.viewed .owl-carousel .owl-item {
  display: block;
}
.viewed .content .viewed-items .owl-item .item {max-width: 300px;overflow: hidden;}
.viewed .content .viewed-items .item-inner {position: relative;width: 100%;background-color: transparent;box-shadow: none;border: 0;border-radius: 0;margin-bottom: 10px;padding: 10px 0 6px;}
.viewed .content .viewed-items .product-image {float: left;width: 30%;padding: 2px;}
.viewed .content .viewed-items .product-image a {display: block;position: relative;width: 100%;min-height: 60px;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
.viewed .content .viewed-items .product-image a img {width: auto;max-width: 100%;margin: 0 auto;transition: opacity .3s;max-height: 67px;}
.viewed .content .viewed-items .product-info {position: relative;float: left;width: 70%;text-align: left;padding: 0 0 0 20px;background-color: transparent;}
.viewed .content .viewed-items .product-info .product-name {display: block;overflow: hidden;/* white-space: nowrap; *//* text-overflow: ellipsis; */height: 35px;font-family: inherit;font-size: 13px;margin: 0 0 3px;padding: 0;}
.viewed .content .viewed-items .product-info .product-name a {font-size: 14px;font-weight: 500;color: #21293c;text-transform: none;letter-spacing: normal;}
.viewed .content .viewed-items .product-info .product-name a:hover {color: #80c52e;}
.viewed .content .viewed-items .product-info .ratings {background: transparent;margin-bottom: 10px;}
.viewed .content .viewed-items .product-info .price-box {margin: 0;padding: 0;border: none;color: #444;}
.viewed .owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  display: flex;
}
.viewed .owl-carousel .owl-nav {
  top: -25px;
  right: -3px;
  transform: translateY(-7px);
}
.viewed .owl-carousel .owl-nav > button.owl-next {
  margin-left: 20px;
}
.viewed .owl-carousel .owl-nav > button {display: flex;}
.viewed .owl-carousel .owl-nav > button .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto;  
}
.viewed .owl-carousel .owl-nav > button:hover .icon {
  fill: #fe8a01;
}
.product-tabs .viewed .owl-carousel .owl-nav {top: -38px;right: -9px;}
.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: 991px) {
.viewed .content._active .owl-nav {top: -50px}
.viewed > .title {
  padding: 6px 20px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;  
}
.viewed > .title .fal {display: inline-block;vertical-align: middle}
.col-left .page-sidebar .viewed .content {width: 80%;position: fixed;right: -100%;top: 0;height: 100%;z-index: 50;background: #fff;padding: 15px;-webkit-transition: right .3s cubic-bezier(0,1,.63,1);transition: right .3s cubic-bezier(0,1,.63,1)}
.col-left .page-sidebar .viewed .content._active {right: 0}
.col-left .block.catalog .content .content-title {display: block;padding-bottom: 10px;font-size: 22px;font-family: 'Montserrat',Arial,sans-serif;border-bottom: 1px solid #edf1f4;margin-bottom: 15px;font-weight: 700}
}
/* С этим товаром смотрят, Сопутствующие товары */
.related + .related {padding-top: 40px;}
.related .products-grid.owl-carousel {
  /*margin: 0 -7.5px;*/
  margin: 0;
}
.related .products-grid.owl-carousel .item {
  padding: 0;
}
/*** Товары ***/
.toolbar {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #dbdfd7;
  background-color: #ffffff;
  margin-bottom: 20px;  
}
.toolbar .pages {display: none;}
.toolbar.bottom {margin: 0; margin-top: 20px;}
.toolbar.bottom .pages {display: block;border-left: 0;padding-left:15px;}
.toolbar.bottom .sort-by {display: none}
.toolbar .OrderFilterForm {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 {float: right;margin-left: 30px;}
.view-mode .view-mode-btn {display: flex;float: left;width: 40px;height: 40px;cursor: default;text-align: center;font-size: 14px;border: 1px solid #ccd8df;border-radius: 5px;border: 1px solid #80c52e;background-color: #ffffff;}
.view-mode a.view-mode-btn {cursor: pointer;}
.view-mode .view-mode-btn:last-child {margin-left: 15px;}
.view-mode .view-mode-btn.active {background-color: #fff}
.view-mode .view-mode-btn.active .icon{
  fill: #fe8a01;
}
.view-mode .view-mode-btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: auto;
}
.view-mode .view-mode-btn:not(.active):hover {background-color:#f6f8fa;}
@media (max-width: 1200px) and (min-width: 992px){
  .view-mode {
    margin-left: 0;
  }
}
.sort-by {float: left;background: transparent;}
.sort-by label, .show-by label {vertical-align: middle; margin-right: 10px; font-size: 16px;}
.sort-by select, .show-by select {height: 30px;line-height: 30px;margin: 0;padding: 0 9px;cursor: pointer;border: 1px solid #ccd8df;}
@media (min-width: 1024px){
  .sort-by select, .show-by select {
    display:none;
  }
}
.sort-by select {max-width: 300px;}
@media (max-width: 840px){
.sort-by label, .show-by label {display: none;}
}
@media (max-width: 480px){
  .sort-by .jq-selectbox {
    max-width: 100%;
    width: 100%;
  }
}
.show-by {float: right;background: transparent;margin-left: auto;}
.show-by select {max-width: 65px;}
@media (max-width: 768px){
  .show-by label {
    display: none!important;
  }  
}
@media (max-width: 480px){
  .show-by {
    margin-left: 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: 30px;height: 30px;margin-left: -1px;cursor: default;text-align: center;color: #758e9e;background-color: #f1f1f1;border: 1px solid #ccd8df;border-top-color: #c0cbd3;}
.pages li.current {background-color: #fff;}
.pages li:not(.current):hover {background-color: #f6f8fa;}
.pages li a, .pages li span {display: block;height: 100%;position: relative;font-size: 15px;line-height: 28px;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: #fe8a01;}
.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: 20px 0 0;}
.filters .title {display: block;position: relative;width:100%;padding: 5px 0;padding-right: 20px;text-align: left;margin-bottom: 5px;font-size: 16px;cursor: pointer;}
.filters > .title {
  text-align: center;
}
.filters .title:hover {color: #80c52e;}
.filters .title .filter-arrow {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-inner.crop {max-height: 300px;overflow: hidden;}
.filters-goods .filter-more {padding-top:10px;display: block;width: 100%;}
.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;display: none;;vertical-align: middle;min-width: 20px;height: 20px;padding: 0 4px;margin-left: 5px;font-size: 11px;line-height: 20px;text-align: center;border-radius: 10px;color: #5d7483;background-color:#f1f1f1}
.filters-goods .filter label {display: inline-block;margin-bottom: 3px;}
.filters-goods .filter select {height: 30px;border: 1px solid #dce4e9;padding: 0 5px;}
.filters-goods .filter select:focus {border: 1px solid #000;}
.filters .filters-goods-active {display:none;}
.filters .filters-goods-active #filters-reset {margin: 10px auto;display: block}
.filters .filters-goods-active .filter-inner .filter-item .counter {margin-top: -3px;}
.filters-goods-active,.filters-price {margin-bottom: 15px;}
#goods-filter-price-slider.noUi-target {height: 2px;margin: 15px 10px;background: #c1c1c1;box-shadow: none;border: 0;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle {background: #ffffff;top: -7px;width: 15px;height: 15px;cursor: pointer;outline: 0;border: 1px solid #80c52e;box-shadow: none;border-radius: 5px;}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-connect {background: #80c52e;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -15px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: 0;}
.filters-price .layout-slider {text-align: center;margin: 0 auto 10px;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 {max-width: 135px;height: 37px;display:inline-block;text-align: center;font-size:13px;line-height: 37px;padding: 0;padding-left:35px;padding-right: 15px;}
.filters-price .layout-slider .price-separator {margin: 0 7px;}
@media all and (max-width: 1199px) {
  .filters-price .layout-slider .input {max-width: 90px}
  .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-and-viewed {
    display: flex;
  }
  .filters-and-viewed._empty-filters .block.viewed {
    width: 100%;
  }
  .col-left .filters {display: inline-block;vertical-align: middle;padding-top: 0;width: 50%;margin-right: 15px;}
  .filters-price .layout-slider .input {max-width: 125px}
  .filters-price .layout-slider .price-separator {margin: 0 7px}
  .col-left .filters > .title {text-align: left;color: #fff;background-color: #fe8a01!important;border: none!important;border-radius: 5px!important;padding: 6px 20px;cursor: pointer;}
  .col-left .filters > .title .fal {display: inline-block;vertical-align: middle}
  .col-left .page-sidebar .filters .content {width: 80%;position: fixed;right: -100%;top: 0;height: 100%;z-index: 50;background: #fff;padding: 15px;-webkit-transition: right .3s cubic-bezier(0,1,.63,1);transition: right .3s cubic-bezier(0,1,.63,1)}
  #filters-form {overflow-x: auto;height: 100%;padding-right: 10px;padding-left: 10px;padding-bottom: 36px}
  .col-left .page-sidebar .filters .content._active {right: 0}
}
@media all and (max-width: 340px) {
  .filters-and-viewed {
    flex-wrap: wrap;
  }  
  .col-left .filters {
    width: 100%;
    margin-right: 0;
  }  
}
@media all and (max-width: 481px) {
 .filters-price .layout-slider .input {max-width: 90px}
  #goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: 0}
  #goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: -20px} 
}
/*** Баннер в категории ***/
.catalog-banner {
  border: 1px solid #dbdfd7;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
    margin-top: 30px;
}
.catalog-banner2 {
  border: 1px solid #dbdfd7;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
}
/*** Категории ***/
.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}
.categories._catalog {
  margin-right: -9px; 
}
.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: 0 0px 30px;margin-right: 9px;text-align: center;width: 180px;background: #fff;}
.categories .item .cat-image {border-bottom: 0;margin: 0;padding: 12px 10px;border: 1px solid #dbdfd7;border-top: 0;border-radius: 0 0 5px 5px;}
.categories .item .cat-image a {display: block;overflow: hidden}
.categories .item .cat-image a img {max-width: 100%;    max-height: 135px;}
.categories .item .cat-name {display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0;padding: 10px;background: 0 0;text-align: center;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-radius: 5px 5px 0 0;border: 1px solid #dbdfd7;border-bottom: 0;/* background-color: #f0f6e8; */height: 85px;padding: 0;line-height: 50px;}
.categories .item .cat-name a {display: block;margin: 14px;width: 100%;font-size: 14px;    line-height: 1.3;padding: 0 15px;}
.categories .item:hover .cat-name a {color: #80c52e}
@media(max-width: 991px){
  .categories._catalog {
    margin: 0 -4px;    
    margin-top: 20px;
  }
}
@media(max-width: 480px){
  .categories .item {
    width: 100%;
  }
}
/*** Подпишись ***/
.subscribe-block {
  margin-bottom: 80px;
  overflow: hidden;
}
@media(max-width: 1200px){
  .subscribe-block {
    margin-bottom: 60px;
  }  
}
.subscribe-block__wrapper {
  position: relative;
  display: flex;
  height: 200px; 
  padding: 45px 50px;
  background-image: linear-gradient(to bottom, #fea43b 0%, #feb865 100%);  
}
.subscribe-block__wrapper::before,
.subscribe-block__wrapper::after {
  content: '';
  position: absolute;
  background-size: cover;
}
.subscribe-block__wrapper::before {
  width: 205px;
  height: 205px;
  top: -95px;
  left: -120px;
  background-image: url('/design/d411768/wheat.png');
}
.subscribe-block__wrapper::after {  
  width: 307px;
  height: 210px;
  top: 25px;
  right: -87px;
  background-image: url('/design/d411768/send-message.png');
}
.subscribe-block__content-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.subscribe-block__content-text {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  margin: 0;
}
.subscribe-block__content {
  max-width: 360px;
  width: 100%;
}
.subscribe-block__input {
  max-width: 565px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
  padding: 0 20px;
}
.subscribe__button {
  margin-left: 30px;
}
.subscribe-block__form {
    margin-top: auto;
    margin-left: 5%;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}
.subscribe-block__form-error {
  width: 100%;
  max-width: 565px;
  position: absolute;
  top: 100%;  
}
.subscribe-block__form label.invalidInput {
  display: block;
  margin-bottom: 10px;
}
.subscribe-block__form-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;  
}
.subscribe-block__politics {
  margin: 0;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; 
}
@media(max-width: 1470px){  
  .subscribe-block__wrapper {
    height: auto;
    flex-direction: column;
  }
  .subscribe-block__content {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .subscribe-block__content-title {
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .subscribe-block__content-text {
    font-size: 18px;
  }
  .subscribe-block__form {
    margin-left: 0;
  }
  .subscribe-block__input {
    width: 100%;
    /*max-width: 100%;*/
    height: 50px;
  }
  .button.subscribe__button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .subscribe-block__politics {
    font-size: 12px;
  }
}
@media(max-width: 991px) {
  .subscribe-block__input {
    max-width: calc(100% - 225px);
  }
}
@media(max-width: 768px) {  
  .subscribe-block__wrapper {
    padding: 30px 15px;
  }
  .subscribe-block__content {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .subscribe-block__content-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .subscribe-block__content-text {
    font-size: 16px;
  }  
  .button.subscribe__button {
    margin-left: 15px;
  }
}
@media(max-width: 480px){
  .subscribe-block__wrapper::before, 
  .subscribe-block__wrapper::after {
    display: none;
  }
  .subscribe-block__content {
    flex-wrap: wrap;
  }
  .subscribe-block__content-title {
    font-size: 22px;
  }
  .subscribe-block__input {
    height: 45px;
  }
  .button.subscribe__button {
    width: 130px;    
    flex-shrink: 0;
    padding: 0;
    font-size: 14px;
    height: 45px;
  }
}
@media(max-width: 479px){
  .subscribe-block__form-content {
    flex-direction: column;
  }
  .subscribe-block__input {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .button.subscribe__button {
    width: 100%;
    margin: 0;
  }
}
/* Баннер деньги за отзыв */
.money-banner {
  margin-bottom: 80px;
}
.money-banner__title {
  color: #fe8a01;        
  font-size: 40px;
  font-weight: 700;  
  margin-bottom: 40px;
  text-align: center;      
}
.money-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.money-banner__image {
  max-width: 670px;
}
.money-banner__content._first {
  text-align: left;
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
.money-banner__content._last {
  text-align: right;
  max-width: 330px;
  width: 100%;        
  flex-shrink: 0;
}
.money-banner__content-title {
  display: block;
  text-align: center;
  color: #fe8a01;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;  
  margin-bottom: 20px;     
}
.money-banner__content-descr {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;      
}
.money-banner__content-btn {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0 !important;
}
.money-banner__content._last .money-banner__content-btn {
  margin-left: auto;
}
.money-banner-politics {
  text-align: center;
}
.money-banner-politics a:hover {text-decoration: none;}
.money-banner-politics a {
  text-decoration: underline;
}
@media(max-width: 1470px){
  .money-banner__title {
    font-size: 30px;
  }
  .money-banner__image {
    max-width: 375px;
  }
  .money-banner__content._first {
    max-width: 250px;
  }
  .money-banner__content._last {
    max-width: 250px;
  }
  .money-banner__content-title {
    font-size: 30px;
  }
  .money-banner__content-descr {
    font-size: 18px;
  }
  .money-banner__content-btn {
    max-width: 250px;
    font-size: 16px!important;
  }
}
@media(max-width: 768px){
  .money-banner__wrapper {
    justify-content: space-around;
  }
  .money-banner__title {
    font-size: 30px;
  }
  .money-banner__content-title {
    font-size: 30px;
  }
  .money-banner__content-descr {
    font-size: 16px;
  }
  .money-banner__image {
    display: none;
  }
}
@media(max-width: 640px){
  .money-banner__wrapper {
    flex-wrap: wrap;
  }
  .money-banner__content._first,
  .money-banner__content._last {
    width: 210px;
  }
  
  .money-banner__title {
    font-size: 24px;
  }
  .money-banner__content-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .money-banner__content-descr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .money-banner__content-btn {
    max-width: 210px;
    font-size: 14px!important;
  }
}
@media(max-width: 450px){
  .money-banner__content._first {
    margin-bottom: 30px;
  }
  .money-banner__content._first,
  .money-banner__content._last {
    width: 100%;
    max-width: 100%;
  }
  .money-banner__content-btn {
    max-width: 100%
  }  
}
/*** Категории ***/
.categories._index-page {
  display: block;
  margin-bottom: 40px
}
.categories-list__item {width: 100%;height: 100%;padding: 15px 10px;text-align: center;border-radius: 5px;border: 1px solid #dbdfd7;background-color: #ffffff;display: flex;flex-direction: column;}
.categories-list__item-link {display: block;border-radius: 50%;width: 100%;height: 250px;margin: 0;background: #fff;}
.categories-list__item-link img {max-width: 100%;max-height: 100%;width: auto!important;margin: auto;}
.categories-list__item-name {width: 100%;font-size: 18px;font-weight: 400;line-height: 22px;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.categories-list__item-name:hover {
  color: #fe8a01;
}
@media all and (max-width: 1199px){
  .categories-list__item {padding: 20px 30px}
  .categories-list__item-link {max-width: 100%;max-height: 200px}
  .categories-list__item-name {font-size: 16px}
}
@media all and (max-width: 991px){
  .categories._index-page {margin-bottom: 30px}
  .categories-list__item {padding: 10px 25px}
  .categories-list__item-link {max-width: 100%;max-height: 200px}
}
@media all and (max-width: 480px){
  .categories-list__item {height: 270px;padding: 12px 25px}
  .categories-list__item-name {font-size: 14px}
}
@media all and (max-width: 320px){
  .categories-list__item {height: 280px;}  
  .categories-list__item-name {align-items: flex-end;}
}
/*** Левая часть ***/
.col-left {
  max-width: 270px;
  width: 100%;
}
.col-left .page-sidebar {z-index: 1;height: 100%;padding: 0px;}
.col-left .block {margin-bottom: 30px;}
.col-left .block:last-child {margin-bottom: 0;}
.col-left .block > .title {margin: 0;font-size: 16px;font-weight: 700;line-height: 1.2;border-radius: 5px 5px 0 0;border: 1px solid #dbdfd7;background-color: #f0f6e8;height: 50px;padding: 0 15px;line-height: 50px;}
.col-left .block > .title a:hover {color: #80c52e;}
.col-left .block > .title a > .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto;
  margin-right: 10px;
  margin-left: 0;
}
.col-left .block > .title > a {
  display: flex;
  align-items: center;
}
@media all and (max-width:991px){
  .col-left .block > .title {
    border-radius: 5px;
  }
  .col-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .col-left .page-sidebar {padding-bottom: 0;border-right: 0;}
}
/*** Правая часть ***/
.col-right {
  width: calc(100% - 270px);
  padding-left: 15px;
}
.page-content {padding: 0px;}
.page-content.no-padding {padding: 0;}
.page-content.no-padding #page-title {padding: 15px 15px 0;}
@media all and (max-width:991px){
  .col-right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
/*** Слайдер каталог ***/
#slideshow-catalog {
  margin-bottom: 20px;  
}
#slideshow-catalog .owl-dots {display: inline-block;position: absolute;top: auto;bottom: 15px;right: 10px;left: auto;width: auto;text-align: center;padding: 2px 2px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: rgba(42,48,52,.5);opacity:0;}
#slideshow-catalog .owl-dots:not(.disabled) {opacity:1;}
#slideshow-catalog .owl-dots .owl-dot {display: inline-block;zoom: 1;}
#slideshow-catalog .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px;}
#slideshow-catalog .owl-dots .owl-dot.active span, #slideshow-catalog .owl-dots .owl-dot:hover span {background: #fe8a01;}
@media all and (min-width: 1200px) {
  #slideshow-catalog {min-height: 100px;}
}
@media(max-width: 1199px){
  #slideshow-catalog {
    margin-top: 20px;
  }
}
/** Каталог **/
.col-left .block .content {padding: 0 15px;overflow: hidden;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border: 1px solid #dbdfd7;border-top: 0;}
.col-left .block .content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.col-left .block .content ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.block.catalog .parent:not(.active) a + .sub {
  display:none;
}
.col-left .block.catalog .content ul li {position: relative;}
.col-left .block.catalog .content ul li {
  margin-bottom: 15px;
}
.col-left .block.catalog .content ul li:last-child {margin-bottom: 0;}
.col-left .block.catalog .content ul li a {display: block;position: relative;text-transform: none;font-size: 16px;color: #21293c;padding-right: 0;}
.col-left .block.catalog .content ul li a.active, .col-left .block.catalog .content ul li a:hover {color: #80c52e;}
.col-left .block.catalog .content ul li a.active {font-weight: bold;}
.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.parent > a {
  padding-right: 20px;
}
.col-left .block.catalog .content ul li.parent > a.active {
  margin-bottom: 20px;
}
.col-left .block.catalog .content ul li.parent > .sub {
  margin-top: 20px;
}
.col-left .block.catalog .content ul._not-full > li:not(.active) {
  display: none;
}
.col-left .block.catalog .content ul._not-full li .open-sub {
  display: none;
}
.col-left .block.catalog .content ul._not-full li.parent > a {
  padding-right: 0;
}
.col-left .block.catalog .content ul li .open-sub {display: block;position: absolute;right: 0;top: 0;padding: 2px;background: #fff;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: #80c52e;}
.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: 20px;}
.col-left .block.catalog .content ul li ul li a {
  font-size: 14px;
}
.col-left .block.catalog .content ul li .count {display: inline-block;vertical-align: middle;min-width: 20px;height: 20px;padding: 0 4px;margin-left: 5px;font-size: 11px;line-height: 20px;text-align: center;border-radius: 10px;color: #5d7483;background-color: #f1f1f1}
.col-left .block.catalog .content ul li .count {
  display: none;
}
@media (max-width: 991px){
  .col-left .block.catalog .title {
    border-radius: 5px;    
  }
  .col-left .block.catalog .content {
    display: none;
  }
}
/** Вы смотрели **/
.col-left .block.viewed .content {max-height: 314px;overflow: visible;padding: 0 15px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border: 1px solid #dbdfd7;border-top: 0;}
@media(max-width: 991px){
  .col-left .block.viewed {
    display: inline-block;
    vertical-align: middle;    
    width: 50%
  }
}
@media(max-width: 340px){
  .col-left .block.viewed {
    width: 100%;
  }
}
/** Меню **/
.col-left .block.user-menu .content ul li a.active {font-weight: bold;}
.col-left .block.user-menu .content ul li a {
  line-height: 33px;
}
@media (max-width: 991px){
  .col-left .block.user-menu .title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/*** Быстрый просмотр ***/
.fancybox-content {max-width: 900px;padding: 0px;}
.fancybox-content .product-neighbor {
  display: none;
}
.fancybox-content .ico-sale._goods {
  display: none;
}
.fancybox-content .notice {padding: 20px 30px;}
.fancybox-content .formfast {padding: 0px 30px 30px 30px;}
.fancybox-content .product-tabs {display: none;}
.fancybox-content.product-view .add-to-cart {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.fancybox-content.product-view .add-to-links {
  display: none;
}
.fancybox-content.product-view .product-img-box {display: none;}
.fancybox-content.product-view .product-shop {width: 100%;padding: 30px;margin: 0;}
.fancybox-content.product-view .price-box {
  padding: 15px;
}
.fancybox-content.product-view .price-box .old-price {
  margin-top: 3px;
}
.fancybox-content.product-view .additional {display: none;}
.fancybox-content.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsValue {display: none;}
.fancybox-content.product-view .goodsDataMainModificationsBlock label {display: block;margin-bottom: 15px;}
.fancybox-content.product-view .goodsDataMainModificationsBlock select {display: block;max-width: 100%;}
.fancybox-content.product-view .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {margin-bottom: 15px;}
.fancybox-content.product-view .goodsDataMainDiscountBlock {
  display: none;
}
.fancybox-content.product-view .ratings {
  display: none;
}
.fancybox-content.product-view .description {
  display: none;
}
.modal {padding: 30px 30px 15px;}
.modal h2 {font-weight: normal;text-transform: none;}
.modal h4 {font-weight: normal;text-transform: none;margin-bottom: 10px;}
.fancybox-content.DescriptionBlock {padding: 30px;}
.fancybox-content.DescriptionBlock .block-title {display: block;}
.fancybox-content.product-view {max-width: 460px;}
.fancybox-content.product-view .goodsDataMainDiscountBlock .title {width: 100%;text-align: center;margin-bottom: 10px;}
.fancybox-content.product-view .goodsDataMainDiscountBlock .content {width: 100%;text-align: center;}  
.fancybox-content.product-view.product-view .goods-callback {
  display: none;
}
.fancybox-content.product-view.product-view .jq-selectbox {
  width: 100%;
}
/*** Выбор модификации при добавлении в корзину ***/
.fancybox-inner .product-view.modification .product-shop {margin: 0;}
.fancybox-inner .product-view.modification .product-shop > div {display: none;}
.fancybox-inner .product-view.modification .product-shop .price-box {display: block;border: 0;}
.fancybox-inner .product-view.modification .product-shop .product-name {display: block;margin-bottom: 15px;}
.fancybox-inner .product-view.modification .product-shop .goodsDataMainModificationsValues {display: none;}
.fancybox-inner .product-view.modification .product-shop .goodsDataMainModificationsBlock {padding: 0;}
.fancybox-inner .product-view.modification .product-shop .goodsDataMainModificationsBlockProperty select {display: block;}
.fancybox-inner .product-view.modification .product-shop .add-to-box {padding: 0px 0 0 0;margin: 0px 0 0 0;border: 0;text-align: center;}
.fancybox-inner .product-view.modification .product-shop .add-to-box .qty-wrap {margin: 0 0 15px 0;}
.fancybox-inner .product-view.modification .product-shop .add-to-box .add-to-cart .button {width: 100%;margin: 0;}
.fancybox-inner .product-view.modification .product-shop .add-to-box .add-to-cart .more {display: none;}
.fancybox-inner .product-view.modification .product-shop .add-to-box .add-to-cart .quick {display: none !important;}
.fancybox-inner .product-view.modification .product-shop .goodsDataMainModificationArtNumber {display: none !important;}
.fancybox-inner .product-view.modification .product-img-box {display: none;}
.fancybox-inner .product-view.modification .product-shop {display: none;}
.fancybox-inner .product-view.modification .product-order .more{display: none;}
.fancybox-inner .product-view.modification .product-shop .add-to-box .add-to-cart .empty.active {display: block;}
/** Товар с модификациями **/
.products-container .item._with-mod .actions .qty-wrap{display:none;}
/*** Ajax Добавление товара в корзину ***/
#cart-layer {width: 400px;padding: 0;}
#cart-layer > .title {display: block;    border-radius: 0;  margin: 0;padding: 30px;text-align: center;border-bottom: 1px solid #cecece;}
#cart-layer .cart-ajax .cart-product {padding: 30px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
#cart-layer .cart-ajax .cart-product .cart-product-image {width: 45%;}
#cart-layer .cart-ajax .cart-product .cart-product-image img {
  max-width: 100%;
}
#cart-layer .cart-ajax .cart-product .cart-product-info {width: 55%;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-name {font-size: 15px;margin-bottom: 5px;max-height: 40px;overflow: hidden;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-desc {font-size: 13px;margin-bottom: 5px;max-height: 50px;overflow: hidden;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-mod {font-size: 12px;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-quantity {margin-top: 10px;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-quantity span {margin-right: 5px;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-quantity strong {color: #fe8a01;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-price {margin-top: 5px;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-price span {margin-right: 5px;}
#cart-layer .cart-ajax .cart-product .cart-product-info .product-price strong {color: #fe8a01;}
#cart-layer .cart-ajax .buttons {padding: 30px;background: #f3f3f3;border-top: 1px solid #cecece;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
#cart-layer .cart-ajax .buttons .total {width: 100%;margin-bottom: 30px;text-align: center;font-size: 20px;}
#cart-layer .cart-ajax .buttons .total strong {margin: 0 6px;color: #fe8a01;}
@media all and (max-width: 481px) {
#cart-layer {width: 300px;}
#cart-layer > .title, #cart-layer .cart-ajax .cart-product, #cart-layer .cart-ajax .buttons {padding: 15px;}
#cart-layer .cart-ajax .buttons .button {padding: 0 20px;}
#cart-layer .cart-ajax .buttons .total {margin-bottom: 15px;}
#cart-layer .cart-ajax .cart-product .cart-product-image {width: 40%;}
#cart-layer .cart-ajax .cart-product .cart-product-image img {max-width: 100px;max-height: 100px;}
#cart-layer .cart-ajax .cart-product .cart-product-info {width: 60%;}
}
/*** Быстрый заказ ***/
.quickform-fast__form {
  max-width: 500px;
  padding: 25px 20px;
  overflow-x: hidden;
  text-align: center;  
}
.quickform-fast__form .title {
  margin-bottom: 10px;
}
.quickform-fast__form .buttons .pp {
  margin-top: 10px;
}
.quickformfast {
  max-width: 500px;
  padding: 25px 20px;
  overflow-x: hidden;
  text-align: center;  
}
.quickform-fast-fancy {
      z-index: 1980;
}
.quickformfast .success, .quickformfast .warning {margin-bottom: 20px;}
.quickformfast .form-list {margin-bottom: 0;}
.quickformfast .couponBlock .coupon_clear,
.quickformfast .couponBlockSale,
.quickformfast .coupon-btn {display: none}
/* #OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;width: 50%;margin-left: auto;} */
.formfast {text-align: center;padding: 0 !important;}
.formfast .title {display: block;position: relative;overflow: hidden;padding: 0;text-align: left;}
.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: 150px;}
.formfast .form-list .fields.small.first {margin-right: 45px;}
.formfast .contactWantRegister {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;  
}
.formfast .contactWantRegister span {
}
.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;}
.formfast .input-box select.input {
  max-width: 100%;
}
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 11px 15px}
.formfast .button {
  display:block;
  margin: 0 auto;
  height: 50px;
  max-width: max-content;
  width: 100%;
  font-size: 16px;
}
.formfast .closeOrder:hover {
  color: #0f1c00;
}
.formfast .closeOrder {
  display:block!important;
  height: 30px;
  margin: 0 auto;  
  margin-top: 15px;
  color: #b1b8aa;  
  font-size: 14px;
}
.formfast .button._disabled {
    pointer-events: none;
    opacity: .3;
}
.formfast .button .fal {
    margin-right: 10px;
}
.deliveryConvenientDate .input {display: inline-block;width: 150px;    margin: 0 10px;}
.adress, .customer, .delivery, .payment {margin-bottom: 40px;}
.comment {
  float: left;
  width: 100%;
  margin-bottom:0;
  text-align: left;
}
.comment._active {
  margin-bottom: 40px;
}
.comment .title:hover {
  color: #fe8a01;
  border-color: #fe8a01;
}
.comment .title {
  user-select: none;
  cursor: pointer;
  border-bottom: 2px dotted #000;
  display: inline-block;
}
.account .contactWantRegister,
.delivery .manufacturer-list,
.payment .quick_order_payment,
.coupons .couponBlock{max-width: 100%; margin-left: auto;margin-right: auto;}
.formfast select.input {
  max-width: 100%;
}
.adress .deliveryConvenientDate .input {width: 75px;padding: 10px 5px;}
.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 > div {margin-top: 15px;}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {
 margin: 15px auto 0;
 padding: 0px;
 overflow: hidden;
 text-align: left; 
}
.currentPaymentDesc {display: block !important;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px; margin-top: 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: 10px;font-size: 18px;font-weight: bold;}
.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%;}
.formfast-cart {display: none;}
.formfast-cart > .title {display: block;position: relative;overflow: hidden;margin: 30px 0 35px 0;padding: 0 5px 5px;border-bottom: 1px solid #dce4e9;text-align: center;}
.formfast-cart .cart-products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.formfast-cart .cart-products-list .item {border-bottom: 1px solid #dce4e9;margin-bottom: 15px;padding-bottom: 15px;}
.formfast-cart .cart-products-list .item .product-image {display: inline-block;width: 25%;text-align: center;vertical-align: top;margin-right: 3%;}
.formfast-cart .cart-products-list .item .product-image img {width: auto;max-width: 100%;max-height: 80px;}
.formfast-cart .cart-products-list .item .product-details {display: inline-block;width: 70%;}
.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;}
.formfast-cart .cart-products-list .item .product-details .product-name {display: block;margin-bottom: 5px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.formfast-cart .cart-products-list .item .product-details .product-price .price {font-size: 18px;}
.formfast-cart .subtotal {margin-bottom: 20px;}
.formfast-cart .subtotal > div {padding: 5px;line-height: 25px;display: flex;align-items: center;}
.formfast-cart .subtotal > div .label {text-transform: uppercase;vertical-align: middle;line-height: 1.2;}
.formfast-cart .subtotal .price {float: right;font-size: 18px;min-width: 125px;flex-grow: 1;text-align: right;}
.formfast-cart .subtotal .price:after {font-size: 11px;}
.formfast-cart .buttons {margin-bottom: 20px;text-align: center;}
/** Быстрый заказ **/
.formfast .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
.formfast .account {
  margin-bottom: 40px;
}
.formfast .account .title {margin-top: 0;}
.formfast .adress .form-list .fields {display: flex;flex-wrap: wrap;}
.formfast .adress .form-list .fields .field {width: 100%;margin-right: 0;margin-left: 0px;}
.formfast .adress .form-list .fields .field:first-child {margin-left: 0;}
.formfast .adress .form-list .fields .field:last-child {
  margin-top: 15px;
}
.formfast .adress .form-list .fields .field > div {width: 100%;}
.formfast .adress #quickDeliveryAddress,
.formfast  #quickDeliveryComment {
  height: 160px;
  white-space: normal;
  max-width: 100%;
}
.formfast .delivery .manufacturer-list .zoneSelect {margin-top: 15px;}
.formfast .delivery .manufacturer-list .currentDeliveryDesc {margin-top: 15px;}
.formfast .delivery .manufacturer-list .orderStageDeliveryZonePrice {color:#80c52e;font-size: 16px;font-weight: bold;margin-left: 5px;}
.formfast .delivery .manufacturer-list .currentDeliveryDescription {margin-top: 10px;    line-height: 1.5;}
.formfast .buttons {
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.formfast .buttons .pp {font-size: 11px;margin-top: 10px;}
.formfast .inputText {max-width: 100%;}
.coupons {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-top: 20px;
}
@media(max-width: 767px){
  .coupons {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.coupons .couponBlock {position: relative;}
.coupons .couponBlock .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  padding: 0;
  z-index: 1;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 0 ;
  border-bottom-left-radius: 0  
}
.coupons .couponBlock .button i {font-size: 18px;vertical-align: middle;}
.coupons .couponBlock .reset {opacity: 0;filter: alpha(opacity=0);position: absolute;top: 0;z-index: 1;right: 115px;font-size: 18px;cursor: pointer;height: 100%;display: flex;}
.coupons .couponBlock .reset .icon {
  width: 15px;
  height: 15px;
  margin: auto;
}
.coupons .couponBlock .reset.active {opacity: 1;filter: alpha(opacity=100);}
.coupons .couponBlock .reset:hover {color: #6bac1e;}
.coupons .couponBlock.error input::placeholder {color: red;}
.coupons .couponBlock.error .button {background-color: red;border-color: red;}
.contactWantRegister input {vertical-align: middle;cursor: pointer;}
.contactWantRegister.active {margin-bottom: 10px;}
/*** Корзина ***/
.cart_items.active .cartForm {width: calc(100% - 515px);padding-right: 30px;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-o-transition: transform width 0.3s;-ms-transition: transform width 0.3s;transition: transform width 0.3s;}
@media(max-width: 1205px){
  .cart_items.active .cartForm {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.cart_items.active #globalOrder {display:block;width: 515px;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-o-transition: transform width 0.3s;-ms-transition: transform width 0.3s;transition: transform width 0.3s;}
@media(max-width: 1205px){
  .cart_items.active #globalOrder {
    width: 100%;
  }
}
.cart_items .cartForm {width: 100%;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-o-transition: transform width 0.3s;-ms-transition: transform width 0.3s;transition: transform width 0.3s;}
.cart_items #globalOrder {
  display: none;
  width: 0;
  border: 0;
  /*overflow: hidden;*/
-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-o-transition: transform width 0.3s;-ms-transition: transform width 0.3s;transition: transform width 0.3s;}
.cartTable .actions {width: 100%;margin: 30px 0 0 0;}
.cartTable .actions .buttons {display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}
.cartTable .actions .buttons .button {
  height: 45px;
  line-height: 45px;
}
.closeOrder {display: none;}
.cart #page-title {margin-bottom: 15px;}
.cart_items {position: relative;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.cart_items .cartForm.hide {display: none;}
.cartTable {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.cartTable .inputText:disabled {background-color: #fafafa;cursor: not-allowed;}
.cartTable .cartList {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-direction: column;flex-direction: column;}
.cartTable .cartList .items {width: 100%;margin: 0 0 15px 0;padding: 0 0 15px 0;border-bottom: 1px solid #dbdfd7;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;}
.cartTable .cartList .items:first-child {padding-top: 15px;border-top: 1px solid #dbdfd7;}
.cartTable .cartList .items:last-child {margin-bottom: 0;}
.cartTable .cartList .items > div {text-align: center;}
.cartTable .cartList .items .image {width: 150px;}
.cartTable .cartList .items .image a {display: inline-block;line-height: 146px;}
.cartTable .cartList .items .image img {max-width: 100%;}
.cartTable .cartList .items .content {width: calc(100% - 150px);display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;justify-content: space-between;}
.cartTable .cartList .items .name {width: 50%;;padding: 0 15px;text-align: left;font-size: 16px;}
.cartTable .cartList .items .name a {display: block;max-height: 40px;overflow: hidden;margin-bottom: 15px;font-size: 16px;font-weight: 500;text-transform: none;}
.cartTable .cartList .items .name .label {color: #b1b8aa;margin-right: 5px;font-size: 14px;}
.cartTable .cartList .items .name .properties {display: block;text-overflow: ellipsis;overflow: hidden;}
.cartTable .cartList .items .name .art {
  font-size: 14px;
  margin-top: 5px;  
}
.cartTable .cartList .items .cart-price {position: relative;text-align: right;}
.cartTable .cartList .items .closetd .remove {font-size: 20px;}
.cartTable .cartList .items .cart-qty {position: relative;text-align: left;}
.cartTable .cartList .items .cart-qty .wrap-qty {position: relative;max-width: 120px;margin: 0;border: 1px solid #cecece;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.cartTable .cartList .items .cart-qty .wrap-qty a {display: inline-block;position: relative;vertical-align: middle;top: 0;width: 30px;height: 30px;line-height: 30px;text-align: center;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.cartTable .cartList .items .cart-qty .wrap-qty a span {display: inline-block;position: relative;width: 12px;height: 12px;vertical-align: unset;}
.cartTable .cartList .items .cart-qty .wrap-qty a span:after, .cartTable .cartList .items .cart-qty .wrap-qty a span:before {content: "";display: inline-block;position: absolute;background-color: #cecece;}
.cartTable .cartList .items .cart-qty .wrap-qty a:hover span:before, .cartTable .cartList .items .cart-qty .wrap-qty a:hover span:after {background-color: #fe8a01;}
.cartTable .cartList .items .cart-qty .qty-minus {left: 0;border-right: 1px solid #cecece;}
.cartTable .cartList .items .cart-qty .qty-plus {right: 0;border-left: 1px solid #cecece;}
.cartTable .cartList .items .cart-qty .qty-minus span:after {width: 12px;height: 2px;top: 6px;right: 0px;}
.cartTable .cartList .items .cart-qty .qty-plus span:after {width: 12px;height: 2px;top: 6px;right: 0px;}
.cartTable .cartList .items .cart-qty .qty-plus span:before {width: 2px;height: 12px;top: 1px;right: 5px;}
.cartTable .cartList .items .cart-qty input {display: inline-block;vertical-align: middle;width: 40px;height: 30px;line-height: 30px;padding: 0px;border: 0;color: #000000;background-color: #ffffff;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.cartTable .cartList .items .cart-qty input[type="number"] {-moz-appearance:textfield;}
.cartTable .cartList .items .cart-qty input::-webkit-outer-spin-button, .cartTable .cartList .items .cart-qty input::-webkit-inner-spin-button {-webkit-appearance: none;}
.cartTable.disable .cartList .items .cart-qty .wrap-qty:before {content: "";display: block;width: 100%;height: 100%;position: absolute;z-index: 2;}
.cartTable.disable .cartList .items .cart-qty .wrap-qty a {background-color: #fafafa;cursor: not-allowed;}
.cartTable.disable .cartList .items .closetd {display: none;}
.cartTable .cartFoot {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.cartTable .cartFoot .buttons a {font-size: 16px;color: #6bac1e;}
.cartTable .cartFoot .buttons a:hover span {text-decoration: underline;}
.cartTable .cartFoot .buttons a i {font-size: 18px;color: #6bac1e;margin-right: 5px;vertical-align: middle;}
.cartTable .cartFoot .buttons a span {vertical-align: middle;}
.cartTable .cartFoot .buttons a.back .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 14px;
  fill: #80c52e;
}
.cartTable .cartFoot .total {
  width: 420px;
  padding: 20px;
  background: #f3f3f3;
  border-radius: 0 0 3px 3px;
  border: 1px solid #dbdfd7;
  border-top: 0;
  background-color: #f0f6e8;  
}
@media(max-width: 481px){
  .cartTable .cartFoot .total {
    width: 100%;
  }
}
.cartTable .cartFoot .total > div {display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}
.cartTable .cartFoot .total .TotalSum {color: #6bac1e;}
.cartTable .cartFoot .total .TotalSum .price {font-size: 18px;font-weight: bold;    color: #80c52e;}
.cartTable .cartFoot .total .TotalSum .old-total-sum {
  margin-right: 10px;
  margin-left: auto;
  color: #0f1c00;
  font-size: 13px;
  text-decoration: line-through;
}
.cartTable .cartFoot .total .TotalDelivery {margin-bottom: 10px;}
.cartTable .cartFoot .total .discounttr {margin-bottom: 10px;}
.cartTable .cartFoot .total .price {font-size: 16px;font-weight: normal;}
#globalOrder {width: 360px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
#globalOrder > .title {display: -ms-flexbox;display: -webkit-flex;display: flex;border: 1px solid #dbdfd7;border-bottom: 0;border-top-left-radius: 5px;border-top-right-radius: 5px;overflow: hidden;}
#globalOrder > .title > div {width: 100%;font-size: 16px;text-align: center;padding: 15px 0;background: #f3f3f3;cursor: pointer;border-bottom: 1px solid #dbdfd7;background-color: #f0f6e8;    user-select: none;}
#globalOrder > .title > div.active {background: #ffffff;border-bottom: 0;pointer-events:none}
#globalOrder > .title > div + div {border-left: 1px solid #dbdfd7;}
#globalOrder > .title > .startOrderQuick {display:none;}
#globalOrder .content {position: relative;padding: 15px;min-height: 355px;border: 1px solid #dbdfd7;border-top: 0;}
@media all and (min-width: 1200px) {
#globalOrder .content,#globalOrder > .title {
border-color:#fe8a01;
border-width:3px;
}
}
#OrderAjaxBlockQuick .adress:not(.hasRequired), #OrderAjaxBlockQuick .delivery, #OrderAjaxBlockQuick .payment, #OrderAjaxBlockQuick .coupons {display: none;}
#OrderAjaxBlockQuick .adress.hasRequired {margin-top: 30px;}
#OrderAjaxBlockQuick .adress.hasRequired .form-list .fields, #OrderAjaxBlockQuick .adress.hasRequired .form-list .field {display: none;}
#OrderAjaxBlockQuick .adress.hasRequired .form-list .fields.required, #OrderAjaxBlockQuick .adress.hasRequired .form-list .field.required {display: flex;}
#OrderAjaxBlockQuick .title {font-size: 16px;text-transform: none;margin: 0px 0 10px 0;}
#OrderAjaxBlockQuick .callbackForm .callback-input {margin-bottom: 15px;}
#OrderAjaxBlockQuick .callbackForm .callback-input input, #OrderAjaxBlockQuick .callbackForm .callback-input textarea {max-width: 100%;}
#OrderAjaxBlockQuick .callbackForm .pp {margin-top: 10px;font-size: 11px;text-align: center;}
#OrderAjaxBlockQuick .callbackForm .buttons {text-align: center;}
@media all and (max-width: 991px) {
  .cartTable .cartList .items {-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
  .cartTable .cartList .items .image {width: 30%;padding: 0;}
  .cartTable .cartList .items .content {width: 70%;padding-left: 15px;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
  .cartTable .cartList .items .name {width: 100%;margin-bottom: 0px;padding: 0;}
  .cartTable .cartList .items .cart-qty {width: 100%;margin: 15px 0;}
  .cartTable .cartList .items .cart-qty .wrap-qty {display: inline-block;margin: 0 30px 0 0;}
  .cartTable .cartList .items .cart-qty .price {display: inline-block;margin: 0;}
  .cartTable .cartList .items .cart-price .price-box {order: 1;margin: 0 30px 0 0;}
}
@media all and (max-width: 767px) {
  .cartTable .cartFoot {
    display: flex;
    flex-direction: column;
  }
  .cartTable .cartFoot .buttons {
    order: 2;
    margin-top: 15px;
  }
}
@media all and (max-width: 481px) {
  .cartTable .actions .buttons a span {display: none;}
}
/*** Личный кабинет (Страницы) ***/
@media all and (max-width: 991px) {
  .account {
    padding-top: 20px;
  }
}
.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;}
.col-account .buttons p {margin-bottom: 0px;}
.account .form-list .fields label:not(.error) {display: block;}
.form-list .fields {width: 100%;position: relative;margin: 0 0 15px 0;}
.form-list .fields label {display: none;margin: 3px 0;}
.form-list .fields .input-box {position: relative;}
.form-list .fields input, .form-list .fields textarea {width: 100%;max-width: 100%;}
.form-list .fields > div {margin-right: 15px;}
.form-list .fields > div:last-child {margin-right: 0;}
.form-list .fields .first {flex: 1 1 40%;}
.form-list .fields .second {flex: 1 1 25%;}
.form-list .fields .third {flex: 1 1 25%;}
.form-list .file {margin-bottom: 15px;}
.form-list .file label {display: block;margin-bottom: 5px;}
.clientForm .pp {margin-bottom: 10px;}
.account .form-list .fields .inputText, .adress .form-list .fields .inputText, .adress .form-list .fields textarea {max-width: 100%;}
/*** Личный кабинет (Избранное) ***/
.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: #80c52e;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
.block-contact-phones {
  display: flex;
}
.block-contact-phones [itemprop="telephone"]:last-child {
  margin-left: 45px;
}
@media (max-width: 576px) {
  .block-contact-phones {
    flex-direction: column;
  }
  .block-contact-phones [itemprop="telephone"]:last-child {
    margin-left: 0px;
    margin-top: 12px;
  }  
}
/** Платежные системы на странице просмотра заказа **/
.order-info {
  margin-bottom: 80px;
}
.order-info tr.hide {
  display: none;
}
@media(max-width: 1199px){
  .order-info {
    margin-bottom: 60px;
  }
}
@media(max-width: 768px){
  .order-info {
    font-size: 16px;
  }
}
@media(max-width: 480px){
  .order-info {
    margin-bottom: 50px;
  }
}
@media(max-width: 320px){
  .order-info {    
    font-size: 14px;
  }
}
.order-info .title {margin-bottom: 10px;}
.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;}
.order-info .paymentFormTable {
  width: 100%;
  max-width: 455px;
  margin: auto;
}
.order-info .paymentFormTbody .tr1 {
  display: none;
}
.order-info .paymentFormTbody td {
  padding: 0;
}
.order-info__success {
  color: #fe8a01;
  font-weight: 700;  
  font-size: 24px;
  margin-bottom: 30px;
}
@media(max-width: 768px){
  .order-info__success {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media(max-width: 479px){
  .order-info__success {
    font-size: 14px;
  }
}
.order-info__title {
  padding: 0;
  padding-left: 30px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dbdfd7;
  background-color: #f0f6e8;
  text-align: left;  
}
@media(max-width: 768px){
  .order-info__title {
    font-size: 16px;
    padding-left: 15px;
  }
}
@media(max-width: 479px){
  .order-info__title {
    font-size: 14px;
  }
}
.order-info__title._center {
  text-align: center;
}
.order-info .order-info__wrapper {
  display: flex;
}
@media(max-width: 1199px){
  .order-info .order-info__wrapper {
    flex-wrap: wrap;
  }
}
.info-table-block {
  max-width: 515px;
  width: 100%;
  margin-right: 30px;
}
@media(max-width: 1199px){
  .info-table-block {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
/*  */
.order-table-block {
  flex-grow: 1;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
}
.order-table .good-image-td {
  padding-right: 15px;
  text-align: center;
}
.order-table .good-price-total-td .cart-price {
  color: #0f1c00;
  font-size: 18px;
  font-weight: 700;
}
.order-lines-row {
  border: 1px solid #dbdfd7;
  border-bottom: 0;
}
.order-lines-row:first-child {
  border-top: 0;
}
.order-lines-row td {
  padding: 30px;
  padding-bottom: 20px;  
}
.order-lines-row .good-measure {
  display: inline-block;
  vertical-align: middle;
}
.order-lines-row .good-price-td{
  padding: 30px 0;
  font-size: 14px;
  padding-top: 50px;
  vertical-align: top;
}
.order-table .good-price-total-td {
  padding-top: 50px;
  vertical-align: top;
  text-align: right;
}
.order-lines-row .good-price {
  display: inline-block;
  vertical-align: middle;
}
.order-lines-row .good-name-td {
  max-width: 300px;
  padding: 0;
  padding-top: 30px;
  vertical-align: top;
}
.order-table tfoot {
  border: 1px solid #dbdfd7;  
}
.order-table tfoot td {
  padding: 30px;  
}
.order-table tfoot td:last-child {
  text-align: right;
}
.order-table .order-table-delivery td{
  padding-bottom: 0;
}
.order-table-total-price {
  color: #80c52e;
}
.order-table-total-price .price {
  color: #80c52e;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;  
}
/* Таблица Ваш заказ */
.order-table__row {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-items: center;
  border: 1px solid #dbdfd7;
  border-bottom: 0;
  padding: 30px 30px 20px;
}
.order-table__row:first-child {
  border-top: 0;
}
.order-table__image {
  margin-right: 15px;
}
.order-table__name {
  flex-grow: 1;
  max-width: 300px;
}
.order-table__good-price {
  display: flex;
  margin: 0 auto;
  
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.order-table__good-price .good-measure {
  margin-right: 5px;
}
.order-table__good-total-price {
  
  white-space: nowrap;
}
.order-table__footer {
  padding: 30px;
  border: 1px solid #dbdfd7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.order-table__footer-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.order-table__footer-row:last-child {
  margin-bottom: 0;
}
.order-table__footer-name {
  width: 66.5%;
  text-align: right;
}
.order-table__footer-value {
  width: 33.5%;
  text-align: right;
}
.order-table-total-sum {
  color: #fe8a01;
}
.order-table-total-sum .price {
  color: #fe8a01;
  white-space: nowrap;
}
@media(max-width: 768px) {
  .order-table__row {
    padding: 15px;
  }
  .order-table__footer {
    padding: 30px 15px;
  }
}
@media(max-width: 480px) {
  .order-table__row {
    padding-left: 120px;
    min-height: 120px;
    flex-direction: column;
  }
  .order-table__good-price {
    margin: 0;
    padding-left: 0;
  }
  .order-table__image {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .order-table__good-total-price {
    padding-top: 15px;
  }
  .order-table__footer {
    padding: 20px 15px;
  }
  .order-table__footer-name {
    width: auto;
  }
  .order-table__footer-value {
    width: auto;
    margin-left: auto;
  }  
}
/*  */
.info-table {
  border-collapse: collapse;  
  width: 100%;
  border: 1px solid #dbdfd7;
  border-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
}
@media(max-width: 768px){
  .info-table {
    font-size: 16px;
  }
}
.info-table td {
  padding: 15px 30px;
}
.info-table .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  flex-shrink: 0;
}
.icon-wrap > .icon {
  margin-right: 0px;
}
.icon-wrap {
  flex-shrink: 0;
  width: 36px;
  margin-right: 20px;
}
@media(max-width: 480px){
  .icon-wrap {
    margin-right: 15px;
  }
}
.info-table .icon._user {
  width: 27px;
  height: 31px;
}
.info-table .icon._call {
  width: 32px;
  height: 32px;
}
.info-table .icon._mail {
  width: 34px;
  height: 26px;
}
.info-table .icon._pin {
  width: 25px;
  height: 36px;
}
.info-table .icon._box {
  width: 34px;
  height: 36px;
}
.info-table .icon._info {
  width: 32px;
  height: 32px;
}
.info-table .icon._coins {
  width: 34px;
  height: 31px;
}
.info-table .icon._copy {
  width: 23px;
  height: 27px;
}
/*  */
.delivery-tracking {
  display: flex;
  align-items: center;
  max-width: 455px;
  width: 100%;
}
.delivery-tracking__content {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.delivery-tracking .icon {
  flex-shrink: 0;
}
.delivery-tracking__input {
  border: none;
  flex-grow: 1;
  max-width: 220px;  
}
.delivery-tracking__button {
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
  line-height: 40px;
}
/*  */
.info-table .info-table__cell._comment {
  display: flex;
}
.info-table .info-table__cell._comment p {
  margin: 0;
}
.info-table .payment-td {
  padding-top: 0;
}
/*  */
.info-table .icon._delivery-truck {
  width: 36px;
}
.order-status {
  display: flex;
  align-items: center;
}
.order-satus-block {
  width: 100%;
  max-width: 455px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.order-satus-block .icon {
  fill: #fe8a01
}
.order-status-payment {
  display: flex;
  align-items: center;
}
.order-status-payment-full {
  color: #80c52e;
  display: flex;
  align-items: center;  
}
.order-status-payment-full .icon {
  width: 26px;
  height: 26px;
  fill: #80c52e;
  margin-left: 15px;
}
.order-status-payment-false {
  display: flex;
  align-items: center;  
  color: #c52e2e;
}
.order-status-payment-false .icon {
  width: 23px;
  height: 23px;
  fill: #c52e2e;
  margin-left: 15px;
}
@media(max-width: 991px){
  .order-status-payment-false .icon {
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px){
  .order-satus-block {
    flex-direction: column;
  }
  .order-status {
    margin-bottom: 15px;
  }
}
/*  */
.info-table__row {
  padding: 30px;
}
.info-table__row + .info-table__row {
  border-top: 1px solid #dbdfd7;
}
.info-table__cell {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.info-table__cell:last-child {
  margin-bottom: 0;
}
.info-table__row._order-payment .info-table__cell._payment-cell {
  flex-wrap: wrap;
}
.info-table__row._order-payment .info-table__cell._payment-cell p {
  margin-bottom: 0;
}
.info-table__row._order-payment .infobox {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
@media(max-width: 991px){
.info-table__row._account {
  display: flex;
  flex-wrap: wrap;
}
.info-table__row._account .info-table__cell {
  width: 50%;
}
.info-table__row._order-info {
  position: relative;
}
.info-table__row._order-info .info-table__cell {
  width: 50%;
}
.info-table__row._order-info .info-table__cell._delivery {
  position: absolute;
  left: 50%;
  top: 30px;
}
.delivery-tracking {
  flex-direction: column;
  align-items: flex-start;
}
.delivery-tracking__content {
  width: 255px;
  margin-bottom: 10px;
}
.delivery-tracking__button {
  max-width: 255px;
}
.info-table .icon._copy {
  margin-right: 0;
}
.info-table__row._order-info .info-table__cell:first-child {
  margin-bottom: 30px;
}
.info-table__row._order-info .info-table__cell:nth-child(2) {
  margin-bottom: 0;
}
}
@media(max-width: 768px){
  .info-table__row {
    padding: 20px 15px;
  }
}
@media(max-width: 640px){
  .info-table__row._order-info .info-table__cell._delivery {
    padding-right: 15px;
  }
  .delivery-tracking__content {
    width: 100%;
  }
}
@media(max-width: 480px){
  .info-table__cell {
    margin-bottom: 20px;
  }
  .info-table__row._account .info-table__cell {
    width: 100%;
  }
  .info-table__row._order-info .info-table__cell {
    width: 100%;
  }
  .info-table__row._order-info .info-table__cell._delivery {
    position: static;
    margin-top: 20px;
    padding-right: 0;
  }
  .delivery-tracking__content {
    width: 100%;
    margin-bottom: 15px;
  }
  .delivery-tracking__button {
    max-width: 100%;
  }
}
/*** Оформление заказа ***/
.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: #80c52e;}
.stages.active .title, .stages:hover .title {color: #21293c;}
/*** Страница Поиск ***/
.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: #21293c;text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #dce4e9;}
.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: 991px) {
  .compare-info  {
    padding-top: 20px;
  }
}
@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 .htmlDataBlock a {text-decoration: underline;}
.news-box > a {text-decoration: none;}
.news-box .news {border-bottom: 1px solid #dce4e9;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;}
.news-box #news .block-news .block-news-item {
  margin-bottom: 30px;
}
.news-box #news .block-news .post-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;  
}
.news-box #news .block-news .item {
  height: 100%;
}
.news-box #news .block-news .date {
  text-align: center;
}
.news-box #news .block-news .more {
    margin-top: auto;
}
.news-box #news .block-news .news-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;  
}
@media(max-width: 991px){
  .news-box {
    margin-top: 20px;
  }
}
/*** Страница ошибки ***/
.error-image {
  margin-top: 40px;
}
.error-page {position: relative;}
.error-page__image {
  margin-bottom: 40px;
}
.error-page__buttons {
  display: flex;
  justify-content: center;
}
.error-page__buttons {
  margin-bottom: 40px;
}
.error-page__buttons .error-page__button + .error-page__button {
  margin-left: 30px;
}
.error-page .error-page__button {
  padding: 0;
  max-width: 310px;
  width: 100%;
}
.error-page .product-image .product-images {
  display: none;
}
.error-page .title-all-link {
  display: none;
}
.error-page .pdt-best {
  margin-bottom: 40px;
}
.error-page .products-grid {
  margin-left: 0;
  margin-right: 0;
}
.error-page .products-grid .item {
  width: 270px;
  padding: 0;
}
.error-page .products-grid .item._first-big {
  width: 555px;
}
@media (max-width: 479px) {
  .error-page__buttons {
    flex-wrap: wrap;
  }  
  .error-page .error-page__button {
    max-width: 100%;    
  }
  .error-page__buttons .error-page__button + .error-page__button {
    margin-top: 10px;
    margin-left: 0px;
  }  
}
/* Предзагрузчик */
.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: #80c52e;-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)}}
.marketplace .fa-shopping-cart:before {margin-right: 10px; font-family: 'FontAwesome';}
.marketplace .button.fa-shopping-cart {font-family: 'FontAwesome';font-weight: 300;}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.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) {
.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) {
.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 #dce4e9;}
.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;border-right: 1px solid #dce4e9;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;border-left: 1px solid #dce4e9;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: 37px;padding: 0 10px;border-top:none;}
.cartTable tbody tr td.cart-qty {position: absolute;left: 0;z-index: 1;}
.cartTable tbody tr td.cart-qty .input {border: 0;background-color: transparent;height: 39px;max-width: 70px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid #dce4e9;}
.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%;}
/* .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-tabs .tabs-content {padding-bottom: 30px;}
.product-view .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;margin: 0 auto 20px;min-height: 50px;height: auto;line-height: 1;}
.products-grid .item .item-inner {margin-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) {
.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;} */
.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;}
.product-tabs .tabs li {display: block;padding: 0;}
.product-tabs .tabs li a {padding: 15px;}
}
@media all and (max-width: 481px) {
img {height: auto!important;}
.col-smb-12 {width: 100%;}
.col-contact {margin-bottom: 20px;}
.sort-by {display: block;width: 100%;margin-bottom: 10px;}
.sort-by select {width: 100%;max-width: 100%;}
.toolbar .compare, .show-by label {display: inline-block;}
.toolbar.bottom .pages {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;margin: auto;margin-top: 10px;padding: 0;}
.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;}
.header-toolsCol {margin-right:3px;}
.product-view .product-name {padding-right: 40px;}
.product-view .product-toolbar {flex-direction: column;}
.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;}
.related .block-title h2.title {font-size: 16px;line-height: 27px}
.tab-content .delivery 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: 375px){
  .cartTable tbody tr td.cart-qty .input {max-width: 20px;padding: 1px;}  
}
@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: 100%;}
}
@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: 1440px;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: #dce4e9;}
.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: #80c52e;}
}
.rating[style="width:0%"] {
  background: white;
  width: 100%!important;
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.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%;}
/******************************************************************************
  Пользовательские стили (не трогать)
*******************************************************************************/
.divDeliveryBox {width: 100%; margin:10px auto 35px auto; background-color: white; border: 1px solid #DCDCDC;  padding: 13px 13px 13px 13px; line-height: 1.5; border-radius:5px;}
.delivery-arrow {width: 100px; height: 100px; margin-bottom:15px;}
.divContactBox
{width: 100%; margin:27px 0px 35px 0px; background-color: transparent; border: 1px solid #fe8a01; border-radius: 5px; padding: 13px 13px 13px 13px;line-height: 1.5;}
.urinfo-contacts {width: 100%; margin-top:20px; line-height: 1.5;}
.divWarningBox
{width: 100%; margin:10px 0px 35px 0px; background-color: #fff5e5; border: 1px solid #ff9977;  padding: 13px 13px 13px 13px;    line-height: 1.5;}
.indexDiv
{margin: -30px 0px 25px 66px;    line-height: 1.5;}
.divYouCanBuy
{width: 100%;margin:10px auto 0 auto;margin-bottom:0;background-color: #f0f6e8; border-radius: 5px; border: 1px solid #DFE3DC; padding: 13px 13px 13px 13px; line-height: 1.5;}
.divNote
{width: 100%; background-color: #F5F5F5; border: 1px solid #DBDFD7;  padding: 13px 13px 13px 13px; display: block; flex-wrap: wrap; margin-bottom:15px;  border-radius: 5px;   line-height: 1.5;}
.DivPeros
{ width:100%; margin:left; background-color: #dceada; border: 1px solid #007E00;  padding: 13px 13px 13px 13px;     line-height: 1.5;}
a.user_page_a:link { text-decoration: underline; } 
a.user_page_a:visited { text-decoration: underline; } 
a.user_page_a:active { text-decoration: none; }
a.user_page_a:hover { text-decoration: none; }
a.title-all-link1:link { text-decoration: none; border-bottom: 1px solid black; } 
a.title-all-link1:visited {text-decoration: none;  border-bottom: 1px solid black; } 
a.title-all-link1:active {text-decoration: none;  border-bottom: 0px solid }
a.title-all-link1:hover {text-decoration: none;  border-bottom: 0px solid  }
/* DivTable.com */
.divTable{
	display: table;
	margin: 0 auto;
flex-wrap: wrap;
}
.divTableAchiev{
	display: table;
flex-wrap: wrap;
	
}
.divTableRow {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.divTableCell, .divTableHead {
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
flex-wrap: wrap;
}
.divTableCellAchiev {
	border: 0px;
	display: table-cell;
	padding-right: 10px;
	padding-bottom: 30px;
  flex-wrap: wrap;
}
.divTableBody {
	display: table-row-group;
	flex-wrap: wrap;
}
.div_fontier
{
  font-family:Arial;
  font-size:16px;
}
/******************************************************************************
HOW TO TABLE
******************************************************************************/
.HowTo_Table{
	display: table;
  flex-wrap: wrap; 
  width: 100%;
}
.HowTo_Row {
 display: flex;
 flex-wrap: wrap;
 flex-wrap: nowrap;
}
.HowTo_Cell, .HowTo_Head {
	/*border: 1px solid #999999;*/
	border: 1px solid #DFE3DC;
	border-radius: 5px;
	display: table-cell;
	/*margin: 10px 20px 10px 0px;*/
	margin: 10px 10px 10px;
	padding: 0px 5px;
  flex-wrap: wrap;
  max-width: 350px;
  text-align: center;
  overflow: hidden;  
	
}
.HowTo_Row_TP4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.HowTo_Row_TP4 {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.HowTo_Cell_TP4, .HowTo_Head {
	/*border: 1px solid #999999;*/
	border: 1px solid #DFE3DC;
	border-radius: 5px;
	display: table-cell;
	/*margin: 10px 20px 10px 0px;*/
	margin: 10px 10px 10px;
	padding: 0px 5px;
  flex-wrap: wrap;
  max-width: 350px;
  text-align: center;
  overflow: hidden; 
}
.HowTo_Body {
	display: table-row-group;
	flex-wrap: wrap;
}
.howtopage-img {width:60%; height:60%;}
@media (max-width: 800px) {
  .howtopage-img  {width:100%; height:100%;}
}
/* END HOW TO TABLE */
/******************************************************************************
SPECIFIC TABLE
******************************************************************************/
.Spec_Table{
	display: table;
  flex-wrap: wrap;
	width: 100%;
}
.Spec_Row {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.Spec_Cell, .Spec_Head {
	border: 0px solid #999999;
	display: table-cell;
	margin: 10px 20px 10px 0px;
  flex-wrap: wrap;
  max-width: 265px;
  text-align: center;
	
}
.Spec_Body {
	display: table-row-group;
	flex-wrap: wrap;
}
/******************************************************************************
DELIVERY TABLE
******************************************************************************/
.Del_Table{
	display: table;
flex-wrap: wrap;
	
}
.Del_Row {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.Del_Cell, .Del_Head {
	border: 1px solid #999999;
	display: table-cell;
	margin: 10px 20px 10px 0px;
  flex-wrap: wrap;
  max-width: 400px;
  text-align: center;
	
}
.Del_Body {
	display: table-row-group;
	flex-wrap: wrap;
}
.boxberry {
  margin: 10px 0 0 0;
}
.boxBerryContainer {
  border: 1px solid #dbdfd7;
  margin: 10px 20px 30px 0;
  padding: 0 15px 0 10px;
  width: 100%;
  max-width: 340px;
  min-height: 150px;
}
.boxBerryLogoImg
{
  display: block;
  width: 200px; height: 148px;
  margin-right:15px;
  margin:10px auto;
}
.boxBerryLogoContainer {
 display:inline-block;
 margin-right:15px;
}
.boxBerryDescription {
  width:100%;
}
.boxBerryDescription h3 {
  text-align: center;
}
.boxBerryButtonContainer
{
 margin:15px 0 15px 0;
  display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.boxBerryButtonContainer a {
  margin: 5px 0;
}
/*CSS Dima Eliseev 22.03.2018*/
.delivery_h1
{
  font-size:26px;
  margin-bottom:15px;
}
.opisanie_dee {
  min-height: 180px;
}
.opisanie_dee1 {
  min-height: 160px;
}
.opisanie_dee  + p, .opisanie_dee1 + p
{
  min-height: 115px;
}
.del_hr {
  color: #474747;
  height: 1px;
  box-shadow: none;
}
.Spec_Cell_big {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.Del_Table{
	display: table;
flex-wrap: wrap;
}
.Del_Row_new {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
 }
 
 .Del_Cell, .Del_Head {
   border: 1px solid #dbdfd7;
   border-radius:5px;
   display: table-cell;
   margin: 0;
   margin-bottom: 20px;
   padding: 00px 15px 00px 10px;
   flex-wrap: wrap;
   max-width: 340px;
   text-align: center;
 }
.Del_Body {
	display: table-row-group;
	flex-wrap: wrap;
}
.Del_Row_new .img_h3 {
  height: 89px;
}
.Del_Row_new>.Del_Cell {
  position: relative;
   padding: 0px 15px 133px 10px;
   margin-right: 15px;
   width: calc(25% - 15px);
}
@media (max-width: 1200px) {
  .Del_Row_new>.Del_Cell {
     width: calc(33.3% - 15px);
  }
}
@media (max-width: 768px) {
  .Del_Row_new>.Del_Cell {
    width: calc(50% - 7.5px)
  }
  .Del_Cell:nth-child(even) {margin-right: 0;}
}
@media (max-width: 576px) {
  .Del_Row_new>.Del_Cell {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.no_mr {
  text-align: left;
  margin: 0;
}
.tit_ds {
  height: 64px;
}
.opisanie_dee p {
  /* height: 100px; */
  box-sizing: border-box;
  padding: 0 0 15px 0;
}
.uslov_ds {
  position: absolute;
  bottom: 10px;
}
.Del_Row_new h3 img {
  margin-bottom: 10px;
}
.Del_Row_new h3,
.Del_Row_new h2 {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.3;
}
.Del_Row_new p {
  font-size: 16px;
 line-height: 1.2;
}
.Del_Row_new p > b {
  display: block;
}
.ul_dostavka {
  display: table;
  width: 100%;
}
.ul_d_img {
  display: table-cell;
  width: 22px;
  text-align: left;
  vertical-align: top;
}
.ul_d_img img {
  width: 16px;
  margin-top: -5px;
}
.ul_d_text {
  vertical-align: top;
  display: table-cell;
  text-align: left;
  font-size: 16px;
 line-height: 1.2;
}
.warning-content {
  position: relative;
  background-color: #fffae7;
  padding: 15px;
  padding-left: 50px;  
  border-radius: 5px;  
  margin-bottom: 15px;
}
.warning-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M322.939 62.642l178.737 309.583A76.877 76.877 0 01512 410.791c0 42.67-34.592 77.264-77.264 77.264H256L194.189 256 256 23.946c28.62 0 53.587 15.573 66.939 38.696z' fill='%233b4145'/%3E%3Cpath d='M189.061 62.642L10.323 372.225A76.886 76.886 0 000 410.791c0 42.67 34.592 77.264 77.264 77.264H256V23.946c-28.62 0-53.587 15.573-66.939 38.696z' fill='%23525a61'/%3E%3Cpath d='M474.913 387.678L296.177 78.098c-8.056-13.959-22.849-22.767-38.848-23.22l152.869 402.275h24.539c25.559 0 46.358-20.798 46.358-46.358a46.346 46.346 0 00-6.182-23.117z' fill='%23ffb751'/%3E%3Cpath d='M444.853 387.678c3.492 7.005 5.336 14.999 5.336 23.117 0 25.559-17.935 46.358-39.992 46.358H77.264c-25.559 0-46.358-20.799-46.358-46.358a46.355 46.355 0 016.181-23.117l178.736-309.58c8.283-14.34 23.674-23.251 40.177-23.251.443 0 .886.01 1.329.031 13.732.536 26.414 9.323 33.326 23.22l154.198 309.58z' fill='%23ffd764'/%3E%3Cpath d='M256 354.131v51.509c14.227 0 25.755-11.528 25.755-25.755 0-14.226-11.528-25.754-25.755-25.754z' fill='%233b4145'/%3E%3Cpath d='M256 354.131c2.843 0 5.151 11.528 5.151 25.755 0 14.227-2.308 25.755-5.151 25.755-14.227 0-25.755-11.528-25.755-25.755 0-14.227 11.528-25.755 25.755-25.755z' fill='%23525a61'/%3E%3Cpath d='M256 132.646V323.23c14.227 0 25.755-11.538 25.755-25.755V158.401c0-14.227-11.528-25.755-25.755-25.755z' fill='%233b4145'/%3E%3Cpath d='M256 132.646c2.843 0 5.151 11.528 5.151 25.755v139.074c0 14.216-2.308 25.755-5.151 25.755-14.227 0-25.755-11.538-25.755-25.755V158.401c0-14.227 11.528-25.755 25.755-25.755z' fill='%23525a61'/%3E%3C/svg%3E");
}
.warning-content p {
  margin-bottom: 15px!important;
}
.warning-content p:last-child {
  margin-bottom: 0px!important;
}
/******************************************************************************
Страница Контакты
******************************************************************************/
.section {margin-bottom: 90px}
.section__title {font-size: 24px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 40px}
@media (max-width:1200px) {
.section__title {font-size: 22px}
}
@media (max-width:576px) {
.section__title {font-size: 16px}
}
.contact-list {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 40px}
.contact-list__img-wrap {width: 120px;height: 120px;line-height: 120px;border: 1px solid #80c52e;border-radius: 50%;overflow: hidden;margin: 0 auto;margin-top: -60px;background: #fff;margin-bottom: 30px;-ms-flex-negative: 0;flex-shrink: 0}
.contact-list__image {max-width: 56px}
.contact-list__item {background-color: #f0f6e8;border-radius: 5px;margin-top: 70px;width: 25%;text-align: center;padding: 0 15px;padding-bottom: 30px;height: 206px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.contact-list__item:not(:first-of-type) {margin-left: 30px}
.contact-list__title {font-size: 18px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 15px}
.contact-list__phone {margin-bottom: 10px}
@media (max-width:1200px) {
  .contact-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-list__item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
  .contact-list__item:not(:first-of-type) {margin-left: 0}
}
@media (max-width:768px) {
  .contact-list__item {
    width: 100%;
  }
}
.warning-block {position: relative;background-image: -webkit-gradient(linear,left bottom,left top,from(#fea43b),to(#feb865));background-image: linear-gradient(0deg,#fea43b 0,#feb865 100%);border-radius: 5px;text-align: center;padding: 20px}
.warning-block::after,.warning-block::before {content: '';position: absolute;top: 30px;width: 70px;height: 82px;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85' fill='rgba(255,255,255,.2)'%3E%3Cpath d='M27.2 2.5H58l-5.1 49.2H32.3L27.2 2.5zm4.5 76.9c-2.8-2.7-4.2-5.9-4.2-9.7 0-3.9 1.4-7.1 4.2-9.6 2.8-2.5 6.4-3.8 10.8-3.8s8 1.3 10.8 3.8c2.8 2.5 4.2 5.8 4.2 9.6s-1.4 7-4.2 9.7c-2.8 2.7-6.4 4-10.8 4s-8-1.3-10.8-4z'/%3E%3C/svg%3E")}
.warning-block::before {left: 41px}
.warning-block::after {right: 41px}
.warning-block-title {font-size: 18px;line-height: 1;margin-bottom: 7px;font-weight: 700;text-transform: uppercase;color: #fff}
.warning-block-text {font-size: 16px;line-height: 1.5;font-weight: 500;color: #fff;margin: auto;margin-bottom: 0;max-width: 1070px}
.warning-block a {display: block;text-decoration: underline}
@media (max-width:1200px) {
  .warning-block::after,.warning-block::before {display: none;}
}
.urinfo-contacts-title {margin-bottom: 20px}
.urinfo-table._first {margin-bottom: 40px}
.urinfo-table {background-color: #f0f6e8;border-radius: 5px;max-width: 690px;width: 100%;border-collapse: collapse}
.urinfo-table td:first-child {font-size: 16px;line-height: 1.2;font-weight: 600;color: #b1b8aa}
.urinfo-table td {padding: 15px 30px;border: 1px solid #fff}
.urinfo-table thead td {font-size: 18px;line-height: 1.2;font-weight: 600;text-transform: uppercase;color: #0f1c00!important} 
.map {display: -webkit-box;display: -ms-flexbox;display: flex}
.map-container {width: calc(100% - 360px)}
.map-info {margin-left: 30px;width: 330px;background-color: #f0f6e8;border-radius: 5px;padding: 30px 25px;padding-top: 0;text-align: center;margin-top: 60px}
.map-info-image {display: inline-block;vertical-align: middle;width: 70px;height: 90px}
.map-info-avatar {width: 120px;height: 120px;line-height: 120px;border: 1px solid #80c52e;border-radius: 50%;overflow: hidden;margin: 0 auto;margin-top: -60px;background: #fff;margin-bottom: 30px;-ms-flex-negative: 0;flex-shrink: 0}
.map-info-title {font-size: 18px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 15px}
.map-info-text a {text-decoration: underline}
.map-info-text:last-child {margin-bottom: 0}
@media (max-width:768px) {
  .map {
    flex-wrap: wrap;
  }
  .map-info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .map-container {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.feedbackForm {background-color: #f0f6e8;border-radius: 5px;padding: 40px}
.feedbackForm .form-list {display: -webkit-box;display: -ms-flexbox;display: flex}
.feedbackForm textarea {min-height: 120px}
.feedbackForm .form-list .fields {margin-bottom: 20px}
.feedbackForm .form-list._first {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.feedbackForm .form-list._first .fields {width: calc(25% - 15px)}
.feedbackForm .button {display: inline-block;vertical-align: middle;margin: 0;margin-top: 0;width: 251px;height: 50px;font-size: 16px}
.feedbackForm .pp {text-align: left;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 12px;margin-bottom: 0;display: inline-block;vertical-align: middle;margin-left: 15px}
@media (max-width:768px) {
  .feedbackForm .form-list._first {flex-wrap: wrap;}
  .feedbackForm .form-list._first .fields {
    width: 100%;
  }
  .feedbackForm .pp {
    margin-left: 0;
    margin-top: 15px;
  }
}
.how-go__col {margin-top: 60px}
.how-go__col-inner:hover {background-color: #80c52e;color: #fff}
.how-go__col-inner {width: 100%;height: 201px;background-color: #f0f6e8;border-radius: 5px;padding: 30px 25px;padding-top: 0;text-align: center;margin-top: 0;cursor: pointer;-webkit-transition: all .3s;transition: all .3s}
.how-go__image-wrap {position: relative;width: 120px;height: 120px;line-height: 120px;border: 1px solid #80c52e;border-radius: 50%;overflow: hidden;margin: 0 auto;top: -60px;background: #fff;margin-bottom: 30px;-ms-flex-negative: 0;flex-shrink: 0}
.how-go__img {width: 56px;height: 46px;fill: #fd5219}
.how-go-title {position: relative;top: -60px}
.how-go-title strong {display: block;margin-bottom: 15px;margin-top: 15px;font-size: 18px;}
.how-go__fancybox-title {font-size: 24px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 20px}
.how-go__fancybox {padding-top: 30px;padding: 15px;   }
.how-go__slider-img {margin-bottom: 20px; max-width: 100%;}
.how-go__slider-text {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.how-go__slider-paragraph {margin: 0}
.how-go__slider-counter {width: 40px;height: 40px;line-height: 40px;color: #fff;font-weight: 700;text-align: center;background-color: #80c52e;border-radius: 50%;margin-right: 11px;-ms-flex-negative: 0;flex-shrink: 0}
.how-go__slider.owl-carousel .owl-nav button:hover {background-color: #fe8a01}
.how-go__slider.owl-carousel .owl-nav button {width: 40px;height: 40px;background-color: #80c52e;border-radius: 3px;color: #fff;position: absolute;top: 50%;margin-top: -20px;font-size: 28px;-webkit-transition: all .3s;transition: all .3s}
.how-go__slider.owl-carousel .owl-nav button.owl-prev {left: 0}
.how-go__slider.owl-carousel .owl-nav button.owl-next {right: 0}
@media (max-width: 991px) {
  .how-go__fancybox {
     max-width: 100%;
  }
}
@media (max-width:768px) {
  .how-go__col {
    margin-bottom: 20px;
  }
}
/******************************************************************************
END Страница Контакты
******************************************************************************/
/******************************************************************************
Страница О нас
******************************************************************************/
.section {margin-bottom: 90px}
.section__title {font-size: 24px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 40px}
@media (max-width:1200px) {
.section__title {font-size: 22px}
}
@media (max-width:576px) {
.section__title {font-size: 16px}
}
.our-numbers {height: 160px;background-color: #f0f6e8;border-radius: 5px;margin: 40px 0;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;-ms-flex-pack: distribute;justify-content: space-around}
.our-numbers__sub-title {font-size: 18px;line-height: 1;font-weight: 900;color: #fe8a01;margin-right: 15px}
.our-numbers__number {font-size: 50px;line-height: 40px;font-weight: 700;color: #80c52e;opacity: 0}
.our-numbers__subnum {font-size: 30px;color: #80c52e;font-weight: 700}
.our-numbers__more {width: 24px;height: 24px;fill: #fe8a01;margin-right: 15px;}
.our-numbers__title {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;margin-bottom: 20px;line-height: 1;text-align: center}
.our-numbers__title._last {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end}
.our-numbers__subtext {text-align: center;line-height: 1}
@media (max-width:1200px) {
.our-numbers__num {font-size: 40px}
.our-numbers__title {margin-bottom: 15px}
}
@media (max-width:991px) {
.our-numbers {height: 190px}
.our-numbers__item {width: 50%}
.our-numbers__title {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
.our-numbers__title._last {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
}
@media (max-width:576px) {
.our-numbers {height: auto;padding: 15px 0}
.our-numbers__item {width: 100%;margin-bottom: 15px}
}
.prioritet-list {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.prioritet-list__item {border: 1px solid #dbdfd7;border-radius: 5px;width: 20%;text-align: center;padding: 30px;padding-top: 45px}
.prioritet-list__item:hover .prioritet-list__image {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
.prioritet-list__image {width: 132px;height: 106px;margin: 0 auto;margin-bottom: 25px;transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out}
.prioritet-list__item:not(:first-child) {margin-left: 30px}
.prioritet-list__image img {max-height: 100%}
.prioritet-list__name {font-size: 18px;line-height: 1.2;font-weight: 600;color: #0f1c00}
@media (max-width:1200px) {
.prioritet-list__item:not(:first-child) {margin-left: 15px}
.prioritet-list__item {padding: 15px;padding-top: 15px}
.prioritet-list__image {width: 80px;height: 80px}
.prioritet-list__name {font-size: 16px}
}
@media (max-width:991px) {
.prioritet-list {-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.prioritet-list__item {width: calc(50% - 7.5px);margin-bottom: 15px}
.prioritet-list__item:last-child {margin: 0 auto}
.prioritet-list__item:not(:first-child) {margin-left: 0}
}
@media (max-width:576px) {
.prioritet-list__item {width: 100%}
}
.team-list__item {background-color: #f0f6e8;border-radius: 5px;margin-top: 95px;width: 100%;text-align: center;padding: 0 15px;padding-bottom: 30px;height: 195px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.team-list__avatar {width: 140px;height: 140px;border: 1px solid #80c52e;border-radius: 50%;overflow: hidden;margin: 0 auto;margin-top: -95px;background: #fff;margin-bottom: 30px}
.team-list__fullname {font-size: 18px;line-height: 1.2;font-weight: 600;color: #0f1c00;margin-bottom: 15px}
.team-list__position {font-size: 14px;line-height: 1.2;font-weight: 400;color: #b1b8aa;display: block}
.team-list__more {display: none;font-size: 14px;line-height: 1.2;font-weight: 400;text-decoration: underline;color: #80c52e;margin-top: auto}
.team-list__fancy {padding: 30px 15px 15px;max-width: 750px;width: 100%}
@media (max-width:1200px) {
.team-list__fullname {font-size: 16px}
}
/******************************************************************************
END Страница О нас
******************************************************************************/
#fancybox__callback4 .form__field {display: flex;justify-content: space-between;margin-bottom: 20px;}
#fancybox__callback4 .form__field input{width: calc(100%/4 - 20px);}
#fancybox__callback4  .modal__title{padding:0;}
#fancybox__callback4 .form__bottom {display: flex;align-items: center;margin-top:20px;}
#fancybox__callback4 .modal__content {padding: 20px;background: #e1f3cd;}
#fancybox__callback4 .form__bottom .form__pp{margin-left: 20px; max-width: 350px;margin-top: 0;font-size: 12px;}
#fancybox__callback4 .form__bottom .form__buttons{max-width: 300px;width: 100%;margin:0;}
#fancybox__callback4 .form__bottom .form__buttons button{color: #ffffff;background: #202020;width: 100%;padding: 10px 20px;}
#fancybox__callback4 .title{font-size: 1.25rem;font-weight: 500;line-height: 1.2;margin-bottom:20px;}
#fancybox__callback4 input, #fancybox__callback4 select, #fancybox__callback4 textarea {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 1.5rem;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#fancybox__callback4 textarea {height:200px;}
#fancybox__callback4 input.error,#fancybox__callback4 textarea.error { border-color: red;}
@media all and (max-width: 780px) {
#fancybox__callback4 .form__field{flex-wrap: wrap;margin-bottom:0;}
#fancybox__callback4 .form__field input{width: calc(100%/2 - 20px);margin-bottom: 20px;}
}
@media(min-width: 321px) and (max-width: 640px) {
 .goods-art{top: -18px;}
}
@media all and (max-width: 480px) {
#fancybox__callback4 .form__field input{width: 100%}
#fancybox__callback4 .form__bottom{flex-direction: column;}
#fancybox__callback4 .form__bottom .form__buttons{margin-bottom:10px}
#fancybox__callback4 .form__bottom .form__pp{margin-left:0;text-align:center;}
.products-grid .item .product-image {margin-top: 5px;}
.products-grid .item .product-shop .ratings {margin-bottom:5px;position: absolute;top: -2px;}
/* Артикул */
.products-grid .item .goods-art {position: absolute;top: -6px;}
.products-grid .item  .ico-new, .products-grid .item  .ico-sale,  .products-grid .item .ico-best, .products-grid .item  .ico-discount {position: absolute;overflow: hidden;top: 12px;right: 0px;left: auto;width: auto;height: 16px;padding: 3px 8px;line-height: 10px;text-align: center;z-index: 0;border-radius: 3px;color: #ffffff;font-family: Montserrat;font-size: 12px;font-weight: 400;}
.products-grid .item .ico-sale + .ico-discount {top: 30px;}
}
@media all and (min-width: 521px) {
.catalog-banner .last, .catalog-banner2 .last {display: none;}
}
@media all and (max-width: 520px) {
.catalog-banner .first, .catalog-banner2 .first {display: none;}
}
.ico-new, .ico-best {display: none !important;}
#cdek-map {width:800px;height:600px;display:none;max-width:100%;}
@media all and (max-width: 321px) {
  .products-grid .item .goods-art {position: absolute;top: -17px;}
.products-grid .item .product-image {margin-top: 15px;}
}
.products-grid .item:first-child .item-inner.heat{border: 2px solid #80c52e;border-radius: 5px;box-sizing: border-box;}