html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Roboto Condensed', sans-serif;font-size: 16px;line-height: 1.2;font-weight: 400;color: #cec5bf;overflow-x: hidden;margin:0;padding:0;}
body {
  background: #2c2b2b;
}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrapper {overflow: hidden;transition: all .3s ease;}
.wrapper._overflow {overflow: initial;}
.wrapper._blur {filter: blur(3px);}
._blur {filter: blur(3px);}
.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"], input[type="password"], textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;-moz-appearance: textfield;}
textarea {width: 100%;resize:none;border: 1px solid rgb(206 197 191 / 20%);font-size: 14px;padding: 6px 12px;}
select:focus, textarea:focus {outline: 0;border-color: #2e2e2e;}
/**/
.input {display: block;width: 100%;max-width: 450px;background: transparent;border: 1px solid rgb(206 197 191 / 30%);border-radius: 0;box-shadow: none;color: #cec5bf;height: 40px;font-size: 16px;padding: 0 15px;}
.input:hover {border-color: rgb(206 197 191 / 50%)}
.input:focus {border-color:#caa462;}
.input.error,.input.input--error,.input.invalidInput {border-color: #caa462}
select.invalidInput + label,
.input.invalidInput + label {display: block;color: #caa462;font-size: 12px;text-align: left;margin-top: 5px}
select.invalidInput + label {margin-top: 0;margin-bottom: 5px;}
.input::-webkit-input-placeholder {color: #6f5b4d;font-size: 16px;}
.input::-moz-placeholder {color: #6f5b4d;font-size: 16px;}
.input:-ms-input-placeholder {color: #6f5b4d;font-size: 16px;}
.input:-moz-placeholder {color: #6f5b4d;font-size: 16px;}
.input-material.error + .error {
  display: none!important;
}
.input-material.error ~ .input-material-label,
.input-material.error {
  border-color: #355d85;
}
button.input-material-label,
label.input-material-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
  border-bottom: 1px solid #cec5bf;
  color: #caa462;
  order: -1;
}
.input-material-label._order {order: 1;color:  #cec5bf;}
.input-material:focus + .input-material-label {
  border-color: #caa462;
}
.input-material {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background: none;
  border: none;
  border-radius: 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #cec5bf;
  color: #201e22;
}
.input-material._light-text {
  color: #cec5bf;
}
.input-material._reverse {
  border-left: 0;
  border-right: 1px solid;
  border-color: #cec5bf;
  color: #caa462;
}
.input-material.textarea {
  height: 80px;
}
.input-material:hover {
  border-color: #cec5bf;  
}
.input-material:focus ~ .input-material-label,
.input-material:focus {
  box-shadow: none;  
  border-color: #caa462;
}
.input-material::-webkit-input-placeholder {color: #6f5b4d;}
.input-material::-moz-placeholder {color: #6f5b4d;}
.input-material:-ms-input-placeholder {color: #6f5b4d;}
.input-material:-moz-placeholder {color: #6f5b4d;}
/*! Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px rgb(24,24,24) !important; /*! Цвет фона */
  -webkit-text-fill-color: #cacaca !important; /*! цвет текста */
  color: #cacaca !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;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/*! Radio input*/
.radio {position: relative}
.radio .radio-hidden {display: none}
.radio .radio-name {position: relative;display: block;padding-left: 28px;line-height: 20px;cursor: pointer}
.radio .radio-name:after,.radio .radio-name:before {position: absolute;background-color: #fff;content: ''}
.radio .radio-name:before {top: 0;left: 0;width: 20px;height: 20px;border: 1px solid #ccd8df;border-radius: 10px;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out}
.radio .radio-name:after {top: 6px;left: 6px;width: 8px;height: 8px;border-radius: 4px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
.radio .radio-hidden:checked + .radio-name:after {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
.radio .radio-hidden:checked + .radio-name:before {background-color:#caa462;border-color:#caa462}
.radio .radio-name:hover:before {border-color: #b1bfc8}
/*! Checkbox input*/
.checkbox-hidden {display: none;visibility: hidden}
.checkbox-name {position: relative;display: block;padding-left: 23px;text-align: left;line-height: 20px;cursor: pointer;user-select: none}
.checkbox-name:after,.checkbox-name:before {content: ''}
.checkbox-name:before {position: absolute;top: 3px;left: 0;width: 14px;height: 14px;background-color: transparent;border: 2px solid #cec5bf;border-radius: 2px;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.checkbox-name:hover:before {border-color: #b1bfc8}
.checkbox-name:after {position: absolute;top: 2px;left: 1px;width: 14px;height: 10px;background-position: -70px -40px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
.checkbox-hidden:checked + .checkbox-name:before,.checkbox-hidden[checked=checked] + .checkbox-name:before {background-color: #caa462;border-color: #caa462}
.checkbox-hidden:checked + .checkbox-name:after,.checkbox-hidden[checked=checked] + .checkbox-name:after {content: 'done';color: #000;opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);font-family: 'Material Icons Outlined';font-weight: normal;font-style: normal;font-size: 12px;line-height: 14px;}
.checkbox-hidden:disabled + .checkbox-name {color: #cec5bf;cursor: default}
/*! Показать пароль */
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 6px 15px}
/*! Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;line-height:1.3;margin:0;padding:0;font-family: 'Roboto Condensed',Arial, sans-serif;font-weight: 400;color: #cec5bf;}
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: #caa462;}
.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-image: linear-gradient(160.47deg,#caa462 11.94%,#fc9758 85.71%);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: #eb5c5e;}
.fadeout {opacity: 0;filter: alpha(opacity=0);}
.fadein {opacity: 1;filter: alpha(opacity=100);}
.separator {display: inline-block;width: 1px;height: 18px;background: #2e2e2e;margin: 0 5px;text-indent: 9999px;}
.tc {color: #caa462!important}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #caa462;text-align: left;line-height: 25px}
.DescriptionBlock {background-color: transparent}
/* .no-padding .DescriptionBlock {padding: 15px} */
.pseudo-link {position: relative}
.pseudo-link:after {content: '';position: absolute;bottom: -2px;left: 0;width: 100%;border-bottom: 1px solid;transition: all .3s ease;opacity: 1;visibility: visible;}
.pseudo-link:hover:after {visibility: hidden;opacity: 0;}
.blue-link {    font-size: 13px;color: #caa462;text-decoration:none;}
.blue-link:hover {color: #2e2e2e;}
.blue-link._underline:hover {
  color: #caa462;text-decoration: underline;
}
/*! Уведомления */
.success, .warning {display: none;}
.quickformfast .success,.quickformfast .warning,
.no-js .success,.no-js .warning {display:block;}
.attention,.information,.success,.warning {position: relative;color: #fff;min-height: 40px;margin-bottom: 20px;overflow: hidden;padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);font-size: 18px;border-radius: 0px;}
.success {background-color: #145349;color: #fff;}
.warning {background-color: #eb5c5e;color: #fff;}
.attention {background-color:#caa462;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;text-decoration:underline;}
label.invalidInput {color: #eb5c5e;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #caa462;width: 100%;text-align: left;margin: 0 auto;padding: 3px 15px;}
/*! Tippy */
.tippy-box[data-theme~='mytheme'] {
  background-color: #f3f1ef;
  color: #201e22;
  border-radius: 0;
  padding: 0 10px;
}
.tippy-box[data-theme~='mytheme'] a {
  text-decoration: underline;
}
.tippy-box[data-theme~='mytheme'] a:hover {
  text-decoration: none;
}
.tippy-box[data-theme~='mytheme'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #f3f1ef;
}
.tippy-box[data-theme~='mytheme'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #f3f1ef;
}
.tippy-box[data-theme~='mytheme'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #f3f1ef;
}
.tippy-box[data-theme~='mytheme'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #f3f1ef;
}
/*! Radomir */
.cbutton::after {position: absolute;top: 50%;left: 50%;margin: -35px 0 0 -35px;width: 70px;height: 70px;border-radius: 50%;content: '';opacity: 0;pointer-events: none;box-shadow: inset 0 0 0 35px rgba(245, 0, 86, 0);}
.cbutton.cbutton--click::after {-webkit-animation: anim-effect-radomir 0.5s ease-out forwards;animation: anim-effect-radomir 0.5s ease-out forwards;}
/*! Noty */
.noty_bar {border-radius: 0px}
.noty_bar.noty_theme__metroui.noty_type__success {background-color:  #145349;}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 97%}
#noty_layout__bottom {max-width: 95%;left: 2.5%}
.noty__content {padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-radius: 0px;overflow: hidden;font-size: 14px;text-align: left;padding-right: 15px}
.noty_content {padding: 10px;}
.noty__content-text {padding: 10px 0}
.noty__content .material-icons {height: 60px;width: 60px;line-height: 60px;font-size: 30px;margin-right: 0;-ms-flex-negative: 0;flex-shrink: 0;text-align: center;background: 0 0!important}
.noty_theme__metroui .noty__content a,
.noty_theme__metroui .noty__content a:visited {color: #fff;margin-left: 2px}
.noty_theme__metroui .noty__content a:hover {text-decoration: none}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 0px;
}
/*! Добавлен в корзину */
.noty_theme__addCart {
    border-left: 4px solid #caa462;
    background-color: #f3f1ef;
    margin: 0 0 4px 0;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(0 0 0 / 30%) 0 0 5px 0;
    padding: 15px;
    padding-right: 55px;
    color: #201e22;
    border-radius: 4px 0px 0px 4px;
}
.noty_theme__addCart .noty__content {
  padding-right: 0;
  flex-wrap: wrap;
}
.noty_theme__addCart .noty__content a, .noty__content a:visited {
  margin-left: 0;
  color: #201e22;
  font-weight: bold;
}
.noty_theme__addCart .noty_close_button::before {
  content: 'close';
  font-family: 'Material Icons';
  font-size: 24px;
  color: #cec5bf;
  font-weight: normal;
  font-style: normal;
}
.noty_theme__addCart .noty_close_button {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0;
  background-color: transparent;
  top: 10px;
  right: 10px;  
}
.noty_theme__addCart .noty_close_button:hover {
  background-color: rgba(0,0,0,0.05);
}
.noty_theme__addCart .noty__content-text {
  padding: 0;
  font-weight: bold;
}
.noty_theme__addCart .noty__content-text b::before {
  content: '«';
}
.noty_theme__addCart .noty__content-text b::after {
  content: '»';
}
.noty_theme__addCart .noty__content .noty-cart-btn {
  display: block;
  border: 1px solid #cec5bf;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  margin-top: 15px;
}
.noty_theme__addCart .noty__content .noty-cart-btn:hover {
  background-color: #cec5bf;
  color: #fff;
}
.noty-goods-prop {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #201e22;
  margin-top: 10px;
}
.noty-goods-prop:empty {display: none;}
/*! Таблицы */
.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 rgb(206 197 191 / 20%);line-height: 18px;padding: 12px 10px;text-align: center}
.table-box tfoot td,.table-box thead td {background-color: transparent;border: 1px solid rgb(206 197 191 / 20%);line-height: 18px;padding: 12px;text-align: center;color: #cec5bf}
.table-box tbody tr td.cell1 {text-align: right;width: 50%}
.table-box tbody tr td.cell2 {text-align: left;width: 50%}
.table-box tr.hide {display: none;}
.table-box.table-striped {table-layout: fixed;border-collapse: collapse}
.table-box.table-striped tr:last-child td {border-bottom: 1px solid rgb(206 197 191 / 20%)}
.table-box.table-striped td {border: none;padding: 8px 15px;word-wrap: break-word;font-size: 14px}
.table-box.table-striped td {border-top: 1px solid rgb(206 197 191 / 20%)}
/*! Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:100px; max-height:100px;} 
.goods-image-icon-square {width:200px;height:200px;} 
.goods-image-small{max-width:262px; max-height:262px;}
.goods-image-small-square {width:524px; height:524px;}
.goods-image-medium {max-width:450px; max-height:450px;}
.goods-image-medium-square{width:900px; height:900px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1800px; max-height:1800px;}
.goods-image-large-square {width:1800px; height:1800px;}
.goods-cat-image-icon {max-width:30px; max-height:30px;}
.goods-cat-image-icon-square{width:60px; height:60px;}
.goods-cat-image-medium {max-width:200px; max-height:200px;}
.goods-cat-image-medium-square{width:400px; height:400px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/*! END Настройки максимальных размеров генерируемых изображений */
/*!***************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-slide--html .fancybox-close-small {
  right: -35px;
  top: -35px;
  color: #cec5bf;
}
.fancybox-content {overflow: visible;}
.fancybox-bg {background: rgba(0, 0, 0, .8);}
.fancybox-slide--html .fancybox-close-small:hover {color: #caa462}
.fancybox-nav span {position: absolute;top: 50%;width: 40px;height: 40px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;opacity: 0;background: #fff;border-radius: 50%;text-align: center;font-size: 30px;line-height: 38px;color: #b1bfc8;-webkit-box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2),0 .2rem .6rem 0 rgba(0,0,0,.1);box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2),0 .2rem .6rem 0 rgba(0,0,0,.1);-webkit-transition: all .15s linear;transition: all .15s linear}
.fancybox-nav:hover span {visibility: visible;opacity: 1}
@media (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    right: -15px;
    top: -40px;
  }
}
/*!***************************************************************************
 jQuery Form Styler
*******************************************************************************/
.jq-selectbox {max-width: 100%}
.jq-selectbox.opened {z-index: 11!important}
.jq-selectbox__select {width: 100%;font-size: 16px;padding-left: 15px;border-radius: 0px;background: none;border-color: rgb(206 197 191 / 30%);color: #cec5bf;height: 40px;line-height: 40px;-webkit-box-shadow: none;box-shadow: none;font-family: 'Roboto Condensed',sans-serif;text-shadow: none;-webkit-transition: all .3s;transition: all .3s;}
.jq-selectbox__select:hover {background: 0 0;border-color: #a8a8a8}
.jq-selectbox__trigger {border-left: 0}
.jq-selectbox.focused .jq-selectbox__select {border-color: rgb(206 197 191 / 30%)}
.jq-selectbox__dropdown {font-size: 16px;-webkit-box-shadow: none;box-shadow: none;margin: 0;margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0;font-family: 'Roboto Condensed',sans-serif}
.jq-selectbox.opened .jq-selectbox__select {border-radius: 0;}
.jq-selectbox.opened .jq-selectbox__dropdown {   
  margin-top: 10px;
   border-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%!important;
  background: #FFF;
}
.jq-selectbox li {    color: #231F20;background-color: transparent;padding: 10px 15px 10px;}
.jq-selectbox li.sel,
.jq-selectbox li.selected {
  color: #201e22;
  background-color: #e7e2df;
}
.jq-selectbox li:hover {
  color: #201e22;
  background-color: #e7e2df;  
}
.jq-selectbox li.sel {
  display: flex;
}
.jq-selectbox li.sel::after {
  content: 'done';
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
.jq-selectbox__trigger-arrow {background-image: url("data:image/svg+xml,%3Csvg fill='%23c9ced6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441 248.292L151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z'/%3E%3C/svg%3E")}
.jq-selectbox__trigger-arrow {position: absolute;top: 15px;right: 15px;width: 12px;height: 12px;border: none;-webkit-transform: rotate(90deg);transform: rotate(90deg);background-size: cover;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg fill='%23cec5bf' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441 248.292L151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z'/%3E%3C/svg%3E");}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: rgb(206 197 191 / 30%);
  background: transparent;
  box-shadow: none;
  color: #cec5bf;
  opacity: .5;
}
/**/
.fancybox-callback {
  max-width: 415px;
  width: 100%;  
  padding: 0;
}
.fancybox-header {position: relative;width: 100%;padding: 21px 30px;background-position: center;background-color: #caa462;color: #fff;text-align: center;border-bottom: 0;text-transform: uppercase;font-size: 24px;}
.fancybox-header .title {font-size: 24px;font-weight: 500;font-family: 'Roboto Condensed',Arial, sans-serif;}
.fancybox-body {position: relative;padding: 30px;background: #e7e2df;}
/*! Политика конф-ти */
.modal {max-width: 700px;padding: 30px 15px 15px;color: #201e22}
.modal-body {
  max-height: 520px;
  overflow-y: scroll;
}
.modal h2 {font-size: 22px;text-align: center;color: inherit;}
.modal h4 {font-size: 18px;color: inherit;}
/*!***************************************************************************
  Анимация
*******************************************************************************/
a, .button, .button:hover, .remove, .navigation .prev, .navigation .next, .pages li span, .social-links a, .qty-set > a, .actions a, 
.mainnav .mainnav__item, .header-toolsIcon i, .product-tabs .tabs li
{-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: 'Ubuntu', sans-serif;color: #2e2e2e;line-height: 22px;}
.price._light {
  color: #cec5bf;
}
.price > span:after {display: inline-block;font-family: "FontAwesome";font-weight: inherit;font-size: inherit;line-height: 1.1;margin-left: 0px;}
.price > span {position: relative;z-index: 1}
.old-price, .old-price .price, .price.old-price {display: inline-block;vertical-align: middle;margin:0;font-size: 14px;font-weight: 400;font-family: 'Ubuntu', sans-serif;text-decoration: line-through;background: none;color: #cec5bf;opacity: .3;}
.old-price:not(:empty) + .price {color: #cec5bf;}
.old-price > span:after, .old-price .price > span:after,
.price.old-price > span:after {font-size: 14px;font-weight: 400;text-decoration: line-through;}
.old-price:after,.old-price:before {display:none}
.price.RUB > span:after, .RUB .price:after {content: "руб.";    font-family: 'Ubuntu', sans-serif;}
.price.RUB span + span, .RUB .price span + span {display: none;}
/*! Капс ***/
#caps_lock {
  display: none;
  height: 12px;
  text-align: center;
  max-width: 300px;
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 11px;
  line-height: 1;
}
#caps_lock .fa-warning {display: none;}
/*!  */
.button-link {
  display: block;
  color: #355d85;
  font-size: 14px;
  text-align: center;
}
.button-link:hover {
  color: #caa462;
}
/*! Кнопки ***/
.button {position: relative;display: inline-block;max-width: 200px;width: 100%;overflow: visible;font-size: 16px;font-family: 'Roboto Condensed',sans-serif;line-height: 40px;height: 40px;;padding: 0 20px;background: #365e87;z-index: 2;border: 0px solid transparent;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-radius: 0;}
.button:before {content: '';position: absolute;z-index: -1;left: 0;bottom: 0;width: 100%;height: 100%;display: block;padding: 0 20px;border: 1px solid transparent;transition: all .3s;}
.button:after {content: '';position: absolute;z-index: 1;left: 0;bottom: 0;width: 100%;height: 100%;display: block;background: inherit;}
.button span {position: relative;z-index: 2;}
.button .material-icons {line-height: inherit;}
.button .material-icons-outlined {line-height: inherit;}
.button:hover:before {
  left: 5px;bottom: -4px;
  border-color: #c7a161;
}
.button:hover, .button.added {background: #c7a161;}
.button._outline {background-color: transparent;border: 1px solid #caa462;line-height: 38px;color: #caa462;}
.button._outline:after {content: '';position: absolute;z-index: 1;left: 0;bottom: 0;width: 100%;height: 100%;display: block;background: inherit;}
.button._outline:hover {color: #fff;background-color: #caa462;}
.button._dropdown:focus {border-color: #333;color: #333;background-color: transparent;}
.button.small {font-size: 14px;padding: 0 10px;}
.button.big, .button._big {height: 50px;line-height: 50px;}
.button.disabled, .button._disabled {opacity: 0.7;cursor: default;    pointer-events: none;}
.remove {display: inline-block;vertical-align: middle;}
.remove:hover {color:#caa462}
.remove:after {content: "close";display: inline-block;font-family: 'Material Icons';font-size: 15px;text-align: center;}
.remove.x:after {content: "close";font-size: 16px;}
.paymentFormSubmitLink, 
.paymentFormTbodySubmitButton {
  display: inline-block;
  overflow: visible;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 40px;
  padding: 0 25px;
  border: 0;  
  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 {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; user-select: none;}
.navigation .prev:hover, .navigation .next:hover, .navigation .owl-prev:hover, .navigation .owl-next:hover {color:#caa462;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {cursor: default;opacity: .4;pointer-events: none;}
/*! Счётчик акции */
.sale-counter {
  display: flex;
  justify-content: center;
}
.sale-counter-item:not(:first-child) {
  margin-left: 5px;
}
.sale-counter-item:not(:first-child)::before {
  content: '·';
}
/*! Иконки Новинка, Хит, Скидка */
.product-icos {
  position: absolute;
  bottom: 0;
  left: 0; 
  display: flex; 
  width: 100%;
  height: 20px;
}
.ico-best,
.ico-new,
.ico-sale {
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;  
  height: 100%;
  line-height: 20px;
  flex-grow: 1;
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  z-index: 1;
  border-radius: 0;  
}
.ico-new {background: #145349}
.ico-best {background: #365e87;}
.ico-sale {background-color: #caa462}
.product-icos [class^=ico] ~  [class^=ico] {margin-left: 4px}
.ico-best + .ico-sale,
.ico-new + .ico-sale {top: 25px}
@media (max-width: 481px) {
  .product-icos [class^=ico] ~ [class^=ico] {
    margin-left: 0px;
  } 
  .ico-best, .ico-new, .ico-sale {
    padding: 0 3px;
  }
}
@media (max-width: 375px) {
  .ico-best, .ico-new, .ico-sale {
    font-size: 11px;
  }  
}
/**/
.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 {
  width: 40px;
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
}
.back-top-arrow {
  fill: rgb(206 197 191 / 30%);
  transform: rotate(90deg);
}
#back-top:hover .back-top-arrow {
  fill: #cec5bf
}
@media all and (max-width: 991px) {
  #back-top {font-size: 25px;line-height: 43px;}
}
/*! Уведомление в шапке*/
.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-bottom: 60px;}
#main._index {margin-bottom: 0px;}
.section {padding-top: 35px;padding-bottom: 35px;}
.section-top-block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 20px}
.section .section-title {display: inline-block;margin-right: 0;font-size: 24px;color: #2e2e2e;line-height: 30px;font-weight: 700}
.section .section-link {width: 120px;display: inline-block;vertical-align: top;line-height: 27px;font-size: 14px;margin-left: 15px;padding: 0}
@media (max-width: 481px) {
  .section {padding-top: 25px;padding-bottom: 25px;}
  .section .section-title {font-size: 20px}
  .section .section-link {margin-left: auto;-ms-flex-negative: 0;flex-shrink: 0}
}
/*! Шапка */
.header {position: relative;z-index: 22}
.header .header-icons {display: none}
.header .header-top-phone {font-family: 'Roboto Condensed', sans-serif;}
@media (max-width: 767px) {
  .header .header-icons {overflow: hidden;display: flex;justify-content: space-between;position: relative;z-index: 2;background: #000;}
  .header .header-icons {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
  .header-icons .header-iconsItem .icon {
    width: 24px;
    height: 24px;
    fill: #cec5bf;    
  }
  .header-icons .header-iconsItem {display: flex;justify-content: center;align-items: center;font-size: 18px;height: 40px;text-align: center;cursor: pointer;border: none;-webkit-appearance: none;}
  .header-iconsItem._added,
  .header-iconsItem._active {
    opacity: 1;
  }  
  .header-icons .header-iconsItem:not(._active):not(._added):not(._home):not(._cart){
    opacity: .5;
  }
  .header-iconsItem-icon[data-count="0"] {opacity: .5;}
  .header-iconsItem-icon {
    font-size: 11px;
    background-color: #caa462;
    z-index: 1;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    text-align: center;
    font-style: normal;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: Roboto Condensed,sans-serif;    
  }
}
@media (min-width:992px) {
  .header .header-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
  .header .header-nav {margin-left: auto;display: -webkit-box;display: -ms-flexbox;display: flex}
  .header .header-navLink {position: relative}
  .header .header-navItem [class^=fa] {font-size: 17px;vertical-align: middle;color: #caa462;margin-right: 9px}
  .header .header-navLink,
  .header-subnavLink {display: block;padding: 0 7.5px;line-height: 45px}
}
/** ЛК **/
.header-login {margin-right: 20px;}
.header-loginMenu {position: relative;z-index: 2;display: inline-block;padding: 0 15px;}
.header-login.isLogin .header-loginMenu:hover .pseudo-link:after {display: none}
.header-loginFlyout {text-align: left}
.header-loginArrow {-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header-login .header-loginLink {display: flex;align-items: center;height: 100%;padding: 0;opacity: .5;}
.header-login .header-loginLink .material-icons {margin-top: 17px;}
.header-login .header-loginLink:hover {opacity: 1;}
.header-login.isLogin .header-loginLink {display: block}
@media (min-width: 992px){
  .header-login {z-index: 2}
  .header-login.isLogin {-webkit-transform: translateX(0);transform: translateX(0)}
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-loginMenu:hover {background-color: #4c4c4c}
  .header-loginMenu:hover .header-loginArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  .header-loginMenu:hover .header-loginFlyout {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
  .header-loginFlyout {right: 0;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out}
  .header-login.isLogin .header-loginList {padding: 0}
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-subnav {-webkit-transform: translateY(-10px);-webkit-transition: all .15s ease-in-out}
}
.header-login .header-loginBtn {line-height: 30px}
.header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
@media (max-width: 991px) {
  .header-login {text-align: left;margin-right: 20px;}
  .header-login .header-span-or {display: none}
  .header-login .header-loginBtn {display: none}
  .header-loginMenu {width: 100%;padding: 0;-webkit-transform: none;transform: none}
  .header-loginFlyout {background: 0 0}
  .header-loginList .header-loginLink {display: block;line-height: 30px;padding: 0 20px;text-align: left}
  .header-login .header-loginLink ~ .header-loginLink,
  .header-loginList .header-loginLink + .header-loginLink {border-top: 1px solid #4c4c4c}
  .header-login .header-loginLink .pseudo-link::after {display: none}  
  .header-login .header-loginLink {display: block;color: #fff;padding: 0;}
  .header-login .header-loginLink:hover {color: #fff;background: #caa462}
  .header-login .header-loginLink:hover .fal {color: #fff}
} 
@media (max-width: 767px) {
  .header-login {display: none;}  
}
/** Header main **/
.header-main {padding: 15px 0;padding-top: 30px;}
.header-main-wrap {position: relative;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-content {
  width: 100%;
}
.header-main-content__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header-main-content__bottom-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;  
}
@media(min-width: 992px){  
  .header-main-content__bottom .container {
    width: 100%;
    padding: 0;
  }
}
@media(max-width: 991px){
  .header-main-wrap {position: static;}
  .header-main-content__top {
    margin-bottom: 0;
  }
  .header-main {padding-top: 53px;}
  .header-main-content__bottom {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;    
    right: 0;
    padding: 8px 0;
    background: #000;
  }
  .header-main-content__bottom-wrap {
    justify-content: flex-start;
  }
}
@media(max-width: 767px){
  .header-main {
    padding-top: 50px;
  }
  .header-main-content__bottom {
    display: none;
    top: 40px;
    padding: 0;
  }
  .header-main-content__bottom-wrap {
    display: flex;
    flex-direction: column;
  }
  .header-main-content__bottom .container {padding: 0;}
}
/** Лого **/
.header .header-logo {flex-shrink: 0;}
.header .header-logoImg {max-height: 85px;}
@media all and (max-width: 1200px) {
  .header .header-logo {
    flex-shrink: 1;
  }  
}
@media all and (max-width: 991px) {
  .header .header-logo {width: 162px;}
}
@media all and (max-width: 481px) {  
  .header .header-logo {
    flex-shrink: 1;
    width: auto;
    margin-right: 5px;
  }
}
/** Поиск **/
.header .header-search .header-searchLink {display: flex;align-items: center;justify-content: center;height: 24px;width: 40px;color: rgb(206 197 191 / 50%);}
.header .header-search .header-searchLink .fal {color: #736f6c;margin-right: 5px;}
.header .header-search .header-searchLink:hover {color: #cec5bf}
.header .header-search .search {visibility: hidden;opacity: 0;position: absolute;top: 100%;left: 0;right: 0;bottom: 0;z-index: 3;transition: visibility .3s ease;}
.header .header-search .search._active {visibility: visible;opacity: 1;}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;vertical-align: middle;position: relative;width: 100%;padding: 0;}
.header .header-search .search #search_mini_form .search-string {color: #2e2e2e;background: 0 0;max-width: 100%;margin: 0;line-height: 20px;padding: 10px 0;padding-right: 15px;padding-left: 15px;border: none;-webkit-box-shadow: none;box-shadow: none;font-size: 16px;font-family: 'Roboto Condensed',sans-serif;}
.header .header-search .search #search_mini_form .search-submit {font-size: 14px;width: 40px;height: 40px;}
.header .header-search .search #search_mini_form .search-submit:hover {
  color: #caa462
}
.header .header-search .search #search_mini_form .search-close {width: 40px;height: 40px;padding: 0;font-size: 30px;-webkit-transition: color .3s;transition: color .3s;position: absolute;right: 0;bottom: 100%;background: #f3f1ef;}
.header .header-search .search #search_mini_form .header-searchIcon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header .header-search .search #search_mini_form .search-close:hover {color: #caa462}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #6f5b4d;}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #6f5b4d;}
.header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #6f5b4d;}
.header-searchBtn {position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px}
.header .header-search .search #search_mini_form .search-submit:hover .header-searchIcon {color: #caa462}
.header .header-search .search .search-overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0);opacity: 0;cursor: pointer;-webkit-transition: opacity .3s ease;transition: opacity .3s ease;}
.header .header-search .search._active .search-overlay {opacity: .9}
.search-wrapper {background: #f3f1ef;position: relative;top: -100%;-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);box-shadow: 0 5px 8px rgba(0,0,0,.1);-webkit-transition: top .8s ease;transition: top .8s ease}
.search-wrapper .container {position: static;padding: 0;max-width: 1140px;}
.search._active .search-wrapper {top: 0}
@media(max-width: 991px){  
  .header .header-search {
    position: relative;
    margin-left: auto;
  }
  .header .header-search .search {
    left: auto;
  }
  .header .header-search .search #search_mini_form .search-close {
    height: 32px;
  }
  .search-wrapper .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .header .header-search {
    width: 100%;
    order: -1;
  }  
  .header .header-search .search .search-overlay {
    display: none;
  }
  .header .header-search .header-searchLink {
    display: none;
  }
  .header .header-search .search {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .header .header-search .search #search_mini_form.search__filled .search-close {
    visibility: visible;
  }
  .header .header-search .search #search_mini_form .search-close {
    right: 52px;
    bottom: 0;
    height: 100%;
    background: #caa462;
    color: #e7e2df;
    visibility: hidden;
  }
  .header .header-search .search #search_mini_form .search-string {
    padding-right: 40px;
  }
  .header .header-search .search #search_mini_form .search-submit {
    height: 45px;
    margin-right: 15px;
    color: #e7e2df;
  }
  
  .search-wrapper {
    background: #caa462;
    box-shadow: none;
  }
  .header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #6f5b4d}
  .header .header-search .search #search_mini_form input::-moz-placeholder {color: #6f5b4d}
  .header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #6f5b4d}  
}
/** Поисковая выдача **/
#search-result {display: none;position: absolute;left: 0;width: 100%;margin-top: 0;padding: 25px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);background-color: #e7e2df;z-index: 3;}
#search-result .container {
  max-width: 100%;
}
#search-result._active {visibility: visible;opacity: 1;-webkit-transform: translate(0,0);transform: translate(0,0)}
#search-result .inner .result-category {width: 40%;max-width: 240px;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding-right: 0px;}
#search-result .inner .result-category img {display: none}
#search-result .inner .result-goods {width: 60%;height: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 0;padding-left: 25px;}
#search-result .inner .result-category._hide + .result-goods {border-left: 0;padding-left: 0;}
#search-result .inner .result-category a {font-weight: 400;text-transform: uppercase;}
#search-result .inner {overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex}
#search-result .inner .result-item {width: 100%;line-height: 20px;margin-bottom: 15px;}
#search-result .inner .result-item a {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #201e22;}
#search-result .inner .result-item a._active,
#search-result .inner .result-item a:hover {color: #caa462}
#search-result .inner .result-item a img {max-width: 40px;max-height: 40px;margin-right: 15px;background-color: #1c1b1e;}
#search-result .inner .result-item#show-wrap {margin-bottom: 0;}
#search-result .inner .result-item .show-all {display: block;width:fit-content;color: #355d85;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;font-size: 14px;margin: auto;}
#search-result .inner .result-item .show-all:hover {color: #caa462}
@media (min-width: 768px) {
  #search-result .inner .result-category._visible + .result-goods {border-left: 1px solid rgb(206 197 191 / 50%);}
}
@media (max-width: 991px) {
  #search-result {width: calc(100%)}
}
@media (max-width: 767px) {
  #search-result .inner {flex-wrap: wrap;}
  #search-result .inner .result-category {
    width: 100%;
    padding: 0;
  }
  #search-result .inner .result-goods {
    width: 100%;
    padding: 0;
  }
  #search-result .inner #show-wrap.result-item {
    margin-bottom: 0;
  }
}
/** Контакты **/
.header-contacts {margin-left: auto;margin-right: 55px;}
.header-contacts-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;  
}
.header-contacts .header-contacts-inner {display: flex;align-items: center;}
.header-contacts .header-top-email {
  display: block;
  font-size: 14px;
  margin-right: 28px;
  margin-bottom: 2px;  
  color: #cec5bf;
  opacity: .5;  
}
.header-contacts .header-phoneNum {display: block;width: auto;white-space: nowrap;padding-right: 0px;margin-right: 0;margin-bottom: 10px;font-size: 18px;font-weight: 700;font-family: 'Ubuntu', sans-serif;color: #cec5bf;}
.header-contacts .header-phoneNum ~ .header-phoneNum {display: none}
.header-contacts .header-phoneSub {margin-top: 3px;color: #b1bfc8}
.header-contacts .header-phoneCallback-mobile {display: none;}
.header-contacts .header-phoneCallback {position: relative;display: flex;align-items: center;justify-content: center;width: 167px;height: 40px;font-size: 14px;color: #cec5bf;border: 1px solid rgb(206 197 191 / 20%);background: #222124;}
.header-contacts .header-phoneCallback .material-icons {margin-right: 10px;}
.header-contacts .header-phoneCallback:hover {color: #caa462;border-color: #c7a161;}
.header-contacts .header-phoneCallback:before {content: '';position: absolute;z-index: -1;left: 0;bottom: 0;width: 100%;height: 100%;display: block;padding: 0 20px;border: 1px solid transparent;transition: all .3s;}
.header-contacts .header-phoneCallback:hover:before {
  left: 5px;
  bottom: -4px;
  border-color: #c7a161;
}
@media(min-width: 992px){
  .header-contacts .header-phoneNum {margin-bottom: 0;margin-right: 28px;}
}
@media (max-width: 991px) {
  .header-contacts .header-phoneNum {margin-bottom: 0;margin-right: 15px;}
  .header-contacts .header-top-email {margin-right: 0px;}
  .header-contacts{ 
    margin-right: auto;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .header-contacts .header-phoneCallback {
    width: 40px;
  }
  .header-contacts .header-phoneCallback .material-icons {
    margin-right: 0;
  }
  .header-contacts .header-phoneCallback-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-contacts {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 481px) {
  .header-contacts .header-contacts-inner {
    flex-wrap: wrap;
  }
  .header-contacts-wrap {flex-direction: column;    margin-left: auto;margin-bottom: 5px;}
  .header .header-main .header-contacts {padding: 0px}  
  .header-contacts .header-phoneNum {width: 100%;margin-right: 0;}
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: none;margin-top: 5px}
  .header .header-contacts {text-align: center}
  .header-contacts .header-phoneCallback-mobile {display: block;}
  .header-contacts .header-phoneCallback:before {display: none;}
  .header-contacts .header-phoneCallback .material-icons {display: none;}
  .header-contacts .header-phoneCallback {
    width: 100%;
    justify-content: flex-end;
    background: none;
    border: none;
    margin-left: auto;
    text-decoration: underline;
    height: 15px;    
  }
  .header-contacts .header-phoneCallback-text {display: block;}
}
/*! Избранное Сравнение Корзина */
.header .header-tools {display: -webkit-box;display: -ms-flexbox;display: flex;flex-direction: row;-webkit-transition: right .3s ease-in-out;transition: right .3s ease-in-out;}
.header-toolsCol._page {display: none}
.header-toolsCol {position: relative;display: inline-block;vertical-align: middle;margin-left: 20px;-webkit-transition: background .3s;transition: background .3s}
.header-toolsCol:first-child {margin-left: 0;}
@media all and (max-width: 1199px) {
  .header-tools .header-toolsCol .header-toolsName {display: none}
  .header-tools .dropdown {top: 35px}
}
.header-toolsIcon {width: 25px;position: relative;display: flex;flex-direction: column;margin: 0 auto;text-align: center;}
.header-toolsIcon i {color: #fff;display: block;padding: 15px 15px 10px;margin: auto;margin-bottom: 5px;text-align: center;font-size: 18px}
.header-toolsIcon i::before {margin: 0}
.header-toolsLink {display: block;padding-bottom: 0px}
.header-toolsName {display: none}
.header-toolsLink .header-toolsCounter {z-index: 1;display: block;-ms-flex-negative: 0;flex-shrink: 0;width: 25px;height: 15px;line-height: 15px;padding: 0;margin: auto;margin-bottom: 3px;text-align: center;color: #fff;border-radius: 10px;background-color: transparent;-webkit-transition: all .3s;transition: all .3s;font-family: 'Ubuntu', sans-serif;}
.header-toolsLink .header-toolsCounter[data-count="0"] {opacity: .5;}
.header-toolsLink .header-toolsCounter[data-count="0"] + span {opacity: .5;}
.header-toolsLink .header-toolsIcon._cart .header-toolsCounter {
  background-color: #caa462;
}
.header-toolsCounter {height: 20px;line-height: 20px;font-size: 11px}
.header-toolsLink._cart {
  display: flex;
  align-items: flex-end;
}
.header-toolsLink._cart .header-toolsContent {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 14px;
}
.header-toolsLink._cart .price > span:after {
  font-weight: normal;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;  
}
.header-toolsLink._cart .price {
  color: #cec5bf;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  font-family: 'Ubuntu', sans-serif;
}
.header-toolsLink._cart .header-toolsContent .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media(max-width: 767px){
  .header .header-tools {display: none;}
}
/**/
.cart.page {display: none;}
.compare.page {display: none;}
.favorites.page {display: none}
/**/
.header-toolsCol .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 0px);-moz-transform: translate(0, 0px);-o-transform: translate(0, 0px);transform: translate(0, 0px);}
.header-toolsCol: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);}
.header-toolsCol .dropdown {position: absolute;top: 100%;margin-left: auto;right: 0;width: 330px;min-height: 100%;margin-top: 15px;border-top: 0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 0px solid #f6f6f6;background-color: #fff;z-index: 4;}
.header-toolsCol .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.dropdown {display: -webkit-box;display: -ms-flexbox;display: flex}
.dropdown-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%}
.dropdown-content .empty.hide {display: none;}
.dropdown-content .empty {
  margin: auto;
  padding: 20px;
  text-align: center;
  line-height: 25px;
}
.dropdown-content  .button.hide {display: none;}
.dropdown-items-list {margin: 0;flex-grow: 1;padding: 0px;list-style: none;display: block;max-width: 330px;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.dropdown-items-list .item {position: relative;padding: 15px;overflow: hidden;border-bottom: 1px solid #e0dbd7;}
.dropdown-items-list .item:last-child {border-bottom: 0}
.dropdown-items-list .item .item-remove {margin-left: auto;width: 14px;height: 14px;font-size: 16px;color: #201e22;}
.dropdown-items-list .item .item-remove:hover {color: #caa462;}
.dropdown-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;}
.dropdown-items-list .item .product-image img {max-width: 41px;max-height: 41px;}
.dropdown-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4;}
.dropdown-items-list .item .product-details .product-name {display: flex;margin-bottom: 10px;}
.dropdown-items-list .item .product-details .product-name .name {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;color: #201e22;}
.dropdown-items-list .item .product-details .product-name:hover .name {color: #365e87;}
.dropdown-items-list .item .product-details .properties {font-size: 14px;margin-bottom: 10px;font-weight: 200;line-height: 1;}
.dropdown-items-list .item .product-details .header-toolsAmount {position: static;display: block;background: none;font-family: Roboto Condensed, sans-serif;color: #201e22;}
.dropdown-items-list .item .product-details .product-price {display: flex;}
.dropdown-items-list .item .product-details .price {margin-left: auto;font-size: 16px;font-weight: normal;    color: #1f1e22;}
.dropdown-items-list .item .product-details .price > span:after {font-size: inherit;font-weight: inherit;}
.dropdown-content .actions {width: 100%;padding: 15px;color: #fff;background-color: #e7e2df;}
.dropdown-content .actions .button {margin: 0 auto;margin-top: 10px;height: 50px;line-height: 50px;display: block;}
.dropdown-content .actions .button-link {margin-top: 15px;font-size: 16px;}
.dropdown-content .subtotal {margin-top: auto}
.dropdown-content .subtotal + .actions {margin-top: 0}
/*!  */
.dropdown-content._cart .cart-products-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #caa462;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
.dropdown-content._cart .cart-products-header .count {margin: 0 4px;}
.dropdown-content._cart .subtotal {display: flex;align-items: center;padding: 15px;width: 100%;color: #2e2e2e;text-align: left;background-color: #e7e2df;}
.dropdown-content._cart .subtotal .label {display: inline-block;vertical-align: middle;font-size: 16px;font-weight: 400;}
.dropdown-content._cart .subtotal .price {margin-left: auto;font-size: 18px;}
.dropdown-content._cart .subtotal .price > span:after {font-size: inherit;}
.dropdown-content._cart .subtotal + .actions {padding-top: 0;}
.dropdown-content._cart .actions .button-link {
  margin-top: 15px;
  font-size: 16px;
}
/*! Каталог и Меню */
.header .header-menu {background-color: #f1f1f1}
@media (max-width:991px) {.header .header-menu {background-image: linear-gradient(160.47deg,#caa462 11.94%,#fc9758 85.71%)}}
/*! Каталог в шапке */
.header-catalogMenu {background-color: #fff;margin: 0;list-style: none;}
.header-catalog {position: relative;}
.header-catalogBtn {display: flex;align-items: center;padding: 0 15px;width: 100%;text-align: left;font-size: 16px;    color: #caa462;cursor: pointer}
@media(max-width: 991px){
  .header-catalogBtn {
    padding-left: 0;
  }
}
.header-catalogLink {display: block;padding: 0 20px;    color: #201e22;}
.header-catalogMenuTitle {display: none}
.header-catalogLink.active,
.header-catalogLink.hover,
.header-catalogLink:hover {color: #caa462}
.header-catalogLink {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 25px; 
  text-transform: uppercase;
}
.header-catalogIcon {font-size: 16px;line-height: 50px;margin-right: 10px}
.header-catalogArrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
  margin-left: auto;
}
.header-catalogArrow .material-icons {
  font-size: 20px;
  line-height: 40px;  
}
.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-weight: bold;line-height: 1.3;color: #2a3034}
.header-catalogMenu a.active,
.header-catalogMenu a:hover {color: #caa462}
.header-catalogMenu .header-subcatalog-third {list-style: none;padding: 0;margin: 0}
.header-catalogMenu .header-subcatalog-third .sub li {padding: 5px 0}
@media (min-width: 768px) {  
  .header-catalogBtn._active {    color: #caa462  }  
  .header-subcatalogCol .header-subcatalogList,.header-subcatalogItem + .header-subcatalogItem {margin-top: 10px}
  .header-catalogMenu .header-subcatalog {display: block!important;position: absolute;top: 0;left: 100%;min-height:100%;padding: 30px;background-color: #f3f1ef;border-left: 1px solid transparent;opacity: 0;visibility: hidden}
  .header-catalogMenu .header-subcatalog {width: calc(720px - 178px);}
  .header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;}
  .header-catalogItem:hover {background-color: #f3f1ef}
  .header-subcatalogBanner {float: right;width: 300px}
  .header-subcatalogGrid {margin-right: 300px}
  .header-subcatalogCol {margin-bottom: 20px;padding-right: 20px}
  .header-catalogMenu::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    display: block;
    background: transparent;
    width: 300%;
    height: 10px;
  }
  .header-catalogMenu::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;         
    height: 100%;
    background: #e7e2df;    
    width: 720px;
  }
  .header-catalogMenu {margin-top: 10px;width: 178px;z-index: -1;padding: 0;padding-top: 13px;padding-bottom: 13px;-webkit-transform: translateY(-1rem);transform: translateY(-1rem);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
  .header-catalogMenu,.header-loginFlyout {position: absolute;left: 0;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: #caa462;}
  
  .header-subcatalogCol {width: 33.33%;float: left;list-style: none}
  /* .header-catalogMenu .header-subcatalog-third {display:none;} */
  .header-subcatalogLink {
    color: #201e22;
    font-size: 14px;
  }  
}
@media (max-width: 767px) {
  .header-catalog {
    position: static;
    width: 100%;    
  }
  .header-catalogMenuTitle {
    display: none;
  }
  .header-catalogBtn {
    display: none;
  }
  .header-catalogMenu {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 0 15px;
    background: #e7e2df;
    transform: none;
    padding-bottom: 10px;
  }
  .header-catalogLink {text-transform: uppercase;padding-left: 0;padding-right: 0;}
  .header-catalogItem.parent .header-catalogLink {
    border-bottom: 1px solid #cec5bf;
  }
  .header-catalogMenu .header-subcatalog {
    display: none;
    list-style: none;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 7px;
    background: #e7e2df;
  }
  .header-catalogLink .header-catalogArrow {
    border-left: 1px solid #cec5bf;
    text-align: center;
  }  
  .header-subcatalogTitle {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
  }  
  .header-subcatalog-third .header-subcatalogLink {display: block;position: relative;padding: 7px 15px 7px 0;color: #2a3034;font-size: 14px;} 
  .header-subcatalogCol:not(:last-child)  {
    margin-bottom: 10px;
  }
  .header-catalogMenu .header-subcatalog-third {
    display: none;
    padding-left: 10px;
  } 
  .header-arrow.header-secondArrow {
    display: none;
  }
}
@media (min-width: 992px) {  
  .header-catalogMenu {width: 280px;}
  .header-catalogMenu .header-subcatalog {width: calc(940px - 280px);}
  .header-catalog {position: static;}
  .header-catalogMenu::after {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .header-catalogMenu .header-subcatalog {width: calc(1140px - 280px);}
  .header-catalogMenu::after {width: 1140px;}
}
/*! Пункты меню*/
.mainnav {position: relative;z-index: 1;}
.mainnav .mainnav__list {display: flex;width: auto;overflow: hidden;margin: 0;padding: 0;list-style: none}
.mainnav .mainnav__list.active {overflow: visible;}
.mainnav .mainnav__item {text-align: center;padding: 0 15px;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;font-weight: normal;font-size: 15px; text-transform: none;}
.mainnav .mainnav__item.active > .mainnav__link,.mainnav .mainnav__item:hover > .mainnav__link{color:#caa462;}
.mainnav .mainnav__item.mainnav__more.active > .mainnav__link {color: #2e2e2e;}
.mainnav .mainnav__item:before,.header-sectionsName {display: inline-block;vertical-align: middle}
.mainnav .mainnav__link {white-space: nowrap;font-size: 16px;color: rgb(206 197 191 / 50%);}
.mainnav .overflowMenu {margin: 0;padding: 0;}
.mainnav__item.mainnav__more {position: relative;}
.mainnav .mainnav__item.mainnav__more .mainnav__link {position: relative;width: 100%;display: block;z-index: 5;}
.mainnav .mainnav__item.mainnav__more > .mainnav__link {display: flex;}
.mainnav .mainnav__item.mainnav__more .mainnav__link .material-icons {
  line-height: 16px;
}
@media(max-width: 991px){
  .header-sections {
    width: 100%;
    max-width: 575px;
  }
}
@media (min-width: 768px){
  .mainnav__more.active {position: relative;z-index: 3} 
  .mainnav .overflowMenu {display: none;position: absolute;top: 100%;left: -50%;padding: 0;opacity: 0;visibility: hidden;background: #e7e2df;text-align: center;z-index: 2;-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
  .mainnav .overflowMenu:before {content: '';display: block;height: calc(100% + 30px);width: 100%;background: #e7e2df;position: absolute;z-index: 1;bottom: 0;-webkit-box-shadow: 0 5px 40px rgb(61 77 95 / 15%);box-shadow: 0 5px 40px rgb(61 77 95 / 15%)}
  .mainnav .overflowMenu.active {display: block;opacity: 1;visibility: visible}
  .mainnav .overflowMenu .mainnav__item {position: relative;z-index: 1;padding: 0}
  .mainnav .overflowMenu .mainnav__link {padding: 12px 15px;color: #201e22}
}
@media (max-width: 767px){
  .header-sections {width: 100%;    background: #f3f1ef;}
  .mainnav .mainnav__item.mainnav__more .mainnav__link {text-transform: uppercase;}
  .mainnav .mainnav__link {color: #2a3034;}
  .mainnav .mainnav__list {display: block;height: auto;width: auto;padding: 15px 0;}
  .mainnav .mainnav__item.mainnav__more {padding: 0;background: none}
  .mainnav .mainnav__item.mainnav__more:hover {background: none}
  .mainnav .mainnav__item.mainnav__more > .mainnav__link {display: none;}
  .mainnav .mainnav__item.active > .mainnav__link, .mainnav .mainnav__item:hover > .mainnav__link {color: #fff}
  .mainnav .mainnav__item {display: block;text-align: left;box-shadow: none!important;transition: background .3s ease}
  .mainnav .mainnav__item.active,.mainnav .mainnav__item:hover {background: #caa462}
  .mainnav .mainnav__item + .mainnav__item {border-top: 1px solid rgba(249,249,250, .2)}
  .mainnav .mainnav__item {line-height: 35px;text-transform: uppercase;}
  .mainnav .mainnav__item:before {display: none}
}
/*! Всплывающие блоки моб версии */
@media (max-width: 767px){
  ._header-mobile {display: none}
  .header ._header-mobile {position: fixed;z-index: 2;top: 40px;left: 0;right: 0;width: 100%;padding: 0;}
}
@media (min-width: 768px) {
  ._header-mobile {display: block!important;}
}
/**/
.header-overlay {position: fixed;z-index: -2;top: 0;left: 0;right:0;bottom:0;background-color: #2e2e2e;opacity: 0;visibility: hidden;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;cursor: pointer}
.header-overlay._visible {opacity: 0;visibility: visible}
@media (min-width: 992px) {.header-overlay._visible {opacity: 0;}}
@media (max-width: 991px) {.header-overlay {z-index: 2}}
/*! Шапка Фикс ***/
.header-fixed {
  height: 75px;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.header-fixed._fixed {
  opacity: 1;
  visibility: visible;
}
.header-fixed .header-main-content__top {
  margin-bottom: 0;
  flex-grow: 1;
}
.header-fixed .header-logoImg {
  max-height: 40px;
}
.header-fixed .header-contacts .header-phoneCallback {
  background: #000;
}
@media (max-width: 767px){
  .header-fixed._fixed {display: none;}
}
/*! Подвал ***/
#footer {padding-top: 65px;}
#footer .container {position: relative;}
#footer .footer-logo {margin-bottom: 15px;}
#footer .footer-logoImg {max-width: 165px;}
#footer .footer-site-desr {
  margin-bottom: 25px;
}
#footer .block {margin-bottom: 20px;}
#footer .block .title {display: none;position: relative;margin-bottom: 15px;font-size: 16px;font-weight: 600;color:#cec5bf;text-transform: uppercase;}
#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;}
@media all and (min-width: 768px) {
  #footer .block .block-content{display:block!important;}
}
@media all and (max-width: 991px) {
  #footer .footer-content {
    display: flex;
    align-items: center;
  }
  #footer .footer-work-time {
    flex-shrink: 0;
  }  
  #footer .footer-site-desr {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  #footer .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .footer-site-desr {
    padding: 0;
    margin-bottom: 15px;
  }
  #footer .block.collapse:nth-child(1) {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 #4c4c4c}
  #footer .block.collapse .title {background-color: rgba(255,255,255,0.45);padding: 10px;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}
}
@media all and (max-width: 479px) {
  #footer .block {width: 100%;}
}
/*! Контакты */
#footer .block-contact > div[itemprop=email] a {color: #cec5bf;border-bottom: 1px solid #cec5bf}
#footer .block-contact > div[itemprop=email] a:hover {border-color: transparent}
#footer .block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#footer .block-contact span[itemprop=addressLocality] span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 5px}
#footer .block-contact span[itemprop=addressLocality] p {width: 100%;line-height: 1.2}
#footer .block-contact > div[itemprop=address] b {display: block;font-weight: 700;margin-bottom: 0}
#footer .block-contact > div[itemprop=address] .fal {-ms-flex-negative: 0;flex-shrink: 0}
#footer .block-contact {margin: 0;padding: 0;list-style: none;padding-top: 0}
#footer .block-contact a {color: #cec5bf}
#footer .block-contact > div {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#footer .block-contact > div:not(:last-child) {padding-bottom: 10px}
#footer .block-contact > div:nth-child(2) {padding-top: 0;border-top-width: 0}
#footer .block-contact > div[itemprop=telephone] a {font-family: 'Ubuntu',sans-serif;font-weight: bold;}
#footer .block-contact i {display: inline-block;vertical-align: top;color: #cec5bf;font-size: 16px;line-height: 30px;width: 16px;text-align: center;margin-right: 10px}
#footer .block-contact p {display: inline-block;vertical-align: top;margin: 0;color: #cec5bf}
#footer .block-contact b {display: block;font-weight: 400;font-size: 14px;margin-bottom: 6px;color: #cec5bf;opacity: .5;}
#footer .block-contact b + br {display: none}
#footer .footer-phoneCallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #cec5bf;
  border: 1px solid #7b7574;
  background: #252428;
}
#footer .footer-phoneCallback:hover {
  color: #caa462;
  border-color: #caa462;
}
/*! Меню */
#footer .links {padding: 0;}
#footer .links li {display: block;position: relative;line-height: 20px;}
#footer .links li + li {margin-top: 15px;}
#footer .links a {display:block;}
#footer .links a:hover {color:#caa462}
/*! Подписаться */
.subscribe-pp {
  font-size: 12px;
  color: #cec5bf;
  opacity: .5;
  margin-bottom: 0;
}
/*! Обратный звонок */
.callbackForm .pp {font-size: 12px;text-align: center;    color: #6f5b4d;}
.pp a {text-decoration: underline}
.pp a:hover {color: #cec5bf;text-decoration: none}
.pp .pp-label {display: inline-block;font-size: 12px}
#footer .pp a:hover {color: #fff}
.feedbackForm .pp,
.feedbackForm-header .pp {font-size: 10px;margin-bottom: 15px;text-align: center}
.feedbackForm .pp {text-align: left;margin-top: 10px;}
.feedbackForm .form-list {margin-bottom: 15px;}
.feedbackForm .form-list .fields {margin-bottom: 10px;max-width: 450px;}
.feedbackForm .form-list .fields .input-box {position: relative;}
.feedbackForm .form-list .fields:last-child {margin-bottom: 0;}
.feedbackForm .form-list .fields > label {display: block;margin-bottom: 10px;text-align: left;}
/*! Перезвоните мне */
.callbackForm .callback-input {margin-bottom: 15px;display: flex;}
.callbackForm .callback-input .input::-webkit-input-placeholder {font-size: 14px;color: #6f5b4d;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.callbackForm .callback-btn {display: block;margin: 30px auto 15px;}
.callbackForm .pp-label {
  padding-left: 0;
}
.callbackForm .pp-label::before,
.callbackForm .pp-label::after {
  display: none;
}
/*! Форма подписки */
.subscribe-title {margin-bottom: 25px;}
.subscribeForm._footer .subscribe-input {margin-bottom: 15px;display: flex;}
.subscribeForm._footer .subscribe-input .input {padding-left: 0;}
.subscribeForm._footer .subscribe-input .input::-webkit-input-placeholder {font-size: 14px;color: rgb(206 197 191 / 50%)}
.subscribeForm._footer .subscribe-btn {
  height: 40px;
  transition: all .3s ease;
}
.subscribeForm._footer .subscribe-btn .icon {
  width: 20px;
  height: 20px;
  fill: #cec5bf;
}
.subscribeForm._footer .subscribe-btn:hover .icon {
  fill: #fff;
}
.subscribeForm._footer .subscribe-btn:hover {
  background-color: #caa462;
}
.subscribeForm._footer .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: left;padding: 20px 0 25px;overflow: hidden;}
#footer .fotter-bottom .copyright {text-align: center;font-size: 12px;}
#footer .fotter-bottom .payments-block {text-align: center;margin-bottom: 25px;}
#footer .fotter-bottom .payment-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#footer .fotter-bottom .payment-container::before,
#footer .fotter-bottom .payment-container::after {
  content: '';
  display: block;
  height: 1px;
  width: 10000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #cec5bf;
  opacity: .3;
}
#footer .fotter-bottom .payment-container::before {
  right: calc(100% + 15px)
}
#footer .fotter-bottom .payment-container::after {
  left: calc(100% + 15px);
}
@media(max-width: 991px){
  #footer .fotter-bottom .copyright {text-align: center;margin-bottom: 15px;}
  #footer .fotter-bottom .payment-container {text-align: center;}
}
/*! Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
/*! Способы оплаты */
#payment .paymentTitle {color: #fff;margin-bottom: 10px;}
#payment .payment-ico {width: 38px;height: 33px;line-height: 43px;display: inline-block;vertical-align: middle;margin: 5px;background-color: #363437;}
#payment .icon {width: 23px;height: 23px;fill: #837d7b;display: inline-block;}
/*! Соц. сети */
.social-links {text-align: center;margin-top: 30px;margin-bottom: 15px;display: flex;}
.social-links a {display: block;line-height: 32px;font-size: 14px;margin-right: 0;text-align: left;text-indent: 0;    color: rgb(206, 197, 191, .3);}
.social-links a span {display:none}
.social-links a:last-child {margin-right: 0}
.social-links a:hover {color: #caa462}
.social-links i {width: 35px;height: 35px;line-height: 35px;text-align: center;font-size: 20px;}
/*!  Вертикальные */
.social-links._vertical {width: 20px;margin-top: 0;flex-direction: column;align-items: center;position: absolute;z-index: 1;top: 13.4%;margin-bottom: 0;}
.social-links._vertical .icon {fill: #4e4b4a}
.social-links._vertical a {margin-right: 0;margin-bottom: 0px}
.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: 30px;background-color: #4e4b4a}
.social-links._vertical::before {margin-bottom: 9px}
.social-links._vertical::after {margin-top: 15px}
@media(max-width: 991px){
  .social-links._vertical {display: none;}
}
/*! Заголовки ***/
#page-title {
  text-align: left;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(206 197 191 / 30%);
  margin-bottom: 30px;  
}
@media all and (max-width: 991px) {
  #page-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 481px) {  
  #page-title {padding-bottom: 10px;}
}
@media all and (max-width: 425px) {
  #page-title {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 375px) {
  #page-title {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.index #page-title {border-bottom: none;padding-bottom: 0;}
#page-title.index-catalog {padding: 15px 15px 0;}
#page-title .block-title h1.title {font-size: 30px;word-break: break-word;font-weight: normal;text-transform: uppercase;}
@media all and (max-width: 641px) {  #page-title .block-title h1.title {font-size: 26px;}}
@media all and (max-width: 481px) {  #page-title .block-title h1.title {font-size: 24px;}}
#page-title .block-title h5.result {display: none;color: #fff;font-family: 'Roboto Condensed', sans-serif;font-weight: normal;}
.products-container .block-title {margin-bottom: 30px;}
.block-title {position:relative;display: flex;align-items: center;}
.block-title._search-page {flex-wrap: wrap;}
.block-title._fl-wrap {flex-wrap: wrap;}
.block-title h2.title {margin: 0;margin-bottom: 0px;font-weight: normal;text-align: left;padding: 0;font-size: 30px;text-transform: uppercase;}
@media(max-width: 767px){
  .block-title h2.title {
    font-size: 24px;
  }
}
.block-title .sub-title {font-size: 14px;margin-top: 0px;margin-bottom: 0;text-transform: none;}
@media(max-width: 375px){
  .block-title .sub-title {display: none;}
}
.block-title .block-result {margin-left: auto;}
@media(max-width: 481px){
  .block-title .block-result {margin-left: 0;}
}
.block-title .navigation {margin-left: auto;flex-shrink: 0;}
.block-title .navigation .owl-prev,
.block-title .navigation .owl-next {display: inline-block;width: 30px;height: 30px;margin-left: auto;font-size: 24px;line-height: 28px;text-align: center;color: #b7b7b7;fill: rgb(206 197 191 / .2);user-select: none;}
.block-title .navigation .owl-next {margin-left: 30px;}
.block-title .navigation .owl-next .fal {padding-left: 2px;}
.block-title .navigation .owl-next:hover,
.block-title .navigation .owl-prev:hover {fill: rgb(206 197 191 / 1)}
.block-title .navigation .fal {transition: transform .2s ease-in-out;}
.block-title.cart .title-tab {margin-right: 10px;    color: #cec5bf;transition: opacity .3s ease}
.block-title.cart .title-tab .title-step {color: #caa462;font-family: 'Roboto Condensed', sans-serif;}
.block-title.cart .title-tab.disabled {opacity: .5}
.block-title.cart .title {padding-bottom: 0px;border-bottom: 0px solid #dce4e9}
/*! Хлебные крошки ***/
#breadcrumbs {position: relative;font-size: 14px;padding-top: 10px;margin-bottom: 10px;line-height: 30px;white-space: nowrap;overflow: hidden;overflow-x: auto}
#breadcrumbs .breadcrumbs-list {display: flex;margin: 0;padding: 0;list-style: none;list-style-position: inside}
#breadcrumbs ul li {display: inline-block;vertical-align: middle}
#breadcrumbs ul li + li {margin-left: 8px}
#breadcrumbs ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: "remove";
  margin-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;  
}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li a {font-weight: 400;vertical-align: middle;color: #CEC5BF; opacity: .5;}
#breadcrumbs ul li a:hover {color: #caa462; border-color: #caa462;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {    max-width: 700px;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    display: inline-block;font-weight: 400;vertical-align: middle;}
@media(max-width: 481px){
  #breadcrumbs li:last-child {padding-right: 20px} 
}
/** Товары на главной **/
.categories + .products-container .products-grid {padding-top: 15px}
.products-container.index.pdt-sale {
  margin-bottom: 35px;
  background: rgb(206 198 191 / 0.05);
  padding-top: 70px;
  padding-bottom: 70px;  
}
@media(max-width: 481px){
  .products-container.index.pdt-sale {
    padding: 35px 0;
  }  
}
.products-container.index {margin-bottom: 0;width: 100%}
.products-container.section.index .block-title {display: -webkit-box;display: -ms-flexbox;display: flex}
.products-container {position: relative}
.products-container .content {width: 100%;position: relative}
.products-grid .item {-webkit-transition: border-color .3s,-webkit-box-shadow;transition: border-color .3s,-webkit-box-shadow;transition: box-shadow,border-color .3s;transition: box-shadow,border-color .3s,-webkit-box-shadow;background: rgba(0,0,0,.2);margin-bottom: 30px;margin-right: 15px;margin-left: 15px;}
@media(max-width: 481px){
  .products-container .products-grid .item:hover:before {display: none}
  .products-container .products-grid .item:hover {border-color: #caa462}  
}
.products-container .products-grid.owl-carousel .item {border: 1px solid transparent}
.products-container .products-grid.owl-carousel .item:hover {border: 1px solid rgb(206 197 191 / 50%)}
.products-container .products-grid.owl-carousel.owl-loaded .item {margin: 0}
/** Товары таблицей **/
.index .products-grid {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 {margin: 0 -15px;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.owl-carousel {margin: 0}
.products-grid .item {position: relative;padding: 6px;}
.products-grid > .item {transition: outline .3s;outline: 1px solid transparent}
.products-grid > .item:hover {outline: 1px solid rgb(206 197 191 / 50%);    background: rgba(0,0,0,.5);}
.products-grid .item-inner {height: 100%;position: relative;z-index: 19;-webkit-transition: .3s;transition: .3s}
.index .products-grid.owl-carousel.owl-loaded .item,
.products-grid.owl-carousel .item {width: 100%;height: 100%;}
.products-grid.owl-carousel .item:hover {
  background: rgba(0,0,0,.5);
}
.index .products-grid.owl-carousel .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex}
.index .products-grid.owl-carousel .owl-item {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto}
@media all and (min-width: 1200px) {
  .products-grid .item {width: calc(33.3% - 30px);}
  .index .products-grid .item {width: calc(25% - 30px);}
}
@media all and (max-width: 1199px) {
  .index .products-grid .item {width: calc(33.3% - 30px);}
  .products-grid .item {width: calc(33.3% - 30px);}
}
@media all and (max-width: 767px) {
  .index .products-grid .item {width: calc(50% - 30px);}
  .products-grid .item {width: calc(50% - 30px);}
}
@media all and (max-width: 576px) {
  .index .products-grid .item {width: calc(50% - 15px);margin: 0 7.5px;margin-bottom: 30px;}
  .products-grid .item {width: calc(50% - 15px);margin-left: 7.5px;margin-right:7.5px;margin-bottom: 15px;padding: 5px;}
}
.index .products-grid .item:nth-child(8) ~ .item {display: none}
.products-button-load-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;margin-top: 10px;}
.products-button-load {margin: auto;background: #272429;border: 1px solid #7b7575;font-size: 14px;}
.products-button-load:hover {color: #caa462;border-color: #caa462;background: #272429;}
.products-grid .goodsListForm {display:flex;flex-direction: column;height: 100%;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
.products-grid .item .product-image {position: relative;overflow: hidden;z-index: 0;padding: 0;border: 0;border-radius: 0;text-align: center;}
.products-grid .item .product-image .product-img {
  background: #fff;
  display: flex;position: relative;z-index: 1;overflow: hidden;width: 100%;min-height: 60px;
  height:250px;
  line-height: 250px;
  
}
@media(min-width: 1200px){
  .related-goods .products-grid .item .product-image .product-img,
  .related-views .products-grid .item .product-image .product-img {
    height: 206px;
    line-height: 206px;
  }
}
.related-goods .products-grid .item .product-ico:first-child,
.related-views .products-grid .item .product-ico:first-child {
  margin-left: 10px;
  margin-right: 10px;
}
/*! Эффект блика  */
.product-image .product-img {overflow: hidden;}
.product-image .product-img::before {
  position: absolute;top: 0;left: -45%;z-index: 2;display: block;content: '';width: 25%;height: 100%;opacity:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.product-image:hover .product-img:before{-webkit-animation: shine .5s;animation: shine .5s;opacity:1;}
/*!  */
.products-grid .item .product-image .product-img img {max-width: 100%;width: auto;max-height: 100%;margin: auto}
.products-grid .item .product-image .product-img img:not(:first-child) {display: none;}
.products-grid .item .ratings {text-align: center;position: absolute;z-index: 1;top: 0;left: 50%;background: transparent;border-color: transparent;width: auto;height: 22px;padding: 3px 5px;padding-right: 6px;border-radius: 25px;margin: 0;margin-left: -40px;-webkit-transition: all .3s;transition: all .3s;}
.products-grid .item .ratings {display: none;}
@media(max-width: 991px){
  .products-grid .item .product-image .product-img {height: 206px;line-height: 206px}
}
@media(max-width: 481px){
  .products-grid .item .product-image .product-img {height: 192px;line-height: 192px}
}
@media(max-width: 375px){
  .products-grid .item .product-image .product-img {height: 130px;line-height: 130px}
}
.products-grid .item .ico-new ~ .ratings {top: 25px}
.products-grid .item .ico-best ~ .ratings {top: 25px}
.products-grid .item .ico-sale ~ .ratings {top: 50px}
.products-grid .item .quickview {display: none;position: absolute;top: 50%;left: 50%;z-index: 2;background: #fff;background-color: rgba(229,229,229,.9);text-decoration: none;border-radius: 2px;visibility: hidden;position: absolute;text-align: center;margin-left: -75px;margin-top: -20px;line-height: 36px;font-size: 13px;cursor: pointer;color: #666;height: 36px;width: 150px;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}
.products-grid .item .quickview [class*=fa] {display: none}
.products-grid .item:hover .quickview {visibility: visible}
.products-grid .item .product-icons {position: static;display: flex;flex-direction: row-reverse;    align-items: center;}
.products-grid .item .product-ico {position: relative;;display: inline-block;vertical-align: middle;width: 21px;height: 21px;padding: 0;text-align: center;color: #cec5bf;z-index: 1;-webkit-transition: .1s all;transition: .1s all;}
.products-grid .item .product-ico:first-child {margin-left: 20px;margin-right: 17px;}
.products-grid .item .product-ico > i {font-size: 19px;line-height: 21px;}
.products-grid .item:hover .product-ico,
.products-grid .item:hover .product-ico.added {opacity: 1}
.products-grid .item .product-ico.added {color: #caa462;}
.products-grid .item .product-ico:hover {color: #caa462;}
.products-grid .item .product-shop {position: static;    padding: 0 6px;padding-top: 10px;text-align: left;}
.products-grid .item .product-shop .product-name {margin-bottom: 5px;font-weight: 400;letter-spacing: normal;overflow: hidden;text-overflow: ellipsis;text-overflow: -o-ellipsis-lastline;display: -webkit-box;-webkit-line-clamp: 50;-webkit-box-orient: vertical;white-space: normal;text-align: center;}
.products-grid .item .product-shop .product-name a {display: block;font-size: 16px;font-weight: normal;color: #cec5bf;}
.products-grid .item .product-shop .product-name a:hover {color: #caa462;}
.products-grid .item .product-shop .price-box {    margin-right: auto;flex-shrink: 0;margin-bottom:0px;display: flex;flex-direction: column-reverse;align-items: center;}
.products-grid .item .product-shop .price-box .price {color: #cec5bf;}
/* .products-grid .item .product-shop .price-box .price:before {content: 'от';margin-right: 4px;font-size: 0.8em;} */
.products-grid .item .product-shop .price-box .old-price {margin-right: 0px;opacity: .3;}
.products-grid .item .product-shop .actions {min-height: 55px;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;justify-content: center;}
/*! Кнопки в Корзину  */
.products-grid .item .product-shop .actions .add-cart span:last-child {display: none;}
.products-grid .item .product-shop .actions .add-cart {height: 24px;position: relative;z-index: 2;display: flex;justify-content: center;align-items: center;background: transparent;padding: 0px;color: #fff;text-align: center;border-radius: 0px;font-size: 14px;
  /* overflow: hidden; */
}
.products-grid .item .product-shop .actions .add-cart span {color: #caa462;transition: all .5s ease-in-out;}
/* .products-grid .item .product-shop .actions .add-cart:hover {background: #fff;border-color: #caa462} */
.products-grid .item .product-shop .actions .add-cart:hover span {color: #caa462;}
/* .products-grid .item .product-shop .actions .add-cart:hover span:not(.hover-anim) {position: relative;z-index: 1;} */
.products-grid .item .product-shop .actions .add-cart._loading {
  /* width: 28px; */
}
.products-grid .item .product-shop .actions .add-cart._loading span[class^=material] {
  display: none;
}
.products-grid .item .product-shop .actions .add-cart._loading span:last-child {
  display: block;
}
/*!  */
.actions .add-cart:hover .hover-anim,
.button:hover:not(._outline) .hover-anim {width: 500px;height: 500px}
.hover-anim {position: absolute;display: block;width: 0;height: 0;border-radius: 50%;background: #fff;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: width .8s,height .8s;transition: width .8s,height .8s;z-index: -1}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #caa462;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #caa462}
.products-grid .item .product-shop {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.products-grid .item .product-shop .actions {margin-top: auto}
.products-grid .item .product-shop .actions .qty-wrap {display: none;;flex-shrink: 0;}
.products-grid .item.empty .product-shop .actions .empty {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 0;
  color: #2e2e2e;
  background-color: transparent;
  cursor: default;
  border-radius: 5px;
  font-family: 'Material Icons Outlined';
  cursor: pointer;
}
.products-grid .item.empty .product-shop .actions .empty::before {
  content: 'notifications_none';
  font-size: 19px;
  color: #cec5bf;
}
.products-grid .item.empty .product-shop .actions .empty:hover::before {
  color: #caa462;
}
@media(max-width: 481px){
  .products-grid .item.empty .product-shop .actions .empty {padding: 0;}
}
@media(max-width: 991px) {
  .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}
}
@media(max-width: 991px){
  .products-grid .item .product-shop .actions {
    flex-wrap: wrap;
  }
  .products-grid .item .product-shop .price-box {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 10px;
  }
  .products-grid .item .product-shop .price-box .old-price {
    margin-left: 5px;
  }
}
@media(max-width: 767px){
  .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;}
}
@media(max-width: 481px){  
  .products-grid .item .product-shop .price-box .price {
    font-size: 16px;
  }
  .products-grid .item .product-shop .product-name a {
    font-size: 14px;
  }
  .products-grid .item .product-shop .price-box {
    flex-direction: column-reverse;
    height: 44px;
    justify-content: flex-end;
  }
  .products-grid .item .product-shop .actions {-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch}
  .products-grid .item .product-shop .qty-wrap {margin: 0;margin: auto;margin-bottom: 5px}
}
/* Разделитель */
.nav-splitter {position: absolute;z-index: 1;top: 100%;left: 0;width: auto;height: 2px;background-color: #caa462;-webkit-transition-delay: .15s;transition-delay: .15s;-webkit-transition: all .3s;transition: all .3s;border-radius: 25px}
/*! Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.products-grid .product-shop .actions .quickviewmod {height: 24px;position: relative;z-index: 2;    text-align: center;}
.products-grid .product-shop .actions .quickviewmod span {color: #caa462;    transition: all .5s ease-in-out;}
.products-grid .product-shop .actions .quickviewmod:hover span {color: #caa462}
.products-grid .product-shop .actions .quickviewmod .fal.fa-shopping-cart {display: none;}
.products-grid .product-shop .actions .quickviewmod span:last-child {display: none;}
.products-grid .product-shop .actions .quickviewmod._loading span[class^=material] {
  display: none;
}
.products-grid .product-shop .actions .quickviewmod._loading span:last-child {
  display: block;
}
.products-grid .product-shop .actions .quickviewmod .fal.fa-spinner {
  margin-right: 0;
}
.products-grid .product-shop .actions .quickviewmod .fal {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}
@media(max-width: 481px){
  .products-grid .product-shop .actions .quickviewmod {max-width: 100%;}
}
.products-grid .product-shop .actions .add-cart .fal {vertical-align: middle;margin-right: 5px;font-size: 16px;}
.products-grid .product-shop .actions .add-cart .fal.fa-spinner {margin-right: 0;}
.products-grid .product-shop .actions .add-cart .fal.fa-shopping-cart {display: none;}
/** Товары горизонтальные **/
.products-grid .item._gorizontal {
  background: none;
  max-width: 460px;
  max-width: 460px;
  padding: 0;
  border: none;    
}
.products-grid .item._gorizontal:hover {
  background: transparent
}
.products-grid .item._gorizontal .goodsListForm{
  flex-direction: row;
  padding-bottom: 5px;
}
.products-container .products-grid.owl-carousel .item._gorizontal:hover {
  border-color: transparent;
}
.pdt-sale .products-grid .owl-item:nth-child(odd)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  height: 100%;
  width: 1px;
  background: rgb(206 197 191 / .2); 
}
@media (min-width: 992px){
  .products-grid .owl-item:nth-child(even) .item._gorizontal::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 1px;
    background: rgb(206 197 191 / .2);  
  }
  .products-grid .owl-item:nth-child(even) .item._gorizontal {margin-left: auto;}
  .products-grid .owl-item:nth-child(even) .item._gorizontal .goodsListForm {
    flex-direction: row-reverse;
  }
  .products-grid .owl-item:nth-child(even) .item._gorizontal .product-shop {
    padding-left: 0px;
    padding-right: 30px;
  }
}
.products-grid .item._gorizontal .product-image {
  width: 166px;
  flex-shrink: 0;
}
.products-grid .item._gorizontal .product-image .product-img {
  height: 166px;
  line-height: 166px;
}
.products-grid .item._gorizontal .product-shop {
  padding: 0;
  padding-top: 0;
  padding-left: 30px;
}
.products-grid .item._gorizontal .product-icons {
  margin-left: 18px;
}
.products-grid .item._gorizontal .product-shop .price-box .price {
  font-size: 22px;
}
.products-grid .item._gorizontal .product-shop .price-box .price.old-price {
  font-size: 16px;
  line-height: 16px;
}
.products-grid .item._gorizontal .product-shop .product-name {
  margin-bottom: 13px;
}
.products-grid .item._gorizontal .product-shop .actions {margin-top: 0;justify-content: flex-start;    min-height: auto;}
.products-grid .item._gorizontal .product-shop .actions .add-cart {
  max-width: 165px;
  width: 100%; 
  height: 40px;
  overflow: visible;
  font-size: 16px;
  background: #365e87;
}
.products-grid .item._gorizontal .product-shop .actions .add-cart:hover {
  background: #c7a161;
}
.products-grid .item._gorizontal .product-shop .actions .add-cart .material-icons {
  line-height: 50px;
}
.products-grid .item._gorizontal .product-shop .actions .add-cart span:last-child {
  display: block;
  color: #fff;
}
.products-grid .item._gorizontal .product-shop .actions .add-cart span:first-child {
  display: none;
}
/*  */
.products-grid .item._gorizontal .product-shop .actions .quickviewmod:hover {
  background: #c7a161;
}
.products-grid .item._gorizontal .product-shop .actions .quickviewmod {
  max-width: 165px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: visible;
  background: #365e87;  
}
.products-grid .item._gorizontal .product-shop .actions .quickviewmod span:first-child {
  display: none;
}
.products-grid .item._gorizontal .product-shop .actions .quickviewmod span:last-child {
  display: block;
  color: #fff;
}
.products-grid .item._gorizontal .product-shop .actions .quickviewmod .material-icons {
  line-height: 40px;
}
/*  */
.products-grid .item._gorizontal .product-shop .price-box {
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 15px;
}
.products-grid .item._gorizontal .product-shop .price-box .old-price {
  margin-left: 10px;
}
.products-grid .item._gorizontal .ratings {
  display: block;
  height: auto;
  position: static;
  left: 0;
  margin: 0;
  align-self: flex-start;
  padding: 0;
}
.products-grid .item._gorizontal .product-shop .product-name a {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;  
}
@media(max-width: 767px){
  .products-grid .item._gorizontal .product-image {
    width: 145px;
  }
  .products-grid .item._gorizontal .product-image .product-img {
    height: 146px;
    line-height: 146px;
  }  
}
@media(max-width: 481px){
  .products-grid .item._gorizontal .product-shop {
    max-height: 146px;
    padding-left: 15px;
  }
  .products-grid .item._gorizontal .product-shop .product-name a {
    height: 38px;
    font-size: 16px;
  }
  .products-grid .item._gorizontal .product-shop .price-box .price.old-price {
    font-size: 14px;
  }
  .products-grid .item._gorizontal .product-shop .price-box .price {
    font-size: 18px;
  }
  .products-grid .item._gorizontal .product-shop .price-box {
    height: 17px;
    margin-top: 13px;
    margin-bottom: 12px;    
  }
}
@media(max-width: 455px){
  .products-grid .item._gorizontal .product-shop .product-name a {
    text-transform: none;
  }  
  .products-grid .item._gorizontal .product-image .product-img {
    height: 130px;
    line-height: 130px;
    overflow: visible;
  }   
  .products-grid .item._gorizontal .product-icos {
    bottom: -20px;
  }
  .products-grid .item._gorizontal .product-shop {
    max-height: 100%;
  }
  .products-grid .item._gorizontal .product-shop .price-box {
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;    
    margin-bottom: 0;
  }  
  .products-grid .item._gorizontal .product-shop .price-box .price {
    margin-bottom: 5px;
    font-size: 16px;
  }  
  .products-grid .item._gorizontal .product-shop .price-box .price.old-price {
    margin-left: 0;
    font-size: 14px;
  }  
  .products-grid .item._gorizontal .product-icons {
    margin-left: 0;
    margin-right: 0px;
  }
  .products-grid .item._gorizontal .product-shop .actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }  
  .products-grid .item._gorizontal .product-shop .actions .add-cart {
    background: transparent;
    max-width: 100%;
    width: auto;
  }
  .products-grid .item._gorizontal .product-shop .actions .add-cart:hover {
    background: none;
  }
  .products-grid .item._gorizontal .product-shop .actions .add-cart:before {
    display: none;
  }
  .products-grid .item._gorizontal .product-shop .actions .add-cart span:first-child {
    display: block;
  }
  .products-grid .item._gorizontal .product-shop .actions .add-cart span:last-child {
    display: none;
  }
  .products-grid .item._gorizontal .product-shop .actions .quickviewmod {
    background: transparent;
    max-width: 100%;
    width: auto;
  }
  .products-grid .item._gorizontal .product-shop .actions .quickviewmod:hover {
    background: none;
  }
  .products-grid .item._gorizontal .product-shop .actions .quickviewmod:before {
    display: none;
  }
  .products-grid .item._gorizontal .product-shop .actions .quickviewmod span:first-child {
    display: block;
    line-height: 40px;
  }
  .products-grid .item._gorizontal .product-shop .actions .quickviewmod span:last-child {
    display: none;
  }
}
/*  */
.qty-wrap {position: relative;width: 100px;margin: 0;vertical-align: middle;text-align: center;margin-right: 0px;background: transparent;    border: 1px solid rgb(206 197 191 / 50%);border-radius: 0px;overflow: hidden;}
.catalog .product-shop .actions .qty-wrap {margin-bottom: 0px;}
input.quantity, input.cartqty {display: inline-block;vertical-align: middle;width: 35px;height: inherit;margin: 0;color: #cec5bf;border-radius: 0;font-size: 16px;text-align: center;padding: 3px;background: transparent;border: 0;font-family: 'Roboto Condensed', sans-serif;}
.qty-set {display: block;height: 100%;}
.qty-set > a {position: absolute;top: 0;width: 24px;height: inherit;line-height: inherit;font-size: 12px;color: rgb(206 197 191 / 50%);border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.qty-set > a:hover {    background: transparent;color: rgb(206 197 191 / 100%)}
.qty-set .qty-plus {right: 0px;}
.qty-set .qty-minus {left: 0px;}
.qty-set > a .material-icons {line-height: inherit;}
/*! Вы смотрели **/
#viewed {
  content-visibility: auto;
  padding: 30px 0;
  background: rgb(206 198 191 / 0.05);
}
#viewed .title {
  margin-bottom: 35px;
  line-height: 1;  
}
#viewed .product .title {padding: 15px;background: #fafafa;}
#viewed .viewed-items .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#viewed .content .viewed-items {text-align: left;}
#viewed .content .viewed-items .item {display: inline-block;float: none;width: 100%;height: 100%;padding: 0;    border: 1px solid transparent;    transition: box-shadow,border-color .3s,-webkit-box-shadow;}
#viewed .content .viewed-items .item:hover {border: 1px solid rgb(206 197 191 / 50%);background: rgba(0,0,0,.5);}
#viewed .content .viewed-items .item-inner {position: relative;width: 100%;height: 100%;background-color: rgba(0,0,0,.2);box-shadow: none;border: 0;border-radius: 0;padding: 5px;display: flex;flex-direction: column;align-items: center;border-radius: 0;}
#viewed .content .viewed-items .goodsListForm {
  width: 100%;  
  height: 100%;
  display: flex;
  flex-direction: column;
}
#viewed .content .viewed-items .product-image {width: 100%;height: 155px;padding: 0;margin-bottom: 15px;}
#viewed .content .viewed-items .product-image a {display: flex;position: relative;width: 100%;height: 100%;min-height: 60px;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
#viewed .content .viewed-items .product-image a img {width: auto;margin: auto;transition: opacity .3s;max-height: 100%;}
@media(max-width: 991px){
  #viewed .content .viewed-items .product-image {height: 206px;line-height: 206px}
}
@media(max-width: 481px){
  #viewed .content .viewed-items .product-image {height: 192px;line-height: 192px}
}
@media(max-width: 375px){
  #viewed .content .viewed-items .product-image {height: 130px;line-height: 130px}
}
#viewed .content .viewed-items .product-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
#viewed .content .viewed-items .product-info {position: relative;text-align: center;padding: 0;background-color: transparent;}
#viewed .content .viewed-items .product-info .product-name {display: block;text-overflow: ellipsis;font-family: inherit;margin-bottom: 11px;padding: 0;}
#viewed .content .viewed-items .product-info .product-name a {font-size: 14px;}
#viewed .content .viewed-items .product-info .product-name a:hover {color: #caa462;}
#viewed .content .viewed-items .product-info .ratings {background: transparent;margin-bottom: 10px;}
#viewed .content .viewed-items .product-info .price-box {margin: 0;margin-top: auto;padding: 0;border: none;margin-bottom: 13px;}
#viewed .content .viewed-items .product-info .price {
  font-size: 16px;
  color: #cec5bf;
}
#viewed .owl-carousel .owl-nav {position: absolute;right: 0px;}
#viewed .owl-carousel .owl-nav > button {display: inline-block;position: relative;text-align: center;font-size: 21px;color: #777;width: 25px;}
#viewed .owl-carousel .owl-nav > button:hover {color: #caa462;}
#viewed .owl-carousel .owl-nav .owl-prev:after, #viewed .owl-nav .owl-next:after {display: inline-block;font-family: "FontAwesome";text-align: center;}
#viewed .owl-carousel .owl-nav .owl-prev:after {content: "\f104";}
#viewed .owl-carousel .owl-nav .owl-next:after {content: "\f105";}
#viewed .owl-carousel .owl-nav {top: -45px;}
#viewed .item .actions {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;justify-content: center;}
#viewed .item .product-icons {position: static;overflow: hidden;display: flex;flex-direction: row-reverse;}
#viewed .item .product-ico {display: inline-block;vertical-align: middle;width: 32px;height: 32px;padding: 8px;color: #9c9e9e;z-index: 1;-webkit-transition: .1s all;transition: .1s all;}
#viewed .item .product-ico > i {font-size: 17px;}
#viewed .item:hover .product-ico,
#viewed .item:hover .product-ico.added {opacity: 1}
#viewed .item .product-ico.added {color: #caa462;}
#viewed .item .product-ico:hover {opacity: .8;color: #caa462;}
#viewed .item.empty .actions .empty {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 0;
  color: #2e2e2e;
  background-color: transparent;
  cursor: default;
  border-radius: 5px;
  font-family: 'Material Icons Outlined';
  cursor: pointer;
}
#viewed .item.empty .actions .empty::before {
  content: 'notifications_none';
  font-size: 17px;
  color: #9c9e9e;
}
#viewed .item.empty .actions .empty:hover::before {
  color: #caa462;
}
/*! Кнопки в Корзину  */
#viewed .item .actions .add-cart {height: 36px;position: relative;z-index: 2;display: flex;justify-content: center;align-items: center;background: transparent;padding: 0px;color: #fff;text-align: center;border-radius: 0px;font-size: 14px;overflow: hidden;margin-left: 8px;}
#viewed .item .actions .add-cart span:last-child {display: none;}
#viewed .item .actions .add-cart span {color: #caa462;transition: all .5s ease-in-out;}
/* .products-grid .item .product-shop .actions .add-cart:hover {background: #fff;border-color: #caa462} */
#viewed .item .actions .add-cart:hover span {color: #caa462;}
/* .products-grid .item .product-shop .actions .add-cart:hover span:not(.hover-anim) {position: relative;z-index: 1;} */
#viewed .item .actions .add-cart._loading {
  width: 28px;
}
#viewed .item .actions .add-cart._loading span[class^=material] {
  display: none;
}
#viewed .item .actions .add-cart._loading span:last-child {
  display: block;
}
/*! Покупка товара с модификацией */
#viewed .item .actions .quickviewmod {height: 24px;overflow: hidden;position: relative;z-index: 2;text-align: center;
  margin-left: 8px;
}
#viewed .item .actions .quickviewmod span {color: #caa462;    transition: all .5s ease-in-out;}
#viewed .item .actions .quickviewmod:hover span {color: #caa462}
#viewed .item .actions .quickviewmod span:last-child {display: none;}
#viewed .item .actions .quickviewmod._loading span[class^=material] {
  display: none;
}
#viewed .item .actions .quickviewmod._loading span:last-child {
  display: block;
}
/*!  */
.product-tabs #viewed .owl-carousel .owl-nav {top: -38px;right: -9px;}
.col-left .block .content .content-title {display: none;}
@media all and (max-width: 991px) {
  #viewed .content._active .owl-nav {top: -50px}
  #viewed > .title {padding: 6px 20px;cursor: pointer;border: 2px solid #dce4e9;color: #5d7483}
  #viewed > .title .fal {display: inline-block;vertical-align: middle}
  .col-left .page-sidebar #viewed .content {width: 80%;position: fixed;right: -100%;top: 0;height: 100%;z-index: 50;background: #fff;padding: 15px;-webkit-transition: right .3s cubic-bezier(0,1,.63,1);transition: right .3s cubic-bezier(0,1,.63,1)}
  .col-left .page-sidebar #viewed .content._active {right: 0}
  .col-left .block .content .content-title {display: block;padding-bottom: 10px;font-size: 22px;border-bottom: 1px solid #edf1f4;margin-bottom: 15px;font-weight: 700}
}
.nojs #viewed .content .viewed-items {overflow: hidden}
.nojs #viewed .content .viewed-items .item {width: 20%;-ms-flex-negative: 0;flex-shrink: 0}
/*! Категории на главной ***/
.nojs #categories-index .item {width: calc(20% - 10px)}
#categories-index .block-title {margin-bottom: 20px;}
#categories-index .item {width: 100%;height: 100%;padding: 20px 10px;}
#categories-index .owl-item:hover {position: relative;z-index: 20}
#categories-index .item .cat-image a img {width: auto;margin: auto}
.categories.index {display: flex;}
.categories.index .item:hover:before{border-color:#caa462;z-index:20;border-width:1px;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:none;box-shadow:none}
.categories.index.owl-carousel .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex}
.categories.index.owl-carousel .owl-item {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto}
.categories.index .item .item-inner {display: flex;flex-direction: column;height: 100%;}
/*! Категории ***/
.toolbar + .categories {padding-top: 0;margin-bottom: 10px}
.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;text-align: center;margin-bottom: 12px;background: transparent;-webkit-transition: border-color .3s,-webkit-box-shadow;transition: box-shadow,border-color .3s;border-radius: 0px;}
.index.categories .item:nth-child(5) ~ .item {display: none}
.categories .item .item-inner {
  display: flex;
  flex-direction: column;
  padding: 5px;
  padding-bottom: 0;
  height: 100%;
  background: rgba(0,0,0,.2);
  z-index: 19;
  transition: all .3s;
  border: 1px solid transparent;  
}
.categories .item:hover .item-inner{
  background: rgba(0,0,0,.5);
  border: 1px solid rgb(206 197 191 / 50%);
}
.categories .item:hover:before {border-color: #caa462;top: -12px;left: -12px;right: -12px;bottom: -10px;-webkit-box-shadow: 0 20px 60px rgba(156,158,158,.5);box-shadow: 0 20px 60px rgba(156,158,158,.5);z-index: 20}
.categories .item:hover .item-inner {z-index: 21}
.categories .item:hover {position: relative;z-index: 20}
.categories .item .cat-image {
  flex-grow: 1;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 250px;
  line-height: 248px;
  z-index: 19;
}
.categories .item .cat-image._empty {
  background: #fff;
}
.categories .item .cat-image a {display: block;overflow: hidden;    position: relative;}
.categories .item .cat-image a img {max-width: 100%;}
.categories .item .cat-image a::before {
  position: absolute;top: 0;left: -45%;z-index: 2;display: block;content: '';width: 25%;height: 100%;opacity:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.categories .item:hover .cat-image a::before{-webkit-animation: shine .5s;animation: shine .5s;opacity:1;}
.categories .item .cat-name {min-height: 40px;display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0;margin-bottom: 15px;padding: 0;background: 0 0;text-align: center;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;z-index: 19;}
.categories .item .cat-name a {display: block;margin: auto;overflow: hidden;font-size: 18px;}
.categories .item:hover .cat-name a {color: #caa462}
@media (max-width: 991px) {
  .categories .item .cat-image {
    line-height: 215px;
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .categories .item .cat-image {
    line-height: 190px;
    max-width: 190px;
  }
}
@media (max-width: 481px) {
  .categories .item .cat-image {
    max-width: 100%;
    line-height: 1;
  }
}
@media (max-width: 375px) {
  .categories .item .cat-name a {
    font-size: 14px;
  }
  .categories .item .cat-image {
    line-height: 126px;
    max-width: 126px;
  }
}
/*! Быстрый просмотр */
.fancybox-inner .container {max-width: 950px;padding:0;}
.quickView .fancybox-inner .container {max-width: 700px;}
.fancybox-inner .block-bg {border: none;padding: 0;}
.fancybox-inner .product-view .product-name h1 {font-size: 20px;}
.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;}
/** Товар с модификациями **/
.products-container .item._with-mod .actions .qty-wrap {display: none}
.products-list .item._with-mod .actions .qty-wrap {display: none;visibility: hidden;opacity: 0}
/*! Выбор модификации при добавлении в корзину ***/
.fancybox-container._modification .product-view {max-width: 380px;padding: 0px;padding-top: 0px;overflow: visible;border-radius: 0px;background: #e7e2df;}
.fancybox-container._modification .product-view .product-toolbar {display: none;}
.fancybox-container._modification .product-view .product-tabs {display: none;}
.fancybox-container._modification .product-view .block-bg {border:none;padding: 0; color: #2e2e2e;background: none;}
.fancybox-container._modification .product-view .block-bg > .row {visibility: hidden;opacity: 0;margin: 0;}
.fancybox-container._modification .product-view .product-name {padding-right: 0;}
.fancybox-container._modification .product-shop {margin: 0;}
.fancybox-container._modification .product-shop > div {display: none;}
.fancybox-container._modification .product-shop .price-box {display: block;border: 0;}
.fancybox-container._modification .product-view .product-action {display: none;}
.fancybox-container._modification .product-shop .product-name {display: block;margin-bottom: 15px;}
.fancybox-container._modification .product-view .product-header {padding-top: 0;background-color: #caa462;    padding: 0 30px; padding-top: 15px;padding-bottom: 15px; text-align: center; }
.fancybox-container._modification .product-view .product-header .product-name {margin: auto;}
.fancybox-container._modification .product-view .product-header .product-name h1 {color: #fff;    text-transform: none;font-size: 24px;}
.fancybox-container._modification .product-shop .goodsDataMainModificationsValues {display: none;}
.fancybox-container._modification .product-shop .goodsDataMainModificationsBlock {padding: 0;}
.fancybox-container._modification .product-shop .goodsDataMainModificationsBlockProperty select {display: block;}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty:not(:first-child) {margin-top: 30px;}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox__trigger {
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox__trigger-arrow {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23cec5bf' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441 248.292L151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z'/%3E%3C/svg%3E")
}
.fancybox-container._modification .product-shop .add-to-box {padding: 0px 0 0 0;margin: 0px 0 0 0;border: 0;text-align: center;}
.fancybox-container._modification .product-shop .add-to-box .qty-wrap {margin: 0 0 15px 0;}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart {padding-top: 0;flex-wrap: nowrap;margin-top: 30px;}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart .button {max-width: 50%;margin-top: 0;;height: 50px;line-height: 50px;}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart .button.goodsDataMainModificationEmpty:hover {
  color: #fff;
  background: #c7a161;  
}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart .button.goodsDataMainModificationEmpty {
  background: #cec5bf;color: #fff;
}
.fancybox-container._modification .product-shop .add-to-box .add-to-cart .button {width: 100%;margin: 0;}
.fancybox-container._modification .product-shop .add-to-box .add-to-cart .more {display: none;}
.fancybox-container._modification .product-shop .add-to-box .add-to-cart .quick {display: none !important;}
.fancybox-container._modification .product-shop .goodsDataMainModificationArtNumber {display: none !important;}
.fancybox-container._modification .product-img-box {display: none;}
.fancybox-container._modification .product-shop {display: none;}
.fancybox-container._modification .product-view .product-order {padding:0}
.fancybox-container._modification .product-view .product-order .goodsDataForm {
  margin-top: 23px;
}
.fancybox-container._modification .product-order .product-order-inner {padding: 30px;}
@media (max-width: 768px){
  .fancybox-container._modification .product-order .product-order-inner {
    padding: 15px;
  }
}
.fancybox-container._modification .product-order .product-order-inner > .price-box {display: none;}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart {
  display: flex !important;
}
.fancybox-container._modification .product-view .product-order .add-to-box .add-to-cart._hide .button.add-cart {
  display: none;
}
.product-order-fancybox {
  display: flex;
  height: 50px;
}
.product-order-fancybox-item {
  width: 50%;
}
.product-order-fancybox-item.goodsDataMainModificationAvailable {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;  
}
.product-order-fancybox-item .available-value {
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 100%;
  height: 100%;  
}
.product-order-fancybox-item .available-value .material-icons {
  font-size: 14px;
  margin-right: 8px;
}
.product-order-fancybox-item .available-true {
  background: #cec5bf;  
}
.product-order-fancybox-item .available-false {
  background: #f3f1ef; 
  border: 1px solid #cec5bf;
  border-right: 0;
  color: #b39f92;
}
.product-order-fancybox-item .available-true,
.product-order-fancybox-item .available-false {
  width: 100%;
  height: 100%;
}
.product-order-fancybox-item.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f1ef;
  border: 1px solid #cec5bf;
}
.fancybox-container._modification .product-view .product-order .price-box .price {
  color: #2e2e2e;
  font-size: 24px;
}
.fancybox-container._modification .product-order .more{display: none;}
.fancybox-container._modification .table-features-min {display: none;}
.fancybox-container._modification .product-view .short-description {display: none;}
.fancybox-container._modification .goodsDataMainDiscountBlock {display: none;}
.fancybox-container._modification .product-shop .add-to-box .add-to-cart .empty.active {display: block;}
.fancybox-container._modification .goodsDataMainDiscountBlock {display: none;}
.fancybox-container._modification .product-view .product-order .actions .qty-wrap {
  display: block !important;
  width: 50%;  
  height: 50px;
  margin-right: 15px;
  background: #f3f1ef;
  border: 1px solid #cec5bf;
}
.fancybox-container._modification .product-view .product-order .actions .qty-set {height: 100%;}
.fancybox-container._modification .product-view .product-order .actions .qty-set > a {
  height: 50px;
  width: 50px;
}
.fancybox-container._modification .product-view .product-order .actions input.quantity {
  color: #2e2e2e;
}
.fancybox-container._modification .product-view .product-order .actions .qty-set .material-icons {
  line-height: 50px;
  color: #cec5bf;  
}
.fancybox-container._modification .product-view .product-order .actions a:hover .material-icons {
  color: #2e2e2e;  
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox__select {
  background: #f3f1ef;
  height: 50px;
  line-height: 50px;
  color: #2d2d2d;
  border-color: #caa462;  
  padding-left: 15px;  
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox__select-text {
  height: 100%;
}
.fancybox-container._modification .opened .jq-selectbox__trigger-arrow {
  transform: rotate(270deg);
}
.fancybox-container._modification .jq-selectbox__trigger-arrow {
  top: 20px!important;
  right: 15px;  
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .opened .jq-selectbox__select {
  background-color: #fff;
  border: 1px solid #cec5bf;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox__dropdown {
  margin-top: 10px;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li:first-child {
  /* margin-top: 1px; */
  border-top: 1px solid #cec5bf;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li {
  background-color: #fff;
  border: 1px solid #cec5bf;
  border-top: 0;
  padding: 15px;
  /* margin-bottom: -1px; */
  color: #2d2d2d;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li:hover:not(.disabled) {
  background-color: #f3f1ef;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li.disabled {
  color: #b39f92;
  cursor: default;
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li.selected,
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li.sel {
  background-color: #ffffff;
  font-weight: normal;
  display: flex;  
}
.fancybox-container._modification .product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty .jq-selectbox li.sel::after {
  margin-left: auto;
  color: #caa462;
}
/*! 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;}
.cart-ajax .buttons .button {display: inline-block;width: 120px;margin: 0 5px 5px;padding: 0;}
.fancybox-margin {margin-right: 17px !important;}
/*! Личный кабинет (Всплывающее окно) ***/
.fancybox-login {padding: 0}
.fancybox-login .title._second {display: none;}
.fancybox-login-content {width: 420px;padding: 0}
.fancybox-login-tumbler {
  background: #e7e2df;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.fancybox-login-tumbler-inner {
  display: flex;
  height: 50px;
  border: 1px solid #cec5bf;
}
.fancybox-login-tumbler__btn {
  flex-grow: 1;
  background: #fff;
  font-size: 16px;
}
.fancybox-login-tumbler__btn._active {
  background: #cec5bf;
  color: #fff;
}
.fancybox-login .fancybox-body .error-block {
  color: #1f1e22;
  text-align: center;
  margin-bottom: 20px;
}
.fancybox-login .fancybox-body .buttons {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;margin-top: 30px;}
.fancybox-login .fancybox-body .button {max-width: 167px;margin: auto}
.fancybox-login .fancybox-body._first .button {margin-right: 0;}
.fancybox-login .fancybox-body._second {display: none;}
.fancybox-login .fancybox-body._second {background:#e7e2df;}
.fancybox-login .fancybox-body._second .buttons {margin-bottom: 10px;}
.fancybox-login .fancybox-body._second .button {margin: 0 auto}
/*! Личный кабинет (Страницы) ***/
.col-account {margin: 0;padding-bottom: 30px}
.col-account h3 {padding: 0 0 10px;line-height: normal;margin-bottom: 10px;border-bottom: 1px solid transparent}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle}
.col-account .buttons .button:not(:last-child) {margin-right: 15px}
.col-account .buttons p {margin-bottom: 0}
.col-account .form-list {margin-bottom: 0}
.col-account .form-list .fields {margin: 0 0 15px 0;max-width: 450px}
.col-account .form-list .fields .input-box {position: relative}
.col-account .form-list .fields:last-child {margin-bottom: 0}
.col-account .form-list .fields > label {margin-bottom: 15px;text-align: left}
.account .message {margin-left: 15px;margin-right: 15px}
.account .first .buttons {max-width: 450px;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}
.account:not(._settings) .second {width: 100%;padding-top: 30px;border-top: 1px solid rgb(206 197 191 / 30%)}
.account .second p {font-size: 12px;}
.account .second .col-account {max-width: 450px}
.clientForm .pp {margin-bottom: 10px}
.clientForm .form-list {margin-bottom: 15px}
.clientForm .form-list .fields {
  margin-bottom: 15px;
  max-width: 450px;
  display: flex;
}
.clientForm .form-list .fields .input-box {
  position: relative;
  display: flex;
  width: 100%;  
}
.clientForm .form-list .fields:last-child {margin-bottom: 0}
.clientForm .form-list .fields > label {margin-bottom: 0;text-align: left;}
.clientForm._fancybox .form-list .fields{
  display: flex;
}
.clientForm._fancybox .fields > label{
  display: flex;
  margin-bottom: 0;
}
.clientForm._fancybox .form-list .fields .input-box {
  display: flex;
  width: 100%;
}
.clientForm._fancybox .form-list {
  margin-bottom: 0;
}
/*! Личный кабинет (Избранное) ***/
.account.cart-info .buttons .button {margin-right: 11px;margin-bottom:5px;max-width: fit-content;max-width: -moz-fit-content;}
.account .favorites-empty{display:none;width:100%;white-space: nowrap;text-align:center;margin:0;cursor:default;border-radius: 0;height: 40px;line-height: 36px;padding: 0 5px;font-size: 16px;border: 1px solid rgb(206 197 191 / 20%);background-color: transparent;}
.account.cart-info .price {white-space: nowrap;color: #cec5bf;}
/** Платежные системы на странице просмотра заказа **/
.order-info .title {margin-bottom: 10px;}
.order-info .paymentQiwi .tr2 .ceil1 {padding: 25px 0 25px;}
.order-info .paymentQiwi .tr6 .ceil1 {padding: 16px 10px 15px;}
.order-info .paymentQiwi .PhoneLabel, .order-info .paymentQiwi .PhoneInput {float: none;}
.order-info .paymentQiwi .PhoneInput {padding: 10px 0 0;}
.order-info .paymentQiwi #form_phone {width: 130px;text-align: center;}
@media(max-width: 481px){
  .order-info .button {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
/*! Страница Поиск ***/
.page-content .search {padding: 15px;}
.page-content .search h4 {margin-bottom: 10px;}
/*! Акции ***/
.discount-item {margin-bottom: 30px;}
.discount-item-inner {
  display: block;
}
.discount-head {
  padding: 30px;
  background: rgba(0,0,0,.2);
  border: 1px solid transparent;
  transition: all .3s;
}
.discount-item:hover .discount-head {
background: rgba(0,0,0,.5);
border: 1px solid rgb(206 197 191 / 50%);
}
.discount-timer {
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #caa462;
}
.discount-timer-counter-item::after {
  content: '•';
  display: inline-block;
  margin-right: 4px;
}
.discount-timer-counter-item:last-child:after {
  display: none;
}
.discount-percent {
  display: block;
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #caa462;
}
.discount-name {
  margin-bottom: 0;
  text-align: center;
}
.discount-off {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(0 0 0 / 50%);
} 
/*! Новости ***/
.news-box .htmlDataBlock a {text-decoration: underline;}
.news-box .news {border-bottom: 1px solid rgb(206 197 191 / 30%);margin-bottom: 20px;}
.news-box .news:last-child {margin-bottom: 0;}
.news-box .news .title {margin-bottom: 10px;}
.news-box .news .title a:hover {color: #caa462;}
.news-box .news-content p {margin-bottom: 0px;}
.news-box .news-time {text-align: right;margin-bottom: 10px;}
/*! Страница ошибки ***/
.error-page {padding: 15px;}
.error-page a {font-size:110%;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 10px 20px;padding: 0px 0 0px 20px;}
/*! Предзагрузчик */
.preloader {display:block;position: absolute;top: 0;left: 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: #caa462;-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)}}
/*!***************************************************************************
  Адаптивная часть
*******************************************************************************/
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
.quickview {display: none !important;}
}
@media all and (max-width: 767px) {
.favorites .dropdown, .cart .dropdown, .compare .dropdown {display: none;}
}
@media all and (max-width: 641px) {
  .scroll {overflow-x: scroll;}
}
@media all and (max-width: 481px) {
  img {height: auto!important}
  body.active .wrapper {overflow: hidden;z-index: 1;display: none}
  .col-contact {margin-bottom: 20px}  
}
/*!***************************************************************************
  Hover карусель
*******************************************************************************/
.hover-img-add:after {content: "";display: table;clear: both}
.hover-img-add {position: relative}
.hover-img-add img {position: relative;display: none;top: 0;left: 0;margin-bottom: 10px}
.hover-img-add img:first-child {display: block}
.tmb-wrap {position: absolute;z-index: 2;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%}
.tmb-wrap .tmb-wrap-table {display: table;height: 100%;width: 100%}
.tmb-wrap-table div {display: table-cell;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transition: all .25s ease;transition: all .25s ease;position: relative;border: 1px solid transparent;opacity: 1}
.tmb-wrap-table div:after {content: "";height: 2px;width: 100%;position: absolute;background-color: #f0f0f0;bottom: 3px;left: 0;border-radius: 3px;}
.tmb-wrap-table div.active:after {background-color: #caa462;}
.tmb-wrap .tmb-wrap-table:hover div {opacity: 1}
.tmb-wrap-table div:first-child:last-child.active:after {background-color: transparent}
.image-wrap {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;height: 100%;width: 100%}
/*!***************************************************************************
  Фиксы для браузеров
*******************************************************************************/
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box {display: inline-block;position: relative;vertical-align: middle;width: 95px;height: 14px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
.rating-box:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #dce4e9;}
.rating-box .rating {position: absolute;float: left;height: 14px;left: 0;top: 2px;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: #caa462;}
}
/*!***************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs #slideshow .owl-carousel, .nojs #news .owl-carousel, .nojs #viewed .owl-carousel {display: flex;}
.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%;}