html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Ubuntu', Arial, sans-serif;font-size: 14px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #1d1d1d;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;}
.no-flexbox .container:before,
.no-flexbox .container:after {display: table;line-height: 0;content: "";}
.no-flexbox .container:after {display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
.row {margin-left: -15px;margin-right: -15px;}
.no-flexbox .row:before, .row:after {content: " ";display: table;clear:both;}
.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;}
a {color: inherit;text-decoration:none;cursor:pointer;}
a:hover, a:active {outline:0;text-decoration:none;color: #ffa527;}
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 #e4e4e4;font-size: 15px;padding: 6px 12px;}
.inputText {display: inline-block;width: 100%;max-width: 350px;height: 40px;line-height: 28px;font-size: 16px;padding: 5px 10px;border-width: 1px;border-style: solid;border-color: #e4e4e4;text-transform: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;-webkit-appearance: none;}
.inputText:focus, select:focus, textarea:focus {outline: 0;border-color: #555;}
/* Поля ввода */
.input {display: block;width: 100%;max-width: 450px;padding: 10px 15px;border: 1px solid #7c7c7c;transition: all 0.3s ease;}
.input:hover, .input:focus{border-color: #dedd00;}
.input.input--error,.input.invalidInput {border-color: #dedd00}
.input.invalidInput + label {display: block;font-size: 11px;position: relative;color: #ffffff;background: #dedd00;width: 100%;text-align: center;margin: 0 auto;padding: 3px 0;}
.input::-webkit-input-placeholder {color: #b1bfc8}
.input::-moz-placeholder {color: #b1bfc8}
.input:-ms-input-placeholder {color: #b1bfc8}
.input:-moz-placeholder {color: #b1bfc8}
/* Поле автозаполнения */
.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
  -webkit-text-fill-color: #2e2e2e !important; /* цвет текста */
  color: #2e2e2e !important; /* цвет текста */
}   
/* Кастомный скролл на webkit*/
  ::-webkit-scrollbar-track {border-radius: 0;background-color: #fff}
  ::-webkit-scrollbar {width: 10px;height: 2px;background-color: #fff;}
  ::-webkit-scrollbar-thumb {border-radius: 0;background-color: #7c7c7c;}
/**/
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 #7c7c7c;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: #dedd00;border-color: #dedd00}
.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 #7c7c7c;-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: 4px;left: 4px;width: 14px;height: 14px;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: #dedd00;border-color: #dedd00}
.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-family: 'Opel Sans', Arial, sans-serif;font-weight: 400;color: #212b2d;}
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: #dedd00;}
.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: #dedd00;color: #fff;top: 0;z-index: 999;width: 100%;padding: 10px 0;}
.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: #555000;margin: 0 5px;text-indent: 9999px;}
.tc {color: #dedd00 !important;}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #dedd00;text-align: left;line-height: 25px;}
.DescriptionBlock {background-color: #fff;padding: 10px 0;}
.index#main .DescriptionBlock {margin-bottom:0;}
.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: 16px;}
.success {background-color: #7cc594;color: #fff;}
.warning {background-color: #eb3708;color: #fff;}
.attention {background-color: #dedd00;color: #fff;}
.information {background-color: #118AB2;color: #fff;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {font-weight: 600;text-decoration:underline;}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #ffffff;background: #dedd00;width: 100%;text-align: center;margin: 0 auto;padding: 3px 0;}
/* Noty */
.noty_bar {border-radius: 0!important;}
.noty_body {font-size: 16px!important;text-align: center!important;zoom: 95%;}
/* Таблицы */
.table-box {line-height: 18px;margin-bottom: 10px;text-align: center;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;width: 100%;border-collapse: collapse}
.table-box > tbody > tr > td,.table-box > tbody > tr > th,.table-box > tfoot > tr > th {border: 1px solid #e4e4e4;line-height: 18px;padding: 12px 10px;text-align: center}
.table-box tfoot td,.table-box thead td {background-color: #f3f3f3;border: 1px solid #ddd;line-height: 18px;padding: 12px;text-align: center;color: #2b3038}
.table-box tbody tr td.cell1 {text-align: right;width: 50%}
.table-box tbody tr td.cell2 {text-align: left;width: 50%}
.table-box.table-striped {table-layout: fixed;border-collapse: collapse}
.table-box.table-striped tr:nth-child(odd) {background-color: #f3f3f3}
.table-box.table-striped td {border: none;padding: 8px 5px;word-wrap: break-word;font-size: 14px}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:100px; max-height:100px;} 
.goods-image-icon-square {width:200px;height:200px;} 
.goods-image-small{max-width:150px; max-height:150px;}
.goods-image-small-square {width:300px; height:300px;}
.goods-image-medium {max-width:450px; max-height:450px;}
.goods-image-medium-square{width:900px; height:900px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1200px; max-height:1200px;}
.goods-image-large-square {width:1200px; height:1200px;}
.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:150px; max-height:150px;}
.goods-cat-image-medium-square{width:300px; height:300px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/* END Настройки максимальных размеров генерируемых изображений */
/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-skin {background: #fff;border-radius: 0;}
.fancybox-opened .fancybox-skin {box-shadow:none;}
.fancybox-close {position: absolute;top: 0;right: 0;line-height: 16px;text-align: center;cursor: pointer;z-index: 8040;background: transparent;}
.fancybox-close:after {content: '\f00d';font-family: 'FontAwesome';font-size: 25px;color: #97a4ac;position: absolute;padding: 10px;right: 0px;transition: all .3s ease;}
.fancybox-close:hover:after {color: #dedd00;}
.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: 1px solid #dedd00;text-align: center;font-size: 30px;line-height: 38px;color: #dedd00;transition: all .15s linear;}
.fancybox-nav:hover span {visibility: visible;opacity: 1}
@media (max-width:767px) {.fancybox-nav span {opacity: 0.9}}
/**/
.fancybox-header {position: relative;padding: 20px;background-position: center;background-size: cover;background-color: #4d575d;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: 20px}
.fancybox-body .callbackForm .pp {text-align: center;}
/******************************************************************************
  Анимация
*******************************************************************************/
.button, .button:hover, .remove, .navigation .prev, .navigation .next, .pages li span, .s-links a, .qty-set > a, .actions a, 
.header .header-sectionsItem, .header-toolsIcon i
{-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: flex;align-items: center;position: relative;font-size: 18px;font-weight: bold;font-family: "Opel Sans",Arial, sans-serif;white-space: nowrap;}
.price:before {content: "";display: inline-block;vertical-align: middle;width: 6px;height: 22px;border: 2px solid #dedd00;border-right: 0;margin-right: 4px;}
.price:after {content: "";display: inline-block;vertical-align: middle;width: 6px;height: 22px;border: 2px solid #dedd00;border-left: 0;margin-left: 4px;}
.price > span:after {display: inline-block;font-family: FontAwesome;font-size: 12px;line-height: 1.1;margin: -2px 0 0;}
.old-price,.old-price .price,.price.old-price {margin: 0;display: inline-block;position: relative;text-align: center;padding: 0;font-size: 14px;font-weight: 400;color: #2e2e2e;background: 0 0;margin-left: 5px;}
.old-price > span:before {position: absolute;content: "";left: 0;top: 50%;right: 0;border-top: 1px solid;border-color: inherit;-webkit-transform: rotate(-8deg);transform: rotate(-8deg);}
.old-price .price > span:after,.old-price > span:after,.price.old-price > span:after {font-size: 12px;}
.old-price:after,.old-price:before {display: none;}
.price.RUB > span:after, .RUB .price:after {content: "\f158";}
.price.RUB span + span, .RUB .price span + span {display: none;}
/*** Капс ***/
#capslock {display: none;text-align: center;max-width: 300px;}
#capslock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {display: inline-block;overflow: visible;font-size: 14px;font-family: 'Ubuntu', Arial, sans-serif;line-height: 36px;padding: 0 20px;border: 0;background-color: #dedd00;color: #fff;opacity: 1;filter: alpha(opacity=100);text-transform: uppercase;text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;user-select: none;border: 2px solid transparent;}
.button:hover, .button.added, .button:focus {background-color: #1d1d1d;color: #fff;}
.button2 {background-color: transparent;border-width: 1px;border-style: solid;border-color: #dedd00;color: #1d1d1d;line-height: 38px;}
.button2:hover, .button2.added, .button2.active, .button2:focus {border-color: #dedd00;color:#ffffff;background-color: #dedd00;}
.button._dropdown {background-color: #dce4e9;border-width: 1px;border-style: solid;border-color: #dce4e9;color: #2e2e2e;line-height: 38px;}
.button._dropdown:hover, .button._dropdown:focus {border-color: #dedd00;color:#dedd00;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;color: #8f8f8f;}
.remove:hover {color: #212b2d;}
.remove:after {content: "\f1f8";display: inline-block;font-family: "FontAwesome";font-size: 15px;text-align: center;}
.remove.x:after {content: "\f00d";font-size: 16px;}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;overflow: visible;font-size: 15px;font-family: "Opel Sans",Arial, sans-serif;line-height: 40px;padding: 0 25px;border: 0;background-color: #dedd00;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;}
.button6 {display: flex;align-items: center;justify-content: center;position: relative;font-size: 14px;white-space: nowrap;width: 190px;height: 40px;margin: 0 auto;border: 2px solid transparent;cursor: pointer;font-family: 'Ubuntu', Arial, sans-serif;}
.button6:before {content: "";display: inline-block;width: 10px;height: 37px;border: 2px solid #dddddd;border-right: 0;}
.button6:after {content: "";display: inline-block;width: 10px;height: 37px;border: 2px solid #dddddd;border-left: 0;}
.button6:hover {border: 2px solid #dedd00;}
.button6:hover:before, .button6:hover:after {display: none;}
.button6 span {padding: 0 40px;}
.button5 {display: flex;align-items: center;justify-content: center;position: relative;background: transparent;font-size: 16px;text-transform: uppercase;border: 2px solid #dedd00;padding: 10px 30px;transform: skew(-15deg, 0);transition: all 0s !important;font-family: 'Ubuntu', Arial, sans-serif;}
.button5 span {transform: skew(15deg, 0);}
.button5:before {content: "";display: block;position: absolute;bottom: -8px;left: 9px;width: 100%;height: 2px;background: #dedd00;}
.button5:after {content: "";display: block;position: absolute;bottom: -8px;right: -10px;width: 2px;height: 100%;background: #dedd00;}
.button5:hover {color: #fff;background-image: -moz-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -ms-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);}
.button4 {display: flex;align-items: center;justify-content: center;position: relative;font-size: 16px;text-transform: uppercase;border: 0;padding: 10px 30px;transform: skew(-15deg, 0);transition: all 0s !important;color: #fff;     background-color: #dedd00; font-family: 'Ubuntu', Arial, sans-serif;}
.button4 span {transform: skew(15deg, 0);}
.button4:before {content: "";display: block;position: absolute;bottom: -8px;left: 9px;width: 100%;height: 2px;background: #dedd00;}
.button4:after {content: "";display: block;position: absolute;bottom: -8px;right: -10px;width: 2px;height: 100%;background: #dedd00;}
.button4:hover {color: #fff;background: #1d1d1d;}
.button4:hover:before, .button4:hover:after {background: #1d1d1d;}
/* Навигация */
.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;}
.navigation .prev:hover, .navigation .next:hover, .navigation .owl-prev:hover, .navigation .owl-next:hover {color: #212b2d;cursor: pointer;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Иконки Новинка, Хит, Скидка, Нет в наличии */
.product__ico {display: flex;flex-wrap: wrap;align-items: center;position: absolute;top: 0;left: 4px;z-index: 1;transform: skew(-15deg, 0);}
.product__ico div {display: flex;color: #fff;padding: 0 6px;line-height: 22px;text-align: center;margin-left: 4px;margin-bottom: 4px;}
.product__ico div span {transform: skew(15deg, 0);}
.ico-new {background: #00c2f6;}
.ico-best {background: #44b759;}
.ico-sale {background: #f24841;}
.ico-video {background: #dedd00;cursor: pointer;}
.icon-videocam {display: inline-block;width: 18px;height: 12px;background-size: cover;background-repeat: no-repeat;background-position: 0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z' fill='%23fff'/%3E%3C/svg%3E");}
#video__block {width: 100%;}
#video__block iframe {width: 100%;}
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;background-color: #2e2e2e;opacity: 0;visibility: hidden;cursor: pointer;}
.overlay._active {visibility: visible;opacity: .5;}
@media (min-width:992px) {.overlay {display: none}}
/* Наверх */
#totopb {position: fixed;right: 15px;bottom: 15px;width: 40px;height: 40px;line-height: 0.9;text-align: center;z-index: 101;cursor: pointer;color: #5586a6;background: #fff;border: 1px solid #7c7c7c;font-size: 40px;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;-ms-transition: all 0.4s ease-out 0s;transition: all 0.4s ease-out 0s;}
#totopb:hover {color: #dedd00;border: 1px solid #dedd00;}
/* Окошко с информацией о cookies */
.cookies-bottom {position: fixed;bottom: 0;width: 100%;background: #f3f3f3;z-index: 100;}
.cookies-bottom-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 5px 0;}
.cookies-bottom-icon {font-size: 32px;line-height: 40px;text-align: center;margin-right: 15px;-webkit-box-flex: 0;-ms-flex: 0 0 40px;flex: 0 0 40px;}
.cookies-bottom-icon i {color: #dedd00;}
.cookies-bottom-closeBtn {position: absolute;top: -40px;right: 15px;width: 40px;height: 40px;font-size: 22px;background: #f3f3f3;}
/* Основной контент */
#main {position: relative;margin: 0px 0 20px;}
.index#main{margin: 0px 0 20px;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/* Сравнение */
.compare.page {display: none;}
/* Избранное */
.favorites.page {display: none;}
#left_offcanvas {left: 0;right: auto;-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);}
#right_offcanvas {right: 0;left: auto;-moz-transform: translateZ(0);-moz-transform: translateX(100%);-o-transform: translateX(100%);-ms-transform: translateX(100%);-webkit-transform: translateX(100%);transform: translateX(100%);}
#left_offcanvas.active, #right_offcanvas.active {-moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);-webkit-transform: translateX(0);transform: translateX(0);-webkit-overflow-scrolling: touch;box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;-moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;transition: transform 0.4s 0s, box-shadow 0s 0s;}
.menu_offcanvas {position: fixed;top: 0;width: 320px;height: 100%;overflow-y: auto;background-color: #fff;z-index: 999;-moz-transform: translateZ(0);-o-transform: translateZ(0);-ms-transform: translateZ(0);-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;-moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;transition: transform 0.4s 0s, box-shadow 0s 0.4s;}
.close-container {text-align: center;}
.close-container .header-closeBtn {position: absolute;top: 0;right: 0;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center;}
/** Корзина **/
.cart.page {display: none;}
.menu_offcanvas .cart-content {margin-top: 30px;padding: 0 15px;}
.menu_offcanvas .cart .cart-content .empty {padding: 5px 0;line-height: 25px;}
.menu_offcanvas .cart .cart-content .empty.hide {display: none;}
.menu_offcanvas .cart .cart-content .empty a {text-decoration: underline;font-weight: bold;}
.menu_offcanvas .cart .cart-content .subtotal {display: flex;align-items: center;justify-content: space-between;padding: 15px;background: #f3f3f3;font-size: 18px;font-weight: bold;}
.menu_offcanvas .cart .cart-content .subtotal .price {font-size: 22px;font-weight: bold;}
.menu_offcanvas .cart .cart-content .subtotal .price:before, .menu_offcanvas .cart .cart-content .subtotal .price:after {display: none;}
.menu_offcanvas .cart .cart-content .actions {display: inline-block;overflow: hidden;width: 100%;margin-top: 20px;text-align: center;}
.menu_offcanvas .cart .cart-content .actions .button {width: 200px;text-transform: uppercase;}
.menu_offcanvas .cart .cart-content .actions .button + .button {margin-top: 10px;}
.offcanvas__content ul {display: block;width: 100%;overflow-x: auto;max-height: 70vh;margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.offcanvas__content ul .item {position: relative;overflow: hidden;margin: 0;padding: 0 0 20px 0;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;justify-content: flex-start;}
.offcanvas__content ul .item .remove {position: absolute;top: 0;right: 0px;background-color: #fff;z-index: 2;}
.offcanvas__content ul .item .remove:after {display: none;}
.offcanvas__content ul .item .product-image {display: flex;align-items: center;justify-content: center;position: relative;width: 80px;height: 80px;border: 1px solid #dddddd;}
.offcanvas__content ul .item .product-image img {max-width: 99%;max-height: 99%;}
.offcanvas__content ul .item .product-details {display: flex;flex-wrap: wrap;position: relative;width: calc(100% - 80px);padding-left: 15px;padding-right: 20px;}
.offcanvas__content ul .item .product-details .product-name {width: 100%;display: block;position: relative;overflow: hidden;font-size: 16px;max-height: 60px;margin-bottom: 10px;}
.offcanvas__content ul .item .product-details .product-price {font-size: 18px;}
.offcanvas__content ul .item .product-details .quantity {margin-right: 5px;}
.offcanvas__content ul .item .product-details .product-mod {display: none;margin-bottom: 5px;font-size: 13px;}
.offcanvas__content ul .item .product-remove {display: inline-block;position: relative;float: right;right: -5px;top: 2px;font-size: 14px;color: #CCCCCC;padding: 0 3px;}
.addto__title {font-size: 24px;font-weight: 500;padding: 32px;}
.goods__items {padding: 0 16px;overflow-x: auto;max-height: 70vh;}
.goods__item {margin-bottom: 32px;display: flex;align-items: center;flex-wrap: wrap;}
.goods__item:last-child {margin-bottom: 0;}
.goods__shop {width: calc(100% - 80px);position: relative;padding: 0 20px;}
.goods__image {width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;}
.goods__image img {max-width: 99%;max-height: 99%;}
.goods__priceBox {display: flex;flex-wrap: wrap;align-items: center;margin-top: 8px;}
.goods__price {font-size: 16px;font-weight: 500;line-height: 30px;margin-right: 16px;}
.goods__count {font-size: 12px;}
.goods__mod {font-size: 12px;margin-top: 8px;}
.goods__remove {display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 0;width: 24px;height: 24px;color: #212b2d;}
.goods__remove.remove:after {content: "\e872";font-family: 'Material Icons';font-size: 24px;}
.goods__empty {padding: 0 32px 32px 32px;}
.goods__empty .button {margin-top: 16px;}
.goods__buttons {display: none;padding: 32px 16px;justify-content: space-between;}
.have-items .goods__empty {display: none;}
.have-items .goods__buttons {display: flex;}
.flex {display: flex;align-items: center;flex-wrap: wrap;}
.align-start {align-items: flex-start;}
#header {position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;}
#header .header__inner {position: relative;z-index: 3;background-color: #ffffff ;font-size: 16px;padding-bottom: 15px;}
.header__bottom {position: relative;}
@media (max-width: 641px){
#header {background-position: 65% center;}
}
.header-overlay {position: fixed;z-index: 3;top: 0;left: 0;width: 100%;height: 100%;background-color: #2e2e2e;opacity: 0;visibility: hidden;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;}
.header-overlay._visible {opacity: .5;visibility: visible}
/** Фоновые блоки с прозрачностью **/
.bg__overlay span:before {background-color: rgba(255, 255, 255, 0.6);left: 10%;width: 35%;content: "";display: flex;height: 100%;position: absolute;top: 0;transform: skew(-15deg, 0);z-index: 1;}
.bg__black .container {position: relative;z-index: 2;}
.bg__black .bg__overlay:before {background-color: rgba(255, 255, 255, 0.05);}
.bg__black .bg__overlay:after {background-color: rgba(255, 255, 255, 0.07);}
.bg__black .bg__overlay span:before {background-color: rgba(255, 255, 255, 0.06);}
.bg__white .container {position: relative;z-index: 2;}
.bg__white .bg__overlay:before {background-color: rgba(29, 29, 29, 0.05);}
.bg__white .bg__overlay:after {background-color: rgba(29, 29, 29, 0.07);}
.bg__white .bg__overlay span:before {background-color: rgba(29, 29, 29, 0.06);}
@media (max-width: 1199px){
.bg__overlay span:before {width: 30%;left: 8%;}
.bg__overlay:after {right: -15%;}
}
@media (max-width: 991px){
.bg__overlay:before {width: 55%;}
.bg__overlay:after {right: -20%;}
.bg__overlay span:before {width: 30%;left: -10%;}
}
/** Меню **/
.header__menu {width: 50%;position: relative;margin-left: 25%;}
.header__menu ul {margin: 0;padding: 0;list-style: none;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
.header__menu .mainnav__list {height: 40px;overflow: hidden;}
.header__menu .mainnav__list li:first-child a {margin-left: 0;}
.header__menu ul li a {margin: 0 15px;line-height: 40px;}
.header__menu ul li a:hover, .header__menu ul li a.active {color: #ffa527;}
.header__menu .menu-more {cursor:pointer;}
.header__menu .overflowMenu {display:none;position:absolute;background:#fff;text-align: center;padding: 5px 0;left: 0;right: 0;margin: 0;top: 41px;z-index:5;}
.header__menu .overflowMenu.active {display:block;}
.header__menu .overflowMenu li a {display:block;padding: 0 15px;}
.header__menu .menu__icon {display: none;}
/** ЛК **/
.header-login {width: 25%;position: relative;}
.header-loginMenu {display: flex;align-items: center;justify-content: flex-end;}
.header-loginMenu i {font-size: 20px;margin-right: 8px;}
.header-loginMenu .header-span-or {margin: 0 3px;}
.header-loginMenu a {line-height: 40px;}
.header-loginMenu a:hover {color: #ffa527;}
.header-loginMenu .search__icon {display: none;}
.header-loginMenu .header-loginLinkIcon {line-height: 1;}
.header-loginMenu .header-phoneLinkIcon {display: none;line-height: 1;}
/** Контакты **/
.header-contacts {width: 75%;border-top: 1px solid #7c7c7c;padding-top: 15px;display: flex;align-items: center;}
.header-contacts > div {width: 33%;}
.header-contacts .header-phoneNum, .header-contacts .header-email, .header-contacts .header-phoneSub {display: flex;align-items: center;font-weight: 600;font-size: 18px;}
.header-contacts .header-phoneNum:hover, .header-contacts .header-email:hover {color: #ffa527;}
.header-contacts a {color: #1d1d1d;white-space: nowrap;transition: all 0.3s;}
.header-phoneCallback {background: #fff;}
.header-phoneCallback:hover {background-image: -moz-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -ms-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);}
.header-contacts .header-phoneNum ~ .header-phoneNum {display: none}
.header-contacts .header-contacts-item {flex-grow: 1;text-align: left;}
.header-contacts .header-contacts-item + .header-contacts-item {margin-top: 10px;}
.header-contacts .header-contacts-item i {margin-right: 8px;font-size: 18px;}
.header-contacts .header-mail {padding-left: 0;}
.header-callback {padding-left: 40px;}
/** Логотип **/
.header-logo {width: 25%;padding-right: 30px;padding-bottom: 20px;margin-top: -25px;}
/** Поиск **/
.header-search {z-index: 3;width: 50%;}
.header-search.active {display: block;position: absolute;top: 0;width: 100%;}
.header-search .search {display: block;position: relative;width: 100%;}
.header-search .header-right .search {display: inline-block;position: relative;vertical-align: middle;width: 100%;height: auto;margin: 0;z-index: 1;border-bottom: 1px solid #e4e4e4}
.header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header-search .search #search_mini_form {display: inline-block;vertical-align: middle;position: relative;width: 100%;}
.header-search .search #search_mini_form .search-string {font-size: 13px;color: #7c7c7c;width: 100%;max-width: 100%;margin: 0;line-height: 23px;padding-right: 90px}
.header-search .search #search_mini_form .search-submit {position: absolute;top: 6px;right: 0;height: 40px;padding: 0 15px;font-size: 16px;}
.header-search .search #search_mini_form input::-webkit-input-placeholder {color: #b1bfc8}
.header-search .search #search_mini_form input::-moz-placeholder {color: #b1bfc8}
.header-search .search #search_mini_form input:-ms-input-placeholder {color: #b1bfc8}
.header-searchBtn {position: absolute;top: 0;right: 0;height: 40px;padding: 0 15px;font-size: 16px}
.header-search .search #search_mini_form .header-searchIcon,.header .header-search .search #search_mini_form .search-submit:hover {color: #7c7c7c;}
.header-search .search #search_mini_form .header-searchIcon:hover {color: #dedd00;}
.search__icon {display: flex;align-items: center;justify-content: center;cursor: pointer;}
.search__icon:hover {color: #ffa527;}
.header-search .search__close {display: none;position: absolute;right: 50px;top: 10px;cursor: pointer;}
.header-search .search__close:hover {color: #ffa527;}
.header-search.active .search__close {display: block;}
/* Сравнение, Избранное, Корзина */
.header-tools {width: 25%;padding-left: 15px;}
.header-toolsName {display: none;}
.header-toolsCol {position: relative;display: flex;align-items: center;justify-content: space-around;flex-wrap: wrap;}
.header-toolsIcon {position: relative;display: block;height: 45px;}
.header-toolsIcon i {font-size: 50px}
.header-toolsIcon i::before {margin: 0}
.header-toolsCol > div:hover > a {color: #1d1d1d;}
.header-toolsCol > div:hover .header-toolsCounter {border: 2px solid #fff;background: #1d1d1d;color: #fff;}
.header-toolsLink .header-toolsCounter {position: absolute;z-index: 1;left: auto;top: 0px;right: -10px;display: flex;align-items: center;justify-content: center;width: 25px;height: 25px;border-radius: 50%;background-color: #dedd00;border: 2px solid #dedd00;}
.header-toolsAmount,.header-toolsCounter {height: 20px;line-height: 20px;font-size: 12px}
.header-toolsLink .header-toolsIcon._cart .header-toolsCounter {animation: pulse 3s infinite;}
/* Каталог в шапке */
.header-catalog {z-index: 3;width: 25%;padding-right: 30px;position: relative;}
.header-catalogMenu {z-index: 3;width: calc(100% - 30px);background-color: #fff;-webkit-transition: all .3s;transition: all .3s}
.header-catalog.zIndex {z-index: 2;}
.header-catalogBtn {display: block;width: 100%;line-height: 45px;text-align: center;color: #fff;text-transform: uppercase;border: 0;font-size: 16px;cursor: pointer; background-color: #dedd00;}
.header-catalogBtn:hover {background: #1d1d1d;}
.header-catalogLink {display: block;padding: 0 20px;transition: all .3s;}
.header-catalogMenuTitle {display: none}
.header-catalogLink.active,.header-catalogLink.hover,.header-catalogLink:hover {color: #dedd00}
.header-catalogItem + .header-catalogItem {border-top: 1px solid #f3f3f3;position: relative;}
.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;font-family: "Opel Sans",Arial, sans-serif;line-height: 1.3;color: #dedd00;font-size: 15px;transition: all .3s;}
.header-subcatalogTitle:hover {color: #3d5a68;}
.header-catalogMenu a.active,.header-catalogMenu a:hover {color: #3d5a68;}
.header-catalogMenu a:hover {color: #dedd00;}
.header-catalogMenu .header-subcatalogTitle:hover {color: #3d5a68;}
.header-catalogMenu .header-subcatalog-third {list-style: none;padding: 0;margin: 0}
.header-catalogMenu .header-subcatalog-third .sub li {padding: 5px 0}
.header-subcatalogCol .header-subcatalogList,.header-subcatalogItem + .header-subcatalogItem {margin-top: 10px;}
.header-catalogMenu .header-subcatalog {display: flex;flex-wrap: wrap;align-items: center;position: absolute;top: 0;left: 100%;min-height:100%;padding: 7px 15px;background-color: #fff;border-left: 2px solid #ed9034;opacity: 0;visibility: hidden;transition:all 0.08s ease;}
.header-subcatalog._visible {opacity: 1;visibility: visible;z-index: 1;}
.header-subcatalogBanner {float: right;width: 300px;}
.header-subcatalogGrid {margin-right: 300px;}
.header-subcatalogCol {margin-bottom: 20px;padding-right: 10px;}
.header-burger {display: none;}
.header-burger i {vertical-align: middle;}
/** Каталог **/
.menu_offcanvas .catalog ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.menu_offcanvas .catalog .mainnav {position: static;padding: 0 10px;}
.menu_offcanvas .catalog .mainnav li {position: relative;padding: 0 0px;}
.menu_offcanvas .catalog .mainnav li a {display: block;padding: 10px 30px 10px 10px;border: 0;border-bottom: 1px solid #e1e1e1;}
.menu_offcanvas .catalog .mainnav li a:hover, .menu_offcanvas .catalog .mainnav li a.active, .menu_offcanvas .catalog .mainnav li a .open-menu:hover, .menu_offcanvas .catalog .mainnav li a .open-menu.active {color: #ffa527;}
.menu_offcanvas .catalog .mainnav li ul.sub {display: none;padding: 0 0 0 15px;}
.menu_offcanvas .catalog .mainnav li.active > ul.sub {display: block;}
.menu_offcanvas .catalog .mainnav li .open-menu {position: absolute;cursor: pointer;width: 40px;height: 40px;line-height: 40px;right: 0px;top: 0px;text-align: center;color: #808080;z-index: 3;}
.menu_offcanvas .catalog .mainnav li .open-menu:before {content: "\e315";font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;line-height: 40px;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}
.menu_offcanvas .catalog .mainnav li.active a .open-menu.active:before {content: "\e313";}
/*** Главная картинка ***/
.header-slide {position: relative;z-index: 2;padding: 15px 0;}
.slider__content {padding-left: 10px;height: 440px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;flex-direction: column;}
.slider__content > div {font-weight: bold;color: #1d1d1d;font-family: "Opel Sans",Arial, sans-serif;text-transform: uppercase;}
.slider__title {font-size: 55px;}
.slider__subtitle {font-size: 40px;margin-top: 10px;}
.slider__pretitle {font-size: 35px;margin-top: 15px;}
.slider__buttons {margin-top: 20px;}
.slider__buttons .button4 {width: 220px;height: 50px;font-weight: 400;}
/*** Фиксированное меню ***/
.is-sticky #sticker {background: rgba(255, 255, 255, 0.9);padding: 15px 0;}
.is-sticky #sticker .header-phoneCallback {display: flex;}
.is-sticky #sticker .header-phoneCallback:hover {color: #fff;}
.is-sticky #sticker .header-phoneCallback:before, .is-sticky #sticker .header-phoneCallback:after {display: none;}
.is-sticky #sticker .header-toolsCol {display: none;}
#sticker .header-phoneCallback {display: none;}
#sticker .search__icon {display: none;}
@media (max-width: 1199px){
.header-logo {padding-bottom: 25px;margin-top: -15px;}
.header__menu ul li a {margin: 0 10px;}
}
@media (max-width: 991px){
.header__top {border-bottom: 1px solid #7c7c7c;justify-content: space-between;}
.header__menu {margin: 0;}
.header__menu .mainnav {display: none;position: absolute;background: #fff;z-index: 4;}
.header__menu .mainnav__list {flex-direction: column;height: auto;}
.header__menu .menu__icon {display: flex;align-items: center;line-height: 40px;cursor: pointer;}
.header__menu .menu__icon:hover {color: #dedd00;}
.header__menu .menu__icon label {margin-left: 3px;cursor: pointer;}
.header-logo {width: 240px;margin-top: 0;padding-bottom: 15px;padding-top: 15px;}
.header-login {width: 40%;}
.header-loginMenu .search__icon {display: flex;}
.header-catalog {width: 240px;}
.header-contacts {width: calc(100% - 240px);padding-top: 25px;border: 0;justify-content: flex-end;}
.header-contacts .header-mail {display: none;}
.header-contacts > div {width: 42%;}
.header-callback {padding-left: 15px;}
.header-search {display: none;}
.header__bottom {justify-content: space-between;}
.is-sticky .header-tools {display: flex;align-items: center;justify-content: flex-end;}
.header-tools {width: calc(100% - 240px);}
.header-toolsCol {justify-content: flex-end;}
.header-toolsCol > div {margin-left: 30px;}
.slider__title {font-size: 45px;}
.slider__subtitle {font-size: 30px;}
.slider__pretitle {font-size: 25px;}
.slider__content {height: 300px;}
.header-catalogMenuTitle {display: block}
.header-closeBtn {position: absolute;top: 0;right: 0;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;}
.header-subcatalogTitle {position: relative;padding: 11px 15px 11px 0;font-size: 15px;margin-bottom: 0;color: #3d5a68;}
.header-catalogLink .header-catalogArrow {padding: 11px 15px;font-size: 18px;position: absolute;top: 0;right: 0;}
.header-subcatalog .header-secondArrow {position: absolute;top: 0;right: 0;float: right;padding: 11px 15px;font-size: 18px;color: #5586a6;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: #dedd00}
.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: 11px 15px 11px 0;}
.header-catalogMenu {position: fixed;z-index: 3;top: 0;bottom: 0;left: 0;width: 80%;max-width: 30rem;overflow-y: auto;overflow-x: hidden;-webkit-transform: translateX(-100%);transform: translateX(-100%);}
.header-catalogMenu._visible {-webkit-transform: translateX(0%);transform: translateX(0%);}
.header-catalogLink {position: relative;padding: 11px 15px;padding-right: 44px;font-size: 14px;color: #2a3034;}
.is-sticky #sticker .search__icon {display: block;width: 50px;margin-right: 30px;}
.is-sticky #sticker .search__icon i {font-size: 45px;}
}
@media (max-width: 768px){
.header-contacts > div {width: 50%;}
.slider__title {font-size: 36px;}
.slider__subtitle {font-size: 24px;}
.slider__pretitle {font-size: 24px;}
}
@media (max-width: 641px){
.header-contacts {flex-direction: row;flex-wrap: wrap;padding: 15px 0;}
.header-contacts > div {width: 100%;}
.header-contacts .header-phoneNum, .header-contacts .header-email, .header-contacts .header-phoneSub {justify-content: center;}
.header-contacts .header-contacts-item + .header-contacts-item {margin-top: 5px;}
.header-phoneCallback {background: transparent;border: 0;padding: 0;font-size: 16px;color: #dedd00;transform: skew(0, 0);padding: 5px 0 0 0;}
.header-phoneCallback span {transform: skew(0, 0);border-bottom: 1px solid #dedd00;}
.header-phoneCallback:hover {background: transparent;color: #ffa527;}
.header-phoneCallback:before, .header-phoneCallback:after {display: none;}
.header-logo, .header-catalog {width: 225px;}
.header-tools {width: calc(100% - 225px);padding: 0;}
.header-toolsCol {justify-content: center;}
.header-toolsCol > div {margin-left: 20px;}
.is-sticky #sticker .header-phoneCallback {display: block;padding: 0 20px;line-height: 45px;text-align: center;color: #fff;white-space: nowrap;text-transform: uppercase;text-decoration: none;border: 0;font-size: 16px;cursor: pointer;background-image: -moz-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);background-image: -ms-linear-gradient( 0deg, rgb(255,165,39) 0%, rgb(255,197,0) 100%);}
.is-sticky #sticker .header-phoneCallback:hover {background: #1d1d1d;}
.is-sticky #sticker .header-phoneCallback span {border: 0;}
.is-sticky #sticker .search__icon {width: 40px;margin-right: 15px;}
}
@media (max-width: 481px){
.header-catalog {width: 85px;height: 45px;padding: 0;display: flex;align-items: center;justify-content: center;}
.header-catalogBtn {padding: 0;}
.header-catalogBtn-text {display: none;}
.header-burger {display: block;}
.header-tools {width: auto;}
.header-contacts {display: none;}
.header-logo {width: 100%;padding-right: 0;text-align: center;}
.header__bottom {justify-content: space-between;}
.slider__title {font-size: 30px;}
.slider__subtitle {font-size: 18px;}
.slider__pretitle {font-size: 18px;}
.slider__content {height: 260px;}
.header-loginMenu .header-phoneLinkIcon {display: block;}
.header-loginLink, .header-loginMenu .header-span-or {display: none;}
}
/*** Преимущества ***/
.advantages {margin: 40px 0;}
.advantages__items {display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;}
.advantages__item {width: calc(25% - 15px);padding: 20px 30px;border: 2px solid#dedd00;box-shadow: 0px 0px 20px 0px rgba(255, 201, 51, 0.3);}
.advantages__icon {margin-bottom: 15px;}
.advantages__icon i {display: block;width: 80px;height: 80px;margin: 0 auto;background-repeat: no-repeat;background-size: contain;}
.advantages__text {font-size: 16px;text-align: center;}
.icon-gift {background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M452 216c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10zm0 0'/%3E%3Cpath d='M482 80h-39.414A59.882 59.882 0 00446 60c0-33.086-26.914-60-60-60-21.234 0-40.648 11.398-51.348 29-8.273-5.809-18.175-9-28.652-9s-20.379 3.191-28.652 9C266.648 11.398 247.234 0 226 0c-33.086 0-60 26.914-60 60a59.882 59.882 0 003.414 20H130c-16.543 0-30 13.457-30 30v66c0 5.523 4.477 10 10 10h10v120H10c-5.523 0-10 4.477-10 10v186c0 5.523 4.477 10 10 10h286c5.523 0 10-4.477 10-10v-96h156c16.543 0 30-13.457 30-30V186h10c5.523 0 10-4.477 10-10v-66c0-16.543-13.457-30-30-30zm-96-60c22.055 0 40 17.945 40 40 0 7.117-1.84 13.95-5.352 20H356V70c0-9.055-2.383-17.73-6.926-25.398C355.214 29.922 369.816 20 386 20zm-110 80h60v151.86l-22.93-22.93a9.996 9.996 0 00-14.14 0L276 251.86zm30-60c16.813 0 30 13.625 30 30v10h-60V70c0-16.348 13.16-30 30-30zM186 60c0-22.055 17.945-40 40-40 16.184 0 30.785 9.922 36.926 24.602C258.383 52.27 256 60.945 256 70v10h-64.648C187.84 73.945 186 67.117 186 60zm-66 50c0-5.516 4.484-10 10-10h126v66H120zm166 216v40H180v-40zm-106 60h106v20H180zm-20 106h-20V326h20zM20 386h100v20H20zm100-60v40H20v-40zM20 426h100v66H20zm160 66v-66h106v66zm292-116c0 5.516-4.484 10-10 10H306v-70c0-5.523-4.477-10-10-10H140V186h116v90c0 4.043 2.438 7.691 6.172 9.238a9.996 9.996 0 0010.898-2.168L306 250.14l32.93 32.93a10.003 10.003 0 0010.898 2.168A10.002 10.002 0 00356 276v-90h116zm20-210H356v-66h126c5.516 0 10 4.484 10 10zm0 0'/%3E%3Cpath d='M442 366c5.523 0 10-4.477 10-10V256c0-5.523-4.477-10-10-10s-10 4.477-10 10v100c0 5.523 4.477 10 10 10zm0 0'/%3E%3C/svg%3E");}
.icon-gift-card {background-image: url("data:image/svg+xml,%3Csvg height='479pt' viewBox='0 -44 479.97 479' width='479pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M383.984 104.473h16v32h-16zm0 0M351.984 104.473h16v32h-16zm0 0M319.984 104.473h16v32h-16zm0 0M287.984 104.473h16v32h-16zm0 0M383.984 256.473h16v16h-16zm0 0M351.984 256.473h16v16h-16zm0 0M319.984 256.473h16v16h-16zm0 0M287.984 256.473h16v16h-16zm0 0'/%3E%3Cpath d='M23.984 231.871v48.602c.028 22.082 17.922 39.972 40 40H208.61l142.399 68.336a37.201 37.201 0 0028.5 1.515 37.18 37.18 0 0021.187-19.117l24.739-52c17.882-4.344 30.492-20.332 30.55-38.734V255l20.36-42.766c8.84-18.601 1.008-40.847-17.535-49.808l-2.825-1.352v-56.601c-.027-22.082-17.918-39.973-40-40H254.695L128.977 4.137A37.192 37.192 0 00100.48 2.62a37.198 37.198 0 00-21.19 19.117l-20.595 43.27c-19.816 2.613-34.648 19.476-34.71 39.465v33.465L3.624 180.71c-8.836 18.602-1.004 40.848 17.535 49.809zm432-52.383a21.417 21.417 0 015.907 25.864l-5.907 12.41zM386.227 364.29a21.184 21.184 0 01-28.313 10.063l-112.328-53.88h161.52zm53.757-83.816c0 13.254-10.746 24-24 24h-264V211.96a95.352 95.352 0 0066.227 26.633v-16a79.477 79.477 0 01-55.113-22.121h276.886zm-280.543-100.97l15.743-39.558a18.187 18.187 0 0119.214-11.183 18.183 18.183 0 014.387 34.91zm256.543-99.03c13.254 0 24 10.746 24 24v80H190l14.754-5.922c14.516-5.754 23.297-20.602 21.351-36.094-1.945-15.492-14.128-27.707-29.613-29.695-15.488-1.989-30.36 6.754-36.156 21.254l-8.352 20.968V80.473zM93.746 28.625a21.18 21.18 0 0128.313-10.062l95.671 45.91H76.68zm-53.762 75.848c0-13.254 10.746-24 24-24h72v68.93l-6.129-15.387c-5.824-14.426-20.66-23.098-36.09-21.094-15.43 2-27.562 14.164-29.515 29.601-1.957 15.434 6.758 30.243 21.2 36.028l14.741 5.922H39.984zm90.778 75.03l-39.344-15.831a18.238 18.238 0 014.297-35.07A18.234 18.234 0 01115 139.914zm-90.778 20.97h87.114a79.484 79.484 0 01-55.114 22.12v16a95.305 95.305 0 0064-24.6v90.48h-72c-13.254 0-24-10.746-24-24zm-21.902-12.88l5.902-12.417v38.281a21.41 21.41 0 01-5.902-25.863zm0 0'/%3E%3C/svg%3E");}
.icon-money {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M85.072 454.931c-1.859-1.861-4.439-2.93-7.069-2.93s-5.21 1.069-7.07 2.93c-1.86 1.861-2.93 4.44-2.93 7.07s1.069 5.21 2.93 7.069c1.86 1.86 4.44 2.931 7.07 2.931s5.21-1.07 7.069-2.931c1.86-1.859 2.931-4.439 2.931-7.069s-1.07-5.21-2.931-7.07zM469.524 182.938a10.054 10.054 0 00-7.07-2.93c-2.63 0-5.21 1.069-7.07 2.93-1.859 1.86-2.93 4.44-2.93 7.07s1.07 5.21 2.93 7.069a10.077 10.077 0 007.07 2.931c2.64 0 5.21-1.07 7.07-2.931 1.869-1.859 2.939-4.439 2.939-7.069s-1.07-5.21-2.939-7.07z'/%3E%3Cpath d='M509.065 2.929A10.006 10.006 0 00501.992 0L255.998.013c-5.522 0-9.999 4.478-9.999 10V38.61L151.21 64.009c-5.335 1.43-8.501 6.913-7.071 12.247l49.127 183.342-42.499 42.499c-5.409-7.898-14.491-13.092-24.764-13.092H30.006c-16.542 0-29.999 13.458-29.999 29.999V482c0 16.542 13.457 30 29.999 30h95.998c14.053 0 25.875-9.716 29.115-22.78l11.89 10.369a50.382 50.382 0 0033.118 12.412h301.867c5.522 0 10-4.478 10-10V10a10.01 10.01 0 00-2.929-7.071zM136.002 482.001c0 5.513-4.486 10-10 10H30.005c-5.514 0-10-4.486-10-10V319.005c0-5.514 4.486-10 10-10h37.999V424.2c0 5.522 4.478 10 10 10s10-4.478 10-10V309.005h37.999c5.514 0 10 4.486 10 10v162.996zm30.043-401.262l79.954-21.424V96.37l-6.702 1.796a9.997 9.997 0 00-7.071 12.247c3.843 14.341-4.698 29.134-19.039 32.977a9.998 9.998 0 00-7.066 12.267L245.1 299.995h-20.07l-10.343-40.464a9.985 9.985 0 00-1.676-3.507L166.045 80.739zm79.954 61.49v84.381l-18.239-67.535c7.619-3.934 13.854-9.82 18.239-16.846zM389.663 492H200.125a30.388 30.388 0 01-19.974-7.485l-24.149-21.061V325.147l43.658-43.658 7.918 30.98a10 10 0 009.688 7.523l196.604.012c7.72 0 14 6.28 14 14s-6.28 14-14 14H313.13c-5.522 0-10 4.478-10 10s4.478 10 10 10h132.04c7.72 0 14 6.28 14 14s-6.28 14-14 14H313.13c-5.522 0-10 4.478-10 10s4.478 10 10 10h110.643c7.72 0 14 6.28 14 14s-6.28 14-14 14H313.13c-5.522 0-10 4.478-10 10s4.478 10 10 10h76.533c7.72 0 14 6.28 14 14-.001 7.716-6.281 13.996-14 13.996zm102.331 0h-71.36c1.939-4.273 3.028-9.01 3.028-14s-1.089-9.727-3.028-14h3.139c18.747 0 33.999-15.252 33.999-33.999a33.778 33.778 0 00-3.609-15.217c14.396-3.954 25.005-17.149 25.005-32.782a33.816 33.816 0 00-6.711-20.255v-126.74c0-5.522-4.478-10-10-10s-10 4.478-10 10v113.792a34.008 34.008 0 00-7.289-.795h-.328a33.79 33.79 0 003.028-14c0-18.748-15.252-33.999-33.999-33.999h-16.075c17.069-7.32 29.057-24.286 29.057-44.005 0-26.389-21.468-47.858-47.857-47.858-26.388 0-47.857 21.469-47.857 47.858 0 19.719 11.989 36.685 29.057 44.005h-54.663V109.863c17.864-3.893 31.96-17.988 35.852-35.853h75.221c3.892 17.865 17.988 31.96 35.852 35.853v31.09c0 5.522 4.478 10 10 10s10-4.478 10-10v-40.018c0-5.522-4.478-10-10-10-14.847 0-26.924-12.079-26.924-26.925 0-5.522-4.478-10-10-10h-93.076c-5.522 0-10 4.478-10 10 0 14.847-12.078 26.925-26.924 26.925-5.522 0-10 4.478-10 10v199.069H266V20.011L491.994 20v472zM378.996 283.858c-15.361 0-27.857-12.497-27.857-27.857s12.497-27.858 27.857-27.858S406.853 240.64 406.853 256s-12.496 27.858-27.857 27.858z'/%3E%3C/svg%3E");}
.icon-garant {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' width='512' height='512'%3E%3Cg data-name='Protect package'%3E%3Cpath d='M38 56H4V18h18v15a1 1 0 001 1h10a1 1 0 001-1V18h18v12.42a1 1 0 002 0V17c0-.013-.007-.024-.007-.036a.993.993 0 00-.062-.308c-.009-.022-.014-.044-.023-.066s-.007-.025-.013-.037l-7-14A1 1 0 0046 2H10a1 1 0 00-.895.553l-7 14c-.006.012-.007.025-.013.037s-.014.044-.023.066a.993.993 0 00-.062.307c0 .013-.007.024-.007.037v40a1 1 0 001 1h35a1 1 0 000-2zm-6-24h-8V18h8zm19.382-16H33.868L32.153 4h13.229zM30.133 4l1.714 12h-7.694l1.714-12zM10.618 4h13.229l-1.715 12H4.618z'/%3E%3Cpath d='M17 46H9a1 1 0 000 2h8a1 1 0 000-2zM17 50H9a1 1 0 000 2h8a1 1 0 000-2zM17 42H9a1 1 0 000 2h8a1 1 0 000-2zM23 42h-2a1 1 0 000 2h2a1 1 0 000-2zM23 46h-2a1 1 0 000 2h2a1 1 0 000-2zM23 50h-2a1 1 0 000 2h2a1 1 0 000-2zM61.316 36.051l-12-4a1 1 0 00-.632 0l-12 4A1 1 0 0036 37v5.3a20.959 20.959 0 009.352 17.47l3.093 2.062a1 1 0 001.11 0l3.093-2.062A20.959 20.959 0 0062 42.3V37a1 1 0 00-.684-.949zM60 42.3a18.96 18.96 0 01-8.461 15.809L49 59.8l-2.539-1.693A18.96 18.96 0 0138 42.3v-4.579l11-3.667 11 3.667z'/%3E%3Cpath d='M49.043 56.164a1 1 0 001.387.277 16.927 16.927 0 007.116-10.231 1 1 0 00-1.947-.459 14.926 14.926 0 01-6.279 9.026 1 1 0 00-.277 1.387zM57 43.3a1 1 0 001-1v-1.417a1 1 0 00-2 0V42.3a1 1 0 001 1z'/%3E%3C/g%3E%3C/svg%3E");}
@media (max-width: 1199px){
.advantages__item {padding: 20px 10px;}
}
@media (max-width: 991px){
.advantages__item {width: calc(50% - 15px);margin-top: 30px;}
.advantages__item:nth-child(1), .advantages__item:nth-child(2) {margin-top: 0px;}
}
@media (max-width: 481px){
.advantages__item, .advantages__item:nth-child(2) {width: 100%;margin-top: 20px;}
}
/*** Робот ***/
.robots {position: relative;background: #1d1d1d;padding: 30px 0 50px;margin: 40px 0;}
.robots .container {position: relative;}
.robots__title {font-size: 36px;font-weight: bold;color: #fff;font-family: "Opel Sans",Arial, sans-serif;margin-bottom: 5px;}
.robots__subtitle {font-size: 22px;color: #fff;font-family: "Opel Sans",Arial, sans-serif;margin-bottom: 25px;}
.robots__subtitle span {display: block;}
.robots__text {display: inline-block;border: 2px solid #fff;padding: 10px 20px;border-radius: 20px;color: #fff;margin-top: 5px;}
.robots__content {max-width: 50%;}
.robots__buttons {margin-top: 15px;display: flex;align-items: center;justify-content: flex-end;}
.robots__buttons a {width: 180px;}
.robots__buttons a + a {margin-left: 30px;width: 80px;color: #fff;}
.robots__buttons .button4 {border: 2px solid transparent;}
.robots__buttons .button4:hover {background: transparent;border: 2px solid #dedd00;}
.robots__buttons .button4:hover:before, .robots__buttons .button4:hover:after {background: #dedd00;}
.robots__image {position: absolute;right: 0;bottom: -50px;}
@media (max-width: 991px){
.robots .inner {width: 60%;}
.robots__image {max-width: 50%;right: -15%;}
.robots__content {max-width: 100%;}
}
@media (max-width: 641px){
.robots .inner {width: 100%;}
.robots__image {display: none;}
.robots__content {max-width: 80%;}
}
@media (max-width: 481px){
.robots__content {max-width: 100%;}
.robots__buttons {justify-content: flex-start;}
}
/*** Подробнее о нас ***/
.about {position: relative;background: #1d1d1d;padding: 30px 0 50px;margin: 40px 0;}
.about .block-title .title {color: #fff;}
.about [data-image] {position: relative;height: 100%;background-repeat: no-repeat;background-size: cover;}
.about [data-image]:before {content: "";display: block;width: 100%;height: 100%;}
/*.about [data-image="1"] {background-image: url("/design/d529045/image1.jpg?lc=1770162289");}*/
/*.about [data-image="2"] {background-image: url("/design/d529045/image2.jpg?lc=1770162289");}*/
/*.about [data-image="3"] {background-image: url("/design/d529045/image3.jpg?lc=1770162289");}*/
.about a {display: block;position: absolute;height: 100%;top: 0;bottom: 0;width: 100%;}
.about-items {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;height: 420px;}
.about-left {width: calc(66.66666667% - 15px);}
.about-right {width: calc(33.33333333% - 15px);display: flex;justify-content: space-between;flex-direction: column;}
.about-right [data-image] {height: calc(50% - 15px);}
.about-title {margin-top: 15px;font-size: 20px;font-weight: bold;color: #fff;font-family: "Opel Sans",Arial, sans-serif;text-align: center;}
.about-video .about-title {font-size: 30px;margin-top: 10px;}
.about-content {position: absolute;width: 100%;height: 100%;top: 0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column;}
.about-content i {transition: all 0.3s ease;color: #fff;background-repeat: no-repeat;background-size: cover;background-position: 0;}
.about-content:hover i {transform: scale(1.2);}
.icon-play {display: inline-block;width: 100px;height: 100px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z' fill='%23fff'/%3E%3C/svg%3E");}
.icon-pres {display: inline-block;width: 100px;height: 68px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M23 18V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zM8.5 12.5l2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z' fill='%23fff'/%3E%3C/svg%3E");}
@media (max-width: 991px){
.about-items {height: auto;}
.about-left {width: 100%;}
.about-left [data-image] {height: 300px;}
.about-right {width: 100%;flex-direction: row;flex-wrap: wrap;margin-top: 30px;}
.about-right [data-image] {width: calc(50% - 15px);height: 200px;}
}
@media (max-width: 641px){
.about-left [data-image] {height: 230px;}
.about-right [data-image] {width: 100%;}
.about-right [data-image] + [data-image] {margin-top: 30px;}
}
/*** Новости ***/
#news {position: relative;z-index: 2;background: #efefef;padding: 30px 0;}
#news .news__block {width: 100%;}
#news .news__item {width: 100%;position: relative;border: 1px solid #ececef;margin: 0;padding: 0;background: #fff;}
#news .owl-item:after {content: "";display: block;width: 40px;height: 40px;position: absolute;bottom: 0;right: 0px;z-index: 9;border-top: 40px solid transparent;border-right: 40px solid #dddddd;}
#news .news__title {display: flex;align-items: flex-start;overflow: hidden;margin-bottom: 10px;max-height: 54px;line-height: 18px;font-size: 16px;font-weight: bold;}
#news .news__title:hover {color: #ffa527;}
#news .news__content {padding: 15px;height: calc(100% - 140px);display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
#news .news__image {height: 140px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
#news .news__text {display: block;overflow: hidden;max-height: 108px;line-height: 18px;}
#news .news__date {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-items: center;position: absolute;top: -1px;left: -8px;width: 45px;height: 60px;font-size: 18px;font-weight: bold;z-index: 2;background: #dedd00;transform: skew(-15deg, 0);}
#news .news__date span {transform: skew(15deg, 0);}
#news .news__date .day {padding-bottom: 3px;padding-right: 4px;border-bottom: 1px solid #1d1d1d;}
#news .news__date .month {padding-top: 3px;padding-left: 4px;border-top: 1px solid #1d1d1d;margin-top: -1px;}
#news .owl-carousel .owl-stage {display: flex;align-items: stretch;padding-left: 15px;}
#news .owl-carousel.owl-drag .owl-item {display: flex;}
#news .button6 {width: 100px;height: 22px;margin: 10px 0 0 0;}
#news .button6 span {padding: 0 5px;}
#news .button6:before, #news .button6:after {border-color: #dedd00;height: 22px;}
@media all and (max-width: 1199px) {
#news .news__image {height: 120px;}
#news .news__content {height: calc(100% - 120px);}
}
@media all and (max-width: 991px) {
#news .owl-carousel .owl-stage {padding: 0;}
#news .news__date {transform: skew(0, 0);top: 0;left: 0;}
#news .news__date span {transform: skew(0, 0);padding: 0 !important;}
}
@media all and (max-width: 767px) {
#news .news__date {width: 35px;height: 50px;font-size: 16px;}
#news .news__image {height: 150px;}
#news .news__content {height: calc(100% - 150px);}
}
@media all and (max-width: 641px) {
#news .news__image {height: 120px;}
#news .news__content {height: calc(100% - 120px);}
}
@media all and (max-width: 481px) {
#news .news__image {height: 80px;}
#news .news__content {height: calc(100% - 80px);}
#news .owl-item:after {display: none;}
#news .news__title {max-height: 90px;}
#news .news__text {max-height: 76px;}
}
/** Вы смотрели **/
.viewed {position: relative; overflow: visible;margin-top: 30px;}
.viewed .products-grid > div {padding: 0;}
.viewed .owl-carousel .owl-stage {display: flex;align-items: stretch;}
.viewed .owl-item .item {margin-bottom: 0;}
.viewed .button6 {width: 100px;height: 22px;margin: 10px auto 0;}
.viewed .button6 span {padding: 0 5px;}
.viewed .button6:before, .viewed .button6:after {border-color: #dedd00;height: 22px;}
.viewed .hidden {display: none;}
/*** Подвал ***/
#footer {position: relative;padding: 30px 0 20px;margin-top:30px;background-color: #1d1d1d;color: #fff;}
#footer .flex {align-items: flex-start;}
#footer a {color: #ffffff;}
#footer a:hover {color:#ffa527;}
#footer .footer__block {width: 25%;margin-bottom: 30px;padding: 0 15px;}
#footer .footer__block .block-content {background-color: transparent;padding: 0;}
#footer .block-title {text-align: left;margin-bottom: 20px;}
#footer .block-title .title {position: relative;color: #ffffff;font-size: 20px;color: #ffffff;}
@media all and (max-width: 991px) {
#footer .footer__block {width: 50%;}
#footer .footer__block[data-item="1"] {order: 1;}
#footer .footer__block[data-item="2"] {order: 3;}
#footer .footer__block[data-item="3"] {order: 4;}
#footer .footer__block[data-item="4"] {order: 2;}
#footer .footer__block[data-item="5"] {order: 5;}
#footer .footer__block[data-item="6"] {order: 6;}
#footer .footer__block[data-item="7"] {order: 7;}
#footer .footer__block[data-item="8"] {order: 8;}
}
@media all and (max-width: 481px) {
#footer .footer__block {width: 100%;}
}
/* Контакты */
#footer .block-contact {margin: 0;padding: 0;list-style: none;}
#footer .block-contact > div {/* padding: 10px 0; */line-height: 20px;}
#footer .block-contact > div[itemprop=address] > span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
#footer .block-contact > div[itemprop=address] .fal {-ms-flex-negative: 0;flex-shrink: 0}
#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: #dedd00;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
#footer .block-contact p {margin: 0;margin-top: 5px;font-size: 13px;color: #5586a6;display: block;position: relative;line-height: 20px;}
#footer .block-contact b {display: inline-block;color: #3d5a68;font-weight: 400;font-size: 13px;margin-bottom: 10px;}
/* Меню */
#footer .links {padding: 0;}
#footer .links li {display: block;position: relative;line-height: 20px;}
#footer .links li + li {margin-top: 5px;}
#footer .links a {display:block;}
/* Обратный звонок */
#footer .callbackForm {position: relative;max-width: 300px;display: flex;flex-wrap: wrap;align-items: center;}
#footer .callbackForm .callback-input {position: relative;margin: 15px 0 20px 0;width: calc(100% - 77px);transform: skew(-15deg, 0);}
#footer .callbackForm .input {position: relative;width: 100%;height: 43px;background: transparent;border: 0;padding-left: 0;transform: skew(15deg, 0);}
#footer .callbackForm .callback-input:before {content: "";display: block;position: absolute;bottom: -8px;left: 9px;width: 100%;height: 2px;background: #dedd00;}
#footer .callbackForm .callback-input:after {content: "";display: block;position: absolute;bottom: -8px;right: -10px;width: 2px;height: 118%;background: #dedd00;}
#footer .callbackForm .button5 {padding: 10px 15px;margin-left: 20px;}
#footer .name-error,#footer  .phone-error {font-size: 13px;}
#footer .callbackForm .pp a {color: #dedd00;}
#footer .callbackForm .pp a:hover {color: #fff;}
.callbackForm .pp {font-size: 10px;margin-bottom: 0;}
.pp a {text-decoration: underline;}
.pp a:hover {color: #dedd00;}
/* Перезвоните мне */
.callbackForm {position: relative;}
.callbackForm .callback-input {text-align: center;margin-bottom: 15px;}
.callbackForm .callback-input .callback-label {display:block;margin-bottom: 10px;cursor:pointer;}
.callbackForm .callback-btn {display:block;margin: 0 auto 10px;width: 100%;}
.callbackForm .callback-input #callback_phone_header {text-align: center;}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
/* Соц. сети */
.s-links {text-align: left;}
.s-links a {display: inline-block;width: 35px;height: 35px;line-height: 35px;font-size: 20px;text-align: center;margin-right: 3px;text-indent: 0;}
.s-links a:hover {border-color: #fff;}
.s-links a:hover i {color: #fff;}
.s-links a span {display: none;}
.s-links ._facebook:hover {background-color: #3b5998;}
.s-links ._twitter:hover {background-color: #1da1f2;}
.s-links ._odnoklassniki:hover {background-color: #f2720c;}
.s-links ._vk:hover {background-color: #507299;}
.s-links ._instagram:hover {background-color: #262626;}
.s-links ._youtube:hover {background-color: #e62117;}
.s-links ._whatsapp:hover {background-color: #25d366;}
.s-links ._viber:hover {background-color: #8F5DB7;}
/*** Заголовки ***/
#page-title {text-align: left;margin-bottom: 15px;}
#page-title .block-title h5.result {display: none;color: #fff;font-family: "Opel Sans",Arial, sans-serif;font-weight: 600;letter-spacing: 0.025em;}
.block-title {position:relative;text-align: center;margin-bottom: 30px;}
.block-title .title {display: inline-block;position:relative;margin: 0;font-weight: bold;font-size: 30px;font-family: "Opel Sans",Arial, sans-serif;}
.block-title .title span {display: inline-block;position:relative;padding: 0 14px;}
.block-title .title:after {content: "";display: block;height: 15px;width: 100%;border: 2px solid #dedd00;border-top: 0;margin-top: -12px;}
.block-title .navigation {position: absolute;top: 8px;right: 15px;}
.block-title .navigation .owl-prev,
.block-title .navigation .owl-next {display: inline-block;width: 30px;height: 30px;margin-left: auto;font-size: 18px;line-height: 28px;text-align: center;color: #b7b7b7;border: 1px solid #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 {border-color: #dedd00;color: #dedd00}
.block-title.cart .title-tab {display: inline-block;vertical-align: middle;margin-right: 10px;border: 1px solid transparent;transition: all 1s ease;}
.block-title.cart .title-tab.disabled {background-color: transparent;color: #5d7483;margin: 0 10px 0 0;}
.block-title.cart .title-tab.disabled:hover {cursor: pointer;}
.block-title.cart .title-tab:nth-child(2).disabled {display: none;}
/*** Хлебные крошки ***/
#breadcrumbs {position: relative;font-size: 12px;color: #5586a6;padding: 7px 0;line-height: 30px;overflow: hidden;}
#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:before {display: inline-block;vertical-align: middle;content: "\f105";font-size: 14px;margin: 0 15px 0 0;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;margin: 0 15px 0 0;font-size: 13px;color: #7c7c7c;}
#breadcrumbs ul li a:hover {color: #dedd00;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {font-weight: 400;vertical-align: middle;color: #ffa527;}
/** Товары на главной **/
.products-container.index {margin: 40px 0;}
.products-container {position: relative;}
.products-container .content {width: 100%;position: relative;}
.index .products-container .products-item {display:none;}
.index .products-container .products-item:nth-child(-n+12) {display: inline-block;}
.index .products-container .products-item.showThis {display: inline-block;}
.index .products-container .owl-item .item {display: inline-block;}
.index .products-container .link-all {margin-left: 25px;white-space: nowrap;font-size: 16px;}
.index .products-container .link-all span {margin-right:5px;transition: all .3s;}
.index .products-container .link-all:hover a {color: #dedd00;}
.index .products-container .link-all:hover span {margin-right:10px;}
.nojs .index .products-container .show-all {display: none;}
.nojs .index .products-container .products-item {display: inline-block;}
/** Товары таблицей **/
.products-grid {position: relative;display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;text-align: center;}
.products-grid .item {width: 100%;position: relative;margin-bottom: 25px;transition: all .3s;border: 2px solid transparent;}
.products-grid .item:hover {background: #fff;z-index: 10;border: 2px solid #dedd00;box-shadow: 0px 0px 20px 0px rgba(255, 201, 51, 0.3);}
.products-grid .item:hover:before {content: '';width: 100%;height: 8px;background: #fff;position: absolute;bottom: 0px;left: 0;z-index: 11;}
.products-grid .owl-stage-outer .item:hover:before {background: transparent;}
.products-grid .item:hover .product-shop .attr-list {position: absolute;background: #fff;left: -2px;top: 100%;width: calc(100% + 4px);z-index: 10;border: 2px solid #dedd00;box-shadow: 0px 0px 10px 0px rgba(255, 201, 51, 0.3);border-top: 0;margin-top: 0;padding: 7px 20px 10px;height: auto;max-height: 100%;}
.products-grid .item:hover .product-shop .attr-list:after {content: "";display: block;width: 30px;height: 30px;position: absolute;bottom: 0;right: 0px;z-index: 9;border-top: 30px solid transparent;border-right: 30px solid #dedd00;}
.products-grid .item .product-shop .attr-list {width: 100%;overflow: hidden;height: 0;max-height: 0;-webkit-transition: max-height .8s;transition: max-height .8s;}
.products-grid .item .product-shop .attr-list .attr {font-size: 12px;line-height: 16px;margin-bottom: 7px;padding-bottom: 7px;border-bottom: 1px solid #e5e5e5;}
.products-grid .item .product-shop .attr-list .attr:last-child {border: 0;margin: 0;padding: 0;}
.products-grid .item .product-shop .attr-list .attr .name {font-weight: 600;margin-right: 10px;}
.products-grid .item .item-inner {width: 100%;padding: 10px;background: #fff;border: 1px solid #eef1f4;border-radius: 2px;transition: all .3s;}
.products-grid .item .product-image {position: relative;background: #fff;margin: 0 auto;overflow: hidden;z-index: 0;padding: 0;}
.products-grid .item:hover .item-inner {border: 1px solid transparent;}
.products-grid .item .product-image .product-img {display: block;margin: 0 auto;position: relative;z-index: 0;overflow: hidden;width: 100%;max-width: 150px;max-height: 150px;line-height: 150px;}
.products-grid .item .product-image .product-img img {display: inline-block;max-width: 100%;width: auto;}
.products-grid .item .product-icons {display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.products-grid .item .product-ico {display:inline-block;width: 32px;height: 22px;line-height: 22px;margin: 0;font-size: 12px;color: #1d1d1d;z-index: 1;transition: .1s all;text-align: center;}
.products-grid .item .product-ico:hover,
.products-grid .item .product-ico.added {color: #dedd00;}
.products-grid .item .product-ico i {font-size: 21px;}
.products-grid .item .product-shop {position: static;background-color: #fff;padding: 5px 0 0;text-align: left;}
.products-grid .item .product-shop .product-name {margin: 10px 0;font-weight: 400;letter-spacing: normal;}
.products-grid .item .product-shop .product-name a {display: block;font-size: 15px;font-weight: 400;text-transform: capitalize;height: 45px;overflow: hidden;color: #1d1d1d;text-align: center;line-height: 1;}
.products-grid .item .product-shop .price-box {display: flex;align-items: center;justify-content: center;flex-flow: row;flex-wrap: wrap;width: 100%;text-align: center;position: relative;}
.products-grid .item .product-shop .actions {position: static;display: flex;flex-wrap: wrap;align-items: center;margin-top: 15px;}
.products-grid .item .product-shop .actions .add-cart:not(.quick), .products-grid .item .product-shop .actions .quickviewmod {display: flex;align-items: center;justify-content: center;width: calc(100% - 40px);padding: 0 10px;color: #fff;flex-grow: 1;line-height: 30px;text-align: center;text-transform: uppercase; background-color: #dedd00; ;transition: all 0s ease;}
.products-grid .item .product-shop .actions .add-cart:hover, .products-grid .item .product-shop .actions .quickviewmod:hover, .products-grid .item .product-shop .actions .add-cart.quick:hover {background: #1d1d1d;}
.products-grid .item .product-shop .actions .add-cart.quick span {display: none;}
.products-grid .item .product-shop .actions .add-cart.quick {margin-left: 10px;display: flex;align-items: center;justify-content: center;width: 30px;height: 30px;color: #fff; background-color: #dedd00;}
.icon-quick {display: inline-block;width: 24px;height: 24px;background-repeat: no-repeat;background-size: cover;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25.856 10.641C21.673 19.5 20.312 19.5 19.5 19.5h-8c-2.802 0-4.949-1.648-5.47-4.2-.016-.078-1.6-7.853-2.005-10.025C3.826 4.21 3.32 3.5 1.5 3.5a1.5 1.5 0 110-3C4.52.5 6.464 2 6.974 4.724c.401 2.149 1.98 9.898 1.996 9.977.319 1.566 1.722 1.8 2.53 1.8h7.605c.817-.878 2.679-4.261 4.038-7.141a1.502 1.502 0 011.997-.716c.75.353 1.07 1.247.716 1.997zM10.5 20.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm9 0a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm-4.837-8.156c.1.081.223.12.346.12s.244-.039.346-.12c.1-.079 2.828-2.74 4.316-4.954a.556.556 0 00.028-.574.555.555 0 00-.49-.295h-2.226s-.217-4.291-.359-4.49c-.206-.294-1.057-.494-1.616-.494-.561 0-1.427.2-1.634.494-.141.198-.328 4.49-.328 4.49h-2.255a.559.559 0 00-.464.869c1.489 2.215 4.237 4.875 4.336 4.954z' fill='%23ffffff'/%3E%3C/svg%3E");}
.products-grid .item.empty .product-shop .actions .add-empty {background: #cccccc;color: #fff;text-transform: uppercase;width: 100%;line-height: 30px;text-align: center;}
/** Товары списком **/
.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: 20px 0;background-color: #fff;border-top: 1px solid #f1f1f1;}
.products-list .item:last-child {border: 0;box-shadow: none;}
.products-list .item .product-image {position: relative;float: left;margin: 0 30px 0 0;text-align: center;width: 150px;height: 150px;line-height: 150px;}
.products-list .item .product-shop {padding-right: 35px;float: left;width: calc(100% - 292px)}
.products-list .item .product-shop .product-name {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;color: #2a3034;font-size: 18px;line-height:1.3;    font-family: ;}
.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: 65px;overflow: hidden;}
.products-list .item .product-shop .price-box {display: flex;align-items: center;margin: 5px 0;}
.products-list .item .product-shop .price-box .old-price {margin-right: 10px;display: inline-block;}
.products-list .item .product-shop .actions {margin-top: 15px;}
.products-list .item .product-shop .actions .qty-wrap {margin-left: 0;}
.products-list .item .product-shop .actions .add-cart:not(.quick), .products-list .item .product-shop .actions .quickviewmod {display: inline-block;vertical-align: middle;background-color: #dedd00;padding: 8px 20px;color: #fff;flex-grow: 1;text-align: center;height: 34px;}
.products-list .item .product-shop .actions .add-cart:not(.quick):hover, .products-list .item .product-shop .actions .quickviewmod:hover {background-color: #5586a6}
.products-list .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #dedd00;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #dedd00}
.products-list .item .product-icons {position: absolute;z-index: 1;right: 0;top: 15px;} 
.products-list .item .product-ico {display: block;width: 30px;height: 30px;line-height: 30px;margin: 5px 0;font-size: 14px;text-align: center;color: #1d1d1d;z-index: 1;transition: .1s all;} 
.products-list .item .product-ico.added,.products-list .item .product-ico:hover {color: #dedd00}
.products-list .item.empty .product-shop .actions .empty {display: inline-block;vertical-align: middle;height: 36px;line-height: 36px;padding: 0 17px;font-size: 12px;color: #fff;background-color: #5586a6;text-transform: uppercase;cursor: default;}
.products-list .item.empty .product-shop .actions .qty-wrap {display: none;}
/* Кнопки В корзину, избранное, сравнение, быстрый просмотр */
.actions .qty-wrap {display: inline-block;position: relative;width: 95px;margin: 0;vertical-align: middle;text-align: center;margin-left:5px}
.catalog .product-shop .actions .qty-wrap {margin-bottom: 0px;}
.actions input.quantity {display: inline-block;vertical-align: middle;width: 35px;height: 34px;margin: 0;color: #5d7483;border-radius: 0;font-size: 14px;text-align: center;padding: 8px;background: transparent;border: 1px solid #5d7483;}
.actions .qty-set {display: flex;align-items: center;}
.actions .qty-set:before {content: "";display: inline-block;vertical-align: middle;width: 10px;height: 30px;border: 2px solid #dedd00;border-right: 0;margin-right: 4px;}
.actions .qty-set:after {content: "";display: inline-block;vertical-align: middle;width: 10px;height: 30px;border: 2px solid #dedd00;border-left: 0;margin-left: 4px;}
.actions .qty-set input {border: 0;text-align: center;width: 40px;padding: 0;}
@media (max-width:481px) {
.products-grid > div {padding: 0 10px;}
.products-grid .item .item-inner {padding: 5px;}
.products-grid .item .product-shop .actions .add-cart:not(.quick), .products-grid .item .product-shop .actions .quickviewmod {width: 100%;}
.products-grid .item .product-shop .actions .add-cart.quick {width: 100%;margin: 5px 0 0 0;background: #fff;border: 2px solid #dedd00;color: #1d1d1d;font-size: 13px;text-transform: uppercase;}
.products-grid .item .product-shop .actions .add-cart.quick:hover {background: #dedd00;color: #fff;}
.products-grid .item .product-shop .actions .add-cart.quick i {display: none;}
.products-grid .item .product-shop .actions .add-cart.quick span {display: block;}
}
/*** Товар ***/
.product-view .block-bg {padding: 15px;overflow: initial;}
.product-view .product-img-box {margin-bottom: 10px;padding-left: 0;}
.product-view .product-img-box .general-img {display: flex;justify-content: center;align-content: space-between;align-items: center;flex-direction: column;position: relative;}
.product-view .product-img-box .general-img a {display: block;}
.product-view .product-img-box .general-img img {max-width: 100%;}
.product-view .product-order {padding-right: 0; border-left: 0;}
.thumblist-box {position: relative;overflow: hidden;padding: 15px 0;margin-top: 5px;}
.thumblist.owl-carousel .owl-nav button {position: absolute;top: calc(50% - 20px);width: 40px;height: 40px;border: 1px solid #8d8d8d;background: #f4f4f4;font-size: 24px;transform: skew(-15deg, 0);}
.thumblist.owl-carousel .owl-nav button:hover {background: #dedd00;border-color: #dedd00;}
.thumblist.owl-carousel .owl-nav button span {transform: skew(15deg, 0);display: flex;align-items: center;justify-content: center;}
.thumblist.owl-carousel .owl-nav .owl-prev {left: -20px;}
.thumblist.owl-carousel .owl-nav .owl-next {right: -20px;}
.thumblist {max-width: 450px;margin: 0 auto;}
.thumblist a {display: flex;align-items: center;justify-content: center;border: 1px solid #7c7c7c;margin: 0 auto;width: 100px;height: 100px;}
.thumblist a img {width: auto;height: auto;max-width: 100%;max-height: 100%;}
.thumblist .owl-stage {margin: 0 auto;}
@media (max-width: 1199px) {
.thumblist {max-width: 350px;}
}
@media (max-width: 991px) {
.thumblist {max-width: 575px;}
}
@media (max-width: 768px) {
.thumblist {max-width: 450px;}
}
@media (max-width: 641px) {
.thumblist {max-width: 350px;}
}
@media (max-width: 481px) {
.thumblist {max-width: 250px;}
.thumblist.owl-carousel .owl-nav .owl-prev {left: -15px;}
.thumblist.owl-carousel .owl-nav .owl-next {right: -15px;}
}
.product-view .product-name {margin-bottom: 15px;}
.product-view .product-name h1 {font-size: 26px;font-weight: bold;line-height: 30px;}
.product-view .product-look .button5 {max-width: 210px;padding: 0;font-size: 14px;line-height: 33px;}
.product-view .product-look .button5:before, .product-look .button5:after {display: none;}
.product-view .product-ratings {display: flex;align-items: center;flex-wrap: wrap;margin-top: 15px;font-size: 16px;}
.product-view .goodsDataMainModificationAvailable {display: flex;align-items: center;}
.product-view .goodsDataMainModificationAvailable:before {content: "|";display: inline-block;margin-right: 15px;}
.product-view .goodsDataMainModificationAvailable .available-true {display: flex;}
.product-view .goodsDataMainModificationAvailable .count {margin-left: 3px;font-weight: bold;}
.product-view .goodsDataMainModificationArtNumber {margin-left: 10px;margin-right: 15px;}
.product-view .price-box {background: #f3f3f3;margin-top: 15px;padding: 15px;display: flex;align-items: center;font-size: 16px;}
.product-view .price-box .price {margin-left: 15px;font-size: 28px;font-weight: bold;font-family: "Opel Sans",Arial, sans-serif;}
.product-view .price-box .price:before, .product-view .price-box .price:after {display: none;}
.product-view .price-box .old-price {font-size: 22px;color: #7c7c7c;font-weight: 400;}
.product-view .price-box .price-sales {display: flex;align-items: center;font-size: 14px;color: #1d1d1d;background: #dedd00;padding: 10px;text-transform: none;margin-left: 15px;transform: skew(-15deg, 0);}
.product-view .price-box .price-sales label {transform: skew(15deg, 0);}
.product-view .price-box .price-sales span {transform: skew(15deg, 0);margin-left: 3px;}
.product-view .goodsDataMainModificationsBlockProperty {margin-top: 15px;}
.product-view .goodsDataMainModificationsBlockProperty span {display: block;margin-bottom: 7px;}
.product-view .goodsDataMainModificationsBlockProperty select {width: 100%;border: 1px solid #7c7c7c;height: 45px;padding: 0 15px;color: #1d1d1d;}
.product-view .qty-wrap {margin-top: 15px;display: flex;align-items: center;}
.product-view .qty-label {margin-right: 10px;}
.product-view .qty-set {display: flex;align-items: center;}
.product-view .qty-set:before {content: "";display: inline-block;vertical-align: middle;width: 10px;height: 30px;border: 2px solid #dedd00;border-right: 0;margin-right: 4px;}
.product-view .qty-set:after {content: "";display: inline-block;vertical-align: middle;width: 10px;height: 30px;border: 2px solid #dedd00;border-left: 0;margin-left: 4px;}
.product-view .qty-set input {border: 0;text-align: center;width: 40px;padding: 0;}
.product-view .add-to-cart {display: flex;align-items: center;flex-wrap: wrap;margin-top: 15px;}
.product-view .add-to-cart .more {display: none;}
.product-view .add-to-cart .button {width: calc(50% - 15px);text-transform: uppercase;height: 45px;font-size: 16px;}
.product-view .add-to-cart .add-cart:not(.quick) {transition: all 0s ease;border: 0; background-color: #dedd00;}
.product-view .add-to-cart .add-cart:not(.quick):hover {background: #1d1d1d;}
.product-view .add-to-cart .add-cart.quick {border-width: 2px;}
.product-view .add-to-cart .button + .button {margin-left: 30px;}
.product-view .product-action {display: flex;align-items: center;margin-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #f3f3f3;}
.product-view .product-action a {display: flex;align-items: center;}
.product-view .product-action a + a {margin-left: 30px;}
.product-view .product-action a i {font-size: 21px;}
.product-view .product-action a span {font-size: 15px;margin-left: 10px;}
.product-view .product-action a:hover {color: #dedd00;}
.product-view .short-description {margin-top: 15px;}
.product-view .goodsDataMainDiscountBlock {line-height: 20px;padding: 5px 0;display: flex;flex-wrap: wrap;align-items: center;}
.product-view .goodsDataMainDiscountBlock i {color: #dedd00;font-size: 55px;margin-right: 12px;padding: 5px 0;}
.product-view .goodsDataMainDiscountBlock strong {color: #212b2d;}
.product-shop-tabs {margin-top: 15px;}
.shop-tabs {margin: 0;padding: 0;list-style: none;display: flex;align-items: center;border: 3px solid #f3f3f3;height: 50px;}
.shop-tabs li {flex-grow: 1;text-align: center;}
.shop-tabs li a {display: block;padding: 10px;font-size: 20px;font-weight: bold;font-family: "Opel Sans",Arial, sans-serif;}
.shop-tabs li a.active {background: #f3f3f3;}
.shop-tab-content {display: none;margin-top: 15px;}
.shop-tab-content.active {display: block;}
.shop-tab-content .title {margin-bottom: 15px;}
.features__item {display: flex;align-items: center;justify-content: space-between;font-size: 15px;border-bottom: 1px solid #f3f3f3;padding: 10px 0;}
.features__name {width: 50%;font-weight: bold;}
.features__value {width: 50%;text-align: right;}
.delivery__item {display: flex;align-items: center;margin-bottom: 15px;}
.delivery__index {display: flex;align-items: center;justify-content: center;width: 21px;height: 21px;margin-right: 10px;background: #dedd00;border-radius: 100%;}
@media (max-width: 481px) {
.shop-tabs {flex-wrap: wrap;height: auto;}
.shop-tabs li {width: 100%;}
.product-view .price-box label {display: none;}
.product-view .price-box {padding: 10px;}
.product-view .price-box .price {margin-left: 0;}
.product-view .price-box .price + .price {margin-left: 15px;}
.product-view .goodsDataMainModificationAvailable {margin-top: 5px;width: 100%;}
.product-view .add-to-cart .button {width: 100%;}
.product-view .add-to-cart .button + .button {margin: 15px 0 0 0;}
}
/* Способы оплаты */
.payments {margin-top: 10px;}
.payments [class^="icon-"] {display: inline-block;width: 24px;height: 24px;background-size: cover;margin-right: 10px;}
.payments .icon-qiwi {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M23.5 0C11.093 0 1 10.093 1 22.5S11.093 45 23.5 45c2.595 0 4.436-.296 6.059-.557C30.977 44.215 32.315 44 34 44c8.165 0 13.199 5.603 13.248 5.66a1.002 1.002 0 001.291.18 1 1 0 00.373-1.248c-.11-.248-2.827-6.108-13.719-8.63l-.297-.081c-2.692-.666-4.866-1.75-6.459-3.225-2.058-1.902-2.45-3.822-2.453-3.834a1.01 1.01 0 00-1.074-.818A1 1 0 0024 33c0 .102.007 2.09.354 3.969-.298.02-.581.031-.854.031C15.505 37 9 30.495 9 22.5S15.505 8 23.5 8 38 14.505 38 22.5c0 .596-.037 1.199-.113 1.799A27.622 27.622 0 0034 24c-.582 0-1 .5-1 1.02.012.543.455.979.998.98.02 0 2.1.02 3.963 1.217 3.087 1.984 3.826 4.98 3.832 5.006.093.412.435.72.855.77.417.042.826-.17 1.014-.55A22.244 22.244 0 0046 22.5C46 10.093 35.907 0 23.5 0zm15.135 32.002a.555.555 0 00-.541.275c-.212.371-.054 1.106.373 1.746.433.648.8.977 1.092.977.268 0 .536-.335.41-1.146-.075-.484-.358-1.536-1.073-1.795a.937.937 0 00-.261-.057zM35.367 35c-.449 0-.823.117-1.053.342-.59.578-.324 1.593.579 2.22.395.274.962.438 1.52.438.566 0 1.04-.17 1.333-.477.525-.56.224-1.352-.77-2.02A2.927 2.927 0 0035.368 35z' fill='%23FFF'/%3E%3C/svg%3E");}
.payments .icon-wm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M24.389 2.033c-6.452.142-13.18 2.976-17.854 9.256C-1.03 21.461.965 35.528 11.08 43.311a22.576 22.576 0 0013.856 4.722c5.103 0 9.91-1.712 13.36-4.492l.048.055 1.502-1.32-5.09-5.796-2.121 1.944a162.644 162.644 0 00-3.254 3.021c-1.702-1.943-3.428-3.867-5.152-5.79-.831-.928-1.662-1.856-2.49-2.786a3.64 3.64 0 01-.14-.164l2.43-2.271-6.256-7.065 2.45-2.295-6.358-7.078 8.655-7.818 3.195 3.457 5.295-4.701.133.043 3.029 3.318 2.832-2.592s-.75-.695-1.488-1.101a.625.625 0 00-.319-.079c-3.167-1.69-6.938-2.575-10.808-2.49zm14.279 5.215l-2.53 2.314 2.282 2.532 2.539-2.283-2.291-2.563zm-7.697.684l-3.912 3.554 3.52 3.91 3.905-3.527-3.513-3.937zm-8.7 1.44l-5.275 4.778 4.76 5.295 5.287-4.773-4.772-5.3zm19.885 6.064l-2.521 2.296 2.299 2.543 2.54-2.304-2.318-2.535zm-7.402.802l-3.906 3.541 3.517 3.926 3.916-3.54-3.527-3.927zm-8.557 2.524l-5.277 4.79 4.77 5.296 5.261-4.785-4.754-5.301zm19.475 4.855l-2.535 2.281 2.3 2.543 2.542-2.287-2.307-2.537zm-7.402 1.35l-3.907 3.531 3.522 3.932 3.91-3.55-3.525-3.913zm-8.174 3.312l-5.276 4.772 4.748 5.308 5.295-4.779-4.767-5.3zm11.773 5.026l-3.89 3.547 3.525 3.902 3.918-3.531-3.553-3.918z' fill='%23FFF'/%3E%3C/svg%3E");}
.payments .icon-visa {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='24' height='24'%3E%3Cpath d='M4 5a2 2 0 00-2 2v4.049h3.021c.825 0 1.141.773 1.141.773l.701 3.563c-.83-2.674-4.029-3.97-4.863-4.268V23a2 2 0 002 2h22a2 2 0 002-2V7a2 2 0 00-2-2H4zm14.37 5.871c.965 0 1.952.387 1.952.387l-.338 1.734s-.77-.506-1.445-.506c-1.036 0-1.398.338-1.398.793 0 .891 2.892 1.036 2.892 3.034 0 1.66-2.074 2.816-3.566 2.816-1.494 0-2.266-.455-2.266-.455l.361-1.664s.796.457 2.002.457c1.204 0 1.372-.506 1.372-.723 0-1.275-2.89-.935-2.89-3.416 0-1.372 1.132-2.457 3.323-2.457zm-9.349.158h2.231L8.08 18.883H5.783l-1.672-6.36s1.762.893 2.848 3.327c.047.296.156.771.156.771l1.906-5.592zm3.053 0h2.11l-1.26 7.854H10.84l1.234-7.854zm11.324 0h2.192l1.613 7.854h-1.896l-.225-1.12h-2.607l-.428 1.12h-2.07l3.421-7.854zm.788 2.266l-1.133 2.967h1.726l-.593-2.967z' fill='%23FFF'/%3E%3C/svg%3E");}
.payments .icon-maestro {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M15 10C6.73 10 0 16.73 0 25s6.73 15 15 15a14.92 14.92 0 0010-3.844C27.656 38.536 31.16 40 35 40c8.27 0 15-6.73 15-15s-6.73-15-15-15c-3.84 0-7.344 1.465-10 3.844A14.92 14.92 0 0015 10zm20 2c7.168 0 13 5.832 13 13s-5.832 13-13 13a12.926 12.926 0 01-8.75-3.406c.371-.528.809-1.067 1.25-1.594h-2.719a12.952 12.952 0 01-.718-1h4.03c.4-.602.7-1.3 1-2H23a12.235 12.235 0 01-.375-1h6.688c.199-.602.273-1.3.375-2h-7.532c-.05-.328-.066-.664-.093-1h7.843v-2h-7.843c.027-.336.042-.672.093-1h7.75c-.101-.7-.207-1.398-.406-2h-6.875c.11-.344.238-.672.375-1h6c-.3-.7-.602-1.398-1-2h-3.938c.223-.348.465-.676.72-1h2.624a11.741 11.741 0 00-1.218-1.5C28.508 13.344 31.59 12 35 12z' fill='%23FFF'/%3E%3C/svg%3E");}
.payments .icon-sber {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M33.54 2.65L16 12.68 8.26 8.25c-.48.49-.92 1.01-1.33 1.54l9.07 5.2L35.76 3.68c-.72-.39-1.46-.73-2.22-1.03zm5.29 2.97L16 18.68 5.12 12.45c-.34.57-.65 1.16-.93 1.76L16 20.99l24.47-14c-.52-.48-1.07-.93-1.64-1.37zm3.92 3.76L16 24.68 3.02 17.24c-.21.65-.38 1.32-.52 2L16 26.99l27.96-16c-.38-.55-.78-1.09-1.21-1.61zM45.717 14L16 31 2.047 23c-.016.333-.047.663-.047 1 0 12.703 10.297 23 23 23s23-10.297 23-23c0-3.584-.82-6.976-2.283-10z' fill='%23FFF'/%3E%3C/svg%3E");}
.payments .icon-ym {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M42 19h-9V1a1.002 1.002 0 00-1.626-.78c-.143.114-14.325 11.495-18.568 14.707C7.573 18.888 7 20.763 7 23.821V43c0 2.757 2.243 5 5 5h30a1 1 0 001-1V20a1 1 0 00-1-1zm-19.064.271c1.077-1.202 2.651-1.626 3.514-.948.864.679.691 2.204-.386 3.406s-2.65 1.626-3.514.947c-.864-.679-.691-2.203.386-3.405zM14 43l18.534-11.706a1 1 0 00.466-.845V21h5v14.25a1 1 0 01-.72.96L14 43z' fill='%23FFF'/%3E%3C/svg%3E");}
.product-view .payments .icon-qiwi {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M23.5 0C11.093 0 1 10.093 1 22.5S11.093 45 23.5 45c2.595 0 4.436-.296 6.059-.557C30.977 44.215 32.315 44 34 44c8.165 0 13.199 5.603 13.248 5.66a1.002 1.002 0 001.291.18 1 1 0 00.373-1.248c-.11-.248-2.827-6.108-13.719-8.63l-.297-.081c-2.692-.666-4.866-1.75-6.459-3.225-2.058-1.902-2.45-3.822-2.453-3.834a1.01 1.01 0 00-1.074-.818A1 1 0 0024 33c0 .102.007 2.09.354 3.969-.298.02-.581.031-.854.031C15.505 37 9 30.495 9 22.5S15.505 8 23.5 8 38 14.505 38 22.5c0 .596-.037 1.199-.113 1.799A27.622 27.622 0 0034 24c-.582 0-1 .5-1 1.02.012.543.455.979.998.98.02 0 2.1.02 3.963 1.217 3.087 1.984 3.826 4.98 3.832 5.006.093.412.435.72.855.77.417.042.826-.17 1.014-.55A22.244 22.244 0 0046 22.5C46 10.093 35.907 0 23.5 0zm15.135 32.002a.555.555 0 00-.541.275c-.212.371-.054 1.106.373 1.746.433.648.8.977 1.092.977.268 0 .536-.335.41-1.146-.075-.484-.358-1.536-1.073-1.795a.937.937 0 00-.261-.057zM35.367 35c-.449 0-.823.117-1.053.342-.59.578-.324 1.593.579 2.22.395.274.962.438 1.52.438.566 0 1.04-.17 1.333-.477.525-.56.224-1.352-.77-2.02A2.927 2.927 0 0035.368 35z' fill='%237f7f7f'/%3E%3C/svg%3E");}
.product-view .payments .icon-wm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M24.389 2.033c-6.452.142-13.18 2.976-17.854 9.256C-1.03 21.461.965 35.528 11.08 43.311a22.576 22.576 0 0013.856 4.722c5.103 0 9.91-1.712 13.36-4.492l.048.055 1.502-1.32-5.09-5.796-2.121 1.944a162.644 162.644 0 00-3.254 3.021c-1.702-1.943-3.428-3.867-5.152-5.79-.831-.928-1.662-1.856-2.49-2.786a3.64 3.64 0 01-.14-.164l2.43-2.271-6.256-7.065 2.45-2.295-6.358-7.078 8.655-7.818 3.195 3.457 5.295-4.701.133.043 3.029 3.318 2.832-2.592s-.75-.695-1.488-1.101a.625.625 0 00-.319-.079c-3.167-1.69-6.938-2.575-10.808-2.49zm14.279 5.215l-2.53 2.314 2.282 2.532 2.539-2.283-2.291-2.563zm-7.697.684l-3.912 3.554 3.52 3.91 3.905-3.527-3.513-3.937zm-8.7 1.44l-5.275 4.778 4.76 5.295 5.287-4.773-4.772-5.3zm19.885 6.064l-2.521 2.296 2.299 2.543 2.54-2.304-2.318-2.535zm-7.402.802l-3.906 3.541 3.517 3.926 3.916-3.54-3.527-3.927zm-8.557 2.524l-5.277 4.79 4.77 5.296 5.261-4.785-4.754-5.301zm19.475 4.855l-2.535 2.281 2.3 2.543 2.542-2.287-2.307-2.537zm-7.402 1.35l-3.907 3.531 3.522 3.932 3.91-3.55-3.525-3.913zm-8.174 3.312l-5.276 4.772 4.748 5.308 5.295-4.779-4.767-5.3zm11.773 5.026l-3.89 3.547 3.525 3.902 3.918-3.531-3.553-3.918z' fill='%237f7f7f'/%3E%3C/svg%3E");}
.product-view .payments .icon-visa {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='24' height='24'%3E%3Cpath d='M4 5a2 2 0 00-2 2v4.049h3.021c.825 0 1.141.773 1.141.773l.701 3.563c-.83-2.674-4.029-3.97-4.863-4.268V23a2 2 0 002 2h22a2 2 0 002-2V7a2 2 0 00-2-2H4zm14.37 5.871c.965 0 1.952.387 1.952.387l-.338 1.734s-.77-.506-1.445-.506c-1.036 0-1.398.338-1.398.793 0 .891 2.892 1.036 2.892 3.034 0 1.66-2.074 2.816-3.566 2.816-1.494 0-2.266-.455-2.266-.455l.361-1.664s.796.457 2.002.457c1.204 0 1.372-.506 1.372-.723 0-1.275-2.89-.935-2.89-3.416 0-1.372 1.132-2.457 3.323-2.457zm-9.349.158h2.231L8.08 18.883H5.783l-1.672-6.36s1.762.893 2.848 3.327c.047.296.156.771.156.771l1.906-5.592zm3.053 0h2.11l-1.26 7.854H10.84l1.234-7.854zm11.324 0h2.192l1.613 7.854h-1.896l-.225-1.12h-2.607l-.428 1.12h-2.07l3.421-7.854zm.788 2.266l-1.133 2.967h1.726l-.593-2.967z' fill='%237f7f7f'/%3E%3C/svg%3E");}
.product-view .payments .icon-maestro {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M15 10C6.73 10 0 16.73 0 25s6.73 15 15 15a14.92 14.92 0 0010-3.844C27.656 38.536 31.16 40 35 40c8.27 0 15-6.73 15-15s-6.73-15-15-15c-3.84 0-7.344 1.465-10 3.844A14.92 14.92 0 0015 10zm20 2c7.168 0 13 5.832 13 13s-5.832 13-13 13a12.926 12.926 0 01-8.75-3.406c.371-.528.809-1.067 1.25-1.594h-2.719a12.952 12.952 0 01-.718-1h4.03c.4-.602.7-1.3 1-2H23a12.235 12.235 0 01-.375-1h6.688c.199-.602.273-1.3.375-2h-7.532c-.05-.328-.066-.664-.093-1h7.843v-2h-7.843c.027-.336.042-.672.093-1h7.75c-.101-.7-.207-1.398-.406-2h-6.875c.11-.344.238-.672.375-1h6c-.3-.7-.602-1.398-1-2h-3.938c.223-.348.465-.676.72-1h2.624a11.741 11.741 0 00-1.218-1.5C28.508 13.344 31.59 12 35 12z' fill='%237f7f7f'/%3E%3C/svg%3E");}
.product-view .payments .icon-sber {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M33.54 2.65L16 12.68 8.26 8.25c-.48.49-.92 1.01-1.33 1.54l9.07 5.2L35.76 3.68c-.72-.39-1.46-.73-2.22-1.03zm5.29 2.97L16 18.68 5.12 12.45c-.34.57-.65 1.16-.93 1.76L16 20.99l24.47-14c-.52-.48-1.07-.93-1.64-1.37zm3.92 3.76L16 24.68 3.02 17.24c-.21.65-.38 1.32-.52 2L16 26.99l27.96-16c-.38-.55-.78-1.09-1.21-1.61zM45.717 14L16 31 2.047 23c-.016.333-.047.663-.047 1 0 12.703 10.297 23 23 23s23-10.297 23-23c0-3.584-.82-6.976-2.283-10z' fill='%237f7f7f'/%3E%3C/svg%3E");}
.product-view .payments .icon-ym {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24'%3E%3Cpath d='M42 19h-9V1a1.002 1.002 0 00-1.626-.78c-.143.114-14.325 11.495-18.568 14.707C7.573 18.888 7 20.763 7 23.821V43c0 2.757 2.243 5 5 5h30a1 1 0 001-1V20a1 1 0 00-1-1zm-19.064.271c1.077-1.202 2.651-1.626 3.514-.948.864.679.691 2.204-.386 3.406s-2.65 1.626-3.514.947c-.864-.679-.691-2.203.386-3.405zM14 43l18.534-11.706a1 1 0 00.466-.845V21h5v14.25a1 1 0 01-.72.96L14 43z' fill='%237f7f7f'/%3E%3C/svg%3E");}
/* Вкладки табы */
.product-tabs {padding: 5px 0;clear: both;}
.product-tabs .tab-content .htmlDataBlock {padding: 0;margin: 0;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .num {white-space: nowrap;}
.product-tabs .tab-content#content_2 .table-box.table-striped {margin-bottom: 0;}
.product-tabs .tab-content#content_3 {padding: 0;}
.product-tabs .tabs {display: flex;align-items: center;flex-wrap: wrap;text-align: left;margin: 0;padding: 0;list-style: none;}
.product-tabs .tabs li {display: inline-block;background-color: transparent;border-radius: 0;margin-right: 20px;}
.product-tabs .tabs li:first-child {padding-left:0;}
.product-tabs .tabs li a {display: block;font-size: 20px;transition: none;}
.product-tabs .tabs li a span {padding: 10px;}
.product-tabs .tabs li a.active:after {content: "";display: block;height: 15px;width: 100%;border: 2px solid #dedd00;border-top: 0;margin-top: -10px;}
.product-tabs .tabs li a.active, .product-tabs .tabs li a:hover {color: #dedd00;}
.product-tabs .tab-content {background-color: transparent;padding: 15px 0;border: none;font-size: 15px;overflow: hidden;}
.tab-content .delivery {margin-bottom: 30px;}
.tab-content .delivery h4 {padding: 20px 0;}
.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 .delivery .delivery-zone {margin-top: 15px;}
.tab-content .table-box tbody tr td {width: auto;text-align: left;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: inline-block;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;margin: 0 5px 5px 0;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm {background-color: #006600;}
.goodsDataOpinionListNavigateTop .goodsDataOpinionShowAddForm:hover {background-color: #dedd00;}
.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 #dce4e9;}
.goodsDataOpinionList .goodsDataOpinionHeader {margin-bottom:15px;}
.goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 5px;padding-right: 10px;color: #212b2d;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;float: none;}
.goodsDataOpinionList .goodsDataOpinionListDate {display: inline-block;vertical-align: middle;    color: #b1bfc8;font-size: 13px;}
.goodsDataOpinionList .button {max-width: 100px;float: right;}
.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 #f3f3f3;}
#goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title {max-height: 78px;overflow: hidden;font-size: 20px;} 
.goodsDataOpinionAddForm.bordered #goodsDataOpinionAddBlock .goodsDataOpinionAddBlock-title{margin: 0; border: none;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {margin-bottom: 20px;width: 100%;max-width: 450px;    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='%23dedd00' 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: #dedd00;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #dedd00;}
/* С этим товаром смотрят, Сопутствующие товары */
.related {padding-top: 5px;}
.related .block-title {text-align: center;margin-bottom: 30px;}
.related .ratings {display: flex;align-items: center;justify-content: center;margin-top: 10px;}
/*** Товары ***/
.toolbar {position: relative;float: left;width: 100%;margin-bottom: 20px;}
.toolbar .pages {display: none;}
.toolbar.bottom {margin: 0}
.toolbar.bottom .pages {display: block;border-left: 0;}
.toolbar.bottom .sort-by {display: none;}
.toolbar .OrderFilterForm {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.view-mode {float: right;margin-left: 30px;}
.view-mode .view-mode-btn {display: block;float: left;width: 36px;line-height: 28px;cursor: default;text-align: center;color: #1d1d1d;background-color: #f8f8f8;font-size: 14px;border: 1px solid #1d1d1d;}
.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: #dedd00;  background-color: #fff;}
.view-mode .view-mode-btn:not(.active):hover {background-color:#f3f3f3;}
.sort-by {float: left;background: transparent;}
.sort-by label, .show-by label {vertical-align: middle;margin: 0 5px 0 0;color: #212b2d;font-size: 14px;}
.sort-by select, .show-by select {height: 30px;line-height: 30px;margin: 0;padding: 0 5px;cursor: pointer;border: 1px solid #7c7c7c;}
.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;}
.pages li {display: block;float: left;width: 36px;margin-left: -1px;line-height: 28px;cursor: default;text-align: center;color: #1d1d1d;background-color: #f8f8f8;font-size: 14px;border: 1px solid #7c7c7c;}
.pages li.current {background-color: #fff;}
.pages li:not(.current):hover {background-color: #f3f3f3;}
.pages li a, .pages li span {display: block;position: relative;font-size: 15px;}
.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: #dedd00;}
.pages li.current span {cursor: default;}
.pages li .fal {padding: 0;margin: 0;font-size: 17px;}
/** Фильтры **/
.filters {display: block;width: 100%;background-color: #fff;}
.filters #filters-form {border-top: 1px solid #eef1f4;padding-top: 10px;}
.filters .title {display: block;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;transition: 0.3s all;}
.filters .title:hover {color: #dedd00;}
.filters .title .filter-arrow {position: absolute;    top:50%;margin-top: -7px;    right: 0;    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;}
.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: #fff;background-color: #98a4ac;}
.filters-goods .filter label {display: inline-block;margin-bottom: 3px;}
.filters-goods .filter select {height: 30px;border: 1px solid #e4e4e4;padding: 0 5px;}
.filters-goods .filter select:focus {border: 1px solid #555;}
.filters .filters-goods-active {display:none;}
.filters .filters-goods-active #filters-reset {margin-top:10px;display: block;width: 100%;}
.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: #f6f6f6;top: -10px;width: 20px;height: 20px;cursor: pointer;outline: 0;border: 1px solid #7c7c7c;box-shadow: none;border-radius: 50%;}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-connect {background: #5586a6;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -12px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: -8px;}
.filters-price .layout-slider {text-align: center;margin: 0 auto 10px;}
.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: 10px;color: #5586a6;}
.filters-price .layout-slider .input {max-width: 85px;display:inline-block;text-align: left;font-size:13px;line-height: 37px;padding: 0;padding-left: 30px;padding-right: 5px;}
.filters-price .layout-slider .price-separator {margin: 0 7px;}
.filters-price .layout-slider .small {width: 100%;}
@media (max-width: 1199px) {
  .filters-price .layout-slider .input {max-width: 75px;}
  .filters-price .layout-slider .price-separator {margin: 0 4px}
}
@media (min-width: 992px) {
.filters > .content {display: block!important;}
}
@media (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: #dedd00;padding: 6px 20px;}
  .col-left .filters > .title .fal {display: inline-block;vertical-align: middle;}
  .col-left .page-sidebar .filters .content {width: 80%;position: fixed;left: -100%;top: 0;height: 100vh;overflow-y: auto;z-index: 5;background: #f3f3f3;padding: 15px;-webkit-transition: all .3s linear;transition: all .3s linear;}
  #filters-form,#filters-price-form {overflow-x: auto;padding-right: 10px;padding-bottom: 36px;}
  .col-left .page-sidebar  .filters .content._active {left: 0;}
}
@media (max-width: 481px) {
  .filters-price .layout-slider .input {max-width: 85px;}
}
/*** Категории ***/
.toolbar + .categories {padding-top: 30px;}
.categories {display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;text-align: center;}
.categories .item {width: 50%;display: inline-block;position: relative;text-align: center;background: #fff;margin-bottom: 25px;transition: all .3s;border: 2px solid transparent;}
.categories.index  .item {width: 100%;display: inline-block;position: relative;text-align: center;background: #fff;margin-bottom: 25px;transition: all .3s;border: 2px solid transparent;}
.categories .item:hover {border: 2px solid #dedd00;box-shadow: 0px 0px 20px 0px rgba(255, 201, 51, 0.3);background: #fff;z-index: 10;}
.categories .item:hover .item-inner {border: 1px solid transparent;}
.categories .item .item-inner {border: 1px solid #e4e4e4;}
.categories .item .cat-image {border-bottom: 0;margin: 0 10px 10px;line-height: 150px;}
.categories .item .cat-image a {display: block;overflow: hidden;}
.categories .item .cat-image a img {max-width: 100%;}
.categories .item .cat-name {margin: 0;padding: 10px;background: transparent;text-align: center;}
.categories .item .cat-name a {display: block;height: 40px;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.categories .item:hover .cat-name a {color: #dedd00;}
@media (max-width: 481px) {
.categories > div {padding: 0 10px;}
}
/*** Левая часть ***/
.col-left .page-sidebar {background:#f5f5f5;padding: 0 15px;margin-bottom: 15px;-webkit-box-shadow: 0 2px 8px 0 rgba(104,104,104,.2);-moz-box-shadow: 0 2px 8px 0 rgba(104,104,104,.2);box-shadow: 0 2px 8px 0 rgba(104,104,104,.2);-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index .col-left .page-sidebar {position:absolute;width: calc(100% - 38px);min-height:440px;max-height:440px;overflow: hidden;z-index: 1;-webkit-transition: all .3s;transition: all .3s;}
.index .col-left .page-sidebar:hover {max-height: 1000px;box-shadow: 0 2px 8px 0 rgba(4,60,130,.3);}
.index .col-left .page-sidebar:hover:after{display:none}
.col-left .block {margin-bottom: 30px;}
.col-left .block:last-child {margin-bottom: 0;overflow-y: auto;}
.col-left .block > .title {margin: 5px 0 10px;font-size: 19px;font-weight: 700;line-height: 1.3;transition: 0.3s all;font-family: "Opel Sans",Arial, sans-serif;}
.col-left .block > .title a:hover {color: #dedd00;}
@media (max-width:991px){
  .col-left .page-sidebar {position:relative;border-right: 0;padding: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
  .index .col-left .page-sidebar {display: none;}
}
/*** Правая часть ***/
.page-content.no-padding {padding: 0;}
/** Каталог **/
.col-left .block .content {padding: 0;overflow: hidden;}
.col-left .block .content ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;display:block;}
.col-left .block.catalog .content ul li {position: relative;border-bottom: solid 1px #dddddd;}
.col-left .block.catalog .content ul li:last-child {margin-bottom: 0;border-bottom: 0;}
.col-left .block.catalog .content ul li a {display: block;position: relative;text-transform: none;font-size: 14px;line-height: 24px;letter-spacing: 0.01em;color: #1d1d1d;padding: 8px 26px 8px 0;}
.col-left .block.catalog .content ul li a.active, .col-left .block.catalog .content ul li a:hover {color: #ffa527;}
.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;}
.col-left .block.catalog .content ul li .open-sub {display: block;position: absolute;right: 0;top: 8px;padding: 5px;background: #fff;cursor: pointer;font-family: "FontAwesome";font-size: 18px;}
.col-left .block.catalog .content ul li .open-sub.active:before {content: "\f106";}
.col-left .block.catalog .content ul li .open-sub:hover {color: #dedd00;}
.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: #1d1d1d;background-color: #e9eef1}
.index .col-left .block.catalog .content ul li .count {display: none;}
.col-left .block .content .content-title {display: none;}
.col-left .block .content .content-title .content-close-btn {position: absolute;top: 5px;right: 5px;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
@media (max-width: 991px) {
.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}
}
/* Быстрый просмотр */
.fancybox-inner::-webkit-scrollbar-thumb {background: transparent;}
.fancybox-inner .container {width: auto;max-width: 950px;}
.quickView .fancybox-inner .container {max-width: 600px;}
.fancybox-inner .block-bg {border: none;}
.fancybox-inner .product-view .product-look {display: none;}
.fancybox-inner .product-view .short-description {display: none;}
.fancybox-inner .product-view .product-shop-tabs {display: none;}
.fancybox-inner .product-view .add-to-box .button.quick {display: none;}
.fancybox-inner .product-view .add-to-box .more {display: inline-block;}
.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 {display: none;}
.fancybox-content {max-width: 900px;padding: 0px;}
.fancybox-content.modification {max-width: 360px;}
.fancybox-content .notice {padding: 20px 30px;}
.fancybox-content .formfast {padding: 0px 30px 30px 30px;}
.modal {padding: 30px 30px 15px;}
/* Выбор модификации при добавлении в корзину */
.fancybox-inner.product-view.modification {max-width: 370px;}
.fancybox-inner.product-view.modification .product-order {margin: 0;min-width: 220px;min-height: 450px;}
.fancybox-inner .product-view.modification .product-order {margin: 0 auto;width: 100%;}
.fancybox-inner .product-view.modification .product-name {max-width: 320px;}
.fancybox-inner .product-view.modification .product-name h1 {font-size: 20px;}
.fancybox-inner .product-view.modification .product-ratings {display: none;}
.fancybox-inner .product-view.modification .price-box label {display: none;}
/*** Ajax Добавление товара в корзину ***/
#cart-layer {max-width: 950px;}
.cart-ajax {position: relative;padding: 30px;line-height: 1.4;text-align: center;border: none;z-index: 100;}
.cart-ajax h4.title {display: block;margin-bottom: 20px;font-size: 17px;color: #fff;padding: 10px;}
.cart-ajax h4.title i {font-size: 20px;margin-right: 5px;}
.cart-ajax h4.title.good {background: #57c880;}
.cart-ajax h4.title.bad {background: #eb3708;}
.cart-ajax .cart-product .cart-product-img {display: inline-block;vertical-align: middle;width: 100px;height: 100px;line-height: 100px;text-align: center;border: none;padding: 0;}
.cart-ajax .cart-product .cart-product-img img {max-width: 100%;max-height:100%;margin:0 auto;}
.cart-ajax .cart-product .cart-product-info {display:inline-block;vertical-align: middle;width:calc(100% - 108px - 145px);padding:0 15px;}
.cart-ajax .cart-product .cart-product-info .product-name {display: inline-block;white-space: normal;margin: 3px 0 5px 0;line-height:1;font-weight: 300;}
.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-product .cart-product-price {display:inline-block;height: 100px;line-height: 100px;vertical-align:top;width:145px;text-align:right;}
.cart-product-info-flex {display: flex;align-items: center;text-align: center;flex-wrap: wrap;justify-content: center;height: 100%;}
.cart-ajax .buttons {display: block;margin-top: 20px;}
.cart-ajax .buttons .button {display: inline-block;width: 120px;margin: 0 5px 5px;padding: 0;}
.fancybox-margin {margin-right: 17px !important;}
/*** Быстрый заказ ***/
.quickformfast {max-width: 600px;overflow-x: hidden;}
@media (max-width: 481px){
  .quickformfast {padding: 0;}
}
.quickformfast .success, .quickformfast .warning {margin-bottom: 0;}
.quickformfast .form-list {margin-bottom: 0;}
#OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;margin-left: auto;}
.fancybox-inner .formfast .coupon-btn {display: none;}
.formfast {padding: 0;margin-top: 15px;}
.formfast .title {font-size: 20px;font-weight: 500;color: #dedd00;line-height: 30px;margin: 30px 0 20px;}
.formfast .account .title {margin: 0 0 20px;}
.formfast .title span {display: inline-block;margin-right: 5px;font-weight: 700;width: 30px;height: 30px;border: 4px solid #dedd00;text-align: center;line-height: 22px;border-radius: 50%;}
.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 {background: #f3f3f3;padding: 30px 15px;}
.formfast .form-list .fields {display: inline-block;float: none;vertical-align: top;margin: 0 15px 15px 0;padding: 0;}
.formfast .form-list .fields:first-child {padding-left: 0;}
.formfast .form-list .fields.small {display: inline-block;width: 150px;}
.formfast .form-list .fields .subtotal .price {padding: 0;line-height: 16px;}
.formfast .form-list.totalorder .fields:first-child {float: left;margin-right: 0;}
.formfast .form-list.totalorder .fields:last-child {float: right;margin-right: 0;text-align: right;}
.formfast .contactWantRegister {margin-bottom: 10px;}
.formfast .contactRegisterNeedElement {margin-top: 10px;}
.formfast .input-box {position: relative;}
.showPassBlock {position: absolute;top: 0;right: 0;}
.showPassBlock i {color: #5586a6;}
.showPassBlock .showPass,
.showPassBlock .OrderShowPass{display: block;padding: 11px 15px}
.formfast .button {margin: 10px 0;}
.deliveryConvenientDate .input {display: inline-block;width: 150px;margin: 5px 10px;}
.adress, .customer, .delivery, .payment, .coupons {width: 100%;}
.adress .deliveryConvenientDate .input {width: 75px;padding: 10px 5px;margin: 0;}
.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: #f3f3f3;border: 1px solid #e4e4e4;}
.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 {font-size: 16px;font-weight: bold;}
.orderStagePaymentList, .delivery .manufacturer-list {background: #f3f3f3;padding: 30px 15px;}
.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 label {display: block;margin-bottom: 5px;margin-right: 6px;font-weight: normal;text-align: left;}
.coupons .couponBlock .input-box {display: block;max-width: 450px;}
.coupons .couponBlock .input {max-width:100%;}
.coupons .couponBlock.invalid .input::placeholder {color: red;}
.coupons .couponBlock .coupon_clear {position: absolute;top: 0;right: 108px;padding: 12px 15px;cursor: pointer;opacity:0;visibility: hidden;transition: all .3s;}
.coupons .couponBlock .coupon_clear.active {opacity:1;visibility: visible;}
.coupons .couponBlock .coupon-btn.active {color: #7cc594;}
.coupons .couponBlocLabel {margin-right: 5px;}
.coupons .couponBlockSale p {margin: 10px 0 0;}
.coupons .couponBlockSale .couponNum {font-weight: 700;}
.coupons .couponBlockSale .couponNum:after {content: "\f158";display: inline-block;margin-left: 5px;font-family: FontAwesome;font-weight: 300;font-size: 12px;line-height: 1.1;}
.coupons .coupon-btn {width: 110px;position: absolute;padding: 10px 15px;top: 1px;right: 1px;margin: 0;background: #fff;border-left: 1px solid #7c7c7c;}
.coupons .coupon-btn:hover {background: #5586a6;color: #fff;transition: all 0.3s ease;}
.formfast-cart > .title {display: block;position: relative;overflow: hidden;margin: 30px 0 15px 0;padding: 0 5px 5px 0;border-bottom: 1px solid #e4e4e4;text-align: left;}
.formfast-cart .cart-products-list {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.formfast-cart .cart-products-list .item {display: flex;width: 100%;border-bottom: 1px dashed #e4e4e4;margin-bottom: 15px;padding-bottom: 15px;align-items: center;}
.formfast-cart .cart-products-list .item .product-image {display: inline-block;width: 80px;margin-right: 15px;text-align: center;}
.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;margin-right: 15px;}
.formfast-cart .cart-products-list .item .product-details .product-name {display: inline-block;font-size: 16px;}
.formfast-cart .cart-products-list .item .product-details .product-name:hover {color: #dedd00;}
.formfast-cart .cart-products-list .item .product-price {display: flex;margin-left: auto;align-items: center;white-space: nowrap;}
.formfast-cart .cart-products-list .item .product-price .quantity {margin-right: 5px;}
.formfast-cart .cart-products-list .item .product-price .price {background: none;padding: 0;}
.formfast-cart .cart-products-list .item .product-price .price:before, .formfast-cart .cart-products-list .item .product-price .price:after {display: none;}
.formfast-cart .cart-products-list .item .product-details .product-price .price {font-size: 18px;background: none;}
.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;background: none;padding: 0;}
.formfast-cart .subtotal .price:after {font-size: 11px;}
.formfast-cart .buttons {margin-bottom: 20px;text-align: center;}
.formfast .form-list .subtotal > div {display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
@media (max-width: 481px){
  .formfast .form-list .fields, .formfast .form-list .fields input {width: 100%;}
  .formfast-cart .cart-products-list .item .product-image, .formfast-cart .cart-products-list .item .product-details {margin-right: 5px;}
  .formfast-cart .cart-products-list .item .product-price {text-align: center;}
  .cart-ajax .buttons .button {width: 100%;}
}
/*** Корзина ***/
.cartTable {width: 100%;border-collapse: collapse;}
.cartTable tbody tr td, .cartTable thead tr td {padding: 10px 5px;text-align: center;}
.cartTable thead {background: ;}
.cartTable thead tr td {text-align: center;}
.cartTable tbody tr.items {border-bottom: 1px dashed #e4e4e4;}
.cartTable tbody tr.items:nth-child(1) {border-top: none;}
.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;}
.cartTable tbody tr td.name a:hover {color: #dedd00;}
.cartTable tbody tr td.name .art {margin: 5px 0;}
.cartTable tbody tr td .x {color: #5586a6;font-size: 18px;}
.cartTable tbody tr .cart-qty {white-space: nowrap;}
.cartTable tbody tr .cart-qty .qty-set {display: flex;width: 100%;margin: auto;justify-content: center;}
.cartTable tbody tr .cart-qty .qty-set a {width: 30px;height: 40px;line-height: 40px;color: #1d1d1d;border: 1px solid #1d1d1d;}
.cartTable tbody tr .cart-qty .qty-set a:hover {color: #fff;background: #dedd00;}
.cartTable tbody tr .cart-qty .qty-set .qty-minus {left: 1px;border-right: 0;}
.cartTable tbody tr .cart-qty .qty-set .qty-plus {right: 1px;border-left: 0;}
.cartTable tbody tr .cart-qty .input {max-width: 50px;display: inline-block;text-align: center;padding: 10px 5px;color: #1d1d1d;}
.cartTable tfoot tr.discounttr td {padding: 20px 5px 15px;border-bottom: 1px solid #e4e4e4;}
.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 {text-align: center;padding: 15px 0;}
.cartTable tfoot tr.total .title {vertical-align: -webkit-baseline-middle;}
.cartTable .price {display: inline-block;font-size: 16px;white-space: nowrap;background: none;}
.cartTable .goods-image-other {max-width: 100px;max-height:100px;}
.cartTable .TotalSum .price {font-size: 22px;padding: 0;}
.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: #e4e4e4;}
.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 #e4e4e4;}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle;}
.col-account .buttons p {margin-bottom: 0px;}
.col-account p {margin-bottom: 5px;line-height: 1.1;}
.form-list {margin-bottom: 20px;}
.form-list .fields {max-width: 450px;margin: 0 0 15px 0;}
.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;}
/*** Обратный звонок, Связь с администрацией ***/
#fancybox-callback .fancybox-close-small {color: #fff;}
.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 {margin-bottom: 20px;}
.contact-info .block-contact > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #dedd00;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
.contact-info h3 {font-size: 22px;font-weight: bold;margin-bottom: 20px;border: 0;padding: 0;font-family: 'Ubuntu', Arial, sans-serif;}
.contact-info .col-account {padding: 30px;border: 5px solid #dedd00;}
.contact-info .file input {border: 0;padding: 10px 0;}
@media (max-width: 991px){
.contact-info .second {margin-top: 30px;}
}
@media (max-width: 641px){
.contact-info .col-account {padding: 20px;}
}
/** Платежные системы на странице просмотра заказа **/
.order-info .buttons {margin-top: 15px;}
.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 .payment .orderStagePaymentList {padding: 10px 15px 25px;}
.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 {margin-bottom: 15px;color: #c1c1c1;font-size: 22px;display: inline-block;margin-right: 5px;font-weight: 700;width: 30px;height: 30px;border: 4px solid #c1c1c1;text-align: center;line-height: 22px;border-radius: 50%;}
.stages .title {display: inline-block;font-size: 20px;color: #b2b2b2;transition: all 0.3s;}
.stages.active .stage, .stages:hover .stage {border: 4px solid #dedd00;color: #dedd00;}
.stages.active .title, .stages:hover .title {color: #dedd00;}
/*** Страница Поиск ***/
.search h4 {margin-bottom: 10px;}
/*** Акции ***/
.discount-box {text-align: center;}
.discount-box h3 {margin-bottom: 10px;}
.discount-box h3 span {text-decoration: underline;}
.discount-box h4 {text-transform: none;margin-bottom: 15px;}
.discount-box h4 span {color: #212b2d;text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #e4e4e4;}
.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 {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 (min-width: 1200px) {.CompareGoodsTableTbody.table-box {table-layout: fixed;}}
@media (max-width: 768px) {.CompareGoodsTableFilter .button {margin-bottom: 5px;margin-left: 0;}}
@media (max-width: 481px) {.CompareGoodsTable {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}}
/*** Новости ***/
.news-box .news {border-bottom: 1px solid #e4e4e4;margin-bottom: 20px;}
.news-box .news:last-child {border-bottom: 0;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 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;}
/* Предзагрузчик */
.products .products-container .content-loading {top: 60px;}
.fancybox-inner .content-loading {background-color: #fff;}
#globalOrder .content-loading {position: static;margin: 0 auto;background-color: transparent;}
.preloader {display: block;position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 999;background: #fff;}
.preloader .content-loading {position: absolute;top: 50%;left: 50%;margin: -50px 0 0 -50px;width: 100px;height: 100px;border-radius: 100%;background: #dedd00;-webkit-animation: preloader 1.6s linear infinite;animation: preloader 1.6s linear infinite;}
@keyframes preloader {
   0% {transform: scale(0, 0);opacity:0.5;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes preloader {
   0% {-webkit-transform: scale(0, 0);opacity:0.5;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
}
/* Политика конфиденциальности */
.pp {margin-bottom: 15px;}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.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 (max-width: 1199px) {
.cartTable tbody tr .cart-name .image {display: block;text-align: center;margin: 0 0 15px 0;}
.cartTable tbody tr .cart-name .name {width: 100%;}
}
@media (max-width: 991px) {
.toolbar.bottom .sort-by {display: none;}
.col-right {margin-bottom: 5px;}
.col-left .block {margin-bottom:5px;}
.discount-box .content .image {margin-bottom: 15px;}
.quickview {display: none !important;}
.step li {padding: 10px;}
.products-grid {display: flex;justify-content: center;flex-wrap: wrap;text-align: center;}
#footer-bottom #payment {text-align: left}
.product-view .product-img-box, .product-view .product-order {padding: 0;}
.product-view .product-shop {margin-bottom: 0;}
.product-view .product-shop .add-to-box .add-to-cart .button.quick {display: none;}
.product-tabs {padding-top: 5px;}
}
@media (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);}
.cart-ajax .cart-product .cart-product-img{display:block;width:100%;text-align:center;margin-right:0;}
.cart-ajax .cart-product .cart-product-info{width:100%;margin:10px 0;text-align:center;}
.cart-ajax .cart-product .cart-product-price{width:100%;text-align:center;padding-left:0;line-height:20px;height:auto;}
.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 #e4e4e4;}
.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;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;padding: 10px;}
.cartTable tbody tr td.name 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;margin-left: 30px;}
.cartTable tbody tr td.closetd {position: absolute;right: 0;bottom: 0;line-height: 37px;padding: 0 10px;border-top:none;}
.cartTable tbody tr td.cart-qty {position: absolute;left: 0;z-index: 1;}
.cartTable tbody tr td.cart-qty .qty-set a {height: 30px;line-height: 30px;}
.cartTable tbody tr td.cart-qty .input {background-color: transparent;height: 30px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid #e4e4e4;}
.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;}
#footer .callbackForm .inputText {display: block;max-width: 300px;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-grid .item .product-shop .attr-list {display: none;}
.products-list .item .product-image {float: none;margin: 0 0 20px;min-height: 50px;height: auto;line-height: 1;}
.products-grid .item .product-shop {position: relative;bottom: 0;}
.products-grid .item:hover .item-inner .product-shop {bottom: 0;}
.cart-compare div > .title {width: 110px;line-height: 51px;}
.view-mode {margin-left: auto;}
.sort-by select {max-width: 200px;}
.products-grid .item {margin-bottom: 15px;}
.products-grid .item:hover {background: none;box-shadow: none;}
.products-grid .item:hover:before {background: transparent;}
}
@media (max-width: 641px) {
.scroll {overflow-x: scroll;}
.delivery .orderStageDeliveryListTable .cell3 {min-width: auto;}
.CompareGoodsTableFilter {line-height: 1;}
.CompareGoodsTableFilter span {margin-bottom: 10px;}
.CompareGoodsTable .CompareNavigation {float: none;text-align: center;}
.sort-by label, .show-by label {display: none;}
.product-tabs .tabs {padding: 0;}
.product-tabs .tabs li {display: block;padding: 0;}
#page-title .block-title h1.title {font-size: 36px;}
}
@media (max-width: 481px) {
img {height: auto!important;}
.index#main .DescriptionBlock {margin: 0;}
.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%;}
.show-by {margin-left: 0;}
.toolbar .compare, .show-by label {display: inline-block;}
.toolbar .OrderFilterForm > div {margin-bottom: 10px;}
.toolbar.bottom .pages {margin-right: 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 tbody tr td.cart-qty .input {max-width: 40px;}
.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;}
body.active .wrapper {overflow: hidden;z-index: 1;display: none;}
#page-title .block-title h1.title {font-size: 26px;}
.products-grid .item .product-shop .price {padding: 0 5px;font-size: 14px;overflow: hidden;}
.product-view .product-img-box .general-img {min-height: 100px;}
.product-view .product-shop .add-to-box .add-to-cart {display: block;}
.block-title h2.title {font-size: 24px;}
.goodsDataOpinionAddBlock-title {font-size: 16px;}
}
@media (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 (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 (min-width: 1200px) {
.col-lg-12{width:100%;}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.container {max-width: 1170px;width:100%;}
}
@media (min-width: 1600px) {
.col-hs-12{width:100%;}
.col-hs-11{width:91.66666667%}
.col-hs-10{width:83.33333333%}
.col-hs-9{width:75%}
.col-hs-8{width:66.66666667%}
.col-hs-7{width:58.33333333%}
.col-hs-6{width:50%}
.col-hs-5{width:41.66666667%}
.col-hs-4{width:33.33333333%}
.col-hs-3{width:25%}
.col-hs-2{width:16.66666667%}
.col-hs-1{width:8.33333333%}
}
/*  Фиксы для браузеров */
.IE .header .header-sectionsLink:before {content: "";width: 10px;height: 50px;margin: 0 0 0 -10px}
/*  Если выключен JS */
.nojs .products-grid.owl-carousel .item {display: inline-block;}
.nojs .products-grid.owl-carousel .item .item-inner {width: 150px;}
.nojs #slideshow .owl-carousel, .nojs #news .owl-carousel, .nojs .viewed .owl-carousel {display: block;}
.nojs #news .tabs-body {margin: 0;}
.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%;}
.block.raspr {width: 300px;max-width:100%;}
.raspr .container {width: 300px;max-width:100%;}
#video__block.fancybox-content {padding: 0!important;}
@media (min-width: 767px){
.categories .item {width:25%;}
}
.categories .item .cat-image a img {display:none;}