html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Open Sans', sans-serif;font-size: 14px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #333;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;}
.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;border: 1px solid #e8dbcf;font-size: 14px;padding: 15px 12px;border-radius: 25px;    height: auto!important}
select:focus, textarea:focus {outline: 0;border-color: #000;}
/**/
.input {display: block;height: 45px;line-height: 45px;width: 100%;max-width: 450px;padding: 0px 15px;border: 1px solid #e8dbcf;border-radius: 20px;}
.input:hover {border-color: #888888}
.input:focus {border-color: #ff7e7a;-webkit-box-shadow: inset 0 0 0 1px #ff7e7a;box-shadow: inset 0 0 0 1px #ff7e7a}
.input.input--error,.input.invalidInput {border-color: #ff7e7a}
.input.invalidInput + label {display: block;color: #ff7e7a;font-size: 12px;text-align: left;margin-top: 5px}
.input::-webkit-input-placeholder {color: #888888}
.input::-moz-placeholder {color: #888888}
.input:-ms-input-placeholder {color: #888888}
.input:-moz-placeholder {color: #888888}
/* Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
  -webkit-text-fill-color: #2e2e2e !important; /* цвет текста */
  color: #2e2e2e !important; /* цвет текста */
}   
/* Кастомный скролл на webkit*/
@media all and (min-width: 992px) {
  ::-webkit-scrollbar-track {border-radius: 0;background-color: #edf1f4}
  ::-webkit-scrollbar {width: 7px;height: 2px;background-color: #f5f5f5}
  ::-webkit-scrollbar-thumb {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #2e2e2e}
}
/**/
select.input {-webkit-appearance: menulist;cursor: pointer;font-size: 16px;}
/* Цвет плейсхолдера */
::-webkit-input-placeholder {color: #cacaca}
::-moz-placeholder {color: #cacaca}
:-moz-placeholder {color: #cacaca}
:-ms-input-placeholder {color: #cacaca}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* Radio input*/
.radio {position: relative}
.radio .radio-hidden {display: none}
.radio .radio-name {position: relative;display: block;padding-left: 28px;line-height: 20px;cursor: pointer}
.radio .radio-name:after,.radio .radio-name:before {position: absolute;background-color: #fff;content: ''}
.radio .radio-name:before {top: 0;left: 0;width: 23px;height: 23px;border: 2px solid #e8dbcf;border-radius: 50%;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.radio .radio-name:after {top: 5px;left: 5px;width: 13px;height: 13px;border-radius: 100%;background: #ff7e7a;opacity: 0;visibility: hidden;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
.radio .radio-hidden:checked + .radio-name:after {opacity: 1;visibility: visible;}
.radio .radio-hidden:checked + .radio-name:before {border-color: #ff7e7a;}
.radio .radio-name:hover:before {border-color: #888888}
/* Checkbox input*/
.checkbox-hidden {display: none;visibility: hidden}
.checkbox-name {position: relative;display: block;padding-left: 28px;text-align: left;line-height: 20px;cursor: pointer;user-select: none}
.checkbox-name:after,.checkbox-name:before {content: ''}
.checkbox-name:before {position: absolute;top: 0;left: 0;width: 20px;height: 20px;background-color: #fff;border: 2px solid #e8dbcf;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;border-radius: 5px;}
.checkbox-name:hover:before {    border-color: #ff7e7a;}
.checkbox-name:after {position: absolute;top: 0;left: 0;width: 20px;height: 20px;background-position: -2px;opacity: 0;visibility: hidden;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;background-image: url("data:image/svg+xml,%3Csvg fill='%23ff7e7a' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");}
.checkbox-name._colored:after {background-image: url("data:image/svg+xml,%3Csvg fill='%23e8dbcf' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");}
.checkbox-hidden:checked + .checkbox-name:after,.checkbox-hidden[checked=checked] + .checkbox-name:after {opacity: 1;visibility: visible;}
.checkbox-hidden:checked + .checkbox-name {color:#ff7e7a;}
.checkbox-hidden:checked + .checkbox-name._colored:before {    background: #ff7e7a;}
.checkbox-hidden:disabled + .checkbox-name {color: #888888;cursor: default}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;line-height:1.3;margin:0;padding:0;font-family: 'Opel Sans',Arial, sans-serif;font-weight: 700;color: #333;}
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: #ff7e7a;}
.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: #ff7e7a;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: #ff7e7a!important}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #ff7e7a;text-align: left;line-height: 25px}
.block-bg {border: 1px solid #e8dbcf;background-color: #fff;overflow: hidden}
.gradient-bg {background: url(/design/d541895/fake-luxury.png?lc=1755869568),-webkit-gradient(linear,left bottom,left top,from(#f3dfd6),to(#fbf6ee));background: url(/design/d541895/fake-luxury.png?lc=1755869568),linear-gradient(to top,#f3dfd6 0,#fbf6ee 100%)}
.gradient-bg .DescriptionBlock {background: 0 0}
.products-container.index .block-bg:before {content: '';width: 100%;height: 1px;background: #fff;position: absolute;bottom: 0;z-index: 1}
.DescriptionBlock {background-color: #fff}
.no-padding .DescriptionBlock {padding: 15px}
.index#main {padding: 40px 0;margin-bottom: 0px;}
.index#main .DescriptionBlock {margin-bottom: 0;padding: 0px;}
.pseudo-link {position: relative}
.pseudo-link:after {content: '';position: absolute;bottom: -.01rem;left: 0;width: 100%;border-bottom: 1px solid;-webkit-transition: border-bottom-color .1s ease-in-out;transition: border-bottom-color .1s ease-in-out;}
.pseudo-link:hover:after {border-bottom-color: transparent}
/* Уведомления */
.success, .warning {display: none;}
.quickformfast .success,.quickformfast .warning,
.no-js .success,.no-js .warning {display:block;}
.attention,.information,.success,.warning {position: relative;color: #fff;min-height: 40px;margin-bottom: 20px;overflow: hidden;padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);font-size: 18px;}
.success {background-color: #3baf1d;color: #fff;}
.warning {background-color: #EF476F;color: #fff;}
.attention {background-color: #ff7e7a;color: #fff;}
.information {background-color: #118AB2;color: #fff;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {font-weight: 600;font-size:16px;text-decoration:underline;}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #ff7e7a;width: 100%;text-align: left;margin: 0 auto;padding: 3px 15px;}
/* Noty */
.noty_bar {border-radius: 0!important}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 97%}
.noty_theme__sunset.noty_type__error {background-color: #ff7e7a;color: #fff}
.noty_theme__sunset.noty_type__success {background-color: #60c967;color: #fff}
/* Таблицы */
.table-box {line-height: 18px;margin-bottom: 10px;text-align: center;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;width: 100%;border-collapse: collapse;}
.table-box > tbody > tr > td,.table-box > tbody > tr > th,.table-box > tfoot > tr > th {border: 1px solid #eddcd0;line-height: 18px;padding: 12px 10px;text-align: center;}
.table-box tfoot td,.table-box thead td {background-color: #fbf6ee;border: 1px solid #e8dbcf;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: #fbf6ee}
.table-box.table-striped td:first-child {border-right: 1px solid #e8dbcf}
.table-box.table-striped td {border: none;padding: 8px 15px;word-wrap: break-word;font-size: 14px}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:100px; max-height:100px;} 
.goods-image-icon-square {width:200px;height:200px;} 
.goods-image-small{max-width:207px; max-height:207px;}
.goods-image-small-square {width:414px; height:414px;}
.goods-image-medium {max-width:450px; max-height:450px;}
.goods-image-medium-square{width:900px; height:900px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1800px; max-height:1800px;}
.goods-image-large-square {width:1800px; height:1800px;}
.goods-cat-image-icon {max-width:30px; max-height:30px;}
.goods-cat-image-icon-square{width:60px; height:60px;}
.goods-cat-image-medium {max-width:200px; max-height:200px;}
.goods-cat-image-medium-square{width:400px; height:400px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/* END Настройки максимальных размеров генерируемых изображений */
/******************************************************************************
 jQuery Form Styler
*******************************************************************************/
.jq-selectbox {max-width: 100%;width: 100%}
.jq-selectbox.opened {z-index: 11!important}
.jq-selectbox__select {font-size: 16px;height: 45px;line-height: 45px;border-radius: 20px;border-color: #e8dbcf;background: 0 0;-webkit-box-shadow: none;box-shadow: none;padding-left: 25px;font-family: 'Open Sans',sans-serif}
.jq-selectbox__select:hover {background: 0 0;border-color: #a8a8a8}
.jq-selectbox .placeholder {color: #888;text-align: center;width: 100%!important}
.jq-selectbox__select-text {width: 100%!important}
.jq-selectbox__trigger {border-left: 0}
.jq-selectbox__trigger-arrow {top: 20px;right: 25px}
.jq-selectbox.focused .jq-selectbox__select {border: 1px solid #ff7e7a}
.jq-selectbox__dropdown {font-size: 14px;font-family: 'Open Sans',sans-serif}
.jq-selectbox li.selected {color: #fff;background: #888}
.jq-selectbox li:hover {background: #ff7e7a;color: #fff}
/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-skin {background: #fff;border-radius: 0}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: none;box-shadow: none}
.fancybox-close {position: absolute;top: 15px;right: 15px;width: 20px;height: 20px;cursor: pointer;z-index: 8040;background-image: none;background-size: contain;color: #e8dbcf}
.fancybox-close:hover {color: #333}
.fancybox-nav {background: 0 0}
.fancybox-nav .icon-wrap {overflow: visible;position: absolute;top: 50%;line-height: 56px;margin: 0;margin-top: -20px;background-color: #eddcd0;background-image: none;border-radius: 50%;width: 40px;height: 40px;-webkit-transition: all .3s;transition: all .3s;visibility: hidden;opacity: 0}
.fancybox-nav .icon-wrap .icon {width: 26px;height: 26px;fill: #ff7e7a;-webkit-transition: all .3s;transition: all .3s;position: relative}
.fancybox-nav.fancybox-prev .icon-wrap {left: 5px}
.fancybox-nav.fancybox-next .icon-wrap {right: 5px}
.fancybox-nav.fancybox-prev .icon-wrap .icon {right: -25px}
.fancybox-nav.fancybox-next .icon-wrap .icon {left: -10px}
.fancybox-nav:hover .icon-wrap {visibility: visible;opacity: 1}
.fancybox-nav .icon-wrap:hover .icon {fill: #333}
.fancybox-nav.fancybox-prev .icon-wrap:hover .icon {right: 0}
.fancybox-nav.fancybox-next .icon-wrap:hover .icon {left: 0}
/**/
.fancybox-wrapper {width: 360px;border: 5px solid #e8dbcf;background-color: #fbf6ee}
.fancybox-header {position: relative;padding: 30px 15px;background-position: center;background-size: cover;text-align: center}
.fancybox-header .block-icon {width: 24px;height: 24px;fill: #eedcd0;position: absolute;left: 50%;margin-left: -12px;bottom: -12px;background: #fbf6ee;outline: 12px solid #fbf6ee;z-index: 1}
.fancybox-header:after {content: '';width: 210px;-webkit-transform: translateX(-50%);transform: translateX(-50%);position: absolute;bottom: 0;left: 50%;display: block;height: 1px;background: #f2e5dc}
.fancybox-header .title {font-family: "Opel Sans";font-size: 24px;font-weight: 700;color: #333333;}
.fancybox-header .promoText {font-size: 16px;color: #333333;padding: 0 10px;margin-top: 10px;margin-bottom: 0;line-height: 20px;}
.fancybox-body {position: relative;padding: 30px 15px}
@media all and (max-width: 481px){
  .fancybox-wrapper {
    width: auto;
  }
}
/******************************************************************************
  Анимация
*******************************************************************************/
.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: 'Opel Sans',Arial,sans-serif;color: #333;line-height: 18px;}
.price > span:after {display: inline-block;font-size: 16px;line-height: 1.1;margin-left: 0px;font-family: "Opel Sans";}
.price > span {position: relative;z-index: 1;font-family: "Opel Sans";}
.price:not(.old-price) > span {font-size: inherit;}
@media all and (max-width: 481px){
  .social-links._vertical {display:none;}
  .price{font-size: 13px;}
  .price:not(.old-price) > span {font-size: 15px;}
  .price > span::after {font-size: 14px;}
}
.old-price, .old-price .price, .price.old-price {display: inline-block;vertical-align: middle;margin:0;font-size: 16px;font-weight: 400;color: #2e2e2e;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}
.old-price + .price {background-color: transparent;margin: 0;margin-right: 10px;margin-left: 10px}
.price.RUB > span:after, .RUB .price:after {content: "руб.";}
.price.RUB span + span, .RUB .price span + span {display: none;}
.ico.RUB {margin-left: -2px;}
.ico.RUB:after {content: "\f158";font-family: "FontAwesome";font-style:normal;font-size: 12px;}
/*** Капс ***/
#caps_lock {display: none;text-align: center;max-width: 300px;}
#caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {position: relative;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;width: 100%;display: inline-block;overflow: visible;font-size: 14px;font-family: 'Open Sans',sans-serif;line-height: 41px;padding: 0 20px;border: 0;background-color: #ff7e7a;color: #fff;opacity: 1;text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 3px solid transparent;border-radius: 25px;text-transform: uppercase;}
.button:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #fff;width: 100%;height: 100%;border-radius: 20px}
.button.added,.button:focus,.button:hover {background-color: #60c967;color: #fff}
.button2 {line-height: 41px;color: #ff7e7a;border-radius: 20px;background-color: #fbf6ee}
.button2:before {border: 1px solid #e8dbcf}
.button2.active,.button2.added,.button2:focus,.button2:hover {background-color: #e8dbcf}
.button.more {background-color: #fbf6ee;color: #ff7e7a;text-transform: uppercase;max-width: 160px;height: 40px;line-height: 32px;font-size: 14px;}
.button.more:before {border: 1px solid #e8dbcf}
.button.more:hover {text-decoration: underline}
.button._dropdown {background-color: #e8dbcf;border-width: 2px;border-style: solid;border-color: #e8dbcf;color: #2e2e2e;line-height: 41px;}
.button._dropdown:hover, .button._dropdown:focus {border-color: #ff7e7a;color:#ff7e7a;background-color: transparent;}
.button.small {height: 40px;font-size: 14px;padding: 0 10px;line-height: 34px;text-transform: uppercase;}
.button.big {font-size: 21px;line-height: 45px;padding: 0 40px;}
.button.disabled {opacity: 0.7;cursor: default;    pointer-events: none;}
.remove {display: inline-block;padding: 0 3px;color: #888888;}
.remove:hover {color: #333;}
.remove svg {
  fill: #e8dbcf;
}
.remove:hover svg {
  fill: #ff7e7a;
}
.remove.x:after {content: "\f00d";font-size: 16px;}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;overflow: visible;font-size: 15px;font-family: 'Open Sans', sans-serif;line-height: 40px;padding: 0 25px;border: 0;background-color: #ff7e7a;color: #fff;letter-spacing: 0.05em;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-transform: uppercase;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #006600;color: #fff;}
/* Навигация */
.navigation .prev, .navigation .next {display: inline-block;width: 20px;font-size: 40px;line-height: 1;color: #777;margin: 0 5px;padding: 0;overflow: hidden;text-align: center;cursor: pointer;z-index: 2;}
.navigation .prev:hover, .navigation .next:hover, .navigation .owl-prev:hover, .navigation .owl-next:hover {color: #333;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Иконки Новинка, Хит, Скидка */
.ico-new, .ico-sale, .ico-best {display: block;position: absolute;top: -7px;left: -7px;overflow: hidden;width: auto;padding: 3px 12px;line-height: 15px;color: #ffffff;font-size: 14px;text-align: center;z-index: 1;border-radius: 11px;margin: 0 auto;margin-top: 0;}
.ico-new {background-color: #7dc9cd;}
.ico-best {background-color: #ce639d;}
.ico-sale {background: #f9c800;}
.ico-new + .ico-sale, .ico-best + .ico-sale {top: 20px;}
/**/
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 40;background-color: #2e2e2e;opacity: 0;visibility: hidden;cursor: pointer;}
.overlay._active {visibility: visible;opacity: .5;}
@media all and (min-width:992px) {.overlay {display: none}}
/* Наверх */
#back-top {position: fixed;right: 15px;bottom: 15px;width: 40px;height: 40px;line-height: 0.9;text-align: center;z-index: 8;cursor: pointer;color: #858585;font-size: 40px;}
#back-top:hover {color: #ff7e7a;}
/* Уведомление в шапке*/
.banner-top {position: relative}
.banner-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 20px 0}
.banner-top-icon {width: 40px;height: 40px;font-size: 20px;line-height: 36px;text-align: center;border: 1px solid #2e2e2e;border-radius: 50%;margin-right: 15px;flex: 0 0 40px}
.banner-top-closeBtn {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;-webkit-transition: -webkit-transform .15s ease-out;transition: -webkit-transform .15s ease-out;transition: transform .15s ease-out;transition: transform .15s ease-out,-webkit-transform .15s ease-out;font-size: 0}
.banner-top-closeBtn:hover {-webkit-transform: rotate(90deg);transform: rotate(90deg)}
.banner-top-closeBtn:after,.banner-top-closeBtn:before {content: '';position: absolute;width: 100%;height: 1px;top: 50%;left: 0;background-color: #2e2e2e}
.banner-top-closeBtn:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.banner-top-closeBtn:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
/*
* Основной контент
*/
#main {position: relative;margin: 0px 0 40px;}
.index#main .row {-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.main-content {margin-left: auto;display: -webkit-box;display: -ms-flexbox;display: flex}
.main-img-wrap {position: relative;padding-top: 40px;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.main-img-wrap .main-content-img {border: 5px solid #fff}
.main-img-wrap .main-content-img._big {max-width: 275px;max-height: 375px;}
.main-content .main-content-img._small {position: absolute;right: 0;top: 0;max-width: 205px;max-height: 270px;}
.main-content .social-links._vertical {margin-left: 40px}
.main-content .social-links._vertical .icon {fill: #ff7e7a}
.main-content .social-links._vertical::after,.main-content .social-links._vertical::before {background: #ff7e7a}
@media all and (max-width: 991px){
  .main-img-wrap {display:none;}
}
@media all and (max-width: 768px){
  .main-content .social-links._vertical {margin-left: 0px;}
}
/* Шапка */
.header {position: relative;z-index: 20}
.header .header-top {color: #333;background-color: #fff;border-top: 4px solid #e8dbcf;}
.header .header-icons {display: none}
@media (max-width: 991px) {
  .header .header-top {border-bottom: 1px solid #e8dbcf;}
  .header .header-icons {overflow: hidden;display: block;position: relative;z-index: 2}
  .header-iconsItem {display: block;float: left;width: 25%;text-align: center;cursor: pointer;border: none;-webkit-appearance: none}
  .header-iconsItem i {font-size: 22px;line-height: 40px;color: #2e2e2e;}
  .header-iconsItem.active i {color: #ff7e7a}
  .header-iconsItem + .header-iconsItem {box-shadow: inset 1px 0 0 0 #e8dbcf}
}
@media (min-width:992px) {
  .header .header-top .header-top-wrapper {position: relative}
  .header .header-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
  .header .header-nav {z-index: 2}
  .header .header-navLink {position: relative}
  .header .header-navItem {display: inline-block;vertical-align: middle}
  .header .header-navItem:hover .header-navLink {color: #ff7e7a}
  .header .header-navLink,.header-subnavLink {display: block;padding: 0 8px;line-height: 40px;color: #2e2e2e;border-bottom: 2px solid transparent;-webkit-transition: border-color,color .3s;transition: border-color,color .3s}
  .header .header-nav-all > .header-nav-allList {position: absolute;left: 0;top: 100%;padding: 0;background: #fff;z-index: 1;width: 200px;-webkit-transform: none;transform: none;visibility: hidden;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2)}
  .header .header-nav-all:hover > .header-nav-allList {visibility: visible}
  .header .header-nav-allList .header-navItem {display: block}
  .header .header-nav-all {visibility: visible;display: inline-block;vertical-align: middle;position: relative;z-index: 20}  
}
@media (max-width: 991px){
  .header .header-nav {display: none}
  .header .header-sectionsList {display: block}
  .header .header-navItem {display: block;text-align: center;-webkit-box-shadow: none!important;box-shadow: none!important;-webkit-transition: background .3s ease;transition: background .3s ease}
  .header .header-navItem.active,.header .header-navItem:hover {background: #ff7e7a}
  .header .header-navItem.active .header-navLink {color: #fff;}
  .header .header-navItem + .header-navItem {border-top: 1px solid #e8dbcf;}
  .header .header-navLink {    display: block;line-height: 45px;color: #2e2e2e;}
  .header .header-navLink:before {display: none}
  .header .header-nav-all > .header-navLink {display: none}
  .header .header-nav-all > .header-nav-allList {position: static;padding: 0;z-index: 1;width: 100%;visibility: visible}
  .header .header-nav-all:hover > .header-nav-allList {visibility: visible}
  .header .header-nav-allList .header-navItem,.header .header-nav-allList .header-navLink {display: block}
  .header .header-nav-all {visibility: visible;width: 100%;display: inline-block;vertical-align: middle;position: relative;z-index: 20;border-top: 1px solid #4c4c4c}    
}
/** ЛК **/
.header .header-login {text-align: right}
.header .header-loginMenu {position: relative;z-index: 2;display: flex;align-items: center;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;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header .header-login .header-loginLink {line-height: 40px;display: inline-block}
.header .header-login .header-loginLink .material-icons {font-size: 23px;color: #ff7e7a;display: inline-block;vertical-align: middle}
.header .header-login .header-loginLink span {display: inline-block;vertical-align: middle}
.header .header-login.isLogin .header-loginLink {display: block}
.header .header-login.isLogin .header-loginLink .fal {
  color: #ff7e7a;
}
@media (max-width: 1200px){
  .header .header-login .header-loginMenu > .header-loginList .header-loginLink span {display: none;}
}
@media (min-width: 992px){
  .header .header-login {z-index: 2}
  .header .header-login.isLogin {-webkit-transform: translateX(0);transform: translateX(0)}
  .header .header-login.isLogin .header-loginFlyout,.header .header-login.isLogin .header-loginMenu:hover {background-color: #ffffff;}
  .header-loginMenu:hover .header-loginArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  .header .header-loginMenu:hover .header-loginFlyout {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
  .header-loginFlyout {right: 0;top: 100%;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out;}
  .header .header-login.isLogin .header-loginList {padding: 0}
  .header .header-login.isLogin .header-loginLink {padding: 0 15px;white-space: nowrap}
  
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-subnav {-webkit-transform: translateY(-10px);-webkit-transition: all .15s ease-in-out}
  .header .header-login .header-loginLink {color:#2e2e2e;}
  .header .header-login .header-loginLink:hover {
    color: #ff7e7a;
  }
}
.header .header-login .header-loginBtn {line-height: 40px}
.header .header-login .header-loginBtn .fal {
  color: #ff7e7a;
  vertical-align: middle;
  font-size: 17px;  
}
.header .header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
@media (max-width: 991px) {
  .header .header-login .header-span-or {display: none}
  .header .header-login .header-loginBtn {display: none}
  .header .header-loginMenu {width: 100%;padding: 0;transform: none}
  .header .header-loginFlyout {width: 100%;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 #4c4c4c}
  .header .header-login .header-loginLink .pseudo-link::after {display: none}
  .header .header-login .header-loginFlyout .header-loginLink span {display: inline-block;}
  .header .header-login .header-loginLink span {display: inline-block;color:#2e2e2e;}
} 
/** Header main **/
.header-main > .container > .row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-main {background-color: #fbf6ee;}
/** Лого **/
.header .header-logo {height: 80px;line-height: 80px;padding: 0 10px;}
.header .header-logoImg {max-height: 75px;}
@media (max-width: 991px) {
  .header .header-logo {height: 80px;line-height: 80px;}
  .header .header-logoImg {max-height: 70px;}
}
/** Поиск **/
.header .header-search {margin-left: auto}
.header .header-search .search {/* position: relative */}
.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 #e8dbcf}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: none;vertical-align: middle;position: relative;top: 1px;right: 0px;left: 0;z-index: 3;border-left: 1px solid #eddcd0;border-right: 1px solid #eddcd0;}
.header .header-search .search #search_mini_form .search-string {font-size: 13px;color: #333;width: 100%;max-width: 100%;margin: 0;line-height: 20px;padding-right: 90px;border-radius: 40px;}
.header .header-search .search #search_mini_form .search-submit {position: absolute;top: 0;right: 0;height: 45px;padding: 0 15px;font-size: 16px;font-family: 'Open Sans',Arial,sans-serif}
.header .header-search .search #search_mini_form .search-close {display: none}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #888}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #888}
.header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #888}
.header-searchBtn {position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px}
.header .header-search .search #search_mini_form .header-searchIcon {color: #ff7e7a;height: 24px;display: block;line-height: 1;}
.header .header-search .search #search_mini_form .search-submit:hover .header-searchIcon {color: #ff7e7a}
.header .header-search .header-searchLink {height: 40px;display: flex;align-items: center;color: #2e2e2e;padding: 0;}
.header .header-search .header-searchLink:hover {color: #ff7e7a}
.header .header-search .header-searchLink .material-icons {font-size: 23px;color: #ff7e7a;display: inline-block;vertical-align: middle}
.header .header-search .header-searchLink span {display: inline-block;vertical-align: middle}
@media (max-width: 1200px) {
  .header .header-search .header-searchLink span {display:none;}  
}
@media (min-width: 992px) {
  .header .header-search .search #search_mini_form {position: absolute}
  .header .header-search .search #search_mini_form .search-string {height: 40px;border: none;-webkit-box-shadow: none;box-shadow: none;line-height: 19px;width: 100%;}
  .header .header-search .search #search_mini_form .search-submit {position: absolute;top: 0;right: 40px;height: 40px;padding: 0 15px;font-size: 16px;font-family: 'Open Sans',Arial,sans-serif}
  .header .header-search .search #search_mini_form .search-close {display: block;position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px;font-family: 'Open Sans',Arial,sans-serif}
}
@media (max-width: 991px) {
  .header .header-search .header-searchLink {display:none;}
  .header .header-search .search {padding: 15px}
  .header .header-search .search #search_mini_form {display:block!important;    border-left: 0;border-right: 0;}
  .header .header-search .search .header-loginLink {display: none}
}
/** Контакты **/
.header-contacts {text-align: center}
.header-contacts .header-contacts-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-contacts .header-phones {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-contacts .header-phoneNum {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-size: 22px;font-weight: 400;font-family: "Opel Sans";color: #2e2e2e;}
.header-contacts .header-phoneNum:nth-child(2) ~ .header-phoneNum {display: none}
.header-contacts .header-phoneNum:not(:first-child) {margin-left: 30px}
.header-contacts .header-phoneCallback {color: #ff7e7a;margin-left: 0;display: block;height: 100%}
.header-phoneCallback-block {display: block;border: 1px solid #e8dbcf;border-radius: 20px;height: 100%;padding-left: 35px;position: relative}
.header-contacts .header-phoneCallback-wrap {background-color: #fff;border-radius: 20px;height: 40px;padding: 3px;margin-left: auto;-webkit-transition: background-color .3s;transition: background-color .3s}
.header-contacts .header-phoneCallback-wrap:hover {background-color: #e8dbcf}
.header-contacts .header-phoneCallback-wrap:hover .header-phoneCallback i {border: 1px solid #fff;background-color: #ffff}
.header-contacts .header-phoneCallback-wrap:hover .header-phoneCallback-block {border-color: #fff}
.header-contacts .header-phoneCallback i {font-size: 22px;display: inline-block;vertical-align: middle;width: 34px;height: 34px;line-height: 32px;border: 1px solid #e8dbcf;background-color: #fbf6ee;border-radius: 50%;position: absolute;left: -1px;top: -1px}
.header-contacts .header-phoneCallback-title {text-transform: uppercase;margin-left: 5px;margin-right: 10px;display: block;height: 100%;line-height: 34px}
.header-contacts .header-phoneCallback:hover {color: #ff7e7a}
.header-phoneSub {color: #333;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.header-phoneSub i {margin-right: 5px;color: #ff7e7a;font-size: 21px}
@media (max-width: 1200px) {
  .header-contacts .header-phoneCallback-wrap {
    margin-left: auto;
  }
  .header-contacts .header-phones {
    flex-direction: column;
  }
  .header-contacts .header-phoneNum:not(:first-child) {margin-left: 0} 
  .header-phoneSub {
    margin-left:0;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .header-phoneSub {display: none}
  .header-contacts .header-contacts-wrap {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
  .header .header-main .header-contacts {padding: 15px}
  /*.header-contacts .header-phoneNum {color: #fff}*/
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: block;margin-top: 5px}
  .header .header-contacts {text-align: center}
  .header-contacts .header-phoneCallback-wrap {margin: 0 auto}
  .header-contacts .header-phoneCallback:hover {color: #fff}
  .header-contacts .header-phoneCallback:after {display: none}
  .header-contacts .header-phoneSub {color: #fff}
  .header-contacts .header-phones {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 10px}
 
}
/* Избранное Сравнение Корзина */
.header .header-tools {text-align: right}
.header-toolsCol:first-child {margin-left: 0}
.header-toolsCol {position: relative;display: inline-block;vertical-align: middle;margin-left: 10px}
@media all and (max-width: 1199px) {
  .header-toolsCol {margin-left: 10px}
  .header-tools .header-toolsCol .header-toolsName {display: none}
  .header-tools .dropdown {top: 35px}
}
.header-toolsIcon {position: relative;display: block;height: 33px;padding: 0 15px;margin: 0 auto;text-align: center;line-height: 33px;}
.header-toolsIcon i {font-size: 34px}
.header-toolsIcon i::before {margin: 0}
.header-toolsIcon._compare i {font-size: 30px}
.header-toolsCol:hover .header-toolsIcon i {color: #ff7e7a}
.header .header-toolsLink .header-toolsCounter {position: absolute;z-index: 1;left: auto;top: -5px;right: 0;display: block;min-width: 25px;padding: 0 4px;text-align: center;color: #fff;border-radius: 50%;background-color: #ff7e7a;height: 25px;line-height: 25px;font-size: 14px;}
.header .header-toolsLink .header-toolsCounter > span:after {
    font-size: 9px;
}
.header-toolsAmount,.header-toolsCounter {height: 20px;line-height: 20px;font-size: 11px}
/* Корзина */
.cart.page {display: none;}
.cart .dropdown {display:none;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart .dropdown {position: absolute;top: 35px;right: 0;width: 393px;margin-top: 10px;border-top: 0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #eddcd0;background-color: #fff;color: #777;z-index: 4;}
.cart .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.cart .header-toolsLink._cart {display: -webkit-box;display: -ms-flexbox;display: flex}
.cart .header-toolsIcon {width: auto;height: 50px;padding: 0}
.cart .header-toolsIcon svg {height: 50px;width: 50px}
.cart .header-toolsContent {text-align: left;padding-left: 10px}
.cart .header-toolsContent .title {font-size: 16px;font-weight: 700;margin-bottom: 7px;display: block}
.cart .header-toolsContent .price .num {font-family: 'Open Sans';font-size: 16px}
.cart .header-toolsContent .price {color: #ff7e7a;font-family: 'Open Sans';font-weight: 400;font-size: 16px}
.cart .header-toolsLink .header-toolsCounter {position: absolute;z-index: 1;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;display: block;width: 20px;min-width: 21px;height: 21px;padding: 0;text-align: center;color: #ff7e7a;border-radius: 50%;background-color: #fff;line-height: 25px;font-size: 14px;}
.cart .header-toolsLink .header-toolsCounter .icon {width: 21px;height: 21px;fill: #ff7e7a}
.cart .header-toolsLink .header-toolsCounter .count {color: #fff;position: absolute;top: 0;left: 0;margin-left: 0;font-size: 11px;line-height: 21px;height: 21px;width: 21px;}
.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: #ff7e7a;}
.cart .cart-content .cart-products-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.cart .cart-content .cart-products-list .item .product-image img {max-width: 60px;max-height: 60px;}
.cart .cart-content .cart-products-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4;}
.cart .cart-content .cart-products-list .item .product-details .product-name {margin: 0 0 3px 0;}
.cart .cart-content .cart-products-list .item .product-details .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #2e2e2e;}
.cart .cart-content .cart-products-list .item .product-details .product-name:hover a {color: #ff7e7a;}
.cart .cart-content .cart-products-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: -10px;right: calc(100% + 15px);display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #e8dbcf;}
.cart .cart-content .cart-products-list .item .product-details .product-price {font-size: 15px;color: #8f8f8f;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price {font-size: 16px;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price > span:after {font-size: 12px;}
.cart .cart-content .subtotal {padding: 10px 30px;width: 100%;color: #333;text-align: left;background-color: #fbf6ee;}
.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: #fbf6ee;text-align: center;}
/* Сравнение */
.compare.page .dropdown {display: none;}
.compare .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #e8dbcf;background-color: #fff;color: #777;z-index: 3;}
.compare .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.compare .compare-content .empty {padding: 20px;text-align: center;}
.compare.page {display: none;}
.compare #compare-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside;}
.compare #compare-items .empty.hide, .compare #compare-items .button.hide {display: none;}
.compare #compare-items .empty {    padding: 20px;    text-align: center;    line-height: 25px;}
.compare #compare-items .empty a {text-decoration: underline;font-weight: bold;}
.compare #compare-items .compare-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.compare #compare-items .compare-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.compare #compare-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.compare #compare-items .item .product-name {margin: 0 0 3px 0}
.compare #compare-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 20px;color: #2e2e2e;}
.compare #compare-items .item .product-name a:hover {color: #ff7e7a;}
.compare #compare-items .compare-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.compare #compare-items .compare-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.compare #compare-items .item .product-details .price {font-size: 16px;font-weight: 700;color: #2e2e2e;}
.compare #compare-items .item .product-details .price > span:after {font-size: 12px;}
.compare #compare-items .item .dataid {display: none;}
.compare #compare-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.compare #compare-items .item .item-remove:hover {color: #ff7e7a;}
.compare #compare-items .actions {overflow: hidden;background-color: #f1f1f1;padding: 10px}
.compare .button {float: left;}
.compare .button + .button {float: right}
/* Избранное */
.favorites-link {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #333;height: 100%;padding: 0 5px;margin-left: 20px}
.favorites-link:hover {color: #ff7e7a}
.favorites-link i {font-size: 22px;color: #ff7e7a;margin-right: 5px}
.favorites.page .dropdown {display: none;}
.favorites .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #e8dbcf;background-color: #fff;color: #777;z-index: 3;}
.favorites .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.favorites .compare-content .empty {padding: 20px;text-align: center;}
.favorites.page {display: none}
.favorites #favorites-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside}
.compare #compare-items .button.hide,.favorites #favorites-items .empty.hide {display: none}
.favorites #favorites-items .empty {padding: 20px;text-align: center;line-height: 25px}
.favorites #favorites-items .empty a {text-decoration: underline;font-weight: 700}
.favorites #favorites-items .favorites-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.favorites #favorites-items .favorites-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.favorites #favorites-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.favorites #favorites-items .item .product-name {margin: 0 0 3px 0}
.favorites #favorites-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 15px;color: #2e2e2e;}
.favorites #favorites-items .item .product-name a:hover {color: #ff7e7a;}
.favorites #favorites-items .favorites-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.favorites #favorites-items .favorites-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.favorites #favorites-items .item .product-details  .price {font-size: 16px;    font-weight: 700;    color: #2e2e2e;}
.favorites #favorites-items .item .product-details  .price > span:after {font-size: 12px;}
.favorites #favorites-items .item .dataid {display: none;}
.favorites #favorites-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.favorites #favorites-items .item .item-remove:hover {color: #ff7e7a;}
.favorites #favorites-items .actions {    overflow: hidden;    background-color: #f1f1f1;padding: 10px }
.favorites .button {float: left;}
.favorites .button + .button {float: right;}
@media all and (max-width: 1200px){
  .favorites-link .favorites-title {display:none;}
}
@media all and (max-width:991px){
  .favorites {display:none;}
}
/* Каталог и Меню */
.header .header-menu {background-color: #ff7e7a}
@media (max-width:991px) {.header .header-menu {background-color: #ff7e7a}}
/* Каталог в шапке */
.header-catalogMenu {background-color: #fff}
.header-catalog {position: relative}
.header-catalogBtn {width: 100%;line-height: 50px;text-align: left;color: #fff;background-color: #ff7e7a;font-size: 16px;font-family: 'Open Sans',Arial,sans-serif;cursor: pointer}
.header-catalogBtn,.header-catalogLink {display: block;padding: 0 20px}
.header-catalogMenuTitle {display: none}
.header-catalogItem + .header-catalogItem {border-top: 1px solid #edf1f4}
.header-catalogIcon {font-size: 16px;line-height: 50px;margin-right: 10px}
.header-catalogArrow {margin-left: 8px;float: right;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header-catalogMenu ul {margin: 0;padding: 0;list-style: none;list-style-position: inside}
.header-catalogMenu .sub {padding-left: 10px}
.header-subcatalogTitle {display: block;margin-bottom: 10px;font-size: 16px;font-family: "Open Sans",Arial,sans-serif;font-weight: 500;line-height: 1.3;color: #2a3034}
.header-catalogMenu a.active,.header-catalogMenu a:hover {color: #ff7e7a}
.header-catalogMenu .header-subcatalog-third {list-style: none;padding: 0;margin: 0}
.header-catalogMenu .header-subcatalog-third .sub li {padding: 5px 0}
@media (max-width: 991px) {
  body.modal-open {overflow:hidden;}
  .header-catalogBtn {padding:0;}
  .header-catalogMenuTitle {display: block}
  .header-catalogMenuTitle a {display: block;padding: 10px 15px;font-size: 22px;font-family: 'Opel Sans',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: #fbf6ee;}
  .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: #ff7e7a}
  .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;}
}
@media (min-width: 992px) { 
  .header-catalog {display:none;}
  .header-subcatalogCol .header-subcatalogList,.header-subcatalogItem + .header-subcatalogItem {margin-top: 10px}
  .header-catalogMenu .header-subcatalog {display: block!important;position: absolute;top: calc(100% + 10px);left: 0;padding: 15px;background-color: #fff;border-left: 1px solid #edf1f4;opacity: 0;visibility: hidden;}
  .header-catalogMenu .header-subcatalog:before {content: '';display: block;width: 100%;height: 10px;position: absolute;bottom: 100%;left: 0;background: transparent;}
  .header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;}
  .header-catalogItem:hover {background-color: #f6f8fa}
  .header-subcatalogBanner {float: right;width: 300px}
  .header-subcatalogGrid {margin-right: 300px}
  .header-subcatalogCol {margin-bottom: 20px;padding-right: 20px}
  .header-loginFlyout {position: absolute;opacity: 0;visibility: hidden}
  .header-catalogMenu._visible {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);z-index: 1;}
  .header-catalogItem .header-secondArrow {display: none}
  .header-catalogItem:hover .header-catalogArrow {color: #ff7e7a;-webkit-transform: translateX(.3rem) rotate(-90deg);transform: translateX(.3rem) rotate(-90deg)}
  .header-subcatalog {width: calc(100%);}
  .header-subcatalogCol {width: 100%;/* float: left; */list-style: none;text-align: left;}
  .header-subcatalogCol .header-secondArrow {display:none;}
  .header-catalogLink {font-size: 14px;line-height: 1.3;padding: 0px 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;color: #fff;text-transform: uppercase;border: 1px solid transparent;margin: 10px 0;margin-right: 3px;transition: all .3s;position: relative;z-index: 1;}
  .header-sectionsItem.hover  .header-catalogLink.active,.header-sectionsItem.active  .header-catalogLink, .header-sectionsItem:hover  .header-catalogLink {color: #fff;border: 1px solid #fff;}
  .header-sectionsItem  .header-catalogLink .header-linkText {position: relative;}
  .header-subcatalogCol:last-child,
  .header-subcatalogCol:last-child  .header-subcatalogTitle{
      margin-bottom: 0;
  }  
}
@media (min-width: 1200px) {
  .header-subcatalog {width: auto;}
}
/* Пункты меню*/
.header .header-sections {background-color: transparent;}
.header .header-sectionsList {display: flex;justify-content: center;width: 100%;border-collapse: collapse;margin: 0;padding: 0;list-style: none;background:none;}
.header .header-sectionsItem {position: relative;vertical-align: middle;text-align: center;display: flex;}
.header .header-sectionsLink {padding: 0 20px;height: 100%;display: block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color:#2a3034;transition: all .3s;}
.header .header-sectionsItem.active .header-sectionsLink,.header .header-sectionsItem:hover .header-sectionsLink{color: #2e2e2e;}
.header .header-sectionsLink:before,.header-sectionsName {display: inline-block;vertical-align: middle}
.header .header-sections .overflowMenu {display: none;}
@media (min-width: 992px){
  .header .header-sectionsItem .header-catalogLink:hover:before {opacity: 1;width: calc(100% - 6px);height: calc(100% + 6px);top: -3px;left: 3px}
  .header .header-sectionsItem .header-catalogLink:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #fff;width: calc(100%);height: calc(100%);-webkit-transition: all .3s ease;transition: all .3s ease;opacity: 0;z-index: 1} 
  
  .header .header-sections .overflowMenu {
    padding: 0;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    background: #ff7e7a;
    border: 1px solid #e8dbcf;
  }  
  .header .header-sections .overflowMenu.active {display:block;}
  .header .header-sections .overflowMenu .header-sectionsItem {justify-content: center;}
}
@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, .header .header-sectionsItem:hover {background: #ff7e7a}
  .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 (max-width: 991px){
  ._header-mobile {display: none}
  .header ._header-mobile {position: absolute;z-index: 2;top: 40px;left: 0;width: 100%;padding: 0;background-color: #faf6ee;border-top: 1px solid #e8dbcf;border-bottom: 1px solid #e8dbcf;}
}
@media (min-width: 992px) {
  ._header-mobile {display: block!important;}
}
/**/
.header-overlay {position: fixed;z-index: -2;top: 0;left: 0;right:0;bottom:0;background-color: #333;opacity: 0;visibility: hidden;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;cursor: pointer}
.header-overlay._visible {opacity: .5;visibility: visible}
@media (max-width:991px) {.header-overlay {z-index: 2}}
/*** Преимущества ***/
#features {margin-bottom: 15px;padding-top: 15px}
#features .features__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
#features .main-featuresItem {display: block;margin-bottom: 4px;text-align: center}
#features .main-featuresInner {height: 100%;padding: 0 10px 0;}
#features .main-featuresTitle {margin: 15px 0 5px;font-size: 16px;color: #333;font-weight: 700;}
#features .main-featuresIcon {max-width: 100%;margin: auto;line-height: 40px;color: #ff7e7a;}
#features .main-featuresIcon img {max-height: 80px}
#features .features-list .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#features .features-list .main-featuresItem {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;-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: #ff7e7a}
@media (max-width:1199px) {#features .main-featuresItem {margin-bottom: 20px}}
@media (max-width: 481px) {
  #features .main-featuresInner {
    max-width: 135px;
  }  
  #features .main-featuresIcon img {
      max-height: 50px;
  }  
  #features .main-featuresTitle {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  #features .main-featuresInner {
    max-width: 125px;
  }
}
#features .features-list._goods {display: -webkit-box;display: -ms-flexbox;}
#features .features-list._goods {display: flex;flex-wrap:wrap;}
#features .features-list._goods .main-featuresItem {height: auto;}
#features .features-list._goods .main-featuresIcon {margin-right: 15px;flex-shrink: 0;}
#features .features-list._goods .main-featuresIcon img {max-height: 60px;width: 60px}
#features .features-list._goods .main-featuresInner {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 0}
#features .features-list._goods .main-featuresItem {margin-right: 30px;text-align: left}
#features .features-list._goods .main-featuresItem:last-child {margin-right: 0px;}
@media all and (max-width: 1200px){
  #features .features-list._goods .main-featuresItem {margin-bottom: 15px;}
}
@media all and (max-width: 481px){
  #features .features-list._goods .main-featuresItem {margin-bottom: 15px}
  #features .features-list._goods .main-featuresIcon img {max-height: 50px;width: 50px} 
}
/*** Новости ***/
#news {padding-top: 30px;padding-bottom: 40px;}
#news .block-title svg.block-icon {background: #fbf6ef00;outline: 12px solid transparent}
#news .block-title .title:before,
#news .block-title .title:after {
    content: '';
    width: calc(50% - 30px);
    max-width: 155px;
    position: absolute;
    top: 0;
    display: block;
    height: 1px;
    background: #f2e5dc;
    transform: none;    
}
#news .block-title .title:before {
    right: calc(50% + 30px);
    left: auto;
}
#news .block-title .title:after {
    left: calc(50% + 30px);  
}
@media all and (max-width: 481px){
  #news .block-title .title:before,
  #news .block-title .title:after {display:none;}
  #news .block-title svg.block-icon {display:none;}
  #news .block-title._iconed .title {
    padding: 0;
    margin-top: 0;    
  }
}
#news .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex}
#news .owl-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto}
#news .block-news .item {position: relative;padding: 35px 0 0px;height: 100%;}
#news .block-news .post-content {position: relative;background-color: #fff;text-align: left;min-height: 210px;height: 100%}
#news .post-content-header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background-color: #eedcd0;height: 50px;margin-bottom: 40px;padding: 0 15px}
#news .block-news .news-image {display: block;width: auto;width: 120px;height: 120px;margin-bottom: 10px;overflow: hidden;border-radius: 50%;border: 5px solid #eedcd0;margin: 0 auto;background: #fff;}
#news .block-news .date {display: block;text-align: left;margin-bottom: 0;color: #ff7e7a;font-size: 16px;font-weight: 400;line-height: 20px}
#news .post-content-body {padding: 0 20px 20px;text-align: center}
#news .block-news .title {display: block;overflow: hidden;line-height: 20px;font-weight: 700;margin-bottom: 15px;color: #ff7e7a;font-family: "Opel Sans";font-size: 18px;}
#news .block-news .title:hover {color: #60c967}
#news .block-news .description {font-size: 14px;padding: 0;margin-bottom: 0;overflow: hidden;line-height: 18px}
#news .block-news .read-more {font-size: 16px;color: #ff7e7a;display: flex;align-items: center;}
#news .block-news .read-more:hover {
  text-decoration: underline;
}
#news .block-news .read-more .icon {
  width: 30px;
  height: 30px;
  fill: #ff7e7a;
}
#news .block-news .small {display: none}
#news .tabs-headerList {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;padding: 0 10px;white-space: nowrap;overflow-y: auto}
#news .tabs-headerList .tabs-headerItem {display: inline-block;vertical-align: middle;padding: 0 5px;margin-right: 10px}
#news .tabs-headerList .tabs-headerItem:last-child {padding-right: 30px}
#news .tabs-headerList .tabs-headerItem .tabs-headerLink {display: block;padding: 14px 0;font-size: 16px;height: 100%;font-family: 'Open Sans',Arial,sans-serif}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #ff7e7a}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #ff7e7a;-webkit-box-shadow: inset 0 -2px 0 0 #ff7e7a;box-shadow: inset 0 -2px 0 0 #ff7e7a}
#news .tabs-body {position: relative}
#news .tabs-body .tabs-content {display: none}
#news .tabs-body .tabs-content.active {display: block}
.nojs #news .preloader {display: none}
.nojs #news .tabs-body .tabs-content {display: block}
@media all and (max-width: 481px){
  #news .block-news .news-image {
    width: 100px;height: 100px;
  }
}
/*** Подвал ***/
#footer {padding-top: 30px;margin-top: 0;background-color: #fbf6ee;color: #333;font-size: 14px}
#footer .container {position: relative}
#footer .block {margin-bottom: 20px}
#footer .block .title {font-family: "Opel Sans";position: relative;margin: 0 0 10px;font-size: 24px;line-height: 1.2;font-weight: 700}
#footer .block.collapse .title .title-navArrow {display: none}
#footer .block .block-content {background-color: transparent;padding: 0}
#footer .block .block-content > p {margin-bottom: 25px}
#footer .footer-logo {margin-bottom: 20px}
#footer .footer-subText {color: #888;font-size: 14px}
@media all and (min-width: 992px) {#footer .block .block-content{display:block!important;}}
@media all and (max-width: 991px) {
  #footer .block.collapse:nth-child(2) {margin-bottom: 0}
  #footer .block.collapse.active:nth-child(3) .title {border-radius: 0}
  #footer .block.collapse:nth-child(3) .title {border-top: 1px solid transparent;}
  #footer .block.collapse .title {background-color: rgba(255,255,255,0.1);padding: 10px 0;margin-bottom: 0;cursor: pointer}
  #footer .block.collapse .title .title-navArrow {display: block;width: 40px;line-height: 40px;text-align: center;position: absolute;top: 0;right: 0;-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
  #footer .block.collapse .title.active .title-navArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  #footer .block.collapse .block-content {display: none;padding: 0 10px;background-color: rgba(255,255,255,0.2);}
  #footer .block.collapse .links li {line-height: 30px}
}
/* Контакты */
.block-contact {color: #fff;padding: 15px 0;font-size: 16px;background-color: #ff7e7a;}
.block-contact-item {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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.block-contact-icon {margin-right: 10px;border-right: 1px solid rgba(255,255,255,.5)}
.block-contact a {color: #fff}
.block-contact i {display: inline-block;vertical-align: top;color: #fff;font-size: 21px;line-height: 40px;text-align: center;margin-right: 10px}
.block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.footer-phone {font-size: 20px;font-weight: 700;line-height: 22px}
.footer-phoneCallback {text-decoration: underline;margin-top: 3px;display: block;font-size: 16px}
.block-contact p {display: inline-block;vertical-align: top;margin: 0;line-height: 1;font-size: 14px;color: #ccd8df}
.block-contact b {display: inline-block;color: #fff;font-weight: 400;font-size: 13px;margin-bottom: 10px;color: #fff;text-transform: uppercase}
@media all and (max-width: 768px){
  .block-contact-item:last-child {margin-top: 10px;}
}
@media all and (max-width: 481px){
  .block-contact-item {margin-top: 10px;}
  .block-contact-item {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;padding-left: 15px}
}
/* Меню */
#footer .links {padding: 0;}
#footer .links li {display: block;position: relative;line-height: 20px;}
#footer .links li + li {margin-top: 10px;}
#footer .links a {display:block;}
#footer .links a:hover {color: #ff7e7a;}
/* Обратный звонок */
#footer .callbackForm .callback-input {position: relative;margin-bottom: 15px;}
#footer .callbackForm .input {width: 100%;height: 40px;color: #333;}
#footer .callbackForm .button {display: block;margin: 0 auto;text-align: center;margin-bottom: 10px;background-color: #ff7e7a;color: #fff;}
#footer .callbackForm .button:hover {background-color: #ff7e7a;color: #fff;}
#footer .name-error,#footer  .phone-error {display:block;font-size: 13px;}
#footer .input.input--error {border: none;}
.callbackForm .pp {font-size: 12px;text-align: center;color: #888888;}
.callbackForm .pp label {color: #888888!important;}
.pp a {display: inline;color: #ff7e7a;}
.pp a:hover {text-decoration: underline}
.pp.pp-fast-order {
  font-size: 12px;
  color: #888888;
}
.pp.pp-fast-order label {color: #888888!important;}
.pp.pp-feedbackForm {margin-bottom: 15px;}
.pp.pp-feedbackForm label {color: #888888!important;}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
/* Перезвоните мне */
.callbackForm .callback-input {margin-bottom: 15px;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;color: #333333;}
.callbackForm .callback-btn {display:block;margin: 0 auto 10px;max-width: 170px;}
.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 .fotter-bottom {margin-top: 0;text-align: center;padding: 10px 0 25px;overflow: hidden;}
#footer .fotter-bottom .copyright {text-align: center;color: #888;font-size: 14px;}
#footer .fotter-bottom .payments-block {text-align: right;}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
/* Способы оплаты */
.payment-icons._goods {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.payment-icons._goods .payment-icons-title {margin-bottom: 0;margin-right: 15px}
.payment-icons .paymentTitle {color: #fff;margin-bottom: 10px}
.payment-icons .payment-icons-title {display: block;margin-bottom: 15px;    color: #888888;}
.payment-icons .payment-icons-list {display: -webkit-box;display: -ms-flexbox;display: flex}
.payment-icons .payment-ico {display: inline-block;vertical-align: middle;margin-right: 10px;cursor: pointer}
.payment-icons .payment-ico:first-child {margin-left: 0}
.payment-icons .payment-ico .icon {width: 25px;height: 25px;fill: #e8dbcf}
.payment-icons .payment-ico:hover .icon {fill: #ff7e7a}
@media all and (max-width: 768px){
  .payment-icons .payment-ico {
    margin-right: 5px;
  }
}
/* Соц. сети */
.social-links {text-align: center;margin-top: 5px;margin-bottom: 0}
.social-links a .icon {width: 15px;height: 15px;}
.social-links a:hover .icon {fill: #ff7e7a}
.social-links a {display: inline-block;color: #ccd8df;margin-right: 3px;text-align: center;text-indent: 0}
.social-links a:last-child {margin-right: 0}
.social-links a:hover {border-color: #fff}
.social-links a:hover i {color: #fff}
.social-links a span {display: none}
.social-links._vertical {width: 20px;margin-top: 0}
.social-links._vertical .icon {fill: #e8dbcf}
.social-links._vertical a {margin-right: 0;margin-bottom: 7px}
.social-links._vertical a:last-child {margin-bottom: 0}
.social-links._vertical::after,.social-links._vertical::before {content: '';display: block;margin: auto;width: 1px;height: 15px;background-color: #e8dbcf}
.social-links._vertical::before {margin-bottom: 9px}
.social-links._vertical::after {margin-top: 15px}
.social-links._footer {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 20px}
.social-links._footer a {display: -webkit-box;display: -ms-flexbox;display: flex;width: 45px;height: 45px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 55 55' style='enable-background:new 0 0 55 55;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF7E7A;%7D .st1%7Bfill:none;stroke:%23E8DBCF;stroke-width:0.75;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='27.5' cy='27.1' r='22.5'/%3E%3Crect x='11.6' y='11.6' class='st1' width='31.5' height='31.5'/%3E%3Crect x='11.8' y='11.2' transform='matrix(0.7071 0.7071 -0.7071 0.7071 27.3 -11.308)' class='st1' width='30.9' height='32.2'/%3E%3Crect x='11.8' y='11.2' transform='matrix(0.3698 0.9291 -0.9291 0.3698 42.569 -8.1603)' class='st1' width='30.9' height='32.2'/%3E%3Crect x='11.8' y='11.2' transform='matrix(0.9293 0.3694 -0.3694 0.9293 12.0172 -8.1544)' class='st1' width='30.9' height='32.2'/%3E%3C/svg%3E%0A");
}
.social-links._footer a .icon {margin: auto;display: inline-block;fill: #fbf6ee}
.social-links._footer a:hover .icon {fill: #fbf6ee}
@media all and (max-width: 991px){
  .header-toolsCol._social{display:inline-block!important;margin-right: 0;}
  .header-toolsCol._social .social-links {margin-top:10px;margin-bottom: 10px;}
  .header-toolsCol .header-toolsIcon._cart {padding-left: 0;}
}
/*** Заголовки ***/
#page-title {text-align: left;margin-bottom: 25px;}
#page-title.index-catalog {padding: 15px 15px 0;}
#page-title .block-title h1.title {font-size: 30px;word-break: break-word;line-height: 1;}
#page-title .block-title h5.result {display: none;color: #fff;font-family: 'PT Sans Narrow', sans-serif;font-weight: 600;letter-spacing: 0.025em;}
#page-title .block-title._search h1.title {margin-bottom:15px;}
.block-title {position:relative;}
.block-title._iconed .title {margin: 0;text-align: center;padding: 30px 15px;font-size: 30px;text-transform: none;font-weight: 700;    margin-top: 30px;}
.block-title._iconed svg.block-icon {width: 24px;height: 24px;fill: #eedcd0;position: absolute;left: 50%;margin-left: -12px;top: -12px;background: #fff;z-index: 1;background: #fbf6ef00;outline: 12px solid transparent}
.block-title._iconed .title:after,
.block-title._iconed .title:before {content: '';width: calc(50% - 30px);max-width: 155px;position: absolute;top: 0;display: block;height: 1px;background: #f2e5dc;-webkit-transform: none;transform: none}
.block-title._iconed .title:before {right: calc(50% + 30px);left: auto}
.block-title._iconed .title:after {left: calc(50% + 30px)}
@media all and (max-width:481px) {
  .block-title._iconed .title:before {right: auto;left: 0}
  .block-title._iconed .title:after {right: 0;left: auto}
}
.block-title .navigation {position: absolute;top: 8px;right: 10px}
.block-title .navigation .owl-next,.block-title .navigation .owl-prev {display: inline-block;width: 26px;height: 26px;margin-left: auto;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.block-title .navigation > button .icon {width: 26px;height: 26px;fill: #888}
.block-title .navigation > button:hover .icon {fill: #ff7e7a}
.block-title .navigation .owl-next {margin-left:5px;}
.block-title .navigation .fal {transition: transform .2s ease-in-out;}
.block-title.cart {    margin-top: 5px;}
.block-title.cart .title {text-align: center;margin-top: 0;padding: 30px 15px;}
.block-title.cart .title-tab {margin-right: 10px;transition: opacity .3s ease}
.block-title.cart .title-tab .title-step {color: #ff7e7a}
.block-title.cart .title-tab.disabled {opacity: .5}
@media all and (max-width:991px) {
  .block-title.cart .title {
    padding: 0px;
  }
}
@media all and (max-width: 320px) {
  .block-title.cart .title-tab {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/*** Хлебные крошки ***/
#breadcrumbs {position: relative;font-size: 13px;color: #888888;padding: 20px 0;white-space: nowrap;overflow: hidden;overflow-x: auto;}
#breadcrumbs .breadcrumbs-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;display: flex;align-items: center;}
#breadcrumbs ul li {display: inline-block;vertical-align: middle}
#breadcrumbs ul li + li {margin-left: 7px;}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li a {font-weight: 400;display: flex;justify-content: center;align-items: center;height: 20px;border-radius: 10px;background-color: #f6f1ec;padding: 0 7px;}
#breadcrumbs ul li a:hover {color: #ff7e7a; border-color: #ff7e7a;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {max-width: 700px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 400;vertical-align: middle;background-color: #e8dbcf;height: 20px;border-radius: 10px;display: flex;justify-content: center;align-items: center;padding: 0 7px;color: #333333;}
/** Товары на главной **/
.products-container {position: relative}
.products-container .content {width: 100%;position: relative}
.products-container.index .products-grid .item:nth-child(8) ~ .item {display: none}
.products-container.index .products-grid .item:nth-child(9) ~ .show-more {display: block}
.products-container.index .products-grid .show-more {display: none;width: 100%;margin: 0px auto 40px;}
.products-container .products-grid .item .item-inner {padding: 0 0 15px;position: relative;border: 1px solid #eddcd0;height: 100%}
.products-container .products-grid .item .item-inner:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #eddcd0;width: calc(100% + 30px);height: calc(100%  + 30px);-webkit-transition: all .3s ease;transition: all .3s ease;opacity: 0;z-index: 1}
.products-container .products-grid .item:hover .item-inner:before {width: calc(100% + 14px);height: calc(100% + 16px);left: -7px;top: -8px;opacity: 1}
.products-container .products-grid .item .item-inner form.goodsListForm {position: relative;z-index: 2;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
@media all and (max-width: 481px){
  .products-grid .item:nth-child(odd) {
    padding-right: 7.5px;
  }
  .products-grid .item:nth-child(even) {
    padding-left: 7.5px;
  }  
  .products-container .products-grid .item .item-inner {
    padding: 0;
    padding-bottom: 15px;
  
  }
}
/** Товары таблицей **/
.products-grid {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
.products-grid .item {position: relative;margin-bottom: 30px;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
.products-grid .item .product-image {position: relative;background: #fff;z-index: 0;padding: 0;border: 0;border-radius: 0;text-align: center;}
.products-grid .item .product-image .product-img {display: block;position: relative;z-index: 0;overflow: hidden;width: 100%;min-height: 60px;}
.products-grid .item .product-image .product-img img {display: inline-block;max-width: 100%;width: auto;max-height: inherit;}
.products-grid .item .product-icons {position: absolute;z-index: 2;right: -3px;top: -6px;visibility:hidden;transition: all .3s;opacity:0;}
.products-grid .item:hover .product-icons {visibility:visible;opacity:1;}
@media all and (max-width: 481px){
  .products-grid .item .product-icons  {
    right: 6px;
    top: 0;
  }
}
.products-grid .item .product-ico {display:block;width: 20px;height: 20px;line-height: 20px;margin: 0;font-size: 20px;background-color: transparent;color: #ff7e7a;z-index: 1;transition: .1s all;}
.products-grid .item .product-ico i {
  font-size:22px;
}
.products-grid .item .product-ico:not(.add-wishlist) {
  display: none;  
}
.products-grid .item .product-ico:hover,
.products-grid .item .product-ico.added {color: #ff7e7a;}
.products-grid .item .product-ico.added {border-color: #ff7e7a;}
.products-grid .item .product-ico span {display: none;}
.products-grid .item .product-shop {position: static;background-color: #fff;padding: 15px 15px 0;text-align: left;}
.products-grid .item .product-shop .product-name {margin-bottom: 10px;font-weight: 400;letter-spacing: normal;text-align: center;}
.products-grid .item .product-shop .product-name a {display: block;font-size: 16px;font-weight: 400;overflow: hidden;height: 38px;}
.products-grid .item .product-shop .product-name a:hover {color:#ff7e7a;}
@media all and (max-width: 481px){
  .products-grid .item .product-shop .product-name a {display: block;font-size: 13px;font-weight: 400;overflow: hidden;white-space: normal;height: 32px;}
}
.products-grid .item .product-shop .ratings {display:none;}
.products-grid .item .product-shop .price-box {margin-bottom:10px;text-align: center;}
.products-grid .item .product-shop .price-box .old-price {display:none;margin-right: 5px;}
.products-grid .item .product-shop .actions {position: static;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.products-grid .item .product-shop .actions .add-cart:not(.quick) {display: none;vertical-align:middle;max-width: 170px;width: 100%;height: 45px;line-height: 45px;background-color: #ff7e7a;padding: 0 3px;color: #fff;flex-grow: 1;text-align: center;margin: auto;border-radius: 25px;font-size: 14px;position: relative;    text-transform: uppercase;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid rgba(255,255,255,.7);border-radius: 25px;transition: all .3s;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover {background-color: #60c967;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover:before {border-color: #fff;}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #ff7e7a;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #ff7e7a}
.products-grid .item.empty .product-shop .actions .empty {position: relative;display: none;vertical-align: middle;width: 100%;max-width: 170px;margin: auto;height: 45px;line-height: 45px;text-align: center;padding: 0;font-size: 14px;color: #fff;cursor: default;border-radius: 25px;background-color: #eedcd0;text-transform: uppercase;}
.products-grid .item.empty .product-shop .actions .empty:before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid #fff;border-radius: 25px;transition: all .3s;}
.products-grid .item.empty .product-shop .actions .qty-wrap {display: none;}
/** Товары списком **/
.products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.products-list .item {position: relative;overflow: hidden;    margin-bottom: 15px;}
.products-list .item .item-inner {padding: 15px;background-color: #fff;border: 1px solid #eddcd0;}
.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: 207px;height: 207px;line-height: 207px;}
.products-list .item .product-image [class^=ico] {top:0;left:0;bottom: auto;transform: none;}
.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;font-size: 16px;line-height:1.3;}
.products-list .item .product-shop .product-name a:hover {color: #ff7e7a;}
.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) {position: relative;display: inline-block;vertical-align: middle;max-width: 170px;width: 100%;padding: 0 20px;color: #fff;flex-grow: 1;text-align: center;height: 45px;line-height: 45px;font-size: 16px;border-radius: 23px;background-color: #ff7e7a;text-transform: uppercase;}
.products-list .item .product-shop .actions .add-cart:not(.quick):before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid #ffaba9;border-radius: 25px;transition: all .3s;}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover {    background-color: #60c967;    color: #fff;}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover:before {       border-color: #fff;}
.products-list .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #ff7e7a;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #ff7e7a}
.products-list .item .product-icons {  position: absolute;    z-index: 1;    right: 15px;    top: 15px;} 
.products-list .item .product-ico {display: none;width: 30px;height: 30px;line-height: 30px;margin: 5px 0;font-size: 15px;text-align: center;background-color: #fff;color: #ccd8df;border: 1px solid #ccd8df;z-index: 1;transition: .1s all}
.products-list .item .product-ico.added,.products-list .item .product-ico:hover {color: #ff7e7a}
.products-list .item .product-ico.added {border-color: #ff7e7a;}
.products-list .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;height: 36px;line-height: 36px;padding: 0 17px;font-size: 14px;color: #333;background-color: #fff;border: 1px solid #e8dbcf;cursor: default;position: relative;display: inline-block;vertical-align: middle;width: 100%;max-width: 170px;margin: auto;height: 45px;line-height: 45px;text-align: center;padding: 0;font-size: 14px;color: #fff;cursor: default;border-radius: 25px;background-color: #eedcd0;text-transform: uppercase;}
.products-list .item.empty .product-shop .actions .empty:before {content: '';display: block;position: absolute;top: 3px;left: 3px;width: calc(100% - 6px);height: calc(100% - 6px);padding: 3px;border: 1px solid #fff;border-radius: 25px;-webkit-transition: all .3s;transition: all .3s}
.products-list .item.empty .product-shop .actions .qty-wrap {display: none;}
/* Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.product-shop .actions .add-cart .fal {display: inline-block;vertical-align: middle;margin-right: 5px;font-size: 16px;}
.actions .qty-wrap {display: none;position: relative;width: 95px;margin: 0;vertical-align: middle;text-align: center;margin-right:5px}
.catalog .product-shop .actions .qty-wrap {margin-bottom: 0px;}
.actions input.quantity {display: inline-block;vertical-align: middle;width: 35px;height: 36px;margin: 0;color: #333;border-radius: 0;font-size: 14px;text-align: center;padding: 3px;background: transparent;border: 1px solid #e8dbcf;}
.actions .qty-set {display: block;vertical-align: middle;}
.actions .qty-set > a {position: absolute;top: 0;width: 30px;height: 36px;line-height: 34px;border: 1px solid #e8dbcf;font-size: 11px;color: #888888;border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.actions .qty-set > a:hover {color: #fff;background: #ff7e7a;}
.actions .qty-set .qty-plus {right: 1px;}
.actions .qty-set .qty-minus {left: 1px;}
/*** Товар ***/
.product-view .block-bg {padding: 15px;overflow: initial;}
.product-view .product-img-box {margin-bottom: 15px;}
.product-view .product-img-box .general-img {position: relative;text-align: center;min-height: 200px;    border: 1px solid #eddcd0;}
.product-view .product-img-box .general-img [class^=ico] {top: 7px;left: 7px;bottom: auto;transform: none;margin-top: 0;}
.product-view .product-img-box .general-img img {max-width: 100%;}
.thumblist-box {position: relative;overflow: hidden;padding: 0;margin-top: 20px;}
.thumblist-box .navigation.disabled {display: none}
.thumblist-box .navigation {position: absolute;height: 100%;width: 100%}
.thumblist-box .owl-next,.thumblist-box .owl-prev {overflow: visible;position: absolute;z-index: 2;top: 50%;line-height: 56px;right: 0;margin: 0;margin-top: -20px;background-color: #eddcd0;border-radius: 50%;width: 40px;height: 40px}
.thumblist-box .icon {width: 26px;height: 26px;fill: #ff7e7a;-webkit-transition: all .3s;transition: all .3s}
.thumblist-box .owl-next .icon {margin-left: -30px}
.thumblist-box .owl-prev .icon {margin-right: -30px}
.thumblist-box .owl-next:hover .icon,.thumblist-box .owl-prev:hover .icon {margin: 0;fill: #333}
.thumblist-box .owl-prev {float: left;left: 0}
.thumblist {max-width: 360px;margin: 0 auto;}
.thumblist li {display: block;float: none;margin: 0 auto;width: 100px;    border: 1px solid #eddcd0;}
.thumblist li a {display: block;text-align: center;width: 100px;height: 100px;line-height: 100px;}
.thumblist.owl-carousel li a img {display: inline-block;margin: 0 auto;width: auto;max-height: 98px;max-width: 96px;}
.thumblist .owl-stage {margin: 0 auto;}
.product-view .product-shop {margin-bottom: 30px;}
.product-view .product-header {padding-bottom: 15px;}
.product-view  .product-name h1 {display: block;margin: 0;font-size: 24px;font-weight: 700;font-family: 'Opel Sans',Arial,sans-serif;text-transform: none;overflow: hidden;}
/*@media all and (max-width:1199px) {.product-view  .product-name h1 {font-size: 21px}}*/
/*@media all and (max-width:991px) {.product-view  .product-name h1 {font-size: 18px}}*/
/*@media all and (max-width:481px) {.product-view  .product-name h1 {font-size: 16px}}*/
.product-view .product-name {padding-right: 20px;margin-bottom: 0px;}
.product-view .product-header .product-name.quick-view h1 {font-size: 20px;}
.product-view .product-header .product-action {text-align: right;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end}
.product-view .product-header .product-action a {color: #93a6b3;opacity: 0.7;width: 30px;height: 30px;text-align: center;line-height: 30px;font-size: 16px;}
.product-view .product-header .product-action a:hover,
.product-view .product-header .product-action a.added {opacity: 1;color: #ff7e7a}
@media all and (max-width:991px) {.product-view .product-header .product-action {position: absolute;top: 0;right: 15px;padding: 0}}
@media all and (max-width:481px) {.product-view .product-header .product-action {top: -7px;}}
.product-view .product-toolbar {margin-bottom: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-toolbar .product-toolbar-header {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-toolbar .product-neighbor {margin-left: auto;flex-shrink: 0;}
.product-view .product-toolbar .product-neighbor > div {display: inline-block;position: relative;vertical-align: middle;}
.product-view .product-toolbar .product-neighbor > div > a {display: inline-block;color: #93a6b3;font-size: 24px;width: 30px;text-align: center;}
.product-view .product-toolbar .product-neighbor > div > a:hover {opacity: 1}
.product-view .product-toolbar .product-neighbor > div > a .icon {width: 26px;height: 26px;fill:#888888;}
.product-view .product-toolbar .product-neighbor > div > a:hover .icon {fill:#ff7e7a;}
.product-view .product-toolbar .product-neighbor > div .content {position: absolute;left: 0;top: 100%;border-top: 3px solid #ff7e7a;padding: 10px;background-color: #fff;box-shadow: 0 1px 2px rgba(0,0,0,0.2);z-index: 2;visibility: hidden;opacity: 0;filter: alpha(opacity=0);text-align: center;border-radius: 4px;transition: all .2s;}
.product-view .product-toolbar .product-neighbor > div .content:before {content: "";display: block;position: absolute;top: -13px;left: 0;width: 5px;height: 2px;border: 5px solid transparent;border-bottom-color: #ff7e7a;}
.product-view .product-toolbar .product-neighbor > div:hover .content {opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.product-view .product-toolbar .product-neighbor .prev .content {right: auto;left: 0;margin-left: -17.5px;}
.product-view .product-toolbar .product-neighbor .prev .content:before {left: 32px;right: auto;}
.product-view .product-toolbar .product-neighbor .next .content {left: auto;right: 0;margin-right: -17.5px;}
.product-view .product-toolbar .product-neighbor .next .content:before {right: 32px;left: auto;}
.product-view .product-toolbar .product-neighbor > div .content .image {display: block;position: relative;margin: 0 auto 10px;max-width: 100px;max-height: 100px;}
.product-view .product-toolbar .product-neighbor > div .content .name {margin: 0;font-weight: 600;font-size: 14px;}
.product-view .product-toolbar .ratings {display:none;}
.product-view .product-toolbar .ratings {vertical-align: middle;height: 20px;margin: 0;margin-top: 20px;font-size: 16px;}
.product-view .product-toolbar .ratings .ratiing-count {display: inline-block;vertical-align: middle;color: #333;font-size: 14px}
.product-view .product-toolbar .ratings .ratiing-count:hover {color: #323f48}
.product-view .product-toolbar .goodsDataMainModificationArtNumber {display: inline-block;vertical-align: middle;white-space: nowrap;color: #849aa8;margin-right: 11px;margin-top: 2px;margin-bottom: 2px;}
.product-view .product-toolbar .goodsDataMainModificationAvailable {display: block;width: 100%;white-space: nowrap;color: #333;margin-left: 0;}
@media all and (max-width: 481px) {
  .product-view .product-toolbar .ratings {margin: 5px 0;}
}
.product-view .product-toolbar .goodsDataMainModificationAvailable .available-true span {color: #60c967;}
.product-view .product-toolbar .goodsDataMainModificationAvailable .available-false span {color: #ff7e7a;}
.product-view .product-toolbar .goodsDataMainModificationAvailable {display:none;}
.product-view .product-toolbar .goodsDataMainModificationArtNumber {display:none;}
.product-view .product-shop .short-description {padding: 5px 0 20px;font-size: 15px;font-weight: 400;line-height: 1.5;}
.product-view .product-shop .short-description p {max-height: 110px;overflow: hidden;margin: 0;}
.product-view .product-shop .short-description-link {display: inline-block;margin-top: 10px;color: #ff7e7a;}
.product-view .product-shop .short-description-link:hover {color: #ff7e7a;}
.product-view .product-shop .table-features-min {width: 100%;border-collapse: collapse;margin-bottom: 20px;margin-left: -10px}
.product-view .product-shop .table-features-min td {padding: 8px 10px 0;overflow: hidden;}
.product-view .product-shop .table-features-min .cell1 {position: relative;}
.product-view .product-shop .table-features-min .cell1:after {content: '';position: absolute;right: -5px;bottom: 4px;left: 10px;border-bottom: 1px dotted #888888}
.product-view .product-shop .table-features-min .features-name {position: relative;z-index: 1;padding-right: 5px;background-color: #fff}
@media all and (max-width: 767px) {
  .product-view .product-shop .table-features-min {table-layout: auto;}
}
.product-view .product-order .goodsDataMainDiscountBlock {line-height: 20px;margin-bottom: 10px;padding: 15px 0;float: none;}
.product-view .product-order .goodsDataMainDiscountBlock i {float: left;color: #ff7e7a;font-size: 40px;margin-right: 20px;}
.product-view .product-order .goodsDataMainDiscountBlock strong {color: #333;}
.product-view .product-order .product-order-inner {padding: 30px;background-color: #fbf6ee;}
@media all and (max-width: 767px) {
  .product-view .product-order .product-order-inner {padding: 15px;}
}
.product-view .product-order .price-box {margin: 0;margin-bottom: 25px;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow {color: #60c967;margin-right:20px;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow .num {font-size:30px;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceNow > span:after {font-size: 26px;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceOld {color: #888888;font-size: 18px;vertical-align: sub;}
.product-view .product-order .price-box .price.goodsDataMainModificationPriceOld > span:after {font-size: 16px;    text-decoration: line-through;}
.product-view .product-order .price-box .old-price > span {margin-right:5px;}
.product-view .product-order .goodsDataMainModificationArtNumber, .product-view .product-shop .goodsDataMainModificationAvailable {margin: 0 0 7px 0;font-weight: 400;color: #333;}
.product-view .product-order .goodsDataMainModificationArtNumber span, .product-view .product-shop .goodsDataMainModificationAvailable span {display: inline-block;font-weight: normal;margin-left: 5px;text-shadow: none;color: #60c967;}
.product-view .product-order .goodsDataMainModificationAvailable .available-false span {color: #CA2942;}
.product-view .product-order .goodsDataForm {float: left;width: 100%;}
.product-info-box {padding-bottom: 0;margin-top: 22px;}
.product-info-box .product-info-box__sticker {display: inline-block;background: #ccd8df;color: #333;padding: 8px;border-radius: 3px;margin-bottom: 10px;}
/* Одиночная модификация */
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {margin-bottom: 15px;padding: 0px;padding-bottom: 15px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty label {display: block;margin: 0px;padding: 0 0 15px 0px;font-weight: bold;max-width: 100%;font-size: 14px;text-transform: uppercase;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select {display: none;width: 100%;line-height: 1.2;padding-right: 28px;text-indent: 0.01px;cursor: pointer;padding: 12px 0 12px 15px;border: 1px solid #e6e6e6;background-color: #ffffff;border-radius: 0px;background-image: url("");background-repeat: no-repeat;background-position: right 10px center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock {display: none!important;padding: 10px 20px 20px 20px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue {width: 100%;display: flex;position: relative;margin-right: 0;margin-bottom: 10px;cursor: pointer;line-height: 20px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue:last-child {margin-bottom:0;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .circle {    flex-shrink: 0;display: block;position: relative;float: left;width: 23px;height: 23px;margin-right: 10px;border-radius: 100%;-webkit-tap-highlight-color: transparent;border: 2px solid #e8dbcf;background-color: #ffffff;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .circle:after {content: '';position: absolute;top: 3px;left: 3px;width: 13px;height: 13px;border-radius: 100%;background: #e8dbcf;transition: all 0.2s ease;pointer-events: none;opacity: 0;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue:hover .circle:after {opacity: 1}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.active .circle {border-color: #ff7e7a}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue.active .circle:after {background-color: #ff7e7a;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .2s cubic-bezier(.35,.9,.4,.9);transition: all .2s cubic-bezier(.35,.9,.4,.9);opacity: 1}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice {margin-left: 0;font-size: 20px;font-weight: 700;font-family: "Opel Sans"}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice .ico.RUB {margin-left: 2px}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsValue .modPrice span {font-size: 18px;margin-left: 5px}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsName {font-size: 14px}
.product-view .product-order .goodsDataMainModificationsBlock .dotted {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 2px dotted #e8dbcf;margin: 0 10px;margin-bottom: 5px}
/* Двойные модификации */
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValues {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue {width: auto;margin-right: 2px;margin-bottom: 2px;border: 1px solid #e8dbcf;background-color: #fff;padding: 0 15px;line-height: 38px;height: 40px;transition: background .3s ease;}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue:hover {background-color: #e8dbcf;}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue.active {border: 2px solid #ff7e7a;background-color: #fde7e6;color: #ff7e7a}
.product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue .circle {display: none}
.product-view .product-order .goodsDataMainModificationsBlock._double .dotted {display: none}
@media all and (max-width: 481px){
  .product-view .product-order .goodsDataMainModificationsBlock._double .goodsDataMainModificationsValue  {
    margin-bottom: 5px;
  }
}
/**/
.actions .qty-wrap._no-mods {
  display: block;
}
.qty-block {
  width: 100%;
  margin-bottom: 15px;
}
.qty-block-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-view .product-order .actions .qty-wrap {
  width: 100px;
  height: 55px;
  line-height: 50px;
  border: 1px solid #e8dbcf;
  background-color: #fff;
  border-radius: 27px; 
  overflow: hidden;   
  flex-shrink: 0;
}
.product-view .product-order .actions .qty-set {
  height: 100%;
}
.product-view .product-order .actions .qty-set > a {width: 30px;height: inherit;line-height: inherit;border: none;font-size: 15px;}
.product-view .product-order .actions .qty-minus {
  left: 0;
}
.product-view .product-order .actions .qty-plus {
  right: 0;
}
.product-view .product-order .actions input.quantity {
  width: 40px;
  height: inherit;
  border: none;
  font-size: 15px;
}
.add-to-cart-wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 481px) {
  .add-to-cart-wrapper {
      flex-direction: column;
  }
}
.product-view .product-order .add-to-box .add-to-cart._no-mods {
  flex-wrap: wrap;
}
.product-view .product-order .add-to-box .goodsDataMainModificationEmpty {display: inline-block;vertical-align: middle;width: 100%;height: 38px;line-height: 36px;text-align: center;padding: 0 17px;margin: 6px 0 7px;font-size: 14px;color: #333;background-color: #fff;border: 1px solid #e8dbcf;cursor: default}
.product-view .product-order .add-to-box .add-to-cart {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.product-view .product-order .add-to-box .add-to-cart .button {width: calc(50% - 5px);height: 45px;line-height: 34px;font-size: 16px;padding: 0 10px;vertical-align: middle}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart {background-color: #ff7e7a;height: 55px;max-width: 205px;border-radius: 27px;font-size: 16px;text-transform: uppercase}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart:before {border-radius: 27px}
.product-view .product-order .add-to-box .add-to-cart .button.add-cart:hover {background: #60c967}
.product-view .product-order .add-to-box .add-to-cart .button.quick {border: 1px solid #e8dbcf;background-color: #fff;color: #ff7e7a;margin-left: 15px}
.product-view .product-order .add-to-box .add-to-cart .button.quick:before {border: 1px solid #e8dbcf;width: calc(100% - 6px);height: calc(100% - 6px);top: 3px;left: 3px;transition: all .3s;}
.product-view .product-order .add-to-box .add-to-cart .button.quick:hover {background: #ff7e7a;color: #fff;    border-color: #ff7e7a;}
.product-view .product-order .add-to-box .add-to-cart .button.quick:hover:before {
      border-color: #fff;
}
.product-view .product-order .add-to-box .add-to-cart .more {display: none;margin-top: 10px;}
@media all and (max-width: 481px){
  .product-view .product-order .add-to-box .add-to-cart .button.quick {margin-left:0;}
  .product-view .product-order .add-to-box .add-to-cart .button {width: 100%;}
  .product-view .product-order .add-to-box .add-to-cart .button:not(:last-of-type) {margin-bottom: 15px;}
}
.product-view .product-shop .custom-block {padding: 15px 0;border-bottom: 1px solid #e8dbcf;}
.product-view .product-shop .custom-block .item {display: inline-block;padding: 0 10px;text-align: left;border-left: 1px solid #e8dbcf;}
.product-view .product-shop .custom-block .item:first-child {border-left: 0;padding-left: 0;}
.product-view .product-shop .custom-block .item i {display: inline-block;vertical-align: middle;font-size: 35px;color: #ff7e7a;}
.product-view .product-shop .custom-block .text-area {display: inline-block;vertical-align: middle;text-align: left;margin-left: 5px;font-size: 14px;font-weight: 400;font-family: 'Open Sans',Arial,sans-serif;}
.product-view .product-order .add-to-box .add-wishlist {position: relative;width: 55px;height: 55px;border-radius: 27px;border: 1px solid #e8dbcf;background-color: #fff;display: inline-block;line-height: 65px;text-align: center;font-size: 20px;color: #ff7e7a;margin-left: 15px;flex-shrink: 0;}
.product-view .product-order .add-to-box .add-wishlist:before {content: '';width: 47px;height: 47px;border-radius: 24px;border: 1px solid #e8dbcf;display: block;position: absolute;left: 3px;top: 3px}
.product-view .product-order .add-to-box .add-wishlist.added,
.product-view .product-order .add-to-box .add-wishlist:hover {
    background: #ff7e7a;
    border-color: #ff7e7a;
    color: #fff;
}
.product-view .product-order .add-to-box .add-wishlist.added:before,
.product-view .product-order .add-to-box .add-wishlist:hover:before {
    border-color: #fff;
}
@media all and (max-width: 481px){
  .product-view .product-order .add-to-box .add-to-cart {
    flex-direction: column;
  }
  .product-view .product-order .add-to-box .add-wishlist {
    margin-left: 0px;
    margin-top: 15px;
  }
}
/* Сопутствующие товары */
.related-box {position: relative;margin-bottom: 15px;}
.related-goods {background: #fff}
.related-goods .related-goods-image {background: #fff;overflow: hidden;max-width: 100%;height: 160px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 15px;}
.related-goods .related-goods-image img {width: auto;max-height: 100%;}
.related-goods .related-goods-inner {border: 1px solid #eddcd0}
.related-goods .related-goods-name {color: #333;font-size: 14px;font-weight: 400;line-height: 16px;margin-bottom: 15px;height: 32px;overflow: hidden;}
.related-goods .related-box-wrap {padding: 0 15px 15px;text-align: center}
.related-goods .checkbox-name.related-box-checkbox-name:before {background: #fff;border-width: 2px}
.related-goods .related-box-checkbox-name {display: inline-block}
.related-goods .related-goods-price {margin-bottom: 10px}
.related-goods .related-goods-price .price {height: auto;line-height: 1}
.related-goods .related-goods-price .price .num {font-size: 20px}
#related-box .owl-prev,
#related-box .owl-next {overflow: visible;position: absolute;top: 50%;line-height: 56px;margin: 0;margin-top: -20px;background-color: #eddcd0;background-image: none;border-radius: 50%;width: 40px;height: 40px;-webkit-transition: all .3s;transition: all .3s;}
#related-box .icon {width: 26px;height: 26px;fill: #ff7e7a;-webkit-transition: all .3s;transition: all .3s;position: relative}
#related-box .owl-prev {left: -15px;}
#related-box .owl-next {right: -15px;}
#related-box .owl-prev .icon {right: -5px;}
#related-box .owl-next .icon {left: -5px;}
#related-box .icon-wrap:hover .icon {fill: #333}
#related-box .owl-prev:hover .icon {right: 0}
#related-box .owl-next:hover .icon {left: 0}
@media all and (max-width: 481px){
  #related-box .owl-prev {left: -5px;}
  #related-box .owl-next {right: -5px;}  
  .related-goods {margin-bottom: 15px}
}
/*Вид быстрого просмотра*/
.product-view .product-order.quick-view .price-box {margin:0;}
.product-view .product-order.quick-view .goodsDataMainModificationsBlock {margin-bottom: 10px;}
/* Вкладки табы */
.product-tabs {padding: 40px 0 0px;clear: both;}
@media all and (max-width: 481px){
  .product-tabs {padding-top: 0;}
}
.product-tabs .tabs-wrap {background-color: #fbf6ee;}
.product-tabs + .related {margin-top: -40px;}
.product-tabs .tab-content .htmlDataBlock {padding: 0;margin: 0;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .htmlDataBlock table {border-collapse: collapse;}
.product-tabs .tab-content .htmlDataBlock table td {border: 1px solid #e8dbcf;}
.product-tabs .tab-content#content_2 {padding: 0;}
.product-tabs .tab-content#content_2 .table-box {margin-bottom:0;}
.product-tabs .tab-content#content_2 .table-box.table-striped {margin-bottom: 0;}
.product-tabs .tab-content#content_3 {padding: 0;}
.product-tabs .tabs {display: flex;flex-wrap: wrap;text-align: left;margin: 0;padding: 0;list-style: none;background-color: transparent;border-bottom: 4px solid #ff7e7a;}
.product-tabs .tabs li {display: inline-block;background-color: transparent;border-radius: 0;padding: 0;}
.product-tabs .tabs li a {display: block;font-size: 14px;color: #333;padding: 15px;font-family: 'Open Sans',Arial,sans-serif;text-transform: uppercase;}
.product-tabs .tabs li a.active, .product-tabs .tabs li a:hover {color: #fff;background: #ff7e7a;}
.product-tabs .tab-content {background-color: transparent;padding: 15px;border: none;font-size: 15px;overflow: hidden;}
.tab-content .delivery-tab {margin-bottom: 30px;}
.tab-content .delivery-tab h4 {background: transparent;padding: 15px;font-size: 21px;}
.tab-content .delivery-tab .delivery-content {padding: 0 20px;}
.delivery-content_zone_list {margin-top: 21px;}
.tab-content .delivery-tab p {margin-bottom: 10px;}
.tab-content .delivery-tab h5, .tab-content .delivery-tab h6 {font-weight: 400;margin-bottom: 5px;}
.tab-content .table-box tbody tr td {width: auto;text-align: left;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: inline-block;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;text-transform: none;line-height: 40px;border: none;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm {background-color: #006600;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm:hover {background-color: #ff7e7a;}
.goodsDataOpinionListNavigateBottom .pager .pages {float: left;}
.goodsDataOpinionListNavigateBottom .pager .pages .title {float: left;line-height: 28px;margin-right: 10px;}
.goodsDataOpinionList {width: 100%;margin-top: 10px;}
.goodsDataOpinionList .bord {width: 100%;margin-bottom: 15px;padding-bottom: 5px;border-bottom: 1px solid #e8dbcf;}
.goodsDataOpinionList .goodsDataOpinionHeader {margin-bottom:15px;}
.goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 5px;padding-right: 10px;color: #333;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListClient {display: inline-block;vertical-align: middle;padding-right: 10px;font-weight: 400;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .rating-box {display: inline-block;vertical-align: middle}
.goodsDataOpinionList .goodsDataOpinionListDate {display: inline-block;vertical-align: middle;color: #888888;font-size: 13px}
.goodsDataOpinionList .button {max-width: 100px;float: right}
.goodsDataOpinionList .goodsDataOpinionListDesc,.goodsDataOpinionListTableAnswer {margin-bottom: 15px}
.goodsDataOpinionList .goodsDataOpinionListDesc strong {display: block;margin-bottom: 10px;font-family: 'Open Sans',Arial,sans-serif;color: #2a3034}
.goodsDataOpinionList .goodsDataOpinionListDesc span {display: block}
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock {border: 2px solid #eddcd0;}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {max-height: 78px;overflow: hidden;font-size: 20px;padding: 15px;margin: -15px -15px 0;background-color: transparent;border-top: 1px solid transparent;}
.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: 100%}
.goodsDataOpinionAddTable {margin-top: 20px}
.goodsDataOpinionAddForm.bordered .goodsDataOpinionAddTable  {margin:0;padding: 20px;}
.goodsDataOpinionRating {width: 100px;margin-top: 3px;}
.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: #ff7e7a;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #ff7e7a;}
@media all and (max-width: 481px) {
  .goodsDataOpinionListNavigateTop .button {margin-bottom: 10px;}
}
/** Вы смотрели **/
.product-tabs .viewed-wrap {}
.viewed .title {font-size: 17px;font-weight: 700;}
.viewed.product .title {padding: 0;font-size: 30px;font-family: 'Opel Sans',Arial,sans-serif;}
.viewed .content {padding: 0;}
.viewed .content .viewed-items {text-align: left;}
.viewed .content .viewed-items .owl-item .item {    position: relative;display: inline-block;float: none;width: 100%;padding: 0;}
@media all and (max-width: 1200px) {
  .viewed .title,
  .viewed.product .title {
    font-size: 22px!important;
  }
}
.viewed .content .viewed-items .item-inner {position: relative;width: calc(100% - 1px);background-color: transparent;margin-bottom: 10px;margin-top: 4px;padding: 4px 5px;border: 1px solid #eddcd0;height: 100px;}
/*.viewed .content .viewed-items .item-inner:last-child {margin-bottom:0;}*/
.viewed .content .viewed-items .item-inner:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #eddcd0;width: calc(100%);height: calc(100%);-webkit-transition: all .3s ease;transition: all .3s ease;opacity: 0;z-index: 1}
.viewed .content .viewed-items .item-inner:hover:before {width: calc(100% - 6px);height: calc(100% + 10px);left: 3px;top: -5px;opacity: 1}
.viewed .content .viewed-items .product-image {float: left;width: 92px;height: 92px;padding: 0;position: relative;z-index: 1;}
.viewed .content .viewed-items .product-image a {display: block;position: relative;width: 100%;min-height: 60px;max-height: 100%;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
.viewed .content .viewed-items .product-image a img {width: auto;max-width: 100%;max-height: 100%;margin: 0 auto;transition: opacity .3s;}
.viewed .content .viewed-items .product-info {position: relative;z-index: 1;float: left;width: calc(100% - 92px);text-align: left;padding-left: 8px;padding-top: 11px;background-color: transparent;}
.viewed .content .viewed-items .product-info .product-name {display: block;overflow: hidden;max-height: 50px;text-overflow: ellipsis;font-family: inherit;font-size: 14px;margin-bottom: 10px;padding: 0;}
.viewed .content .viewed-items .product-info .product-name a {font-size: 14px;font-weight: 500;color: #333;text-transform: none;letter-spacing: normal;}
.viewed .content .viewed-items .product-info .product-name a:hover {color: #ff7e7a;}
.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 .content .viewed-items .product-info .price .num {font-size:18px;}
.viewed .content .viewed-items .product-info .price:not(.old-price) > span {font-size:16px;}
.viewed .owl-carousel .owl-nav {position: absolute;right: 0px;}
.viewed .owl-carousel .owl-nav > button {display: inline-block;position: relative;width: 26px;height: 26px;}
.viewed .owl-carousel .owl-nav > button:first-child {margin-right: 15px;}
.viewed .owl-carousel .owl-nav > button:hover {color: #ff7e7a;}
.viewed .owl-carousel .owl-nav > button:hover .icon {fill: #ff7e7a}
.viewed .owl-carousel .owl-nav > button .icon {width: 26px;height: 26px;fill: #888}
.viewed .owl-carousel .owl-nav {top: -52px;height: 26px;right: 0}
.product-tabs .viewed .owl-carousel .owl-nav {top: -30px;right: -5px;height: 26px;}
.col-left .block .content .content-title {display: none;}
.col-left .block .content .content-title .content-close-btn {position: absolute;top: 3px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
@media all and (max-width: 1200px) {
  .product-tabs .viewed .owl-carousel .owl-nav {
    top: -25px;
  }
  .viewed .owl-carousel .owl-nav {top: -47px;}
  .viewed .content .viewed-items .product-info .price-box .price {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .viewed .content._active .owl-nav {top: -50px}
  .viewed > .title {padding: 15px 20px;cursor: pointer;border: 1px solid #e8dbcf;font-size: 20px!important;}
  .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;    padding: 15px;}
  .col-left .block .content .content-title {display: block;padding-bottom: 10px;font-size: 22px;font-family: 'Opel Sans',Arial,sans-serif;margin-bottom: 15px;font-weight: 700;}
}
/* С этим товаром смотрят*/
.related {padding-top: 40px;}
.related .item {margin-bottom: 5px;margin-top: 5px;}
/*** Товары ***/
.toolbar {position: relative;width: 100%;padding: 10px 15px;margin: 0;border: 1px solid #e8dbcf;background-color: #fbf6ee;margin-bottom: 30px;}
.toolbar .pages {display: none;}
.toolbar.bottom {margin: 0}
.toolbar.bottom .pages {display: block;border-left: 0;}
.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: block;float: left;width: 40px;height: 40px;cursor: default;text-align: center;color: #e8dbcf;background-color: #fff;font-size: 17px;line-height: 50px;border: 1px solid #e8dbcf;}
.view-mode .view-mode-btn .icon {
    width: 24px;
    height: 24px;
    fill: #e8dbcf;
}
.view-mode a.view-mode-btn {cursor: pointer;}
.view-mode .view-mode-btn:last-child {margin-left: -1px;}
.view-mode .view-mode-btn.active {background-color: #fff}
.view-mode .view-mode-btn.active .icon{fill: #ff7e7a;background-color: #fff}
.view-mode .view-mode-btn:not(.active):hover {background-color:#f6f8fa;}
.sort-by {float: left;background: transparent;}
.sort-by label, .show-by label {vertical-align: middle;margin-right: 5px;color: #333;font-size: 16px;}
.sort-by select, .show-by select {height: 40px;line-height: 30px;margin: 0;padding: 0 9px;padding-left: 15px;cursor: pointer;border: 1px solid #e8dbcf;    font-size: 16px;}
.sort-by select {max-width: 300px;}
.show-by {float: right;background: transparent;margin-left: auto;}
.show-by select {max-width: 65px;}
@media all and (max-width: 1200px){
  .show-by label {display:none;}
}
@media all and (max-width: 481px){
  .show-by {margin-left: 0;}
}
/** Навигация **/
.pages {float: right;margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.pages ol {display: block;margin: 0;padding: 0;font-size: 0;}
.pages li {display: inline-block;vertical-align:middle;width: 40px;height: 40px;margin-left: -1px;cursor: default;text-align: center;color: #333;border: 1px solid #e8dbcf;background-color: #ffffff;}
.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: 14px;line-height: 40px;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: #ff7e7a;}
.pages li.current span {cursor: default;}
.pages li .fal {padding: 0;margin: 0;font-size: 15px;line-height: 28px;}
/** Фильтры **/
.filters {display: block;width: 100%;background-color: #fff;padding: 0;}
.filters .title {display: block;position: relative;width:100%;padding: 5px 0;padding-right: 20px;text-align: left;margin-bottom: 10px;color: #2a3034;font-size: 16px;font-weight: 400;cursor: pointer;}
.filters .title:hover {color: #ff7e7a;}
.filters .title .filter-arrow {visibility:hidden;position: absolute;top: 50%;margin-top: -7px;right: 0;transition: -webkit-transform .15s ease-in-out;-webkit-transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.filters .title.active .filter-arrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
.filters-goods .filter {display: block;margin-bottom: 15px;}
.filters-goods .filter-inner.crop {max-height: 300px;overflow: hidden;overflow-y: auto;}
.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;vertical-align: middle;min-width: 23px;height: 23px;padding: 0 4px;margin-left: 5px;font-size: 12px;line-height: 23px;text-align: center;border-radius: 50%;color: #333;background-color: #e8dbcf;}
.filters-goods .filter label {display: inline-block;margin-bottom: 3px;}
.filters-goods .filter select {height: 30px;border: 1px solid #e8dbcf;padding: 0 5px;}
.filters-goods .filter select:focus {border: 1px solid #000;}
.filters .filters-goods-active {display:none;}
.filters .filters-goods-active #filters-reset {    max-width: 100%;margin: 10px auto;display: block}
.filters .filters-goods-active .filter-inner .filter-item .counter {margin-top: -3px;}
.filters .filters-goods-active, .filters .filters-price {margin-bottom: 15px;padding: 15px;border: 1px solid #e8dbcf;}
.filters .filters-goods-active {border:none;}
.filters .filters-goods {padding: 15px;border: 1px solid #e8dbcf;}
#goods-filter-price-slider.noUi-target {height: 6px;margin: 15px 0px;background-color: #e8dbcf;box-shadow: none;border: 0;border-radius: 0;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle {background: #ffffff;top: -6px;width: 18px;height: 18px;cursor: pointer;outline: 0;border: 2px solid #ff7e7a;box-shadow: none;border-radius: 50%;border: 5px solid #ff7e7a;background-color: #e8dbcf;}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-connect {background: #ff7e7a;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -18px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: 0px;}
.filters-price .goodsFilterPriceSubmit .button {max-width: 135px;width: 100%;}
.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:15px;padding-right: 15px;}
.filters-price .layout-slider .price-separator {margin: 0 7px;    visibility: hidden;}
@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) {
  .col-left .filters {padding-top: 0}
  .filters-price .layout-slider .input {max-width: 125px}
  .filters-price .layout-slider .price-separator {margin: 0 7px}
  .col-left .filters > .title {color: #fff;background-color: #ff7e7a;padding: 6px 20px;cursor: pointer;font-size: 20px!important;}
  .col-left .filters > .title .fal {display: inline-block;vertical-align: middle}
  .col-left .page-sidebar .filters .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: 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} 
}
/*** Категории ***/
.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 .item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;position: relative;margin-right: 5px;margin-bottom: 30px;border: 1px solid #eddcd0;text-align: center;width: 200px;background: #fff;}
.categories .item .cat-image {border-bottom: 0;margin: 0 10px 10px;line-height: 200px}
.categories .item .cat-image a {display: block;overflow: hidden}
.categories .item .cat-image a img {max-width: 100%}
.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-bottom: 1px solid #eddcd0;transition: background .3s;}
.categories .item .cat-name:hover {
    background: #fbf6ee;
}
.categories .item .cat-name a {display: block;margin: auto;overflow: hidden;font-size: 16px;font-family: 'Open Sans',Arial,sans-serif}
.categories .item .cat-name:hover a {color: #ff7e7a}
@media all and (max-width: 481px){
  .categories {
    margin: 0 -5px;
  }
  .categories .item {
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
}
/*** Левая часть ***/
.col-left .page-sidebar {z-index: 1;height: 100%;padding: 0;}
.col-left .block {margin-bottom: 30px;}
.col-left .block:last-child {margin-bottom: 0;}
.col-left .block > .title {margin-bottom: 25px;font-size: 30px;font-weight: 700;line-height: 1;}
.col-left .block > .title a:hover {color: #ff7e7a;}
@media all and (max-width:991px){
  .col-left .page-sidebar {padding-bottom: 0;border-right: 0;}
}
/*** Правая часть ***/
.page-content {padding: 0px;}
.page-content.no-padding {padding: 0;}
/*.page-content.no-padding #page-title {padding: 15px 15px 0;}*/
/** Каталог **/
.col-left .block .content {padding: 0px;overflow: hidden;}
.col-left .block .content ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.col-left .block.catalog .content {padding: 15px;border: 1px solid #e8dbcf;}
.col-left .block.catalog .content ul li {position: relative;margin-bottom: 10px;}
.col-left .block.catalog .content ul li:last-child {margin-bottom: 0;}
.col-left .block.catalog .content ul li a {display: flex;align-items: center;position: relative;text-transform: none;font-size: 16px;line-height: 23px;letter-spacing: 0.01em;color: #333;padding-right: 0;text-overflow: ellipsis;}
.col-left .block.catalog .content ul li a.active, .col-left .block.catalog .content ul li a:hover {color: #ff7e7a;}
.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 .open-sub {display: block;position: absolute;right: -8px;top: 5px;padding: 5px;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: #ff7e7a;}
.col-left .block.catalog .content ul li .open-sub:before {content: "\f107";display: block;vertical-align: middle;width: 16px;height: 16px;line-height: 16px;text-align: center;}
.col-left .block.catalog .content ul li ul li {padding-left: 10px;}
.col-left .block.catalog .content ul li .count {display: inline-block;vertical-align: middle;min-width: 23px;height: 23px;padding: 0 4px;margin-left: 5px;font-size: 12px;line-height: 23px;text-align: center;border-radius: 50%;color: #333;background-color: #e8dbcf;}
.col-left .block.catalog .content ul li a.active > .count {
    background: #ff7e7a;
    color: #ffffff;
}
@media all and (max-width: 768px){
  #main .row._catalog {flex-direction: column-reverse;}
}
/** Вы смотрели **/
.col-left .block.viewed .content {overflow: visible;padding: 0px;}
@media all and (max-width: 481px){
  .col-left .block.viewed .content {
    padding: 15px;
  }
}
/** Меню **/
.col-left .block.user-menu .content ul li a.active {font-weight: bold;}
/* Быстрый просмотр */
.fancybox-inner .container {max-width: 950px;padding:0;}
.quickView .fancybox-inner .container {max-width: 700px;}
.fancybox-inner .block-bg {border: none;}
.fancybox-inner .product-view .product-name h1 {white-space: nowrap;}
.fancybox-inner .product-view .product-order .add-to-box .button.quick {display: none;}
.fancybox-inner .product-view .product-order .add-to-box .more {display: inline-block;}
.fancybox-inner .product-view .product-shop .product-neighbor {display: none;}
.fancybox-inner .product-view .product-img-box .product-image a {cursor: default;}
.fancybox-inner .product-view .product-img-box .thumblist-box {display: none;}
.fancybox-inner .product-view .add-compare,
.fancybox-inner .product-view .add-wishlist,
.fancybox-inner .product-view .product-neighbor,
.fancybox-inner .product-view .custom-block {display: none;}
/*** Ajax Добавление товара в корзину ***/
#cart-layer {max-width: 950px;}
.cart-ajax {position: relative;line-height: 1.4;text-align: center;border: none;z-index: 100;}
.cart-ajax h4.title {display: block;margin-bottom: 15px;font-size: 13px;}
.cart-ajax h4.title.bad {color: #EF476F;}
.cart-ajax .cart-product .image img {display: inline-block;width: auto;max-width: 120px;max-height: 120px;}
.cart-ajax .buttons {display: block;margin-top: 20px;}
.fancybox-margin {margin-right: 17px !important;}
/*** Быстрый заказ из карточки ***/
.quickOrder {max-width:450px;}
.quickOrder .quickformfast {padding: 0;}
.quickOrder .formfast .buttons {margin:0;margin-top:20px!important;}
.quickOrder .formfast .button {
    margin-bottom: 0;
}
.quickOrder .formfast .account,
.quickOrder .adress,
.quickOrder .customer,
.quickOrder .delivery,
.quickOrder .payment,
.quickOrder .coupons,
.quickOrder .formfast .buttons{
    max-width: 420px;
    margin: 0;  
}
/*** Быстрый заказ ***/
.quickformfast {max-width: 500px;padding: 0 15px;overflow-x: hidden;text-align: center;}
@media all and (max-width: 481px){
  .quickformfast {padding: 0;}
}
.quickformfast .success, .quickformfast .warning {margin-bottom: 0;}
.quickformfast .form-list {margin-bottom: 0;}
.quickformfast .couponBlock .coupon_clear,
.quickformfast .couponBlockSale,
.quickformfast .coupon-btn {display: none}
#OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;width: 50%;margin-left: auto;margin-bottom: 0;}
.formfast {text-align: center;padding: 0 !important;}
.formfast .title {display: block;position: relative;overflow: hidden;margin: 0px 0 15px 0;text-align: left;margin-bottom: 25px;}
.formfast #caps_lock {display: none;width: 230px;padding: 10px 0;margin: 0 auto;}
.formfast #caps_lock .fa-warning {font-size: 18px;color: #cc003d;}
.formfast .form-list .fields {margin: auto;margin-bottom: 15px;}
.formfast .form-list .fields.small {display: inline-block;width: calc(50% - 2px);}
.formfast .form-list .fields.small.first {padding-right: 15px;}
.formfast .form-list .fields.small.second {padding-left: 15px;}
.formfast .contactWantRegister {margin-bottom: 10px;}
.formfast .contactRegisterNeedElement {margin-top: 10px;}
.formfast .input-box {position: relative;}
.formfast .input-box .input {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;}
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 14px 15px}
.formfast .buttons {
    margin: 30px 0;
}
.formfast .button {margin: 10px 0 0}
.formfast .button._disabled {
  pointer-events: none;
  color: rgb(136, 136, 136);  
  background-color: #f6f1ec;
}
.formfast .account, .adress, .customer, .delivery, .payment, .coupons {float: none;width: 100%;max-width: 450px;margin: 0 auto;}
._hidden {
  opacity: 0.5;
  pointer-events:none;
}
@media all and (max-width: 768px) {
  ._hidden{display:none;}
}
.account .contactWantRegister,
.delivery .manufacturer-list,
.payment .quick_order_payment,
.coupons .couponBlock {margin-bottom: 10px;}
.customer .input-box {margin-bottom: 15px;}
.customer .input-box:last-child {margin-bottom: 0;}
.customer .contactRegisterNeedElement {margin-top:8px;}
.customer .control {margin-top: 10px;}
.customer .control input {display: inline-block;vertical-align: middle;margin-top: 1px;}
.delivery .manufacturer-list .zoneSelect .jq-selectbox {margin-top:10px;}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {margin: 15px auto 0;padding: 0;overflow: hidden;text-align: left;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px;}
.delivery .deliveryZonePrice {margin-left: 20px;font-weight: bold;}
.delivery .orderStageDeliveryListTable {width: 100%;}
.delivery .orderStageDeliveryListTable.table-box > tbody > tr > td {width: auto;text-align: left;word-break: break-word;}
.delivery .orderStageDeliveryListTable .cell1 {background: #f5f5f5;padding: 0 5px;text-align: center !important;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: 160px;}
.delivery .orderStageDeliveryListTable input {cursor: pointer;vertical-align: middle;margin: 0;}
.orderStageDeliveryZonePrice, .orderStageDeliveryDefaultPrice {margin-left: 0;font-size: 16px;font-weight: 700;color: #ff7e7a;}
.payment .orderStagePayment {float:left;position: relative;width:100%;margin:0 0 15px 0;}
.payment .orderStagePayment:last-child {margin: 0;}
.payment .orderStagePayment .cell1 {float: left;width: 18px;}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle;}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px;}
.payment .orderStagePayment .cell2 {float: left;width: 90%;}
.coupons .couponBlock {margin-bottom: 10px;padding: 15px;}
.coupons .couponBlock {border: 1px solid #e8dbcf;background-color: #fbf6ee;}
.coupons .couponBlock label {display: block;margin-bottom: 5px;margin-right: 6px;font-weight: normal;text-align: left;}
.coupons .couponBlock .input-box {display: block;}
.coupons .couponBlock .input {max-width:100%;}
.coupons .couponBlock .coupon_clear {position: absolute;top: 0;right: 0;padding: 10px 15px;cursor: pointer;opacity:0;visibility: hidden;transition: all .3s;}
.coupons .couponBlock .coupon_clear.active {opacity:1;visibility: visible;}
.coupons .couponBlockSale {text-align: left;  color: #888; transition: color .3s;     padding-top: 10px;}
.coupons .couponBlockSale.active {color: #2e2e2e;}
.coupons .couponBlocLabel {font-size: 12px}
.coupons .couponBlockPrice p {font-size: 16px;font-weight: 700;margin-bottom: 0}
.coupons .coupon-btn {margin: 5px 0}
.formfast-cart {display: none;}
.formfast-cart > .title {display: block;position: relative;overflow: hidden;margin-bottom: 25px;padding: 0;text-align: left;}
.formfast-cart .cart-products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.formfast-cart .cart-products-list .item {border: 1px solid #e8dbcf;margin-bottom: 15px;padding-bottom: 0;position: relative;display: flex;align-items: center;}
.formfast-cart .cart-products-list .item:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #eddcd0;width: calc(100%);height: calc(100%);-webkit-transition: all .3s ease;transition: all .3s ease;opacity: 0;z-index: 1}
.formfast-cart .cart-products-list .item:hover:before {width: calc(100% - 6px);height: calc(100% + 10px);left: 3px;top: -5px;opacity: 1}
.formfast-cart .cart-products-list .item .product-image {display: inline-block;width: 90px;text-align: center;vertical-align: top;margin-right: 15px;}
.formfast-cart .cart-products-list .item .product-image img {width: auto;max-width: 100%;max-height: 90px;}
.formfast-cart .cart-products-list .item .product-details {display: inline-block;width: calc(100% - 110px);}
.formfast-cart .cart-products-list .item .product-details .product-price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.formfast-cart .cart-products-list .item .product-details .product-price .quantity {margin-right: 5px;font-size: 16px;}
.formfast-cart .cart-products-list .item .product-details .product-name {display: block;margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;font-weight: 400;line-height: 18px;}
.formfast-cart .cart-products-list .item .product-details .product-price .price {font-size: 16px;}
.formfast-cart .subtotal {margin-bottom: 20px;border: 1px solid #e8dbcf;background-color: #fbf6ee;padding: 15px;}
.formfast-cart .subtotal > div {padding: 0;margin-bottom: 15px;display: flex;align-items: flex-end;}
.formfast-cart .subtotal > div:last-child {margin-bottom:0;}
.formfast-cart .subtotal > div .label {vertical-align: middle;font-size: 16px;line-height: 16px;}
.formfast-cart .subtotal .delivery-sum .price .num {margin-right: 4px}
.formfast-cart .subtotal .total {color: #ff7e7a;font-weight: 700}
.formfast-cart .subtotal .total .price {color: #ff7e7a}
.formfast-cart .subtotal .price {font-size: 20px;text-align: right}
.formfast-cart .subtotal .price:after {font-size: 11px}
.formfast-cart .subtotal .dotted {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 2px dotted #e8dbcf;margin: 0 5px;margin-bottom: 3px}
.formfast-cart .buttons {margin-bottom: 20px;text-align: center}
/*** Корзина ***/
.cartTable {width: 100%;border-collapse: collapse}
.cartTable #closeOrder {display: none}
.cartTable svg {fill: #e8dbcf}
.cartTable svg:hover {fill: #ff7e7a}
.cartTable tbody tr td,.cartTable thead tr td {line-height: 18px;padding: 4px 3px;text-align: center}
.cartTable thead {border: 1px solid #eddcd0;background-color: #fbf6ee;margin-bottom: 30px}
.cartTable thead tr td.delete-all {width: 75px;text-align: right;padding: 0 25px}
.cartTable thead tr td {background-color: transparent;font-family: 'Open Sans',Arial,sans-serif;font-size: 16px;text-align: center;padding: 21px 10px}
.cartTable thead tr td:first-child {text-align: left}
.cartTable tbody tr.items {border: 1px solid #e8dbcf;margin-bottom: 30px}
.cartTable tbody tr .cart-name {text-align: left;padding: 20px}
.cartTable tbody tr td.image {width: 100px;text-align: left;border-right: 0}
.cartTable tbody tr td.name {text-align: left;border-left: 0}
.cartTable tbody tr td.name a {display: block;font-size: 16px;margin-bottom: 10px;max-height: 53px;overflow: hidden}
.cartTable tbody tr td.name a:hover {color: #ff7e7a}
.cartTable tbody tr td.name .art {margin-bottom: 5px;color: #888}
.cartTable tbody tr td.name .art span {color: #888}
.cartTable tbody tr td.name .properties {color: #888}
.cartTable tbody tr td.closetd {width: 75px;text-align: right;padding: 0 25px}
.cartTable tbody tr td.closetd a {display:block;}
.cartTable tbody tr .cart-qty .input {color: #888;border-radius: 0;max-width: 50px;display: inline-block;text-align: center;padding: 8px}
.cartTable tbody tr .cart-qty .input.red-block {font-size: 19px;color: red;border: 1px red solid;}
td.cart-qty.red-block:before {content: "шт.";position: absolute;color: red;right: 20px;top: 45px;}
td.cart-qty:before {right: 20px;top: 45px;content: "шт.";position: absolute;color: #888888;}
td.cart-qty {position: relative;}
@media all and (max-width: 991px) {
    td.cart-qty.red-block:before {top: 15px;right: -35px;}
    .cartTable tbody tr td.cart-price:nth-child(3):after {content: "за штуку товара";}
    .cartTable tbody tr .cart-qty .input {font-size: 30px;font-weight: bold;}
    td.cart-qty:before {top: 15px;right: -20px;font-size: 16px;font-weight: 600;}
    .cartTable tbody tr td.cart-qty .input {padding: 0px;}
}
.cartTable tfoot tr.discounttr td {padding: 20px 5px 15px;border-bottom: 1px solid #e8dbcf}
.cartTable tfoot tr.discounttr .disc-name .title {text-transform: uppercase;vertical-align: middle}
.cartTable tfoot tr.discounttr .disc-name .num {display: inline-block;width: 36px;height: 36px;line-height: 36px;text-align: center;vertical-align: middle;background: #f50056;color: #fff;font-size: 12px;border-radius: 50%}
.cartTable tfoot tr.discounttr .hide,.cartTable tfoot tr.total .hide {border-bottom: 0}
.cartTable tfoot tr.total td {padding: 15px 5px 15px}
.cartTable tfoot tr.total .title {vertical-align: -webkit-baseline-middle}
.cartTable .price {font-size: 16px;white-space: nowrap}
.cartTable .price > span {font-size: 16px}
.cartTable .goods-image-other {max-width: 100px;max-height: 100px}
.cartTable .buttons {margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;border-bottom: 1px solid #e8dbcf;border-left: 1px solid #e8dbcf;border-right: 1px solid #e8dbcf;background-color: #fbf6ee;width: 100%;padding-bottom: 20px}
.cartTable .buttons .button {margin: auto;font-size: 14px}
.cartTable .buttons .delete-all {margin: auto;margin-top: 10px}
.cartTable .buttons .button i {margin-right: 10px;font-size: 21px}
.cartTable .inputText {text-align: center;padding: 0;max-width: 80px;border-color: #e8dbcf}
.cartTable .inputText:disabled {background-color: #ececec;cursor: not-allowed}
.cart-footer {margin: 0;margin-top: 20px;margin-left: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;border: 1px solid #e8dbcf;background-color: #fbf6ee;width: 100%;padding-bottom: 20px;max-width: 360px;padding: 15px}
.cart-footer .buttons {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.cart-footer .buttons a {margin: auto}
.cart-footer .buttons a.delete-all {margin-top: 20px}
.cart-footer .buttons a.delete-all:hover {
  color: #ff7e7a;
}
.cart-footer .discounttr {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px}
.dotted-line {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-bottom: 2px dotted #e8dbcf;margin: 0 10px;margin-bottom: 5px}
.TotalSum {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 25px}
/*** Личный кабинет (Страницы) ***/
.col-account {margin: 0;padding-bottom: 30px;}
.col-account h3 {padding: 0 0 10px;line-height: normal;margin-bottom: 10px;}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle;    max-width: fit-content;}
.col-account .buttons p {margin-bottom: 0px;}
.form-list {margin-bottom: 20px;}
.form-list .fields {margin: 0 0 15px 0;max-width: 450px;}
.form-list .fields .input-box {position: relative;}
.form-list .fields:last-child {margin-bottom: 0;}
.form-list .fields > label {display: block;margin-bottom: 10px;text-align: left;}
.account .message {margin-left: 15px;margin-right: 15px;}
.clientForm .pp {margin-bottom: 10px;}
/*** Личный кабинет (Избранное) ***/
.account.cart-info .buttons .button {margin-right: 11px;margin-bottom:5px;}
/*** Обратный звонок, Связь с администрацией ***/
.callback-info .callback-form {text-align: left;}
.callback-info .callback-form .name-error, .callback-info .callback-form .phone-error {position: relative;text-align: left;bottom: 0;}
.callback-info .callback-form div {margin-bottom: 10px;}
.callback-info .callback-form div label {display: block;}
.callback-info .callback-form div input {margin: 0;}
.contact-info .block-contact > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #ff7e7a;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
.contact-info-table td p {margin: 15px;}
@media all and (max-width: 768px) {.contact-info-table td p {margin: 0 0 15px 0;}}
/** Платежные системы на странице просмотра заказа **/
.order-info .title {margin-bottom: 10px;}
.order-info .table-box.table-striped {margin-bottom: 40px;}
.order-info .paymentQiwi .tr2 .ceil1 {padding: 25px 0 25px;}
.order-info .paymentQiwi .tr6 .ceil1 {padding: 16px 10px 15px;}
.order-info .paymentQiwi .PhoneLabel, .order-info .paymentQiwi .PhoneInput {float: none;}
.order-info .paymentQiwi .PhoneInput {padding: 10px 0 0;}
.order-info .paymentQiwi #form_phone {width: 130px;text-align: center;}
/*** Оформление заказа ***/
.orderStrageContent .quick_order_payment, .orderStrageContent .coupons {margin-bottom: 15px;}
.orderStrageContent .buttons .button:nth-child(2) {float: right;}
.orderStrageContent .payment {margin-bottom: 15px;}
.orderStrageContent .registrations .text, .orderStrageContent .form-list .text {text-transform: uppercase;margin-bottom: 8px;}
.orderStrageContent .registrations .text-italic {color: #b2b2b2;margin-bottom: 15px;}
.orderStrageContent .registrations .contactWantRegister input {margin: 0;vertical-align: middle;}
.orderStrageContent h3.title {margin-bottom: 15px;}
.orderStrageContent .delivery {margin-bottom: 15px;}
.stages-list {float: left;width: 100%;margin: 30px 0 20px 0;padding-top: 30px;border-top: 1px solid #eacd8e;}
.stages .stage {display: inline-block;width: 48px;height: 48px;line-height: 48px;background-color: #c1c1c1;text-align: center;margin-right: 15px;margin-bottom: 15px;color: #fff;font-size: 22px;}
.stages .title {display: inline-block;font-size: 20px;color: #b2b2b2;text-transform: uppercase;}
.stages.active .stage, .stages:hover .stage {background-color: #ff7e7a;}
.stages.active .title, .stages:hover .title {color: #333;}
/*** Страница Поиск ***/
.page-content .search {padding: 15px;}
.page-content .search h4 {margin-bottom: 10px;}
/*** Акции ***/
.discount-box {text-align: center;}
.discount-box h3 {margin-bottom: 10px;}
.discount-box h3 span {text-decoration: underline;}
.discount-box h4 {text-transform: none;margin-bottom: 15px;}
.discount-box h4 span {color: #333;text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #e8dbcf;}
.discount-box .content:first-child {padding:0 0 30px 0;}
.discount-box .content:last-child {border: 0;padding-bottom: 0;}
.discount-box .content .image img {display: block;margin: 0 auto;max-width: 100%;}
.discount-box .content .desc .button {margin: 0 auto;}
/*** Сравнение ***/
.compare-info .buttons {margin: 20px 0 30px}
.compare-info .buttons .button {margin-bottom: 5px;margin-right: 15px;}
.CompareGoodsTable {float: left;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 15px;}
.CompareGoodsTableFilter {float: right}
.CompareGoodsTableFilter .button {margin-bottom: 0;margin-left: 11px}
.CompareGoodsTableFilter .button.CompareGoodsTableFilterSelected {color: #fff}
.CompareGoodsTable .CompareNavigation {float: left;margin: 0;padding: 0;list-style: none;list-style-position: inside}
.CompareGoodsTable .CompareNavigation li {display: inline-block;vertical-align: middle}
.CompareGoodsTable .CompareNavigation .next,
.CompareGoodsTable .CompareNavigation .prev {font-size: 30px;vertical-align: middle;}
.CompareGoodsTableTbody tbody tr td.cell {text-align: left;width: 200px}
.CompareGoodsTableTbody tbody tr td.vtop {vertical-align: top;overflow: auto}
.CompareGoodsTableTbody .CompareCheckbox {margin: 0;vertical-align: middle}
.CompareGoodsTableTbody .CompareGoodsTableTbodyComparisonLine .htmlDataBlock {text-align: left}
@media all and (min-width: 1200px) {.CompareGoodsTableTbody.table-box {table-layout: fixed;}}
@media all and (max-width: 768px) {.CompareGoodsTableFilter .button {margin-bottom: 5px;margin-left: 0;}}
@media all and (max-width: 481px) {.CompareGoodsTable {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}}
/*** Новости ***/
.news-box .news {border-bottom: 1px solid #e8dbcf;margin-bottom: 20px;}
.news-box .news:last-child {margin-bottom: 0;}
.news-box .news .title {margin-bottom: 10px;}
.news-box .news-content p {margin-bottom: 0px;}
.news-box .news-time {text-align: right;margin-bottom: 10px;}
/*** Страница ошибки ***/
.error-page {padding: 15px;}
.error-page a {font-size:110%;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 10px 20px;padding: 0px 0 0px 20px;}
svg.hidden {display: none;}
/*** Карта сайта ***/
.maps_site_title {font-size: 17px;font-weight: 700;}
.maps_site_ul ul {list-style: none;padding-left: 17px;}
.maps_site_ul ul li {padding: 5px 0;}
.maps_site_ul ul a:hover {text-decoration: revert;}
/* Окошко с информацией о cookies */
.cookies-bottom {position: fixed;bottom: 0;width: 100%;background: linear-gradient(320deg, #ff7e7ad1, #ffffffc7);z-index: 100;}
.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;justify-content: center;gap: 30px;}
.cookies-bottom-wrapper a {display: inline;color: #ffffff;}
/**************************************/
/*** Подписаться ***/
/**************************************/
.flex {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
#subscription {margin-bottom: 32px;}
.subscribe {padding: 32px 0 5px;border-bottom: 1px solid #f2e5dc;}
.subscribe__block {width: 38%;}
.subscribe__form {width: 62%;}
.subscribe__title {font-size: 20px;font-weight: bold;margin-bottom: 12px;}
.subscribe .form__pp {text-align: right;}
.subscribe .form__input {background-color: #fff;}
.subscribe .form__field {flex-grow: 1;}
.subscribe label {display: none;}
.subscribe .pp.pp-feedbackForm label {display: block;margin-top: 11px;font-size: 12px;}
.subscribe .pp.pp-feedbackForm .checkbox-name:before {width: 16px;height: 16px;}
.subscribe .pp.pp-feedbackForm .checkbox-name:after {width: 17px;height: 17px;background-position: center;border-radius: 3px;}
@media all and (max-width: 1023px) {
	.subscribe__block {width: 100%;margin-bottom: 16px;}
	.subscribe__form {width: 100%;}
}
@media (max-width: 479px) {
	.subscribe .form__button {position: absolute;right: 0;padding: 0 16px;}
	.subscribe .form__button span {display: none;}
	.subscribe .form__button:before {content: '\e915';font-family: 'icomoon';font-size: 24px;display: block;}
}
@media (max-width: 390px) {
  .subscribe .button {width: 100%;max-width: 100%;margin-top: 11px;}
  
}
.news_foto img {
    max-width: 45%;
}
.news_foto {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    margin: 20px 0;
}
/*Отзывы на главной*/
.reviews-block {margin-bottom: 30px;}
.reviews-block .goodsDataOpinionHeader {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 11px;}
.goodsDataOpinionListDesc strong {display: none;}
.reviews-block .bord {padding: 15px;position: relative;border: 1px solid #eddcd0;min-height: 200px;}
.goodsDataOpinionListDesc {margin-top: 24px;}
.goodsDataOpinion_dop_text {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;font-size: 16px;}
#reviews-block .show-more {width: 100%;margin: 0px auto 40px;text-align: center;}
.reviews-block .rating-box .rating {height: 20px;background-size: 20px 20px;background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23ffcc00' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
@media all and (max-width: 768px) {
  .reviews-block {padding: 0 15px;}
}
/* Предзагрузчик */
.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: #ff7e7a;-webkit-animation: load8 0.6s infinite linear;animation: load8 0.6s infinite linear;}
.products .products-container .content-loading {top: 60px;}
.fancybox-inner .content-loading {background-color: #fff;}
#globalOrder.loading {height: 50vh;}
#globalOrder .content-loading {margin: 0 auto;margin-left: -25px;margin-top: -25px;}
@-webkit-keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12, .col-hs-1, .col-hs-2, .col-hs-3, .col-hs-4, .col-hs-5, .col-hs-6, .col-hs-7, .col-hs-8, .col-hs-9, .col-hs-10, .col-hs-11, .col-hs-12 {float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
@media all and (max-width: 1199px) {
.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 #e8dbcf;}
.cartTable tbody tr:last-child {margin: 0;}
.cartTable tbody tr > td {display: inline-block;}
.cartTable tbody tr .cart-name {display: block;text-align: center;margin-bottom: 0px;}
.cartTable tbody tr td.image {display: block;text-align: center;width: auto;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;padding: 10px;}
.cartTable tbody tr td.name a {margin-bottom: 0px;}
.cartTable tbody tr td.name div {display: none;}
.cartTable tbody tr td.cart-price.hide {display: none;}
.cartTable tbody tr td.cart-price {display: block;position: relative;width: 100%;line-height: 38px;text-align: center;}
.cartTable tbody tr td.closetd {position: absolute;right: 0;bottom: 0;line-height: 40px;padding: 8px;border-top:none;height: 40px;width: 40px;}
.cartTable tbody tr td.cart-qty {position: absolute;left: 0;z-index: 1;}
.cartTable tbody tr td.cart-qty .input {border: 0;background-color: transparent;height: 40px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid #e8dbcf;}
.cartTable tfoot tr > td {float: left;}
.cartTable tfoot tr > td:last-child {float: right;}
.cartTable tfoot tr.actions {border-bottom: 0;}
.cartTable tfoot tr.actions td {display: block;width: 100%;}
.cartTable tfoot tr.discounttr td, .cartTable tfoot tr.total td {border-bottom: 0;}
.formfast-cart {display: none !important;}
#OrderAjaxBlock .formfast .buttons {width: 100%;max-width: 450px;margin: 0 auto;    padding: 0;}
.thumblist {max-width: 630px;}
.products-grid {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
#footer .callbackForm .button {margin: 0;}
#footer .fotter-bottom .copyright {text-align: center;margin-bottom: 15px;}
#footer .fotter-bottom .payments-block {text-align: center;}
.product-view .product-shop .product-neighbor {display: none;}
.product-view .product-shop .add-to-box .add-to-cart .button.quick {display: none;}
.product-tabs .tabs-content {padding-bottom: 30px;}
.product-view .product-toolbar .product-neighbor {display:none;}
}
@media all and (max-width: 767px) {
.col-sms-12 {width: 100%;}
.col-sms-11 {width: 91.66666666666666%;}
.col-sms-10 {width: 83.33333333333334%;}
.col-sms-9 {width: 75%;}
.col-sms-8 {width: 66.66666666666666%;}
.col-sms-7 {width: 58.333333333333336%;}
.col-sms-6 {width: 50%;}
.col-sms-5 {width: 41.66666666666667%;}
.col-sms-4 {width: 33.33333333333333%;}
.col-sms-3 {width: 25%;}
.col-sms-2 {width: 16.666666666666664%;}
.col-sms-1 {width: 8.333333333333332%;}
.goodsDataOpinionAddTable label {width: 100%;}
.goodsDataOpinionFormReset {width: 80px;}
.step li {display: block;width: 100%;padding: 15px;}
.step li.step_done {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.thumblist {max-width: 500px;}
#footer .callbackForm .inputText {display: block;max-width: 300px;clear: both;}
#footer .callbackForm .button {margin: 0;clear: both;}
.cart-compare .title .title {display: none;}
.cart-compare > div {width: 50%;}
.favorites .dropdown, .cart .dropdown, .compare .dropdown {display: none;}
.products-list .item .product-shop {padding-right: 0px;width: 100%;}
.products-list .item .product-image {float: none;margin: 0 auto 20px;min-height: 50px;height: auto;line-height: 1;}
.products-grid .item .item-inner {margin-bottom: 0;padding-bottom: 0;}
.products-grid .item .product-shop {position: relative;bottom: 0;}
.products-grid .item:hover .item-inner .product-shop {bottom: 0;}
.products-grid .item .product-shop .actions {position: relative;bottom: 0;opacity: 1;filter: alpha(opacity=100);}
.products-grid .item .product-shop .ratings {display: none;}
.cart-compare div > .title {width: 110px;line-height: 51px;}
.view-mode {margin-left: auto;}
.sort-by select {max-width: 200px;}
}
@media all and (max-width: 641px) {
.scroll {overflow-x: scroll;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: auto;}
.CompareGoodsTableFilter {line-height: 1;}
.CompareGoodsTableFilter span {margin-bottom: 10px;}
.CompareGoodsTable .CompareNavigation {float: none;text-align: center;}
.thumblist {max-width: 340px;}
.sort-by label, .show-by label {display: none;}
.product-view .product-shop .custom-block .item {text-align: center;}
.product-view .product-shop .custom-block .item i {display: block;text-align: center;}
.product-view .product-shop .custom-block .text-area {text-align: center;margin: 0;}
.product-tabs .tabs {padding: 0;}
.product-tabs .tabs li {display: block;padding: 0;width: 50%;}
.product-tabs .tabs li a {padding: 15px;}
#page-title .block-title h1.title {font-size: 28px;}
}
@media all and (max-width: 481px) {
.products-grid .item .product-image .product-img {line-height: 1;margin: 0;}
.products-grid .item .product-image {}
.products-grid .item .product-image .product-img img {}
.products-grid .item .product-image span {display: none;}
.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: 0px;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 .header-logo,
.header .header-tools {padding: 0 10px;}
.header-toolsCol {margin-right:3px;}
#page-title .block-title h1.title {font-size: 26px;}
.product-view .product-name {padding-right: 40px;}
.product-view .product-img-box .general-img {min-height: 100px;}
.product-view .product-shop .custom-block .item {display: block;width: 100%;border-left: 0;padding: 0 0 15px 0;text-align: left;}
.product-view .product-shop .custom-block .item:last-child {padding-bottom: 0;}
.product-view .product-shop .custom-block .item i {display: inline-block;text-align: left;width: 45px;font-size: 25px;text-align: center;}
.product-view .product-shop .custom-block .text-area {text-align: left;margin-left: 5px;}
.product-view .product-shop .add-to-box .add-to-cart {display: block;}
.related .block-title h2.title {font-size: 16px;line-height: 27px}
.tab-content .delivery-tab h4 {font-size: 16px;}
#news .tabs-headerList:before {content: '';display: block;width: 30px;height: 100%;position: absolute;top: 0;right: 0;box-shadow: inset -25px 0 11px 0 #f1f1f1}
#breadcrumbs li:last-child {padding-right: 20px}
#footer .callbackForm .button {margin: 0 auto 10px}
}
@media all and (max-width: 404px) {
  .toolbar.bottom .pages {margin-top:10px;}  
}
@media all and (min-width: 768px) {
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.container {width: 750px;}
}
@media all and (min-width: 992px) {
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.container {width: 970px;}
}
@media all and (min-width: 1200px) {
.col-lg-12{width:100%;}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.container {max-width: 1170px;width:100%;}
}
@media all and (min-width: 1600px) {
.col-hs-12{width:100%;}
.col-hs-11{width:91.66666667%}
.col-hs-10{width:83.33333333%}
.col-hs-9{width:75%}
.col-hs-8{width:66.66666667%}
.col-hs-7{width:58.33333333%}
.col-hs-6{width:50%}
.col-hs-5{width:41.66666667%}
.col-hs-4{width:33.33333333%}
.col-hs-3{width:25%}
.col-hs-2{width:16.66666667%}
.col-hs-1{width:8.33333333%}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .header .header-sectionsLink:before {content: '';width: 10px;height: 50px;margin: 0 0 0 -10px}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box {display: inline-block;position: relative;vertical-align: middle;width: 95px;height: 14px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
.rating-box:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #e8dbcf;}
.rating-box .rating {position: absolute;float: left;height: 14px;left: 0;top: 0;overflow: hidden;}
.rating-box .rating:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #ff7e7a;}
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs .products-grid.owl-carousel .item .item-inner {width: 207px;}
.nojs #slideshow .owl-carousel, .nojs #news .owl-carousel, .nojs .viewed .owl-carousel {display: block;}
.nojs #back-top, .nojs .quickview, .nojs .filters-price #goods-filter-price-slider {display: none;}
.nojs .filters-price .goodsFilterPriceSubmit {margin-top: 15px;}
.nojs .filters-price .layout-slider {max-width: 100%;}
.soc-seti-left {position: fixed;left: 0.5%;top: 50%;}
.soc-seti-link {width: 40px;height: 40px;border-radius: 13px;background-repeat: no-repeat;background-size: 65%;background-position: center;    margin-top: 10px;}
.soc-seti-link a {width: 100%;display: block;width: 40px;height: 40px;}
.soc-seti-telegram {background-color:#27A5E7;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='enable-background:new 0 0 100 100;' version='1.1' viewBox='0 0 100 100' xml:space='preserve'%3e%3cg id='Layer_1'/%3e%3cg id='Layer_2'%3e%3cg%3e%3cpath class='st117' d='M88.723,12.142C76.419,17.238,23.661,39.091,9.084,45.047c-9.776,3.815-4.053,7.392-4.053,7.392 s8.345,2.861,15.499,5.007c7.153,2.146,10.968-0.238,10.968-0.238l33.62-22.652c11.922-8.107,9.061-1.431,6.199,1.431 c-6.199,6.2-16.452,15.975-25.036,23.844c-3.815,3.338-1.908,6.199-0.238,7.63c6.199,5.246,23.129,15.976,24.082,16.691 c5.037,3.566,14.945,8.699,16.452-2.146c0,0,5.961-37.435,5.961-37.435c1.908-12.637,3.815-24.321,4.053-27.659 C97.307,8.804,88.723,12.142,88.723,12.142z' fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");}
.soc-seti-whatsapp {background-color:#5EC758;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 512 512' id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve'%3e%3cg%3e%3cpath d='M500.4,241.8c-0.6,63.4-16.9,113-50.8,156.1c-36.4,46.3-83.8,75.7-141.8,87.6 c-44.8,9.1-88.4,5.1-131.2-10.4c-9.5-3.5-18.8-7.6-27.7-12.5c-2.7-1.5-5-1.7-8-0.7c-40.5,13.1-81.1,26.1-121.7,39 c-1.8,0.6-4.2,2.3-5.6,1c-1.6-1.6,0.4-4,1-5.9c8.1-24.1,16.2-48.3,24.4-72.4c5-14.7,9.8-29.3,15-43.9c1.4-3.8,0.9-6.7-1.2-10.2 c-10.3-17.6-17.9-36.4-23.3-56.1c-10.1-37-11.2-74.4-3.3-111.8c8.6-40.8,26.6-77.2,54.3-108.6c33.5-38,74.8-63.1,123.9-75.2 c31.3-7.7,62.9-8.9,94.7-3.7c41.6,6.8,79.1,23.3,111.8,49.9c34,27.7,58.8,62.1,74.4,103.4C493.9,189.7,500.7,226.2,500.4,241.8z M74.6,441.5c24.8-8,48.5-15.6,72-23.3c3.1-1,5.6-0.8,8.3,1c9,6,18.7,10.8,28.7,15c32.5,13.8,66.3,18.8,101.2,14.3 c42.8-5.5,80.4-22.7,112-52.6c39.8-37.7,61.1-83.9,63-138.5c1.8-53.5-15.4-100.5-51.3-140.4c-34.1-37.9-76.9-59.5-127.4-64.9 c-43.9-4.7-85,4.8-123,27.6c-32.5,19.6-57.4,46.3-74.7,80c-19.1,37.1-25.6,76.5-20.1,117.8c4.1,31.2,15.3,59.9,33.3,85.7 c2,2.9,2.6,5.3,1.4,8.7c-3.7,10.2-7,20.5-10.5,30.7C83.3,415.2,79.2,427.8,74.6,441.5z' fill='%23FFFFFF'/%3e%3cpath d='M141,194.7c0.5-23.8,8.9-41.5,24.8-55.6c5.1-4.6,11.4-6.6,18.5-5.6c3,0.4,6,0.7,9,0.5 c5.6-0.3,9.4,2.4,11.3,7.3c6.7,17.4,13.2,34.8,19.7,52.3c2.2,6-1.6,10.7-4.8,15c-3.7,5.1-8.2,9.6-12.6,14.1 c-4.5,4.6-5.1,7.2-2,12.8c18.1,32.9,43.5,58.2,78,73.8c1.2,0.5,2.4,1.2,3.6,1.8c4.6,2.1,8.7,1.6,12.2-2.4 c6.4-7.5,13.4-14.4,19.3-22.3c3.9-5.2,6.6-6.1,12.5-3.5c17.6,7.6,34.1,17.2,50.9,26.5c3.1,1.7,4.2,4.3,4.1,7.9 c-0.9,29.5-17.8,44.9-47.5,51.7c-14.4,3.3-27.7-0.3-40.9-5.1c-27.7-10-54.4-21.8-76.8-41.6c-17.8-15.8-33.5-33.4-46.8-53.1 c-10.2-15.2-20.8-30.1-26.7-47.8C143.4,212,140.9,202.4,141,194.7z' fill='%23FFFFFF'/%3e%3c/g%3e%3c/svg%3e");}
.soc-seti-viber {background-color:#8456A7;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e%3cpath d='M15.198 0.005c-2.568 0.031-8.089 0.453-11.177 3.286-2.297 2.276-3.099 5.641-3.193 9.802-0.078 4.146-0.172 11.932 7.333 14.052v3.229c0 0-0.047 1.292 0.807 1.557 1.052 0.333 1.651-0.661 2.651-1.729l1.865-2.109c5.135 0.427 9.068-0.557 9.521-0.703 1.042-0.333 6.911-1.083 7.87-8.87 0.984-8.042-0.479-13.109-3.12-15.401h-0.016c-0.797-0.734-4-3.068-11.156-3.094 0 0-0.531-0.036-1.385-0.021zM15.286 2.266c0.729-0.005 1.172 0.026 1.172 0.026 6.057 0.016 8.948 1.839 9.63 2.453 2.224 1.906 3.37 6.474 2.531 13.188-0.797 6.51-5.557 6.922-6.438 7.203-0.375 0.12-3.839 0.974-8.203 0.693 0 0-3.25 3.922-4.266 4.932-0.161 0.177-0.349 0.229-0.469 0.203-0.172-0.042-0.224-0.255-0.214-0.547l0.031-5.359c-6.365-1.76-5.99-8.401-5.922-11.87 0.078-3.469 0.729-6.307 2.667-8.229 2.609-2.359 7.297-2.677 9.479-2.693zM15.766 5.734c-0.219-0.005-0.401 0.177-0.401 0.396 0 0.224 0.182 0.401 0.401 0.401 2.005-0.036 3.938 0.724 5.375 2.12 1.453 1.411 2.161 3.307 2.188 5.786 0 0.219 0.177 0.401 0.401 0.401v-0.016c0.219 0 0.401-0.177 0.401-0.396 0.099-2.359-0.776-4.651-2.417-6.349-1.583-1.547-3.589-2.344-5.948-2.344zM10.495 6.651c-0.281-0.042-0.573 0.016-0.818 0.161h-0.021c-0.542 0.318-1.047 0.719-1.526 1.255-0.365 0.422-0.563 0.849-0.615 1.26-0.031 0.245-0.010 0.49 0.063 0.724l0.026 0.016c0.411 1.208 0.948 2.37 1.604 3.464 0.844 1.536 1.885 2.958 3.094 4.229l0.036 0.052 0.057 0.042 0.036 0.042 0.042 0.036c1.276 1.214 2.698 2.255 4.24 3.109 1.76 0.958 2.828 1.411 3.469 1.599v0.010c0.188 0.057 0.359 0.083 0.531 0.083 0.547-0.042 1.063-0.26 1.469-0.63 0.521-0.469 0.932-0.984 1.24-1.531v-0.010c0.307-0.578 0.203-1.125-0.24-1.495-0.885-0.776-1.849-1.464-2.865-2.057-0.682-0.37-1.375-0.146-1.656 0.229l-0.599 0.755c-0.307 0.375-0.865 0.323-0.865 0.323l-0.016 0.010c-4.161-1.063-5.271-5.276-5.271-5.276s-0.052-0.573 0.333-0.865l0.75-0.604c0.359-0.292 0.609-0.984 0.224-1.667-0.589-1.021-1.276-1.979-2.052-2.865-0.167-0.208-0.406-0.349-0.672-0.401zM16.458 7.839c-0.531 0-0.531 0.802 0.005 0.802 1.333 0.021 2.604 0.573 3.531 1.531 0.844 0.932 1.281 2.172 1.198 3.427 0.005 0.219 0.182 0.396 0.401 0.396l0.016 0.021c0.219 0 0.401-0.182 0.401-0.401 0.036-1.589-0.458-2.922-1.427-3.99-0.974-1.068-2.333-1.667-4.068-1.786-0.021 0-0.036 0-0.057 0zM17.115 9.995c-0.547-0.016-0.568 0.802-0.026 0.818 1.318 0.068 1.958 0.734 2.042 2.104 0.005 0.219 0.182 0.391 0.396 0.391h0.016c0.224-0.010 0.401-0.203 0.385-0.427-0.094-1.786-1.068-2.792-2.797-2.885-0.005 0-0.010 0-0.016 0z' fill='%23FFFFFF'/%3e%3c/svg%3e");}
.soc-seti-vk{background-color:#1976d2;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='548.358px' height='548.358px' viewBox='0 0 548.358 548.358' style='enable-background:new 0 0 548.358 548.358%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M545.451 400.298c-0.664-1.431-1.283-2.618-1.858-3.569c-9.514-17.135-27.695-38.167-54.532-63.102l-0.567-0.571 l-0.284-0.28l-0.287-0.287h-0.288c-12.18-11.611-19.893-19.418-23.123-23.415c-5.91-7.614-7.234-15.321-4.004-23.13 c2.282-5.9 10.854-18.36 25.696-37.397c7.807-10.089 13.99-18.175 18.556-24.267c32.931-43.78 47.208-71.756 42.828-83.939 l-1.701-2.847c-1.143-1.714-4.093-3.282-8.846-4.712c-4.764-1.427-10.853-1.663-18.278-0.712l-82.224 0.568 c-1.332-0.472-3.234-0.428-5.712 0.144c-2.475 0.572-3.713 0.859-3.713 0.859l-1.431 0.715l-1.136 0.859 c-0.952 0.568-1.999 1.567-3.142 2.995c-1.137 1.423-2.088 3.093-2.848 4.996c-8.952 23.031-19.13 44.444-30.553 64.238 c-7.043 11.803-13.511 22.032-19.418 30.693c-5.899 8.658-10.848 15.037-14.842 19.126c-4 4.093-7.61 7.372-10.852 9.849 c-3.237 2.478-5.708 3.525-7.419 3.142c-1.715-0.383-3.33-0.763-4.859-1.143c-2.663-1.714-4.805-4.045-6.42-6.995 c-1.622-2.95-2.714-6.663-3.285-11.136c-0.568-4.476-0.904-8.326-1-11.563c-0.089-3.233-0.048-7.806 0.145-13.706 c0.198-5.903 0.287-9.897 0.287-11.991c0-7.234 0.141-15.085 0.424-23.555c0.288-8.47 0.521-15.181 0.716-20.125 c0.194-4.949 0.284-10.185 0.284-15.705s-0.336-9.849-1-12.991c-0.656-3.138-1.663-6.184-2.99-9.137 c-1.335-2.95-3.289-5.232-5.853-6.852c-2.569-1.618-5.763-2.902-9.564-3.856c-10.089-2.283-22.936-3.518-38.547-3.71 c-35.401-0.38-58.148 1.906-68.236 6.855c-3.997 2.091-7.614 4.948-10.848 8.562c-3.427 4.189-3.905 6.475-1.431 6.851 c11.422 1.711 19.508 5.804 24.267 12.275l1.715 3.429c1.334 2.474 2.666 6.854 3.999 13.134c1.331 6.28 2.19 13.227 2.568 20.837 c0.95 13.897 0.95 25.793 0 35.689c-0.953 9.9-1.853 17.607-2.712 23.127c-0.859 5.52-2.143 9.993-3.855 13.418 c-1.715 3.426-2.856 5.52-3.428 6.28c-0.571 0.76-1.047 1.239-1.425 1.427c-2.474 0.948-5.047 1.431-7.71 1.431 c-2.667 0-5.901-1.334-9.707-4c-3.805-2.666-7.754-6.328-11.847-10.992c-4.093-4.665-8.709-11.184-13.85-19.558 c-5.137-8.374-10.467-18.271-15.987-29.691l-4.567-8.282c-2.855-5.328-6.755-13.086-11.704-23.267 c-4.952-10.185-9.329-20.037-13.134-29.554c-1.521-3.997-3.806-7.04-6.851-9.134l-1.429-0.859c-0.95-0.76-2.475-1.567-4.567-2.427 c-2.095-0.859-4.281-1.475-6.567-1.854l-78.229 0.568c-7.994 0-13.418 1.811-16.274 5.428l-1.143 1.711 C0.288 140.146 0 141.668 0 143.763c0 2.094 0.571 4.664 1.714 7.707c11.42 26.84 23.839 52.725 37.257 77.659 c13.418 24.934 25.078 45.019 34.973 60.237c9.897 15.229 19.985 29.602 30.264 43.112c10.279 13.515 17.083 22.176 20.412 25.981 c3.333 3.812 5.951 6.662 7.854 8.565l7.139 6.851c4.568 4.569 11.276 10.041 20.127 16.416 c8.853 6.379 18.654 12.659 29.408 18.85c10.756 6.181 23.269 11.225 37.546 15.126c14.275 3.905 28.169 5.472 41.684 4.716h32.834 c6.659-0.575 11.704-2.669 15.133-6.283l1.136-1.431c0.764-1.136 1.479-2.901 2.139-5.276c0.668-2.379 1-5 1-7.851 c-0.195-8.183 0.428-15.558 1.852-22.124c1.423-6.564 3.045-11.513 4.859-14.846c1.813-3.33 3.859-6.14 6.136-8.418 c2.282-2.283 3.908-3.666 4.862-4.142c0.948-0.479 1.705-0.804 2.276-0.999c4.568-1.522 9.944-0.048 16.136 4.429 c6.187 4.473 11.99 9.996 17.418 16.56c5.425 6.57 11.943 13.941 19.555 22.124c7.617 8.186 14.277 14.271 19.985 18.274 l5.708 3.426c3.812 2.286 8.761 4.38 14.853 6.283c6.081 1.902 11.409 2.378 15.984 1.427l73.087-1.14 c7.229 0 12.854-1.197 16.844-3.572c3.998-2.379 6.373-5 7.139-7.851c0.764-2.854 0.805-6.092 0.145-9.712 C546.782 404.25 546.115 401.725 545.451 400.298z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");}
.soc-seti-instagram{position: relative;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 1024 1024' height='1024px' id='Layer_1' version='1.1' viewBox='0 0 1024 1024' width='1024px' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath clip-rule='evenodd' d='M512.305 0.122c70.856 0 141.717-0.328 212.571 0.094 c66.662 0.398 129.269 15.6 183.515 56.125c70.84 52.923 107.091 125.214 113.838 212.445c2.376 30.7 1.637 61.667 1.677 92.512 c0.161 119.619 0.072 239.239 0.059 358.86c-0.005 48.856-6.799 96.557-27.473 141.232 c-41.938 90.623-115.091 140.165-211.608 157.334c-20.125 3.579-40.886 4.916-61.359 4.977 c-141.333 0.417-282.669 0.321-424.003 0.174c-73.495-0.075-140.713-19.483-197.994-67.166 c-58.197-48.439-88.907-111.793-98.46-186.071c-1.648-12.811-2.657-25.805-2.669-38.714 C0.261 583.352-0.636 434.771 0.82 286.214c0.796-81.166 27.822-153.13 88.244-209.835 c50.119-47.032 111.04-71.607 178.739-74.012c81.404-2.892 162.991-0.685 244.499-0.685 C512.303 1.161 512.303 0.641 512.305 0.122z M511.505 929.369c68.18 0 136.358 0.274 204.534-0.188 c17.83-0.121 35.919-1.007 53.414-4.171c66.827-12.081 117.634-45.6 144.26-110.67c13.528-33.055 17.946-68.524 18.522-102.876 c2.237-133.271 0.976-266.602 0.819-399.911c-0.018-14.442-0.174-29.045-2.217-43.295 c-9.163-63.988-36.903-116.435-95.792-148.329c-32.869-17.801-68.551-24.522-105.64-24.534 c-142.831-0.042-285.662-0.084-428.492 0.087c-12.908 0.016-25.93 0.73-38.702 2.525 c-72.746 10.214-126.329 46.066-153.145 116.6c-10.822 28.463-14.28 58.288-14.286 88.569 c-0.021 139.403-0.155 278.803 0.183 418.208c0.041 17.055 1.313 34.355 4.366 51.114 c13.543 74.355 55.004 125.461 128.843 146.011c24.606 6.845 50.909 9.868 76.522 10.384 C373.608 930.277 442.565 929.364 511.505 929.369z' fill-rule='evenodd' fill='%23ffffff' /%3E%3Cpath clip-rule='evenodd' d='M775.903 510.369c-0.064 145.777-119.005 264.347-264.821 263.991 c-145.871-0.353-263.345-118.096-263.43-264.029C247.567 364.56 366.331 245.98 512.255 246.139 C656.921 246.295 775.968 365.605 775.903 510.369z M511.878 679.188c93.007 0.071 169.609-76.475 169.448-169.325 c-0.161-92.206-76.568-168.757-168.818-169.132c-92.873-0.377-169.438 75.935-169.635 169.074 C342.677 603.077 418.542 679.114 511.878 679.188z' fill-rule='evenodd' fill='%23ffffff' /%3E%3Cpath clip-rule='evenodd' d='M785.693 299.338c-33.019-0.295-59.047-26.717-58.941-59.832 c0.104-33.491 26.785-59.75 60.471-59.52c32.644 0.226 59.246 27.168 59.147 59.904 C846.27 273.09 819.174 299.637 785.693 299.338z' fill-rule='evenodd' fill='%23ffffff' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.soc-seti-instagram a {background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 1024 1024' height='1024px' id='Layer_1' version='1.1' viewBox='0 0 1024 1024' width='1024px' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath clip-rule='evenodd' d='M512.305 0.122c70.856 0 141.717-0.328 212.571 0.094 c66.662 0.398 129.269 15.6 183.515 56.125c70.84 52.923 107.091 125.214 113.838 212.445c2.376 30.7 1.637 61.667 1.677 92.512 c0.161 119.619 0.072 239.239 0.059 358.86c-0.005 48.856-6.799 96.557-27.473 141.232 c-41.938 90.623-115.091 140.165-211.608 157.334c-20.125 3.579-40.886 4.916-61.359 4.977 c-141.333 0.417-282.669 0.321-424.003 0.174c-73.495-0.075-140.713-19.483-197.994-67.166 c-58.197-48.439-88.907-111.793-98.46-186.071c-1.648-12.811-2.657-25.805-2.669-38.714 C0.261 583.352-0.636 434.771 0.82 286.214c0.796-81.166 27.822-153.13 88.244-209.835 c50.119-47.032 111.04-71.607 178.739-74.012c81.404-2.892 162.991-0.685 244.499-0.685 C512.303 1.161 512.303 0.641 512.305 0.122z M511.505 929.369c68.18 0 136.358 0.274 204.534-0.188 c17.83-0.121 35.919-1.007 53.414-4.171c66.827-12.081 117.634-45.6 144.26-110.67c13.528-33.055 17.946-68.524 18.522-102.876 c2.237-133.271 0.976-266.602 0.819-399.911c-0.018-14.442-0.174-29.045-2.217-43.295 c-9.163-63.988-36.903-116.435-95.792-148.329c-32.869-17.801-68.551-24.522-105.64-24.534 c-142.831-0.042-285.662-0.084-428.492 0.087c-12.908 0.016-25.93 0.73-38.702 2.525 c-72.746 10.214-126.329 46.066-153.145 116.6c-10.822 28.463-14.28 58.288-14.286 88.569 c-0.021 139.403-0.155 278.803 0.183 418.208c0.041 17.055 1.313 34.355 4.366 51.114 c13.543 74.355 55.004 125.461 128.843 146.011c24.606 6.845 50.909 9.868 76.522 10.384 C373.608 930.277 442.565 929.364 511.505 929.369z' fill-rule='evenodd' fill='%23ffffff' /%3E%3Cpath clip-rule='evenodd' d='M775.903 510.369c-0.064 145.777-119.005 264.347-264.821 263.991 c-145.871-0.353-263.345-118.096-263.43-264.029C247.567 364.56 366.331 245.98 512.255 246.139 C656.921 246.295 775.968 365.605 775.903 510.369z M511.878 679.188c93.007 0.071 169.609-76.475 169.448-169.325 c-0.161-92.206-76.568-168.757-168.818-169.132c-92.873-0.377-169.438 75.935-169.635 169.074 C342.677 603.077 418.542 679.114 511.878 679.188z' fill-rule='evenodd' fill='%23ffffff' /%3E%3Cpath clip-rule='evenodd' d='M785.693 299.338c-33.019-0.295-59.047-26.717-58.941-59.832 c0.104-33.491 26.785-59.75 60.471-59.52c32.644 0.226 59.246 27.168 59.147 59.904 C846.27 273.09 819.174 299.637 785.693 299.338z' fill-rule='evenodd' fill='%23ffffff' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
width: 40px;height: 40px;position: relative;}
.soc-seti-instagram:before {content: '';position: absolute;width: 100%;height: 100%;background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);border-radius: 13px;z-index: -1;}
.soc-seti-tel{background-color:#ff7e7a;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='477.156px' height='477.156px' viewBox='0 0 477.156 477.156' style='enable-background:new 0 0 477.156 477.156;' xml:space='preserve'%3e%3cg%3e%3cpath d='M475.009,380.316l-2.375-7.156c-5.625-16.719-24.062-34.156-41-38.75l-62.688-17.125c-17-4.625-41.25,1.594-53.688,14.031 l-22.688,22.688c-82.453-22.28-147.109-86.938-169.359-169.375L145.9,161.94c12.438-12.438,18.656-36.656,14.031-53.656 l-17.094-62.719c-4.625-16.969-22.094-35.406-38.781-40.969L96.9,2.19c-16.719-5.563-40.563,0.063-53,12.5L9.962,48.659 C3.899,54.69,0.024,71.94,0.024,72.003c-1.187,107.75,41.063,211.562,117.281,287.781 c76.031,76.031,179.454,118.219,286.891,117.313c0.562,0,18.312-3.813,24.375-9.845l33.938-33.938 C474.946,420.878,480.571,397.035,475.009,380.316z' fill='%23ffffff' /%3e%3c/g%3e%3c/svg%3e");}
@media all and (max-width: 840px) {
.soc-seti-left {display: flex;top: inherit;bottom: 12px;z-index: 12;background: rgba(255, 255, 255, 0.75);padding: 5px;border-radius: 6px;}
.soc-seti-link {margin-right: 10px;margin-top: 0;}
.soc-seti-link:last-child {margin-right: 0;}
}
@media all and (max-width: 767px) {
  .soc-seti-left {display: none;}
}
.goods_hide {color: red;}
.reiting_ym {
    margin: 1rem 0;
}
.product-delivery {color: #ff7e7a;display:none;}
.product-delivery._show {display: flex;justify-content: center;width: 100%;align-items: center;text-align: center; flex-wrap: wrap;}
.product-delivery .price {color: inherit;font-weight: normal;margin-left: 5px;}
@media (max-width: 410px) {
.product-delivery._show { font-size:13px;}
}
.delivery_good_mod {color: #ff7e7a;display: none;}
.delivery_good_mod._show {display: flex;margin-left: 10px;font-size: 13px;}
@media (max-width: 410px) {
.delivery_good_mod._show { font-size:9px;}
}
.top_banner {width: 100%;height: 100%;text-align: center;padding: 1rem 0;}
.mother_banner-block {display: flex;}
.mother_banner-info {display: flex;flex-direction: column;width: auto;position: absolute;top: 13%;left: 11%;}
.mother_banner-title {color: #525150;font-size: 50px;font-weight: 600;margin-top: 11px;font-family: "Open Sans", sans-serif;position: relative;}
.mother_banner-features:before, .mother_banner-title:before {content: '';width: 100%;height: 3px;position: absolute;top: -17px;background: #fc4d47;}
.mother_banner-title:before {display:none;}
.mother_banner-features {display: flex;width: auto;position: absolute;left: 3%;bottom: 22%;gap: 1rem;}
.mother_banner-features_item {display: inline-block;overflow: visible;font-size: 16px;line-height: 34px;padding: 0 15px;border: 0;background-color: #ff7e7a;color: #fff;border-radius: 20px;position: relative;border: 3px solid #ff7e7a;}
.mother_banner-features_item:before {content: '';display: block;position: absolute;left: 0;top: 0;border: 1px solid #fff;width: 100%;height: 100%;border-radius: 20px;}
.mother_banner-features_item:before {border-color: #ff7e7a;}
.mother_banner-features_item {background-color: #fff;color: #333;border: 3px solid #fff;}
.mother_banner-img-logo img {max-width: 306px;}
.mother_banner-img {max-width: 50%;}
.mother_banner-text {color: #f60e46;font-size: 31px;font-weight: 600;font-family: "Open Sans", sans-serif;margin-top: 13px;}
@media (max-width: 1199px) {
.mother_banner-title {font-size: 43px;}
.mother_banner-text {font-size: 27px;margin-bottom: 13px;}
.mother_banner-img-logo img {max-width: 245px;}
}
@media (max-width: 991px) {
.mother_banner-img-logo img {max-width: 189px;}
.mother_banner-title {font-size: 30px;}
.mother_banner-text {font-size: 20px;margin-top: 9px;}
.mother_banner-info {left: 22%;}
.mother_banner-features_item {font-size: 14px;line-height: 25px;padding: 0 10px;}
.mother_banner-features:before {top: -7px;}
}
@media (max-width: 799px) {
.mother_banner-title {font-size: 40px;}
.mother_banner-info {left: 14%;top: 10%;}
.mother_banner-title:before {display: block;top: inherit;bottom: -9px;}
.mother_banner-features:before {display:none;}
.mother_banner-features {flex-direction: column;top: 26%;bottom: inherit;left: 12%;}
.mother_banner-features_item {font-size: 34px;line-height: 61px;padding: 0 60px;border-radius: 146px;}
.mother_banner-features_item:before {border-radius: 42px;}
}
@media (max-width: 768px) {
.mother_banner-block {flex-direction: column-reverse;}
.mother_banner-img {max-width: 100%;}
.mother_banner-img-logo img {max-width: 312px;}
.mother_banner-text {font-size: 35px;margin-bottom: 22px;}
}
@media (max-width: 700px) {
.mother_banner-info {left: 8%;top: 10%;}
.mother_banner-title {font-size: 32px;}
.mother_banner-features {top: 24%;left: 13%;}
.mother_banner-features_item {font-size: 25px;line-height: 49px;padding: 0px 27px;border-radius: 94px;}
}
@media (max-width: 560px) {
.mother_banner-title {font-size: 20px;}
.mother_banner-img-logo img {max-width: 230px;}
.mother_banner-text {font-size: 25px;margin-bottom: 16px;}
.mother_banner-features {top: 21%;left: 9%;}
.mother_banner-features_item {font-size: 18px;line-height: 37px;padding: 0px 11px;border-radius: 94px;}
}
@media (max-width: 400px) {
.mother_banner-img-logo img {max-width: 180px;}
.mother_banner-text {font-size: 18px;}
.mother_banner-info {top:10%;left: 9%;}
.mother_banner-features {top: 27%;left: 9%;}
}
