:root {
  --primary-color: #CFBDA9;
}
html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Open Sans', sans-serif;font-size: 16px;line-height: 1.2;font-weight: 400;background-color: #F6EFE7;color: #2e2e2e;overflow-x: hidden;margin:0;padding:0;}
 
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrapper {overflow: hidden;}
.container {margin-right:auto;margin-left:auto;padding-left: 15px;padding-right: 15px;}
.row {margin-left: -15px;margin-right: -15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
.clear {clear:both;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
.no-gutters {margin-left:0;margin-right:0;}
.no-gutters > .col,.no-gutters >[class*=col-] {padding-right: 0;padding-left: 0}
a {color: inherit;text-decoration:none;cursor:pointer;}
a:hover, a:active {color: #AC0F59;outline:0;text-decoration:none;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
p {margin: 0 0 15px 0;line-height: 1.5;}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {-webkit-appearance: none}
input[type=number] {-moz-appearance: textfield}
button {padding: 0;border: 0;background: 0 0}
button,input,textarea {font: inherit}
button:not([disabled]) {cursor: pointer}
a,button,input,textarea {color: inherit;outline: 0}
input, select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], input[type="search"] {outline: 0;}
input[type="text"], input[type="number"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
textarea {width: 100%;resize:none;border: 1px solid #CFBDA9;font-size: 14px;padding: 6px 12px;}
select:focus, textarea:focus {outline: 0;border-color: #000;}
/**/
.input {display: block;width: 100%;max-width: 450px;padding: 10px 15px;border: 1px solid #ccd8df}
.input:hover {border-color: #b1bfc8}
.input:focus {border-color: #fcc602;-webkit-box-shadow: inset 0 0 0 1px #fcc602;box-shadow: inset 0 0 0 1px #fcc602}
.input.input--error,.input.invalidInput {border-color: #068347}
.input.invalidInput + label {display: block;color: #068347;font-size: 12px;text-align: left;margin-top: 5px}
.input::-webkit-input-placeholder {color: #b1bfc8}
.input::-moz-placeholder {color: #b1bfc8}
.input:-ms-input-placeholder {color: #b1bfc8}
.input:-moz-placeholder {color: #b1bfc8}
.item.animated {width:20%;}
/* Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
  -webkit-text-fill-color: #2e2e2e !important; /* цвет текста */
  color: #2e2e2e !important; /* цвет текста */
}
/* Кастомный скролл на webkit*/
::-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;}
/* Цвет плейсхолдера */
::-webkit-input-placeholder {color: #cacaca}
::-moz-placeholder {color: #cacaca}
:-moz-placeholder {color: #cacaca}
:-ms-input-placeholder {color: #cacaca}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* Radio input*/
.radio {position: relative}
.radio .radio-hidden {display: none}
.radio .radio-name {position: relative;display: block;padding-left: 28px;line-height: 20px;cursor: pointer}
.radio .radio-name:after,.radio .radio-name:before {position: absolute;background-color: #fff;content: ''}
.radio .radio-name:before {top: 0;left: 0;width: 20px;height: 20px;border: 1px solid #ccd8df;border-radius: 10px;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out}
.radio .radio-name:after {top: 6px;left: 6px;width: 8px;height: 8px;border-radius: 4px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
.radio .radio-hidden:checked + .radio-name:after {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
.radio .radio-hidden:checked + .radio-name:before {background-color: #fcc602;border-color: #fcc602}
.radio .radio-name:hover:before {border-color: #b1bfc8}
/* Checkbox input*/
.checkbox-hidden {display: none;visibility: hidden}
.checkbox-name {position: relative;display: block;padding-left: 28px;text-align: left;line-height: 20px;cursor: pointer;user-select: none}
.checkbox-name:after,.checkbox-name:before {content: ''}
.checkbox-name:before {position: absolute;top: 0;left: 0;width: 20px;height: 20px;background-color: #fff;border: 1px solid #ccd8df;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out}
.checkbox-name:hover:before {border-color: #b1bfc8}
.checkbox-name:after {position: absolute;top: 3px;left: 5px;width: 14px;height: 10px;background-position: -70px -40px;opacity: 0;visibility: hidden;-webkit-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
.checkbox-hidden:checked + .checkbox-name:before,.checkbox-hidden[checked=checked] + .checkbox-name:before {background-color: #fcc602;border-color: #fcc602}
.checkbox-hidden:checked + .checkbox-name:after,.checkbox-hidden[checked=checked] + .checkbox-name:after {content: '\f00c';font: normal normal normal 14px/1 FontAwesome;color: #fff;opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
.checkbox-hidden:disabled + .checkbox-name {color: #b1bfc8;cursor: default}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;line-height:1.3;margin:0;padding:0;font-weight: 400;color: #2e2e2e;}
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: #068347;}
.left {float: left;}
.right {float: right;}
.col-left {float: left !important;}
.col-right {float: right !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-italic {font-style: italic !important;}
.bold {font-weight:bold;}
.noscript {position: relative;text-align: center;background-color: #068347;color: #fff;top: 0;z-index: 999;width: 100%;padding: 10px 0;}
.noscript h4, .noscript h5 {color: #fff;}
.underline {text-decoration: underline;}
.underline:hover {text-decoration:none;}
.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.selectable {-webkit-user-select: auto;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.f-fix {float: left;width: 100%;}
.red {color: #E80636;}
.fadeout {opacity: 0;filter: alpha(opacity=0);}
.fadein {opacity: 1;filter: alpha(opacity=100);}
.separator {display: inline-block;width: 1px;height: 18px;background: #000000;margin: 0 5px;text-indent: 9999px;}
.tc {color: #068347!important}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #068347;text-align: left;line-height: 25px}
.block-bg {border: 1px solid #CFBDA9;background-color: #fff;overflow: hidden;}
.no-padding .DescriptionBlock {padding: 15px}
.pseudo-link {position: relative}
.pseudo-link:after {content: '';position: absolute;bottom: .1rem;left: 0;width: 100%;border-bottom: 1px dotted;-webkit-transition: border-bottom-color .1s ease-in-out;transition: border-bottom-color .1s ease-in-out}
.pseudo-link:hover:after {border-bottom-color: transparent}
/* Уведомления */
.success, .warning {display: none;}
.quickformfast .success,.quickformfast .warning,
.no-js .success,.no-js .warning {display:block;}
.attention,.information,.success,.warning {position: relative;color: #fff;min-height: 40px;margin-bottom: 20px;overflow: hidden;padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0,0,0,.1);font-size: 18px;}
.success {background-color: #06D6A0;color: #fff;}
.warning {background-color: #EF476F;color: #fff;}
.attention {background-color: #fcc602;color: #fff;}
.information {background-color: #118AB2;color: #fff;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {font-weight: 600;font-size:16px;text-decoration:underline;}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #068347;width: 100%;text-align: left;margin: 0 auto;padding: 3px 15px;}
/* Noty */
.noty_bar {border-radius: 0!important;}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 97%;}
/* Таблицы */
.table-box {font-size: 14px;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 #CFBDA9;line-height: 18px;padding: 12px 10px;text-align: center}
.table-box tfoot td,.table-box thead td {background-color: #fafafa;border: 1px solid #CFBDA9;line-height: 18px;padding: 12px;text-align: center;color: #2b3038}
.table-box tbody tr td.cell1 {text-align: left;width: 50%}
.table-box tbody tr td.cell2 {text-align: left;width: 50%}
.table-box.table-striped {table-layout: fixed;border-collapse: collapse}
.table-box.table-striped tr:nth-child(odd) {background-color: #f1f1f1}
.table-box.table-striped td:first-child {border-right: 1px solid #CFBDA9}
.table-box.table-striped td {border: none;padding: 8px 15px;word-wrap: break-word;font-size: 14px}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:75px; max-height:75px;} 
.goods-image-icon-square {width:150px;height:150px;} 
.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:320px; max-height:320px;}
.goods-cat-image-medium-square{width:640px; height:640px;}
.goods-cat-image-other{max-width:260px; max-height:260px;}
.goods-cat-image-other-square {width:520px; height:520px;}
/* END Настройки максимальных размеров генерируемых изображений */
/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-skin {background: #fff;border-radius: 0;}
.fancybox-opened .fancybox-skin {box-shadow:none;}
.fancybox-close {position: absolute;top: 0;right: -30px;width: 20px;height: 20px;cursor: pointer;z-index: 8040;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 224.512 224.512' width='512' height='512'%3E%3Cpath fill='%23d2d5d8' d='M224.507 6.997L217.521 0 112.256 105.258 6.998 0 .005 6.997l105.258 105.257L.005 217.512l6.993 7L112.256 119.24l105.265 105.272 6.986-7-105.258-105.258z'/%3E%3C/svg%3E");}
.fancybox-close:hover {filter: drop-shadow(1px 1px 1px #00000085)}
@media all and (max-width:767px) {.fancybox-close {top: -30px;right: 0}}
@media all and (max-width:481px) {.fancybox-close {top: 15px;right: 5px}}
.fancybox-nav span {position: absolute;top: 50%;width: 40px;height: 40px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;opacity: 0;background: #fff;border-radius: 50%;text-align: center;font-size: 30px;line-height: 38px;color: #b1bfc8;box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2),0 .2rem .6rem 0 rgba(0,0,0,.1);transition: all .15s linear}
.fancybox-nav:hover span {visibility: visible;opacity: 1}
/**/
.fancybox-header {position: relative;padding: 30px;background-position: center;background-size: cover;background-color: #2e2e2e;text-align: center}
.fancybox-header .title {font-size: 28px;font-weight: 500;color: #fff}
.fancybox-header .promoText {font-size: 16px;color: #b1bfc8;padding: 0 10px;margin-top: 10px;margin-bottom: 0;}
.fancybox-body {position: relative;padding: 30px}
/******************************************************************************
  Анимация
*******************************************************************************/
.button, .button:hover, .remove, .navigation .prev, .navigation .next, .pages li span, .social-links a, .qty-set > a, .actions a, 
.header .header-sectionsItem, .header-toolsIcon i, .product-tabs .tabs li a
{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
/*** Цена ****/
.price {display: inline-block;vertical-align: middle;position:relative;font-size: 18px;font-weight: 700;color: #2e2e2e;height: 30px;line-height: 30px;}
.price > span:after {display: inline-block;font-weight: 600;font-size: 16px;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: 'Open Sans', sans-serif;color: #2e2e2e;text-decoration: line-through;background: none;}
.old-price > span:after, .old-price .price > span:after, .price.old-price > span:after {font-size: 12px;}
.old-price:after,.old-price:before {display:none}
.old-price + .price {background-color: #fbc701;margin: 0;margin-right: 20px;margin-left: 15px}
.old-price + .price:after,.old-price + .price:before {
  content: '';
  position: absolute;
  top: 0;
  width: 15px;
  height: 30px;
  /*
  %23fbc701 - оригинальный жёлтый цвет
  %23000000 - чёрный
  %23FFFFFF - белый
  */
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0v29.968c-.55.002-1.098-.003-1.649-.035-.47-.025-.94-.017-1.41-.01h-.003c-.607.01-1.214.021-1.823-.04a.99.99 0 0 0-.3.058c-.097.03-.196.059-.29.059h-.002a.357.357 0 0 1-.29-.142 2.6 2.6 0 0 0 .2-.187c.14-.14.278-.28.465-.33.587-.09 1.159-.226 1.704-.408.152-.06.322-.091.496-.09 1.03-.022 1.431-.575 1.783-1.16a.255.255 0 0 0-.055-.237.455.455 0 0 0-.259-.146 5.832 5.832 0 0 0-.843-.05c-.858 0-1.714.039-2.564.114-.7.077-1.398.104-2.106.133H8.05c-.324.013-.65.026-.978.044-.674.07-1.331.205-1.956.4-.19.05-.36.131-.497.239-.068.053.028-.158.136-.368-.049.063-.104.124-.165.182-.532.44-1.05.425-1.229-.144a9.599 9.599 0 0 0-1.002-1.612c-.023-.043-.013-.096-.003-.152v-.001a.59.59 0 0 0 .011-.083c.078.02.152.048.22.084.06.045.117.095.174.144h.001c.09.078.18.157.287.223.04.026.118.02.194.014a1.06 1.06 0 0 1 .108-.005c.099.003.052-.08.034-.095-.379-.34-.228-.675-.078-1.007l.001-.003.001-.002.037-.082c-.069.1-.116.16-.101.113.077-.246.155-.493.416-.685a9.172 9.172 0 0 0-.258-1.746c-.064-.193-.224-.37-.384-.547-.16-.176-.32-.354-.388-.548a4.038 4.038 0 0 1 .037-1.119 1.308 1.308 0 0 0-.269-.462 77.847 77.847 0 0 1-.26-.446l-.004-.007c-.207-.355-.414-.71-.636-1.06a8.583 8.583 0 0 1-.441-.817l-.001-.002c-.111-.225-.222-.45-.354-.674a6.772 6.772 0 0 1-.508-1.835 1.855 1.855 0 0 0-.084-.214c-.054-.124-.11-.25-.11-.367v-.005c0-.094.036-.181.135-.257.19-.184.432-.335.709-.444.276-.108.583-.17.897-.184l-.069.055c.07.002.14.007.213.011h.001c.331.023.675.046.89-.198l.018-.02c.263-.298.67-.759.53-1.253a7.433 7.433 0 0 1-.165-1.37c-.035-.456.22-.712.82-.741.698-.034.244-.29-.371-.635-.587-.33-1.321-.743-1.341-1.125.196-.463.602-.494 1.103-.532l.15-.011c.284-.004.56-.064.8-.173.39-.226.761-.47 1.11-.73-.194-.43-.687-.472-1.128-.508l-.089-.008a1.52 1.52 0 0 1-.622-.189 1.01 1.01 0 0 1-.4-.4c-.81-1.038.16-1.561 1.22-2.134C5.42 3.463 6.509 2.874 6.238 1.76a.426.426 0 0 1 .004-.305c.039-.1.114-.188.217-.257.799-.602 1.848-.988 2.985-1.1.792-.07 1.59-.103 2.39-.096H15zM30 14.872a.304.304 0 0 1-.135.252c-.19.18-.432.329-.708.435a2.842 2.842 0 0 1-.898.182l.069-.054a5.492 5.492 0 0 1-.213-.012h-.001c-.331-.022-.675-.044-.89.195l-.018.02c-.263.293-.67.745-.53 1.23.098.445.153.894.165 1.344.035.448-.22.7-.82.728-.698.034-.244.284.371.624.587.324 1.321.73 1.341 1.104-.196.455-.602.485-1.102.522l-.15.011a2.033 2.033 0 0 0-.802.17c-.39.222-.76.461-1.109.716.194.424.687.464 1.128.5l.089.007c.226.02.441.084.622.186a1 1 0 0 1 .4.392c.81 1.02-.16 1.533-1.22 2.096-1.008.533-2.098 1.658-1.825 2.753a.411.411 0 0 1-.005.3.558.558 0 0 1-.217.252c-.799.59-1.848.97-2.985 1.08-.792.069-1.59.1-2.39.094H15V.041c.443.004.886 0 1.328-.004a35.96 35.96 0 0 1 2.355.028c.47.025.94.017 1.41.01h.003c.607-.01 1.215-.02 1.824.04.096.002.197-.027.299-.057.098-.029.196-.058.29-.058h.003c.102 0 .2.034.289.139-.07.056-.135.12-.2.184-.14.138-.278.275-.465.325-.587.087-1.158.221-1.703.4-.152.059-.323.09-.497.088-1.03.021-1.43.564-1.783 1.14a.247.247 0 0 0 .055.231c.059.07.151.121.26.144.278.036.56.053.843.05a30.272 30.272 0 0 0 2.563-.113c.7-.075 1.398-.103 2.106-.13h.006c.324-.013.65-.026.978-.044.312-.032.184-.078.018-.137-.191-.067-.432-.153-.097-.255.19-.049.36-.13.497-.235a.9.9 0 0 0 .295-.373c.076-.191.201-.37.369-.526.532-.432 1.05-.418 1.229.14a9.394 9.394 0 0 0 1.002 1.583c.023.042.013.095.003.15a.566.566 0 0 0-.011.082.984.984 0 0 1-.22-.082 3.386 3.386 0 0 1-.174-.142h-.001a2.31 2.31 0 0 0-.287-.219c-.04-.025-.118-.019-.194-.013-.038.003-.076.006-.108.005-.099-.003-.052.079-.034.093.379.334.227.663.078.988-.028.061-.056.122-.08.182a3.42 3.42 0 0 1-.305.438c-.092.137-.14.287-.188.437-.077.242-.155.484-.416.673a8.84 8.84 0 0 0 .258 1.713c.064.19.224.363.384.537.16.174.32.348.388.539.04.366.027.734-.037 1.098.053.161.144.315.269.454l.26.438.004.006c.207.348.414.697.636 1.042.173.268.307.535.441.801l.001.002c.111.221.222.442.354.662.259.586.429 1.19.508 1.8.02.069.052.14.084.211.054.122.11.246.11.361v.005z' fill='%23fbc701'/%3E%3C/svg%3E");    
}
.old-price + .price:before {left: -15px;background-position: 0 0}
.old-price + .price:after {right: -14px;background-position: -15px 0}
.price.RUB > span:after, .RUB .price:after {content: "₽";}
.price.RUB span + span, .RUB .price span + span {display: none;}
/*** Капс ***/
#caps_lock {display: none;text-align: center;max-width: 300px;}
#caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {display: inline-block;overflow: visible;font-size: 16px;font-family: 'Open Sans', sans-serif;line-height: 50px;padding: 0 30px;border: 0;border-radius: 30px;background: linear-gradient(270deg, #7DD140 0%, #068347 100%);color: #fff;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;user-select: none;}
.button:hover, .button.added, .button:focus {background: linear-gradient(270deg, #FF4133 0%, #AC0F59 100%);color: #ffffff;}
.button2 {background: linear-gradient(270deg, #E2CCB3 0%, #CFBDA9 100%);color: #ffffff;}
.button2:hover, .button2.added, .button2.active, .button2:focus {background: linear-gradient(270deg, #CFBDA9 0%, #CFBDA9 100%);color: #ffffff;}
.button._dropdown {background-color: #dce4e9;border-width: 2px;border-style: solid;border-color: #dce4e9;color: #2e2e2e;line-height: 32px;}
.button._dropdown:hover, .button._dropdown:focus {border-color: #068347;color:#068347;background-color: transparent;}
.button.small {height: 30px;font-size: 13px;padding: 0 10px;line-height: 26px;}
.button.big {font-size: 21px;line-height: 45px;padding: 0 40px;}
.button.disabled {opacity: 0.7;cursor: default;    pointer-events: none;}
.remove {display: inline-block;padding: 0 3px;color: #b1bfc8;}
.remove:hover {color: #21293c;}
.remove:after {content: "\f2ed";display: inline-block;font-family: "FontAwesome";font-size: 15px;text-align: center;}
.remove.x:after {content: "\f00d";}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;overflow: visible;font-size: 15px;font-family: 'Open Sans', sans-serif;line-height: 40px;padding: 0 25px;border: 0;background-color: #068347;color: #fff;letter-spacing: 0.05em;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-transform: uppercase;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #006600;color: #fff;}
/* Навигация */
.navigation .prev, .navigation .next {display: inline-block;width: 20px;font-size: 40px;line-height: 1;color: #777;margin: 0 5px;padding: 0;overflow: hidden;text-align: center;cursor: pointer;z-index: 2;}
.navigation .prev:hover, .navigation .next:hover, .navigation .owl-prev:hover, .navigation .owl-next:hover {color: #21293c;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Иконки Новинка, Хит, Скидка */
.product-ico {position: absolute;top: 15px;left: 15px;line-height: 16px;font-size: 14px;}
.ico-new, .ico-sale, .ico-best {overflow: hidden;padding: 4px 10px;border-radius: 15px;color: #ffffff;font-size: 14px;text-align: center;text-transform: capitalize;z-index: 0;}
.ico-new {background: #7DD140;}
.ico-best {background: #00C3FF;}
.ico-sale {background: #FF4133;}
/**/
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 40;background-color: #2e2e2e;opacity: 0;visibility: hidden;cursor: pointer;}
.overlay._active {visibility: visible;opacity: .5;}
@media all and (min-width:992px) {.overlay {display: none}}
/* Наверх */
#back-top {position: fixed;right: 15px;bottom: 15px;width: 40px;height: 40px;line-height: 0.9;text-align: center;z-index: 8;cursor: pointer;color: #858585;font-size: 40px;}
#back-top:hover {color: #068347;}
/* Уведомление в шапке*/
.banner-top {position: relative}
.banner-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 20px 0}
.banner-top-icon {width: 40px;height: 40px;font-size: 20px;line-height: 36px;text-align: center;border: 1px solid #2e2e2e;border-radius: 50%;margin-right: 15px;flex: 0 0 40px}
.banner-top-closeBtn {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;-webkit-transition: -webkit-transform .15s ease-out;transition: -webkit-transform .15s ease-out;transition: transform .15s ease-out;transition: transform .15s ease-out,-webkit-transform .15s ease-out;font-size: 0}
.banner-top-closeBtn:hover {-webkit-transform: rotate(90deg);transform: rotate(90deg)}
.banner-top-closeBtn:after,.banner-top-closeBtn:before {content: '';position: absolute;width: 100%;height: 1px;top: 50%;left: 0;background-color: #2e2e2e}
.banner-top-closeBtn:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.banner-top-closeBtn:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
/*
* Основной контент
*/
#main {position: relative;margin: 0px 0 60px;}
.index#main{margin: 0px 0 20px;}
.index#main .block-title {text-align: center;margin-bottom: 30px;}
/* Шапка */
.header {position: relative;z-index: 20}
.header .header-top {height: 44px;background-color: #F6EFE7;padding: 7px 0;}
.header .header-icons {display: none}
.header .header-navLink i {color: #CFBDA9;}
.header .header-navLink:hover i {color: #635648;}
.mobile-header-login {display: none;}
@media (max-width: 1199px){
  .header .header-navItem:last-child {display: none;}
}
@media (max-width: 991px) {
  .mobile-header-login {display: block;}
  .header .header-icons {overflow: hidden;display: block;position: relative;z-index: 2;height: 30px;}
  .header .header-icons > span {margin-top:5px;}
  .header .header-icons + div {display: none;}
  .header-iconsItem {display: block;float: left;width: 25%;font-size: 18px;line-height: 30px;color: #b7b7b7;text-align: center;cursor: pointer;border: none;-webkit-appearance: none}
  .header-iconsItem.active {color: #635648;}
  .header-iconsItem + .header-iconsItem {box-shadow: inset 1px 0 0 0 #4c4c4c}
}
@media (min-width:992px) {
  .header .header-top-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex}
   .header .header-nav {width: 200px;}
 .header .header-navItem {display: inline-block;vertical-align: middle;}
 .header .header-navItem:nth-child(1){display: none}
  .header .header-navLink {position: relative;}
  .header .header-navLink i {vertical-align: middle;margin-right: 10px;}
  .header .header-navLink span {display: inline-block;vertical-align: middle;}
  .header .header-navLink, .header-subnavLink {display: block;padding: 0 15px;line-height: 24px;color: rgba(99, 86, 72, 0.5);}
  .header .header-navLink:hover {color: #635648;}
}
@media (min-width: 1200px) {
  .header .header-nav {width: 400px;}
}
/** ЛК **/
.header .header-login {width: 250px;text-align: right;margin-left: auto;z-index: 2}
.header .header-loginMenu {position: relative;z-index: 2;display: inline-block;padding: 0 15px;}
.header .header-login.isLogin .header-loginMenu:hover .pseudo-link:after {display: none}
.header-loginFlyout {text-align: left}
.header-loginArrow {-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header .header-login .header-loginLink {line-height: 30px;display: inline-block;color: rgba(99, 86, 72, 0.5);}
.header .header-login .header-loginLink:hover {color: #635648;}
.header .header-login .header-loginLink i {vertical-align: middle;margin-right: 10px;color: #CFBDA9;}
.header .header-login .header-loginLink:hover i {color: #635648;}
.header .header-login .header-loginLink span {text-decoration: underline;}
.header .header-login.isLogin .header-loginLink {display: block}
.header .header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
.header .header-login .header-span-or {color: rgba(99, 86, 72, 0.5);}
.header .header-login .header-loginBtn {line-height: 30px}
@media (min-width: 992px){
  .header .header-login.isLogin {-webkit-transform: translateX(0);transform: translateX(0)}
  .header .header-login.isLogin .header-loginFlyout,.header .header-login.isLogin .header-loginMenu:hover {background-color: #4c4c4c}
  .header-loginMenu:hover .header-loginArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  .header .header-loginMenu:hover .header-loginFlyout {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
  .header-loginFlyout {right: 0;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out}
  .header .header-login.isLogin .header-loginList {padding: 0}
  .header .header-login.isLogin .header-loginLink {padding: 0 15px;white-space: nowrap}
  .header .header-login.isLogin .header-loginLink:hover {background-color: #b7b7b7}
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-subnav {-webkit-transform: translateY(-10px);-webkit-transition: all .15s ease-in-out}
}
@media (max-width: 1199px) {
.header .header-login .header-loginLink:last-child {display: none;}
.header .header-login .header-span-or {display: none;}
.header .header-login {width: 110px;}
}
@media (max-width: 991px) {
  div#headerLoginMobile {height: 80px;}
  .header-loginList {display: flex;flex-direction: column;gap: 8px;}
  .header .header-login .header-loginLink:last-child {display: block;}
  .header .header-login .header-loginBtn {display: none}
  .header .header-loginMenu {width: 100%;padding: 0;transform: none}
  .header .header-loginFlyout {background: none}
  .header .header-loginList .header-loginLink {display: block;line-height: 30px;padding: 0 20px;text-align: left}
  .header .header-login .header-loginLink ~ .header-loginLink,.header .header-loginList .header-loginLink + .header-loginLink {border-top: 1px solid #4c4c4c}
  .header .header-login .header-loginLink .pseudo-link::after {display: none}
} 
/** Header main **/
.flex {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
.flex-start {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;-webkit-justify-content: flex-start;justify-content: flex-start;}
.flex-center {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}
.flex-stretch {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: stretch;-webkit-align-items: stretch;-webkit-box-align: stretch;align-items: stretch;}
.header-main {background-color: #fff;padding: 15px 0;}
/** Лого **/
.header .header-logo {width: 240px;height: 90px;line-height: 90px;}
.header .header-logoImg {max-height: 100px;}
@media (max-width: 991px) {
  .header .header-logo {height: 80px;line-height: 80px;}
}
@media (max-width: 480px) {
  .header .header-logo {width: 200px;}
}
/** Поиск **/
.off-compare .header .header-search {width: calc(100% - 240px - 400px - 180px);}
.header .header-search {width: calc(100% - 240px - 400px - 280px);padding: 0 30px;}
.header .header-search .search {position: relative}
.header .header-search #header .header-right .search {display: inline-block;position: relative;vertical-align: middle;width: 100%;height: auto;margin: 0;z-index: 1;border-bottom: 1px solid #CFBDA9}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: inline-block;vertical-align: middle;position: relative;width: 100%}
.header .header-search .search #search_mini_form .search-string {color: #635648;width: 100%;max-width: 100%;margin: 0;line-height: 20px;padding: 15px 90px 15px 20px;border-color: #CFBDA9;border-radius: 50px;box-shadow: none;}
.header .header-search .search #search_mini_form .search-string:focus {border-color: #635648;box-shadow: none;}
.header .header-search .search #search_mini_form .search-string:focus + .search-submit {color: #635648;}
.header .header-search .search #search_mini_form .search-submit {color: #CFBDA9;position: absolute;top: 0;right: 0;height: 52px;padding: 0 15px;}
.header .header-search .search #search_mini_form .search-submit:hover {color: #635648;}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #CFBDA9}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #CFBDA9}
.header .header-search .search #search_mini_form input:-ms-input-placeholder {color: #CFBDA9}
.header-searchBtn {position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px}
@media (max-width: 1199px) {
.off-compare .header .header-search {width: calc(100% - 240px - 220px - 86px);}
.header .header-search {width: calc(100% - 240px - 250px - 280px);}
}
@media (max-width: 991px) {
  .off-compare .header .header-search {width: 100%;}
  .header .header-search {width: auto;}
  .header .header-search .search {padding: 15px}
}
/** Контакты **/
.header-contacts {width: 400px;padding: 0 30px;}
.header-contacts .header-phoneNum {display: inline-block;vertical-align: middle;margin-right: 15px;font-size: 20px;font-weight: bold;}
.header-contacts .header-phoneNum ~ .header-phoneNum {display: none}
.header-contacts .header-phoneSub {margin-top: 10px;color: #CFBDA9}
.header-contacts .header-phoneSub i {vertical-align: middle;margin-right: 10px;}
.header-contacts .header-phoneSub span {vertical-align: middle;}
.header-contacts .header-phoneCallback {color: #068347;}
.header-contacts .header-phoneCallback:hover {color: #AC0F59;}
@media (max-width: 1199px) {
  .header-contacts {width: 220px;padding-left: 0;}
  .header-contacts .header-phoneCallback {display: block;margin-top: 5px;font-size: 14px;}
  .header-contacts .header-phoneSub {font-size: 14px;margin-top: 5px;}
}
@media (max-width: 991px) {
  .header .header-main .header-contacts {padding: 15px}  
  .header-contacts .header-phoneNum {width: 100%;margin-right: 0}
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: block;margin-top: 5px}
  .header .header-contacts {text-align: center}
  .header-contacts .header-phoneCallback {display: block;width: 100%;max-width: 300px;height: 30px;margin: 10px auto;line-height: 30px;color: #fff;background-color: #068347;border-radius: 5px;text-align: center}
  .header-contacts .header-phoneCallback:after {display: none}
}
/* Избранное Сравнение Корзина */
.off-compare .header .header-tools {width: 180px;}
.header .header-tools {width: 280px;text-align: right;flex-grow: 1;}
.header-toolsCol:first-child {margin-left: 0}
.header-toolsCol {margin-left: 15px;position: relative;display: inline-block;vertical-align: middle;}
.header-toolsName {margin-top: 10px;}
@media all and (max-width: 1199px) {
  .off-compare .header .header-tools {width: 86px;}
  .header-tools .header-toolsCol .header-toolsName {display: none}
  .header-tools .dropdown {top: 35px}
}
.header-toolsIcon {position: relative;display: block;width: 33px;height: 33px;margin: 0 auto;text-align: center;line-height: 33px}
.header-toolsIcon i {font-size: 33px}
.header-toolsIcon i::before {margin: 0}
.header-toolsIcon._compare i {font-size: 30px}
.header-toolsCol:hover .header-toolsIcon i {color: #068347}
.header .header-toolsLink .header-toolsCounter {font-size: 14px;position: absolute;z-index: 1;left: auto;top: -15px;right: -15px;display: block;padding: 0 4px;text-align: center;color: #fff;border-radius: 100%;background: linear-gradient(270deg, #7DD140 0%, #068347 100%);}
.header-toolsAmount,.header-toolsCounter {width: 30px;height: 30px;line-height: 30px;}
/* Корзина */
.cart.page {display: none;}
.cart .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #dce4e9;background-color: #fff;color: #777;z-index: 4;}
.cart .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.cart .cart-content .empty {padding: 20px;text-align: center;line-height: 25px;}
.cart .cart-content .empty.hide {display: none;}
.cart .cart-content .empty a {text-decoration: underline;font-weight: bold;}
.cart .cart-content .cart-products-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.cart .cart-content .cart-products-list .item {position: relative;padding: 10px 0;overflow: hidden;}
.cart .cart-content .cart-products-list .item .item-remove {position: relative;float: right;right: 0px;top: 1px;font-size: 14px;z-index: 1;}
.cart .cart-content .cart-products-list .item .item-remove:hover {color: #068347;}
.cart .cart-content .cart-products-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.cart .cart-content .cart-products-list .item .product-image img {max-width: 60px;max-height: 60px;}
.cart .cart-content .cart-products-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4;}
.cart .cart-content .cart-products-list .item .product-details .product-name {margin: 0 0 3px 0;}
.cart .cart-content .cart-products-list .item .product-details .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #2e2e2e;}
.cart .cart-content .cart-products-list .item .product-details .product-name:hover a {color: #068347;}
.cart .cart-content .cart-products-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: -10px;right: calc(100% + 15px);display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #dce4e9;}
.cart .cart-content .cart-products-list .item .product-details .product-price {font-size: 15px;color: #8f8f8f;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price {font-weight: 700;color: #2e2e2e;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price > span:after {font-size: 12px;}
.cart .cart-content .subtotal {padding: 10px 30px;width: 100%;color: #21293c;text-align: left;background-color: #f1f1f1;}
.cart .cart-content .subtotal .label {display: inline-block;vertical-align: middle;font-size: 15px;font-weight: 600;}
.cart .cart-content .subtotal .price {font-size: 16px;}
.cart .cart-content .subtotal .price > span:after {font-size: 12px;}
.cart .cart-content .actions {width: 100%;padding: 0px 30px 10px;color: #fff;background-color: #f1f1f1;}
.cart .cart-content .actions .button {display:block;}
.cart .cart-content .actions .button + .button{margin-top:10px;}
/* Сравнение */
.compare.page .dropdown {display: none;}
.compare .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #dce4e9;background-color: #fff;color: #777;z-index: 3;}
.compare .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.compare .compare-content .empty {padding: 20px;text-align: center;}
.compare.page {display: none;}
.compare #compare-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside;}
.compare #compare-items .empty.hide, .compare #compare-items .button.hide {display: none;}
.compare #compare-items .empty {    padding: 20px;    text-align: center;    line-height: 25px;}
.compare #compare-items .empty a {text-decoration: underline;font-weight: bold;}
.compare #compare-items .compare-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.compare #compare-items .compare-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.compare #compare-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.compare #compare-items .item .product-name {margin: 0 0 3px 0}
.compare #compare-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 20px;color: #2e2e2e;}
.compare #compare-items .item .product-name a:hover {color: #068347;}
.compare #compare-items .compare-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.compare #compare-items .compare-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.compare #compare-items .item .product-details .price {font-size: 16px;font-weight: 700;color: #2e2e2e;}
.compare #compare-items .item .product-details .price > span:after {font-size: 12px;}
.compare #compare-items .item .dataid {display: none;}
.compare #compare-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.compare #compare-items .item .item-remove:hover {color: #068347;}
.compare #compare-items .actions {overflow: hidden;background-color: #f1f1f1;padding: 10px}
.compare .button {float: left;}
.compare .button + .button {float: right}
/* Избранное */
.favorites.page .dropdown {display: none;}
.favorites .dropdown {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites .dropdown {position: absolute;top: 55px;right: 0;width: 330px;margin-top: 10px;border-top: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);border: 2px solid #dce4e9;background-color: #fff;color: #777;z-index: 3;}
.favorites .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.favorites .compare-content .empty {padding: 20px;text-align: center;}
.favorites.page {display: none}
.favorites #favorites-items {margin: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside}
.compare #compare-items .button.hide,.favorites #favorites-items .empty.hide {display: none}
.favorites #favorites-items .empty {padding: 20px;text-align: center;line-height: 25px}
.favorites #favorites-items .empty a {text-decoration: underline;font-weight: 700}
.favorites #favorites-items .favorites-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto}
.favorites #favorites-items .favorites-items-list .item .product-details {position: relative;margin-left: 80px;text-align: left;line-height: 1.4}
.favorites #favorites-items .item {display: inline-block;position: relative;width: 100%;padding: 10px 0;}
.favorites #favorites-items .item .product-name {margin: 0 0 3px 0}
.favorites #favorites-items .item .product-name a {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;padding-right: 15px;color: #2e2e2e;}
.favorites #favorites-items .item .product-name a:hover {color: #068347;}
.favorites #favorites-items .favorites-items-list .item .product-image {display: block;position: relative;float: left;width: 60px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center}
.favorites #favorites-items .favorites-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.favorites #favorites-items .item .product-details  .price {font-size: 16px;    font-weight: 700;    color: #2e2e2e;}
.favorites #favorites-items .item .product-details  .price > span:after {font-size: 12px;}
.favorites #favorites-items .item .dataid {display: none;}
.favorites #favorites-items .item .item-remove {position:absolute;z-index: 1;top: 11px;right:0;line-height: 1.2;}
.favorites #favorites-items .item .item-remove:hover {color: #068347;}
.favorites #favorites-items .actions {    overflow: hidden;    background-color: #f1f1f1;padding: 10px }
.favorites .button {float: left;}
.favorites .button + .button {float: right;}
/* Каталог и Меню */
.header .header-menu {background: url('/design/d459495/pattern.png?design=THEMENAME'), linear-gradient(90.15deg, #AC0F59 0.13%, #FF4133 99.87%) ;}
/* Каталог в шапке */
.header-catalogMenu {background-color: #fff}
.header-catalog {position: relative}
.header-catalogBtn {width: 100%;line-height: 50px;text-align: left;color: #fff;cursor: pointer}
.header-catalogBtn,.header-catalogLink {display: block;padding: 0 20px}
.header-catalogMenuTitle {display: none}
.header-catalogLink.active,.header-catalogLink.hover,.header-catalogLink:hover {color: #068347}
.header-catalogItem + .header-catalogItem {border-top: 1px solid #edf1f4}
.header-catalogIcon {font-size: 16px;line-height: 50px;margin-right: 10px}
.header-catalogArrow {float: right;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header-catalogMenu ul {margin: 0;padding: 0;list-style: none;list-style-position: inside}
.header-catalogMenu .sub {padding-left: 10px}
.header-subcatalogTitle {display: block;margin-bottom: 10px;line-height: 1.3;color: #2a3034}
.header-catalogMenu a.active,.header-catalogMenu a:hover {color: #068347}
.header-catalogMenu .header-subcatalog-third {list-style: none;padding: 0;margin: 0}
.header-catalogMenu .header-subcatalog-third .sub li {padding: 5px 0}
@media (max-width: 991px) {
  body.modal-open {overflow:hidden;}
  .header-catalogBtn {padding:0;}
  .header-catalogMenuTitle {display: block}
  .header-catalogMenuTitle a {display: block;padding: 10px 15px;font-size: 22px;border-bottom: 1px solid #edf1f4}
  .header-closeBtn {position: absolute;top: 0px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
  .header-catalogMenu .sub {display: none}
  .header-catalogMenu li.active > ul.sub {display: block}
  .header-catalogMenu .header-subcatalog {display: none;list-style: none;padding-left: 30px;background-color: #f6f8fa}
  .header-subcatalogTitle {position: relative;padding: 10px 15px 10px 0;font-size: 14px;margin-bottom: 0}
  .header-catalogLink .header-catalogArrow {padding: 15px 15px;position: absolute;top: 0;right: 0}
  .header-subcatalog .header-secondArrow {position: absolute;top: 0;right: 0;float: right;padding: 13px 15px;font-size: 12px;color: #93a6b3;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
  .header-catalogMenu .header-arrow.active,.header-catalogMenu a.active .header-arrow {-webkit-transform: rotate(90deg);transform: rotate(90deg);color: #068347}
  .header-catalogMenu .header-arrow.header-catalogArrow.active,.header-catalogMenu .header-catalogLink.active .header-catalogArrow {-webkit-transform: rotate(0);transform: rotate(0)}
  .header-catalogMenu .header-subcatalog-third {display: none;padding-left: 10px}
  .header-subcatalog-third .header-subcatalogItem:last-child {padding-bottom: 10px}
  .header-subcatalog-third .header-subcatalogLink {display: block;position: relative;padding: 7px 15px 7px 0}
  .header-catalogMenu {position: fixed;z-index: 3;top: 0;bottom: 0;right: 0;width: 80%;max-width: 30rem;overflow-y: auto;overflow-x: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: -webkit-transform .3s cubic-bezier(0,1,.63,1);transition: -webkit-transform .3s cubic-bezier(0,1,.63,1);transition: transform .3s cubic-bezier(0,1,.63,1);transition: transform .3s cubic-bezier(0,1,.63,1),-webkit-transform .3s cubic-bezier(0,1,.63,1)}
  .header-catalogMenu._visible {-webkit-transform: translateX(0);transform: translateX(0)}
  .header-catalogLink {position: relative;padding: 15px;padding-right: 44px;font-size: 14px;color: #2a3034;}
}
@media (min-width: 992px) {  
  .header-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: #fff;border-left: 1px solid #edf1f4;opacity: 0;visibility: hidden}
  .header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;}
  .header-catalogItem:hover {background-color: #f6f8fa}
  .header-subcatalogBanner {float: right;width: 300px}
  .header-subcatalogGrid {margin-right: 300px}
  .header-subcatalogCol {margin-bottom: 20px;padding-right: 20px}
  .header-catalogMenu {z-index: -1;width: 100%;-webkit-transform: translateY(-1rem);transform: translateY(-1rem);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out}
  .header-catalogMenu,.header-loginFlyout {position: absolute;opacity: 0;visibility: hidden}
  .header-catalogMenu._visible {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: #068347;-webkit-transform: translateX(.3rem) rotate(-90deg);transform: translateX(.3rem) rotate(-90deg)}
  .header-subcatalog {width: calc(300% - 7px);}
  .header-subcatalogCol {width: 33.33%;float: left;list-style: none}
  .header-catalogMenu .header-subcatalog-third {display:none;}
  .header-catalogLink {line-height: 1.3;padding: 11px 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
}
@media (min-width: 1200px) {
  .header-subcatalog {width: 500%;}
} @media (max-width: 991px){
  #custommenu {display: none;}
}
@media (min-width: 992px){
.header-catalog.col-lg-2.col-md-3.col-xs-12 {display: none;}
#headerNav {display: none !important;}
}
/* Пункты меню*/
.header .header-sections {background-color: #f1f1f1;overflow-x: auto}
.header .header-sectionsList {display: table;width: 100%;height: 100%;border-collapse: collapse;margin: 0;padding: 0;list-style: none}
.header .header-sectionsItem {display: table-cell;vertical-align: middle;text-align: center;border-right: 1px solid #CFBDA9}
.header .header-sectionsLink {padding: 0 20px;height: 100%;display: block;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
.header .header-sectionsItem.active,.header .header-sectionsItem:hover {-webkit-box-shadow: inset 0 -2px 0 0 #068347;box-shadow: inset 0 -2px 0 0 #068347}
.header .header-sectionsLink:before,.header-sectionsName {display: inline-block;vertical-align: middle}
@media (max-width: 991px){
  .header .header-nav {display: none}
  .header .header-sectionsList {display: block}
  .header .header-sectionsItem {display: block;text-align: left;box-shadow: none!important;transition: background .3s ease}
  .header .header-sectionsItem.active a, .header .header-sectionsItem:hover a {color: #AC0F59;}
  .header .header-sectionsItem + .header-sectionsItem {border-top: 1px solid #4c4c4c}
  .header .header-sectionsLink {line-height: 30px;}
  .header .header-sectionsLink:before {display: none}
}
/* Всплывающие блоки моб версии */
@media (max-width: 991px){
  ._header-mobile {display: none}
  .header ._header-mobile {width: auto;position: absolute;z-index: 2;top: 44px;left: 0;width: 100%;padding: 0;background-color: #F6EFE7;}
}
@media (min-width: 992px) {
  ._header-mobile {display: block!important;}
}
/**/
.header-overlay {position: fixed;z-index: -2;top: 0;left: 0;right:0;bottom:0;background-color: #2e2e2e;opacity: 0;visibility: hidden;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;cursor: pointer}
.header-overlay._visible {opacity: .5;visibility: visible}
@media (max-width:991px) {.header-overlay {z-index: 2}}
/*** Промо блок ***/
#promo-block {padding-top: 20px;margin-bottom: 30px}
#promo-block .product-icons,
#promo-block .qty-wrap,
#promo-block .add-cart.quick {display: none}
#promo-block .content {padding: 3px;overflow: visible;border: none}
#promo-block .block-title {border-bottom: 1px solid #CFBDA9;z-index: 11}
#promo-block .products-container.index {margin-bottom: 0}
#promo-block .products-grid {z-index: 11;position: relative;margin-top: 0px !important;}
#promo-block .products-grid .item {border-top: 0;border-bottom: 0}
#promo-block .product-block-bg {position: absolute;z-index: 10;top: 0;left: 0;right: 0;bottom: 0;border: 3px solid #CFBDA9;background: #fff;transition: all .3s}
#promo-block .products-grid .item .product-shop .ratings {margin: 3px 0;display: none;}
/* #promo-block .products-grid .item .product-shop .price-box .old-price {display: block;margin-bottom: 5px;}
#promo-block .products-grid .item .product-shop .price-box .no-old-price {display: block;height: 30px;} */
#promo-block .discount-block {height: 20px;line-height: 20px;padding: 0 0 0 10px;background: #fff;color: #F90B06;font-size: 14px;text-decoration: none!important;text-transform: none;display: inline-block;vertical-align: middle;}
#promo-block .discount-block:after {content: "\f158";display: inline-block;font-family: 'FontAwesome';font-weight: 300;font-size: 11px;line-height: 1.1;margin-left: 3px}
#promo-block .old-price + .price {margin: 0 10px 0 15px;}
#promo-block .products-container .preloader {width: auto;height: auto;right: 3px;bottom: 3px;top: 3px;left: 3px}
#promo-block .item:not(:first-child) {display: none}
#promo-block .owl-loaded .item {display: block}
@media all and (max-width:1199px) {
  #promo-block .product-image {max-width: 262px;width: 100%;float: left;margin-right: 30px;padding-bottom: 15px;position: relative;z-index: 1}
  #promo-block .ratings {margin: 10px 0}
  #promo-block .products-grid .item .product-shop .price-box {margin-top: 10px}
  #promo-block .actions {max-width: 180px}
}
@media all and (max-width:641px) {
#promo-block .product-image {float: none;margin: 0 auto 20px}
#promo-block .actions {max-width: 100%}
}
/*** Слайдер ***/
#slideshow {position: relative;min-height: 70px;}
#slideshow .item {position: relative;}
#slideshow .item .content {position: absolute;top: 35%;width: 100%;}
#slideshow .item:not(:first-child) {display:none;}
#slideshow .owl-loaded .item {display:block;}
#slideshow .item {height: 510px;background-size: cover;background-repeat: no-repeat;background-position: center}
#slideshow .item .image {display: none}
#slideshow .item a {display: block;height: 100%}
@media all and (max-width:991px) {#slideshow .item .image {display: block}
#slideshow .item {height: auto;background: 0 0!important}}
#slideshow .container .text-content {background: rgba(255,255,255,0.5);padding: 30px;}
#slideshow .container .text-content h2 {letter-spacing: 0;font-size: 72px;font-weight: 700;line-height: 1.1;}
#slideshow .container .text-content p {font-size: 34px;margin: 7px 0;color: #21293c;text-transform: uppercase;}
#slideshow .container .text-content .button {display: inline-block;margin-top: 20px;}
#slideshow .owl-dots {display: inline-block;position: absolute;top: auto;bottom: 25px;left: 50%;right: auto;width: auto;text-align: center;padding: 2px 2px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transform: translateX(-50%);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: rgba(42,48,52,.5);opacity:0;}
#slideshow:hover .owl-dots {opacity:1;}
#slideshow .owl-dots .owl-dot {display: inline-block;zoom: 1;}
#slideshow .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px;}
#slideshow .owl-dots .owl-dot.active span, #slideshow .owl-dots .owl-dot:hover span {background: #ed931b;}
#slideshow .owl-nav {height: 0;}
#slideshow .owl-nav .owl-prev, #slideshow .owl-nav .owl-next  {    position: absolute;    z-index: 1;    top: 50%;    width: 50px;    height: 50px;    margin-top: -25px;    font-size: 48px;    line-height: 50px;    text-align: center;    color: #fff;    text-shadow: 0 1px 3px rgba(0,0,0,.15);    cursor: pointer;    transition: -webkit-transform .2s ease-in-out;    transition: transform .2s ease-in-out;    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out}
#slideshow .owl-nav .owl-prev {left: 20px;}
#slideshow .owl-nav .owl-next {right: 20px;}
@media (max-width: 600px){
  #slideshow .owl-dots {opacity:1;}
}
@media (max-width: 481px){
  #slideshow .owl-nav .owl-prev {left: 0px;}
  #slideshow .owl-nav .owl-next {right: 0px;}
}
#slideshow .owl-nav .owl-prev:hover {-webkit-transform: translateX(-5px);transform: translateX(-5px)}
#slideshow .owl-nav .owl-next:hover {-webkit-transform: translateX(5px);transform: translateX(5px)}
/*** Преимущества ***/
#features {margin-bottom: 20px}
#features .main-featuresItem {display: block;margin-bottom: 4px;text-align: center}
#features .main-featuresInner {height: 100%;padding: 15px 10px;}
#features .main-featuresTitle {margin: 20px 0 15px;color: #FF4133;font-size: 18px;font-weight: bold;}
#features .main-featuresText {color: #635648;line-height: 20px;}
#features .main-featuresIcon {width: 106px;height: 106px;margin: 0 auto;border-radius: 100%;background: linear-gradient(180deg, #FF4133 0%, #AC0F59 100%);display: flex;align-items: center;justify-content: center;}
#features .main-featuresIcon:before {content: '';width: 96px;height: 96px;display: block;border: 2px solid #ffffff;position: absolute;border-radius: 100%;}
#features .main-featuresIcon svg {fill: #ffffff;}
#features .features-list .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#features .features-list .owl-stage-outer {overflow: visible}
#features .features-list .main-featuresItem {margin-bottom: 0;height: 100%}
#features .owl-dots:not(.disabled) {display: block;float: right;margin: 5px auto;position: static;width: auto;text-align: right;padding: 2px 2px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;background-color: rgba(42,48,52,.5)}
#features .owl-dots .owl-dot {display: inline-block;zoom: 1}
#features .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px}
#features .owl-dots .owl-dot.active span,#slideshow .owl-dots .owl-dot:hover span {background: #ed931b}
@media (max-width:1199px) {#features .main-featuresItem {margin-bottom: 20px}}
/*** Баннеры ***/
#banners {display: inline-block;position: relative;width: 100%;margin-bottom: 20px}
#banners .banners-wrapper {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#banners .col-left {float: left;width: 60%}
#banners .col-right {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: wrap;flex-wrap: wrap;float: left;width: 40%}
#banners .banner-left {float: left;width: 50%;height: 100%;height: 580px;padding-right: 15px}
#banners .banner-right {float: left;width: 50%;padding-left: 5px}
#banners .col-right .banner {height: 280px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
#banners .col-right .banner-top {margin-bottom: 15px;}
#banners .banner-image {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;height: 100%;position: relative;background-size: cover;background-repeat: no-repeat;background-color:#f1f1f1}
#banners .banner-image:not(.bg):before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: #333;opacity: 0;-webkit-transition: opacity .55s ease-out;transition: opacity .55s ease-out}
#banners .banner-image:hover:before {opacity: .4}
#banners .banner-image .content {text-align: center}
#banners .banner-image .content h3,#banners .banner-image .content h4 {color: #fff}
#banners .banner-image .content h3 {font-size: 42px;margin-bottom: 10px}
#banners .banner-image .content h4 {font-size: 25px}
#banners .banner-image .content .button {margin-top: 20px;border: 2px solid #fff;color: #fff;background-color: transparent;font-size: 16px}
#banners .banner-image .content .button:hover {border-color: #fff;background-color: #fff;color: #000}
#banners .banner-image.bg {background: linear-gradient(220deg,#231557 0,#44107a 10%,#ff1361 57%,#fff800 100%);background: #4e1e88}
#banners .banner-image .content h3 {-webkit-transition: .5s all ease;transition: .5s all ease;-webkit-transition-delay: .1s;transition-delay: .1s;-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0)}
#banners .banner-image:hover .content h3 {-moz-transition-delay: 0.2s;-o-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#banners .banner-image .content h4 {-moz-transition: 0.5s all ease;-o-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease;-moz-transition-delay: 0.2s;-o-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;-moz-transform: translate3d(0,40px,0);-ms-transform: translate3d(0,40px,0);-o-transform: translate3d(0,40px,0);-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);}
#banners .banner-image:hover .content h4 {-moz-transition-delay: 0.1s;-o-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#banners .banner-image .content .button {visibility: hidden;opacity: 0;filter: alpha(opacity=0);-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;-moz-transform: translate3d(0,40px,0);-ms-transform: translate3d(0,40px,0);-o-transform: translate3d(0,40px,0);-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);}
#banners .banner-image:hover .content .button {visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-transition-delay: 0.05s;-o-transition-delay: 0.05s;-webkit-transition-delay: 0.05s;transition-delay: 0.05s;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
@media all and (min-width: 1200px){
  #banners .banner-left .banner-image {background-position: center center;}
  #banners .col-right .banner-top .banner-image {background-position: center}
}
@media all and (max-width: 1199px){
  
  #banners .col-left, #banners .col-right {float: none;width: 100%;}
  #banners .col-right {margin-bottom: 0;}
  #banners .col-left {margin-bottom: 20px;}
  #banners .banner-left {height: 290px;padding-right:0;}
  #banners .banner-left:first-child {padding-right: 10px;}
  #banners .banner-left:last-child {padding-left: 10px;}
  
  #banners .col-right {flex-direction: row;}
  #banners .col-right .banner {width: 50%;}
  #banners .banner:first-child {padding-right: 10px;}
  #banners .banner:last-child {padding-left: 10px;}  
}
@media all and (max-width: 991px){
  #banners .banner-image .content h3 {font-size: 35px;}
  #banners .banner-image .content h4 {font-size: 22px;}
}
@media all and (max-width: 767px){
  #banners .col-left {margin-bottom: 15px;}
  #banners .banner-left {width: 100%;}
  #banners .banner-left:first-child {margin-bottom: 15px;}
  #banners .banner-left:first-child,
  #banners .banner-left:last-child {padding: 0;}  
  
  #banners .col-right .banner {width: 100%;}
  #banners .banner:first-child,
  #banners .banner:last-child {padding: 0;}    
}
@media all and (max-width: 481px){
  #banners .banner-image .content h3 {font-size: 23px;}
  #banners .banner-image .content h4 {font-size: 16px;}
}
/*** Новости ***/
#news .block-bg {position: relative}
#news .block-news .item {position: relative;padding: 15px}
#news .block-news .post-content {position: relative;background-color: #fff;text-align: left;min-height: 210px}
#news .block-title {height: 50px;background-color: #f1f1f1;overflow: hidden}
#news .block-title .title {box-shadow: none}
#news .block-news .title {min-height: auto;margin-bottom: 9px;border: 0}
#news .block-news .post-content .title a {display: block;overflow: hidden;line-height: 20px;font-size: 16px;font-weight: 500;color: #2a3034;margin-bottom: 5px;height: 40px;}
#news .block-news .post-content .title a:hover {color: #068347}
#news .block-news .news-image {display: block;width: auto;max-width: 100%;max-height: 100px;margin-bottom: 10px;}
#news .block-news .date {display: block;color: #b1bfc8;font-size: 13px;text-align: left;font-weight: 400;margin-bottom: 8px}
#news .block-news .description {line-height: 1.5;font-size: 13px;padding: 0;margin-bottom: 15px;height: 40px;overflow: hidden}
#news .block-news .description > p {margin: 0}
#news .block-news .more {text-transform: uppercase;font-size: 13px;font-weight: 700}
#news .tabs-headerList {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;padding: 0 10px;white-space: nowrap;overflow-y: auto}
#news .tabs-headerList .tabs-headerItem {display: inline-block;vertical-align: middle;padding: 0 5px;margin-right: 10px}
#news .tabs-headerList .tabs-headerItem:last-child {padding-right: 30px}
#news .tabs-headerList .tabs-headerItem .tabs-headerLink {display: block;padding: 14px 0;height: 100%;}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #068347}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #068347;-webkit-box-shadow: inset 0 -2px 0 0 #068347;box-shadow: inset 0 -2px 0 0 #068347}
#news .tabs-body {position: relative}
#news .tabs-body .tabs-content {display: none}
#news .tabs-body .tabs-content.active {display: block}
.nojs #news .preloader {display: none}
.nojs #news .tabs-body .tabs-content {display: block}
/*** Подвал ***/
#footer {padding-top: 30px;margin-top:40px;color: #2E2E2E;background-color:#ffffff;background-repeat: repeat;}
#footer .container {position: relative;}
#footer .block {margin-bottom: 30px;}
#footer .block .title {position: relative;margin: 0px 0 30px;font-size: 18px;font-weight: 700;color: #CFBDA9;}
#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: 992px) {#footer .block .block-content{display:block!important;}}
@media all and (max-width: 991px) {#footer .block {margin-bottom: 20px;}
  #footer .block.collapse:nth-child(2) {margin-bottom: 0}
  #footer .block.collapse.active:nth-child(3) .title {border-radius: 0}
  #footer .block.collapse:nth-child(3) .title {border-top: 1px solid #4c4c4c}
  #footer .block.collapse .title {background-color: rgba(255,255,255,0.1);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}
}
/* Контакты */
#footer .block-contact {margin: 0;padding: 0;list-style: none;padding-top: 7px;}
#footer .block-contact > div {padding: 8px 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#footer .block-contact > div:nth-child(2) {padding-top: 0;border-top-width: 0;}
#footer .block-contact i {display: inline-block;vertical-align: top;color: #000000;font-size: 18px;line-height: 20px;width: 20px;text-align: center;margin-right: 10px;}
#footer .block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#footer .block-contact > div[itemprop=address] .fal {-ms-flex-negative: 0;flex-shrink: 0}
#footer .block-contact p {display: inline-block;vertical-align: top;margin: 0;line-height: 1;font-size: 14px;}
#footer .block-contact b {display: inline-block;font-weight: 400;font-size: 13px;margin-bottom: 10px;text-transform:uppercase;}
/* Меню */
#footer .links {padding: 0;}
#footer .links li {display: block;position: relative;line-height: 20px;}
#footer .links li + li {margin-top: 10px;}
#footer .links a {display:block;}
/* Обратный звонок */
#footer .callbackForm .callback-input {position: relative;margin-bottom: 15px;}
#footer .callbackForm .input {width: 100%;height: 40px;color: #21293c;}
#footer .callbackForm .button {display: block;margin: 0 auto;text-align: center;margin-bottom: 10px;background-color: #fac62c;color: #068347;}
#footer .callbackForm .button:hover {background-color: #068347;color: #fff;}
#footer .name-error,#footer  .phone-error {display:block;font-size: 13px;}
#footer .input.input--error {border: none;}
.callbackForm .pp {font-size: 10px;text-align: center;}
.pp a {display: block;text-decoration: underline;}
.pp a:hover {color: #21293c;text-decoration:none}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
#footer .pp a:hover {color: #fff;}
.feedbackForm .pp,
.feedbackForm-header .pp{font-size: 10px;margin-bottom: 15px;text-align: center;}
.feedbackForm .pp {text-align: left;}
/* Перезвоните мне */
.callbackForm .callback-input {margin-bottom: 15px;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.callbackForm .callback-btn {display:block;margin: 0 auto 10px;}
.callbackForm .name-error,.callbackForm .phone-error {display:none;}
/* Напишите нам */
.feedbackForm-header .callback-input {margin-bottom: 15px;}
.feedbackForm-header .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.feedbackForm-header .callback-btn {display:block;margin: 0 auto 10px;}
.feedbackForm-header .name-error,.feedbackForm-header .phone-error {display:none;}
/**/
#footer .fotter-bottom {border-top: 1px solid #3d3d38;margin-top: 0;text-align: left;padding: 20px 0;overflow: hidden;}
#footer .fotter-bottom .copyright {text-align:center;color: #ccd8df;font-size: 15px;}
#footer .fotter-bottom .payments-block {text-align: right;}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
/* Способы оплаты */
#payment .paymentTitle {color: #fff;margin-bottom: 10px;}
#payment .payment-ico {display: inline-block;vertical-align: middle;width: 32px;margin: 5px;cursor: pointer;}
/* Соц. сети */
.social-links {text-align: center; margin-top: 15px;}
.social-links a {display: inline-block;width: 32px;height: 32px;line-height: 32px;font-size: 18px;color: #CFBDA9;margin-right: 10px;text-align: center;text-indent: 0;}
.social-links a:last-child {margin-right: 0;}
.social-links a:hover {border-color: #fff;}
.social-links a:hover i {color: #fff;}
.social-links a span {display: none;}
.social-links .facebook:hover {background-color: #3b5998;}
.social-links .twitter:hover {background-color: #1da1f2;}
.social-links .odnoklassniki:hover {background-color: #f2720c;}
.social-links .vk:hover {background-color: #507299;}
.social-links .instagram:hover {background-color: #c13584;}
.social-links .youtube:hover {background-color: #e62117;}
.social-links .whatsapp:hover {background-color: #25d366;}
.social-links .viber:hover {background-color: #8F5DB7;}
/*** Заголовки ***/
#page-title {text-align: left;margin-bottom: 25px;}
#page-title .block-title h1.title {font-size: 32px;word-break: break-word;}
#page-title .block-title h5.result {display: none;color: #fff;font-weight: 600;letter-spacing: 0.025em;}
.block-title {position:relative;}
.block-title h2.title {margin: 0;font-weight: bold;text-align: left;padding: 10px 15px;font-size: 20px;text-transform: none;}
.block-title .navigation {position: absolute;top: 8px;right: 10px;}
.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;user-select: none;}
.block-title .navigation .owl-next {margin-left:5px;}
.block-title .navigation .owl-next .fal {padding-left: 2px;}
.block-title .navigation .owl-next:hover,.block-title .navigation .owl-prev:hover {color: #068347}
.block-title .navigation .fal {transition: transform .2s ease-in-out;}
.block-title.cart .title-tab {margin-right: 10px;transition: opacity .3s ease}
.block-title.cart .title-tab .title-step {color: #068347}
.block-title.cart .title-tab.disabled {opacity: .5}
.block-title.cart .title {padding-bottom: 10px;border-bottom: 1px solid #CFBDA9}
/*** Хлебные крошки ***/
#breadcrumbs {position: relative;font-size: 12px;color: #93a6b3;padding: 7px 0;line-height: 30px;white-space: nowrap;overflow: hidden;overflow-x: auto}
#breadcrumbs .breadcrumbs-list {margin: 0;padding: 0;list-style: none;list-style-position: inside}
#breadcrumbs ul li {display: inline-block;vertical-align: middle}
#breadcrumbs ul li + li {margin-left: 10px}
#breadcrumbs ul li:before {display: inline-block;vertical-align: middle;content: "\f105";font-size: 14px;margin-right: 10px;font-family: "FontAwesome";font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li a {font-weight: 400;vertical-align: middle;border-bottom: 1px solid #ccd8df;}
#breadcrumbs ul li a:hover {color: #068347; border-color: #068347;}
#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;}
/** Товары на главной **/
.categories + .products-container .products-grid {border-top: 1px solid #ccd8df;}
.products-container {position: relative;}
.products-container .content {width: 100%;position: relative;}
.products-container .products-grid .item {border-bottom: 1px solid #CFBDA9;border-right: 1px solid #CFBDA9}
.related .products-grid .item {border-bottom: 0;}
/** Товары таблицей **/
.index .products-grid:not(.owl-loaded) {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 {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:after,
.products-grid:before {content: '';display: block;width: 1px;height: 100%;position: absolute;z-index: 1;background: #fff}
.products-grid:after {right: 0;top: 0}
.products-grid:before {left: 0;top: 0}
.index .products-grid:after,.index .products-grid:before {width: 2px}
.products-grid.owl-grab:after {background: transparent;}
.products-grid .item {position: relative; padding: 15px;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
.products-grid .item .product-image {position: static;background: #fff;overflow: hidden;z-index: 0;padding: 0;border: 0;border-radius: 0;text-align: center;}
.products-grid .item .product-image .product-img {display: flex;align-items: center;border-radius: 20px;justify-content: center;position: relative;z-index: 0;overflow: hidden;width: 100%;min-height: 60px;max-height: 230px;;line-height: 230px;}
.products-grid .item .product-image .product-img img {display: inline-block;max-height: 230px; width: 100%; height: 100%; object-fit: contain;}
.products-grid .item .product-icons {position: absolute;z-index: 2;right: 10px;top: 5px;}
.products-grid .item .product-icon {display:block;width: 34px;height: 34px;line-height: 34px;margin: 10px 5px;font-size: 18px;background-color: #F6EFE7;color: #CFBDA9;border-radius: 100%;z-index: 1;transition: .1s all;}
.products-grid .item .product-icon:hover, .products-grid .item .product-ico.added {background: #E2CCB3;color: #ffffff;}
.products-grid .item .product-icon span {display: none;}
.products-grid .item .product-icon i {line-height: 34px;}
.products-grid .item .product-shop {position: static;background-color: #fff;padding: 20px 0 0;text-align: left;}
.products-grid .item .product-shop .product-name {margin: 0 0 20px;font-weight: 400;letter-spacing: normal;}
.products-grid .item .product-shop .product-name a {display: block;overflow: hidden;/*white-space: nowrap;text-overflow: ellipsis;*/text-align:center;}
.products-grid .item .product-shop .product-name a:hover {color:#AC0F59;}
.products-grid .item:hover .product-shop .product-name a {color:#AC0F59;}
.products-grid .item .product-shop .ratings {margin-bottom:5px;display: none;}
.products-grid .item .product-shop .price-box {text-align:center;width: 100%;}
.products-grid .item .product-shop .price-box .old-price {margin-right: 5px;}
.products-grid .item .product-shop .actions {position: static;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;flex-wrap:wrap;justify-content: center;}
.products-grid .item .product-shop .actions .add-cart:not(.quick) {margin-top: 15px;display: inline-block;vertical-align:middle;width: auto;height: 50px;line-height: 50px;padding: 0 50px;color: #fff;text-align: center;border-radius: 30px;background: linear-gradient(270deg, #7DD140 0%, #068347 100%);}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover {color: #ffffff;background: linear-gradient(270deg, #FF4133 0%, #AC0F59 100%);;}
.products-grid .item .product-shop .actions .add-cart:not(.quick) i {display: none;}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #068347;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #068347}
.products-grid .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;width: 100%;height: 36px;line-height: 36px;text-align: center;padding: 0 17px;font-size: 14px;color: #2e2e2e;background-color: #fff;border: 1px solid #CFBDA9;cursor: default;}
.products-grid .item.empty .product-shop .actions .qty-wrap {display: none;}
/** Товары списком **/
.products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.products-list .item:after {content: '';display: block;width: 1px;height: calc(100% - 1px);position: absolute;z-index: 1;right: 0;top: 0;background: #fff}
.products-list .item {position: relative;overflow: hidden}
.products-list .item .item-inner {padding: 15px;background-color: #fff;border-top: 1px solid #CFBDA9}
.products-list .item:last-child {border: 0;box-shadow: none;}
.products-list .item .product-image {position: relative;float: left;margin: 0 30px 0 0;text-align: center;width: 262px;height: 262px;line-height: 262px;}
.products-list .item .product-image [class^=ico] {top:0;left:0;}
.products-list .item .product-shop {padding-right: 35px;float: left;width: calc(100% - 292px)}
.products-list .item .product-shop .product-name {margin: 10px 0;color: #666;font-size: 18px;font-weight: 400;line-height: 1;text-transform: none;}
.products-list .item .product-shop .product-name a {display: block;overflow: hidden;max-height: 52px;color: #2a3034;font-size: 14px;line-height:1.3;}
.products-list .item .product-shop .product-name a:hover {color: #068347;text-decoration: underline;}
.products-list .item .product-shop .ratings {position: relative;padding: 0;margin: 10px 0;background: none;}
.products-list .item .product-shop .desc {font-size: 14px;line-height: 1.5;color: #777;}
.products-list .item .product-shop .desc p {max-height: 60px;overflow: hidden;}
.products-list .item .product-shop .price-box {display: block;margin: 5px 0;}
.products-list .item .product-shop .price-box .old-price {margin-right: 10px;}
.products-list .item .product-shop .actions {margin-top: 15px;}
.products-list .item .product-shop .actions .add-cart:not(.quick) {display: inline-block;vertical-align: middle;background-color: #068347;padding: 8px 20px;color: #fff;flex-grow: 1;text-align: center;height: 36px;}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover {background-color: #fac62c;color: #068347;}
.products-list .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #068347;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #068347}
.products-list .item .product-icons {  position: absolute;    z-index: 1;    right: 15px;    top: 15px;} 
.products-list .item .product-ico {display: block;width: 30px;height: 30px;line-height: 30px;margin: 5px 0;font-size: 15px;text-align: center;background-color: #fff;color: #ccd8df;border: 1px solid #ccd8df;z-index: 1;transition: .1s all}
.products-list .item .product-ico.added,.products-list .item .product-ico:hover {color: #068347}
.products-list .item .product-ico.added {border-color: #068347;}
.products-list .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;height: 36px;line-height: 36px;padding: 0 17px;font-size: 14px;color: #333;background-color: #fff;border: 1px solid #CFBDA9;cursor: default;}
.products-list .item.empty .product-shop .actions .qty-wrap {display: none;}
/* Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.product-shop .actions .add-cart .fal {vertical-align: middle;margin-right: 5px;font-size: 16px;color:#fff;}
.actions .qty-wrap {width: 120px;margin: 15px 0 0 0;text-align: center;display: inline-block;vertical-align: middle;position: relative;flex-grow: .5;}
.products-grid .item:not(.empty) .product-shop .actions .qty-wrap + .add-cart {padding: 0 20px;margin: 15px 0 0 10px;flex-grow: 1;}
.catalog .product-shop .actions .qty-wrap {margin-bottom: 0px;}
.actions input.quantity {display: inline-block;vertical-align: middle;width: 100%;height: 50px;margin: 0;color: #21293c;border-radius: 0;font-size: 14px;text-align: center;padding: 3px 20px 3px 3px;background: transparent;border: 1px solid #CFBDA9;border-radius: 30px;}
.actions .qty-set {display: block;vertical-align: middle;position: relative;}
.actions input.quantity + .meassure {position: absolute;top: 15px;left: 50%;}
.actions .qty-set > a {position: absolute;top: 0;width: 30px;height: 50px;line-height: 50px;font-size: 16px;color: #635648;border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.actions .qty-set > a:hover {color: #7DD140;}
.actions .qty-set .qty-plus {right: 1px;}
.actions .qty-set .qty-minus {left: 1px;}
/* @media all and (max-width: 1439px) {
  .products-container .products-grid .item .actions .qty-wrap {width: 100%;margin-bottom: 15px;}
  .products-container .products-grid .item:not(.empty) .product-shop .actions .qty-wrap + .add-cart {margin: 0;}
} */
@media all and (max-width: 991px) {
  .actions .qty-wrap {width: 100px;}
  .products-grid .item:not(.empty) .product-shop .actions .qty-wrap + .add-cart {font-size: 14px;padding: 0 10px;}
}
/*** Модификации в товарах ***/
.goodsDataMainModificationsBlockProperty input, .labelRadio input {display: none;}
.goodsDataMainModificationsBlockProperty label {width: 70px;}
.goodsDataMainModificationsBlockProperty label, .labelRadio label{display: inline-block;text-align: center;height: 30px;line-height: 30px;border: 1px solid #e4e4e4;position:relative;cursor:pointer;color:#333;font-size: 16px;}
.goods_mods_hide .wrap-qty.number {margin-left:0;float:left;margin-top:15px;}
.goods_mods_hide .quantity-box .qty {width:55px;height:37px;border:1px solid #419c11;border-radius:20px;text-align:center;padding:0 10px;}
.goods_mods_hide {display:none;}
.labelRadio label:last-child {margin-right: 0;}
#container_slider .goods_mods_hide .quantity-box .qty {width: 26px;}
/*** Товар ***/
.product-view .block-bg {padding: 15px;overflow: initial;align-items: flex-start;}
.product-view .product-img-box {width: 438px;}
.product-view .product-img-box .general-img {position: relative;text-align: center;min-height: 200px;}
.product-view .product-img-box .general-img [class^=ico] {top:0;left:0;}
.product-view .product-img-box .general-img img {max-width: 100%;}
.thumblist-box {position: relative;overflow: hidden;padding: 15px 0;margin-top: 5px;}
.thumblist-box .next, .thumblist-box .prev {display: none;position: absolute;top: 15px;line-height: 100px;right: 0px;margin: 0 0 0 5px;font-family: "FontAwesome";background: #fff;}
.thumblist-box .prev {float:left;left: 0px;margin: 0 5px 0 0;}
.thumblist-box .prev:before {content: "\f104";}
.thumblist-box .next:before {content: "\f105";}
.thumblist {max-width: 360px;margin: 0 auto;}
.thumblist li {display: block;float: none;margin: 0 auto;width: 75px;}
.thumblist li a {display: block;text-align: center;width: 75px;height: 75px;line-height: 75px;}
.thumblist.owl-carousel li a img {display: inline-block;margin: 0 auto;width: auto;}
.thumblist .owl-stage {margin: 0 auto;}
.product-view .product-shop {width: calc(100% - 438px);align-items: flex-start;padding: 0 0 0 15px;}
.product-view .product-header {padding-bottom: 20px;width: 100%;}
.product-view .product-name {width: 100%;margin-bottom: 15px;}
.product-view .product-name h1 {display: block;margin: 0;font-size: 26px;font-weight: 700;text-transform: none;overflow: hidden;}
.product-view .ratings {display: inline-block;vertical-align: middle;background: 0 0;height: 20px;margin: 0 30px 15px 0;}
.product-view .ratings .rating-box {display: inline-block;vertical-align: middle;}
.product-view .ratings .ratiing-count {display: inline-block;vertical-align: middle;color: #2e2e2e;font-size: 14px}
.product-view .ratings .ratiing-count:hover {color: #323f48}
.product-view .goodsDataMainModificationArtNumber {display: inline-block;vertical-align: middle;white-space: nowrap;color: #849aa8;margin: 0 15px 15px 0;}
.product-view .goodsDataMainModificationAvailable {display: inline-block;vertical-align: middle;white-space: nowrap;color: #2e2e2e;margin: 0 15px 15px 0;}
.product-view .product-toolbar {padding-bottom: 5px;border-bottom: 1px solid #CFBDA9;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.country-list tr {background: #F6EFE7;}
.country-list tr:nth-child(2n) {background: #ffffff;}
.goodsDataMainModificationsBlockInputs {margin-bottom: 20px;}
.goodsDataMainModificationsBlockInputs .modific {margin: 0 3px 3px 3px;padding: 0 8px;border: 1px solid #CFBDA9;border-radius: 20px;position:relative;z-index:500;font-size: 14px;height: 30px;line-height: 28px;}
.goodsDataMainModificationsBlockInputs .modific.active, .goodsDataMainModificationsBlockInputs .modific:hover {background: #E8FFD8;border-color: #7DD140;cursor: pointer;}
.product-view .price-box {margin-bottom: 20px;}
.product-view .price {font-size: 26px;}
.product-view .price.old-price {font-size: 16px;}
.product-view .qty-wrap {margin: 0 0 15px 0;}
.goodsDataMainDiscountBlock {line-height: 20px;margin-bottom: 10px;padding: 15px 0;border-bottom: 1px solid #CFBDA9;}
.goodsDataMainDiscountBlock i {float: left;color: #068347;font-size: 40px;margin-right: 20px;}
.goodsDataMainDiscountBlock strong {color: #21293c;}
.product-view .add-to-cart {padding-bottom: 5px;border-bottom: 1px solid #CFBDA9;margin-bottom:20px;}
.product-view .button.more {display: none;}
.product-view .add-cart {margin: 0 0 15px 15px;padding: 0 30px;}
.product-view .add-cart i {display: none;}
.product-view .product-action {display: inline-block;margin: 0 0 15px 15px;}
.product-view .product-action a {width: 50px;height: 50px;line-height: 50px;border-radius: 100%;font-size: 20px;text-align: center;display: inline-block;}
.product-order {width: 565px;padding: 0 0 0 15px;}
.product-fastlook {width: calc(100% - 565px);padding: 0 15px;}
/* Таблица пищевой ценности */
.product-features {margin-top:20px;width: 100%;display: flex;flex-wrap: wrap;}
.features-table {width: calc(33.33333333% - 10px);margin: 0 5px;}
.features-table h5 {margin-bottom: 15px;font-size: 16px;}
.features-table .cell0 {padding: 0;margin: 3px;width: 40px;height: 40px;}.features-table .cell1 {width: calc(65% - 46px);height: 46px;border-right: 1px solid #CFBDA9;border-radius: 0 30px 30px 0;display: flex;align-items: center;flex-grow: 1;justify-content: center;text-align: center;}
.features-table .cell2 {width: 35%;}
.features-table tr {margin-bottom: 4px;border: 1px solid #CFBDA9;border-radius: 30px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.features-table td {display: block;padding: 0 15px;}
.table-features-min {width: 100%;}
/* Фон и Иконки для пищевой ценности */
[class*="nutritional__bg-"] {color: #fff;background: linear-gradient(180deg, #B0FF46 0%, #477A03 100%);width: 40px;height: 40px;line-height: 40px;border-radius: 100%;font-size: 20px;font-weight: bold;text-align: center;display: inline-block;position: relative;}
[class*="nutritional__bg-"]:after {content: '';width: 26px;height: 18px;background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.1) 100%);display: block;position: absolute;top: 2px;left: calc(50% - 13px);border-radius: 10px;}
[class*="nutritional__icon-"] {width: 24px;height: 24px;display: inline-block;background-position: center;background-size: contain;vertical-align: middle;}
.nutritional__bg-calories {background: linear-gradient(180deg, #7DD140 0%, #068347 100%);font-size: 16px;}
.nutritional__bg-protein {background: linear-gradient(180deg, #F4A25C 0%, #DA7100 100%);}
.nutritional__icon-protein {width: 30px;height: 30px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M58.291 20.845c-.842.847-5.41-.185-10.211-5.017-5.426-5.461-11.111-6.965-13.051-5.017l-.001.001-4.149 4.175-.005.004c-1.686 1.698-.892 7.2 4.985 13.115 2.212 2.226 3.168 3.677 3.627 4.812-1.341-.774-2.932-1.935-4.7-3.714-5.138-5.172-11.002-7.076-13.05-5.017l-4.154 4.181-.002.003c-1.684 1.7-.889 7.2 4.987 13.112 1.701 1.713 2.952 3.083 3.393 4.675-1.292-.773-2.8-1.898-4.468-3.577-4.893-4.925-10.915-7.165-13.049-5.017L4.29 41.745c-.934.94.489 2.348 1.419 1.409.842-.847 5.41.184 10.211 5.016 5.057 5.089 10.971 7.11 13.05 5.018l4.151-4.179.002-.002c1.687-1.698.894-7.201-4.984-13.114-2.483-2.5-3.272-3.756-3.447-4.708 1.303.773 2.829 1.906 4.52 3.607 5.045 5.078 10.96 7.113 13.046 5.02l.003-.002 4.154-4.181.002-.003c1.684-1.701.888-7.201-4.987-13.112-2.307-2.322-3.12-3.437-3.323-4.633 1.276.772 2.76 1.888 4.397 3.536 5.425 5.459 11.11 6.964 13.049 5.017l.001-.001 4.153-4.18c.935-.937-.483-2.346-1.416-1.408zM17.339 46.761c-3.192-3.212-6.658-5.285-9.515-5.734l2.038-2.052c.657-.661 4.978-.252 10.212 5.017 2.57 2.586 4.847 4.005 6.581 4.793a9.908 9.908 0 0 0 2.945.932l-2.048 2.061c-.626.628-4.911.32-10.213-5.017zm9.383-9.457c5.319 5.351 5.617 9.658 4.984 10.294-.585.59-2.784-.051-3.592-.366-.072-2.816-1.763-4.779-4.127-7.159-5.318-5.35-5.617-9.656-4.986-10.295h.001l.001-.001c.589-.584 2.705.01 3.683.4-.207 1.87.418 3.486 4.036 7.127zm3.91-3.92c-2.498-2.513-6.039-5.17-9.521-5.728l2.045-2.058c.654-.662 4.985-.245 10.212 5.016 2.499 2.515 6.034 5.17 9.525 5.727l-2.048 2.061v.001c-.707.7-5.08.148-10.213-5.019zm9.381-9.458c5.317 5.349 5.617 9.656 4.986 10.295h-.001l-.001.001c-.523.522-2.445.037-3.148-.203-.329-1.907-1.09-3.821-4.57-7.323-5.317-5.35-5.617-9.656-4.986-10.294l.002-.001.001-.001c.609-.597 2.764.028 3.767.437-.099 2.431.755 3.874 3.95 7.089zm14.126 1.097-.001.001c-.657.661-4.978.251-10.212-5.016-2.448-2.464-4.634-3.871-6.334-4.68-.323-.127-1.58-.791-3.188-1.049l2.043-2.057.001-.001c.654-.662 4.985-.245 10.213 5.016 3.192 3.213 6.658 5.286 9.515 5.736z' data-original='%23ffffff'/%3E%3C/svg%3E");}
.nutritional__bg-fats {background: linear-gradient(180deg, #EC8EBD 0%, #FC027F 100%);}
.nutritional__icon-fats {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 517.5 517.5' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M390.042 0c-47.366 0-89.539 22.634-116.292 57.646V0h-30v92.13a289.81 289.81 0 0 1 16.329 5.638c27.832-10.749 50.283-14.342 54.058-15.268 1.251.333 90.632-6.709 143.743 76.388 25.665-24.329 40.87-58.479 40.87-95.388V0z' data-original='%23000000'/%3E%3Cpath d='M453.75 247.5c0-74.439-60.56-135-135-135-20.392 3.362-41.286 10.018-58.582 17.691-18.503-8.047-40.988-14.8-61.418-17.691-74.439 0-135 60.561-135 135 0 25.147 6.795 54.532 18.571 82.5h352.857c11.777-27.968 18.572-57.353 18.572-82.5zM423.75 360v75h-30v-75h-30v60h-30v-60h-30v75h-30v-75h-30v60h-30v-60h-30v75h-30v-75h-30v60h-30v-60h-90v157.5h510V360z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
.nutritional__bg-carbohydrates {background: linear-gradient(180deg, #EBB000 0%, #DA7100 100%);}
.nutritional__icon-carbohydrates {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M497 0h-18.831c-30.598 0-60.739 11.736-83.724 32.262 11.629 20.03 18.169 42.688 18.943 66.349 23.661.775 46.321 7.317 66.36 18.953C499.81 95.415 512 66.027 512 33.83V15c0-8.284-6.716-15-15-15z' data-original='%23000000'/%3E%3Cpath d='M487.802 161.323c-21.154-21.145-49.27-32.789-79.177-32.789a112.56 112.56 0 0 0-28.918 3.759 112.597 112.597 0 0 0 3.76-28.925c0-29.912-11.649-58.03-32.795-79.167-10.454-10.461-19.798-19.806-19.798-19.806-5.857-5.858-15.355-5.858-21.213 0l-19.8 19.8c-16.225 16.218-26.849 36.546-30.919 58.642 3.622 3.623 9.852 9.855 16.551 16.559 25.681 25.67 40.314 59.473 41.497 95.617 36.13 1.183 69.928 15.811 95.622 41.493l16.554 16.553c22.084-4.071 42.411-14.694 58.64-30.916l19.802-19.802c5.858-5.858 5.858-15.355 0-21.213z' data-original='%23000000'/%3E%3Cpath d='M391.402 257.722c-21.154-21.145-49.27-32.789-79.177-32.789a112.56 112.56 0 0 0-28.918 3.759 112.597 112.597 0 0 0 3.76-28.925c0-29.912-11.649-58.03-32.795-79.167-10.454-10.461-19.798-19.806-19.798-19.806-5.857-5.858-15.355-5.858-21.213 0l-19.8 19.8c-16.225 16.218-26.849 36.546-30.919 58.642l16.549 16.556c25.686 25.674 40.32 59.473 41.5 95.62 36.13 1.183 69.93 15.811 95.622 41.493l16.553 16.553c22.084-4.071 42.411-14.694 58.64-30.915l19.802-19.802c5.858-5.858 5.858-15.355 0-21.213zM4.394 486.394c-5.858 5.858-5.858 15.355 0 21.213 5.857 5.858 15.355 5.858 21.213 0l80.644-80.644-21.211-21.215z' data-original='%23000000'/%3E%3Cpath d='M295.002 354.122c-21.153-21.144-49.269-32.789-79.177-32.789-9.898 0-19.599 1.284-28.918 3.759a112.604 112.604 0 0 0 3.76-28.926c0-29.913-11.649-58.03-32.795-79.167l-19.797-19.806c-4.944-4.945-11.214-4.394-10.607-4.394a15 15 0 0 0-10.606 4.394l-19.801 19.8c-43.278 43.259-44.195 114.169-.002 158.344l39.599 39.607c44.201 44.181 115.039 43.287 158.347-.002l19.803-19.803c5.859-5.858 5.853-15.361 0-21.213z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
.nutritional__bg-dietary-fiber {background: linear-gradient(180deg, #BAA9D2 0%, #74589D 100%);}
.nutritional__icon-dietary-fiber {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 978.673 978.673' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.126 214.123c35.6 82.801 95.7 164.7 179.8 200.001 9.6 4 20.5 7 31.7 9.5 22.4-33.4 48.1-60.501 78.2-82.7 25.899-19 53-33.9 80.899-45.601-8-5.6-16.399-10.7-25.2-15.3-35-18.3-72.899-34.4-109.8-51.7 34.7 9.4 74.5 12.9 107.7 25 20.7 7.601 39.8 18.101 57.6 30.601 53.101-18.101 108.601-26.801 164-33.4-44.899-74.6-140.7-134.5-212.9-161.6-75.4-28.301-160.8-31.801-244.7-40.5-51.4-5.301-107.3-24.5-148.2-46.9-9.3-5.1-19.2 3.4-16 13.7 20.101 64.299 30.301 137.099 56.901 198.899z' data-original='%23000000'/%3E%3Cpath d='M950.627 204.323c-94.601 51.4-203.101 57.7-309.4 69.9-51.899 6-103.3 13.399-152.201 28.2-10.6 3.199-21.199 6.8-31.6 10.8-30.9 11.8-60.7 27.3-88.8 48-26.4 19.399-48 42.4-66.2 67.7-29 40.399-49.2 86.899-65.8 135.2-30.3 87.699-44.2 180.899-41.5 273.6 1.1 37.6 1.7 76.7 11 113.4 2.1 8.1 4.1 18.399 10.4 24.399 8.2 7.9 22.9-.2 19.6-11.7-23.8-81.1-9-175.899 23.9-253.399 37.8-89.101 110.8-142.101 200-174.4 23.7-8.6 47.901-16.1 72.5-23.2.5-.199 1-.199 1.5-.199 4.9 0 7 7.199 1.9 9.5-29 13.1-57.8 26.3-85.201 40.6-134.2 70-192.8 233-142.5 233 4.101 0 8.9-1.1 14.4-3.4 77.6-32.1 169.8-32.399 255.1-48.199 30-5.5 59.2-13 86.601-24.4 108.8-45.4 186.6-134.2 232.899-241 34.5-79.7 47.9-173.8 74-256.601 3.4-10.6-4.1-19.699-13.3-19.699-2.298-.102-4.798.499-7.298 1.898z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
.nutritional__bg-water {background: linear-gradient(180deg, #00C3FF 0%, #0493E7 100%);}
.nutritional__icon-water {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 30 30' xml:space='preserve'%3E%3Cpath d='m434.927 191.435-.772-1.045-.153-.306-70.11-104.078-70.111 104.079-.146.292-.779 1.059c-11.25 15.236-17.196 33.337-17.196 52.348 0 48.652 39.581 88.231 88.231 88.231 48.65 0 88.231-39.58 88.231-88.231.002-19.012-5.945-37.115-17.195-52.349z' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3Cpath d='M363.893 362.077c-65.228 0-118.293-53.066-118.293-118.293 0-25.356 7.899-49.517 22.846-69.895l46.089-68.419L243.484 0 95.449 219.753c-23.275 31.674-35.574 69.228-35.574 108.636 0 101.243 82.367 183.61 183.61 183.61 95.929 0 174.899-73.951 182.925-167.838-18.151 11.347-39.579 17.916-62.517 17.916z' data-original='%23000000' xmlns='http://www.w3.org/2000/svg'/%3E%3C/svg%3E");}
.nutritional__bg-ok {background: linear-gradient(180deg, #7A24E0 0%, #87009B 100%);}
.nutritional__icon-ok {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49 37a10.92 10.92 0 0 0-4.826 1.13l-3.559-5.871C44.47 29.543 47 25.065 47 20c0-8.271-6.729-15-15-15s-15 6.729-15 15c0 5.065 2.53 9.543 6.386 12.26l-3.559 5.871A10.915 10.915 0 0 0 15 37C8.935 37 4 41.935 4 48s4.935 11 11 11 11-4.935 11-11c0-3.617-1.763-6.822-4.466-8.828l3.559-5.87a14.897 14.897 0 0 0 13.814 0l3.559 5.87C39.763 41.178 38 44.383 38 48c0 6.065 4.935 11 11 11s11-4.935 11-11-4.935-11-11-11zM24 48c0 4.962-4.038 9-9 9s-9-4.038-9-9 4.038-9 9-9 9 4.038 9 9zm-5-28c0-7.168 5.832-13 13-13s13 5.832 13 13-5.832 13-13 13-13-5.832-13-13zm30 37c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9-4.037 9-9 9z' data-original='%23000000'/%3E%3Cpath d='M35 14v5h-6v-5c0-1.322-2-1.324-2 0v12c0 1.322 2 1.324 2 0v-5h6v5c0 1.323 2 1.324 2 0V14c0-1.323-2-1.324-2 0zm14.929 27.628c-.335-.835-1.521-.837-1.857 0l-4 10c-.492 1.231 1.367 1.967 1.857.743L46.877 50h4.246l.948 2.372c.49 1.225 2.351.492 1.857-.743zM47.677 48 49 44.692 50.323 48zm-31.748-6.372c-.335-.835-1.521-.837-1.857 0l-4 10c-.492 1.231 1.365 1.966 1.857.743L12.877 50h4.246l.948 2.372c.491 1.225 2.351.492 1.857-.743zM13.677 48 15 44.692 16.323 48z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
.nutritional__bg-ash {background: linear-gradient(180deg, #00598D 0%, #2C5BC4 100%);}
.nutritional__icon-ash {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 49 56' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.428 34.682c-1.112-1.428-2.315-2.771-3.875-4.551-1.62-1.856-2.568-4.3-.91-6.124-3.536-.21-6.148 3.278-4.131 7.506a1 1 0 0 1-1.161 1.4 5.3 5.3 0 0 0-2.274-.181 3.338 3.338 0 0 1 .55 4.029c-1.129 2.066-3.15 3.623-2.509 6.7a6.685 6.685 0 0 0 2.548 4.178 5.789 5.789 0 0 1 1.184-6.2c1.718-1.864 3.448-2.992 3.176-5.1-.034-.26-.074-.457-.183-1.054a1 1 0 0 1 1.374-1.093 7.154 7.154 0 0 1 3.522 5.39 5.475 5.475 0 0 1-.372 2.654 2.4 2.4 0 0 0 .671-.88 1 1 0 0 1 1.348-.485c1.768.86 2.082 3.773 1.412 5.766 3.273-3.421 2.672-8.051-.37-11.955z' data-original='%23000000'/%3E%3Cpath d='M5.454 12 2.175 22.576C1.925 23.434 2 20.85 2 54a2 2 0 0 0 2 2h27a2 2 0 0 0 2-2c0-32.833-.112-30.726.26-32l3.225-10.392c-1.51.556.615.392-31.031.392zM8 54H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 2 0v2h2a1 1 0 0 1 0 2zm12.216-3.139a1 1 0 0 1-.775-1.807c2.365-1.578 3.047-3.893 2.55-5.591a3.8 3.8 0 0 1-4.258.914 1 1 0 0 1-.585-.693c-.316-1.351 1.819-1.079 1.6-3.952a4.653 4.653 0 0 0-.761-2.1c-.628 3.683-4.96 4.65-4.736 8.048.11 1.25.72 2.403 1.69 3.2a2.1 2.1 0 0 1 .564.653A1 1 0 0 1 14.621 51c-.2-.014-.399-.05-.591-.109a8.822 8.822 0 0 1-6.87-7.024c-.829-3.984 1.676-6.174 2.712-8.069a1.3 1.3 0 0 0-.3-1.727 8.981 8.981 0 0 0-1.108-.524 1 1 0 0 1-.183-1.69 5.512 5.512 0 0 1 3.8-1.173 6.828 6.828 0 0 1 2.677-7.663c2.386-1.547 5.779-1.188 7.108.153a1 1 0 0 1-.532 1.687c-.333.057-.433.071-.55.1a1.317 1.317 0 0 0-.985 1.589 7.094 7.094 0 0 0 2.058 3.185C24.634 32.884 27 35.4 27.8 39.306a9.921 9.921 0 0 1-7.584 11.555z' data-original='%23000000'/%3E%3Cpath d='m47.879 22.566-3.085-11.355c-.208-.657-.406-1.4-.608-2.157-.657-2.466-1.336-5.016-2.96-6.591A9.044 9.044 0 0 0 35.833.038a5.206 5.206 0 0 0-5.782 4.235 5.327 5.327 0 0 0 1.132 4.257A4.318 4.318 0 0 0 34.5 10a3.939 3.939 0 0 0 2.594-1.081c.248-.31.434-.666.55-1.046l.028-.092a2.9 2.9 0 0 0 .1-1.159A1.836 1.836 0 0 0 37 5.315a2.009 2.009 0 0 0-1.77-.353c-.1.044-.351.162-.4.717a1 1 0 1 1-1.991-.191A2.73 2.73 0 0 1 34.4 3.145a4.014 4.014 0 0 1 5.354 3.206 4.86 4.86 0 0 1-.12 1.8.846.846 0 0 1-.009.088l-.016.047c-.017.065-.04.128-.061.192l-.064.2-4.309 13.898A4.287 4.287 0 0 0 35 23.76V54a3.959 3.959 0 0 1-.556 2h11.62a2 2 0 0 0 2-2V23.771a4 4 0 0 0-.185-1.205zM45.6 53.8a1 1 0 0 1-1.4-.2l-2.308-3.078-3.185 3.185a1 1 0 0 1-1.414-1.414L41 48.586V23a1 1 0 0 1 2 0v25.667l2.8 3.733a1 1 0 0 1-.2 1.4z' data-original='%23000000'/%3E%3Cpath d='M29.826 10c-.05-.054-.1-.1-.152-.157A7.324 7.324 0 0 1 28.07 4a6.727 6.727 0 0 1 2.1-4H5a5 5 0 1 0 0 10z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
/* Фон для Витаминов */
.nutritional__bg-A {background: linear-gradient(180deg, #B0FF46 0%, #477A03 100%);}
.nutritional__bg-A1 {background: linear-gradient(180deg, #B0FF46 0%, #477A03 100%);}
.nutritional__bg-B1 {background: linear-gradient(180deg, #08DC7F 0%, #00A05D 100%);}
.nutritional__bg-B2 {background: linear-gradient(180deg, #80D8F8 0%, #0082AE 100%);}
.nutritional__bg-B3 {background: linear-gradient(180deg, #A8B4DE 0%, #308BD6 100%);}
.nutritional__bg-B4 {background: linear-gradient(180deg, #0493E7 0%, #00598D 100%);}
.nutritional__bg-B5 {background: linear-gradient(180deg, #2C5BC4 0%, #00297D 100%);}
.nutritional__bg-B6 {background: linear-gradient(180deg, #7A24E0 0%, #571598 100%);}
.nutritional__bg-B7 {background: linear-gradient(180deg, #74589D 0%, #AC0F59 100%);}
.nutritional__bg-B9 {background: linear-gradient(180deg, #DF1FF6 0%, #87009B 100%);}
.nutritional__bg-B12 {background: linear-gradient(180deg, #EC8EBD 0%, #FC027F 100%);}
.nutritional__bg-C {background: linear-gradient(180deg, #EB7359 0%, #BC0F0E 100%);}
.nutritional__bg-D {background: linear-gradient(180deg, #F4A25C 0%, #F28918 100%);}
.nutritional__bg-D1 {background: linear-gradient(180deg, #B0FF46 0%, #477A03 100%);}
.nutritional__bg-D2 {background: linear-gradient(180deg, #08DC7F 0%, #00A05D 100%);}
.nutritional__bg-D3 {background: linear-gradient(180deg, #80D8F8 0%, #0082AE 100%);}
.nutritional__bg-D4 {background: linear-gradient(180deg, #A8B4DE 0%, #308BD6 100%);}
.nutritional__bg-D5 {background: linear-gradient(180deg, #0493E7 0%, #00598D 100%);}
.nutritional__bg-E {background: linear-gradient(180deg, #2C5BC4 0%, #00297D 100%);}
.nutritional__bg-K {background: linear-gradient(180deg, #FC027F 0%, #98004E 100%);}
.nutritional__bg-K1 {background: linear-gradient(180deg, #EC8EBD 0%, #DD1B7E 100%);}
.nutritional__bg-K2 {background: linear-gradient(180deg, #74589D 0%, #AC0F59 100%);}
.nutritional__bg-N {background: linear-gradient(180deg, #DF1FF6 0%, #87009B 100%);}
.nutritional__bg-P {background: linear-gradient(180deg, #EC8EBD 0%, #FC027F 100%);}
.nutritional__bg-PP {background: linear-gradient(180deg, #F60402 0%, #950000 100%);}
.nutritional__bg-U {background: linear-gradient(180deg, #F4A25C 0%, #F28918 100%);}
/* Фон для Минералов */
.nutritional__bg-mineral-C {background: linear-gradient(180deg, #EB7359 0%, #BC0F0E 100%);}
.nutritional__bg-mineral-H2O {background: linear-gradient(180deg, #F4A25C 0%, #DA7100 100%);}
.nutritional__bg-mineral-K {background: linear-gradient(180deg, #F4A25C 0%, #DA7100 100%);}
.nutritional__bg-mineral-O {background: linear-gradient(180deg, #E5EC34 0%, #ACB200 100%);}
.nutritional__bg-mineral-N {background: linear-gradient(180deg, #BCE049 0%, #79A100 100%);}
.nutritional__bg-mineral-P {background: linear-gradient(180deg, #BAA9D2 0%, #74589D 100%);}
.nutritional__bg-mineral-S {background: linear-gradient(180deg, #A8B4DE 0%, #308BD6 100%);}
.nutritional__bg-mineral-Ca {background: linear-gradient(180deg, #FFED76 0%, #EBB000 100%);}
.nutritional__bg-mineral-Mg {background: linear-gradient(180deg, #E5EC34 0%, #ACB200 100%);}
.nutritional__bg-mineral-Na {background: linear-gradient(180deg, #9DD4B9 0%, #36A998 100%);}
.nutritional__bg-mineral-Br {background: linear-gradient(180deg, #74589D 0%, #77648A 100%);}
.nutritional__bg-mineral-Fe {background: linear-gradient(180deg, #EB7359 0%, #BC0F0E 100%);}
.nutritional__bg-mineral-I {background: linear-gradient(180deg, #F4A25C 0%, #DA7100 100%);}
.nutritional__bg-mineral-Co {background: linear-gradient(180deg, #FFED76 0%, #EBB000 100%);}
.nutritional__bg-mineral-Mn {background: linear-gradient(180deg, #BCE049 0%, #79A100 100%);}
.nutritional__bg-mineral-Cu {background: linear-gradient(180deg, #9FD374 0%, #479521 100%);}
.nutritional__bg-mineral-Mo {background: linear-gradient(180deg, #9FD374 0%, #479521 100%);}
.nutritional__bg-mineral-Se {background: linear-gradient(180deg, #9DD4B9 0%, #36A998 100%);}
.nutritional__bg-mineral-F {background: linear-gradient(180deg, #91CDF6 0%, #308BD4 100%);}
.nutritional__bg-mineral-Cr {background: linear-gradient(180deg, #A8B4DE 0%, #308BD6 100%);}
.nutritional__bg-mineral-Zn {background: linear-gradient(180deg, #BAA9D2 0%, #74589D 100%);}
.nutritional__bg-mineral-CL {background: linear-gradient(180deg, #74589D 0%, #77648A 100%);}
/* Преимущества */
#content_1 {align-items: flex-start;}
.productView__description {width: calc(100% - 420px);padding: 15px 30px 15px 15px;}
.hww {width: 420px;}
.hww__block {border: 2px solid #CFBDA9;padding: 15px;}
.hww__block + .hww__block {margin-top: 15px;}
.hww__items {align-items: flex-start;}
.hww__item {width: 33.333333%;}
.hww__title {color: #FF4133;font-weight: bold;font-size: 18px;margin-bottom: 15px;}
.hww__icon {width: 90px;height: 90px;margin: 0 auto;border-radius: 100%;background: linear-gradient(180deg, #FF4133 0%, #AC0F59 100%);display: flex;align-items: center;justify-content: center;}
.hww__icon:before {content: '';width: 80px;height: 80px;display: block;border: 2px solid #ffffff;position: absolute;border-radius: 100%;}
.hww__icon svg {fill: #ffffff;}
.hww__content {margin-top: 10px;padding: 0 10px;text-align: center;}
.wyh .hww__icon {background: linear-gradient(180deg, #7DD140 0%, #068347 100%);}
.wyh .hww__title {color: #068347;}
.hww__block.sertif {text-align: center;}
.sertif__title {font-size: 16px;font-weight: bold;margin-bottom: 15px;}
/* Сопутствующие */
.box-up-sell .block-title {border-bottom: 1px solid #CFBDA9;}
.box-up-sell .products-grid {margin-left: 2px;}
.fancybox-inner .product-fastlook {width: 100%;}
@media all and (max-width: 1440px) {
  .product-order {width: 320px;}
  .product-fastlook {width: calc(100% - 320px);}
  .product-view .add-cart {flex-grow: 1;}
  .product-view .add-cart.quick {margin-left: 0;}
}
@media all and (max-width: 1199px) {
  .product-order {width: 100%;padding: 0;}
  .product-fastlook {width: 100%;padding: 0;}
  .features-table {width: 50%;}
  .hww {width: 100%;}
  .productView__description {width: 100%;}
}
@media all and (max-width: 991px) {
  .product-view .product-img-box {width: 100%;}
  .product-view .product-shop {width: 100%;padding: 0;}
}
@media all and (max-width: 639px) {
  .features-table {width: 100%;}
  .features-table + .features-table {margin-top: 15px;}
}
@media all and (max-width: 479px) {
  .hww__item {width: 100%;}
  .hww__item {margin-top: 15px;}
  .hww__item:first-child {margin-top: 0;}
}
/* Вкладки табы */
.product-tabs {padding: 40px 0;clear: both;}
.product-tabs .tabs-wrap {height: 100%;}
.product-tabs + .related {margin-top: -40px;}
.product-tabs .tab-content .htmlDataBlock {padding: 0;margin: 0;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .htmlDataBlock table {border-collapse: collapse;}
.product-tabs .tab-content .htmlDataBlock table td {border: 1px solid #CFBDA9;}
.product-tabs .tab-content#content_2 {padding: 0;}
.product-tabs .tab-content#content_2 .table-box.table-striped {margin-bottom: 0;}
.product-tabs .tab-content#content_3 {padding: 0;}
.product-tabs .tabs {display: block;text-align: left;margin: 0;padding: 0;list-style: none;background-color: #fafafa}
.product-tabs .tabs li {display: inline-block;background-color: transparent;border-radius: 0;padding: 0 15px;}
.product-tabs .tabs li a {display: block;font-size: 16px;padding: 14px 0;border-bottom: 2px solid transparent;}
.product-tabs .tabs li a.active, .product-tabs .tabs li a:hover {color: #068347;border-bottom: 2px solid #068347;}
.product-tabs .tab-content {background-color: transparent;padding: 15px;border: none;font-size: 15px;overflow: hidden;}
.tab-content .delivery {margin-bottom: 30px;}
.tab-content .delivery h4 {background: #f1f1f1;padding: 15px;font-size: 21px;}
.tab-content .delivery .delivery-content {padding: 20px;}
.tab-content .delivery:last-child {margin-bottom: 0;}
.tab-content .delivery p {margin-bottom: 10px;}
.tab-content .delivery h5, .tab-content .delivery h6 {font-weight: 400;margin-bottom: 5px;}
.tab-content .table-box tbody tr td {width: auto;text-align: left;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: none;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;margin: 0 5px 5px 0;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm {background-color: #006600;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm:hover {background-color: #068347;}
.goodsDataOpinionListNavigateBottom .pager .pages {float: left;}
.goodsDataOpinionListNavigateBottom .pager .pages .title {float: left;line-height: 28px;margin-right: 10px;}
.goodsDataOpinionList {width: 100%;margin-top: 10px;}
.goodsDataOpinionList .bord {width: 100%;margin-bottom: 15px;padding-bottom: 5px;border-bottom: 1px solid #CFBDA9;}
.goodsDataOpinionList .goodsDataOpinionHeader {margin-bottom:15px;}
.goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 5px;padding-right: 10px;color: #21293c;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListClient {display: inline-block;vertical-align: middle;padding-right: 10px;font-weight: 400;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .rating-box {display: inline-block;vertical-align: middle}
.goodsDataOpinionList .goodsDataOpinionListDate {display: inline-block;vertical-align: middle;color: #b1bfc8;font-size: 13px}
.goodsDataOpinionList .button {max-width: 100px;float: right}
.goodsDataOpinionList.owl-carousel .goodsDataOpinionListDesc [itemprop="reviewBody"]::-webkit-scrollbar {width: 3px;}{}
.goodsDataOpinionList.owl-carousel .goodsDataOpinionListDesc [itemprop="reviewBody"]{
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
}
.goodsDataOpinionListTableAnswer  div {    width: 100%; background: #f1f1f1;}
.goodsDataOpinionListTableAnswer {
  display: flex;
  align-items: center;
  padding: 5px;
  margin-left: 20px;
  border-radius: 3px;
}
.goodsDataOpinionListTableAnswer .fal {
    position: relative;
    top: -5px;
    left: -23px;
    padding: 5px;
    zoom: 97%;
    background: #dce4e9;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.owl-carousel .goodsDataOpinionListTableAnswer .fal {
  zoom: 100%;
}
.goodsDataOpinionListTableAnswer .fal::after {
    content: '';
    display: block;
    height: 14px;
    width: 1px;
    background: #dce4e9;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -1px;
}
.goodsDataOpinionListTableAnswer  .fa-level-up:before {
    content: "\f148";
    transform: rotate(90deg);
    display: block;
    margin-top: 3px;
}
.goodsDataOpinionListTableAnswer{
  position: relative;
  border-top: 1px solid #CFBDA9;
  padding-top: 18px;
}
.goodsDataOpinionListTableAnswer::before{
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  background: #dce4e9;
  top: -1px;
  left: -14px;
}
.goodsDataOpinionList .goodsDataOpinionListDesc,.goodsDataOpinionListTableAnswer {margin-bottom: 15px}
.goodsDataOpinionList .goodsDataOpinionListDesc strong {display: block;margin-bottom: 10px;color: #2a3034}
.goodsDataOpinionList .goodsDataOpinionListDesc span {display: block}
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock {border: 2px solid #edf1f4}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {max-height: 78px;overflow: hidden;font-size: 20px;padding: 15px;margin: -15px -15px 0;background-color: #f1f1f1;border-top: 1px solid #CFBDA9}
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {margin: 0;border: none}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {margin-bottom: 20px;width: 100%;max-width: 600px;overflow: hidden}
.goodsDataOpinionAddTable label {display: block;margin-bottom: 10px}
.goodsDataOpinionAddTable label.invalidInput {width: 100%}
.goodsDataOpinionAddTable {margin-top: 20px}
.goodsDataOpinionAddForm.bordered .goodsDataOpinionAddTable  {margin:0;padding: 20px;}
.goodsDataOpinionAddTable .goodsDataOpinionRating {margin-bottom: 10px;float: left;width: 100%;width:120px;height:24px;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9302' width='24' height='24'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.goodsDataOpinionAddTable .generally {float: left;}
.goodsDataOpinionAddTable .generally label {display: inline-block;float: none;width: auto;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha {float: left;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .inputText {max-width: 100px;margin-right: 20px;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh {padding: 5px;cursor: pointer;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh:hover {color: #068347;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #068347;}
.review-counter{display: flex;flex-wrap: wrap;align-items: center;padding: 0;clear: both;    padding-bottom: 15px;}
.review-counter-wrap {
    margin: auto;
}
.review-counter .grade-lines {max-width: 480px;width: 100%;margin: auto;}
.review-counter .rewiew-grade{text-align:center;margin-bottom:10px;font-size:24px;}
 .stars-block .star-line-wrp{background:white;width:120px;margin:0 auto;height:24px;margin-bottom:15px;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9302' width='24' height='24'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.stars-block .star-line-wrp .star-line-conunt{height:26px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9302' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");display:block;}
.review-counter .grade-block{display: flex;width: auto;height:30px;line-height:30px;margin-bottom: 0px;}
.review-counter .grade-block .grade-text{text-align:left;min-width: 30px;display: flex;align-items: center;justify-content: center;}
.review-counter .grade-block .grade-line{display: block;width: 100%;max-width: 415px;height: 14px;margin: 7px 0 7px 5px;background-color: #e9ecef;border-radius: .25rem;overflow: hidden;}
.review-counter .grade-block .grade-count-number{margin-left:5px;}
.review-counter .grade-block .grade-line-count{background: #068347;height: 100%;width: 0px;}
.review-counter .review-count-all{text-align:center;font-size: 14px;margin-bottom:10px;}
.bg-success-top {
    background: #068347;
    color:#068347;
}
.bg-success {
    background-color: #28a745!important;
    color: #28a745!important;
}
.bg-info {
    background-color: #17a2b8!important;
    color: #17a2b8!important;
}
.bg-warning {
    background-color: #ff9302!important;
    color: #ff9302!important;
}
.bg-danger {
    background-color: #dc3545!important;
    color: #dc3545!important;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.review-counter .grade-block .grade-text .fal {
    background: none!important;
}
/** Вы смотрели **/
.product-tabs .viewed-wrap {}
.viewed .title {font-size: 17px;font-weight: 700;}
.viewed.product .title {padding: 15px;background: #fafafa;}
.viewed .content {padding: 0 15px;}
.viewed .content .viewed-items {text-align: left;}
.viewed .content .viewed-items .owl-item > div {display: inline-block;float: none;width: 100%;max-width: 300px;padding: 0;}
.viewed .content .viewed-items .item-inner {position: relative;width: 100%;background-color: transparent;box-shadow: none;border: 0;border-radius: 0;margin-bottom: 10px;padding: 10px 0 6px;}
.viewed .content .viewed-items .product-image {float: left;width: 30%;padding: 2px;}
.viewed .content .viewed-items .product-image a {display: block;position: relative;width: 100%;min-height: 60px;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
.viewed .content .viewed-items .product-image a img {width: auto;max-width: 100%;margin: 0 auto;transition: opacity .3s;}
.viewed .content .viewed-items .product-info {position: relative;float: left;width: 70%;text-align: left;padding: 0 0 0 20px;background-color: transparent;}
.viewed .content .viewed-items .product-info .product-name {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: inherit;font-size: 13px;margin: 0 0 3px;padding: 0;}
.viewed .content .viewed-items .product-info .product-name a {font-size: 14px;font-weight: 500;color: #21293c;text-transform: none;letter-spacing: normal;}
.viewed .content .viewed-items .product-info .product-name a:hover {color: #068347;text-decoration: underline;}
.viewed .content .viewed-items .product-info .ratings {background: transparent;margin-bottom: 10px;}
.viewed .content .viewed-items .product-info .price-box {margin: 0;padding: 0;border: none;color: #444;}
.viewed .owl-carousel .owl-nav {position: absolute;right: 0px;}
.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: #068347;}
.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;}
.product-tabs .viewed .owl-carousel .owl-nav {top: -38px;right: -9px;}
.col-left .block .content .content-title {display: none;}
.col-left .block .content .content-title .content-close-btn {position: absolute;top: 3px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
@media all and (max-width: 991px) {
.viewed .content._active .owl-nav {top: -50px}
.viewed > .title {padding: 6px 20px;cursor: pointer;border: 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}
}
/* С этим товаром смотрят, Сопутствующие товары */
.related {padding-top: 40px;}
/*** Товары ***/
.toolbar {position: relative;width: 100%;padding: 15px;margin: 0;}
.toolbar .pages {display: none;}
.toolbar.bottom {margin: 0}
.toolbar.bottom .pages {display: block;border-left: 0;padding-left:15px;}
.toolbar.bottom .sort-by {display: none}
.toolbar .OrderFilterForm {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.view-mode {float: right;margin-left: 30px;}
.view-mode .view-mode-btn {display: block;float: left;width: 30px;line-height: 30px;cursor: default;text-align: center;color: #758e9e;background-color: #f1f1f1;font-size: 14px;border: 1px solid #ccd8df;}
.view-mode a.view-mode-btn {cursor: pointer;}
.view-mode .view-mode-btn:last-child {margin-left: -1px;}
.view-mode .view-mode-btn.active {color: #fcc602;background-color: #fff}
.view-mode .view-mode-btn:not(.active):hover {background-color:#f6f8fa;}
.sort-by {float: left;background: transparent; flex-grow: 1;text-align: center;}
.sort-by label, .show-by label {vertical-align: middle;margin: 0 5px 0 0;color: #21293c;font-size: 14px;}
.sort-by select, .show-by select {height: 30px;line-height: 30px;margin: 0;padding: 0 9px;cursor: pointer;border: 1px solid #ccd8df;}
.sort-by select {max-width: 300px;}
.show-by {float: right;background: transparent;margin-left: auto;}
.show-by select {max-width: 65px;}
/** Навигация **/
.pages {float: right;margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.pages ol {display: block;margin: 0;padding: 0;font-size: 0;}
.pages li {display: inline-block;vertical-align:middle;width: 30px;height: 30px;margin-left: -1px;cursor: default;text-align: center;color: #758e9e;background-color: #f1f1f1;border: 1px solid #ccd8df;border-top-color: #c0cbd3;}
.pages li.current {background-color: #fff;}
.pages li:not(.current):hover {background-color: #f6f8fa;}
.pages li a, .pages li span {display: block;height: 100%;position: relative;font-size: 15px;line-height: 28px;vertical-align: middle;border: 0;text-align: center;}
.pages li:last-child a, .pages li:last-child:hover a, .pages li:last-child span, .pages li:last-child:hover span  {border-right: 0;}
.pages li a:hover, .pages li span {border: 0;color: #fcc602;}
.pages li.current span {cursor: default;}
.pages li .fal {padding: 0;margin: 0;font-size: 15px;line-height: 28px;}
/** Фильтры **/
.filters {display: block;width: 100%;background-color: #fff;padding: 20px 0 0; text-align: center;}
.filters .title {display: inline;position: relative;width:100%;padding: 5px 0;padding-right: 20px; text-align: left ;margin-bottom: 5px;font-size: 13px;font-weight: 600;color: #2a3034;cursor: pointer;}
.contentTbodySearchFilterBlockValues {display: inline;}
.contentTbodySearchFilterBlockValues a {margin: 0 9px;}
.contentTbodySearchFilterBlockValues a.selected {text-decoration: underline;font-weight: bold;}
.filters .title:hover {color: #068347;}
.filters .title .filter-arrow {position: absolute;top: 50%;margin-top: -7px;right: 0;transition: -webkit-transform .15s ease-in-out;-webkit-transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.filters .title.active .filter-arrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
.filters-goods .filter {display: block;margin-bottom: 15px;}
.filters-goods .filter-inner.crop {max-height: 300px;overflow: hidden;}
.filters-goods .filter-more {padding-top:10px;display: block;width: 100%;}
.filters-goods .filter-more.active .filter-moreArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
.filters-goods .title.active ~ .filter-more {display: none}
.filters .filter-inner .filter-item:not(:last-child) {padding-bottom: 10px}
.filters .filter-inner .filter-item .fal {display: inline-block;margin-right: 5px;}
.filters .filter-inner .filter-item .counter {display: inline-block;vertical-align: middle;min-width: 20px;height: 20px;padding: 0 4px;margin-left: 5px;font-size: 11px;line-height: 20px;text-align: center;border-radius: 10px;color: #5d7483;background-color:#f1f1f1}
.filters-goods .filter label {display: inline-block;margin-bottom: 3px;}
.filters-goods .filter select {height: 30px;border: 1px solid #CFBDA9;padding: 0 5px;}
.filters-goods .filter select:focus {border: 1px solid #000;}
.filters .filters-goods-active {display:none;}
.filters .filters-goods-active #filters-reset {margin: 10px auto;display: block}
.filters .filters-goods-active .filter-inner .filter-item .counter {margin-top: -3px;}
.filters-goods-active,.filters-price {margin-bottom: 15px;}
#goods-filter-price-slider.noUi-target {height: 2px;margin: 15px 10px;background: #c1c1c1;box-shadow: none;border: 0;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle {background: #ffffff;top: -10px;width: 20px;height: 20px;cursor: pointer;outline: 0;border: 2px solid #fcc602;box-shadow: none;border-radius: 0;}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-connect {background: #fcc602;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -20px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: 0;}
.filters-price .layout-slider {text-align: center;margin: 0 auto 10px;max-width: 300px;}
.filters-price .layout-slider .filter-range-col {position:relative;display: inline-block; vertical-align: middle;}
.filters-price .layout-slider .filter-range-label {position: absolute;top: 50%;transform: translateY(-50%);left: 15px;}
.filters-price .layout-slider .input {max-width: 135px;height: 37px;display:inline-block;text-align: center;font-size:13px;line-height: 37px;padding: 0;padding-left:35px;padding-right: 15px;}
.filters-price .layout-slider .price-separator {margin: 0 7px;}
@media all and (max-width: 1199px) {
  .filters-price .layout-slider .input {max-width: 90px}
  .filters-price .layout-slider .price-separator {margin: 0 4px}
}
@media all and (min-width: 992px) {
  .filters > .content {display: block!important;}
}
@media all and (max-width: 991px) {
  .col-left .filters {padding-top: 0}
  .filters-price .layout-slider .input {max-width: 125px}
  .filters-price .layout-slider .price-separator {margin: 0 7px}
  .col-left .filters > .title {color: #fff;background-color: #fcc602;padding: 6px 20px;cursor: pointer}
  .col-left .filters > .title .fal {display: inline-block;vertical-align: middle}
  .col-left .page-sidebar .filters .content {width: 80%;position: fixed;right: -100%;top: 0;height: 100%;z-index: 50;background: #fff;padding: 15px;-webkit-transition: right .3s cubic-bezier(0,1,.63,1);transition: right .3s cubic-bezier(0,1,.63,1)}
  #filters-form {overflow-x: auto;height: 100%;padding-right: 10px;padding-left: 10px;padding-bottom: 36px}
  .col-left .page-sidebar .filters .content._active {right: 0}
}
@media all and (max-width: 481px) {
 .filters-price .layout-slider .input {max-width: 90px}
  #goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: 0}
  #goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: -20px} 
}
/*** Категории ***/
.index .categories {padding-top: 20px;}
.toolbar + .categories {padding-top: 30px;}
.categories {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
.categories .item {margin: 0 15px 30px;border: 1px solid #CFBDA9;text-align: center;width: calc(16.66666666666667% - 30px);background: #fff;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;}
.categories .item:hover {outline: 2px solid #CFBDA9;}
.categories .item .cat-image {border-bottom: 0;margin: 0 10px 10px;}
.categories .item .cat-image a {height: 180px;display: flex;align-items: center;justify-content: center;}
.categories .item .cat-image a img {max-width: 100%;max-height: 100%;}
.categories .item .cat-name {padding: 10px;}
.categories .item .cat-name a {height: 50px;overflow: hidden;font-size: 16px;font-weight: bold;display: flex;align-items: center;justify-content: center;}
#categories .block-title .title {text-align: center;}
@media all and (max-width:1439px){
  .categories .item {width: calc(20% - 30px);}
}
@media all and (max-width:1199px){
  .categories .item {width: calc(25% - 30px);}
}
@media all and (max-width:991px){
  .categories .item {width: calc(33.333333% - 30px);}
}
@media all and (max-width:640px){
  .categories .item {width: calc(50% - 30px);}
}
@media all and (max-width:480px){
  .categories .item {width: 100%;margin: 0 0 30px 0;}
}
 
/*** Левая часть ***/
.col-left .page-sidebar {
    z-index: 1;
    height: 100%;
    padding: 15px 0;
    border-right: 1px solid #CFBDA9;
}
.block.catalog ul {
    padding: 0;
}
.block.catalog h3.title {margin-top: -15px;margin-bottom: 15px;padding: 15px 15px 15px;color: #fff;background: linear-gradient(90.15deg, #AC0F59 0.13%, #FF4133 99.87%);}
.block.catalog .content >ul >li {
 
    border-bottom: 1px solid #999;
}
.col-left .block.catalog .content > ul > li > a {
    padding-left: 10px;
}
.col-left .block {margin-bottom: 30px;}
.col-left .block:last-child {margin-bottom: 0;}
.col-left .block > .title {margin: 13px 0 30px;font-size: 24px;font-weight: 700;line-height: 1.2;}
.col-left .block > .title a:hover {color: #068347;}
@media all and (max-width:991px){
  .col-left .page-sidebar {padding-bottom: 0;border-right: 0;}
}
/*** Правая часть ***/
.page-content {padding: 15px;}
.page-content.no-padding {padding: 0;}
.page-content.no-padding #page-title {padding: 15px 15px 0;text-align: center;width: 100%;}
.page-content.no-padding #page-title .block-title:after{content: " ";border-top: 2px solid #CFBDA9;width: 100%;display: block;margin-top: -20px;}
.page-content.no-padding #page-title .block-title h1.title {display: inline-block; background: #fff;padding: 0 15px;}
.page-content.no-padding #page-title .block-title h3.title {display: inline-block; background: #fff;padding: 0 15px;}
/*** Слайдер каталог ***/
#slideshow-catalog .owl-dots {display: inline-block;position: absolute;top: auto;bottom: 15px;right: 10px;left: auto;width: auto;text-align: center;padding: 2px 2px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: rgba(42,48,52,.5);opacity:0;}
#slideshow-catalog .owl-dots {opacity:1;}
#slideshow-catalog .owl-dots .owl-dot {display: inline-block;zoom: 1;}
#slideshow-catalog .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px;}
#slideshow-catalog .owl-dots .owl-dot.active span, #slideshow-catalog .owl-dots .owl-dot:hover span {background: #fcc602;}
@media all and (min-width: 1200px) {
#slideshow-catalog {min-height: 100px;}
}
/** Каталог **/
.col-left .block .content {padding: 0;/*overflow: hidden;*/}
.col-left .block .content ul {margin: 0; list-style: none;list-style-position: inside;}
.col-left .block.catalog .h3 {background: #bdd829;padding: 5px 10px;border-radius: 5px 5px 0 0;}
.col-left .block.catalog .content ul li {position: relative;}
.col-left .block.catalog .content ul > li > a:hover {
    background: linear-gradient(to right, #eee, #fff);
}
.col-left .block.catalog .content ul li:hover > ul {display:block;}
.col-left .block.catalog .content ul li ul {position: absolute; left: 95%;margin-top: -28px;z-index: 999; display:none; background: #fff; box-shadow: 5px 4px 4px -3px #999;width: 200px;}
.col-left .block.catalog .content ul li:hover .open-sub:before, .col-left .block.catalog .content ul li .open-sub.active:before {    content: "\f105";}
.col-left .block.catalog .content ul li:last-child {margin-bottom: 0;}
.col-left .block.catalog .content ul li a {display: block;position: relative;text-transform: none;font-size: 14px;line-height: 33px;letter-spacing: 0.01em;color: #21293c;padding-right: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.col-left .block.catalog .content ul li a.active, .col-left .block.catalog .content ul li a:hover {color: #068347;}
.col-left .block.catalog .content ul li a.active {font-weight: bold;}
.col-left .block.catalog .content ul li a img {width: 30px;height: 30px;margin-right: 5px;display: none;}
.col-left .block.catalog .content ul li .open-sub {display: block;position: absolute;right: 11px;top: 5px;padding: 5px;cursor: pointer;font-family: "FontAwesome";font-size: 18px;}
.col-left .block.catalog .content ul li .open-sub:hover {color: #068347;}
.col-left .block.catalog .content ul li .open-sub:before {content: "\f107";display: block;vertical-align: middle;width: 16px;height: 16px;line-height: 16px;text-align: center;}
.col-left .block.catalog .content ul li ul li {padding-left: 10px;}
.col-left .block.catalog .content ul li .count {display: inline-block;vertical-align: middle;min-width: 20px;height: 20px;padding: 0 4px;margin-left: 5px;font-size: 11px;line-height: 20px;text-align: center;border-radius: 10px;color: #5d7483;background-color: #f1f1f1}
/** Вы смотрели **/
.col-left .block.viewed .content {overflow: visible;padding-top: 10px;}
/** Меню **/
.col-left .block.user-menu .content ul li a.active {font-weight: bold;}
/* Быстрый просмотр */
.fancybox-inner .container {max-width: 950px;padding:0;}
.quickView .fancybox-inner .container {max-width: 700px;}
.fancybox-inner .block-bg {border: none;}
.fancybox-inner .product-view .product-name h1 {white-space: nowrap;}
.fancybox-inner .product-view .product-order .add-to-box .button.quick {display: none;}
.fancybox-inner .product-view .product-order .add-to-box .more {display: inline-block;}
.fancybox-inner .product-view .product-shop .product-neighbor {display: none;}
.fancybox-inner .product-view .product-img-box .product-image a {cursor: default;}
.fancybox-inner .product-view .product-img-box .thumblist-box {display: none;}
.fancybox-inner .product-view .add-compare,
.fancybox-inner .product-view .add-wishlist,
.fancybox-inner .product-view .product-neighbor,
.fancybox-inner .product-view .custom-block {display: none;}
.fancybox-inner .product-view .product-features {display: none;}
/*.fancybox-inner .product-view .product-features{width: calc(100% + 50%);margin-left: -50%;margin-top: 20px;}*/
/*** 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: auto;margin: 0 5px 5px;padding: 0;margin-left:0px;}
.fancybox-margin {margin-right: 17px !important;}
/*** Быстрый заказ ***/
.quickformfast {max-width: 500px;padding: 0 15px;overflow-x: hidden;text-align: center;}
@media all and (max-width: 481px){
  .quickformfast {padding: 0;}
}
.quickformfast .success, .quickformfast .warning {margin-bottom: 0;}
.quickformfast .form-list {margin-bottom: 0;}
.quickformfast .couponBlock .coupon_clear,
.quickformfast .couponBlockSale,
.quickformfast .coupon-btn {display: none}
#OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;width: 50%;margin-left: auto;}
.formfast {text-align: center;padding: 0 !important;}
.formfast .title {display: inline-block;position: relative;overflow: hidden;margin: 30px 0 15px 0;padding: 0 5px 5px;border-bottom: 1px solid #CFBDA9;text-align: center;}
.formfast #caps_lock {display: none;width: 230px;padding: 10px 0;margin: 0 auto;}
.formfast #caps_lock .fa-warning {font-size: 18px;color: #cc003d;}
.formfast .form-list .fields {margin: auto;margin-bottom: 10px;}
.formfast .form-list .fields.small {display: inline-block;width: 150px;}
.formfast .form-list .fields.small.first {margin-right: 45px;}
.formfast .contactWantRegister {margin-bottom: 10px;}
.formfast .contactRegisterNeedElement {margin-top: 10px;}
.formfast .input-box {position: relative;}
.formfast .input-box .input {overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 11px 15px}
.formfast .button {margin: 10px 0;}
.deliveryConvenientDate .input {display: inline-block;width: 150px;    margin: 0 10px;}
.adress, .customer, .delivery, .payment, .coupons {float: left;width: 100%;}
.account .contactWantRegister,
.delivery .manufacturer-list,
.payment .quick_order_payment,
.coupons .couponBlock{max-width: 450px; margin-left: auto;margin-right: auto;}
.adress .deliveryConvenientDate .input {width: 75px;padding: 10px 5px;}
.customer .input-box {margin-bottom: 15px;}
.customer .input-box:last-child {margin-bottom: 0;}
.customer .contactRegisterNeedElement {margin-top:8px;}
.customer .control {margin-top: 10px;}
.customer .control input {display: inline-block;vertical-align: middle;margin-top: 1px;}
.delivery .manufacturer-list > div {margin-top: 15px;}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {margin: 15px auto 0;padding: 10px;overflow: hidden;background-color: #f6f8fa;border: 1px solid #CFBDA9;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px;}
.delivery .deliveryZonePrice {margin-left: 20px;font-weight: bold;}
.delivery .orderStageDeliveryListTable {width: 100%;}
.delivery .orderStageDeliveryListTable.table-box > tbody > tr > td {width: auto;text-align: left;word-break: break-word;}
.delivery .orderStageDeliveryListTable .cell1 {background: #f5f5f5;padding: 0 5px;text-align: center !important;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: 160px;}
.delivery .orderStageDeliveryListTable input {cursor: pointer;vertical-align: middle;margin: 0;}
.orderStageDeliveryZonePrice, .orderStageDeliveryDefaultPrice {margin-left: 10px;font-size: 18px;font-weight: bold;}
.payment .orderStagePayment {float:left;position: relative;width:100%;margin:0 0 15px 0;}
.payment .orderStagePayment:last-child {margin: 0;}
.payment .orderStagePayment .cell1 {float: left;width: 18px;}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle;}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px;}
.payment .orderStagePayment .cell2 {float: left;width: 90%;}
.coupons .couponBlock {margin-bottom: 10px;padding: 15px;background-color: #f6f8fa;border: 1px solid #CFBDA9;}
.coupons .couponBlock label {display: block;margin-bottom: 5px;margin-right: 6px;font-weight: normal;text-align: left;}
.coupons .couponBlock .input-box {display: block;}
.coupons .couponBlock .input {max-width:100%;}
.coupons .couponBlock .coupon_clear {position: absolute;top: 0;right: 0;padding: 12px 15px;cursor: pointer;opacity:0;visibility: hidden;transition: all .3s;}
.coupons .couponBlock .coupon_clear.active {opacity:1;visibility: visible;}
.coupons .couponBlockSale {text-align: left;  color: #b5b6b7; transition: color .3s;     padding-top: 10px;}
.coupons .couponBlockSale.active {color: #2e2e2e;}
.coupons .couponBlocLabel {font-size: 12px}
.coupons .couponBlockPrice p {font-size: 16px;font-weight: 700;margin-bottom: 0}
.coupons .couponBlockPrice .couponNum:after {content: "\f158";display: inline-block;margin-left: 5px;font-family: "FontAwesome";font-weight: 300;font-size: 15px;line-height: 1.1}
.coupons .coupon-btn {margin: 5px 0}
.formfast-cart {display: none;}
.formfast-cart > .title {display: block;position: relative;overflow: hidden;margin: 30px 0 35px 0;padding: 0 5px 5px;border-bottom: 1px solid #CFBDA9;text-align: center;}
.formfast-cart .cart-products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.formfast-cart .cart-products-list .item {border-bottom: 1px solid #CFBDA9;margin-bottom: 15px;padding-bottom: 15px;}
.formfast-cart .cart-products-list .item .product-image {display: inline-block;width: 25%;text-align: center;vertical-align: top;margin-right: 3%;}
.formfast-cart .cart-products-list .item .product-image img {width: auto;max-width: 100%;max-height: 80px;}
.formfast-cart .cart-products-list .item .product-details {display: inline-block;width: 70%;}
.formfast-cart .cart-products-list .item .product-details .product-price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.formfast-cart .cart-products-list .item .product-details .product-price .quantity {margin-right: 5px;}
.formfast-cart .cart-products-list .item .product-details .product-name {display: block;margin-bottom: 5px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.formfast-cart .cart-products-list .item .product-details .product-price .price {font-size: 18px;}
.formfast-cart .subtotal {margin-bottom: 20px;}
.formfast-cart .subtotal > div {padding: 5px;line-height: 25px;}
.formfast-cart .subtotal > div .label {text-transform: uppercase;vertical-align: middle;}
.formfast-cart .subtotal .price {float: right;font-size: 18px;}
.formfast-cart .subtotal .price:after {font-size: 11px;}
.formfast-cart .buttons {margin-bottom: 20px;text-align: center;}
/*** Корзина ***/
.cartTable {width: 100%;border-collapse: collapse;}
.cartTable #closeOrder {display:none;}
.cartTable tbody tr td, .cartTable thead tr td {border: 1px solid #CFBDA9;line-height: 18px;text-align: center;}
.cartTable thead tr td {padding: 15px 10px;}
.cartTable thead tr td {background-color: #fafafa;text-align: left;}
.cartTable tbody tr.items:nth-child(2n) {background-color: #fafafa;}
.cartTable tbody tr .cart-name {text-align: left;padding: 20px;}
.cartTable tbody tr td.image {text-align: center;border-right: 0;}
.cartTable tbody tr td.name {text-align: left;border-left: 0;}
.cartTable tbody tr td.name a {display: block;font-size: 16px;margin-bottom: 10px;max-height: 53px;overflow: hidden;}
.cartTable tbody tr td.name .art {margin-bottom: 5px;}
.cartTable tbody tr td.name .art span {color: #b0b0b0;}
.cartTable tbody tr .cart-qty .input {max-width: 69px;display: inline-block;text-align: center;padding: 8px;}
.cartTable tfoot tr.discounttr td {padding: 20px 5px 15px;border-bottom: 1px solid #CFBDA9;}
.cartTable tfoot tr.discounttr .disc-name .title {text-transform: uppercase;vertical-align: middle;}
.cartTable tfoot tr.discounttr .disc-name .num {display: inline-block;width: 36px;height: 36px;line-height: 36px;text-align: center;vertical-align: middle;background: #f50056;color: #fff;font-size: 12px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.cartTable tfoot tr.discounttr .hide, .cartTable tfoot tr.total .hide {border-bottom: 0;}
.cartTable tfoot tr.total td {padding: 15px 5px 15px;border-bottom: 1px solid #CFBDA9;}
.cartTable tfoot tr.total .title {vertical-align: -webkit-baseline-middle;}
.cartTable .price {font-size: 16px;white-space: nowrap;}
.cartTable .goods-image-other {max-width: 100px;max-height:100px;}
.cartTable .TotalSum .price {font-size: 22px;}
.cartTable .buttons {display: block;float: left;width: 100%;margin: 30px 0 0;}
.cartTable .buttons .button {float: right;font-size: 14px;padding: 0 35px;}
.cartTable .buttons .button i {margin-right: 10px;font-size: 21px;}
.cartTable .inputText {text-align: center;padding: 0px;max-width: 80px;border-color: #dce4e9;}
.cartTable .inputText:disabled {background-color: #ececec;cursor: not-allowed;}
/*** Личный кабинет (Страницы) ***/
.col-account {margin: 0;padding-bottom: 30px;}
.col-account h3 {padding: 0 0 10px;line-height: normal;margin-bottom: 10px;border-bottom: 1px solid #CFBDA9;}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle;}
.col-account .buttons p {margin-bottom: 0px;}
.form-list {margin-bottom: 20px;}
.form-list .fields {margin: 0 0 15px 0;max-width: 450px;}
.form-list .fields .input-box {position: relative;}
.form-list .fields:last-child {margin-bottom: 0;}
.form-list .fields > label {display: block;margin-bottom: 5px;}
.account .message {margin-left: 15px;margin-right: 15px;}
.clientForm .pp {margin-bottom: 10px;}
/*** Личный кабинет (Избранное) ***/
.account.cart-info .buttons .button {margin-right: 11px;margin-bottom:5px;}
/*** Обратный звонок, Контакты ***/
.callback-info .callback-form {text-align: left;}
.callback-info .callback-form .name-error, .callback-info .callback-form .phone-error {position: relative;text-align: left;bottom: 0;}
.callback-info .callback-form div {margin-bottom: 10px;}
.callback-info .callback-form div label {display: block;}
.callback-info .callback-form div input {margin: 0;}
.contact-info .block-contact > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #068347;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
/** Платежные системы на странице просмотра заказа **/
.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;}
/*** Оформление заказа ***/
.orderStrageContent .quick_order_payment, .orderStrageContent .coupons {margin-bottom: 15px;}
.orderStrageContent .buttons .button:nth-child(2) {float: right;}
.orderStrageContent .payment {margin-bottom: 15px;}
.orderStrageContent .registrations .text, .orderStrageContent .form-list .text {text-transform: uppercase;margin-bottom: 8px;}
.orderStrageContent .registrations .text-italic {color: #b2b2b2;margin-bottom: 15px;}
.orderStrageContent .registrations .contactWantRegister input {margin: 0;vertical-align: middle;}
.orderStrageContent h3.title {margin-bottom: 15px;}
.orderStrageContent .delivery {margin-bottom: 15px;}
.stages-list {float: left;width: 100%;margin: 30px 0 20px 0;padding-top: 30px;border-top: 1px solid #eacd8e;}
.stages .stage {display: inline-block;width: 48px;height: 48px;line-height: 48px;background-color: #c1c1c1;text-align: center;margin-right: 15px;margin-bottom: 15px;color: #fff;font-size: 22px;}
.stages .title {display: inline-block;font-size: 20px;color: #b2b2b2;text-transform: uppercase;}
.stages.active .stage, .stages:hover .stage {background-color: #068347;}
.stages.active .title, .stages:hover .title {color: #21293c;}
/*** Страница Поиск ***/
.page-content .search {padding: 15px;}
.page-content .search h4 {margin-bottom: 10px;}
/** Каталог **/
#custommenu {position: relative;float: left;width: 100%;}
#custommenu .mainnav {display: block;text-align: center;list-style: none;margin: 0;padding: 0;}
#custommenu .mainnav:before {content: "";display: block;width: 100%;height: 1px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);position: absolute;top: 48px;}
#custommenu .mainnav > li {display: inline-block;margin: 0 10px;}
#custommenu .mainnav > li .open-menu {display: none;}
#custommenu .mainnav li .sub {position: absolute;width: 100%;top: 0;left: -1px;margin-top: 40px;padding: 20px 0;z-index: 99;color: #fff;background: #ffffff;border: 1px solid #cfbda9;text-align: left;list-style: none;opacity: 0;filter: alpha(opacity=0);visibility: hidden;transform: translateY(30px);}
#custommenu .mainnav li.parent:hover .sub {opacity: 1;filter: alpha(opacity=100);visibility: visible;transform: translateY(0);}
#custommenu .mainnav li:hover:before {content: "";position: absolute;height: 44px;top: 100%;width: 100%;}
#custommenu .mainnav li .sub li {position: relative;display: inline-block;}
#custommenu .mainnav li .sub li a {display: inline-block;position: relative;font-size: 14px;line-height: 24px;padding: 5px 16px 5px 40px;text-transform: uppercase;color:#635648;}
#custommenu .mainnav li .sub .sub {display: none;}
/* Меню */
.menu {width: calc(100% - 400px - 250px);padding: 0 30px;text-align: left;display: inline-block;}
.menu .links {margin: 0;padding: 0;list-style: none;overflow: hidden;height: 30px;}
.menu .links li {display: inline-block;}
.menu .links li a {color: rgba(99, 86, 72, 0.5);padding: 0 5px;line-height: 30px;text-transform: capitalize;}
.menu .links li a:hover {color: #635648;}
@media all and (max-width: 1199px) {
  .menu {width: calc(100% - 200px - 110px);}
}
/*** Акции ***/
.discount-box {margin-top: 15px;text-align: center;}
.discount-box h3 {margin-bottom: 10px;}
.discount-box h3 span {text-decoration: underline;}
.discount-box h4 {text-transform: none;margin-bottom: 15px;}
.discount-box h4 span {color: #21293c;text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #CFBDA9;}
.discount-box .content:first-child {padding:0 0 30px 0;}
.discount-box .content:last-child {border: 0;padding-bottom: 0;}
.discount-box .content .image img {display: block;margin: 0 auto;max-width: 100%;}
.discount-box .content .desc .button {margin: 0 auto;}
/*** Сравнение ***/
.compare-info .buttons {margin: 20px 0 30px}
.compare-info .buttons .button {margin-bottom: 5px;margin-right: 15px;}
.CompareGoodsTable {float: left;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 15px;}
.CompareGoodsTableFilter {float: right}
.CompareGoodsTableFilter .button {margin-bottom: 0;margin-left: 11px}
.CompareGoodsTableFilter .button.CompareGoodsTableFilterSelected {color: #fff}
.CompareGoodsTable .CompareNavigation {float: left;margin: 0;padding: 0;list-style: none;list-style-position: inside}
.CompareGoodsTable .CompareNavigation li {display: inline-block;vertical-align: middle}
.CompareGoodsTable .CompareNavigation .next,
.CompareGoodsTable .CompareNavigation .prev {font-size: 30px;vertical-align: middle;}
.CompareGoodsTableTbody tbody tr td.cell {text-align: left;width: 200px}
.CompareGoodsTableTbody tbody tr td.vtop {vertical-align: top;overflow: auto}
.CompareGoodsTableTbody .CompareCheckbox {margin: 0;vertical-align: middle}
.CompareGoodsTableTbody .CompareGoodsTableTbodyComparisonLine .htmlDataBlock {text-align: left}
@media all and (min-width: 1200px) {.CompareGoodsTableTbody.table-box {table-layout: fixed;}}
@media all and (max-width: 768px) {.CompareGoodsTableFilter .button {margin-bottom: 5px;margin-left: 0;}}
@media all and (max-width: 481px) {.CompareGoodsTable {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}}
/*** Новости ***/
.news-box  a {text-decoration: underline;}
.news-box .news {border-bottom: 1px solid #CFBDA9;margin-bottom: 20px;}
.news-box .news:last-child {margin-bottom: 0;}
.news-box .news .title {margin-bottom: 10px;}
.news-box .news-content p {margin-bottom: 0px;}
.news-box .news-time {text-align: right;margin-bottom: 10px;}
/*** Страница ошибки ***/
.error-page {padding: 15px;}
.error-page a {font-size:110%;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 10px 20px;padding: 0px 0 0px 20px;}
/* Предзагрузчик */
.preloader {display:block;position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 999;background: #fff;}
.content-loading, .content-loading:after {border-radius: 50%;width: 50px;height: 50px;}
.content-loading {font-size: 10px;position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;text-indent: -9999em;border: 2px solid #ccc;border-left-color: #068347;-webkit-animation: load8 0.6s infinite linear;animation: load8 0.6s infinite linear;}
.products .products-container .content-loading {top: 60px;}
.fancybox-inner .content-loading {background-color: #fff;}
#globalOrder.loading {height: 50vh;}
#globalOrder .content-loading {margin: 0 auto;margin-left: -25px;margin-top: -25px;}
@-webkit-keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes load8 {0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12, .col-hs-1, .col-hs-2, .col-hs-3, .col-hs-4, .col-hs-5, .col-hs-6, .col-hs-7, .col-hs-8, .col-hs-9, .col-hs-10, .col-hs-11, .col-hs-12 {float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
@media all and (max-width: 1199px) {
  .item.animated {width:25%;}
.formfast .form-list .fields.small.first {margin-right: 0;}
.cartTable tbody tr .cart-name .image {display: block;text-align: center;margin: 0 0 15px 0;}
.cartTable tbody tr .cart-name .name {width: 100%;}
.thumblist {max-width: 330px;}
.product-view .product-shop .custom-block .item {text-align: center;padding: 0;}
.product-view .product-shop .custom-block .text-area {text-align: center;}
}
@media all and (max-width: 991px) {
.item.animated {width:33.3333%;}
.toolbar.bottom .sort-by {display: none;}
.col-left .block {margin-bottom:10px;}
.col-left .block.catalog {display: none;}
.discount-box .content .image {margin-bottom: 15px;}
.quickview {display: none !important;}
.step li {padding: 10px;}
.cartTable thead {display: none;}
.cartTable td.hide {display: none;}
.cartTable tbody tr td, .cartTable thead tr td {border-bottom: 0;padding: 0;}
.cartTable tbody tr {display: block;position: relative;width: 100%;margin-bottom: 20px;border-bottom: 1px solid #CFBDA9;}
.cartTable tbody tr:last-child {margin: 0;}
.cartTable tbody tr > td {display: inline-block;}
.cartTable tbody tr .cart-name {display: block;text-align: center;margin-bottom: 0px;}
.cartTable tbody tr td.image {display: block;text-align: center;border-right: 1px solid #CFBDA9;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;border-left: 1px solid #CFBDA9;padding: 10px;}
.cartTable tbody tr td.name a {margin-bottom: 0px;}
.cartTable tbody tr td.name div {display: none;}
.cartTable tbody tr td.cart-price.hide {display: none;}
.cartTable tbody tr td.cart-price {display: block;position: relative;width: 100%;line-height: 38px;text-align: center;}
.cartTable tbody tr td.closetd {position: absolute;right: 0;bottom: 0;line-height: 37px;padding: 0 10px;border-top:none;}
.cartTable tbody tr td.cart-qty {position: absolute;left: 0;z-index: 1;width: 100px;}
.cartTable tbody tr td.cart-qty .input {border: 0;background-color: transparent;height: 39px;max-width: 70px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid #CFBDA9;}
.cartTable tfoot tr > td {float: left;}
.cartTable tfoot tr > td:last-child {float: right;}
.cartTable tfoot tr.actions {border-bottom: 0;}
.cartTable tfoot tr.actions td {display: block;width: 100%;}
.cartTable tfoot tr.discounttr td, .cartTable tfoot tr.total td {border-bottom: 0;}
.formfast-cart {display: none !important;}
#OrderAjaxBlock .formfast .buttons {width: 100%;}
.thumblist {max-width: 630px;}
.products-grid {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center}
#footer .callbackForm .button {margin: 0;}
#footer .fotter-bottom .copyright {text-align: center;margin-bottom: 15px;}
#footer .fotter-bottom .payments-block {text-align: center;}
.product-view .product-shop .product-neighbor {display: none;}
.product-view .product-shop .add-to-box .add-to-cart .button.quick {display: none;}
.product-tabs .tabs-content {padding-bottom: 30px;}
.product-view .product-toolbar .product-neighbor {display:none;}
}
@media all and (max-width: 767px) {
.col-sms-12 {width: 100%;}
.col-sms-11 {width: 91.66666666666666%;}
.col-sms-10 {width: 83.33333333333334%;}
.col-sms-9 {width: 75%;}
.col-sms-8 {width: 66.66666666666666%;}
.col-sms-7 {width: 58.333333333333336%;}
.col-sms-6 {width: 50%;}
.col-sms-5 {width: 41.66666666666667%;}
.col-sms-4 {width: 33.33333333333333%;}
.col-sms-3 {width: 25%;}
.col-sms-2 {width: 16.666666666666664%;}
.col-sms-1 {width: 8.333333333333332%;}
.goodsDataOpinionAddTable label {width: 100%;}
.goodsDataOpinionFormReset {width: 80px;}
.step li {display: block;width: 100%;padding: 15px;}
.step li.step_done {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.thumblist {max-width: 500px;}
#footer .callbackForm .inputText {display: block;max-width: 300px;clear: both;}
#footer .callbackForm .button {margin: 0;clear: both;}
.cart-compare .title .title {display: none;}
.cart-compare > div {width: 50%;}
.favorites .dropdown, .cart .dropdown, .compare .dropdown {display: none;}
.products-list .item .product-shop {padding-right: 0px;width: 100%;}
.products-list .item .product-image {float: none;margin: 0 auto 20px;min-height: 50px;height: auto;line-height: 1;}
.products-grid .item .item-inner {margin-bottom: 0;padding-bottom: 0;}
.products-grid .item .product-shop {position: relative;bottom: 0;}
.products-grid .item:hover .item-inner .product-shop {bottom: 0;}
.products-grid .item .product-shop .actions {position: relative;bottom: 0;opacity: 1;filter: alpha(opacity=100);}
.products-grid .item .product-shop .ratings {display: none;}
.cart-compare div > .title {width: 110px;line-height: 51px;}
.view-mode {margin-left: auto;}
.sort-by select {max-width: 200px;}
}
@media all and (max-width: 641px) {
     .item.animated {width:50%;}
.scroll {overflow-x: scroll;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: auto;}
.CompareGoodsTableFilter {line-height: 1;}
.CompareGoodsTableFilter span {margin-bottom: 10px;}
.CompareGoodsTable .CompareNavigation {float: none;text-align: center;}
.thumblist {max-width: 340px;}
.sort-by label, .show-by label {display: none;}
.product-view .product-shop .custom-block .item {text-align: center;}
.product-view .product-shop .custom-block .item i {display: block;text-align: center;}
.product-view .product-shop .custom-block .text-area {text-align: center;margin: 0;}
.product-tabs .tabs {padding: 0;}
.product-tabs .tabs li {display: block;padding: 0;}
.product-tabs .tabs li a {padding: 15px;}
#page-title .block-title h1.title {font-size: 28px;}
}
@media all and (max-width: 481px) {
   .item.animated {width:100%;}
img {height: auto!important;}
.col-smb-12 {width: 100%;}
.col-contact {margin-bottom: 20px;}
.sort-by {display: block;width: 100%;margin-bottom: 10px;}
.sort-by select {width: 100%;max-width: 100%;}
.toolbar .compare, .show-by label {display: inline-block;}
.toolbar.bottom .pages {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;margin: auto;margin-top: 10px;padding: 0;}
.goodsDataOpinionFormReset {width: auto;}
.CompareGoodsTableFilter {float: left;}
.CompareGoodsTableFilter span {float: left;width: 100%;}
.orderStrageContent .buttons .button {margin: 0 10px 10px 0;float: left;}
.orderStrageContent .buttons .button:nth-child(2) {float: left;margin: 0;}
.cartTable {table-layout: fixed;}
.cartTable tbody tr td.cart-qty .input {max-width: 40px;padding:5px;}
.cartTable tfoot tr.actions td {display: block;}
.cartTable tfoot tr.discounttr td.disc-name {max-width: 160px;}
.cartTable tfoot tr.actions .buttons .button {display: block;width: 100%;}
.cartTable tfoot tr.actions .buttons .button:first-child {margin-bottom: 10px;}
.cartTable .TotalSum .price {font-size: 16px;}
.formfast .form-list .fields.small.first {margin-right: 0px;}
.thumblist {max-width: 220px;}
body.active .wrapper {overflow: hidden;z-index: 1;display: none;}
.header .header-logo,
.header .header-tools {padding: 0 10px;}
.header-toolsCol {margin-right:3px;}
#page-title .block-title h1.title {font-size: 26px;}
.product-view .product-name {padding-right: 40px;}
.product-view .product-img-box .general-img {min-height: 100px;}
.product-view .product-shop .custom-block .item {display: block;width: 100%;border-left: 0;padding: 0 0 15px 0;text-align: left;}
.product-view .product-shop .custom-block .item:last-child {padding-bottom: 0;}
.product-view .product-shop .custom-block .item i {display: inline-block;text-align: left;width: 45px;font-size: 25px;text-align: center;}
.product-view .product-shop .custom-block .text-area {text-align: left;margin-left: 5px;}
.product-view .product-shop .add-to-box .add-to-cart {display: block;}
.related .block-title h2.title {font-size: 16px;line-height: 27px}
.tab-content .delivery h4 {font-size: 16px;}
#news .tabs-headerList:before {content: '';display: block;width: 30px;height: 100%;position: absolute;top: 0;right: 0;box-shadow: inset -25px 0 11px 0 #f1f1f1}
#breadcrumbs li:last-child {padding-right: 20px}
#footer .callbackForm .button {margin: 0 auto 10px}
}
@media all and (min-width: 768px) {
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.container {width: 750px;}
}
@media all and (min-width: 992px) {
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.container {width: 970px;}
}
@media all and (min-width: 1200px) {
.col-lg-12{width:100%;}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.container {max-width: 1440px;width:100%;}
}
@media all and (min-width: 1600px) {
.col-hs-12{width:100%;}
.col-hs-11{width:91.66666667%}
.col-hs-10{width:83.33333333%}
.col-hs-9{width:75%}
.col-hs-8{width:66.66666667%}
.col-hs-7{width:58.33333333%}
.col-hs-6{width:50%}
.col-hs-5{width:41.66666667%}
.col-hs-4{width:33.33333333%}
.col-hs-3{width:25%}
.col-hs-2{width:16.66666667%}
.col-hs-1{width:8.33333333%}
.container {max-width: 1550px;width:100%;}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .header .header-sectionsLink:before {content: '';width: 10px;height: 50px;margin: 0 0 0 -10px}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box {display: inline-block;position: relative;vertical-align: middle;width: 95px;height: 14px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
.rating-box:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #dce4e9;}
.rating-box .rating {position: absolute;float: left;height: 14px;left: 0;top: 0;overflow: hidden;}
.rating-box .rating:before {display: inline;font-family: "FontAwesome";content: "\f005\20\f005\20\f005\20\f005\20\f005";width: 95px;height: 14px;line-height: 14px;font-size: 14px;color: #068347;}
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs .products-grid.owl-carousel .item .item-inner {width: 262px;}
.nojs #slideshow .owl-carousel, .nojs #news .owl-carousel, .nojs .viewed .owl-carousel {display: block;}
.nojs #back-top, .nojs .quickview, .nojs .filters-price #goods-filter-price-slider {display: none;}
.nojs .filters-price .goodsFilterPriceSubmit {margin-top: 15px;}
.nojs .filters-price .layout-slider {max-width: 100%;}
.socsety_share{margin-bottom:15px;}
#slideshow .index_banner_button{width: 310px;background: #419c11;height: 60px !important;display: block;margin: 60px auto 0 auto;line-height: 60px;color: white;text-align:left;font-size:20px;text-transform:uppercase;font-weight:300;border-radius:30px;position: absolute;    bottom: 30%;    left: 35%;;padding-left:35px;box-shadow: 3px 7px 12px rgba(0,0,0,0.5);}
#slideshow .index_banner_button:hover{background: #337b0d;box-shadow:3px 18px 18px rgba(0,0,0,0.6);}
#slideshow .index_banner_button .nut{background:url('/design/d459495/nut1.png') right top no-repeat;position:absolute;width:110px;height:80px;position:absolute;right:-7px;bottom:-7px;}
/* i.fal.fa-heart {
    color: green;
    font-weight: normal;
}
i.fal.fa-shopping-cart {
    color: green;
    font-weight: normal;
}
i.fal.fa-heart:hover {
    color: #0f8e2b;
}
i.fal.fa-shopping-cart:hover {
    color: #0f8e2b;
}
.add-cart.button i.fal.fa-shopping-cart{
  color:#fff;
} */
/*** Анимация пунктов меню ***/
#custommenu .mainnav > li > a {opacity: .8;position:relative;list-style:none;padding: 15px 0;margin: 0;color: #ffffff;font-size: 16px;font-weight: bold;display: flex;justify-content: center;}
#custommenu .mainnav > li > a:hover {opacity: 1;}
#custommenu .mainnav > li > a span {position:relative;}
#custommenu .mainnav > li > a:after {content: '';display: block;position: absolute;bottom: -1px;width: 0;height: 3px;background-color: #ffffff;transition: all 0.3s ease-in-out;}
#custommenu .mainnav > li > a:hover:after, #custommenu .mainnav > li > a.active:after {width: 100%;}
#custommenu .mainnav li .sub {margin-top: 49px; left:0 }
.spoiler-text{display:none;overflow:hidden;position:relative;}
.spoiler-text .spoiler-text-button{background:linear-gradient(to top, #fff 25%, transparent);text-align:center;padding-bottom:5px;padding-top:80px;position:absolute;bottom:0;width:100%;}
.spoiler-text.active .spoiler-text-button{background:#fff;padding-top:10px;}
.spoiler-text .spoiler-text-button span{cursor:pointer;color:#419c11;border-bottom: 1px dashed;}
.spoiler-text .spoiler-text-button span:after{content:"Смотреть полностью";}
.spoiler-text.active .spoiler-text-button span:after{content:"Свернуть";}
input.qty-fake{
   display: none;
   vertical-align: middle;
   width: 100%;
   height: 50px;
   margin: 0;
   color: #21293c;
   border-radius: 0;
   font-size: 16px;
   text-align: center;
   padding: 3px 30px;
   background: transparent;
   border: 1px solid #CFBDA9;
   border-radius: 30px;
}
ul.products-list .qty-wrap{display:inline-flex;width:auto;}
.labelRadio {margin-bottom: 15px;display:flex;justify-content: center;overflow-y: auto;}
.labelRadio label {margin: 0 3px 3px 3px;padding: 0 8px;border: 1px solid #CFBDA9;border-radius: 20px;position:relative;z-index:500;font-size: 14px;}
.labelRadio label:hover, .labelRadio label.active {background: #E8FFD8;border-color: #7DD140;}
.OrderFilterFormByURLs i {    font-family: "FontAwesome";}
.OrderFilterFormByURLs li {    display: inline-block;    margin-right: 10px;}
.OrderFilterFormByURLs {    float: none;display: inline-block;    margin: 0;}
.filters ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.cart-qty .qty-wrap {display: inline-block;position: relative;width: 95px;margin: 0;vertical-align: middle;text-align: center}
.cart-qty input.cartqty {display: inline-block;vertical-align: middle;width: 55px;height: 36px;margin: 0;color: #21293c;border-radius: 0;font-size: 14px;padding: 3px 3px 3px 15px !important;background: 0 0;border: 1px solid #CFBDA9;text-align: left !important;}
.cartqty + .meassure {position: absolute;top: 9px;left: 50%;}
.cart-qty .qty-set {display: block;vertical-align: middle}
.cart-qty .qty-set > a {position: absolute;top: 0;width: 24px;height: 36px;line-height: 34px;border: 1px solid #CFBDA9;font-size: 11px;color: #b1bfc8;border-radius: 0;margin: 0;opacity: 1;visibility: visible}
.cart-qty .qty-set > a:hover {color: #fff;background: #4c1e8b}
.cart-qty .qty-set .qty-plus {right: -10px}
.cart-qty .qty-set .qty-minus {left: -10px}
@media all and (max-width:991px) {.cart-qty .qty-set > a {border: none;height: 38px;line-height: 36px}
.cart-qty .qty-set .qty-plus {right: 0;border-left: 1px solid #CFBDA9}
.cart-qty .qty-set .qty-minus {left: 0;border-right: 1px solid #CFBDA9}}
@media all and (max-width:375px) {.cart-qty .qty-wrap {width: 80px;}
.cart-qty .qty-set > a {width: 20px}
.cartTable .items .price {-webkit-transform: translateX(10px);transform: translateX(10px); margin-left:40px;}
}
/*** Ajax Добавление товара в корзину ***/
#layer_cart {max-width: 900px;font-size: 18px;line-height: 22px;}
.cart-ajax strong {color: #22121e;}
.cart-ajax .cart-product {position: static;overflow: hidden;margin-bottom: 20px;}
.cart-ajax .title {margin-bottom: 20px;}
.cart-ajax .title i {font-size: 30px;line-height: 30px;float: left;padding-right: 15px;}
.cart-ajax .good {color: #42b856;}
.cart-ajax .bad {color: #c7081b;}
.cart-ajax .cart-product .cart-product-img {float: left;width: 150px;height: 150px;text-align: center;border: none;margin-right: 20px;padding: 0;}
.cart-ajax .cart-product .cart-product-img img {max-width: 100%;}
.cart-ajax .cart-product .cart-product-info .product-name {display: block;overflow: hidden;white-space: normal;text-overflow: ellipsis;margin: 3px 0 5px 0;max-height: 56px;}
.cart-ajax .cart-product .cart-product-info .product-mod {font-size: 14px;margin-bottom: 5px;}
.cart-ajax .cart-product .cart-product-info .cart-product-quantity {margin-bottom: 5px;}
.cart-ajax .cart-product .cart-product-info .cart-product-price {margin-bottom: 5px;}
.cart-ajax .cart-txt h4 {display: none;text-transform: none;border-bottom: 1px solid #E5E5E5;padding-bottom: 10px;margin-bottom: 13px;}
.cart-ajax .cart-txt .CartSum {display: none;margin-bottom: 5px;}
.cart-ajax .cart-txt.show h4, .cart-ajax .cart-txt.show .CartSum {display: block;}
.cart-ajax .cart-txt.show .buttons {text-align: left;}
.cart-ajax .cart-txt .buttons {position: relative;margin-top: 20px;text-align: center;}
.cart-ajax .cart-txt .buttons .button:first-child {margin-bottom: 5px;}
.cart-ajax .cart-txt .buttons .button {padding: 0 10px;}
.fancybox-margin {margin-right: 17px !important;}
.fancybox-skin {background-color: #fafafa;}
/*** Табы на главной ***/
.copyright {width: 100%;text-align: center;margin-bottom: 20px;font-size: 14px;color: #CFBDA9;}
#producttabs {text-align: center;margin: 30px 0;}
#producttabs .block-bg {border-bottom: 0;}
#producttabs .pdt-content {display: none;width: 100%;}
#producttabs .pdt-content.active {display: inline-block;}
#producttabs .pdt-nav {position: relative;margin: 0 0 20px;padding: 0;list-style: none;list-style-position: inside;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
#producttabs .item-nav {color: #CFBDA9;font-size: 22px;font-weight: bold;line-height: 30px;padding: 5px 30px;border-left: 1px solid #CFBDA9;}
#producttabs .item-nav:first-child {border-left: 0;}
#producttabs .item-nav:hover, #producttabs .item-nav.active {color: #2E2E2E;cursor: pointer;}
#producttabs .navigation {position: absolute;right: 0;top: 3px;background: #fff;}
#producttabs .products-grid .item {display: block;}
#producttabs .products-grid .item:nth-child(n+11) {display: none;}
#producttabs .product-buttons {margin-top: 25px;display: block;}
@media all and (max-width:1439px) {
  #producttabs .products-grid .item {width: 25%;}
  #producttabs .products-grid .item:nth-child(n+9) {display: none;}
}
@media all and (max-width:1199px) {
  #producttabs .products-grid .item {width: 33.333333%;}
  #producttabs .products-grid .item:nth-child(n+7) {display: none;}
}
@media all and (max-width:767px) {
  #producttabs .products-grid .item {width: 50%;}
  #producttabs .products-grid .item:nth-child(n+5) {display: none;}
  #producttabs .item-nav {border: 0;}
}
@media all and (max-width:640px) {
  .actions .qty-wrap {width: 90px;}
}
@media all and (max-width:481px) {
  #producttabs .products-grid .item {width: 100%;}
  .actions .qty-wrap {width: 110px;}
}
#custommenu .mainnav li .sub li span:after {
    box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    content: ' ';
    position: absolute;
    width: 0;
    height: 30px;
    background: linear-gradient(270deg, #7DD140 0%, #068347 100%);
    border-radius: 30px;
    z-index: -1;
    left: 12px;
    top: 1px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}
#custommenu .mainnav li .sub li span:hover:after {
    width: 100%;
}
#custommenu .mainnav li .sub li span:hover {color: #fff;}
@media all and (max-width:481px) {
    #slideshow .index_banner_button {left: 25%;width: 200px;font-size: 13px;padding-left: 10px;}
    #slideshow a.index_banner_button {line-height: 35px;height: 35px !important;}
    #slideshow .index_banner_button .nut {width: 80px; height: 55px; background-size: contain;}
}
.title_goods_worck {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}
.icon_goods_block {
    display: inline-block;
    width: 32%;
    text-align: center;margin: 20px 0;
    vertical-align: top;
}
.icon_goods_block i {
    font-size: 40px;
    color: #068347 !important;
}
.icon_goods_block p {
    text-transform: lowercase;
    font-size: 14px;
}
div.goods_worck {
    border: 2px solid #fcc602;
    min-height: 425px;
}
div#title_dop_block_goods_worck {
    font-size: 17px;
    font-weight: bold; color: #030303
}
.dop_block_goods_worck {
    border: 2px solid #fcc62c;
    margin-bottom: 10px;
    display: flex;
    font-size: 20px;
    color: #068347;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
}
#title_dop_block_goods_worck {padding: 5px;}
.dop_block_goods_worck {
       border: 4px solid #068347;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
    display: flex;
    font-size: 22px;
    color: #068347;
}
#title_dop_block_goods_worck {padding: 5px;}
.dop_block_goods_worck a {padding: 5px;}
.right_block_delivery {
    margin-top: 20px;
    border-left: 2px solid #068347;
    padding-left: 10px;
}
@media (max-width: 468px) {
  div.goods_worck {min-height: 510px;}
  .dop_block_goods_worck {font-size: 17px !important;}
  .dop_block_goods_worck a {padding: 3px;}
}
.fancybox-header {display: none;}
.filters .title label {
    margin: 0 5px 0 0;
    color: #21293c;
    font-size: 14px;
    font-weight: normal;
}
.copyright div:nth-child(2) {display: none;}
.product-image .product__img--hover {opacity: 0;position: absolute;top: -100%;left: 0;width: 100%;height: 100%;background-color: #FFFFFF;overflow: hidden;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.product-image:hover .product__img--hover {opacity: 1;filter: alpha(opacity=100);top: 0;left: 0;}
.noty__addto {padding: 1rem;}
.noty__title {font-weight: bold;}
.noty__message {display: block;}
.noty__message a {font-weight: bold;}
.noty__addto.full {text-align: left;max-width: 28rem;}
.noty__addto.full .noty__message {margin: 1rem 0;}
.noty__addto.full .button {width: 100%;display: block;}
#search-result {display: none;position: absolute;width: 100%;margin-top: 5px;padding: 5px 15px 5px 15px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);border: 2px solid #dce4e9;background-color: #fff;color: #777;z-index: 3}
#search-result._active {visibility: visible;opacity: 1;-webkit-transform: translate(0,0);transform: translate(0,0)}
#search-result .inner .result-category {width: 40%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding-right: 10px}
#search-result .inner .result-category._visible + .result-goods {border-left: 1px solid #dce4e9}
#search-result .inner .result-category img {display: none}
#search-result .inner .result-goods {width: 60%;height: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 0 10px}
#search-result .inner .result-category a {font-weight: 700}
#search-result .inner {overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: flex}
#search-result .inner .result-item {width: 100%;line-height: 20px;padding: 10px 0}
#search-result .inner .result-item a {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#search-result .inner .result-item a:hover,
#search-result .inner .result-item a._active {color: #ff0098}
#search-result .inner .result-item a img {max-width: 40px;max-height: 40px;margin-right: 15px}
@media (max-width: 991px) {#search-result {width: calc(100% - 30px)}}
/* Доставка и Оплата */
.delpay__item {font-size: 1rem;line-height: 1.5;}
.delpay__item-label {margin-bottom: .75rem;padding: .5rem .75rem;font-size: 1rem;color: #ffffff;background: linear-gradient(270deg, #7DD140 0%, #068347 100%);border-radius: 1rem;display: inline-block;}
.delpay__items {display: flex;flex-wrap: wrap;}
.delpay__items-duo > div {width: 50%;padding: 0 1rem;}
.delpay__item {margin-top: 2rem;}
.delpay__map {width: 100%;margin-top: 2rem;}
.delpay__map iframe {border: 0;}
@media all and (max-width: 1199px) {
.delpay__item .delpay__items-duo > div {width: 100%;}
.delpay__item.row {margin-top: 0;}
}
@media all and (max-width: 767px) {
  .delpay__items-duo > div {width: 100%;}
  .delpay__item-label {padding: .5rem 1rem;}
}
/* Иконки транспортных компаний */
[class*="delicons_"] {height: 30px;display: inline-block;margin: 1rem 1rem 0 0;}
.delicons_1 {width: 30px;background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.49 0H2.393A2.392 2.392 0 0 0 0 2.392V27.49a2.392 2.392 0 0 0 2.392 2.392h25.099a2.392 2.392 0 0 0 2.392-2.392V2.392A2.392 2.392 0 0 0 27.49 0Z' fill='%230C54A0'/%3E%3Cpath d='M27.8 14.941c0 7.102-5.757 12.86-12.859 12.86S2.082 22.042 2.082 14.94c0-7.101 5.757-12.859 12.86-12.859 7.101 0 12.858 5.758 12.858 12.86Z' fill='%23FFF01E'/%3E%3Cpath d='M13.939 12.663h-2.67l-3.11 3.185V9.382h-2.39v11.082h2.39v-3.495l2.992 3.495h3.024l-3.702-4.277 3.466-3.524Z' fill='%230C54A0'/%3E%3Cpath d='M15.767 11.94c-.364 0-.673-.127-.929-.383a1.264 1.264 0 0 1-.383-.93c0-.363.127-.672.383-.928s.565-.384.929-.384c.364 0 .673.128.929.384s.383.565.383.929c0 .364-.127.673-.383.929a1.265 1.265 0 0 1-.929.383Z' fill='%23F52D0E'/%3E%3Cpath d='M16.962 20.464h-2.39v-7.801h2.39v7.8ZM24.113 14.653v-1.99h-2.182v-3.28h-2.39v3.28h-1.577v1.99h1.578v3.437c0 .816.238 1.433.715 1.85.477.418 1.182.627 2.116.627.226 0 .506-.022.841-.066.334-.045.61-.101.826-.17v-1.932c-.197.06-.379.101-.546.125a3.65 3.65 0 0 1-.53.037c-.384 0-.652-.07-.804-.213-.153-.143-.23-.386-.23-.73v-2.964h2.183Z' fill='%230C54A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.delicons_2 {width: 30px;background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.05 1.316C8.762 3.72 4.38 6.915.55 11.158c-.562.622-.57.636-.54.897l.126 1.131c.586 5.226 2.41 10.686 5.18 15.511.44.764.29.68 1.732.972 5.123 1.038 10.667 1.038 15.794 0 1.48-.3 1.314-.205 1.781-1.019 2.92-5.084 4.732-10.778 5.204-16.345l.043-.51-.28-.325c-3.596-4.185-8.752-7.972-13.91-10.214-.802-.35-.725-.352-1.63.06Zm2.657 1.626c4.382 2.18 7.63 4.586 11.156 8.265l.89.927-.038.462c-.38 4.691-2.26 10.618-4.769 15.03-.504.887-.35.78-1.427.992-5.024.987-9.957.985-15.106-.006l-1.007-.194-.276-.472c-2.437-4.166-4.228-9.555-4.86-14.623-.168-1.357-.304-1.086 1.398-2.797 3.368-3.385 6.947-5.93 11.103-7.896 1.263-.597 1.064-.619 2.936.312Zm-2.379 4.491c0 .202.014.217.195.217h.194l-.033.727c-.042.909-.293 1.765-.526 1.798-.134.019-.14.043-.14.665v.645h.681v-.808l.789.018.788.017-.02.386-.02.387h.69v-1.229l-.17-.02-.17-.019-.02-.959c-.026-1.372.01-1.608.24-1.608.166 0 .182-.018.182-.217v-.216h-2.66v.216Zm-3.85.398-.201.18.018.618c.017.582.01.624-.121.716-.172.12-.202.09-.325-.33-.127-.434-.124-.478.031-.519.119-.03.13-.347.018-.47-.055-.06-1.26.324-1.26.4 0 .23.116.383.268.354.183-.035.49.76.332.863-.18.118-.325.012-.539-.394-.336-.64-.598-.826-.984-.704-.207.066-.188.528.021.528.184 0 .333.141.452.43.115.28.316.497.46.497.062 0 .113.028.113.062s-.024.062-.054.062c-.13 0-.21.384-.17.81.038.412.032.439-.123.583l-.164.152.163.214c.183.239.398.226.636-.038.116-.129.143-.767.053-1.266-.039-.216.084-.393.272-.393.256 0 .43 1.045.176 1.05-.065.002-.057.261.012.37.114.18 1.31-.22 1.262-.422-.057-.239-.074-.256-.26-.256-.155 0-.177-.031-.275-.397a8.658 8.658 0 0 0-.142-.492c-.05-.13.251-.205.383-.095.054.044.206.296.338.559.273.543.419.673.754.673.25 0 .264-.018.315-.383.03-.219.023-.23-.162-.248-.168-.016-.225-.074-.42-.42-.15-.268-.3-.445-.445-.528-.205-.116-.213-.133-.127-.247.069-.092.085-.237.064-.582-.025-.426-.016-.47.124-.6.15-.139.15-.142.04-.33-.14-.236-.275-.238-.532-.007Zm5.382 1.102-.016 1.222-.182.02c-.1.012-.3.004-.442-.017l-.26-.04.118-.309c.12-.314.237-1.184.239-1.772v-.325h.56l-.017 1.221Zm4.363-1.038c-.084.036-.16.147-.197.293-.168.637-.178.6.187.668.22.041.225.038.308-.226.18-.569.957-.1.947.57-.006.425-.025.43-.87.206-.11-.029-.146.003-.206.186-.095.289-.072.315.359.406.533.113.545.127.421.45-.262.689-1.389.938-1.241.275.075-.338.064-.37-.152-.427-.302-.08-.35-.039-.439.376-.102.481-.075.538.353.738.48.224 1.152.235 1.55.024.86-.454 1.19-2.46.518-3.141-.32-.323-1.187-.548-1.538-.398ZM12.6 10.183c-.174.173-.17.516.008.681.41.382 1.079-.16.748-.606-.165-.222-.57-.262-.756-.075Zm5.151.1c-.128.128-.151.197-.12.356.113.585.965.542.965-.048 0-.44-.522-.63-.845-.308Zm-14.495 2.55a676.39 676.39 0 0 0 5.892 2.577l5.798 2.519 5.875-2.554c3.23-1.405 5.868-2.56 5.86-2.568-.007-.007-.41.053-.893.135-2.35.397-5.344.782-7.532.968-.547.046-1.907.079-3.31.079-2.467 0-3.172-.04-5.628-.313-1.75-.195-5.112-.68-5.99-.865-.117-.025-.138-.018-.072.023ZM10.75 23.09c-2.29 2.81-4.153 5.119-4.143 5.129.01.01 1.87-1.244 4.133-2.787 2.262-1.543 4.149-2.807 4.193-2.809.065-.002 1.988 1.292 8.1 5.453.145.098.263.165.263.149 0-.046-8.286-10.211-8.339-10.23-.025-.008-1.918 2.284-4.207 5.095Z' fill='%23E6342A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.delicons_3 {width: 46px;background-image: url("data:image/svg+xml,%3Csvg width='46' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.54.326c2.82-.392 5.7-.46 8.522-.04 2.369.36 4.723 1.065 6.756 2.352 1.573.995 2.928 2.391 3.673 4.104.446.938.52 2.019.332 3.03-.184.97-.606 1.882-1.14 2.71-.65 1.012-1.459 1.914-2.32 2.754-1.81 1.743-3.862 3.21-5.913 4.66 1.823-1.463 3.54-3.136 4.664-5.199.454-.845.792-1.763.906-2.717a5.599 5.599 0 0 0-.62-3.31 11.172 11.172 0 0 0-2.29-3.03c-1.508-1.415-3.389-2.392-5.354-3.021-2.497-.798-5.132-1.085-7.746-1.11a38.604 38.604 0 0 0-6.644.56A38.193 38.193 0 0 1 25.54.327Z' fill='%23ED1B24'/%3E%3Cpath d='M23.254 17.312a.931.931 0 0 1 .57 0c.144.07.092.258.09.386-.302.01-.605.01-.907 0 .049-.144.084-.328.247-.386Zm-3.332-.02c.275.022.568-.052.83.059-.006.214.013.48-.156.64-.257.097-.544.027-.814.047l.14-.745Zm-3.118 0c.248.029.527-.061.754.06.084.204.013.474-.109.654-.239.114-.524.04-.782.058.041-.259.095-.514.137-.772Zm-6.445.022a.94.94 0 0 1 .57-.005c.151.069.099.262.096.393-.3.003-.601.004-.902 0 .041-.144.077-.328.236-.388ZM32.47 11.19c.477.005.954-.003 1.432.003.162.008.37.038.441.206.077.228.006.47-.033.7-.046.199-.063.418-.192.586-.145.176-.392.2-.605.207-.451.003-.902 0-1.353 0 .097-.568.209-1.134.31-1.702Zm-11.822.012c.444-.023.892-.01 1.338-.006.201 0 .445.1.46.329.017.347-.07.693-.169 1.024a.515.515 0 0 1-.466.382c-.492.036-.988.005-1.482.017.1-.583.206-1.166.319-1.746Zm8.342 5.81c-.188.273-.292.643-.182.965.18.348.634.373.982.395.2.02.43-.037.605.084.107.173-.041.434-.256.414-.241.017-.692.068-.645-.302a38.35 38.35 0 0 0-.904 0c-.03.244-.062.55.162.716.28.192.64.167.965.182.388-.007.805.018 1.158-.166.342-.192.456-.61.477-.973.02-.206-.08-.424-.275-.511-.346-.158-.74-.12-1.111-.136-.103-.01-.232-.024-.284-.125-.03-.154.075-.326.246-.318.214-.005.595-.096.618.215.285.003.57.004.855-.002.044-.227.071-.53-.165-.664-.359-.175-.776-.146-1.165-.147-.381.01-.83.047-1.081.372Zm-3.36.013c-.18.273-.282.64-.167.957.185.347.64.368.989.39.193.017.408-.03.583.072.1.133.023.388-.158.412-.204.028-.423.044-.622-.02-.11-.04-.093-.173-.106-.265-.302-.01-.603-.003-.905-.005-.02.218-.062.474.094.655.165.181.427.212.658.23.446.021.903.042 1.339-.07.543-.15.745-.816.634-1.31-.195-.414-.746-.368-1.132-.387-.173-.007-.541.04-.502-.23.003-.17.182-.228.327-.225.2-.007.517-.054.539.222.284.004.568.005.852 0 .019-.172.062-.358-.023-.518-.082-.152-.258-.212-.418-.244-.359-.07-.728-.057-1.091-.04-.324.02-.688.1-.89.376Zm-3.039-.157c-.422.313-.502.875-.587 1.356-.038.306-.088.657.104.925.181.242.508.288.791.311.4.014.817.017 1.195-.129.335-.136.527-.48.579-.822h-.887c-.06.357-.509.371-.783.276-.19-.123-.1-.386-.09-.57.604-.012 1.21-.003 1.815-.004.064-.372.153-.766.034-1.136-.105-.301-.448-.401-.737-.423-.48-.025-1.013-.057-1.434.216Zm-3.394-.22c-.155.926-.337 1.847-.497 2.773.28 0 .56.009.84-.007.038-.243.082-.486.129-.727.247.022.514-.05.748.045.173.188.006.466-.006.687.252.005.504.008.755-.002.027-.257.125-.51.1-.77-.034-.193-.242-.263-.413-.287.184-.073.397-.128.511-.303.125-.196.147-.434.188-.657.032-.203.035-.452-.138-.597-.193-.153-.458-.148-.692-.16-.508 0-1.017-.01-1.525.005Zm-3.107-.002c-.159.925-.334 1.848-.497 2.774.273.005.546.001.82.003.05-.234.09-.47.132-.706.453-.03.948.08 1.364-.15.285-.178.363-.531.427-.836.047-.271.103-.579-.045-.829-.15-.225-.449-.255-.697-.26-.5 0-1.002-.006-1.504.004Zm-3.412.02c.145.388.288.776.434 1.163.018.064.06.142.004.2-.345.468-.7.931-1.043 1.4.319.004.637.001.956.004.06-.005.143.012.176-.055.179-.274.327-.567.517-.834.078.296.154.591.23.888h1.076c-.181-.486-.357-.973-.54-1.457.316-.44.645-.87.966-1.307a100.9 100.9 0 0 0-1.073 0c-.15.248-.292.503-.463.738-.067-.244-.118-.491-.176-.737-.354-.005-.709 0-1.063-.003Zm-3.04.252c-.35.31-.432.797-.512 1.232-.046.347-.122.766.137 1.052.267.26.674.26 1.023.265.37-.009.773-.017 1.09-.232.24-.167.355-.45.415-.724-.299-.004-.597-.003-.896-.002-.056.357-.494.364-.769.284-.203-.116-.111-.39-.104-.577.607-.017 1.214 0 1.822-.009.055-.38.158-.787.016-1.159-.14-.337-.551-.392-.873-.407-.457-.009-.973-.026-1.348.277Zm21.394-7.195c-.376 2.103-.766 4.203-1.139 6.306.567.002 1.135.01 1.702-.005.093-.556.198-1.11.3-1.665H33.2c.174-.001.37.033.484.175.126.155.114.369.08.554-.06.311-.112.625-.173.936.567.013 1.136.013 1.703 0 .072-.439.158-.875.233-1.312.044-.269.017-.576-.18-.782-.195-.212-.495-.276-.771-.295l.02-.057c.376-.09.767-.219 1.035-.51.325-.33.382-.81.477-1.24.094-.513.218-1.102-.086-1.57-.335-.457-.961-.491-1.48-.528-1.17-.017-2.339-.004-3.508-.007Zm-11.82 0c-.38 2.102-.767 4.203-1.14 6.307.565 0 1.131.007 1.697-.003.093-.537.196-1.072.291-1.609.627-.011 1.253.01 1.88-.012.555-.03 1.158-.162 1.54-.595.393-.456.523-1.063.643-1.634.105-.59.214-1.24-.065-1.798-.276-.51-.91-.635-1.444-.652-1.134-.01-2.268-.002-3.402-.004Zm7.126.058c-.505.086-.98.372-1.255.806-.254.407-.36.886-.414 1.356-.036.338-.032.713.176 1 .197.274.542.382.859.447.669.112 1.35.113 2.024.186.14.011.32.08.309.25-.015.248-.038.538-.238.713-.246.177-.57.141-.856.16-.296-.011-.61.026-.888-.096-.237-.118-.176-.418-.153-.63-.541.004-1.083-.002-1.624.003-.072.46-.141.957.052 1.398.164.36.556.55.93.617.647.11 1.308.093 1.962.08.493-.027 1.002-.042 1.464-.234.33-.135.598-.407.736-.733.165-.384.245-.797.316-1.207.047-.337.094-.699-.048-1.02-.138-.298-.464-.445-.768-.52-.707-.165-1.437-.165-2.156-.234-.152-.01-.334-.08-.356-.25-.033-.267.035-.624.322-.726.338-.117.701-.086 1.053-.09.173.01.384 0 .507.143.105.147.059.338.05.506.541 0 1.081.004 1.622-.003.084-.491.203-1.058-.111-1.497-.313-.394-.86-.467-1.331-.51-.728-.048-1.464-.041-2.184.085Zm-11.893.012c-.501.099-.966.402-1.225.843-.233.4-.33.862-.385 1.317-.03.333-.03.703.175.987.2.277.545.39.868.453.664.106 1.34.112 2.007.182.13.011.305.06.314.217.006.202-.027.411-.113.596-.094.197-.324.274-.528.289-.35.028-.704.03-1.054 0-.152-.017-.331-.055-.413-.197-.084-.157-.036-.339-.017-.505-.543-.001-1.087-.002-1.63 0-.073.466-.145.97.061 1.414.19.393.638.572 1.051.624.744.094 1.499.083 2.246.034.514-.04 1.08-.113 1.47-.481.372-.363.476-.895.58-1.38.074-.406.168-.837.034-1.24-.106-.31-.418-.488-.72-.569-.732-.187-1.494-.182-2.242-.255-.149-.01-.328-.081-.347-.25-.029-.262.032-.618.316-.721.336-.121.7-.09 1.05-.094.174.009.382-.003.511.136.111.146.061.343.056.512.541-.001 1.084.01 1.626-.007.059-.393.146-.803.032-1.195a.952.952 0 0 0-.55-.605c-.437-.193-.925-.205-1.394-.225-.594-.011-1.195.002-1.779.12Zm1.927-6.512a41.037 41.037 0 0 1 8.075-.863c2.593.003 5.208.252 7.692 1.02 1.275.397 2.512.936 3.633 1.663 1.636 1.048 3.004 2.527 3.85 4.273.378.8.579 1.686.55 2.571-.03 1.164-.442 2.29-1.028 3.289-1.08 1.816-2.663 3.278-4.33 4.56-1.764 1.244-3.644 2.337-5.627 3.203 1.203-.256 2.364-.678 3.507-1.125a28.352 28.352 0 0 0 6.083-3.344c2.58-1.872 4.809-4.249 6.385-7.016.045-.087.08-.178.121-.267-.142.677-.363 1.337-.552 2.003-.753 2.06-1.954 3.937-3.389 5.595-1.394 1.608-3.01 3.019-4.75 4.249-.93.675-1.958 1.201-2.954 1.771-1.297.603-2.646 1.116-4.047 1.423-.449.075-.89.188-1.335.278-2.698.537-5.448.835-8.201.824-2.567-.013-5.16-.3-7.597-1.132-1.231-.424-2.418-.994-3.478-1.752a10.42 10.42 0 0 1-2.85-3.03c-.412-.663-.744-1.383-.898-2.149-.205-.965-.126-1.978.172-2.916.316-1.006.861-1.927 1.5-2.763 1.07-1.393 2.407-2.56 3.81-3.613.46-.33.947-.622 1.436-.908a74.851 74.851 0 0 1 4.005-2.13c-.39.065-.765.19-1.146.294a28.927 28.927 0 0 0-6.232 2.707c-3.338 1.939-6.283 4.614-8.3 7.906A8.805 8.805 0 0 0 0 18.75c.25-.978.493-1.967.913-2.89.839-1.9 2.041-3.628 3.444-5.16 1.859-2.027 4.06-3.725 6.42-5.137.802-.498 1.655-.91 2.54-1.242a41.195 41.195 0 0 1 3.056-1.04Z' fill='%23005AAB'/%3E%3Cpath d='M4.267 14.445c1.703-1.578 3.592-2.943 5.49-4.28-1.811 1.467-3.517 3.143-4.623 5.21-.606 1.15-.998 2.448-.892 3.755.047.696.243 1.379.545 2.008.496 1 1.137 1.93 1.908 2.741 1.412 1.5 3.238 2.569 5.17 3.272 2.616.95 5.417 1.296 8.191 1.337a36.857 36.857 0 0 0 6.852-.562 36.989 36.989 0 0 1-7.93 1.848c-2.663.31-5.374.325-8.026-.104-2.287-.373-4.553-1.08-6.513-2.33-1.736-1.102-3.2-2.712-3.868-4.669a5.322 5.322 0 0 1-.034-2.755c.262-1.075.806-2.06 1.453-2.954.667-.915 1.45-1.743 2.277-2.517Z' fill='%23069FDB'/%3E%3C/svg%3E");}
.delicons_4 {width: 30px;background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='url(%23a)' d='M0 0h30v30H0z'/%3E%3Cdefs%3E%3Cpattern id='a' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23b' transform='scale(.01)'/%3E%3C/pattern%3E%3Cimage id='b' width='100' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAIABJREFUeF7tXQeYVeWZfk+7dZhGxwYigoIFo0Zjl8QYe83GGEs0Bs1qTFzLGo0xWRNddZM1aoyuupZE8xjBbixZlYAVSxREcFEjLSAw9c4tp+7zfv8599653LkzAzPAGg7PPMPM3HvuOf/7f+39ytG+csmdAXo8dPjQEWg9v6LWX7QA4BkgX+tz9P752nqfW11P4K/vta3P/fT+Hm0LIFsA6X2bFF+xRUIqFqv3Bdmisvqxv/rw0i0qa4sN6cM22aKyelqkLSqrP9tnIF6rfeWSu3t0e/3I3Q309fsszYce+KD7Ky7merjPvqYDtT5f2zAvabNze6ddck/PcUh4s3qNSKU2Uj4YJ0TvLwIs6JRADgIfvu8jCALE43F4ng/Pc+F4HgzDWucjdF0hSyh03RKgo3ikdK0KKAG0xrHZAXLopT0DsuGBnVqJ8uAtQGmBeH6CQSAEoyBALBaT774fyN8syxKwPM+T3+u6AQKiaRoIsFshIOWbp9sG6AGUfyhAuDvLAagEh4tnGIYstuM4IhWUDi44F97QAnhOAboO6IYhIJjyXYcWgkJAyj+jN4moxOUfEhDSL3QPlPpS33mYgYNsRwfiloFUKoWYFUMimRCQTNMUIOpSSeTzOWS6upDP5dHVlRHQCAg0AzCT8DRDVBOBiQCJQOqNWvmHAIQ7mepF1JFuCggIXGQznbDgIW6ZGNFcj0nbb4PxY5qx9chhGD16tICUTidhWUDMVHvZAOAC8PjdBdas7cLaNWuxbNky/H1tB95bvAIrWjpgez5sT4OVSAJmHNBMkThDB4wazkRfAenJEm2YS7GuHtUG2obohg5d10Xvu4U8LENHtrMVQxIWth41DLvuPBETxm2LSTuOQUMciFNtBYBWZdEIAn9PC8P4jaYmaaifCVI+AGwNWLzUxvuLPsSCDz/C/IWLERgxuDBgxhJwfWWfNIpbleNzDwilwjBNeK4LO9uJoUkde06ZgP2+uCcmTRiJtAnEw53PRY4Mb+g4Kc+ozKvzvUBsh2HQOQjBCQD+nlJoWTq8ADA1IAvgf5d04LU338Erb7yF1RkbfrwRvq48tWqgVALi60ReDz1DgqhkYLOQkMgIi8oJj2o6uWhUNV/swdpVKzG8uQl77zoRJxx+CEYP1aB5QJyLKrqnAJOqxIrB9ZW3VH6Ue0o09rQnhqFVXRSvkIdhmPDF8utKtQFY1eJg9tz38MKr72JVR1ZAoS3zDaULI8xL4If3SFdfACmHgO+sfmxUlaUuoRRLREa5/NIoEfR0zHgMrp2F09WJafvtia8fdRjGNqkb5z26jCkQwNTpJQUwQh0lYFREjEVAwoiSkkApkQ0S6bBq6xOKEM8pag7AZ63A87PfxNNzXkNb3kOyeTiyBQ8FN49EIoV8QZ1I12yBUj5FADHVd4G358PfwMC08sw1bUgkIbw1LpKsj0TfCii5dt+BYfhw7AK2HTEMp5x0LPbasVmMMRy+xxH3lQtJV1a8oxpHb0FoFPWXTtHz+XiZVGe8mEUrHMz40wuY8848BIkUPHGd4/C48Nz/Wj7cfCEgfkwB1UuCbaMCUi4R61AYmg8jcJHPfIaU7uCogw7AiV+bhiFx0RwIDMB2XCR0Daam9QpEtMADCQjFxKOdIiYW0GYDc95ciAcefRJ/78zCSjVB01OiyqBREnzlNlNdBTHZeJsdIFx0Hp5mUuEouoI3GLiwghzq4x7O/dYJ2HfSVnDzLpKWDtctIIgn5bV8V38orIEGhNIRUFJDBoaKaeHydtx0931YtqoTZrxB7k1kXuN9EgKqK/U7U+xnz5Zio0tIOSAel9fzxDg7XW3YY9JYnH3y17DDyLhQHVqQh8kImpQIbwp6Uff3hcYQFdELb9YflVW03HJO6lwg57ow4hbWusDt987Ea3PnI90wDDnHR6BZAg5BEZVGQPwSOVqpaWn6Njogls89pcPRudd16FoAN7MW+0/dCd877QgMiwFq8ykz6tEJEHAoR/R8QiKwj2IyoICUTJ1aSy4gpV0MHNAJ4I77n8ALs15HumEECj69tTgcemuhW2V5oe2sYvc2ESBKZREQHoXOFkzbexdcdOZhMBwgoXkwGASwOoWvC3c4XWUKf6CHd1/TlJf+OOCA8HpoS2gWNKDLBuJxIF9wEItb4kM9+MQrmPHYcxjSvDW6PK0MEB+G33MMUol3H2+x5su03uj3SGW5mikc1LjRw/CzHxyLYaE7G/g5WCY9EgPZQgAjFrqnon5Czim6hMi9LUuQyC4L/96bTy8yJ56e2rXi+YV6qdJSRb+PXGpP7IOyExLueZ54H/T+HAC/ufdZvPjqX6GnGmXz2fIB2sYHpHaCyhfvg4vmQrmBcTeP88/4Bg6e0oQEF8j3xW540OAKna7ojihjEcUbXLByrUW5IQBc3w5uUx3o6AJaOjuRLeSRyZJMtGHAQLquDs2N9UI0NtYBjTqQA2AFQAwBbDsP3YzBInMcAlRMjInq1IqhDgPHboEnpdpXXtiNdzyO1+cvRqy+CR15Dw7oIQ7Evu/7OWoXOWh0Ax0EmgFHi4ld0J0shsV1/Pxfp2PMELUoce6+0OePgrhirBJySNHu76InllDqr8sBFn3SgnkLP8a8BfORzefR2tEOl3aKORDZCZpQMZahCfDbjhmB8ePGYuqUydhhbBOSGmkTBpqq6M3grmbME7ILYstEqtTKlpEOAhI1asED8i7Q6QDX3fxfeP/jVTCGDJfonkHsxjx6BUQjY6vpcELXkEGen23FzmNH4PILTkOTCaTkin0EviuLIpxRwIpHHS6JxjIuiITgijU5zJk7H7NefROtnXk4LncpIQWS6RQCqhJDV/aHno8bwHV5bhfwXPiuLaQlGeODvrQ79tplInYelYIr9IxSXiKRRbVWWtJKQGjg806AtKWJPVm0tA3X3nIX1jgJWPXNyGazimro4dD99Uxv93C+moBEGUPln9MdVIFS4GZR6FyDU4//Gk49fB+kJd7wAc8Wmh2SNjXhaybskF/i53PJ73rgKfz1/Y+wZHUbYukmwEqELrK6Qup0qh3qeJcZQ8Yznsos+r6LuBUDGWXPdoWqMf0sGpMG9p26M044YhpG1FPJqYNySKNcrnXKARFDrwN5H4j7DmKmJarwz298gJsfeBKOWQeE3NdmBEjoKurKiyIbKh5UkIdWyODCM76Jg6duJwyu6eYBMwanswVWugE5B+LJkIV9/KX38PTzs9CScZQqYLxixmAzuSRLp3S7L+eObl95aiWzT6mJdiT5Jr42CyNcZTogpxx/JL66/yR1PZQQNxCACLQE4WWbnYDYoUaLB7Z8lqdxgwBX3vEw3lzwCWClEYRscTVQNqqEFJdFyLpwIYri60vGb2jCEHuyFfNCvgudq+l5yFGcrDhWtHm47b4/4J0FH8Gqa4ZvxmVRPKo3ntcwJYkVAaIzhRt+MNWlkHvhZ8pfdMqiyg7S6yMI5Hh9GPKdlP9uE8fh+9/9OhotoJ5vURq1GxgisTrdefVHC7YAnPUCGGYai1vz+OkNt6GtYMIz6b5UPzYqIEUqIVRVsnMDFcFGR1d7Cw7eexdcfNZhaAhVV7Zgw4wn8NbiVbjld49hVXseViwBz/fEG6Kx9n1PeUQ6iUeVfxAV6SsJoapRQLjiqtIeibzo9KtCeiPk0wiaUq8ePMeGbdvYavQofOebJ2Lf7dPiDcqyOyXWOGDeg2eX7+pLhSwGNFjoAjDzuTl46Nm5sI10kXGohGWjA8KoVXZvkfEN928YiZsxCx2fLcVZJ0zDaYfvIT49j9lvf4g7f/8o2pFG1tWQjFuio/N5uqiGAMPMouuSCVD0hNqsYTAWMsukJiR8CVS+3BfGQEmJui5XVJbK0/gwmLMNdGSy5NmAq6afgj3GDxX3lYDoTC+HjL/QOUVSUTljBmLodHKIWQl0uBquuOFeLFmdFSdDLo/XENL7Eg4PtFE/9OJa/SGljF6kUrrvELKkMVEbXmYVzv/u6Tho6ig88/oneHDGE8hS21g0+d09kaInFvVnlHkxkf3oqbguAiIqZojcW2VrSgdfZwU26gIHl513JnbfoR6mS6KxAD1JC0PvCrBMxTFEXFvgB3DCIgpfN/DYrA/xu4efgm8YMOIJFIJAPEdqZL5TIvkB9Iy13gCprjmj3zJ9asAyTGh2J0YOrccBB+2LR554Uow1E1eWzoCyZ9ewrznt2tdR/a+UHCfTga2a6vDzS6ZjVFrRJjzo8eXtCJDS+xnYuq4nkuQZOj7rAq669naszWQQS6XR5QdCPCrNsRkCooEBI2l3IJftUGojZkKLWchk84jH0jV3EN3ZwTyS8SSCbDt22aYJF5/7TTQnmb1UNAq1bljcUrwEKaAoK7po9YAnnp+PGTMfQ3pos7DCKrZSKnSjq6zeJCQZS8K2Cyjku5BIWpILicctOJ6rihDE1+yZYBxsQDTNRFxz4XauxGH77Y399twNPsVAN2A7LMhgVF8uIQFczxVHIzBN2EEcy1etxsMzHpWf6bK7/FuYN1EOxsAFhxuksoQl8pkK5UUpVlg3WA3iIUV6xCsAjleMEwZTEno6NysdC/msJM58Ny/lSVxAlZTSpU4simPk+nVDKmYYJ/H/vu+ERjxUURYTbzrMWAqd2QJyzBGFwaPtOIixqGwDjg0GRNxTySgq7yMW15HPduKk447AgftsD8tRdVeb6nBpyPwAyaQhxGfeZvAX0jksH+KmKrs+lhuxII/UFytjArgqYA1Tu3S2OrM+6ofoeOmVRbjnkacQbxiKQqEAz/c3B0AUU0XKWoqfXRbHBahPavjpZdOxXZqM7MY/IiWiGDI6yqRkutModJSoTMsVDv/PwoiIsWZ+p9SWodhsutDMMrAs4orb/4zX5i9CY1MT2tvapHp/Q44BkBBVGEAVIP554CEZN9DZuhI7bTMc//6vZyERJnnKd+L69Ir050ZVhUyAmKQGHBTsAuKxuIR/kc2QYDRMORfbI0gReZ4KBEUVM3wt0TUMVgiKZwcwEhoWZ4GLr/4t8qRoLKayyRqsv03ZIEBE58oGVOqqdPhCh1t+Bkd+aVeceuwhSOpM9apqQx5O2Lch911MfvdnyWu/tuS79e7F1SqC657FKd5xKHcqmHzx3WW48Y7fw0zWCw3E4jsm9OTV/fQiNxiQWjGGFeRh5dbgnG8dj6/uO0XpaykaoB5XEkU6fzCOyrP2Dsv6XQU9tcAycOcfZ+GZv7wBPVFPq1NyizcnQBjBB3YHhqYNXHze2Zi07RDEAkoOKwRVyaZkiPpVKNS3hVsHkEHI/FHtOl4gybPlncANt96NT9bmYcOS+1sfl3hQJYT7JGYacLKtGD9mGH562WmoA5AggSjVLDzYOjAIq8VTV5x2oGVRyFfxMFWw+cGnLfj5b+5DAXFVChXmkfpjUwYVENGhbEGjENudOGDPyTjnG18WSjzOqmuPsYuqoR3woxLjQcCcWUnFRCvCmLmVmS/Mw/0zn0IiWa9qvWjo+2HkBx0QUu20E+mEgSDbilOPnoYTDp4Cg3yRl4NmqQTweh+hk9Dt/YOw+NWuT3mKajPRLrq6IbVe19/6RyxYvBRBvE7yQpsVIMqr8pFOJqSmq950cdVF52LHkSkkmJ/3C/3YP1WWpbLLtlTyUnzxYLrYdFIUKHT9WdkPzFvagWt+fRfaHQNBGNn3dcMNuoSILx/4Esk21iWRa1mJiduMxOUXnInmFGD1r46ur/e1zusq7UckRL3ZlUrvrFK5ll++5NSgGodeXtCOX9/5O+nm2mwkpNSIGRbNMRHFQgingKk7TcABX/wCXDvXb199fVERaofdXY4dtkgEyNksa6h+qGqbmCq8DocgxGOsb3aQy9uIJVOqVZtdY6F7y8Qb3+PF6/H8rFfw6dLl/brcQZUQFcGX9hQv3GLK1nWQz7RD9zzxeiuTS/26g36+mB2+WuBJJ++QpIX6lMrNV7URdEc0hrNhDwlLaV0Hbe2d0r+YswuwLNXUajK3zxqAWFIAacsHSNU3ASxd6scxyICo4ggJAKVCxA/b2gqI+S7a21uhxzcC01WWkSTXxNiB0fSuE7bH5eedKLFRDzKiaJaA9b5kF4A/PP46nnzuf6AZJnTThOM6kjGVYgvyXIk0CnoC7XkNyfoGkab+ROuDD0ixDpd1IS5SRoB8Ryt2mTgeU3fZCYHJMqDBPKSStySFugHX0/DW/EVws+249pLTkQiL9CqvQoot2FxC8lSLIa8D9z76Ml5/8z0cfeTXkM9nlYRTZTH9EOgoBCZsxOHFG/D8rDlob13br5sbVEB4JaTmNN+DpfvSgZtrX4PhQ+K47uqLkTKBGG+IoIVF0OVXv6FAlW/8yPgSHrK0dz74Ilb8fRmuvui0sJ1CfXL5e8ixScs2yURNkxbs626bAce28aMLT5FqFoa3fA/BUzXQ6nevfZDDLXfdoyiifviRgw6IqijxJGvH7nGWoV524XmYuuMIKRAwfFaChOU5UcQuQwd6839633iKugidUukEY3dqDF0ucP1vH0K6LoXvn3lUBSClz5WqklBlUe1GgDBPcsX0ExG4XrHdQlJ0mo6MA6zqDHDdLXfh763ZTeH21l4Ydt2mkxaCQgbZlpX45glH4ehpX0Cd5LM5eEalS6Mu29Igmg2VD25dA65GpiCQ9juRWDOJ1ryGS35xCw458AB848u7yUaJjqBcRqKmo0ATMoFnuPTa/8b2Y7fD904+FEmw2E9NbaUUsfCB/7/u9ofx2oIlAIlGP9jYElIbEEqHb+elMXSfXXfED886Wnx1meBArsezu2Xset/3fX8Fi94ICD/A8lX/s2sk0JIP8M+X/hvO+c5ZOHS3rbsBIsmOIjpR7lz1VxCQ6ZffLECePG131BsKEFXwIIX6eHb2PNxx/0zoDcOR9XToVcZL1bqDAVBZtRfI8xx4Xe0YPzyFG392gUhGuT5n4aDWbRE2XFVFV0S3m95Rt+p7x8f7Cz/CL2+9A9de82/YfniieD1iQypUJSXXDVg9aWJ1Fjj/8p/j3O9+B3vvMFJGg+QK7Fk0QbgXfJrFL2+/B5mCBi1ehwLL+vvpsgwqIFIp79tI+gVc8f0zsfu4ZtHXlBCVWmU9cM/V6X2XheqvDNtLiiqFP9s+8MeZz2LhB+/jmqsuKosw1q39VaKrcoZMOL27eDmu/dVv8JMfX4GJI1Mwudk0C74BZAD85IYH8OHSNdDiLD01Q9JxY8chNXon6Jv72TZM/9ZJOH7fCaKdpSajLE9dabsHwJZ3QyeqGSb5x/EbbT5w6Y+ux6H7742TjjlY8uNR6Fotl2RTpXIECCv4n3kJz734F9z4i6vQbLiAayNrpGRH3fHwbDz23ItINI2RdC7PylLZjS8hNQCJ+XkcvMdEnHXyYagzARb6q1IDHiEhVzFZo3zwzIZKiDT+h19StA0Tb37Sjv+86Vb8+OLvYcJ2japQTrqv1v002oVsIYd4Iimu8u13PyTB7I9/OB1xUVI6MrDw1qI1uO6m26AlGmCmmtGZy8F1OR2P269/zsmGq6wKQDiij0cm04VxI+rxqx99C2kWAASu0AuaTJ+JDg6D6U6+DYS7W760mmZIOU+h4MDVLdx410ysXLUa118+HUMi/RkWLlRCooqxVZzRAuDyK2/AfntOxcnHfBlpPy8VjityCVx942+wsqULZqpBsoWqx53qOuwmq7GzKktpBxwQNbgsQDpdhysvPBWTm6OWN2UrSsyWlIXI/inXsgNn0tUqEP4kN0gALF6yFj+78TZM/86ZOGy3reGzbYIbSAYdVJcQeoKM1V/9aC1uuvW3uPQH/4ydt22Uc2Y94Ka7Z2LOWwsRG9IMxFLIMTYJe1f6IuGDDojjuNIScMwxx+CAvUajnhXm4d1KS3LosxsEjq6iUeqQ5Q0M6KBpsrsxKZ6UtrX7fz8Dq1evxrU/OhdN8FS9GMtcmd4P+fji/K7QztmuC9cycd/Tc/Hiy6/jF1efDzcLNKWAOa/Mwx8efxY5jyPw0vDJ9Mq0G7XVSKn0NgNyQAGpNi4jZuhCuDU0NMDLZpD0VMuZ6kdXkx14sVRfPFyDXFaZ3FS16rUKddbdhyX22Ifrcd6WgcCw0Lp2Na68+EJMHTcccWGceFFMIatNUX4/pEy4tOyyogd15c0z8MFHyyTIjRsaYjrQ2tIGmCkEVgKFcBgn6fdNAkiU62Bjpq6zbVlHLteFmKkjbhqwCwXEWR/rsRs2bLohjaJzVoVqVVMdUcw5l9I8lcXXMkisSs5d6fdygxmOkAp3pvqbD9vJS2Js7YolOPbwQ3DKcUfLxCJpCJWGG+X1uUpQ1GCdYmykIWsAC5ZncNE1v4ZeN0K4KQLOkSOy0XROARu4guv1tiERIFosCd91UJ+KIdfRCt+2ZexeIJy7CS0aLBIuUASIalVjhNu9C5fZxaLJX2eyW0kaSru5ApQwv638OLZS52E4GUzYaij+5bxvY0RDUlzvKLtnhj5GOSAMPwgKpaagA7+dMQuPzn4bWnI4HJ3tF1TDBMRVEyEG8FhvQMRgaqbw//muDpi5FowbPRyTd9oBL81+Wcr49VhCAaOGWciOlkb8YhMnu3oJSEkl9RWQyJ2MgFHf1Xmi8xnII+Z2oMFycMUPz8OkUeyCVK+SiQ5hYKrupWRHeHnRa5ZlgEuu+Q+0+Un4sSFwA1XdbtFjlFbtqIlvYFDZIEAkI+hzUmgAI7MCF513NvacMhqPP/82HnjkT/CtFHQjLnxPdJRPRij1DPYECOMIFa9U8YHkV7UAYeUkOlfg0vPPwAFTxqqFDCHjKJAiIMrhK44FVD2NKiH10HPv4D6W9TSPQd4nN6bmMcocYpnK3b9IvDfYNgiQqBCuY/UynPNPR+Gkr+whngtJuCdeeBf//eAMaKkmkSIZ8mLbYFyg1kQRcr6x7hDMosryK4dRVlNZ5beo3INovAf76C+e/nXsM3m05C4815bCPZEIaaMGTPGKqMDC6zIg/fVMo69qB67+1X/hsy4bnp4Q91cPa3aLPZCbEyDMkuVaV2HaPrvjgm8fIzN1abPpKGUD4KU3FuK+x55BR95FPJ6E4/gwyX6Gu14BUmq4rNw9KsquYdSLCkhlBDkcgxLQ1b4WQ5saMf2MU7DXzk2olw0fwHdyapa8NFCHgDBbKL62VB7LeCnaE5KS9z/yCp6e8xYcIxVKYjkVEo4P2ZwAiQV5bFWn4cqLvocR9UDgqeYcKe0J+yde/Vsn7nzgESz5dCmamkbAtRXPwy3Ilmff9HqcyiaqoUZVo4JBVYTQ66Gh1XKt2GHbMbjgu9/GqGat2P9hePnQK2JbGqcGKYmIBYWwTZ3nkYoL+Zr7STt++p+3wU40SfpWjYIqpYKVLNJ56R81MigqS2l0Hwk/ix+cfhz22XU7yW1QXVE6ZLR3AHR5PlxTx5IM8MxzL2PW7FcQIBn2matReiIhYRN/+UgNdeHlA40rWaHIrqh8NgHhBjn8wL1xxnEHybXwFTlH1aJb4mpTONUUCJcj0MP582pOlJIQ4su444ob78Gi5WvgxJuE6ZVRfwKIshlqHMgmAIQ3E3WcKuWrGvU9O4PTjz8cx+w/GUPjquvIc1xYpqlqp8NInALh6xoKAfDpii78fuaTmL/ob9Di9eA0LKljomfAaITzSIRX8mRMIGMc2X/yJAQDQfhdfsX35TLQ7XY0p0zstetOOP6or2JUo44UP9/JS/M/pzrwvWQI2Oosc+klSA1Dc/ZAMrEfdt92ecAjf54rqtZP1kupq1Ah4YTSaI68GpSpbzqjLi3AMvrCgZ1pw/5774oLzz4czaH2ZV1N+cBjtcPVQlN/C+mma8gFwPsft2P2a2/h7fcWYvnqFhmgn0omZdIDJ1mrGb/MZOnS6x6lSHmuQjYj04ACz8fwxnocsu/u+OJukzFp65S4sty35JnCunQ4jiaGWIbPSOJPuVQRd0UHkIkkF6YMMZszbxluuuNeIN2MDIWBs1giQCLpDyc6bEJAlHqQ6DrbgVGNKfzksvMwuh5IRsP0yzxTie1CNySat6VMrpIkrjW5pU4beP2dD/Dx8uX4cNFidGS60JUryCwUGRnOfk1fjeRIWhqSZoARjWlMmTAOO08cjx3Hj5WqlXjY+CoPd9FcpHV2FAZsZIPuWTKVrmrHgxRXBMjLGDwDSzPA5Vf/Eh15H1ZyCGxfE2on2hBSFlTkvDaRUS8fYUFdHffzuODs07H3zk3Q3XCiXNR3E1qsckC6O6WaPLyFrieBybIjNq6YJ4K1fGUHOrqyUgdMYPIFVjamMCSdxvCmejSmLIxs0JCKGv7DbV6w1VgrerQE0pEmbVuG3SS1JKweHANfZwECpVfH6gJw9fV3YMXqHOoahyPT2RmOj1K0TzQMbbMDZMLWI3H5hceJKykD9mkHVR9+Hw7VohwdDBjzTFmVZe2iMDByMOn7h3Gb+EVRGzNNsybzncKz8Q1SF+UJSxZF4hZVUVjKI0o0/HwOB+D8XiaeOgPg+psfxLsLP4WVHh727CrbxfMJS63G/harEKM26U0UGJZUlmHnMHXn8bjgnCOl8Yb6msCIfu6JlOVKyKp2B0SUYPgsqdINRxpeUX2urnIm0amVcQ0p7kg1RojplBD+izwyDgYIPbWQX+c1cmQgJzhQKlf7wG33PoGX585DXfMI5Gzhoss2DSn0zQ4Q1TjPReNU60zLZ9jnC5MlOt9mCJCQSW3kqcISxGqyEupeqrNi11FF037l28pHyCobpg7aB5UrF1o25Mkifck8S0TAl8UxZYAwe2iZFpa3FvDL3z2Ndz78FMlkHLplquGbxTZvNbVOPntzkZBKt5eTQVkPnu1Yiz123A5nHHMIJm03TAWDahRujaGR6uEr0UIrLVPqGxdeKly4YsKoDKWIOlTYRtF5Ra4vzG2UswHFc9K+eGoC0CdL1+Dam+/E3zpjSDWPQuC6jm58AAAEo0lEQVQW4Hl5iVNKgJRGLxXHRhVz5JvIqFfb7IZUGgYw3RyG6R5OO/FIHLLPeDVe3aOJdFkGrkL3siNiYcuzaLUePFktAVY6nQr0Sn3kkfx0b27gb2mHbGYuLUhpwv/MWYCZT/0JLVkPrjUEnozAVWy0gjfk2YoyWa6Lo8g8VOP9bHvuzdBuELnIaNgqZBHk2zFtvz1w6slHoD7JKQdqvIZR+byQKt5Oj70ZoYrraZCZ3JiMou2eqY9uOHIKuMAkO/nz0rYADz36FOa+PT8cBRJHYKqRgdWPUlViTwvZn1aD3sAQdbwhA8ykEI6PqGHBmO1ip/Hb4tivHogD9hgt1EWh0I5EnI3QFbuJeZFKTVNlUXqfKcCh+SWjH7WpKRlhlG9Kexkl5C9/XYqZT/4JSz9rkRlAppmEZlhFFfo5AYTsLtlSzvlIykMg3exaHPjFyTj+iAOw/ejGYqVJtI8juyE2oAyUasUAYkhrcXf00MSzqn4QiLcXt+KPTzyLDz7+GIgloZlxpb74TCo6IuEsxc8FIMLshqvh8MEp1MG0G56NuriJqZN3xGEHfgkTtkuJexzFBrT/4gN4bEWA5N55kPcqn7UuZKDa7Gqoi8/BytY6AwFsVwWbJAXZm8Gx4Ys+asEzs2bjrws/huvrEq0nk2l5KgILF9QQMvXAmZ5nJv6/U1nMPSvizdN9+YoO4bVcF3Hdxh5TJmLP3XfB1Clbo8FSYDBhRMaDgZkM5pdZh4BJFrw4zJ9PMVA/cyMTNjucZSUNPuEEBVbysPJ8+RoXr7z9Pt6YtwCLFi+Bb8WRqm9QDz4mK+C48uhWj9NQw5Tt5woQlddQZS/yWAuOXJWxqypHLSFcECCf7UJM87H91iMxYbttMG7bUdh98kSMaYSMKY8COUoEwSk3L/ybBNplEbvY85AX+99PW/DJ0lWY++48LFu5Bp+1ZVTnrJWQxkwOLZDZzqFik2lx5R9Qk2L4fyYhqvJEVWFImajMwVGDj9WzOtgfkRBuiiP2vHyXfBGcdMrCuDGjMKq5HluNHIqxY8fJc3DJ+iYSCSQS6pmExDyf96U0lTN/29pasWZ1Cz5dsgQr17Ri+co2tHflJemUrG+Sx6/GEnVSIC3Uu+cg8FwJ+NzAQ8JS1xs5x3xf9Zx9ef6lJy9sYJNTffOyalnVcLix0sFljZXlxQeRhxXWS+nCr6gkKt+X66LmL90Y9bx6kCRH8vHZIHbxWeuk5PlztIAEnt6SPO7VjKk0a8DgU9kk9RhwTxa/fOnKl7cnt1mp3jBK78FpGHg4+uL2DvSDEysIr8rCOObdi21tfFiMPDW61PLGvgvZSRV8Oh/5HRGHlW1xtQq4mfTqOcaIJKnnpe9PQ+fAxCGDBMg6Cxo9+ZPUB7ONPeSqLav7TEMlBdWbRCOwtwBSYyuwwVOpk+67Llo0VZbQ8xFJSF922xZA+rBKESAl97hCHfQyO6s/gFQDvvISa/FlkrLu9vySdW/wc6OytgBSfff2zmUNkg3ZAsgWQKquQG2VFbm9m5OX1Qe7sOUlA7cCvausgfusLWfqwwpsAaQPi7QxX7IFkI252n34rP8DQbnjCHSnvo4AAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E");}
.delicons_5 {width: 68px;background-image: url("data:image/svg+xml,%3Csvg width='68' height='30' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='url(%23a)' d='M0 0h68v30H0z'/%3E%3Cdefs%3E%3Cpattern id='a' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23b' transform='matrix(.0071 0 0 .01608 0 -.006)'/%3E%3C/pattern%3E%3Cimage id='b' width='141' height='63' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAAA/CAYAAADdXEvbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODM3RUIzM0Q2Q0QxMUU0QjYzMzhCQThEQTA3QjlGNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODM3RUIzNEQ2Q0QxMUU0QjYzMzhCQThEQTA3QjlGNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MzdFQjMxRDZDRDExRTRCNjMzOEJBOERBMDdCOUY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE4MzdFQjMyRDZDRDExRTRCNjMzOEJBOERBMDdCOUY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SrBYAQAADCdJREFUeNrsXQu0FVUZ/ve5F++9BPgAFERFsLBMkUxS6JZYpksNzLKF8ijIYK3MR0pZBi4Fl4ZIYQthGaRoC8LVy0rSfGStfJYipaRppbwsI1OD5HI79870/Xf/w5kzZ/Y8zpzHnHvnX+u7c86ex9kz+5v9P/a/91Wb6QRyRAE52XqRUA4HLgdagFuB56hOsj9ZtKWlma6cMIj2Nilq7bYpk3jSXIPfaAPmAnOA/aRsIbAze/yNKbkqX/8i4BVgATBASMNlW4CrgX5ZE2SkceRTwGZgBXCIofdZJIT6fNYMfZs07cCvgR8B741w/AhgNbAJmJw1R98izRhgPfAIMKmM88cBPwfuBz6QNUvvJs1BwM3Ai8D5FajP6cDvgO8Bo7Lm6V2kYS/8q8A24LIq1Gsm8DJwIzAwa6bGJ80sadDFwDuqXL8rga3AFVlTNSZppgC/B9YAR9awjgcC3wReAj6TNVljkGYi8CDwM2B8Hev6LuBO4Gng7Kzp0kmadwJrgcdsotNSVOf3AxuAe+VzJikgzQHAUuAvIMt0Z2QmhSM0Z0qvw+pyZNaU9SHN0cA32PAEQea5yZJi4jiGOUeWV2Q9T23EPWD5HuBrljDJdvnWDmGUa5sy4SrxmNbzwMYU1OfrwEd93rNrgUcbhBvsfBzvU35fMxXI8FNgf3y+DsS5NOe5Y5Vu4nyfCQ9sT0l9mDAf8Sm/s4FIM0XsWq/syeXR/HmhAP7uIh2se5+tPaYS1ZQyFbVRGmh6igjD8pqh/L8NpIV2GMp35lgdMbpkK0lXf8DmdBDkAmy3+RGmzuRhcl8CnAg8nFkZNTaEncw8hzj5YvVzFzAK3xfYelcaep1lpIOLtwQc05I1bXW9p1Vo/IdAkvFu8nQVbBkuuh7HjAbW1lFd/RI4jvSQwpuGY3iQc4OorEyqRRo0+nC75yErHiJYpnSGHXULcboL5GEdN5OPBZ6uoSvO41xTJS6zOeA4zg78G+lo8e6saavb0+wsxGPUlyTmMccJ4Di9jktlsQ3BwwlfRNlbVSQOX/Ia4CjgBwHHfZL0uNR1LqeuO2vaKpIGukfZVAjigThDsF2Fj48DH3JcbI/KYlkp6mBlFQjDJBlNOiXUJMcAvwB+THpcKk2iegE3VJB6Ij+ATBOw/S0+3o6zh7ntHZfKeot7HNKR2IcrQJ5ngTNEHW0xHNMKLAH+BJxV5wc7HDgWGCsxDSdV5F8Jr8smwki5NgfYOFp/UJXu4TCxFcdKJ+A4ESa7kZodkuRKSGY7n2az643t1UqPSfWQhgnUJMD+Z9jWUXqsarHSFSmnd5kacsxs4AZgWB2Jcr6oxJOAIzz72Jbi4N2hMa7HjdQu4JdvjDSkN1fpf/IiPQXcI8+rnPeUX7oZpIN3Jwrx3cJk4c7i3YE9DZHfGJNyl7cCN/HbjdKzHEp1l6qsdeKiX1/GzfwqYN9JciO315EwU8XQ5lzoT/sQhmWgGOzHR7gehw3uAF4FHiI9xDBZehW/5Lb9hFDTJRTCWZNfiHkPF8t5q+W3hvscw/lL50g9oqknS3ZY2r4hD6mOsbUd8ROQZIyjsrqLVVaXeDL8o3fHuKEhPmVDge8AT7J9VcfeZaU01OgKXnMS8FlgcAK1wvXiFJEokx45H2q5PNPELrcQpBguj8rP5jmXdDL5UpCkP1FxVFnkJenGOVl8U4S6XETFyVU8lsSpnnPrbLesK+ONjiKVCgtwz/ZMiPH9qKijisVpitSTP4l8icOYJ3GUC5Wrh7KKlS2PYfGE8UuB/wTUZYQE5viN4DwZTtNoqzNh2Mif1gCeznHiRfrJt4EPVjq4F9DLRCLOIcB3mc1Kp4buI55VbO8sl+791pA6TaEq5sXYYv3zjYdYkWyfBA1V8CIGHNc6WWJJbDieJqr51QRV/LuEGs4DPiwN/glxALYGnMe9/0RP2dHysgb1QHPleR8lYYwz5YWN5z3ZIc67NzVCjuebewzlt5HOJ9np9DhNhUPfkK5+UL3eYFb+u/op6mhW1GQH0iZoBsS3SPeyXnlRDHp2l+eUWUUOnl5jsEkWSM9xieFcdkBOdX0PinN9mXTOjFdeID1kc4KEP6KpJxOo1DD2+34h6ajy5Q6xukqJ+I969eNtqMmOAU30ZouiflbgobMM5fcZCOOW/gmq2D+ko+Se44cBxvVQlyt/ruG45QbCeL21eIZwTMO4qIfCtr+t30YO1k1SxQZy0oeaWF5vVdStVJDlOJLM03Si9CBJIsJRzmWvK2/Y1y7bCeS/KsfuEJUVWo+cIRocQqJIxHEMtKVpshjtHvWUC7NnTIsXbEpor1RKOsTBMMV/KCBW9GDNDOEYHpWXODvJoNLqRZrOJhX2Po8wlD+bIv7/0VB+gGyHG/b/ObFd6DdKbXkMYxXS2CqYCFZanrJWk4qsnIzSmqUl4A1Pi+RD9rcayvcmJo1laHQ/EtklJNGfbB9FaIeQqR7J6dpLtHuG9u3gHzc92CEpIs3QkKCh6R4GV6ynsULcbjOJVA9tvL2RCrlmvWY18O+1dIcGaUze3ckpIk17SN1N95B4anUuiqsdZLcQ+Y5RGb+Tv8FcU9IMylthZDVlCB7miYPUS44VJyPI7jLZPBMDbLb4pLFieFBxDeMgT6vWMmSvTU3Bnc1WMkdfb0sBadYZyv9JheV2nyCdTuEndyUmjRXiQVFCVzyo56m1N9WBOh6+u4sO7OymfPCaGasN5ZyoxGkaQSka1cpR5t/kJebGGvavcX3uJPN4VLsQJ2hsb09k78mxQ9z2iPNZhdgsYREi22AM2xWIiEUVjk4PxJ824O3mQL+Pg5OLDLfIaRo8UMtpsRwh5jybt0lHUdlYHlOh6rIXN05iL6dKUK814Pglnu/zSc9d85Opck1+OXjoY4sYz3z9g0kvGG4iTakHFGVynNejctNEua4XdA2vMVwLw5iv38XzckJDNT3u9cwAVcBv6WVUneXjHOFErycjHssrwnsHGXk4h8exFhrOOViINb8Mm0aF2i1RhxpIYiFkCBJGUYMpEp4jvriOvx/1cTCxbzbsW5TUhikhjbWPFIqSeFKlxFKxyELpJc5VpFMgKiHNVSANk2VGyDEX+KiuslUm9zQDLU9DWwl6m7DBTbd6IwoduypXWitMHE5H4NyU9Qmvk4/7Ugfs41yYj4laiiK8GisPYt6b1CxkQ5ingpxnewxbky0StgiAHWAKuy0nRf5R4woF/f5ahR6H01enSc8zWYxhTlriMZ6B0ot0iS3E3tO/SSdUsZHM6+Zsomhpr17TsVsM1NflvtjG2RDD1nELn3O21Ju3nAPFyWP8rwgGSPPn5R52yW/ukHtgnvAqHdubZebAI6jdWpwxzDGM/byn8kgTvk/5eFRlGsZ8s5zkta2K6orjN7dQIauvRUjT5CLNngr+1qFCml0VvIfnBTe5jHovaTqCdGxeXC6e4M8LGs3LeTwq5eOSB3lDSRS01wWPQRxeMIiT0V+rsc3TKahWhKAW/+IokCRBOpNP4hTAsWioB7jHsUJsGYui5eFQhN7JLt8w3ijxhll1IEyfFD9D6zk00hnANBBne1yX2yKKFRX2M4AjDjmw3cCTv3iW4G+ypqwvaRxhT2EUiLM4amZfkEcUZywqQo/Dsx+OJL2iZyYpIg2J5X6VM7PSovipodjfWZgLpdfdwrYj2uh5CWGeEIuf83TfyJovnaRxhKc1fBw4B43/QpzRbyqkH+5bOADlg+3iueJhA5qcG/I50sP6j2fN1hikcYT/kRf3OrzecD6KzWLppVF54j6IQm34vhTbGVGj0KQT03mS3Zpe9uwHGcqPSHvFY/+3XHF/+f8wrQMBbgTrppliOi41M1vpJTr22npVgpIYjV0a7Lsfn79Cdfx3zFWWp+Q5emObm3sdaVzCkUJej4bjI0ts15QJg5vdRq78jUJ6qHL97ZFtSsdb1lPvls0SV+r16smv13kAGIce5go0ekfCMaobbK2Kejth+pRNE0SgZbZe0OiO+CPidI+tx0DmU7bIYt8hjQjnqPJya6dYrmVjA+I6L9t6DZspSk+ez6QPksYRzqEdD0JcDOwy9DbXkl7e4u6sGTLSuO2dFaKyVrnIwsnOo7F/ocqef0NKc7V/QOnI7SJbpwu0KL1O3CvZo29c+b8AAwDxpPZLRp9fzgAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E");}
.delicons_6 {width: 115px;background-image: url("data:image/svg+xml,%3Csvg width='115' height='28' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='url(%23a)' d='M0 0h115v28H0z'/%3E%3Cdefs%3E%3Cpattern id='a' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23b' transform='scale(.00369 .01516)'/%3E%3C/pattern%3E%3Cimage id='b' width='271' height='66' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E");}
.delicons_7 {width: 99px;background-image: url("data:image/svg+xml,%3Csvg width='99' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' filter='url(%23b)'%3E%3Cpath d='M35.302 28.256c-.07-.07-.07-.14-.07-.28.07-.28.279-.42.627-.42h.488l-.279.7h-.487c-.07.07-.21 0-.28 0Zm-.488 1.398.836-.909h.349l-.28.909h.628l.836-2.587h-1.184c-.349 0-.697.07-.906.21-.21.14-.348.35-.418.7-.07.349.07.558.348.698l-.975.979h.766Zm-3.135 0 1.672-1.748-.557 1.748h.627l.836-2.587h-.697l-1.672 1.748.557-1.748h-.627l-.836 2.587h.697Zm-3.205 0 .348-1.119h1.046l-.349 1.119h.627l.836-2.587h-.627l-.348.979h-1.115l.348-.979h-.626l-.837 2.587h.697Zm-2.856-.7c.07-.279.418-.419 1.184-.419h.07l-.07.14c-.07.21-.14.35-.348.42-.14.14-.349.14-.488.14-.209.07-.348-.07-.348-.28Zm.975.42c0 .14-.07.21-.07.28h.558c0-.14.07-.35.139-.56l.349-1.048c0-.07.069-.14.069-.21 0-.21 0-.35-.07-.489-.07-.14-.209-.21-.348-.28-.14-.07-.279-.07-.487-.07-.419 0-.767.14-1.115.35l.139.42c.279-.14.557-.28.766-.28.349 0 .488.14.419.35 0 .07 0 .14-.07.14-1.254 0-1.881.349-2.02.978-.07.21 0 .42.139.49.14.139.348.139.557.139.557.14.836.07 1.045-.21Zm-4.11.28.696-2.097h1.045l-.697 2.097h.628l.835-2.587h-2.298l-.836 2.587h.627Zm-4.041 0 .627-1.887.139 1.887h.349l1.462-1.887-.627 1.887h.627l.836-2.587h-.905l-1.324 1.748-.07-1.678h-.836l-.836 2.587h.558v-.07Zm-2.857-.63c-.07-.14-.14-.28-.07-.489.07-.28.14-.489.349-.699.209-.21.418-.28.697-.28.209 0 .348.07.418.21.069.14.139.28.069.49-.07.28-.139.489-.348.699-.209.21-.418.28-.697.28-.209 0-.348-.07-.418-.21Zm1.533.28c.348-.28.557-.699.627-1.118.07-.35 0-.63-.209-.839-.209-.21-.488-.28-.836-.28-.488 0-.836.14-1.185.49-.348.28-.557.699-.626 1.118-.07.35 0 .63.208.839.21.21.488.28.837.28.418-.07.836-.21 1.184-.49Zm-4.668.35.418-1.258.697 1.258h.766l-.766-1.328 1.602-1.259h-.836l-1.393 1.119.348-1.119h-.627l-.836 2.587h.627Zm35.182-6.92c-.07-.07-.07-.14-.07-.28.07-.28.279-.42.627-.42h.488l-.279.7h-.488c-.139.07-.208 0-.278 0Zm-.557 1.468.835-.909h.349l-.279.909h.627l.836-2.587H48.26c-.349 0-.697.07-.906.21-.209.14-.348.35-.418.699-.07.35.07.56.349.699l-.976.979h.767Zm-2.787-.77c.07-.279.418-.419 1.184-.419h.07l-.07.14c-.07.21-.14.35-.348.42-.14.14-.349.14-.488.14-.209.07-.348-.07-.348-.28Zm.975.42c0 .14-.07.21-.07.28h.558c0-.14.07-.35.14-.56l.348-1.048c0-.07.07-.14.07-.21 0-.21 0-.35-.07-.489-.07-.14-.21-.21-.349-.28-.14-.07-.279-.07-.487-.07-.419 0-.767.14-1.115.35l.14.42c.278-.14.556-.28.766-.28.348 0 .487.14.417.35 0 .07 0 .14-.069.14-1.254 0-1.881.349-2.02.978-.07.21 0 .419.139.49.14.139.348.139.557.139.557.14.836.07 1.045-.21Zm-4.11.35.348-1.118h1.045l-.349 1.118h.628l.836-2.586h-.627l-.349.978h-1.114l.348-.978h-.627l-.836 2.586h.697Zm-1.951 0 .697-2.097h.836l.14-.49h-2.23l-.14.49h.836l-.696 2.097h.557Zm-3.414-.63c-.07-.14-.14-.279-.07-.488.07-.28.14-.49.349-.7.209-.21.418-.28.697-.28.208 0 .348.07.417.21.07.14.14.28.07.49-.07.28-.14.56-.348.699-.21.21-.418.28-.697.28l-.418-.21Zm-.906 1.888.558-1.678c.14.35.418.49.836.49s.766-.14 1.114-.49c.349-.28.488-.698.558-1.118.07-.35 0-.629-.14-.839-.139-.21-.418-.28-.766-.28-.418 0-.766.14-.975.49l.14-.42h-.628l-1.324 3.845h.627Zm-2.438-1.957c-.07-.14-.14-.28-.07-.49.07-.279.14-.489.348-.699.21-.21.419-.28.697-.28.21 0 .349.07.418.21.07.14.14.28.07.49-.07.28-.14.49-.348.699-.21.21-.418.28-.697.28-.14 0-.348-.07-.418-.21Zm1.533.28c.348-.28.557-.7.627-1.119.07-.35 0-.629-.21-.839-.209-.21-.487-.28-.835-.28-.488 0-.836.14-1.185.49-.348.28-.557.699-.627 1.118-.07.35 0 .63.21.84.208.209.487.349.835.349.418-.07.836-.28 1.185-.56Zm-4.947.419.697-2.097h1.045l-.697 2.097h.627l.836-2.586H29.24l-.836 2.586h.627Zm-.906-.42-.278-.35c-.21.21-.419.28-.697.28a.632.632 0 0 1-.488-.209c-.07-.14-.139-.28-.07-.49.07-.279.14-.489.349-.699.21-.21.418-.28.697-.28.139 0 .209 0 .278.07l.21.21.487-.35c-.14-.279-.418-.418-.906-.418-.487 0-.836.14-1.184.489-.348.35-.557.699-.627 1.118-.07.35 0 .63.209.84.209.209.488.279.836.279.418 0 .836-.21 1.184-.49Zm-4.877.42.349-1.118h1.045l-.349 1.118h.628l.835-2.586h-.626l-.349.978h-1.045l.349-.978h-.628l-.835 2.586h.626Zm-2.856-.77c.07-.279.418-.418 1.184-.418h.07l-.07.14c-.07.21-.139.349-.348.419-.14.14-.348.14-.488.14-.209.07-.348-.07-.348-.28Zm.975.42c0 .14-.07.21-.07.28h.558c0-.14.07-.35.14-.56l.348-1.048c0-.07.07-.14.07-.21 0-.21 0-.35-.07-.489-.07-.14-.21-.21-.349-.28-.139-.07-.278-.07-.487-.07-.418 0-.767.14-1.115.35l.14.42c.278-.14.557-.28.766-.28.348 0 .487.14.418.35 0 .07 0 .14-.07.14-1.254 0-1.88.349-2.02.978-.07.21 0 .42.139.49.14.139.348.139.557.139.558.14.836.07 1.045-.21Zm-3.901-.28c-.07-.14-.14-.279-.07-.488.07-.28.14-.49.349-.7.209-.21.418-.28.696-.28.21 0 .349.07.418.21.07.14.14.28.07.49-.07.28-.14.56-.349.699-.208.21-.418.28-.696.28-.209-.07-.348-.14-.418-.21Zm-.906 1.888.558-1.678c.139.35.418.49.836.49s.766-.14 1.114-.49c.349-.28.488-.698.558-1.118.07-.35 0-.629-.14-.839-.14-.21-.418-.28-.766-.28-.418 0-.766.14-.975.49l.139-.42h-.627l-1.324 3.845h.627Zm-1.533-1.258.697-2.097h.836l.14-.49h-2.23l-.14.49h.837l-.697 2.097h.558Z' fill='%23000'/%3E%3Cpath d='m53.277 17.421 2.369-7.13h-2.508l.906-2.726h8.15l-.905 2.726h-2.438l-2.37 7.13h-3.204Zm13.098-3.913c-.07.49-.278.839-.557 1.118-.28.28-.697.49-1.115.49-.348 0-.627-.07-.767-.28-.139-.21-.208-.42-.139-.769.07-.42.279-.839.558-1.118.278-.28.696-.49 1.114-.49.349 0 .628.07.767.28.14.21.209.42.14.769Zm2.648-2.726c-.419-.56-1.115-.909-2.09-.909-.837 0-1.603.35-2.23.979l.279-.77h-2.926l-3.553 10.696h3.135l1.323-3.915c.14.21.349.42.697.56.348.14.697.21 1.045.21 1.184 0 2.23-.42 3.135-1.329.906-.908 1.463-1.957 1.672-3.215.14-.979 0-1.678-.487-2.307Zm5.157 3.634-.07.21c-.139.28-.278.558-.557.768a1.336 1.336 0 0 1-.836.28c-.418 0-.627-.14-.558-.49.07-.489.697-.768 1.812-.768h.209Zm2.717-3.915c-.488-.42-1.324-.699-2.369-.699-.557 0-1.184.14-1.88.35-.698.21-1.255.559-1.742.978l1.114 1.538c.557-.42 1.115-.629 1.742-.629.278 0 .488.07.627.14.14.07.209.21.14.42 0 .07 0 .139-.07.139-3.136 0-4.877.979-5.156 2.866-.07.629.07 1.118.418 1.468.418.35.836.489 1.463.489a3.28 3.28 0 0 0 2.23-.839c-.07.21-.07.49-.14.7h2.647c.07-.35.14-.77.28-1.119l.905-2.726c.14-.42.21-.84.279-1.188.209-.77 0-1.399-.488-1.888Zm4.667 6.92.905-2.656h-1.532l-.906 2.656h-3.135l2.438-7.34h3.135l-.766 2.377h1.532l.767-2.377h3.135l-2.438 7.34h-3.135Zm11.077-.699-.906-2.097c-.348.28-.696.42-1.114.42-.349 0-.627-.14-.837-.35-.139-.21-.208-.49-.208-.769.07-.42.278-.838.627-1.118.348-.28.696-.49 1.184-.49.418 0 .766.14.836.42l2.09-1.957c-.418-.63-1.324-.979-2.578-.979-1.323 0-2.438.42-3.483 1.328-.975.909-1.603 1.957-1.742 3.216-.14.978.07 1.817.627 2.376.558.63 1.394.91 2.508.91 1.115 0 2.09-.28 2.996-.91Z' fill='%231D327B'/%3E%3Cpath d='m24.853 17.421 2.02-5.731h-.069l-3.832 5.731h-2.23v-5.732h-.069l-1.742 5.732h-2.996l3.275-9.856h4.11v5.382h.07l3.414-5.382h4.529l-3.345 9.856h-3.135Zm10.66-4.753c0 .07 0 .14-.07.14h-2.299c.07-.21.279-.42.558-.63.278-.209.557-.279.905-.279.279 0 .558.07.697.21.209.14.209.28.209.56Zm2.09-1.957c-.557-.56-1.324-.839-2.438-.839-1.324 0-2.509.42-3.484 1.258-.976.84-1.602 1.888-1.811 3.146-.14 1.048.07 1.887.697 2.446.626.56 1.532.84 2.647.84 1.533 0 2.787-.42 3.832-1.33l-1.881-1.467c-.418.35-.836.49-1.324.49a1.4 1.4 0 0 1-.767-.21c-.209-.14-.348-.35-.278-.63v-.07h5.016c.209-.419.348-.838.418-1.327.07-.909-.14-1.678-.627-2.307Zm-.07 6.71 2.438-7.34h5.574l-.766 2.308H42.34l-1.672 5.032h-3.135Zm11.633-3.005-.07.21c-.07.28-.279.558-.557.768a1.335 1.335 0 0 1-.836.28c-.418 0-.627-.14-.558-.49.07-.489.697-.768 1.812-.768h.209Zm2.717-3.915c-.488-.42-1.324-.699-2.369-.699-.557 0-1.184.14-1.881.35-.697.21-1.254.559-1.742.978l1.115 1.538c.557-.42 1.115-.63 1.742-.63.279 0 .487.07.627.14s.209.21.14.42c0 .07 0 .14-.07.14-3.136 0-4.877.979-5.156 2.866-.07.629.07 1.118.418 1.468.418.349.836.489 1.463.489.836 0 1.602-.28 2.23-.839-.07.21-.07.49-.14.7h2.648c.07-.35.139-.77.278-1.119l.906-2.726c.14-.42.209-.84.279-1.188.209-.77 0-1.399-.488-1.888Z' fill='%23000'/%3E%3Cpath d='M16.632 4.21 13.636.086l-1.742 5.522H6.042l2.996 4.124h5.852l1.742-5.522Z' fill='%231D327B'/%3E%3Cpath d='M9.037 9.732 4.23 11.27l4.737 3.426-1.811 5.592 4.807-1.608 1.812-5.522-4.738-3.425Z' fill='%23E30613'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4)' d='M0 0h90.577v30H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' x='0' y='0' width='98.577' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6_68'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_6_68' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");}
.delicons_8 {width: 107px;background-image: url("data:image/svg+xml,%3Csvg width='107' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.624 22.296H12.05c-7.137 0-1.952-15.159 4.057-15.159h7.228c1.16 0 3.203.214 4.21-2.653L29.098.03h-9.913C13.818.03 9.64 1.92 6.62 5.094 1.405 10.523-.364 19 .886 23.058c1.19 3.752 4.423 6.222 9.486 6.283l3.934.03h4.85l1.19-3.568c.884-2.531-1.099-3.508-3.722-3.508Zm55.693-6.284 1.495-4.849H57.86c-2.653 0-3.843.732-4.3 2.257l-1.495 4.85h15.952c2.653 0 3.843-.732 4.3-2.258Zm-22.63 8.54-1.495 4.85h15.951c2.623 0 3.843-.732 4.3-2.257l1.495-4.85H53.987c-2.623 0-3.813.732-4.3 2.258ZM76.037 4.912 77.533.06H61.581c-2.653 0-3.843.732-4.3 2.257l-1.495 4.85h15.952c2.623 0 3.812-.732 4.3-2.257Zm-24.095.976C51.273 1.373 48.863.06 43.007.06H32.332L26.11 18.269h3.934c2.349 0 3.538.031 4.789-3.324l2.592-7.808h3.965c3.386 0 2.623 4.24.915 8.357-1.525 3.63-4.178 6.832-7.38 6.832h-6.62c-2.653 0-3.873.732-4.36 2.257l-1.648 4.85h4.85l4.758-.031c4.209-.03 7.655-.335 11.681-3.965 4.27-3.873 9.211-13.817 8.357-19.55ZM105.563.03h-9.242L87.63 9.272c-1.007 1.067-2.044 2.135-3.05 3.386h-.092L88.817.03h-7.532L71.128 29.402h7.534l3.232-9.241 3.355-2.837 2.654 8.357c.823 2.592 1.678 3.721 3.508 3.721h5.764l-5.917-16.409L105.563.031Z' fill='%2300B33C'/%3E%3C/svg%3E");}
.delicons_9 {width: 188px;background-image: url("data:image/svg+xml,%3Csvg width='188' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.612 28.76H2.008a1.04 1.04 0 1 1 0-2.082h17.604a1.042 1.042 0 0 1 0 2.082Zm1.04-26.479a.508.508 0 0 1-.52.52h-1.041a.523.523 0 0 1-.52-.52V1.215a.51.51 0 0 1 .52-.52h1.066a.509.509 0 0 1 .52.52l-.024 1.066Zm-17.627 0a.523.523 0 0 1-.52.52H1.437a.523.523 0 0 1-.52-.52V1.215a.523.523 0 0 1 .52-.52h1.066a.523.523 0 0 1 .52.52V2.28ZM1.983 17.479a1.049 1.049 0 0 1-1.04-1.041V4.636a1.041 1.041 0 1 1 2.082 0v11.802a1.034 1.034 0 0 1-1.042 1.041ZM19.612 17.48a1.049 1.049 0 0 1-1.042-1.042V4.636a1.041 1.041 0 1 1 2.083 0v11.802a1.032 1.032 0 0 1-1.041 1.041ZM16.686 2.801H4.884a1.041 1.041 0 1 1 0-2.083h11.802a1.049 1.049 0 0 1 1.041 1.041 1.017 1.017 0 0 1-1.041 1.042Zm3.967 15.991a.523.523 0 0 0-.52-.52H19.09a.523.523 0 0 0-.52.52v1.067a.523.523 0 0 0 .52.52h1.066a.523.523 0 0 0 .52-.52l-.024-1.067Zm-17.603 0a.508.508 0 0 0-.521-.52H1.463a.523.523 0 0 0-.52.52v1.067a.508.508 0 0 0 .52.52h1.066a.523.523 0 0 0 .52-.52v-1.067Zm13.636-.52H4.884a1.041 1.041 0 1 0 0 2.082h11.802a1.049 1.049 0 0 0 1.041-1.041 1.017 1.017 0 0 0-1.041-1.041Zm.074-.843a1.066 1.066 0 0 1-.694-.273L4.141 5.281a1.012 1.012 0 0 1-.025-1.413.992.992 0 0 1 1.388-.025L17.43 15.719a1.011 1.011 0 0 1 .025 1.413.937.937 0 0 1-.695.298Z' fill='%2300A0DE'/%3E%3Cpath d='M4.835 17.43a.937.937 0 0 1-.694-.298 1.012 1.012 0 0 1 .024-1.413L16.091 3.843a.96.96 0 0 1 1.388.025 1.012 1.012 0 0 1-.024 1.413L5.529 17.157a1.066 1.066 0 0 1-.694.273Zm32.132-8.504h-2.876l.1.024h2.429l.347-.024Zm60.446 11.33 2.108-7.041 2.107 7.041h2.926l-3.645-10.959h-2.777l-.074.224-3.57 10.735h2.925ZM80.975 9.248h-3.272l-3.72 3.645V9.248h-2.752V20.23h2.753v-3.57l.743-.818 3.62 4.388h3.397l-5.157-6.496 4.388-4.487Z' fill='%2300A0DE'/%3E%3Cpath d='M52.934 9.248v1.041c0-.024-.025-.024-.025-.05-1.041-1.289-2.925-1.289-2.95-1.289h-.1c-2.553-.024-4.487 1.686-5.206 4.017a5.82 5.82 0 0 0-.273 1.76v.223a5.744 5.744 0 0 0 5.554 5.554c.769 0 1.884-.173 2.529-.793.167-.157.317-.331.446-.52v1.04h2.9V9.273l-2.875-.025Zm0 6.843c-.025.05-.05.124-.075.174A3.204 3.204 0 0 1 50.058 18a2.975 2.975 0 0 1-1.934-.694 3.32 3.32 0 0 1-1.116-2.33v-.2a3.42 3.42 0 0 1 .397-1.586 3.203 3.203 0 0 1 2.802-1.736 2.975 2.975 0 0 1 1.934.695c.347.31.626.69.818 1.116.177.381.278.794.297 1.214v.199a3.919 3.919 0 0 1-.322 1.413Zm36.892-6.769v1.042c0-.025-.024-.025-.024-.05-1.042-1.264-2.926-1.29-2.926-1.29h-.1c-2.528-.024-4.462 1.687-5.18 3.993a5.783 5.783 0 0 0-.274 1.735v.223c.124 3.05 2.554 5.48 5.53 5.53.768 0 1.859-.174 2.528-.794.168-.157.317-.331.447-.52v1.04h2.876V9.322h-2.877Zm0 6.819c-.024.05-.05.124-.074.173a3.181 3.181 0 0 1-2.802 1.71 3.03 3.03 0 0 1-1.934-.693 3.312 3.312 0 0 1-1.115-2.306v-.199a3.422 3.422 0 0 1 .397-1.586 3.17 3.17 0 0 1 2.776-1.711c.706-.001 1.39.245 1.934.694.348.31.627.69.819 1.116.174.374.274.778.297 1.19v.198c.004.487-.097.97-.297 1.413Zm-47.132-1.81a5.558 5.558 0 0 0-2.405-4.314C38.876 8.85 36.77 8.9 36.77 8.9h-2.876V5.43h6.768V2.678h-9.52v17.504h5.727c.132.002.265-.006.396-.025a5.868 5.868 0 0 0 5.182-3.917c.179-.553.271-1.13.273-1.711a.616.616 0 0 0-.025-.198Zm-3.52 1.611a3.327 3.327 0 0 1-2.157 1.488h-3.124v-5.802l2.355-.025h.744c.074.025.173.025.248.05.428.09.832.268 1.19.52a2.899 2.899 0 0 1 1.165 2.108v.173a2.684 2.684 0 0 1-.421 1.488ZM68.95 19.86a.09.09 0 0 0-.024-.075.09.09 0 0 0-.025-.074v-.05a25.693 25.693 0 0 1-.149-2.727V9.099h-2.9v5.827c-.026.446-.125 1.264-.472 1.785a2.535 2.535 0 0 1-2.033 1.066h-.223a2.727 2.727 0 0 1-1.19-.422 2.625 2.625 0 0 1-1.017-1.388v-.025A4.677 4.677 0 0 1 60.77 15a1.874 1.874 0 0 1-.025-.273c-.149-2.206 0-5.603 0-5.603l-.075-.025h-2.727v5.802a8.96 8.96 0 0 0 .446 2.653c.154.394.354.768.596 1.115a.67.67 0 0 0 .173.199c.073.068.14.143.198.223.37.377.807.68 1.29.892h.024a4.99 4.99 0 0 0 2.009.372c.124.006.249-.002.372-.024 0 0 1.884.024 2.975-1.513.025.422.099 1.041.297 1.265H69a.725.725 0 0 0-.05-.223Z' fill='%2300A0DE'/%3E%3Cpath d='M184.314 16.438a3.066 3.066 0 0 1-2.678 1.661c-1.636 0-2.975-1.363-3.074-3.099v-.198a3.47 3.47 0 0 1 .372-1.587 3 3 0 0 1 5.405-.025l.049.1 2.43-.992-.049-.1a5.773 5.773 0 0 0-5.232-3.495c-2.529 0-4.735 1.686-5.504 4.214a6.59 6.59 0 0 0-.273 1.835v.223c.124 3.248 2.653 5.802 5.777 5.802a5.764 5.764 0 0 0 5.182-3.347l.05-.1-2.381-.966-.074.074Zm-49.81-6.645a3.638 3.638 0 0 0-.322-.223c-.025-.025-.05-.025-.075-.05l-.198-.123-.099-.05c-.124-.074-.248-.124-.347-.173-.05-.025-.075-.025-.124-.05a1.71 1.71 0 0 0-.199-.074c-.074-.025-.074-.025-.123-.05h-.025c-.099-.025-.199-.074-.273-.1-.074-.024-.124-.024-.174-.049-.049-.025-.124-.025-.173-.05-.05-.024-.149-.024-.248-.049-.05 0-.124-.025-.174-.025a1.012 1.012 0 0 0-.272-.024h-.124c-.124 0-.223-.025-.347-.025h-.025a2.68 2.68 0 0 0-.446.025h-.075c-.124.024-.248.024-.372.05l-.099.024-.347.074-.074.025c-.124.025-.248.074-.372.1l-.05.024-.397.174a5.998 5.998 0 0 0-2.9 2.85l-.05.1c-.114.25-.213.507-.298.769a6.589 6.589 0 0 0-.272 1.834v.223c.024.503.098 1.001.223 1.488l.025.124c.077.245.168.485.272.719.025.05.05.074.05.124l.05.1c.117.23.25.454.396.669l.05.05.471.594.05.05c.051.064.109.122.173.173l.025.025c.11.114.226.221.347.323.025.024.05.049.074.049.05.05.124.1.174.149l.05.025c.123.074.223.173.347.248l.074.05.198.123.075.05c.124.05.223.124.347.173.049.025.074.025.124.05.049.025.124.05.198.074.075.025.099.025.149.05.099.025.198.074.273.099.074.025.124.025.173.05.05.024.124.024.174.05.049.024.148.024.248.049.049 0 .124.024.173.024.09.021.181.03.273.025h.124c.124 0 .223.025.372.025.149.004.298-.004.446-.025h.074c.126-.004.25-.02.372-.05l.1-.024.347-.075.074-.024c.124-.025.248-.075.372-.1l.074-.024.372-.149h.025a5.9 5.9 0 0 0 2.901-2.851l.049-.1-2.628-1.09-.049.099a3.066 3.066 0 0 1-2.678 1.636 2.768 2.768 0 0 1-1.19-.248c-.942-.52-1.438-1.14-1.587-1.983h8.306v-.1c.124-.917.248-4.115-2.058-5.85Zm-.545 3.769h-5.504c.049-.124.099-.223.148-.347a3.047 3.047 0 0 1 2.703-1.71 2.77 2.77 0 0 1 1.19.247 3.16 3.16 0 0 1 1.463 1.81Zm-12.298 1.215-.049.1c-.943 1.735-2.529 2.751-4.265 2.751-2.777 0-5.033-2.653-5.033-5.925 0-3.273 2.256-5.926 5.033-5.926 2.033 0 3.868 1.438 4.636 3.645l.05.099 2.901-1.24-.05-.1c-1.289-3.396-4.239-5.578-7.562-5.578-4.512 0-8.181 4.066-8.181 9.075 0 5.008 3.669 9.074 8.181 9.074 2.876 0 5.579-1.71 7.066-4.487l.1-.174v-.025l-2.827-1.29Zm28.066-1.736c-.793-2.553-2.925-4.215-5.429-4.215h-.199c-.025 0-1.81.025-2.925 1.19v-.892h-3.224v17.851h3.224v-7.14c.083.098.174.19.272.273h.025c.769.718 1.984.842 2.678.842A6.006 6.006 0 0 0 150 15.124v-.223a5.198 5.198 0 0 0-.273-1.86Zm-7.735-.744a3.132 3.132 0 0 1 1.934-.694 3.193 3.193 0 0 1 2.801 1.736 3.6 3.6 0 0 1 .397 1.611v.199a3.37 3.37 0 0 1-1.116 2.33 3.132 3.132 0 0 1-1.934.695 3.193 3.193 0 0 1-2.801-1.736c-.025-.05-.05-.124-.075-.173a3.472 3.472 0 0 1-.297-1.439v-.198c.025-.42.126-.83.297-1.215.181-.425.451-.806.794-1.116Zm20.058 4.29a2.634 2.634 0 0 0-.819-1.86l-.024-.024a5.71 5.71 0 0 0-.695-.57l.174-.249a2.372 2.372 0 0 0 .843-1.81c0-1.314-1.314-2.652-2.827-2.876l-.942-.05h-.148l-6.124.026v11.181h3l1.487-.024h2.306c1.636-.124 3.074-1.14 3.57-2.53.126-.358.193-.735.199-1.115v-.1Zm-3.124.446a1.128 1.128 0 0 1-.819.967c-.049.025-.124.025-.198.05-.27.047-.544.072-.818.074h-2.455v-2.628h2.356a4.62 4.62 0 0 1 1.016.1h.025c.025 0 .025 0 .05.024.024.025.074.025.124.05l.024.024c.025.025.05.025.1.05a1.15 1.15 0 0 1 .57.868v.223s.049.173.025.198Zm-.744-3.917a1.494 1.494 0 0 1-.446.124h-3.124v-1.86h3.148a.94.94 0 0 1 .298.1.993.993 0 0 1 .545.769c.025.445-.099.693-.421.867Zm16.587 7.14a.472.472 0 0 1-.05-.198.09.09 0 0 0-.025-.075l-.025-.123c-.099-.62-.124-1.81-.148-2.703V9.198h-3.124v5.95c-.025.447-.124 1.24-.447 1.736a2.448 2.448 0 0 1-1.958 1.017h-.199a2.336 2.336 0 0 1-1.14-.397 2.699 2.699 0 0 1-.967-1.314v-.025a5.74 5.74 0 0 1-.149-.892v-.025c0-.1-.025-.174-.025-.223v-.05c-.148-2.182 0-5.553 0-5.603v-.149h-3.049v5.926c.02.909.171 1.81.446 2.678.166.4.374.782.62 1.14.05.08.108.155.173.223.073.068.14.143.199.223.381.391.836.703 1.339.918h.024a4.878 4.878 0 0 0 2.009.372h.049c.125.006.249-.003.372-.025a4.153 4.153 0 0 0 2.901-1.34c.05.521.149.869.322 1.042l.025.025h2.876l-.049-.149Z' fill='%233D3834'/%3E%3Cpath d='M65.108 6.124a2.249 2.249 0 0 1-1.662.868 2.231 2.231 0 0 1-1.834-.868l-1.463.793a3.543 3.543 0 0 0 6.446.025l-1.487-.818ZM33.544 26.529h-.843v2.182h-.818v-2.182h-.843v-.694h2.53v.694h-.026Zm1.786-.694h.818v.421a1.043 1.043 0 0 1 .892-.47c.67 0 1.314.52 1.314 1.487 0 .967-.62 1.487-1.314 1.487a1.102 1.102 0 0 1-.892-.421v1.24h-.818v-3.744Zm2.206 1.438a.701.701 0 0 0-.886-.578.7.7 0 0 0 .192 1.371.72.72 0 0 0 .694-.793ZM40.116 27.868c0-.62.47-.918 1.165-.918.237-.004.473.038.694.124v-.05c0-.346-.198-.52-.62-.52a2.055 2.055 0 0 0-.793.149l-.198-.62a2.41 2.41 0 0 1 1.115-.223 1.327 1.327 0 0 1 .967.322 1.22 1.22 0 0 1 .323.917v1.662h-.794v-.323a1.095 1.095 0 0 1-.867.372c-.546 0-.992-.297-.992-.892Zm1.86-.174v-.149a1.15 1.15 0 0 0-.521-.099c-.347 0-.57.149-.57.397 0 .248.173.347.446.347.396 0 .644-.198.644-.496ZM47.43 28.71h-.818v-1.09h-.992v1.09h-.818v-2.875h.818v1.115h.992v-1.115h.818v2.876Zm1.934-1.437a1.47 1.47 0 0 1 1.512-1.488 1.413 1.413 0 0 1 1.14.496l-.47.471a.839.839 0 0 0-.67-.273.74.74 0 0 0-.657.505.746.746 0 0 0-.037.289.726.726 0 0 0 .719.793.992.992 0 0 0 .67-.297l.47.47a1.53 1.53 0 0 1-2.677-.966Zm7.14 1.438h-.818v-2.182h-.992v2.182h-.818v-2.876h2.603v2.876h.025Zm1.934-1.438a1.514 1.514 0 0 1 .973-1.39c.188-.071.388-.105.59-.098a1.49 1.49 0 0 1 1.536 1.488 1.504 1.504 0 0 1-.973 1.39 1.508 1.508 0 0 1-.589.097 1.46 1.46 0 0 1-1.428-.901 1.457 1.457 0 0 1-.109-.586Zm2.306 0a.758.758 0 0 0-1.043-.737.727.727 0 0 0-.445.737.758.758 0 0 0 1.043.737.727.727 0 0 0 .445-.737Zm2.727-1.438h.818v.421a1.043 1.043 0 0 1 .893-.47c.67 0 1.314.52 1.314 1.487 0 .967-.62 1.487-1.314 1.487a1.103 1.103 0 0 1-.893-.421v1.24h-.818v-3.744Zm2.207 1.438a.7.7 0 0 0-1.224-.37.702.702 0 0 0 .53 1.163.72.72 0 0 0 .694-.793Zm4.884-.744h-.843v2.182h-.818v-2.182h-.843v-.694h2.529v.694h-.025Zm4.413 2.182h-.818V27.62h-.992v1.09h-.818v-2.875h.818v1.115h.992v-1.115h.818v2.876ZM76.884 27.868c0-.62.472-.918 1.166-.918.237-.004.473.038.694.124v-.05c0-.346-.198-.52-.62-.52a2.055 2.055 0 0 0-.793.149l-.199-.62a2.41 2.41 0 0 1 1.116-.223 1.327 1.327 0 0 1 .967.322 1.22 1.22 0 0 1 .322.917v1.662h-.793v-.323a1.096 1.096 0 0 1-.868.372c-.545 0-.992-.297-.992-.892Zm1.86-.174v-.149a1.15 1.15 0 0 0-.52-.099c-.348 0-.571.149-.571.397 0 .248.173.347.446.347.397 0 .645-.198.645-.496ZM84.1 28.71h-.794v-.917h-.446l-.596.918h-.942l.744-1.066a.867.867 0 0 1-.595-.868c0-.57.422-.967 1.165-.967h1.513v2.9h-.05Zm-.794-1.512v-.719h-.546c-.297 0-.47.124-.47.372s.173.347.47.347h.546Zm5.826-1.363h.819v1.19l1.016-1.19h.942l-1.066 1.19 1.19 1.686h-.967l-.768-1.091-.372.396v.695h-.819v-2.876h.025Zm4.314 1.438a1.508 1.508 0 0 1 1.562-1.488 1.489 1.489 0 0 1 1.538 1.488 1.507 1.507 0 0 1-.974 1.39 1.509 1.509 0 0 1-.588.097 1.46 1.46 0 0 1-1.538-1.487Zm2.306 0a.758.758 0 0 0-1.043-.737.73.73 0 0 0-.445.737.76.76 0 0 0 .45.729c.093.04.193.063.294.064a.745.745 0 0 0 .744-.793Zm2.727-1.438h.819l.768 1.214.794-1.214h.818v2.876h-.818v-1.736l-.794 1.19L99.273 27v1.71h-.794v-2.875Zm7.885 2.876h-.818v-2.182h-.992v2.182h-.818v-2.876h2.628v2.876ZM108.273 27.868c0-.62.471-.918 1.165-.918.237-.004.473.038.694.124v-.05c0-.346-.198-.52-.62-.52a2.055 2.055 0 0 0-.793.149l-.198-.62a2.409 2.409 0 0 1 1.115-.223 1.327 1.327 0 0 1 .967.322 1.225 1.225 0 0 1 .323.917v1.662h-.794v-.323a1.087 1.087 0 0 1-.867.372c-.546 0-.992-.297-.992-.892Zm1.859-.174v-.149a1.147 1.147 0 0 0-.52-.099c-.347 0-.571.149-.571.397 0 .248.174.347.447.347.396 0 .644-.198.644-.496ZM115.587 28.71h-.818v-1.09h-.992v1.09h-.818v-2.875h.818v1.115h.992v-1.115h.818v2.876Zm4.735 0h-.793v-1.66l-1.116 1.66h-.768v-2.875h.793v1.686l1.116-1.686h.768v2.876Zm4.612 0h-.818v-.917h-.447l-.595.918h-.942l.744-1.066a.862.862 0 0 1-.595-.868c0-.57.422-.967 1.165-.967h1.513l-.025 2.9Zm-.818-1.512v-.719h-.546c-.297 0-.471.124-.471.372s.174.347.471.347h.546Z' fill='%2300A0DE'/%3E%3C/svg%3E");}
.delicons_10 {width: 119px;background-image: url("data:image/svg+xml,%3Csvg width='119' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M118.182 1.056s-2.197-.263-4.794-.263c-2.53 0-4.661.263-4.661.263v8.235h9.455V1.056ZM118.182 20.49h-9.455v8.368s2.664.263 4.794.263c2.131 0 4.661-.33 4.661-.33v-8.3Z' fill='%23E4003E'/%3E%3Cpath d='M103.067 1.057H91.415l-8.122 10.08h-3.795V1.056H69.444v27.867h10.054V18.449h3.661l8.19 10.475H103.8L91.615 14.1l11.452-13.044ZM31.76 1.057H0v27.867h10.187V8.962h11.385v19.962H31.76V1.057ZM36.686 8.435l-1.465-7.378S44.742.332 50.668.332c5.926 0 13.05.725 13.05.725s2.197 5.665 2.197 13.637c0 7.971-2.264 14.23-2.264 14.23s-6.79.724-13.05.724c-6.258 0-15.38-.724-15.38-.724l1.465-7.379s6.392.461 11.852.461 7.59-.46 7.59-.46.266-1.384.4-2.965h-13.05v-7.115h13.116c-.133-1.845-.4-2.965-.4-2.965s-4.46-.461-8.256-.461c-3.861-.066-11.252.395-11.252.395Z' fill='%23242265'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h118.182v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.delicons_11 {width: 198px;background-image: url("data:image/svg+xml,%3Csvg width='198' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m3.407 21.046 13.442 2.581 1.044-1.802-11.948-5.163-2.538 4.385ZM9.634 10.29l10.456 7.747 1.044-1.804-8.961-10.328-2.538 4.385Zm-3.123 5.399 11.948 5.164 1.064-1.843-10.455-7.745-2.557 4.424ZM15.589 0l-2.821 4.881 8.962 10.33 1.328-2.29L15.589 0ZM0 26.94h14.935l1.327-2.289-13.44-2.58L0 26.94Zm23.7-6.03 3.495 6.03h3.973l-7.467-12.909-7.468 12.91h3.973l3.495-6.031Z' fill='%23FCAF17'/%3E%3Cpath d='M55.484 26.921h5.692l1.308-2.309h-7v2.31Zm0-6.412v2.31h8.035l1.337-2.31h-9.372Zm120.635 2.739v-6.821H173.6v10.494h2.109l6.062-6.869v6.87h2.518V16.426h-2.225l-5.945 6.82ZM70.293 16.427l-6.032 10.494h2.967l3.973-6.928 4.003 6.928h3.124l-6.033-10.494h-2.002Zm-18.126 8.184-6.033-10.503h-2.06l-6.032 10.503h-1.513V30h2.4v-3.08h12.35V30h2.4v-5.389h-1.512Zm-11.119 0 3.973-6.937 4.002 6.937h-7.975Zm93.447-8.184h-11.724v2.31h10.376l1.348-2.31Zm-67.297 0H55.485v2.31H65.86l1.337-2.31Zm128.414 0-5.945 6.82v-6.82h-2.518v10.494h2.118l6.052-6.869v6.87h2.519V16.426h-2.226Zm-27.391 4.082h-5.515v-4.082h-2.519v10.494h2.519V22.82h5.515v4.102h2.519V16.427h-2.519v4.082Zm-30.641-4.082-6.032 10.494h2.977l3.973-6.928 4.002 6.928h3.114l-6.033-10.494h-2.001Zm-24.893 3.762h-3.826v-3.77h-2.518V26.92h6.325c1.708 0 3.485-.944 3.485-3.42-.01-3.253-2.294-3.312-3.466-3.312Zm-.146 4.512h-3.69v-2.339h3.69c.429 0 1.084.117 1.084 1.17 0 .973-.537 1.169-1.084 1.169Zm7.38-8.274h-2.489v10.504h2.489V16.427Zm-35.248-.254c-4.208 0-6.199 2.573-6.199 5.447 0 3.001 1.942 5.447 6.199 5.447 1.854 0 6.15-.858 6.15-5.447 0-3-1.923-5.447-6.15-5.447Zm-.03 8.584c-2.43 0-3.455-1.393-3.455-3.108 0-1.88 1.171-3.137 3.456-3.137 2.577 0 3.455 1.256 3.455 3.137 0 2.251-1.688 3.108-3.455 3.108Zm38.128 2.164h5.691l1.318-2.309h-7.009v2.31Zm0-6.412v2.31h8.034l1.347-2.31h-9.381Zm26.387 2.68v-6.762h-2.519v10.494h2.119l6.061-6.81v6.81h2.519V16.427h-2.118l-6.062 6.762Zm-47.344-2.455c.663-.283 1.23-.74 1.23-1.881 0-2.173-1.826-2.426-3.115-2.426h-6.803v10.504h6.921c3.172 0 3.826-1.744 3.826-3.342.01-1.802-1.015-2.544-2.059-2.855Zm-6.2-2.085h4.032c.605 0 .859.312.859.916 0 .623-.4.944-.859.944h-4.031v-1.86Zm4.433 6.05h-4.432v-2.25h4.432c.712 0 1.23.175 1.23 1.11 0 .741-.313 1.14-1.23 1.14Z' fill='%232E2E2E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h197.838v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.contact-info .block-requisites img {vertical-align: top;width: 32px;text-align: center;margin-right: 10px;}
.contact-info .block-requisites > div {margin-bottom: 12px;line-height: 36px;}
.datepicker--cell.-disabled- {
 cursor: default;
 color: #fff !important;
 border: 1px solid #fff;
 background: #ba1852;
 border-radius: 4px;
}
.header-top-info{text-align: center;padding: 0 10px 10px 10px;color: red;}
  
/* Совместные покупки */
.spectrum {color:#078446; }
#joint__purchases bold {font-weight: bold;}
#joint__purchases {font-family: "Open Sans"; max-width: 1200px;margin: 0 auto;}
#joint__purchases .description {  font-size: 24px; font-weight: 400; line-height: 33px; color:#2E2E2E; letter-spacing: 0em; text-align: center;}
#profitable {font-size: 16px;font-style: normal;max-width: 850px;margin: 40px auto 100px auto;}
#profitable p, #better p {font-size: 16px;font-weight: 600;line-height: normal;text-align: center;margin: 12px auto 32px auto;}
#profitable h3 {font-size: 36px;font-weight: 600;line-height: 49px;letter-spacing: 0em;text-align: center;}
#profitable .profitable__items {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 10px;grid-row-gap: 10px; margin: 0 auto;text-align: center;}
#profitable .profitable__items .item {width: 100%;padding: 20px 22px;margin: 0 auto; height: 175px;flex-shrink: 0;border-radius: 5px;border: 1px solid #CFBDA9;background: #FFF;display: flex;justify-content: flex-start;align-items: center;flex-direction: column;}
#profitable .profitable__items .item {font-size: 16px; font-style: normal; font-weight: 400; text-align: center;}
#profitable .profitable__items .item .title {color: #078446;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;}
#profitable .profitable__items .item p {font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;margin-block-start: 0.5em;margin-block-end: 1em;}
#profitable .profitable__items .item .sale__item {display: flex;justify-content: center;align-items: center;border-top: 1px solid #CFBDA9;width: 100%;padding-top: 10px;}
#profitable .profitable__items .item .sale__item span {border-radius: 5px;border: 2px solid #FF9200;margin-left: 10px;padding: 2px  5px;color: #FF9200;font-weight: 500;     letter-spacing: 1px;}
#profitable .features__items {border-radius: 5px;background: rgba(255, 146, 0, 0.40);margin: 20px auto;padding: 25px;display: grid;grid-template-columns: 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 20px;grid-row-gap: 20px;}
#profitable .main-featuresInner { display: flex; flex-direction: row; align-items: center; justify-content: left;}
#profitable .main-featuresIcon { padding: 15px 35px; background: #fff; border-radius: 5px; margin-right: 20px;}
#proposition {color: #000;font-style: normal;font-weight: 600;line-height: normal;}
#proposition {display: grid;grid-template-columns: 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 40px;grid-row-gap: 20px;margin-bottom: 100px;}
#proposition .proposition__item.banner {/* max-height: 475px; */display: flex;align-items: center;justify-content: flex-end;}
#proposition .proposition__item {/* padding: 15px; */}
#proposition .proposition__item h3 {font-size: 2em;margin-block-start: 0em;margin-block-end: 0.6em;text-align: justify; font-weight: 600;}
#proposition .proposition__item ul {font-size: 15px;font-weight: 400;line-height: 24px;color: #2E2E2E; margin-block-start: 0em; padding: 20px;}
#proposition .proposition__item ul li{margin-bottom: 10px;}
#proposition .proposition__item img {margin-block-start: 16px;}
#proposition button {font-size: 16px;font-style: normal;font-weight: 600;line-height: 19.2px;border-radius: 20px;background: linear-gradient(90deg, #078447 0%, #7BD040 100%);color: #fff;width: 292px;height: 50px; border: none;}
#proposition button:hover{background: linear-gradient(270deg, #FF4133 0%, #AC0F59 100%);color: #ffffff;}
#proposition .proposition__item img {margin-block-start: 16px;}
#better { border-radius: 5px;background: #FFD399; margin-bottom: 100px;}
#better h3 {color: #000;font-size: 36px;font-style: normal;font-weight: 600;line-height: normal;text-align: center;padding: 20px 20px 10px 20px;margin: 0 auto;}
#better p { margin: 0 auto;}
#better .spectrum{color: #FFF;  font-size: 36px; font-style: normal; font-weight: 600; line-height: normal;}
#better .better__items {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 10px;grid-row-gap: 20px; padding: 42px; max-width:1024px;     margin: 0 auto; }
#better .better__items .better__icon {width: 132px;height: 132px;background: #fff;border-radius: 5px;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;}
#better .better__items .better__item { display: flex; flex-direction: column; align-items: center; justify-content: center;}
#better .better__items .better__item .better__text {text-align: center;height: 45px;overflow: hidden;display: flex;justify-content: center;align-items: center; max-width: 155px;}
#work { border-radius: 5px;}
#work h3 {font-size: 36px;font-style: normal;font-weight: 600;line-height: normal;text-align: left;padding: 20px 20px 10px 20px;margin: 0 auto;}
#work p { margin: 0 auto;}
#work .work__items {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 20px;grid-row-gap: 20px;padding: 42px 0px;margin: 0 auto;}
#work .work__items .work__icon {padding: 32px 40px 16px 40px;background: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;}
#work .work__items .work__item {position: relative; display: flex;flex-direction: column;align-items: center;justify-content: center;border: 1px solid #CFBDA9;border-radius: 5px;}
#work .work__items .work__item .work__text {text-align: center;height: 65px;overflow: hidden;display: flex;justify-content: center;align-items: center;max-width: 165px;margin: 0px 15px 15px 15px;}
#work .work__items .work__item i{content: "";border: solid transparent;position: absolute;left: calc(100% + 5px);top: 50%;color: #078446;border-width: 0px;margin-top: -15px;font-size: 35px;}
.categories.purc {width: 100%;margin: 0 auto;}
.categories.purc .cat_items {width: 100%; display: grid;grid-template-columns: 1fr 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 40px;grid-row-gap: 20px;padding: 0px;margin: 0 auto;}
.categories.purc .cat_items .item {width:100%;margin: 20px 0px;}
.categories.purc a.button {width: 290px;margin: 10px auto 15px auto;}
@media all and (max-width: 1199px) {
#proposition .proposition__item h3 {font-size: 1.3em;margin-block-start: 0em;margin-block-end: 0.6em;text-align: justify;font-weight: 600;}
  #work .work__items .work__text { font-size: 0.9em;}
}
@media (max-width: 991px) {
  #proposition .proposition__item h3 {font-size: 1.2em; text-align: left;}
  #proposition .proposition__item ul {padding: 10px 20px;}
  #proposition {grid-column-gap: 10px;grid-row-gap: 10px;margin-bottom: 50px;}
  
   #work .work__items .work__item {width: calc(100% - 20px);} 
  #work .work__items {display: grid;grid-template-columns: 1fr 1fr 1fr;}
  #work .work__items .work__icon svg {width: 30px;}
  #work .work__items .work__item {position: relative;display: flex;flex-direction: row;align-items: center;justify-content: center;border: 1px solid #CFBDA9;border-radius: 5px;}
  #work .work__items .work__icon {padding: 15px 5px 15px 5px;background: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;}
  #work .work__items .work__item .work__text {text-align: center;height: 65px;overflow: hidden;display: flex;justify-content: center;align-items: center;max-width: 165px;margin: 5px 5px 5px 5px;}
  
  
}  
@media all and (max-width: 768px) {
#joint__purchases .description {font-size: 1.1em; line-height: 1.8;}  
 #profitable {margin: 20px auto 50px auto;} 
#profitable .main-featuresText {font-size: 0.9em;}
#profitable .profitable__items {max-width: 482px;}
#profitable .profitable__items .item {width: 100%;padding: 10px 5px;}
#profitable .profitable__items .item .title {color: #078446;font-size: 1.2em;}
#profitable .profitable__items .item p{font-size: 1em;}
#profitable .profitable__items .item .sale__item {font-size: 0.8em;}
#profitable .profitable__items .item {height: 125px;}
#profitable .features__items {  padding: 10px;  grid-column-gap: 10px;}
#profitable .main-featuresIcon {padding: 5px 15px;background: #fff;border-radius: 5px;margin-right: 10px;}
#proposition .proposition__item ul {font-size: 0.9em;line-height: 1.2em;margin-block-start: 0em;padding: 10px 20px;}
#better {margin-bottom: 25px;}
#better .better__items {display: grid;grid-template-columns: 1fr 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 10px;grid-row-gap: 10px;margin-bottom: 25px;padding: 42px;}
#work .work__items {display: grid;grid-template-columns: 1fr 1fr;}
/*#work .work__items {display: flex;flex-direction: row;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 20px;grid-row-gap: 20px;padding: 42px 0px;margin: 0 auto;}*/
/*#work .work__items {padding: 15px 0px;}*/
/*#work .work__icon svg {width: 35px;}*/
/*#work .work__items .work__icon {padding: 12px 20px 8px 20px;}*/
/*#work .work__items .work__item .work__text {text-align: center;height: 65px; margin: 0px 5px 5px 5px; font-size:0.75em}*/
#proposition {grid-template-columns: 1fr;grid-column-gap: 10px;grid-row-gap: 10px;margin-bottom: 50px;}
#proposition .proposition__item.banner {justify-content: center;}
  
.categories.purc .cat_items {grid-column-gap: 20px;grid-row-gap: 20px;}
  
}
@media all and (max-width:640px) {
#better .better__items {padding: 15px;}  
#profitable  .main-featuresText {font-size: 0.7em;}
.categories.purc  .item .cat-image a {height: 140px;display: flex;align-items: center;justify-content: center;} 
}
@media all and (max-width:481px) {
 
 
#joint__purchases .description {font-size: 1em;line-height: 1.4;}   
#profitable h3 {font-size: 25px;} 
#profitable p, #better p {font-size: 14px;font-weight: 600;line-height: normal;text-align: center;margin: 12px auto 12px auto;}
 
#profitable .profitable__items .item {height: 105px;    justify-content: center;} 
#profitable .profitable__items .item p {margin-block-start: 0.2em;margin-block-end: 0.2em;} 
#profitable .profitable__items {grid-template-columns: 1fr;} 
#profitable .profitable__items .item p{font-size: 0.8em;}
#profitable .profitable__items .item {max-width: 100%;}
#profitable {margin: 20px auto 20px auto;}   
#profitable .features__items {grid-template-columns: 1fr;}  
  
  
#proposition .proposition__item h3 {font-size: 1.1em;text-align: left;}
#proposition .proposition__item ul {font-size: 0.8em;line-height: 1.1em;}
#proposition button {width: 250px;height: 50px;border: none;}
#proposition {margin-bottom: 20px;overflow: hidden;}
#better h3 {font-size: 25px;padding: 10px;margin: 0 auto;}
#better .spectrum{font-size: 25px;}
#better .better__items .better__icon {width: 50px;height: 50px;}  
#better .better__items .better__icon svg{height: auto;max-height: 30px;}  
#better .better__items .better__item .better__text {font-size: 13px;}
#work h3 {font-size: 25px;padding: 10px 10px 10px 0px;}
#work .work__items .work__item i {content: "";border: solid transparent;position: absolute;left: 50%;top: auto;color: #078446;border-width: 0px;margin-top: 0px;font-size: 35px;transform: rotate(90deg);bottom: -30px;}
#work .work__items {grid-template-columns: 1fr;grid-auto-columns: auto;grid-auto-rows: auto;grid-column-gap: 10px;grid-row-gap: 10px;padding: 0px 0px 15px 0px;margin: 0 auto;}  
#work .work__items .work__item {width: 100%;} 
#work .work__items .work__icon svg {/* width: 20px; */height: auto;max-height: 30px;}
#work .work__items .work__item {justify-content: flex-start; margin-bottom: 10px;}
 #work .work__items .work__item .work__text {text-align: left;height: 40px; width: 100%;}
   
.categories.purc .cat_items {width: 100%;display: flex;}
.categories.purc .item .cat-name a {height: 30px;overflow: hidden;font-size: 11px;}
.categories.purc .cat_items {grid-column-gap: 5px;grid-row-gap: 5px; }
.categories.purc  .item .cat-image a {height: 70px;display: flex;align-items: center;justify-content: center;} 
.categories.purc .item .cat-image {border-bottom: 0;margin: 0 5px 5px;}
.categories.purc .cat_items .item {width: 33%;margin: 10px 0px;}
.categories.purc .item .cat-name {padding: 5px;}
}
.maps h3 {text-align: center;color: red;padding-bottom: 15px;}
p.new-block-text {text-align: center;}
@media (max-width:560px) {p.new-block-text {font-size:14px;}}
#delpay__map__order{margin-bottom:20px;}
.product-delivery {display:flex; border:1px solid #e0e0e0; border-radius:20px; overflow:hidden}
.delivery-column {flex:1; padding:20px; text-align:center}
.delivery-column:first-child {border-right:1px solid #e0e0e0}
h3 {margin-top:0; margin-bottom:10px; font-size:16px; font-weight:bold}
p {margin-bottom:5px; font-size:14px}
@media(max-width:1366px){.delivery-column {padding:15px;}}
@media(max-width:768px){.delivery-column {padding:10px;}}