html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #3d5a68;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;}
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 #5586a6;transition: all 0.3s ease;}
.input:hover, .input:focus{border-color: #434b52;}
.input.input--error,.input.invalidInput {border-color: #434b52}
.input.invalidInput + label {display: block;font-size: 11px;position: relative;color: #ffffff;background: #434b52;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: #5586a6;}
/**/
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 #5586a6;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: #434b52;border-color: #434b52}
.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 #5586a6;-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: #434b52;border-color: #434b52}
.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: 'Ubuntu', 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: #434b52;}
.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: #434b52;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: #434b52 !important;}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #434b52;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: #434b52;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: #434b52;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:10px; max-height:10px;}
.goods-cat-image-other-square {width:20px; height:20px;}
/* 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: #434b52;}
.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 #434b52;text-align: center;font-size: 30px;line-height: 38px;color: #434b52;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: inline-block;position: relative;font-size: 16px;font-weight: 700;font-family: Ubuntu,Arial,sans-serif;color: #212b2d;padding: 0 8px;background: #f3f3f3;height: 30px;line-height: 30px;white-space: nowrap;}
.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: block;text-align: center;padding: 0 5px;font-size: 14px;font-weight: 400;font-family: 'Open Sans',sans-serif;color: #2e2e2e;background: 0 0;}
.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;}
.old-price + .price {background-color: #fff200;}
.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: 'Open Sans', sans-serif;line-height: 36px;padding: 0 20px;border: 0;background-color: #434b52;color: #fff;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;user-select: none;border: 2px solid transparent;}
.button:hover, .button.added, .button:focus {background-color: #5586a6;color: #fff;}
.button2 {background-color: transparent;border-width: 1px;border-style: solid;border-color: #5d7483;color: #5d7483;line-height: 38px;}
.button2:hover, .button2.added, .button2.active, .button2:focus {border-color: #434b52;color:#434b52;background-color: transparent;}
.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: #434b52;color:#434b52;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: 'Open Sans', sans-serif;line-height: 40px;padding: 0 25px;border: 0;background-color: #434b52;color: #fff;letter-spacing: 0.05em;opacity: 1;filter: alpha(opacity=100);text-shadow: none;text-transform: uppercase;text-align: center;white-space: nowrap;margin: 0;outline: 0;cursor: pointer;-webkit-appearance: none;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #006600;color: #fff;}
/* Навигация */
.navigation .prev, .navigation .next {display: inline-block;width: 20px;font-size: 40px;line-height: 1;color: #777;margin: 0 5px;padding: 0;overflow: hidden;text-align: center;cursor: pointer;}
.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;}
/* Иконки Новинка, Хит, Скидка, Нет в наличии */
.ico-new, .ico-sale, .ico-best, .ico-empty, .ico-more {position: absolute;overflow: hidden;top: 0;left: 0;width: auto;padding: 2px 8px;line-height: 16px;color: #ffffff;font-size: 10px;text-align: center;text-transform: uppercase;z-index: 1;}
.ico-new {background: #51a83f;}
.ico-best {background: #eb3708;}
.ico-sale {background: #434b52;}
.ico-new + .ico-sale, .ico-best + .ico-sale, .ico-best + .ico-new, .ico-new + .ico-best {top: 45px;}
.ico-empty {background: #98a4ac;width: 100%;top: auto;bottom: 0;}
.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 #5586a6;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: #434b52;border: 1px solid #434b52;}
/* Окошко с информацией о 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: #434b52;}
.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;}
/* Шапка */
.header {position: relative;background-color: #f8f8f8;padding-bottom: 20px;}
.header .header-top {color: #5586a6;background-color: #fff;background-position: bottom;background-repeat: repeat-x;}
.header .header-top-wrapper > div {margin: 5px 0;max-height: 40px;}
.header .header-icons {display:none;}
@media (max-width: 991px) {
  .header .no-gutters {margin-left: -15px;margin-right: -15px;}
  .header .header-top {background-color: #434b52;padding: 0px 0 8px;}
  .header .header-top-wrapper > div {margin-top: 0;max-height: none;}
  .header .header-icons {overflow: hidden;display: block;position: relative;}
  .header-iconsItem {display: block;float: right;width: 12.5%;font-size: 22px;line-height: 40px;color: #fff;text-align: center;cursor: pointer;border: none;-webkit-appearance: none}
  .header-iconsItem.active {color: #fff}
  .header-iconsItem:first-child {float: left;}
}
@media (min-width:992px) {
  .header .header-top-wrapper {display: flex;justify-content: flex-end;}
  .header .header-navLink {position: relative}
  .header .header-navItem {display: inline-block;vertical-align: middle;}
  .header .header-navItem:hover {background-color: #4c4c4c}
  .header .header-navLink,.header-subnavLink {display: block;padding: 0 15px;line-height: 40px}
}
/** ЛК **/
.header .header-login {text-align: right;flex-direction: column;}
.header .header-loginMenu {position: relative;z-index: 2;display: inline-block;}
.header .header-login.isLogin .header-loginMenu:hover .pseudo-link:after {display: none}
.header .header-login .header-loginList i {font-size: 25px;vertical-align: middle; margin-right: 5px;color: #5586a6;}
.header .header-login .header-loginList .header-loginLink:hover i {color: #434b52;}
.header-loginFlyout {text-align: left}
.header-loginArrow {-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
.header .header-login .header-loginLink {line-height: 40px;display: inline-block}
.header .header-login .header-loginLink:hover {color: #434b52;}
.header .header-login.isLogin .header-loginLink {display: block}
@media (min-width: 992px){
  .header .header-login.isLogin .header-loginFlyout,.header .header-login.isLogin .header-loginMenu:hover {background-color: #fff}
  .header-loginMenu:hover .header-loginArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  .header .header-loginMenu:hover .header-loginFlyout {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0)}
  .header-loginFlyout {right: -15px;min-width: 100%;transform: translateY(-1rem);transition: all .15s ease-in-out}
  .header .header-login.isLogin .header-loginList {padding: 0}
  .header .header-login.isLogin .header-loginLink {padding: 0 20px;white-space: nowrap}
  .header .header-login.isLogin .header-loginLink:hover {background-color: #f3f3f3}
  .header-login.isLogin .header-loginFlyout,.header-login.isLogin .header-subnav {-webkit-transform: translateY(-10px);-webkit-transition: all .15s ease-in-out}
}
.header .header-login .header-loginBtn {line-height: 40px}
.header .header-login.isLogin .header-loginBtn:not(:first-child) {margin-left: 10px}
@media (max-width: 991px) {
  .header .header-login .header-span-or {display: none}
  .header .header-login .header-loginBtn {display: none}
  .header .header-loginMenu {width: 100%;padding: 0;transform: none}
  .header .header-loginFlyout {background: none}
  .header .header-login .header-loginList i {display: none;}
  .header .header-loginList .header-loginLink {display: block;color: #fff;line-height: 40px;padding: 0 20px;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
  .header .header-loginList .header-loginLink:last-child {border-bottom: transparent;}
  .header .header-loginList .header-loginLink + .header-loginLink {border-top: 1px solid rgba(255, 255, 255, 0.3);}
  .header .header-loginList .header-loginLink:hover {background:#f3f3f3;}
  .header .header-login .header-loginLink .pseudo-link::after {display: none}
} 
/** Header main **/
.header-main {margin-top: -50px;}
.header-main .header-logo {
    display: flex;
    align-content: stretch;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 125px;
    flex-wrap: wrap;
}
.header-main .header-logo .header-logoImg {max-height: 117px;}
@media (max-width:991px) {
  .header-main {margin-top: 5px;}
}
/** Поиск **/
.header .header-search {z-index: 3;}
.header .header-search .search {position: relative;width: 100%;}
.header .header-search #header .header-right .search {display: inline-block;position: relative;vertical-align: middle;width: 100%;height: auto;margin: 0;z-index: 1;border-bottom: 1px solid #dce4e9}
.header .header-search .search .search-icon {display: none;width: 25px;text-align: center}
.header .header-search .search #search_mini_form {display: inline-block;vertical-align: middle;position: relative;width: 100%}
.header .header-search .search #search_mini_form .search-string {font-size: 13px;color: #21293c;width: 100%;max-width: 100%;margin: 0;line-height: 20px;padding-right: 90px}
.header .header-search .search #search_mini_form .search-string:focus + .search-reset{opacity:1;}
.header .header-search .search #search_mini_form .search-reset,
.header .header-search .search #search_mini_form .search-submit {position: absolute;top: 0;right: 0;height: 42px;padding: 0 15px;font-size: 16px;}
.header .header-search .search #search_mini_form .search-reset {right: 46px;opacity: 0;-webkit-transition: opacity .3s ease;transition: opacity .3s ease}
.header .header-search .search #search_mini_form input::-webkit-input-placeholder {color: #b1bfc8}
.header .header-search .search #search_mini_form input::-moz-placeholder {color: #b1bfc8}
.header .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 .header-search .search #search_mini_form .header-searchIcon {color: #5586a6}
.header .header-search .search #search_mini_form .header-searchIcon:hover  {color: #434b52;}
@media (max-width: 991px) {.header .header-search .search {padding: 15px}}
/** Поисковая выдача **/
#search-result {display: none;position: absolute;width: 100%;margin-top: 5px;padding: 5px 15px 5px 15px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);background-color: #fff;color: #777;z-index: 3}
#search-result._active {visibility: visible;opacity: 1;-webkit-transform: translate(0,0);transform: translate(0,0)}
#search-result .inner .result-category {width: 40%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding-right: 10px}
#search-result .inner .result-category._visible + .result-goods {border-left: 1px solid #dce4e9}
#search-result .inner .result-category img {display: none}
#search-result .inner .result-goods {width: 60%;height: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 0 10px}
#search-result .inner .result-category a {font-weight: 700}
#search-result .inner {overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: flex}
#search-result .inner .result-item {width: 100%;line-height: 20px;padding: 10px 0}
#search-result .inner .result-item a {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#search-result .inner .result-item a:hover,
#search-result .inner .result-item a._active {color: #434b52;}
#search-result .inner .result-item a img {max-width: 40px;max-height: 40px;margin-right: 15px}
@media (max-width: 991px) {#search-result {width: calc(100% - 30px)}}
/** Контакты **/
.header-contacts {margin-top: 70px;}
.header-contacts .header-phoneNum, .header-contacts .header-email {display: inline-block;font-weight: 600;}
.header-contacts .header-phoneNum:hover, .header-contacts .header-email:hover {color: #434b52;}
.header-contacts a {color: #5586a6;;white-space: nowrap;transition: all 0.3s;}
.header-contacts .header-phoneNum ~ .header-phoneNum {display: none}
.header-contacts .header-phoneSub {color: #5586a6;}
.header-contacts .header-phoneCallback {color: #434b52;}
.header-contacts .header-phoneCallback:hover {color: #5586a6;}
.header-contacts .header-contacts-item {flex-grow: 1;text-align: center;margin: 0 5px;}
.header-contacts .header-contacts-item:first-child {margin-left: 0;text-align: left;}
.header-contacts .header-contacts-item:last-child {text-align: right;margin-right: 0;}
.header-contacts .header-contacts-item i {color: #434b52;margin-right: 5px;}
@media (max-width: 991px) {
  .header .header-main .header-contacts,.header .header-main .header-search {padding: 10px}  
  .header-contacts .header-phoneNum, .header-contacts .header-email {width: 100%;margin-right: 0}
  .header-contacts .header-phoneNum:hover, .header-contacts .header-email:hover {color: #5586a6;}
  .header-contacts .header-contacts-item {text-align: center;margin-top: 10px;}
  .header-contacts .header-contacts-item:first-child {text-align: center;}
  .header-contacts .header-contacts-item i {color: #fff;}
  .header-contacts a {color: #fff;}
  .header-contacts a:hover {color: #f3f3f3;}
  .header-contacts .header-phoneNum ~ .header-phoneNum {display: block;margin-top: 5px}
  .header-contacts .header-phoneSub {color: #fff;}
  .header .header-contacts {text-align: center;margin-top: 0;}
  .header-contacts .header-phoneCallback {display: block;width: 100%;max-width: 300px;margin: 10px auto;line-height: 40px;color: #fff;text-align: center;}
  .header-contacts .header-phoneCallback:hover {color: #f3f3f3;}
  .header-contacts .header-phoneCallback:after {display: none}
}
/* Сравнение, Избранное, Корзина */
.header .header-tools {text-align: right;font-size: 11px;color:#5586a6;}
.header-toolsCol:first-child {margin-left: 0;}
.header-toolsCol {position: relative;display: inline-block;vertical-align: middle;margin-left: 10px;}
@media (max-width: 1199px) {
  .header-toolsCol {margin-left: 5px;}
  .header-tools .dropdown {top: 35px;}
}
.header-toolsIcon {position: relative;display: block;width: 33px;height: 33px;margin: 0 auto;text-align: center;line-height: 33px}
.header-toolsIcon i {font-size: 28px}
.header-toolsIcon i::before {margin: 0}
.header-toolsCol:hover .header-toolsIcon i, .header-toolsCol:hover .header-toolsName {color: #434b52}
.cart.have-items .header-toolsIcon i, .cart.have-items .header-toolsName {color: #434b52;}
.header .header-toolsLink .header-toolsCounter {position: absolute;z-index: 1;left: auto;top: -5px;right: -5px;display: block;min-width: 20px;text-align: center;color: #fff;border-radius: 50%;background-color: #434b52;}
.header-toolsAmount,.header-toolsCounter {height: 20px;line-height: 20px;font-size: 12px}
.header .header-toolsLink .header-toolsIcon._cart .header-toolsCounter {animation: pulse 3s infinite;}
@-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);
  }
}
/* Корзина */
.cart.page {display: none;}
.cart .dropdown {position: absolute;top: 50px;right: 0;width: 450px;margin-top: 10px;border-top: solid 2px #434b52;border-radius: 0;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);background-color: #fff;color: #777;z-index: 4;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.cart .dropdown:before {content: "";display: block;background: #fff;position: absolute;border-left: solid 2px #434b52;border-top: solid 2px #434b52;width: 19px;height: 19px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);top: -11px;right: 11px;}
.cart .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.cart .cart-content .empty {padding: 20px;text-align: center;line-height: 25px;}
.cart .cart-content .empty.hide {display: none;}
.cart .cart-content .empty a {text-decoration: underline;font-weight: bold;}
.cart .cart-content .cart-products-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.cart .cart-content .cart-products-list .item {display: flex;align-items: center;position: relative;padding: 10px 0;border-bottom: dashed 1px #e4e4e4;overflow: hidden;}
.cart .cart-content .cart-products-list .item .item-remove {display: inline-flex;z-index: 1;}
.cart .cart-content .cart-products-list .item .item-remove:hover {color: #434b52;}
.cart .cart-content .cart-products-list .item .product-image {position: relative;width: 70px;margin: 0 5px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.cart .cart-content .cart-products-list .item .product-image img {max-width: 60px;max-height: 60px;}
.cart .cart-content .cart-products-list .item .product-details {display: flex;width: 320px;position: relative;text-align: right;line-height: 1.4;vertical-align: middle;}
.cart .cart-content .cart-products-list .item .product-details .product-name {display: inline-flex;margin: 0 0 3px 0;padding-right: 10px;text-align: left;height: 36px;overflow: hidden;}
.cart .cart-content .cart-products-list .item .product-details .product-name a {display: block;font-size: 13px;}
.cart .cart-content .cart-products-list .item .product-details .product-name:hover a {color: #434b52;}
.cart .cart-content .cart-products-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: 0;left: -25px;display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #434b52;color: #fff;}
.cart .cart-content .cart-products-list .item .product-details .product-price {display: inline-flex;font-size: 15px;color: #8f8f8f;white-space: nowrap;margin-left: auto;}
.cart .cart-content .cart-products-list .item .product-details .product-price .price {font-size: 17px;font-weight: 700;color: #2e2e2e;}
.cart .cart-content .cart-products-list .item .product-details .product-price  .price:after {font-size: 13px;}
.cart .cart-content .subtotal {padding: 5px 15px 5px 0;width: 100%;color: #212b2d;}
.cart .cart-content .subtotal .label {font-size: 15px;font-weight: 600;}
.cart .cart-content .subtotal .price {font-size: 17px;}
.cart .cart-content .actions {width: 100%;text-align: center;padding-bottom: 10px;color: #fff;}
.cart .cart-content .actions .button {display: inline-block;margin: 0 5px;}
.cart .cart-content .actions .button + .button{margin-top:10px;}
/* Сравнение */
.compare.page {display: none;}
.compare:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare .dropdown {position: absolute;top: 55px;right: 0;width: 450px;margin-top: 10px;border-top: solid 2px #434b52;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);background-color: #fff;color: #777;z-index: 3;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.compare .dropdown:before {content: "";display: block;background: #fff;position: absolute;border-left: solid 2px #434b52;border-top: solid 2px #434b52;width: 19px;height: 19px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);top: -11px;right: 20px;}
.compare .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.compare .compare-content .empty {padding: 20px;text-align: center;line-height: 25px;}
.compare .compare-content .empty.hide {display: none;}
.compare .compare-content .empty a {text-decoration: underline;font-weight: bold;}
.compare .compare-content .compare-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.compare .compare-content .compare-items-list .item {display: flex;align-items: center;position: relative;padding: 10px 0;border-bottom: dashed 1px #e4e4e4;overflow: hidden;}
.compare .compare-content .compare-items-list .item .item-remove {display: inline-flex;z-index: 1;}
.compare .compare-content .compare-items-list .item .item-remove:hover {color: #434b52;}
.compare .compare-content .compare-items-list .item .product-image {position: relative;width: 70px;margin: 0 5px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.compare .compare-content .compare-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.compare .compare-content .compare-items-list .item .product-details {display: flex;width: 320px;position: relative;text-align: right;line-height: 1.4;vertical-align: middle;}
.compare .compare-content .compare-items-list .item .product-details .product-name {display: inline-flex;margin: 0 0 3px 0;padding-right: 10px;text-align: left;height: 36px;overflow: hidden;}
.compare .compare-content .compare-items-list .item .product-details .product-name a {display: block;font-size: 13px;}
.compare .compare-content .compare-items-list .item .product-details .product-name:hover a {color: #434b52;}
.compare .compare-content .compare-items-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: 0;left: -25px;display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #434b52;color: #fff;}
.compare .compare-content .compare-items-list .item .product-details .product-price {display: inline-flex;font-size: 15px;color: #8f8f8f;white-space: nowrap;margin-left: auto;}
.compare .compare-content .compare-items-list .item .product-details .product-price .price {font-size: 17px;font-weight: 700;color: #2e2e2e;}
.compare .compare-content .compare-items-list .item .product-details .product-price .price:after {font-size: 13px;}
.compare .compare-content .subtotal {padding: 5px 15px 5px 0;width: 100%;color: #212b2d;}
.compare .compare-content .subtotal .label {font-size: 15px;font-weight: 600;}
.compare .compare-content .subtotal .price {font-size: 17px;}
.compare .compare-content .actions {width: 100%;text-align: center;padding-bottom: 10px;color: #fff;}
.compare .compare-content .actions .button {display: inline-block;margin: 0 5px;}
.compare .compare-content .actions .button + .button {margin-top:10px;}
/* Избранное */
.favorites.page {display: none;}
.favorites:hover .dropdown {visibility: visible;opacity: 1;filter: alpha(opacity=100);-khtml-opacity: 1;-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);transform: translate(0);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites .dropdown {position: absolute;top: 55px;right: 0;width: 450px;margin-top: 10px;border-top: solid 2px #434b52;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);background-color: #fff;color: #777;z-index: 3;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-khtml-opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);-o-transform: translate(0, 50px);transform: translate(0, 50px);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.favorites .dropdown:before {content: "";display: block;background: #fff;position: absolute;border-left: solid 2px #434b52;border-top: solid 2px #434b52;width: 19px;height: 19px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);top: -11px;right: 20px;}
.favorites .dropdown:after {content: "";display: block;position: absolute;left: 0;top: -25px;height: 25px;width: 100%;}
.favorites .favorites-content .empty {padding: 20px;text-align: center;line-height: 25px;}
.favorites .favorites-content .empty.hide {display: none;}
.favorites .favorites-content .empty a {text-decoration: underline;font-weight: bold;}
.favorites .favorites-content .favorites-items-list {margin: 0;padding: 5px 15px 5px 15px;list-style: none;display: block;max-height: 320px;overflow-x: hidden;overflow-y: auto;}
.favorites .favorites-content .favorites-items-list .item {display: flex;align-items: center;position: relative;padding: 10px 0;border-bottom: dashed 1px #e4e4e4;overflow: hidden;}
.favorites .favorites-content .favorites-items-list .item .item-remove {display: inline-flex;z-index: 1;}
.favorites .favorites-content .favorites-items-list .item .item-remove:hover {color: #434b52;}
.favorites .favorites-content .favorites-items-list .item .product-image {position: relative;width: 70px;margin: 0 5px;padding: 0;border-radius: 0;background-color: #fff;z-index: 1;text-align: center;}
.favorites .favorites-content .favorites-items-list .item .product-image img {max-width: 60px;max-height: 60px;}
.favorites .favorites-content .favorites-items-list .item .product-details {display: flex;width: 320px;position: relative;text-align: right;line-height: 1.4;vertical-align: middle;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-name {display: inline-flex;margin: 0 0 3px 0;padding-right: 10px;text-align: left;height: 36px;overflow: hidden;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-name a {display: block;font-size: 13px;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-name:hover a {color: #434b52;}
.favorites .favorites-content .favorites-items-list .item .product-details .header-toolsAmount {position: absolute;z-index: 1;top: 0;left: -25px;display: block;min-width: 20px;padding: 0 4px;text-align: center;border-radius: 10px;background-color: #434b52;color: #fff;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-price {display: inline-flex;font-size: 15px;color: #8f8f8f;white-space: nowrap;margin-left: auto;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-price .price {font-size: 17px;font-weight: 700;color: #2e2e2e;}
.favorites .favorites-content .favorites-items-list .item .product-details .product-price .price:after {font-size: 13px;}
.favorites .favorites-content .subtotal {padding: 5px 15px 5px 0;width: 100%;color: #212b2d;}
.favorites .favorites-content .subtotal .label {font-size: 15px;font-weight: 600;}
.favorites .favorites-content .subtotal .price {font-size: 17px;}
.favorites .favorites-content .actions {width: 100%;text-align: center;padding-bottom: 10px;color: #fff;}
.favorites .favorites-content .actions .button {display: inline-block;margin: 0 5px;}
.favorites .favorites-content .actions .button + .button {margin-top:10px;}
/* Каталог в шапке */
.header-catalogMenu {z-index: 3;width: calc(100% - 30px);background-color: #fff;-webkit-transition: all .3s;transition: all .3s}
.header-catalog {z-index: 3;}
.header-catalog.zIndex {z-index: 2;}
.header-catalogBtn {width: 100%;line-height: 45px;text-align: center;color: #fff;text-transform: uppercase;border: 0;background-color: #434b52;font-size: 16px;font-family: 'Ubuntu', Arial, sans-serif;cursor: pointer;}
.header-catalogBtn:hover {background: #5586a6;}
.header-catalogBtn,.header-catalogLink {display: block;padding: 0 20px;transition: all .3s;}
.header-catalogMenuTitle {display: none}
.header-catalogLink.active,.header-catalogLink.hover,.header-catalogLink:hover {color: #434b52}
.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: "Cera Round Pro",Arial, sans-serif;line-height: 1.3;color: #434b52;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: #434b52;}
.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}
@media (max-width: 991px) {
  .header-catalogBtn {padding:0;max-width: 45px;}
  .header-catalogMenuTitle {display: block}
  .header-catalogMenuTitle a {display: block;padding: 10px 15px;font-size: 22px;font-family: 'Ubuntu', Arial, sans-serif;border-bottom: 1px solid #f3f3f3}
  .header-closeBtn {position: absolute;top: 0;right: 0;font-size: 25px;line-height: 47px;height: 47px;width: 45px;text-align: center}
  .header-catalogBtn-text {display: none;}
  .header-burger {display: block;}
  .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: #434b52}
  .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;}
}
@media (min-width: 992px) {  
  .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;font-size: 14px;}
  .header-catalogMenu {z-index: -1;}
  .header-catalogMenu,.header-loginFlyout {position: absolute;opacity: 0;visibility: hidden}
  .header-catalogMenu._visible {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);z-index: 1;}
  .header-catalogItem .header-secondArrow {display: none}
  .header-catalogItem:hover .header-catalogArrow {color: #434b52;-webkit-transform: translateX(.3rem) rotate(-90deg);transform: translateX(.3rem) rotate(-90deg)}
  .header-catalogItem.parent:hover > a.header-catalogLink:before {content: "";display: block;position: absolute;background:#fff;border-left: solid 2px #434b52;border-top: solid 2px #434b52;width: 12px;height: 12px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);top: 11px;right: -7px;z-index: 2;}
  .header-subcatalog {width: calc(300% - 7px);}
  .header-subcatalogCol {width: 33.33%;list-style: none;}
  .header-catalogMenu .header-subcatalog-third {display:none;}
  .header-catalogLink {line-height: 1.3;padding: 8px 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
}
@media (min-width: 1200px) {
  .header-subcatalog {width: 200%;}
}
/* Пункты меню*/
.header .header-sections {overflow: hidden;}
.header .header-sections.active{overflow:visible;}
.header .header-sections.active .menu-more {color: #434b52;}
.header .header-sectionsList {display: table;margin:0;padding: 0;list-style: none}
.header .header-sectionsItem {display: inline-block;vertical-align: middle;text-align: center;line-height: 40px;}
.header .header-sectionsItem.discountItem {font-weight: 600;}
.header .header-sectionsItem:first-child a {padding-left: 0;}
.header .header-sectionsLink {padding: 0 15px;height: 100%;display: block;display: flex;align-items: center;justify-content: center}
.header .header-sectionsItem.active,.header .header-sectionsItem:hover {color: #434b52;}
.header .header-sectionsLink:before,.header-sectionsName {display: inline-block;vertical-align: middle}
.menu-more {cursor:pointer;}
.header .header-sections .overflowMenu {position:absolute;background:#fff;text-align: center;padding: 5px 15px;left: 15px;right: 15px;margin: 0;top: 50px;display:none;z-index:5;}
.header .header-sections .overflowMenu.active {display:block;}
.header .header-sections .overflowMenu li:first-child a {padding-left: 0;}
.header .header-sections .overflowMenu li a {display:block;padding: 0 15px;}
@media (max-width: 991px){
  .header .header-nav {display: none}
  .header .header-sectionsList {display: block;}
  .header .header-sectionsItem {display: block;color: #fff;box-shadow: none!important;transition: background .3s ease}
  .header .header-sectionsItem.active,.header .header-sectionsItem:hover {background: #fff;}
  .header .header-sectionsItem + .header-sectionsItem {border-top: 1px solid rgba(255, 255, 255, 0.3);}
  .header .header-sections.active .menu-more {color: #fff;}
  .header .header-sections.active .menu-more:hover {color: #434b52;}
  .header .header-sectionsLink {line-height: 40px;}
  .header .header-sectionsLink:before {display: none}
  .header .header-sections .overflowMenu {background: #434b52;margin-top: -10px;border-top: none;}
  .header .header-sections .overflowMenu.active {top: 100%;padding: 0;}
}
@media (max-width: 1200px){
.header .header-sectionsLink, .header .header-sections .overflowMenu li a {padding: 0 8px;}
.header-catalogBtn {font-size: 14px;}
.header-catalogLink {font-size: 14px;}
}
/* Всплывающие блоки моб версии */
@media (max-width: 991px){
  ._header-mobile {display: none}
  .header ._header-mobile {position: absolute;z-index: 4;top: 40px;left: 0;width: 100%;padding-bottom: 15px;background-color: #434b52;background-position: bottom;background-repeat: repeat-x;}
}
@media (min-width: 992px) {
  ._header-mobile {display: flex;}
}
/**/
.header-overlay {position: fixed;z-index: 2;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}
.cat-banners {background-position: center center;background-repeat: repeat-x; }
/*** Баннеры ***/
#banners {display: inline-block;position: relative;width: 100%;}
#banners .banners-wrapper {position: relative;display: flex;flex-wrap: wrap;}
#banners .banners-left {display: flex;flex-direction: column;flex-wrap: wrap;height: 280px;}
#banners .banners-right {display: flex;flex-direction: column;flex-wrap: wrap;}
#banners .banners-right .banner {display: flex;flex-grow: 1;}
#banners .banners-right .banner:nth-child(1) {padding-bottom: 15px;}
#banners .banners-right .banner:nth-child(2) {padding-top: 15px;}
#banners .banner-image {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;position: relative;background-size: cover;background-repeat: no-repeat;}
#banners .banner-image:not(.bg):before {position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;background: #212b2d;opacity: 0.4;filter: alpha(opacity=40);-moz-transition: opacity 0.55s ease-out;-o-transition: opacity 0.55s ease-out;-webkit-transition: opacity 0.55s ease-out;transition: opacity 0.55s ease-out;}
#banners .banner-image:hover:before {opacity: 0.2;filter: alpha(opacity=20);}
#banners .banner-image .content {text-align: center;z-index:1;}
#banners .banner-image .content h3, #banners .banner-image .content h4 {color: #fff;}
#banners .banner-image .content h3 {font-size: 30px;margin-bottom: 5px;}
#banners .banner-image .content h4 {font-size: 20px;}
#banners .banner-image .content .button {margin-top: 20px;border-width: 2px;border-style: solid;border-color: #fff;color: #fff;background-color: transparent;font-size: 18px;line-height: 45px;padding: 0 35px;}
#banners .banner-image .content .button:hover {border-color: #fff;background-color: #fff;color: #555;}
#banners .banner-image.bg {background: linear-gradient(220deg, #231557 0%, #44107A 10%, #FF1361 57%, #FFF800 100%)}
@media (min-width: 1200px){
  #banners .banners-left .banner-image {background-position: center center;}
  #banners .banners-right .banner-top .banner-image {background-position: center}
}
@media (max-width: 1199px){
  #banners .banner-image .content h4 {font-size: 16px;}
}
@media (max-width: 991px){
  #banners .banner-image .content h3 {font-size: 35px;}
  #banners .banner-image .content h4 {font-size: 22px;}
  #banners .banners-left, #banners .banners-right {width: 100%;}
  #banners .banners-right {margin-bottom: 0;}
  #banners .banners-right {flex-direction: row;}
  #banners .banners-right .banner {width: 50%;height: 150px;}
  #banners .banners-right .banner:nth-child(1){padding: 4px 2px 0 0;}
  #banners .banners-right .banner:nth-child(2) {padding: 4px 0 0 2px;}
}
@media (max-width: 767px){
  #banners .banner-image .content h3 {font-size: 23px;}
  #banners .banner-image .content h4 {font-size: 20px;}
}
@media (max-width: 481px){
  #banners .banners-right .banner {width: 100%;}
  #banners .banners-right .banner:nth-child(1){padding: 0;margin: 15px 0;}
  #banners .banners-right .banner:nth-child(2) {padding: 0;}
}
/*** Преимущества ***/
#features {position: relative;background-color: #f8f8f8;background-position: center center;background-repeat: repeat-x;}
#features .features-list {display: flex;flex-wrap:wrap;padding: 30px 0 25px;justify-content: center;align-content: center;align-items: center;}
#features .main-featuresItem {display: block;color: #fff;max-height: 130px;}
#features .main-featuresInner {display: block;width: 100%;height: 130px;padding: 16px 15px;}
#features .main-featuresItem:nth-child(1) .main-featuresInner{background: #5585a6;}
#features .main-featuresItem:nth-child(2) .main-featuresInner{background: #97a4ac;}
#features .main-featuresItem:nth-child(3) .main-featuresInner{background: #ff9324;}
#features .main-featuresTitle {margin-bottom: 10px;padding-right: 40px;font-size: 17px;}
#features .main-featuresBlockText {display: flex;width: 100%;height: 50px;align-items: flex-end;}
#features .main-featuresText{min-height: 34px;}
#features .main-featuresIcon {display: block;font-size: 30px;color: #fff;margin-bottom: 4px;position: absolute;right: 30px;top: 10px;transition: all 0.3s;}
#features .main-featuresItem:hover .main-featuresIcon {-o-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);	transform: rotate(180deg);}
@media (max-width:1199px) {
  #features .main-featuresItem {margin-bottom: 4px;}
}
@media (max-width: 991px) {
  #features .features-list {padding: 0 0 25px;}
  #features .main-featuresItem:nth-child(1) {padding: 4px 2px 0 15px;}
  #features .main-featuresItem:nth-child(2) {padding: 4px 15px 0 2px;}
  #features .main-featuresItem:nth-child(3) {padding: 4px 15px 0 15px;}
}
@media (max-width:481px) {
  #features .features-list {padding: 15px 13px 0;}
  #features .main-featuresItem {margin-bottom: 15px;}
  #features .main-featuresItem:nth-child(1) {padding: 0;}
  #features .main-featuresItem:nth-child(2) {padding: 0;}
  #features .main-featuresItem:nth-child(3) {padding: 0;}
}
/*** Новости ***/
#news .block-bg {position: relative;background-color: #fff;overflow: hidden;}
#news .block-news .item {position: relative;transition: all .3s;}
#news .block-news .post-content {position: relative;background-color: #fff;background: #fff;margin: 0 auto;min-height: 210px;text-align: left;transition: all .3s;}
#news .block-title .title {box-shadow: none}
#news .block-news .title {min-height: auto;margin-bottom: 9px;border: 0}
#news .block-news .post-content a .title {display: block;overflow: hidden;line-height: 20px;font-size: 16px;color: #2a3034;margin-bottom: 5px;height: 40px;transition: all .3s;}
#news .block-news .post-content a .title:hover {color: #434b52}
#news .block-news .news-image {display: block;margin: 0 auto;width: auto;max-width: 100%;max-height: 100px;margin-bottom: 10px;}
#news .block-news .description {line-height: 1.5;font-size: 13px;padding: 0;margin-bottom: 15px;height: 40px;overflow: hidden}
#news .block-news .description > p {margin: 0}
#news .block-news .more {text-transform: uppercase;font-size: 13px;font-weight: 700}
#news .tabs-headerList {overflow-y: hidden;}
#news .tabs-headerList .tabs-headerItem {display: inline-block;position: relative;vertical-align: middle;margin-right: 16px;}
#news .tabs-headerList .tabs-headerItem h2.title {color: #98a4ac;}
#news .tabs-headerList .tabs-headerItem.active h2.title {color: #212b2d;}
#news .tabs-headerList .tabs-headerItem:last-child:after {display: none;}
#news .tabs-headerList .tabs-headerItem .tabs-headerLink {display: block;border-bottom: 1px dotted transparent;transition: all 0.3s;}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #212b2d;}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #212b2d;}
#news .tabs-body {position: relative;margin-top: 14px;}
#news .tabs-body .tabs-content {display: none}
#news .tabs-body .tabs-content.active {display: block}
.nojs #news .preloader {display: none}
.nojs #news .tabs-body .tabs-content {display: block}
/*** Подвал ***/
#footer {padding: 30px 0 0px;margin-top:40px;border-top: solid 1px #e7ecee;color: #98a4ac;background-color: #f8f8f8;font-size: 13px;}
#footer a {color: #5586a6;}
#footer a:hover {color:#434b52;}
#footer a span {color: #212b2d;}
#footer .container {position: relative;}
#footer .block {margin-bottom: 5px;}
#footer .block .title {position: relative;color: #212b2d;margin: 0px 0 10px;font-size: 18px;line-height: 1.2;font-weight: 500;}
#footer .block.collapse .title .title-navArrow {display:none;}
#footer .block .block-content {background-color: transparent;padding: 0;}
@media (min-width: 992px) {#footer .block .block-content{display:block!important;}}
@media (max-width: 991px) {
  #footer .block.collapse .title {background-color: #f3f3f3;padding: 10px;margin-bottom: 0;cursor: pointer}
  #footer .block.collapse .title .title-navArrow {display: block;width: 40px;line-height: 40px;text-align: center;position: absolute;top: 0;right: 0;-webkit-transition: -webkit-transform .15s ease-in-out;transition: -webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out;transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out}
  #footer .block.collapse .title.active .title-navArrow {-webkit-transform: rotate(-180deg);transform: rotate(-180deg)}
  #footer .block.collapse .block-content {display: none;padding: 0 10px;background-color: #fff}
  #footer .block.collapse .links li {line-height: 30px}
  #footer .block .title {background-color: #f3f3f3;padding: 10px;}
}
/* Контакты */
#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: #434b52;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: 450px;}
#footer .callbackForm .callback-input {position: relative;margin: 15px 0;}
#footer .callbackForm .input {width: 100%;height: 40px;}
#footer .callbackForm .button {position: absolute;top: 0;right: 0;display: block;background-color: #5586a6;margin: 0 auto;text-align: center;}
#footer .callbackForm .button:hover {background-color: #434b52;}
#footer .name-error,#footer  .phone-error {font-size: 13px;}
.callbackForm .pp {font-size: 10px;margin-bottom: 0;}
.pp a {text-decoration: underline;}
.pp a:hover {color: #434b52;}
/* Перезвоните мне */
.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;}
/* Нижний подвал */
#footer-bottom {width: 100%;font-size: 13px;background-color: #f8f8f8;margin-top: 0;text-align: left;padding: 20px 0 10px;overflow: hidden;}
#footer-bottom .row {display: flex;flex-wrap: wrap;}
#footer-bottom .title {position: relative;color: #212b2d;margin: 0px 0 10px;font-size: 18px;line-height: 1.2;font-weight: 500;}
#footer-bottom .block  {margin-bottom: 15px;}
@media (max-width: 991px) {
  #footer-bottom .fb-1 {order: 4;}
  #footer-bottom .fb-2 {order: 1;}
  #footer-bottom .fb-3 {order: 2;}
  #footer-bottom .fb-4 {order: 3;}
}
/* Popup окно */
.popup {text-align:center;}
.popup-title {margin-bottom: 15px;}
.modal h2 {font-size: 22px;text-align: center;}
.modal h4 {font-size: 18px;}
/* Способы оплаты */
#payment {line-height: 35px;}
#payment span {display: inline-block;vertical-align: middle;width: 40px;margin-right: 10px;cursor: pointer;}
/* Соц. сети */
.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 h1.title {font-size: 32px;word-break: break-word;}
#page-title .block-title h5.result {display: none;color: #fff;font-family: 'PT Sans Narrow', sans-serif;font-weight: 600;letter-spacing: 0.025em;}
.block-title {position:relative;}
.block-title h2.title {margin: 0;font-weight: 500;text-align: left;padding: 10px 0;font-size: 21px;}
.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: #434b52;color: #434b52}
.block-title.cart .title-tab {display: inline-block;vertical-align: middle;font-size: 20px;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;width: 115px;}
.block-title.cart .title-tab.disabled:hover {cursor: pointer;}
.block-title.cart .title-tab:nth-child(2).disabled {display: none;}
.block-title.cart .title-tab:nth-child(1).disabled:before {vertical-align: middle;content: "\f053";font-size: 14px;margin-right: 15px;font-family: "FontAwesome";font-style: normal;font-weight: normal;line-height: 1;transition: all 0.3s;}
.block-title.cart .title-tab:nth-child(1).disabled:hover:before {margin-right: 10px;}
.block-title.cart .title {padding-bottom: 10px;border-bottom: 1px solid #e4e4e4}
/*** Хлебные крошки ***/
#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;border-bottom: 1px dotted #5586a6;margin: 0 15px 0 0;}
#breadcrumbs ul li a:hover {color: #434b52; border-color: #434b52;}
#breadcrumbs ul li a i {margin-right: 5px;}
#breadcrumbs ul li strong {font-weight: 400;vertical-align: middle;}
/** Товары на главной **/
.products-container.index {margin-top: -8px;padding-top: 8px;margin-bottom: 20px;background-position: top;background-repeat: repeat-x;}
.products-container {position: relative;}
.products-container .block-title {display: flex;align-items: baseline;}
.products-container .content {width: 100%;position: relative;}
.index .products-container .item {display:none;}
.index .products-container .item:nth-child(-n+12) {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: #434b52;}
.index .products-container .link-all:hover span {margin-right:10px;}
.index .products-container .show-all {display:block;width: 100%;height:40px;line-height:40px;font-size:14px;color:#4d8ba8;background: #f3f3f3;margin-bottom:20px;text-align:center;border-radius:2px;cursor:pointer;transition: all .3s;margin-left: 15px;margin-right: 15px;}
.index .products-container .show-all:focus, .products-container .show-all:hover {text-decoration:none;background:#879dac;color:#fff;outline:0}
.index .products-container .show-all span {margin-right:5px;}
.index .products-container .item.showThis {display: inline-block;}
.nojs .index .products-container .show-all {display: none;}
.nojs .index .products-container .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 {position: relative;margin-bottom: 25px;transition: all .3s;}
.products-grid .item:hover {box-shadow: 0 2px 8px 0 rgba(4,60,130,.3);background: #fff;z-index: 10;}
.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 .owl-stage-outer .item:hover {box-shadow: none;}
.products-grid .owl-stage-outer .item:hover .item-inner {border: 1px solid #5586a6;}
.products-grid .item:hover .product-shop .attr-list {position: absolute;background: #fff;left: 0;top: 100%;width: 100%;z-index: 10;box-shadow: 0 2px 8px 0 rgba(4,60,130,.3);margin-top: 0;padding: 7px 20px 10px;height: auto;max-height: 100%;}
.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: 5px;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 {position: absolute;width: 100%;text-align: right;z-index: 1;background: rgba(255,255,255,.7);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.products-grid .item .product-ico {display:inline-block;width: 22px;height: 22px;line-height: 22px;margin: 0;font-size: 12px;color: #5586a6;z-index: 1;transition: .1s all;}
.products-grid .item .product-ico:hover,
.products-grid .item .product-ico.added {color: #434b52;}
.products-grid .item .product-ico span {display: none;}
.products-grid .item .product-ico i:before {font-size: 15px;font-style: initial;}
.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: 13px;font-weight: 400;text-transform: capitalize;height: 45px;overflow: hidden;text-overflow: ellipsis;}
.products-grid .item .product-shop .product-name a:hover {color:#434b52;}
.products-grid .item .product-shop .box-action {display: flex;justify-content: space-between;align-items: flex-start;height: 60px;position: relative;}
.products-grid .item .product-shop .price-box {display: flex;flex-flow: column;width: 100%;text-align: center;position: relative;}
.products-grid .item .product-shop .price-box .price.old-price {order: 1;}
.products-grid .item .product-shop .price-box .price.old-price > span {position: relative;padding: 0 5px;}
.products-grid .item .product-shop .ratings {margin-top:5px;}
.products-grid .item .product-shop .actions {position: static;display: flex;flex-wrap: wrap;align-items: center;}
.products-grid .item .product-shop .actions .add-cart:not(.quick), .products-grid .item .product-shop .actions .quickviewmod {background-color: #434b52;padding: 7px;color: #fff;flex-grow: 1;height: 30px;text-align: center;font-family: 'Ubuntu', Arial, sans-serif;}
.products-grid .item .product-shop .actions .add-cart:not(.quick):hover, .products-grid .item .product-shop .actions .quickviewmod:hover {background-color: #5586a6;}
.products-grid .item .product-shop .actions .add-cart.quick {display: none;width: 100%;margin-top: 5px;color: #434b52;text-decoration: underline}
.products-grid .item .product-shop .actions .add-cart.quick:hover {color: #434b52}
.products-grid .item.empty .product-shop .actions .empty {background-color: #5586a6;padding: 7px;color: #fff;font-size: 14px;text-align: center;flex-grow: 1;}
/** Товары списком **/
.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: font-family: 'Ubuntu', Arial, sans-serif;;}
.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: block;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: #434b52;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: #434b52;text-decoration: underline}
.products-list .item .product-shop .actions .add-cart.quick:hover {color: #434b52}
.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: #758e9e;z-index: 1;transition: .1s all;} 
.products-list .item .product-ico.added,.products-list .item .product-ico:hover {color: #434b52}
.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: block;vertical-align: middle;}
.actions .qty-set > a {position: absolute;top: 0;width: 30px;height: 34px;line-height: 34px;border: 1px solid #758e9e;font-size: 12px;color: #758e9e;border-radius: 0;margin: 0;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.actions .qty-set > a:hover {color: #fff;background: #434b52;}
.actions .qty-set .qty-plus {right: 1px;border-left: 0;}
.actions .qty-set .qty-minus {left: 1px;border-right: 0;}
/*** Товар ***/
.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-box .next, .thumblist-box .prev {display: none;position: absolute;top: 15px;line-height: 100px;right: 0px;margin: 0 0 0 5px;font-family: "FontAwesome";background: #fff;}
.thumblist-box .prev {float:left;left: 0px;margin: 0 5px 0 0;}
.thumblist-box .prev:before {content: "\f104";}
.thumblist-box .next:before {content: "\f105";}
.thumblist {max-width: 600px;margin: 0 auto;}
.thumblist li {display: block;float: none;margin: 0 auto;width: 100px;}
.thumblist li a {display: block;text-align: center;width: 100px;height: 100px;line-height: 100px;}
.thumblist.owl-carousel li a img {display: inline-block;margin: 0 auto;width: auto;}
.thumblist .owl-stage {margin: 0 auto;}
.product-view .product-shop {margin-bottom: 30px;overflow: hidden;}
.product-view .product-header {margin-bottom: 20px;}
.product-view .product-header .product-name {padding: 0;}
.product-view .product-header .product-name h1 {display: block;max-height: 95px;margin: 0;font-size: 24px;font-family: 'Ubuntu', Arial, sans-serif;text-transform: none;overflow: hidden;white-space: normal;text-overflow: ellipsis;}
@media (max-width:1199px) {
.product-view .product-header .product-name h1 {font-size: 21px};
}
@media (max-width:991px) {
.product-view .product-header .product-name h1 {font-size: 18px};
}
@media (max-width:481px) {
.product-view .product-toolbar {padding: 0}
.product-view .product-header .product-name h1 {font-size: 16px}
.product-view .product-name {padding-right: 20px}
}
.product-view .product-header .product-name.quick-view h1 {font-size: 20px;}
.product-view .product-toolbar-left {display: flex;padding: 0;height: 20px;}
.product-view .product-toolbar-right {padding: 0;text-align: right;}
.product-view .product-toolbar-left a {display: inline-flex;}
.product-view .product-action a {color: #5586a6;opacity: 0.7;width: 30px;height: 30px;text-align: center;line-height: 30px;font-size: 18px;padding-left: 10px;}
.product-view .product-action a:hover {opacity: 1;} 
.product-view .product-action a.added {color: #434b52}
@media (max-width:991px) {.product-view .product-action {position: absolute;right: 0;padding: 0};}
.product-view .product-toolbar {padding: 10px 0;border-top: 1px solid #dce4e9;display: flex;flex-wrap: wrap;align-items: center;}
.product-view .product-toolbar .ratings {display: inline-block;}
.product-view .product-toolbar .ratings .rating-box:before {width: 102px;height: 16px;font-size: 18px;line-height: 18px;}
.product-view .product-toolbar .goodsDataMainModificationArtNumber {display: inline-flex;white-space: nowrap;color: #849aa8;margin-left: 10px;align-items: center;}
.product-view .product-shop .short-description {padding: 5px 0 20px;font-size: 15px;font-weight: 400;line-height: 1.5;}
.product-view .product-shop .short-description-link {display: inline-block;margin-top: 10px;}
.product-view .product-shop .short-description p {margin: 0;max-height: 242px;overflow: hidden;}
.product-view .product-shop .goodsDataMainDiscountBlock {line-height: 20px;padding: 5px 0;}
.product-view .product-shop .goodsDataMainDiscountBlock i {float: left;color: #434b52;font-size: 55px;margin-right: 12px;padding: 5px 0;}
.product-view .product-shop .goodsDataMainDiscountBlock strong {color: #212b2d;}
.product-view .product-order .product-order-inner {border: 1px solid #dce4e9;padding: 20px;}
.product-view .product-order .price-box {display: flex;margin-bottom: 5px;align-items: flex-start;}
.product-view .product-order .price-box > span {display: inline-flex;}
.product-view .product-order .price-box .price {font-size: 32px;background: none;padding-left: 0;}
.product-view .product-order .price-box .price > span:after {font-size: 20px;display: inline-block;vertical-align: middle;}
.product-view .product-order .price-box .special-price {display: inline-block;margin: 0;}
.product-view .product-order .price-box .special-price> span:after {content: "\f158";display: inline-block;font-family: "FontAwesome";font-weight: 300;font-size: 80%;line-height: 1;margin-left: 5px;}
.product-view .product-order .price-box .old-price {order: 2;padding: 0 5px;height: 16px;line-height: 16px;margin: 2px;}
.product-view .product-order .price-box .old-price > span {font-size: 16px;}
.product-view .product-order .price-box .old-price > span:after {content: "\f158";display: inline-block;font-family: "FontAwesome";font-weight: 300;font-size: 75%;margin: 0 0 0 2px;}
.product-view .product-order .goodsDataMainModificationArtNumber {margin: 0 0 7px 0;font-weight: 600;color: #212b2d;}
.product-view .product-order .goodsDataMainModificationArtNumber span {display: inline-block;font-weight: normal;margin-left: 5px;text-shadow: none;color: #4DB725;}
.product-view .product-order .goodsDataForm {float: left;width: 100%;margin-top: 10px;}
.product-view .product-order .goodsDataMainModificationAvailable {display: inline-block;vertical-align: middle;white-space: nowrap;color: #849aa8;font-weight: bold;margin: 20px 0px 10px;}
.product-view .product-order .goodsDataMainModificationAvailable i {margin-right: 5px;font-size: 18px;}
.product-view .product-order .goodsDataMainModificationAvailable span {display: flex;}
.product-view .product-order .goodsDataMainModificationAvailable .available-true {color: #7cc594;}
.product-view .product-order .goodsDataMainModificationAvailable .available-many {color: #434b52;}
.product-view .product-order .goodsDataMainModificationAvailable .available-false {color: #eb3708;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {margin: 5px 0;clear:both;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty:first-child {margin-left:0;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty span {display: inline-block;margin-bottom: 3px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select {display: block;width: 100%;padding: 5px;border: 1px solid #5d7483;cursor: pointer;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select:hover {border-color: #b1bfc8;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock {display:none!important;width: 100%;max-height: 50px;overflow: hidden;border-left: 3px solid #434b52;padding: 0 0 0 15px;}
.product-view .product-order .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock div {margin: 0;}
.product-view .product-order .actions .qty-wrap {width: 100px;} 
.product-view .product-order .actions .qty-set > a {width: 30px;height: 40px;line-height: 40px;}
.product-view .product-order .actions .qty-set .qty-plus {right: 1px;}
.product-view .product-order .actions input.quantity {width: 40px;height: 40px;}
.product-view .product-order .add-to-box .goodsDataMainModificationEmpty {display: inline-block;vertical-align: middle;width: 100%;height: 38px;line-height: 36px;text-align: center;padding: 0 17px;margin: 6px 0 7px;font-size: 12px;color: #5586a6;background-color: #fff;border: 1px solid #dce4e9;text-transform: uppercase;cursor: default}
.product-view .product-order .add-to-box .add-to-cart {display: inline-block;vertical-align: middle;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 5px}
.product-view .product-order .add-to-box .add-to-cart .button {height: 40px;line-height: 38px;font-size: 14px;padding: 0 20px;vertical-align: middle;flex-grow: 1;}
.product-view .product-order .add-to-box .add-to-cart .quick {width:100%;margin-top: 10px;}
.product-view .product-order .add-to-box .add-to-cart .more {display: none;margin-top: 10px;}
.product-view .delivery-block {display: inline-block;width: 100%;font-size: 16px;font-weight: 400;color: #212b2d;line-height: 24px;border-top: solid 1px #ededed;padding-top: 15px;margin-top: 5px;}
.product-view .delivery-block .title {text-align: left;}
.product-view .delivery-block ul {padding: 0;}
.product-view .delivery-block ul li {list-style: none;font-size: 14px;margin-bottom: 10px;}
.product-view .delivery-block ul li .delivery-method-numeric {display: inline-block;margin-right: 5px;font-weight: 700;width: 30px;height: 30px;border: 4px solid #434b52;text-align: center;line-height: 22px;border-radius: 50%;}
/*Вид быстрого просмотра*/
.product-view .product-order.quick-view .price-box {margin:0;}
/* Вкладки табы */
.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: block;text-align: left;margin: 0;padding: 0;list-style: none;}
.product-tabs .tabs li {display: inline-block;background-color: transparent;border-radius: 0;padding: 0 20px;}
.product-tabs .tabs li:first-child {padding-left:0;}
.product-tabs .tabs li a {display: block;font-size: 16px;padding: 14px 0;transition: none;font-family: 'Ubuntu', Arial, sans-serif;}
.product-tabs .tabs li a.active, .product-tabs .tabs li a:hover {color: #434b52;}
.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: #434b52;}
.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;    font-family: 'Ubuntu', Arial, sans-serif;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='%23434b52' 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: #434b52;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #434b52;}
/* С этим товаром смотрят, Сопутствующие товары */
.related {padding-top: 5px;}
/*** Товары ***/
.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: #758e9e;background-color: #f8f8f8;font-size: 14px;border: 1px solid #758e9e;}
.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: #434b52;  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 #5586a6;}
.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: #758e9e;background-color: #f8f8f8;font-size: 14px;border: 1px solid #5586a6;}
.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: #434b52;}
.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: #434b52;}
.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-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 #5586a6;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: #434b52;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: 100%;z-index: 5;background: #f3f3f3;padding: 15px;-webkit-transition: all .3s linear;transition: all .3s linear;overflow: auto;}
  #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;}
}
/*** Категории ***/
.index .categories {padding-top: 20px;}
.index .categories .item {margin-bottom:20px;}
.toolbar + .categories {padding-top: 30px;}
.categories {display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;text-align: center;}
.categories .item {display: inline-block;position: relative;text-align: center;background: #fff;margin-bottom: 25px;transition: all .3s;}
.categories .item:hover {box-shadow: 0 2px 8px 0 rgba(4,60,130,.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: 45px;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.categories .item:hover .cat-name a {color: #434b52;}
 
/*** Левая часть ***/
.col-left .page-sidebar {background:#fff;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% - 28px);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: 'Open Sans', Arial, sans-serif;}
.col-left .block > .title a:hover {color: #434b52;}
@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;}
.col-left .block.catalog .content ul li {position: relative;border-bottom: solid 1px #f2f3f7;}
.index .col-left .page-sidebar .block.catalog .content:before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;opacity: 1;visibility: visible;background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(67%,#fff),color-stop(68%,#fff),to(#fff));background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 67%,#fff 68%,#fff 100%);-webkit-transition: opacity .3s;transition: opacity .3s;z-index: 1;}
.index .col-left .page-sidebar:hover .block.catalog .content:before {opacity:0; visibility: hidden;}
.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: 33px;letter-spacing: 0.01em;color: #3d5a68;padding-right: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.col-left .block.catalog .content ul li a.active, .col-left .block.catalog .content ul li a:hover {color: #434b52;}
.col-left .block.catalog .content ul li a.active {font-weight: bold;}
.col-left .block.catalog .content ul li a img {width: 30px;height: 30px;margin-right: 5px;display: none;}
.col-left .block.catalog .content ul li .open-sub {display: block;position: absolute;right: 0;top: 5px;padding: 5px;background: #fff;cursor: pointer;font-family: "FontAwesome";font-size: 18px;}
.col-left .block.catalog .content ul li .open-sub.active:before {content: "\f106";}
.col-left .block.catalog .content ul li .open-sub:hover {color: #434b52;}
.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: #758e9e;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;font-family: 'Ubuntu', Arial, sans-serif;border-bottom: 1px solid #edf1f4;margin-bottom: 15px;font-weight: 700}
}
/** Вы смотрели **/
.viewed {position: relative; overflow: visible;}
.owl-item .item {padding-left: 15px;padding-right: 15px;}
.ico-more {background: #434b52;width: 100%;top: auto;bottom: 0;-webkit-transition: all .3s;transition: all .3s;}
.viewed .item:hover .ico-more{background: #5586a6;}
.viewed .hidden {display: none;}
/* Быстрый просмотр */
.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-name h1 {white-space: nowrap;}
.fancybox-inner .product-view .product-order .add-to-box .button.quick {display: none;}
.fancybox-inner .product-view .product-order .add-to-box .more {display: inline-block;}
.fancybox-inner .product-view .product-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 .form-list.totalorder {padding-top: 0;}
.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;}
.fancybox-inner .product-view.modification .product-name {max-width: 320px;}
.fancybox-inner .product-view.modification .product-name h1 {font-size: 16px;}
/*** 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: #434b52;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 #434b52;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;}
#quickDeliveryAddress,.adress .form-list .fields {max-width:100%;width:100%;}
.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 #5586a6;}
.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;min-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: #434b52;}
.formfast-cart .cart-products-list .item .product-price {margin-left: auto;align-items: center;white-space: nowrap;}
.formfast-cart .cart-products-list .item .product-price .price {background: none;padding: 0;}
.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;}
@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: #434b52;}
.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: #758e9e;border: 1px solid #758e9e;}
.cartTable tbody tr .cart-qty .qty-set a:hover {color: #fff;background: #434b52;}
.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: #758e9e;}
.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 {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 > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #434b52;font-size: 26px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
/** Платежные системы на странице просмотра заказа **/
.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 #434b52;color: #434b52;}
.stages.active .title, .stages:hover .title {color: #434b52;}
/*** Страница Поиск ***/
.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;}#pdt-content .col-lg-3 {width: 16.66666667%;}}
@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: #434b52;-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;}
.categories {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
.step li {padding: 10px;}
.thumblist {max-width: 630px;}
.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;}
.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;}
.thumblist {max-width: 500px;}
#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:nth-child(2n){padding-left:7px;}
.products-grid .item:nth-child(2n + 1){padding-right:7px;}
.products-grid .item:hover {background: none;box-shadow: none;}
.products-grid .item:hover .item-inner {border: 1px solid #5586a6;}
.products-grid .item:hover:before {background: transparent;}
.categories .item:hover {box-shadow: none;}
.categories .item:hover .item-inner {border: 1px solid #5586a6;}
}
@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;}
.thumblist {max-width: 340px;}
.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;}
.thumblist {max-width: 220px;}
body.active .wrapper {overflow: hidden;z-index: 1;display: none;}
.header-toolsCol {margin-right:3px;}
#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: 18px;}
.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%;}
