@charset "UTF-8";
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*
 Чистка потока, добавляется к блоку родителю с
 плавающими дочерними элементами, используется с
 коркетирующим классом .__clearfix
*/
/*
  Ссылка с цветом основного текста и стилизация ховера,
  используется как самастоятелный набор настроек
*/
/*
   Ссылка с подчеркиванием без text-decoration
   @Param $border - border (solid,dashed,dotted)
   @Param $color - link&border color
   @Param $colorHover - link&border hover color
*/
/*
  Сбрасывает стандартные стили списков
*/
/*
  Сбрасывает даже не стандартные маркеры в списках
*/
/*
  Смесь работает с иконочными шрифтами,
  используется маппинг для хранения данных.
   @Param $icon - ссылка на map
*/
/*
  Настройка(базовая) размера и цвета иконки,
  для ссылок со стрелкой.
*/
/*
  Настройка параметров для треугольных элементов
*/
/*
  Центрорвание изображений
*/
/*-------------------------------------*/
/*-------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* - plugin style */
/*! jQuery UI - v1.11.4 (ui-slider,ui-autocomplete)*/
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-range {
  position: absolute;
  display: block;
}
.ui-slider .ui-slider-handle {
  display: block;
  position: absolute;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 400;
}

/*! fancyBox v2.1.5 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading {
  width: 44px;
  height: 44px;
  background: #000;
  border-radius: 3px;
}
#fancybox-loading div {
  width: inherit;
  height: inherit;
  background: url("/bundles/svarlenapp/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  transition: all 0.2s ease-out;
}
.fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
  font-family: "svarlen";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  color: #ee424f;
  border-color: #ee424f;
}

.fancybox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  line-height: 18.5px;
  cursor: pointer;
  z-index: 8040;
  border: 2px solid #000;
  box-shadow: 0 0 0 2px #fff;
}
.fancybox-close:before {
  content: "󡀋";
  font-size: 10px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/bundles/svarlenapp/images/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev span:before, .fancybox-next span:before {
  font-size: 28px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 32px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav span:before {
  display: inline-block;
  margin-top: 2px;
}

.fancybox-prev span {
  left: 10px;
}
.fancybox-prev span:before {
  content: "󡀎";
}

.fancybox-next span {
  right: 10px;
}
.fancybox-next span:before {
  content: "󡀏";
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(80, 80, 80, 0.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* drop down list plugin */
._drop-list li {
  display: none;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
@media (max-width: 768px) {
  #product-imgs {
    display: none;
  }
}
@media (max-width: 1024px) {
  .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  #product-imgs {
    display: block;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    display: flex;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #afafaf;
    border-radius: 50%;
  }
  .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 24px;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ee424f;
  }
}
/*-------------------------------------*/
/* Настройка шрифтов и иконок */
/*-------------------------------------*/
@font-face {
  font-family: "svarlen";
  src: url("/bundles/svarlenapp/fonts/svarlen.eot?v6");
  src: url("/bundles/svarlenapp/fonts/svarlen.eot?v6#iefix") format("embedded-opentype"), url("/bundles/svarlenapp/fonts/svarlen.woff?v6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=_ico-], [class*=_ico-] {
  font-family: "svarlen";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._ico-items:before {
  content: "󡀀";
}

._ico-list:before {
  content: "󡀁";
}

._ico-free-delivery:before {
  content: "󡀂";
}

._ico-sale:before {
  content: "󡀃";
}

._ico-new:before {
  content: "󡀄";
}

._ico-warehouse:before {
  content: "󡀅";
}

._ico-custom:before {
  content: "󡀆";
}

._ico-warning:before {
  content: "󡀇";
}

._ico-login:before {
  content: "󡀈";
}

._ico-location:before {
  content: "󡀉";
}

._ico-warranty:before {
  content: "󡀊";
}

._ico-close:before {
  content: "󡀋";
}

._ico-check:before {
  content: "󡀌";
}

._ico-play:before {
  content: "󡀍";
}

._ico-left-arr:before {
  content: "󡀎";
}

._ico-right-arr:before {
  content: "󡀏";
}

._ico-rub:before {
  content: "󡀐";
}

._ico-menu:before {
  content: "󡀑";
}

._ico-nav-arrow:before {
  content: "󡀒";
}

._ico-itmedia:before {
  content: "󡀓";
}

._ico-cart:before {
  content: "󡀔";
}

._ico-search:before {
  content: "󡀕";
}

._ico-plus:before {
  content: "󡀖";
}

._ico-minus:before {
  content: "󡀗";
}

._ico-clock:before {
  content: "󡀘";
}

[class^=file_]:before,
[class*=file_]:before {
  content: "";
  display: block;
  background: url("/bundles/svarlenapp/images/files.png") 0 0;
  width: 23px;
  height: 28px;
}

.file_xls:before {
  background-position: -23px 0;
}

.file_pdf:before {
  background-position: -46px 0;
}

/*-------------------------------------*/
/*-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 24px 0 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  margin-top: 0;
  font-size: 23pt;
  line-height: 1.1;
}

h2 {
  font-size: 20pt;
}

h3 {
  font-size: 17pt;
}

h4 {
  font-size: 16pt;
}

h5 {
  font-size: 15pt;
}

h6 {
  font-size: 14pt;
}

p {
  margin: 0 0 1.125em;
}

p:last-child {
  margin-bottom: 0;
}

blockquote, q {
  position: relative;
  padding: 12px 24px;
  font-family: "PT Serif", serif;
  font-style: italic;
  margin: 1.2em 32px;
  background: #f6f6f6;
  color: gray;
  border-radius: 3px;
}

b, strong {
  font-weight: 700;
  color: #171717;
}

ul, ol {
  margin: 0.7em 0 0.9em 18px;
}
ul li + li, ol li + li {
  margin-top: 0.6em;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0.5em 0 0.6em;
}

ul {
  padding-left: 15px;
  list-style: none;
}
ul > li {
  position: relative;
}
ul > li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #c6c0c0;
  top: 10px;
  left: -15px;
  border-radius: 50%;
}
ul > li:first-child {
  margin-top: 0;
}

ol {
  padding-left: 24px;
}

/*-------------------------------------*/
/*-------------------------------------*/
[class$=_row], [class*=_row] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

[class$=_row] + [class$=_row],
[class*=_row] + [class*=_row] {
  margin-top: 24px;
}

.no-gutter_row {
  margin: 0;
}
.no-gutter_row > [class^=col_] {
  padding: 0;
}

.small-gutter_row {
  margin: 0 -6px;
}
.small-gutter_row > [class^=col_] {
  padding: 0 6px;
}

.large-gutter_row {
  margin: 0 -20px;
}
.large-gutter_row > [class^=col_] {
  padding: 0 20px;
}

[class^=col_], [class*=col_] {
  padding: 0 12px;
}

.col_0 {
  width: auto;
}

.col_1 {
  width: 8.33333333%;
}

.col_2 {
  width: 16.6666666%;
}

.col_3 {
  width: 25%;
}

.col_4 {
  width: 33.3333333%;
}

.col_5 {
  width: 41.6666666667%;
}

.col_6 {
  width: 50%;
}

.col_7 {
  width: 58.3333333333%;
}

.col_8 {
  width: 66.6666666%;
}

.col_9 {
  width: 75%;
}

.col_10 {
  width: 83.3333333%;
}

.col_11 {
  width: 91.6666666667%;
}

.col_12 {
  width: 100%;
}

.col_full {
  flex: 1;
  max-width: 100%;
}

.col_side {
  width: 252px;
}

/*-------------------------------------*/
/*-------------------------------------*/
html {
  font-size: 100%;
}

body {
  background: url("/bundles/svarlenapp/images/ny-bg.jpg") 0 0 repeat;
  width: 100%;
  min-width: 320px;
}

.main_wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font: 400 12pt/17.76pt "PT Sans", sans-serif;
  color: #171717;
  background-color: #fff;
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.23);
}

._container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

._layout {
  display: flex;
}
._layout ._sidebar {
  flex: 0 0 240px;
}
._layout ._content {
  flex: 1;
  padding-left: 40px;
  max-width: 100%;
}

.three-col-layout ._content {
  padding: 0 40px;
}

a {
  color: #ee424f;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #ff6f7a;
}

img {
  max-width: 100%;
  max-height: 100%;
  font-size: 8pt;
}

[class$=_btn], [class*=_btn] {
  display: inline-block;
  padding: 7px 35px 8px;
  border: none;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  font-size: 13pt;
  background: #ee424f;
  border-radius: 3px;
  color: #fff;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
[class$=_btn]:hover, [class*=_btn]:hover {
  background: #fe4a50;
  color: #fff;
}
[class$=_btn]:active, [class*=_btn]:active {
  background: #f83b40;
  box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
}
[class$=_btn]:disabled, [class*=_btn]:disabled {
  background: #e6e6e6;
  cursor: default;
  box-shadow: none;
  color: #fff;
}

.white_btn {
  background: #fff;
  color: #171717;
}

.clear_btn {
  background: transparent;
  color: #171717;
  border: 1px solid #ee424f;
}

.middle_btn {
  padding: 12px 35px;
}

.full-width_btn {
  width: 100%;
  text-align: center;
}

.full-width_btn.catalog-header-button {
  font-size: 18pt;
  padding: 12px 35px 12px;
}
.full-width_btn.catalog-header-button span {
  line-height: 40px;
}
.full-width_btn.catalog-header-button img {
  width: 40px;
  float: right;
}

.figure_img {
  margin: 1em 0;
  line-height: 1;
}
.figure_img img {
  display: block;
}
.figure_img figcaption {
  color: #c6c0c0;
  font-style: italic;
  margin-top: 6px;
}

.alert {
  width: 100%;
  padding: 7px 0;
  color: #fff;
  font-size: 11pt;
  text-align: center;
}
.alert .close {
  display: none;
}

.alert-success {
  background: #4EBA6F;
}

.alert-danger {
  background: #F15A5A;
}

.alert-warning {
  background: #FF9F4E;
}

.alert-info {
  background: #2D95BF;
}

.svg-ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/*-------------------------------------*/
/*-------------------------------------*/
form, input, textarea,
select, .control-row {
  width: 100%;
}

form {
  margin: 24px 0;
}

input, textarea, select {
  padding: 7px 12px;
  border: 1px solid #c6c0c0;
  border-radius: 3px;
  transition: all 0.2s;
}
input:focus, textarea:focus, select:focus {
  border-color: #ee424f;
}

textarea {
  resize: none;
  min-height: 100px;
}

select {
  padding-right: 15px;
  -webkit-appearance: none;
  background: #fff url("/bundles/svarlenapp/images/form-element/select_arr.png") calc(100% - 10px) 50% no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
}

label {
  font-weight: bold;
  line-height: 1;
  font-size: 11pt;
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset + fieldset {
  margin-top: 24px;
}

._fieldset + ._fieldset {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
}

._fieldset .legend,
legend {
  font-size: 14pt;
  margin-bottom: 24px;
}

.row_wrapper + .row_wrapper,
.row_wrapper + .control-row,
.control-row + .row_wrapper,
.control-row + .control-row,
.control-submit {
  margin-top: 24px;
}

.control-row {
  display: flex;
}

.control-label {
  line-height: 1;
  width: 30%;
  padding-right: 5%;
  margin-top: 9px;
}

.control-widget {
  flex: 1;
}
.control-widget label {
  font-weight: normal;
  font-size: inherit;
  vertical-align: 2px;
}
.control-widget ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  list-style: none;
  font-size: 9pt;
  margin: 5px 0 0 3px;
}
.control-widget ul li {
  color: #c62826;
}
.control-widget ul li:before {
  display: none;
}
.control-widget ul li + li {
  margin-top: 5px;
}

.widget-child {
  line-height: 1;
}
.widget-child + .widget-child {
  margin-top: 12px;
}

.control-submit .link {
  margin-left: 24px;
}

.form_headline {
  margin: 0 0 12px;
  line-height: 1;
}

.control-description {
  color: #c6c0c0;
}

.control-label label.required:after {
  content: "*";
  position: relative;
  margin-left: 5px;
  top: -2px;
  color: #c62826;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  cursor: pointer;
  border: none;
  background: transparent;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}

input[type=file] {
  padding: 0;
  border: none;
  margin-top: 5px;
}

input[type=checkbox]:not(checked),
input[type=radio]:not(checked) {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:not(checked) + label,
input[type=radio]:not(checked) + label {
  position: relative;
  padding-left: 28px;
  margin: 0;
  display: block;
}
input[type=checkbox]:not(checked) + label:before, input[type=checkbox]:not(checked) + label:after,
input[type=radio]:not(checked) + label:before,
input[type=radio]:not(checked) + label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: inherit;
  background: #fff;
}
input[type=checkbox]:not(checked) + label:before,
input[type=radio]:not(checked) + label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c0c0;
  left: 0;
}
input[type=checkbox]:not(checked) + label:after,
input[type=radio]:not(checked) + label:after {
  transition: all 0.2s;
  opacity: 0;
}

input[type=checkbox]:not(checked) + label:before {
  border-radius: 3px;
  top: -1px;
}
input[type=checkbox]:not(checked) + label:after {
  font-family: "svarlen";
  content: "󡀌";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 6px;
  top: 5px;
  font-size: 9px;
  color: #ee424f;
}

input[type=radio]:not(checked) + label:before, input[type=radio]:not(checked) + label:after {
  border-radius: 50%;
  top: -1px;
}
input[type=radio]:not(checked) + label:after {
  width: 10px;
  height: 10px;
  background: #ee424f;
  margin-top: -5px;
  left: 5px;
  top: 9px;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  border-color: #ee424f;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: default;
  color: #c6c0c0;
  opacity: 0.7;
}
input[type=checkbox]:disabled + label:before,
input[type=radio]:disabled + label:before {
  border-color: #c6c0c0;
  opacity: inherit;
}

.range-row .control-widget {
  display: flex;
  align-items: center;
}
.range-row input {
  flex: 1;
  max-width: 95px;
}
.range-row .separator {
  width: 10px;
  height: 1px;
  margin: 0 12px;
  background: #c6c0c0;
}
.range-row .control-slider {
  margin-top: 16px;
}
.range-row .ui_slider {
  height: 4px;
  background: #e6e6e6;
  border-radius: 3px;
}
.range-row .ui_slider .ui-slider-range {
  height: 4px;
  background: #ee424f;
}
.range-row .ui_slider .ui-slider-handle {
  height: 16px;
  width: 16px;
  background: #fff;
  border: 4px solid #ee424f;
  border-radius: 50%;
  top: -7px;
  margin-left: -8px;
}

.horizontal-child-row .control-widget {
  display: flex;
  margin-left: -12px;
  margin-top: -12px;
}
.horizontal-child-row .widget-child {
  margin: 12px 0 0 12px;
}

/*-------------------------------------*/
/*-------------------------------------*/
table {
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

thead tr {
  background: #f6f6f6;
}

tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
tbody th, tbody td {
  border-top: 1px solid #e6e6e6;
}

th, td {
  padding: 6px 12px;
  font-weight: 400;
}

.features_table {
  text-align: left;
}
.features_table th, .features_table td {
  border: none;
  width: 50%;
  vertical-align: top;
}
.features_table tbody tr {
  background: none;
}
.features_table tbody tr:nth-child(2n-1) {
  background: #f6f6f6;
}
.features_table .features_table_desc {
  width: 28px;
  position: relative;
  padding-right: 0;
}
.features_table .__desc-ico {
  margin-top: 3px;
  color: #c6c0c0;
  transition: all 0.2s;
  cursor: pointer;
}
.features_table .__desc-ico svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.features_table .__desc-ico:hover {
  color: #ee424f;
}
.features_table .js-feature-desc-blk {
  position: fixed;
  top: 30%;
  left: calc(50% - 200px);
  width: 400px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  padding: 24px;
  z-index: 10000;
}
.features_table .js-feature-desc-blk .__title {
  font-size: 15pt;
  margin-bottom: 12px;
  text-align: center;
}
.features_table .js-feature-desc-blk ._ico-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  cursor: pointer;
  color: #c6c0c0;
  transition: all 0.2s;
}
.features_table .js-feature-desc-blk ._ico-close:hover {
  color: #ee424f;
}
.features_table [data-is-active] .js-feature-desc-blk {
  opacity: 1;
  visibility: visible;
}

.cart-list_table {
  text-align: right;
}
.cart-list_table th, .cart-list_table td {
  padding: 12px;
}
.cart-list_table th:first-child, .cart-list_table td:first-child {
  padding-left: 24px;
}
.cart-list_table th:last-child, .cart-list_table td:last-child {
  padding-right: 24px;
}
.cart-list_table th:first-child {
  text-align: left;
}
.cart-list_table th:nth-child(2),
.cart-list_table td:nth-child(3) {
  text-align: center;
}
.cart-list_table thead {
  color: #afafaf;
}
.cart-list_table thead tr {
  background: none;
}
.cart-list_table thead th {
  padding-top: 0;
}
.cart-list_table tbody {
  border: 1px solid #e6e6e6;
}
.cart-list_table tbody tr:nth-child(2n) {
  background: none;
}
.cart-list_table tbody td {
  width: 14%;
}
.cart-list_table tbody td:first-child {
  width: 13%;
}
.cart-list_table tbody td:nth-child(2) {
  width: 30%;
  text-align: left;
}
.cart-list_table tbody td:nth-child(3) {
  width: 15%;
}

/*-------------------------------------*/
/*
  Компаненты встречающиеся на каждом сайте.
*/
/*-------------------------------------*/
._in-stock,
._in-warehouse,
._in-reserve,
._in-custom, ._address .headline, ._main-search .ui-autocomplete .product .col_price, ._readmore, ._sorting, ._logo {
  line-height: 1;
}

._logo {
  display: block;
  background: url(/bundles/svarlenapp/images/logo.png) 0 0 no-repeat;
  width: 240px;
  height: 58px;
  background-size: contain;
}

._itmedia a {
  text-decoration: none;
}
._itmedia ._ico-itmedia {
  font-size: 13px;
}

._files {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin: 0;
}
._files li:before {
  display: none;
  position: static;
  background: none;
  width: auto;
  height: auto;
}
._files li {
  min-height: 28px;
}
._files li + li {
  margin-top: 12px;
}
._files a {
  color: #171717;
  position: relative;
  display: block;
  padding: 5px 0 0 30px;
  line-height: 1;
  min-height: inherit;
  text-decoration: none;
}
._files a:hover {
  color: #ee424f;
}
._files a:before {
  position: absolute;
  left: 0;
  top: 5px;
}
._files .size {
  margin-top: 6px;
  font-size: 10pt;
  color: #c6c0c0;
}

/*-------------------------------------*/
/* Данные настройки используются только для элементов навигации,
каждый из этих элементов имеет отдельный класс, есть исключение (*),
для "чистых" списков существут отдельные настройки */
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
.footer_nav li + li, .main_nav li + li {
  margin-left: 20px;
}

[class$=_nav] {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
[class$=_nav] li:before {
  display: none;
  position: static;
  background: none;
  width: auto;
  height: auto;
}
[class$=_nav] li {
  margin: 0;
  padding: 0;
}
[class$=_nav] a {
  text-decoration: none;
}

/* Надстройка над главным меню */
.categories_nav, .vertical_nav {
  display: block;
}

/*
 Класс для представления вертикальных списков,
 общий класс, используется например с Mosonry.js
 для организации каталога
*/
.vertical_nav li + li {
  margin-top: 10px;
}

.main_nav a {
  color: #171717;
}
.main_nav a:hover,
.main_nav .sel a {
  color: #ee424f;
}
@media (min-width: 1024px) {
  .main_nav li:last-child {
    border: 1px solid #ee424f;
  }
  .main_nav li:last-child a {
    color: #ee424f;
    font-weight: 700;
    display: block;
    padding: 10px;
  }
}

.m-main-nav-trigger {
  display: none;
}
.m-main-nav-trigger button {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s;
  color: #ee424f;
}
.m-main-nav-trigger button:hover, .m-main-nav-trigger button[data-sel] {
  color: rgb(208.7257281553, 18.7742718447, 33.1310679612);
}

.footer_nav a {
  text-decoration: underline;
}

.categories_nav li {
  position: relative;
}
.categories_nav > li {
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.categories_nav > li:hover > a {
  color: #ee424f;
}
.categories_nav > li a.button {
  padding: 20px;
  border: 1px solid #ee424f !important;
  display: flex !important;
  font-weight: 700;
  align-items: center;
}
.categories_nav > li.button.hover {
  display: list-item !important;
}
.categories_nav a {
  color: #171717;
  position: relative;
  display: block;
  padding: 0 12px 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 11pt;
}
.categories_nav a:hover {
  color: #ee424f;
}
.categories_nav a span {
  color: #c6c0c0;
  font-size: 9px;
  position: absolute;
  top: 15px;
  left: 5px;
}
.categories_nav .sub-menu {
  margin: 0;
  display: none;
}
.categories_nav .sub-menu a {
  height: auto;
  line-height: 1.4;
  padding: 6px 12px 6px 20px;
}
.categories_nav .sub-menu a span {
  top: 10px;
}
.categories_nav .sub-menu li:last-child a {
  padding-bottom: 12px;
}
.categories_nav .sel > a {
  color: #ee424f;
}
.categories_nav .open > a span {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.categories_nav .open > .sub-menu {
  display: block;
  animation: fadeInFromNone 0.5s ease-out;
}
.categories_nav .close > a span {
  transform: rotate(0deg);
}
.categories_nav .panel {
  width: 880px;
  position: absolute;
  left: 280px;
  z-index: 100;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: none;
  box-shadow: 5px 5px 30px rgba(37, 39, 43, 0.4);
}
.categories_nav .panel .list_row {
  padding: 40px;
}
.categories_nav .panel a {
  padding: 0;
  display: inline-block;
  height: auto;
  line-height: 1.4;
}
.categories_nav .panel-menu {
  padding: 0;
  margin: 0;
}
.categories_nav .panel-menu > li {
  font-weight: 700;
}
.categories_nav .panel-menu > li > a {
  color: #137fb7;
}
.categories_nav .panel-menu > li + li {
  margin-top: 24px;
}
.categories_nav .panel-menu ._total a {
  color: inherit;
}
.categories_nav .panel-menu ._total ._count {
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.categories_nav .panel-menu a:hover,
.categories_nav .panel-menu .sel {
  color: #ee424f !important;
}
.categories_nav .panel-menu li ul {
  padding: 0 0 0 6px;
  margin: 0;
}
.categories_nav .panel-menu li ul li {
  font-weight: 400;
  margin-top: 12px;
}
.categories_nav .panel-menu li ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #c6c0c0;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.categories_nav .panel_catalog {
  margin: 16px 0;
}
.categories_nav .col_product {
  background: #f6f6f6;
  padding: 40px 16px;
  width: 280px;
  position: relative;
}
.categories_nav .col_product ._ico-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  color: #ee424f;
  cursor: pointer;
  width: 22px;
  height: 22px;
  line-height: 24px;
  border: 2px solid #ee424f;
  border-radius: 50%;
  text-align: center;
  box-sizing: content-box;
  transition: all 0.2s ease-out;
}
.categories_nav .col_product ._ico-close:before {
  margin-left: 1px;
}
.categories_nav .col_product ._ico-close:hover {
  color: rgb(232.1213592233, 20.8786407767, 36.8446601942);
  border-color: rgb(232.1213592233, 20.8786407767, 36.8446601942);
}
.categories_nav .col_product .num {
  color: #afafaf;
  font-size: 11pt;
  display: none;
}
.categories_nav .col_product .num,
.categories_nav .col_product ._readmore {
  display: none;
}
.categories_nav .hover {
  display: flex;
}
.categories_nav .hover .panel, .categories_nav .hover .button {
  display: block;
}
.categories_nav .hover .before,
.categories_nav .hover .after {
  content: "";
  display: block;
  height: 41px;
  position: absolute;
  top: -1px;
  z-index: 1000;
  background: #fff;
}
.categories_nav .hover .after {
  width: 41px;
  right: -41px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.categories_nav .hover .before {
  width: 12px;
  left: -12px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 0;
}

.breadcrumbs_nav {
  margin-bottom: 12px;
  flex-wrap: wrap;
  margin-top: -5px;
}
.breadcrumbs_nav li {
  margin-top: 5px !important;
}
.breadcrumbs_nav li + li {
  margin-left: 0;
}
.breadcrumbs_nav li + li:before {
  font-family: "svarlen";
  content: "󡀒";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0 8px;
  color: #c6c0c0;
  font-size: 8px;
}
.breadcrumbs_nav a {
  color: #171717;
  font-size: 10.5pt;
  text-decoration: none;
  color: #137fb7;
}
.breadcrumbs_nav a:hover {
  color: #ee424f;
}
.breadcrumbs_nav a:hover,
.breadcrumbs_nav .sel {
  color: #ee424f;
}

.dots_nav li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.dots_nav li + li {
  margin-left: 12px;
}
.dots_nav li:hover,
.dots_nav .sel {
  background: #ee424f;
}

.sorting_nav li + li {
  margin-left: 10px;
}
.sorting_nav span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  opacity: 0;
  margin-left: 6px;
  vertical-align: 2px;
}
.sorting_nav a {
  color: #171717;
  border-bottom: 1px dashed #171717;
  text-decoration: none;
}
.sorting_nav a:hover {
  color: #ee424f;
  border-color: #ee424f;
}
.sorting_nav .asc + span,
.sorting_nav .desc + span {
  opacity: 1;
}
.sorting_nav .desc + span {
  border-width: 4px 4px 0 4px;
  border-color: #ee424f transparent transparent transparent;
}
.sorting_nav .asc + span {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #ee424f transparent;
}

.pagination_nav a {
  display: block;
  min-width: 24px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #171717;
  text-align: center;
}
.pagination_nav a:hover {
  color: #ee424f;
}
.pagination_nav .sel a {
  background: #1f2545;
  color: #fff;
}

.tabs_nav {
  margin-left: 1px;
}
.tabs_nav li {
  height: 40px;
  line-height: 39px;
  margin-left: -1px;
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.tabs_nav li:first-child {
  border-radius: 3px 0 0 3px;
}
.tabs_nav li:last-child {
  border-radius: 0 3px 3px 0;
}
.tabs_nav li.sel, .tabs_nav li:hover {
  background: #1f2545;
  border-color: #1f2545;
  position: relative;
  z-index: 100;
  color: #fff;
}

/*-------------------------------------*/
/* Настройки для модулей, превью итд */
/*-------------------------------------*/
[class$=_preview], [class*=_preview] {
  position: relative;
  outline: 1px solid #e6e6e6;
  transition: all 0.2s;
  line-height: 1.2;
  padding: 12px;
  background: #fff;
}
[class$=_preview] .item + .item, [class*=_preview] .item + .item {
  margin-top: 12px;
}
[class$=_preview] .image, [class*=_preview] .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class$=_preview] .headline, [class*=_preview] .headline {
  color: #171717;
  font-size: 11pt;
}
[class$=_preview] .headline a, [class*=_preview] .headline a {
  text-decoration: none;
}
[class$=_preview] img, [class*=_preview] img {
  display: block;
}
[class$=_preview]:hover, [class*=_preview]:hover {
  outline-color: #ee424f;
  box-shadow: 0 0 15px rgba(100, 21, 96, 0.51);
  z-index: 98;
}
[class$=_preview] .price, [class*=_preview] .price {
  font-weight: 700;
  font-size: 14pt;
}

.product_preview {
  width: calc(100% + 2px);
}
.product_preview .image {
  height: 130px;
}
.product_preview .image img {
  max-height: 130px;
}
.product_preview .summary .item:first-child {
  min-height: 53px;
  height: 53px;
  white-space: normal;
  overflow: hidden;
  transition: all 0.1s;
}
.product_preview:hover {
  position: absolute;
  left: 0;
  top: 0;
}
.product_preview:hover .summary .item:first-child {
  height: auto;
}
.product_preview.more_products {
  height: 332px;
  border-color: #ee424f;
}
.product_preview.more_products a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  text-decoration: none;
  color: #ee424f;
  flex-direction: column;
  font-weight: bold;
}
.product_preview.more_products a span {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background: #ee424f;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.1s;
}
.product_preview.more_products a span:before, .product_preview.more_products a span:after {
  content: "";
  display: block;
  position: absolute;
}
.product_preview.more_products a span:after {
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}
.product_preview.more_products a span:before {
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -3px;
  left: -3px;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation: puls 2s infinite;
}
.product_preview.more_products a:hover span {
  transform: scale(1.1);
}

@keyframes puls {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.c-product__preview .image {
  width: 200px;
  position: relative;
  height: 130px;
  text-decoration: none;
  margin: 0 auto 12px;
  max-width: 100%;
}
.c-product__preview .image img {
  max-height: 130px;
}
.c-product__preview .marks {
  position: absolute;
  left: -12px;
  top: 0;
}
.c-product__preview .delivery {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  font-size: 9pt;
  text-align: center;
}
.c-product__preview .delivery span {
  background: #43A047;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  display: block;
}
.c-product__preview .code {
  font-size: 10.5pt;
  color: #afafaf;
  margin-bottom: 5px;
  display: none;
}
.c-product__preview .headline,
.c-product__preview .price {
  overflow: hidden;
}
.c-product__preview .headline {
  display: block;
  line-height: 1.3;
  height: 57px;
  min-height: 57px;
}
.c-product__preview .headline a {
  color: #171717;
}
.c-product__preview .headline a:hover {
  color: #ee424f;
}
.c-product__preview .features {
  margin-top: 9px;
}
.c-product__preview .features .sector-one {
  display: none;
}
.c-product__preview .table {
  font-size: 9.5pt;
  margin: -5px 0 0 -5px;
  color: #696969;
}
.c-product__preview .table .row > * {
  display: inline-block;
  padding: 5px;
}
.c-product__preview .table .row:nth-child(2n) {
  background: #f6f6f6;
}
.c-product__preview .table .row a {
  color: #171717;
}
.c-product__preview .table .row a:hover {
  color: #ee424f;
}
.c-product__preview .price {
  font-weight: normal;
  height: 22px;
}
.c-product__preview .price .price_base {
  font-size: 14pt;
  font-weight: bold;
  color: #1f2545;
}
.c-product__preview .price .price_saving {
  color: #e53935;
  font-size: 9.5pt;
  margin-top: 3px;
}
.c-product__preview .price .price_saving span {
  font-size: 8pt;
}
.c-product__preview .price .price_old {
  margin-top: 3px;
  text-decoration: line-through;
  font-size: 11pt;
}
.c-product__preview .elem-actions {
  margin-top: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-product__preview .in-stock {
  font-size: 10pt;
  margin-top: 10px;
  flex: 1 1 100%;
}
.c-product__preview .in-stock ._in-stock, .c-product__preview .in-stock ._in-custom, .c-product__preview .in-stock ._in-warehouse {
  padding-left: 20px;
  padding-top: 1px;
}
.c-product__preview .__btn {
  font-size: 10pt;
  padding: 6px 15px 7px;
}
.c-product__preview ._compare {
  margin-left: 12px;
}
.c-product__preview .compare {
  font-size: 10pt;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.c-product__preview .compare[data-status=selected] {
  color: #afafaf;
}

[data-view=tile] .c-product__preview {
  width: 100%;
}
[data-view=tile] .c-product__preview:hover {
  position: absolute;
  left: 0;
  top: 0;
}
[data-view=tile] .c-product__preview:hover .headline,
[data-view=tile] .c-product__preview:hover .price {
  height: auto;
}

[data-view=list] .c-product__preview {
  display: flex;
}
[data-view=list] .c-product__preview .headline {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
[data-view=list] .c-product__preview .code {
  display: block;
}
[data-view=list] .c-product__preview .summary {
  flex: 1;
  margin-left: 12px;
}
[data-view=list] .c-product__preview .features {
  display: flex;
}
[data-view=list] .c-product__preview .features .sector-one {
  display: block;
  flex: 1;
}
[data-view=list] .c-product__preview .features .sector-two {
  width: 200px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #e6e6e6;
}
[data-view=list] .c-product__preview .price {
  padding: 5px 10px;
  background: #f6f6f6;
  height: auto;
}

.product-x2_preview {
  display: flex;
}
.product-x2_preview .image {
  width: 60%;
  height: auto;
}
.product-x2_preview .summary {
  flex: 1;
  align-self: flex-end;
}

.product-x4_preview {
  padding: 24px;
}
.product-x4_preview .headline {
  font-size: 24pt;
}
.product-x4_preview .summary {
  margin-top: 32px;
}

.product-h_preview {
  display: flex;
}
.product-h_preview .summary {
  flex: 1;
  margin: 0 0 0 12px;
  padding-top: 0;
}

.category-x4_preview .headline, .category_preview .headline {
  text-align: center;
  font-weight: 700;
  display: block;
}

.category_preview {
  height: 240px;
}
.category_preview .image {
  height: 150px;
  margin: 0 auto 12px;
}

.category-x4_preview {
  padding: 32px;
  height: 479px;
}
.category-x4_preview .summary {
  padding-top: 32px;
}
.category-x4_preview .headline {
  font-size: 15.5pt;
}
.category-x4_preview .image {
  height: 340px;
}

.brand_preview {
  padding: 0;
}
.brand_preview .image {
  padding: 12px;
  height: 120px;
}

[class$=_module] .image, [class*=_module] .image {
  position: relative;
}
[class$=_module] .image a, [class$=_module] .image img, [class*=_module] .image a, [class*=_module] .image img {
  display: block;
}
[class$=_module] .image img, [class*=_module] .image img {
  width: 100%;
}
[class$=_module] .summary, [class*=_module] .summary {
  margin-top: 16px;
}
[class$=_module] .item + .item, [class*=_module] .item + .item {
  margin-top: 9px;
}
[class$=_module] .headline, [class*=_module] .headline {
  color: #171717;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  font-size: 13pt;
}
[class$=_module] .headline:hover, [class*=_module] .headline:hover {
  color: #ee424f;
}
[class$=_module] ._readmore a, [class*=_module] ._readmore a {
  text-decoration: none;
}

.article_module ._ico-play,
.video_module ._ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.9;
  margin-top: -24px;
  margin-left: -24px;
  text-decoration: none;
}

.c-news__module .description {
  font-size: 10.5pt;
  line-height: 1.3;
}
.c-news__module ._readmore {
  font-size: 11pt;
}
.c-news__module ._readmore a {
  color: #afafaf;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
._main-phone {
  color: #171717;
}
._main-phone:hover {
  color: #ee424f;
}

._warranty, ._address .content, ._in-stock,
._in-warehouse,
._in-reserve,
._in-custom {
  position: relative;
  padding-left: 24px;
}
._warranty span, ._address .content span, ._in-stock span,
._in-warehouse span,
._in-reserve span,
._in-custom span {
  position: absolute;
  top: 0;
  left: 0;
}

._reset-link {
  color: #171717;
  border-bottom: 1px solid #171717;
  text-decoration: none;
  position: relative;
  margin-right: 24px;
  display: inline-block;
  line-height: 1;
}
._reset-link:hover {
  color: #ee424f;
  border-color: #ee424f;
}
._reset-link span {
  position: absolute;
  top: 6px;
  right: -15px;
  color: #c6c0c0;
  font-size: 9px;
}

._in-stock span,
._in-warehouse span,
._in-reserve span,
._in-custom span {
  font-size: 15px;
}
._in-stock span:before,
._in-warehouse span:before,
._in-reserve span:before,
._in-custom span:before {
  margin-left: 0;
}

._in-stock {
  color: #25ae17;
}
._in-stock span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 15px;
  color: #fff;
  background: #25ae17;
  text-align: center;
  font-size: 6px;
}

._in-warehouse {
  color: #F78E0C;
}

._in-reserve {
  color: #137fb7;
}
._in-reserve span {
  font-size: 14px;
}

._in-custom {
  color: #cc1f32;
}
._in-custom span {
  font-size: 16px;
}

._delete {
  text-decoration: none;
  color: #afafaf;
  display: inline-block;
}
._delete span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #afafaf;
  line-height: 18px;
  font-size: 6px;
  text-align: center;
  vertical-align: 2px;
}
._delete:hover span {
  border-color: #ee424f;
}

._address .headline {
  font-size: 15.5pt;
}
._address .content {
  margin-top: 12px;
}
._address .content p {
  line-height: 1.2;
  margin: 0;
}
._address .content p + p {
  margin-top: 6px;
}
._address .content span {
  color: #ee424f;
  font-size: 20px;
  top: 2px;
}

._warranty span {
  font-size: 18px;
  color: #1f2545;
}

._selected-num {
  padding: 0 12px;
  color: #fff;
  background: #ee424f;
  border-radius: 3px 0 0 3px;
  position: relative;
  margin-right: 14px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 0 24px rgba(37, 25, 25, 0.4);
}
._selected-num:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-width: 17px 0 17px 14px;
  border-color: transparent transparent transparent #cc1f32;
  position: absolute;
  top: 0;
  right: -14px;
}

._counter {
  display: flex;
  justify-content: center;
  margin-left: 1px;
}
._counter > * {
  margin-left: -1px;
}
._counter [class^=_ico] {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c0c0;
  color: #afafaf;
  transition: all 0.2s;
}
._counter [class^=_ico]:hover {
  background: #ee424f;
  border-color: #ee424f;
  color: #fff;
  z-index: 100;
}
._counter ._ico-plus {
  border-radius: 0 3px 3px 0;
}
._counter ._ico-minus {
  border-radius: 3px 0 0 3px;
}
._counter input {
  padding: 0 5px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 40px;
  border-radius: 0;
}
._counter input:focus {
  z-index: 100;
}

._main-phone {
  text-decoration: none;
}
._main-phone .phone {
  font-size: 15.5pt;
  font-weight: 700;
  vertical-align: 1px;
}

._call-me {
  color: #afafaf;
  border-bottom: 1px dashed #afafaf;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
._call-me:hover {
  color: #ee424f;
  border-color: #ee424f;
}
._call-me:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -1px;
  width: 1px;
  height: 22px;
  background: #c6c0c0;
}

.c-working-time {
  font-size: 11pt;
}

._main-search {
  position: relative;
}
._main-search .col_full {
  position: relative;
}
._main-search .col_full ._ico-search {
  color: #ee424f;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -11px;
}
._main-search form {
  margin: 0;
}
._main-search input {
  padding: 0 24px 0 40px;
  height: 42px;
  line-height: 42px;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
._main-search ._btn {
  padding: 0 35px;
  height: 42px;
  line-height: 42px;
  border-radius: 0 3px 3px 0;
}
._main-search ._btn ._ico-search {
  display: none;
}
._main-search .ui-autocomplete {
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(37, 39, 43, 0.4);
  list-style: none;
}
._main-search .ui-autocomplete li:before {
  display: none;
}
._main-search .ui-autocomplete a {
  font-size: 11pt;
  color: #171717;
  text-decoration: none;
  position: relative;
  display: block;
  cursor: pointer;
}
._main-search .ui-autocomplete a:hover {
  color: #ee424f;
}
._main-search .ui-autocomplete .category + .category {
  margin-top: 16px;
}
._main-search .ui-autocomplete .category + .product {
  margin-top: 40px;
}
._main-search .ui-autocomplete .category a {
  padding-left: 20px;
  line-height: 1;
}
._main-search .ui-autocomplete .category a ._ico-nav-arrow {
  color: #c6c0c0;
  font-size: 9px;
  position: absolute;
  top: 2px;
  left: 2px;
}
._main-search .ui-autocomplete .category a .total {
  margin-left: 6px;
  color: #c6c0c0;
}
._main-search .ui-autocomplete .category.category-total a {
  padding: 0;
  text-decoration: underline;
}
._main-search .ui-autocomplete .category.category-total ._ico-nav-arrow {
  display: none;
}
._main-search .ui-autocomplete .product + .product {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
}
._main-search .ui-autocomplete .product .col_image {
  width: 70px;
}
._main-search .ui-autocomplete .product .col_price {
  width: 120px;
  text-align: right;
  font-weight: 700;
  font-size: 12pt;
}
._main-search .ui-autocomplete .product .col_price span {
  font-size: 12px;
  margin-left: 6px;
}
._main-search .ui-autocomplete .product .description {
  display: block;
}
._main-search .ui-autocomplete .search-total {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s;
}
._main-search .ui-autocomplete .search-total:hover {
  color: #ee424f;
}

.m-main-search-trigger {
  display: none;
  color: #ee424f;
  font-size: 22px;
  text-align: right;
}
.m-main-search-trigger [data-sel] {
  color: rgb(208.7257281553, 18.7742718447, 33.1310679612);
}

._main-cart a {
  display: block;
  position: relative;
  color: #171717;
  text-decoration: none;
}
._main-cart ._ico-cart {
  color: #ee424f;
  font-size: 22px;
}
._main-cart span {
  vertical-align: middle;
}
._main-cart span + span {
  margin-left: 12px;
}
._main-cart .num {
  padding-right: 12px;
  border-right: 1px solid #c6c0c0;
}

[class$=_catalog] ._row + ._row, [class$=_catalog] ._row, [class*=_catalog] ._row + ._row, [class*=_catalog] ._row {
  margin: 0;
}
[class$=_catalog] ._row > [class^=col_],
[class$=_catalog] ._row > [class*=col_], [class*=_catalog] ._row > [class^=col_],
[class*=_catalog] ._row > [class*=col_] {
  padding: 0;
}

.product_catalog .product {
  position: relative;
}

.product_catalog[data-view=tile] {
  display: flex;
  flex-wrap: wrap;
}
.product_catalog[data-view=tile] .product {
  position: relative;
  width: 33.333%;
}

.product_catalog[data-view=tile][data-row-count="4"] .product {
  width: 25%;
}

._readmore a {
  color: #171717;
}
._readmore a:hover {
  color: #ee424f;
}
._readmore a:hover + span {
  color: #ee424f;
}
._readmore span {
  font-size: 9px;
  margin-left: 12px;
  color: #c6c0c0;
  vertical-align: 0;
}

._discount-price {
  position: relative;
  background: #ffe025;
  display: inline-block;
  padding: 6px 16px 6px 10px;
}
._discount-price .price {
  font-size: 14pt;
  font-weight: 700;
}
._discount-price .price span {
  font-size: 14px;
}
._discount-price .old-price {
  margin-top: 3px;
  line-height: 1;
  color: #d4765c;
  text-decoration: line-through;
  font-size: 11pt;
}
._discount-price .old-price span {
  font-size: 12px;
  vertical-align: 1px;
}
._discount-price:before, ._discount-price:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
._discount-price:before {
  border-width: 0 12px 12px 0;
  border-color: transparent #fff transparent transparent;
}
._discount-price:after {
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #ee424f;
}

._sorting {
  padding: 10px 12px;
  background: #f6f6f6;
}
._sorting select {
  padding: 0 30px 0 12px;
  height: 26px;
  line-height: 24px;
  font-size: 10.5pt;
}
._sorting select:focus {
  border-color: #1f2545;
}
._sorting label {
  font-size: 10.5pt;
  margin-top: 6px;
  font-weight: normal;
  display: inline-block;
}
._sorting .c-cat-view-switch {
  text-align: right;
}

._warning {
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #cc1f32;
  color: #cc1f32;
}

.marks span {
  display: block;
  font-size: 9pt;
  color: #fff;
  padding: 2px 10px;
  border-radius: 0 10px 10px 0;
}
.marks span + span {
  margin-top: 5px;
}
.marks .hot {
  background: #D32F2F;
}
.marks .sale {
  background: #fb8c00;
}

.c-cat-view-switch span {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #c6c0c0;
  background: #fff;
  color: #c6c0c0;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.c-cat-view-switch span:before {
  margin-left: 1px;
}
.c-cat-view-switch span:hover, .c-cat-view-switch span[data-state=active] {
  color: #1f2545;
  border-color: #1f2545;
}
.c-cat-view-switch span + span {
  margin-left: 5px;
}

.c-sale {
  position: relative;
  display: block;
}
.c-sale .title {
  width: 100%;
  left: 0;
  bottom: 15px;
  text-align: center;
  position: absolute;
  font-size: 14pt;
  padding: 10px;
  color: #fcfcfc;
  letter-spacing: 0.5px;
}

.c-note__cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background: #66bc47;
  z-index: 10000;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.c-note__cart ._content-wrap {
  position: relative;
  display: inline-block;
  padding: 12px 13px 12px 45px;
}
.c-note__cart ._ico-cart {
  position: absolute;
  top: 8px;
  left: 13px;
  font-size: 24px;
}

.c-compare {
  text-decoration: none;
}
.c-compare svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.c-compare ._trigger {
  color: #171717;
  margin-left: 6px;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
.checkout-cart_blk, .cart-list_blk .total, .blk_headline {
  line-height: 1;
}

article + article,
[class$=_blk] + [class$=_blk],
[class*=_blk] + [class*=_blk] {
  margin-top: 32px;
}

.aside__blk + .aside__blk {
  padding-top: 32px;
  border-top: 1px solid #e6e6e6;
}

.aside__blk .suite_category h3 {
  font-size: 14pt;
  background-color: #25ae17;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 3px;
}
.aside__blk .suite_category a[class$=_btn] {
  display: block;
  border-radius: 3px;
  outline: 1px solid #e6e6e6;
  background: white;
  color: #ee424f;
  margin: 5px 0;
  padding: 7px 35px 8px;
  box-shadow: none;
}
.aside__blk .suite_category a[class$=_btn]:hover {
  background: transparent;
  color: #ee424f;
  box-shadow: 0 0 10px rgba(100, 21, 96, 0.61);
}

.blk_headline {
  margin-bottom: 20px;
  font-size: 17pt;
  font-weight: 700;
}
.blk_headline a {
  text-decoration: none;
  color: #171717;
}
.blk_headline a:hover {
  color: #1f2545;
}
.blk_headline span {
  vertical-align: 1px;
  font-size: 12px;
}

.blk_head {
  margin-bottom: 24px;
}

.foot-desc_blk {
  line-height: 1.4;
}

.foot-phone_blk {
  font-weight: 700;
  font-size: 14pt;
}

.foot-address_blk a {
  display: inline-block;
  margin-bottom: 12px;
}

.categories-menu_blk {
  position: relative;
  width: calc(100% + 41px);
  padding-right: 41px;
  z-index: 400;
}
.categories-menu_blk ._btn {
  width: 100%;
  border-radius: 3px 3px 0 0;
  padding: 10px 16px;
  font-size: 15.5pt;
}
.categories-menu_blk ._btn span {
  font-size: 13px;
  margin-right: 12px;
}
.categories-menu_blk .blk_head {
  margin: 0;
}

.slider_blk {
  position: relative;
  height: 260px;
  line-height: 1.1;
  color: #fff;
}
.slider_blk .slider,
.slider_blk .slide {
  height: inherit;
}
.slider_blk .slide {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 32px;
  background: 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 100;
  transition: all 500ms ease-in-out;
}
.slider_blk .active {
  opacity: 1;
  z-index: 200;
}
.slider_blk .summary {
  max-width: 500px;
}
.slider_blk .item + .item {
  margin-top: 12px;
}
.slider_blk .headline {
  font-size: 29pt;
  font-weight: 700;
}
.slider_blk .pre-headline-text,
.slider_blk .post-headline-text {
  font-size: 14pt;
}
.slider_blk .price {
  font-size: 17pt;
  font-weight: 700;
}
.slider_blk .price .old {
  margin-right: 24px;
  text-decoration: line-through;
}
.slider_blk .white_btn {
  padding: 8px 12px;
  font-size: 11pt;
}
.slider_blk .white_btn span {
  font-size: 10px;
  margin-left: 12px;
}
.slider_blk .slider-navigation span {
  position: absolute;
  font-size: 30px;
  top: 50%;
  margin-top: -15px;
  color: #171717;
  background: #fff;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider_blk .slider-navigation span:hover {
  color: #ee424f;
}
.slider_blk .slider-navigation ._ico-left-arr {
  left: -15px;
}
.slider_blk .slider-navigation ._ico-right-arr {
  right: -15px;
}
.slider_blk .slider-navigation.hover span {
  opacity: 1;
}
.slider_blk .dots_nav {
  position: absolute;
  left: 32px;
  bottom: 24px;
  z-index: 300;
}

.other-articles_blk {
  padding: 16px;
  border: 1px solid #e6e6e6;
}
.other-articles_blk .vertical_nav li + li {
  margin-top: 24px;
}
.other-articles_blk a {
  color: #171717;
  text-decoration: underline;
  line-height: 1.2;
}
.other-articles_blk a:hover {
  color: #ee424f;
}
.other-articles_blk a:hover + span {
  color: #ee424f;
}
.other-articles_blk span {
  color: #c6c0c0;
  font-size: 9px;
  margin-left: 6px;
}

.related-products_blk [class^=col_], .related-products_blk [class*=col_] {
  position: relative;
}
.related-products_blk .item + .item {
  margin-top: 6px;
}
.related-products_blk .small-gutter_row {
  align-items: center;
}
.related-products_blk .price {
  font-size: 13pt;
}
.related-products_blk .price span {
  font-size: 13px;
}
.related-products_blk .not-price {
  line-height: 1;
  font-weight: bold;
  font-size: 11pt;
}
.related-products_blk .not-price span {
  font-size: 13px;
}
.related-products_blk .simple-price {
  height: 47px;
  display: flex;
  align-items: center;
}

.recommended_blk .blk_head {
  margin: 0;
}
.recommended_blk .blk-body {
  padding: 12px;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
}
.recommended_blk .products {
  display: flex;
}
.recommended_blk .tabs_nav {
  margin: 0;
}
.recommended_blk .tabs_nav li {
  height: auto;
  line-height: 1;
  margin-left: 0;
  font-size: 12pt;
  font-weight: 700;
  padding: 12px;
  border-radius: 3px 3px 0 0;
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  color: #afafaf;
}
.recommended_blk .tabs_nav li + li {
  left: -6px;
}
.recommended_blk .tabs_nav li:hover {
  color: #ee424f;
}
.recommended_blk .tabs_nav li.sel {
  color: #ee424f;
  border-bottom: #fff;
  background-color: #fff;
}
.recommended_blk [data-view=tile] .product {
  position: relative;
  width: 20%;
}
.recommended_blk [data-view=tile] .product .c-product__preview {
  min-height: 256px;
}
.recommended_blk [data-view=tile] .product .c-product__preview .image {
  width: 155px;
  height: 120px;
  max-width: 100%;
}
.recommended_blk [data-view=tile] .product .c-product__preview .image img {
  max-height: 120px;
}

.pop-categories_blk .category_preview {
  height: 240px;
}

.accessories_blk .product-h_preview {
  padding: 0;
  height: 105px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.accessories_blk .image {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.accessories_blk .headline {
  color: #fff;
}
.accessories_blk .headline:hover {
  color: #fff;
}
.accessories_blk .price {
  padding: 4px 10px 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: -5px;
  font-size: 13pt;
  background: #ce4646;
}
.accessories_blk .price span {
  font-size: 13px;
}
.accessories_blk .summary {
  padding-top: 16px;
}
.accessories_blk .col_4:nth-child(1) .product-h_preview {
  background: #9b59b6;
}
.accessories_blk .col_4:nth-child(1) .product-h_preview .image {
  width: 48%;
  justify-content: flex-start;
}
.accessories_blk .col_4:nth-child(1) .product-h_preview .summary {
  margin-right: 30px;
}
.accessories_blk .col_4:nth-child(2) .product-h_preview {
  background: #e67e22;
}
.accessories_blk .col_4:nth-child(2) .product-h_preview .image {
  width: 60%;
}
.accessories_blk .col_4:nth-child(2) .product-h_preview .summary {
  margin-left: 20px;
}
.accessories_blk .col_4:nth-child(3) .product-h_preview {
  background: #1abc9c;
}
.accessories_blk .col_4:nth-child(3) .product-h_preview .image {
  align-items: flex-start;
}
.accessories_blk .col_4:nth-child(3) .product-h_preview .summary {
  margin-left: 24px;
}

.panel_catalog .product-h_preview,
.viewed-products_blk .product-h_preview {
  padding: 12px;
}
.panel_catalog .image,
.viewed-products_blk .image {
  height: 80px;
  width: 40%;
}
.panel_catalog img,
.viewed-products_blk img {
  max-height: 80px;
}
.panel_catalog .price,
.viewed-products_blk .price {
  font-size: 12pt;
}
.panel_catalog .price span,
.viewed-products_blk .price span {
  font-size: 12px;
}

.pagination_blk .large-gutter_row {
  align-items: center;
}
.pagination_blk .pages a {
  color: #171717;
  text-decoration: none;
}
.pagination_blk .pages a:hover {
  color: #ee424f;
}
.pagination_blk .pages ._ico-nav-arrow {
  color: #c6c0c0;
  font-size: 9px;
  display: inline-block;
}
.pagination_blk .pages .separator {
  display: inline-block;
  margin: 0 12px;
  height: 15px;
  width: 1px;
  background: #c6c0c0;
  vertical-align: -2px;
}
.pagination_blk .pages .next span {
  margin-left: 6px;
}
.pagination_blk .pages .prev span {
  margin-right: 6px;
  transform: rotate(180deg);
  vertical-align: 2px;
}

.filter_blk {
  position: relative;
  transition: all 0.2s;
  z-index: 99;
}
.filter_blk .blk_headline {
  padding: 7px 12px;
  border: none;
  line-height: 1;
  font-size: 12pt;
  background: #ee424f;
  border-radius: 3px 3px 0 0;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.filter_blk .blk_body {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.filter_blk .blk_foot ._reset-link {
  margin: 0;
}
.filter_blk form {
  margin: 0;
}
.filter_blk .control-row {
  display: block;
}
.filter_blk .control-row:first-child .control-label {
  margin-top: 0;
}
.filter_blk .control-label,
.filter_blk .control-widget {
  width: 100%;
}
.filter_blk .control-label {
  margin-bottom: 16px;
}
.filter_blk .num {
  color: #c6c0c0;
  font-size: 10.5pt;
  vertical-align: 2px;
}
.filter_blk ._selected-num {
  display: none;
  position: absolute;
  width: 150px;
  top: 107px;
  left: -174px;
  z-index: 200;
  cursor: pointer;
}
.filter_blk ._selected-num:hover {
  text-decoration: underline;
}
.filter_blk ._btn {
  padding: 7px 15px 8px;
}
.filter_blk .small-gutter_row {
  align-items: center;
}

#mobileFilterTrigger {
  display: none;
}
#mobileFilterTrigger[data-sel] a {
  color: #ee424f;
  border: 0;
}
#mobileFilterTrigger svg {
  vertical-align: -3px;
  margin-right: 6px;
  color: #ee424f;
  width: 16px;
  height: 16px;
}

.tabs_blk .tab {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tabs_blk .active {
  display: block;
  opacity: 1;
  animation: fade 0.2s ease-in-out;
}

.category_description a {
  color: #2c5292;
}
.category_description a:hover {
  color: #1c94c4;
}

.product-image_blk .thumbs {
  height: 361px;
  overflow: hidden;
}
.product-image_blk .thumbs .small-gutter_row {
  align-items: flex-start;
}
.product-image_blk .thumbs .col_ {
  min-height: 361px;
  margin: 1px;
}
.product-image_blk .thumbs .ui_slider-wrap {
  position: relative;
  height: 361px;
  width: 5px;
  background: #e6e6e6;
  display: none;
}
.product-image_blk .thumbs .ui-slider-handle {
  min-height: 40px;
  width: 5px;
  background: #c6c0c0;
}
.product-image_blk .thumbs .ui-slider-handle,
.product-image_blk .thumbs .ui_slider-wrap {
  border-radius: 3px;
}
.product-image_blk .thumbs ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin: 0;
}
.product-image_blk .thumbs ul li:before {
  display: none;
  position: static;
  background: none;
  width: auto;
  height: auto;
}
.product-image_blk .thumbs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 91px;
  border: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: -1px;
}
.product-image_blk .thumbs li:hover,
.product-image_blk .thumbs li .sel {
  border-color: #ee424f;
  box-shadow: 0 0 7px rgba(100, 21, 96, 0.34);
  z-index: 100;
}
.product-image_blk .thumbs img {
  max-height: 100%;
}
.product-image_blk .main-images {
  height: 361px;
  position: relative;
}
.product-image_blk .main-images .image {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  height: inherit;
  width: 100%;
  opacity: 0;
  z-index: 200;
  transition: all 500ms ease-in-out;
}
.product-image_blk .main-images .active {
  opacity: 1;
  z-index: 300;
}
.product-image_blk .main-images img {
  max-height: 361px;
}

.product-analog_blk {
  max-width: 228px;
}
.product-analog_blk > h3 {
  padding-left: 20px;
}
.product-analog_blk .c-product__preview {
  outline: none;
}
.product-analog_blk .c-product__preview:hover {
  outline: none;
  box-shadow: 0 0 15px #c7c7c7;
}

.sticky-infoBlk {
  outline: rgb(230, 230, 230) solid 1px;
}

.product-info_blk {
  background: #fff6d6;
  padding: 17px;
  transition: all 0.2s;
  max-width: 228px;
  outline: rgb(230, 230, 230) solid 1px;
}
.product-info_blk form {
  margin: 0;
}
.product-info_blk .sector + .sector {
  margin-top: 16px;
}
.product-info_blk .sector {
  font-size: 10.5pt;
  line-height: 1.2;
}
.product-info_blk .sector > div + div {
  margin-top: 6px;
}
.product-info_blk .sector a {
  color: #171717;
}
.product-info_blk .sector a:hover {
  color: #ee424f;
}
.product-info_blk .vendor-code {
  color: #bfb185;
}
.product-info_blk .vendor-code b {
  color: #9b8d6b;
}
.product-info_blk .price {
  font-size: 20pt;
}
.product-info_blk .c-price .sum,
.product-info_blk .c-price .currency {
  display: inline-block;
}
.product-info_blk .c-price .sum {
  font-weight: 700;
}
.product-info_blk .c-price .currency {
  margin-left: 7px;
  font-weight: normal;
  font-size: 12pt;
}
.product-info_blk .c-price .alt-price,
.product-info_blk .c-price .old-price {
  font-size: 12pt;
}
.product-info_blk .c-price .alt-price {
  margin-top: 3px;
  color: #8B8676;
}
.product-info_blk .c-price .alt-price .sum {
  font-weight: 400;
}
.product-info_blk .not-price {
  font-size: 15pt;
  text-align: center;
}
.product-info_blk ._discount-price {
  padding: 8px 20px 8px 16px;
  line-height: 1;
}
.product-info_blk ._discount-price:before {
  border-color: transparent #fff6d6 transparent transparent;
}
.product-info_blk .full-width_btn {
  padding: 12px 0;
  margin-top: 12px;
}
.product-info_blk ._compare {
  margin-top: 12px;
  text-align: center;
}
.product-info_blk ._compare button {
  color: #ee424f;
}
.product-info_blk ._compare button[data-status=selected] {
  color: #afafaf;
}
.product-info_blk ._compare svg {
  vertical-align: -3px;
  margin-right: 6px;
}
.product-info_blk ._compare ._text {
  border-bottom: 1px dashed;
}
.product-info_blk .edit {
  margin-top: 12px;
  text-align: center;
}

.m-product-info__blk {
  display: none;
  margin-top: 36px !important;
  outline: 1px solid #e6e6e6;
  margin: 1px;
}
.m-product-info__blk .product-info_blk {
  max-width: 100%;
  margin: 0;
}
.m-product-info__blk .product-analog_blk {
  margin-left: 1px;
}
.m-product-info__blk .product-analog_blk .c-product__preview {
  margin-left: 5px;
}

.cart-list_blk table {
  margin: 0;
}
.cart-list_blk .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-list_blk .summary {
  color: #171717;
  line-height: 1.2;
}
.cart-list_blk .summary:hover {
  color: #ee424f;
}
.cart-list_blk .price,
.cart-list_blk .sum {
  font-weight: 700;
}
.cart-list_blk .price span,
.cart-list_blk .sum span {
  font-size: 13px;
}
.cart-list_blk .blk_foot {
  margin-top: 24px;
}
.cart-list_blk .total {
  width: 280px;
  font-size: 18pt;
}
.cart-list_blk .total span {
  font-size: 18px;
}

.cart-actions_blk {
  padding: 16px 24px;
  background: #fff6d6;
}
.cart-actions_blk .large-gutter_row {
  align-items: center;
}
.cart-actions_blk .col_full {
  text-align: right;
}

.checkout_blk form {
  margin: 0;
}
.checkout_blk .control-label {
  width: 170px;
  padding-right: 40px;
}
.checkout_blk .contacts-row .col_ input {
  width: 180px;
}
.checkout_blk .contacts-row .col_full .control-label {
  width: auto;
  padding-right: 16px;
}
.checkout_blk .delivery-row {
  line-height: 1.2;
}
.checkout_blk .delivery-row .headline {
  font-weight: bold;
  line-height: 1;
  font-size: 11pt;
  margin-bottom: 16px;
}
.checkout_blk .delivery-row ._row + ._row {
  margin-top: 0;
}
.checkout_blk .delivery-row ._row {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
.checkout_blk .delivery-row ._row:first-child {
  padding-top: 0;
}
.checkout_blk .delivery-row label {
  font-weight: 400;
  display: inline;
}
.checkout_blk .delivery-row label a {
  color: #171717;
}
.checkout_blk .delivery-row label a:hover {
  color: #ee424f;
}
.checkout_blk .delivery-row .free {
  color: #25ae17;
}
.checkout_blk .blk_foot {
  margin-top: 24px;
}
.checkout_blk #row-requisites {
  display: none;
}

.checkout-cart_blk {
  padding: 24px;
  background: #fff6d6;
}
.checkout-cart_blk .blk_foot {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #c6c0c0;
}
.checkout-cart_blk .blk_body {
  color: #666;
  font-size: 11pt;
  line-height: 1.2;
}
.checkout-cart_blk li + li {
  margin-top: 12px;
}
.checkout-cart_blk a {
  color: #1f2545;
  font-size: 11pt;
  line-height: 1.4;
}
.checkout-cart_blk a:hover {
  color: #ee424f;
}
.checkout-cart_blk .text {
  text-decoration: underline;
}
.checkout-cart_blk .num {
  color: #727272;
  margin-left: 6px;
}
.checkout-cart_blk .total {
  font-size: 12pt;
  font-weight: 700;
}
.checkout-cart_blk .switch {
  display: none;
  margin-top: 12px;
  color: #727272;
  border-bottom: 1px dashed #afafaf;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.checkout-cart_blk .switch:hover {
  color: #ee424f;
  border-color: #ee424f;
}

.brands-catalog_blk .col_ {
  width: 20%;
}

.articles_blk .col_6:before {
  content: "";
  display: block;
  margin: 24px 0;
  height: 1px;
  background: #e6e6e6;
}
.articles_blk .col_6:first-child:before, .articles_blk .col_6:nth-child(2):before {
  display: none;
}

.contacts_blk ._address + ._address {
  margin-top: 24px;
}
.contacts_blk .phone {
  font-size: 21pt;
  line-height: 1;
  color: #171717;
  font-weight: 700;
}
.contacts_blk .email {
  margin: 12px 0 0;
  font-size: 14pt;
  color: #ee424f;
  font-weight: bold;
}
.contacts_blk ._mode {
  margin-top: 8px;
}
.contacts_blk ._mode b {
  display: inline-block;
}

.st-contacts__blk ._contacts li {
  display: flex;
  align-items: center;
}
.st-contacts__blk ._contacts li svg {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  fill: #afafaf;
}
.st-contacts__blk ._contacts li + li {
  margin-top: 12px;
}
.st-contacts__blk ._contacts a {
  color: inherit;
  text-decoration: none;
}
.st-contacts__blk ._contacts a:hover {
  color: #ee424f;
}
.st-contacts__blk ._working-time b {
  margin-bottom: 12px;
  font-size: 13pt;
  display: block;
}
.st-contacts__blk ._working-time p {
  margin: 0;
}
.st-contacts__blk ._messengers {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
}
.st-contacts__blk ._messengers ul {
  margin: -12px 0 0 -24px;
  display: flex;
  flex-wrap: wrap;
}
.st-contacts__blk ._messengers li {
  margin: 12px 0 0 24px;
}
.st-contacts__blk ._messengers a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.st-contacts__blk ._messengers a svg {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 3px;
}
.st-contacts__blk ._messengers a:hover {
  color: #ee424f;
}

.st-map_blk .blk_headline {
  margin-bottom: 12px;
}
.st-map_blk .blk_head {
  font-size: 15.5pt;
}
.st-map_blk .blk_body {
  margin: 16px 0;
}
.st-map_blk .blk_foot {
  color: #afafaf;
  margin-bottom: 0;
}

.st-callback_blk form {
  background-color: #f6f6f6;
  max-width: 700px;
  padding: 24px;
}
.st-callback_blk .control-submit {
  padding-left: 30%;
}

.sticky_blk {
  position: fixed;
}

.stock-status_blk .blk_headline {
  text-align: center;
}
.stock-status_blk .elem + .elem {
  margin-top: 12px;
}
.stock-status_blk .description {
  margin-top: 6px;
  font-size: 11pt;
  color: #727272;
}

.kit_blk {
  position: relative;
}
.kit_blk .blk_headline {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 15px 6px;
  font-size: 12pt;
  background: #f44336;
  font-weight: normal;
  border-radius: 0 0 10px 0;
  color: #fff;
  z-index: 100;
}
.kit_blk .c-product__preview {
  height: 260px;
  background: transparent;
  padding-top: 25px;
  cursor: pointer;
}
.kit_blk .c-product__preview .image {
  height: 110px;
  width: auto;
}
.kit_blk .c-product__preview .summary {
  padding-top: 8px;
}
.kit_blk .c-product__preview .summary .headline:first-child {
  height: auto;
  margin-bottom: 5px;
}
.kit_blk .c-product__preview:hover {
  width: auto;
  position: static;
}

.mobile-cat__blk {
  display: none;
}
.mobile-cat__blk .categories_nav {
  text-align: center;
  display: none;
}
.mobile-cat__blk .categories_nav[data-state=show] {
  display: block;
}
.mobile-cat__blk .categories_nav a.button {
  padding: 0 !important;
  display: block !important;
}
.mobile-cat__blk.mobile-cat__blk + .main_blk {
  margin-top: 0;
}

.compare_blk table {
  border: 1px solid #e6e6e6;
}
.compare_blk table th + th, .compare_blk table td + td {
  border-left: 1px solid #e6e6e6;
}
.compare_blk table th {
  background-color: #fff;
}
.compare_blk table th:first-child,
.compare_blk table td:first-child {
  width: 200px;
  text-align: right;
  color: #afafaf;
}
.compare_blk table tbody tr:nth-child(2n) {
  background: none;
}
.compare_blk table tbody tr:nth-child(2n+1) {
  background: #f6f6f6;
}
.compare_blk table .title {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.compare_blk table .title .__desc-ico {
  margin-right: 12px;
  margin-top: 3px;
  color: inherit;
  transition: all 0.2s;
  cursor: pointer;
}
.compare_blk table .title .__desc-ico svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.compare_blk table .title .__desc-ico:hover {
  color: #ee424f;
}
.compare_blk table .title .__text {
  flex: 1;
}
.compare_blk table .js-compare-desc-blk {
  position: fixed;
  top: 30%;
  left: calc(50% - 200px);
  width: 400px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  padding: 24px;
  z-index: 10000;
  color: #171717;
}
.compare_blk table .js-compare-desc-blk .__title {
  font-size: 15pt;
  margin-bottom: 12px;
  text-align: center;
}
.compare_blk table .js-compare-desc-blk .__desc {
  text-align: left;
}
.compare_blk table .js-compare-desc-blk ._ico-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  cursor: pointer;
  color: #c6c0c0;
  transition: all 0.2s;
}
.compare_blk table .js-compare-desc-blk ._ico-close:hover {
  color: #ee424f;
}
.compare_blk table [data-is-active] .js-compare-desc-blk {
  opacity: 1;
  visibility: visible;
}
.compare_blk .product-head {
  position: relative;
  padding: 24px;
  text-align: center;
}
.compare_blk .product-head ._ico-close {
  font-size: 11px;
  position: absolute;
  top: 12px;
  right: 12px;
  text-decoration: none;
  color: #afafaf;
}
.compare_blk .product-head ._ico-close:hover {
  color: #ee424f;
}
.compare_blk .product-head .image {
  display: inline-block;
}
.compare_blk .product-head .headline {
  display: block;
  margin-top: 12px;
}

.seo-catalog_blk {
  background-color: #f6f6f6;
  padding: 12px 24px;
}
.seo-catalog_blk .blk-body {
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -24px;
}
.seo-catalog_blk .blk-body a {
  display: inline-block;
  margin: 12px 0 0 24px;
  width: 28%;
}

.page-body {
  width: 650px;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
.section_headline {
  line-height: 1;
}

section + section,
[class$=_section] + [class$=_section],
[class*=_section] + [class*=_section] {
  margin-top: 32px;
}

.section_headline {
  margin-bottom: 20px;
  font-size: 17pt;
  font-weight: 700;
}

.section_head {
  margin-bottom: 24px;
}

.product_section .tabs_blk .blk_headline {
  font-weight: 400;
}
.product_section .tabs_blk .blk_head {
  display: flex;
  align-items: center;
}
.product_section .tabs_blk .blk_head .features-anchor {
  margin-left: 24px;
}
.product_section .tabs_blk .blk_head .features-anchor a {
  text-decoration: none;
  border-bottom: 1px dashed #ee424f;
}
.product_section .tabs_blk .blk_head .features-anchor a:hover {
  border-color: #ff6f7a;
}

.checkout_section.checkout_section {
  margin-top: 60px;
}
.checkout_section .section_headline {
  margin-bottom: 30px;
}
.checkout_section .section_headline .quick-order {
  color: #ee424f;
  border-bottom: 1px dashed #ee424f;
  text-decoration: none;
}
.checkout_section .section_headline .quick-order:hover {
  color: #ff6f7a;
  border-color: #ff6f7a;
}
.checkout_section .section_body {
  padding: 24px;
  background: rgb(249.825, 249.825, 249.825);
}

body .main_blk .bottom_section {
  margin-top: 70px;
}

.seo-text_section > *:first-child {
  margin-top: 0;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
.footer_panel {
  line-height: 1;
}

[class$=_panel] {
  flex-shrink: 0;
}

._sidebar .blk_headline {
  font-size: 15.5pt;
  font-weight: 400;
}

.top_panel {
  padding: 16px 0;
  font-size: 11pt;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}
.top_panel ._row {
  align-items: center;
}
.top_panel .small-gutter_row {
  align-items: baseline;
}
.top_panel .m-main-nav-trigger {
  transform: translateY(3px);
}
.top_panel .col_contacts {
  display: none;
}
.top_panel .col_contacts svg {
  width: 20px;
  height: 20px;
}
.top_panel .col_main-info svg {
  width: 20px;
  height: 20px;
}
.top_panel .col_main-info .small-gutter_row + .small-gutter_row {
  margin-top: 12px;
}
.top_panel .col_main-info ._address {
  padding-left: 100px;
}
.top_panel .col_main-info ._email {
  padding-left: 6px;
}
.top_panel .col_main-info ._email a {
  color: inherit;
  text-decoration: none;
}
.top_panel .col_main-info ._email a:hover {
  color: #ee424f;
}

.header-scroll {
  padding: 16px 0;
  font-size: 11pt !important;
  line-height: 1 !important;
  border-bottom: 1px solid #e6e6e6;
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #FFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 1001;
  border-bottom: 1px solid #e6e6e6;
}
.header-scroll .small-gutter_row {
  align-items: baseline;
}
.header-scroll .m-main-nav-trigger {
  transform: translateY(3px);
}
.header-scroll .col_contacts {
  display: none;
}
.header-scroll .col_contacts svg {
  width: 20px;
  height: 20px;
}
.header-scroll .col_main-info svg {
  width: 20px;
  height: 20px;
}
.header-scroll .col_main-info .small-gutter_row + .small-gutter_row {
  margin-top: 12px;
}
.header-scroll .col_main-info ._address {
  padding-left: 100px;
}
.header-scroll .col_main-info ._email {
  padding-left: 6px;
}
.header-scroll .col_main-info ._email a {
  color: inherit;
  text-decoration: none;
}
.header-scroll .col_main-info ._email a:hover {
  color: #ee424f;
}
.header-scroll .main_wrapper {
  box-shadow: none;
  font: 400 11pt/1 "PT Sans", sans-serif;
}

.header_panel {
  margin: 16px 0 32px;
  position: relative;
}
.header_panel .large-gutter_row {
  align-items: center;
}
.header_panel .large-gutter_row > *:last-child {
  display: flex;
  align-items: center;
}
.header_panel .large-gutter_row .c-compare {
  margin-left: 24px;
}

/* - panel content*/
/* - panel footer*/
.footer_panel {
  margin: 70px 0 48px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  color: #727272;
  font-size: 10.5pt;
}
.footer_panel [class$=_blk] + [class$=_blk],
.footer_panel [class*=_blk] + [class*=_blk] {
  margin-top: 16px;
}
.footer_panel a {
  color: #727272;
}
.footer_panel a:hover {
  color: #ee424f;
}
.footer_panel .foot-phone_blk a {
  text-decoration: none;
  color: #171717;
}
.footer_panel .foot-phone_blk a:hover {
  color: #ee424f;
}
.footer_panel .foot-address_blk {
  max-width: 180px;
}

/*-------------------------------------*/
/*-------------------------------------*/
[class^=_overlay], [class*=_overlay] {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  z-index: 1000;
}

.function_overlay {
  z-index: 300;
}

.popup_overlay {
  cursor: pointer;
  background: rgba(44, 51, 62, 0.4);
}

[class^=_popup], [class*=_popup] {
  text-align: center;
  position: fixed;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  z-index: -1;
  padding: 40px;
  opacity: 0;
  transform: translateY(-200px);
  transition: opacity 0.1s, transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
[class^=_popup] ._ico-close, [class*=_popup] ._ico-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 12px;
  color: #afafaf;
  cursor: pointer;
}
[class^=_popup] ._ico-close:hover, [class*=_popup] ._ico-close:hover {
  color: #ee424f;
}
[class^=_popup] form, [class*=_popup] form {
  margin-bottom: 0;
}
[class^=_popup] .control-label, [class*=_popup] .control-label {
  text-align: left;
}
[class^=_popup] .clean_btn, [class*=_popup] .clean_btn {
  padding: 7px 15px 8px;
}
[class^=_popup] .success-msg, [class*=_popup] .success-msg {
  color: #25ae17;
  text-align: center;
  font-size: 15.5pt;
  display: none;
}

[class^=_popup].active,
[class*=_popup].active {
  z-index: 1001;
  opacity: 1;
  transform: translateY(200px);
}

.stock-status_popup .stock-status_blk {
  text-align: left;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*
  placeholder's, используется только для отдельных элементов
  в облости одного файла, в данном случае для компонентов
*/
.page_headline {
  margin-bottom: 24px;
  vertical-align: middle;
}
.page_headline h1 {
  margin: 0;
}

[class$=_section] + [class$=_section], [class*=_section] + [class*=_section] {
  margin-top: 25px;
}

/*-------------------------------------*/
/*
  Корректирующие классы, вносят корекцию в общую стилизация,
  используются как дополнительные опции
*/
/*-------------------------------------*/
/*
  Коректирующие настройки плавающих блоков
*/
.__float-right {
  float: right;
}

/*
  Чистка потока добавляется к блоку родителю с
 плавающими дочерними элементами
*/
.__clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*
  Ссылки с подчеркивание,
  без импользования свойства - text-decoration
*/
.__solid-link {
  color: #171717;
  border-bottom: 1px solid #171717;
  text-decoration: none;
}
.__solid-link:hover {
  color: #ee424f;
  border-color: #ee424f;
}

.__dashed-link {
  color: #171717;
  border-bottom: 1px dashed #171717;
  text-decoration: none;
}
.__dashed-link:hover {
  color: #ee424f;
  border-color: #ee424f;
}

.__dotted-link {
  color: #171717;
  border-bottom: 1px dotted #171717;
  text-decoration: none;
}
.__dotted-link:hover {
  color: #ee424f;
  border-color: #ee424f;
}

/* - text*/
/* - align*/
.txt-align_center {
  text-align: center;
}

/* - service styles*/
.empty_elem {
  color: #bd3329;
  margin: 1em;
}

/* - clear list*/
.list_clear {
  list-style: none;
  padding: 0;
  line-height: 1;
}

.cr-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cr-list-reset li:before {
  display: none;
}

/* - left image */
.left_img {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}

.margin-t-large {
  margin-top: 40px !important;
}

.s-m-t-3n {
  margin-top: 36px !important;
}

.s-reset-btn {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.s-flex-table table {
  min-width: 650px;
}

.s-res-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.s-res-video video,
.s-res-video iframe,
.s-res-video object,
.s-res-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------*/
/*-------------------------------------*/
@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* - browsers doesn't support flexbox */
.no-flexbox ._files::after, .no-flexbox .horizontal-elem_form .control-row::after, .no-flexbox ._row::after, .no-flexbox [class$=_nav]::after {
  content: "";
  display: table;
  clear: both;
}

.no-flexbox ._files li, .no-flexbox .horizontal-elem_form .control-widget, .no-flexbox .horizontal-elem_form .control-label, .no-flexbox [class^=col_], .no-flexbox [class$=_nav] li {
  float: left;
}

.no-flexbox body,
.no-flexbox [class^=panel_] {
  min-width: 1240px;
}
.no-flexbox ._container {
  width: 1240px;
}
.no-flexbox ._layout {
  display: table;
  width: 1216px;
}
.no-flexbox ._layout > * {
  display: table-cell;
}
.no-flexbox ._layout {
  overflow: hidden;
}
.no-flexbox ._sidebar {
  width: 240px;
}
.no-flexbox select {
  padding: 5px 10px;
  height: 32px;
}
.no-flexbox .horizontal-elem_form .control-widget {
  width: 64%;
}
@media (max-width: 1180px) {
  .hide1180 {
    display: none;
  }
  ._main-phone .phone {
    font-size: 13pt;
    vertical-align: 0;
  }
  .col_main-info svg {
    vertical-align: -2px;
  }
  .product_catalog[data-view=tile][data-row-count="4"] .product {
    width: 33.333%;
  }
  .accessories_catalog .col_4 {
    width: 50%;
  }
  .product_catalog[data-view=tile][data-row-count="3"] .product {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .hide1024 {
    display: none;
  }
  .show1024 {
    display: block;
  }
  .top_panel .col_contacts {
    display: block !important;
  }
  .main-nav-col {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 59px;
    z-index: 1100;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  .main-nav-col[data-state=show] {
    visibility: visible;
    opacity: 1;
  }
  .main_nav {
    display: block;
  }
  .main_nav li + li {
    margin: 0;
  }
  .main_nav a {
    padding: 12px;
    display: block;
    text-align: center;
    background-color: #ee424f;
    color: #fff;
  }
  .main_nav a:hover {
    color: #fff;
    background-color: rgb(232.1213592233, 20.8786407767, 36.8446601942);
  }
  ._main-search .col_full ._ico-search {
    display: none;
  }
  ._main-search ._btn,
  ._main-search input {
    padding: 0 12px;
  }
  ._main-search ._btn {
    font-weight: normal;
  }
  ._main-search ._btn ._ico-search {
    display: block;
  }
  ._main-search ._btn ._text {
    display: none;
  }
  ._main-cart {
    position: relative;
  }
  ._main-cart ._ico-cart {
    font-size: 25px;
  }
  ._main-cart .num {
    position: absolute;
    left: 12px;
    top: -5px;
    margin: 0;
    padding: 0 2px;
    min-width: 16px;
    height: 16px;
    background-color: #1f2545;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
  }
  .c-compare svg {
    width: 23px;
    height: 23px;
    top: 3px;
  }
  .footer_panel {
    text-align: center;
  }
  .footer_panel ._layout {
    display: block;
  }
  .footer_panel ._layout ._content {
    padding: 0;
  }
  .footer_panel .large-gutter_row {
    display: block;
  }
  .footer_panel .large-gutter_row > * + * {
    margin-top: 12px;
  }
  .content_panel ._layout ._sidebar {
    display: none;
  }
  .content_panel ._layout ._content {
    padding: 0;
  }
  .mobile-cat__blk {
    margin-bottom: 24px;
  }
  .mobile-cat__blk button[data-sel] {
    background: #f83b40;
    box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
  }
  .brands_catalog ._row .col_ {
    width: 25%;
  }
  #jsRecommendedCat .product_catalog {
    display: block;
  }
  #jsRecommendedCat .blk-body {
    overflow: hidden;
  }
  #jsRecommendedCat .owl-item {
    padding: 2px;
  }
  #jsRecommendedCat .owl-item .product {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hide768 {
    display: none !important;
  }
  .show768 {
    display: block !important;
  }
  .main_wrapper {
    font-size: 11pt;
  }
  h1, .h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 15pt;
  }
  h5 {
    font-size: 13pt;
  }
  h6 {
    font-size: 12pt;
  }
  ol, ul {
    padding-left: 0;
  }
  .control-row {
    display: block;
  }
  .control-row .control-label {
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
  }
  .contacts-row .col_, .contacts-row .col_ input {
    width: 100% !important;
  }
  .contacts-row .col_full {
    margin-top: 24px;
  }
  .delivery-row ._row > * {
    flex: 1 1 100%;
  }
  .delivery-row ._row > * + * {
    margin-top: 12px;
  }
  .delivery-row .headline {
    margin-bottom: 0 !important;
  }
  .large-gutter_row {
    margin: 0 -12px;
  }
  .large-gutter_row > [class^=col_] {
    padding: 0 12px;
  }
  .section_headline,
  .blk_headline {
    font-size: 14pt;
  }
  [class$=_module] [class*=_module] .headline {
    font-size: 12pt;
  }
  ._logo {
    width: 180px;
    height: 43.5px;
    position: relative;
    top: -1px;
  }
  .main-search-col.main-search-col {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
  }
  .main-search-col.main-search-col[data-state=show] {
    visibility: visible;
    opacity: 1;
  }
  .product_catalog[data-view=tile][data-row-count="4"] .product {
    width: 50%;
  }
  .brands_catalog ._row .col_,
  .related_catalog .col_4,
  .viewed-products_catalog .col_3,
  .category_catalog .col_3 {
    width: 50%;
  }
  body .main_blk .bottom_section,
  .footer_panel {
    margin-top: 24px;
  }
  .c-product__preview {
    position: relative !important;
    height: 100%;
  }
  .c-product__preview .headline {
    height: auto !important;
  }
  .category_catalog .col_2x {
    width: 100%;
  }
  .category-x4_preview {
    height: 240px;
  }
  .category-x4_preview .image {
    height: 150px;
  }
  .category-x4_preview .summary {
    padding-top: 0;
  }
  .category-x4_preview .headline {
    font-size: 11pt;
  }
  .catalog_section .section_body > ._row > * {
    flex: 1 1 100%;
  }
  .catalog_section .section_body > ._row .col_9 {
    order: 2;
  }
  .catalog_section .section_body > ._row .col_3 {
    margin-bottom: 24px;
  }
  ._sorting .col_full {
    text-align: right;
    align-self: center;
  }
  .product_section {
    overflow: hidden;
  }
  .product_section > ._row > * {
    flex: 1 1 100%;
    max-width: 100% !important;
  }
  .product_section .product-image_blk ._row > * {
    flex: 1 1 100%;
  }
  .product_section .product-image_blk ._row .col_ {
    order: 2;
  }
  .product_section .product-image_blk .thumbs {
    display: none;
  }
  .product_section .product-image_blk .main-images {
    height: auto;
  }
  .product_section .product-image_blk .image {
    position: static;
    opacity: 1;
  }
  .product_section .product-image_blk .image img {
    max-height: 250px;
  }
  .product_section .product-image_blk .owl-dots {
    margin-top: 16px;
  }
  .product_section .tabs_nav {
    flex-wrap: wrap;
    width: 100%;
  }
  .product_section .tabs_nav li {
    flex: 1 1 100%;
    margin-top: -1px;
  }
  .product_section .tabs_nav li:first-child {
    border-radius: 3px 3px 0 0;
  }
  .product_section .tabs_nav li:last-child {
    border-radius: 0 0 3px 3px;
  }
  .contacts_blk > .large-gutter_row > * {
    width: 100%;
  }
  .contacts_blk > .large-gutter_row .col_7 {
    order: 2;
    margin-top: 24px;
  }
  .recommended_blk .tabs_nav li {
    font-size: 13pt;
  }
  .cart-list_table tbody td:first-child {
    width: 25%;
  }
  .cart-list_blk .total {
    font-size: 14pt;
    font-weight: 700;
    width: auto;
  }
  .checkout_section .section_body {
    padding: 12px;
  }
  .s-flex-table {
    overflow: auto;
  }
  .search_section .section_body > ._row > * {
    flex: 1 1 100%;
  }
  .search_section .section_body > ._row > *:nth-child(2) {
    margin-top: 24px;
  }
  ._main-search .ui-autocomplete {
    padding: 20px;
  }
  ._main-search .ui-autocomplete .category + .product {
    margin-top: 20px;
  }
  ._main-search .ui-autocomplete .category .total {
    display: block;
    margin: 4px 0 0 0;
  }
  ._main-search .ui-autocomplete .product .col_price {
    flex: 1 1 100%;
    text-align: left;
    margin-top: 10px;
  }
  #jsFilterRow {
    display: none;
  }
  #jsFilterRow[data-state=show] {
    display: block;
  }
  #jsPopCat .category_catalog {
    overflow: hidden;
  }
  #jsPopCat .category_catalog ._row {
    display: block;
  }
  #jsPopCat .category_catalog .col_3 {
    width: 100%;
    padding: 1px;
  }
  .s-flex-table {
    max-width: 100%;
  }
  .filter_blk {
    padding: 0 12px;
  }
  .filter_blk .blk_headline {
    display: none;
  }
  .st-contacts__blk .col_6 {
    width: 100%;
  }
  .st-contacts__blk .col_6 + .col_6 {
    margin-top: 24px;
  }
  .st-callback_blk {
    max-width: 100%;
  }
  .st-callback_blk .control-submit {
    padding-left: 0;
  }
  .seo-catalog_blk .blk-body {
    column-count: 2;
    display: block;
    padding: 7px 5px;
    margin: -3px 0 0 -24px;
  }
  .seo-catalog_blk .blk-body a {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 1.7;
    width: 100%;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 16pt;
  }
  .hide480 {
    display: none !important;
  }
  .show480 {
    display: block;
  }
  ._container {
    padding: 0 12px;
  }
  .related_catalog .col_4,
  .viewed-products_catalog .col_3 {
    width: 50%;
  }
  .recommended_blk [data-view=tile] .product,
  .product_catalog[data-view=tile][data-row-count="3"] .product,
  .product_catalog[data-view=tile][data-row-count="4"] .product {
    width: 50%;
  }
  .recommended_blk [data-view=tile] .product ._discount-price .price,
  .product_catalog[data-view=tile][data-row-count="3"] .product ._discount-price .price,
  .product_catalog[data-view=tile][data-row-count="4"] .product ._discount-price .price {
    font-size: 11pt;
    height: 22px;
  }
  .articles_blk .col_6,
  .brands_catalog ._row .col_,
  .useful_section .col_6,
  .category_catalog .col_3,
  .accessories_catalog .col_4 {
    width: 100%;
  }
  .articles_blk .col_6 + .col_6,
  .useful_section .col_6 + .col_6 {
    margin-top: 24px;
  }
  ._sorting .col_:first-child {
    display: none;
  }
  [class^=_popup], [class*=_popup] {
    width: 280px;
    margin-left: -140px;
    padding: 24px;
  }
  [class^=_popup] ._ico-close, [class*=_popup] ._ico-close {
    top: 12px;
    right: 12px;
  }
  [class^=_popup].active,
  [class*=_popup].active {
    transform: translateY(50px);
  }
  .c-product__preview .elem-actions {
    display: block;
  }
  .c-product__preview .elem-actions ._compare,
  .c-product__preview .elem-actions .in-stock {
    margin: 12px 0 0 0;
    line-height: inherit;
  }
  .product_section .product-image_blk .image img {
    max-height: 180px;
  }
  .product_section .tabs_nav {
    flex-wrap: wrap;
    width: 100%;
  }
  .product_section .tabs_nav li {
    flex: 1 1 100%;
    margin-top: -1px;
  }
  .product_section .tabs_nav li:first-child {
    border-radius: 3px 3px 0 0;
  }
  .product_section .tabs_nav li:last-child {
    border-radius: 0 0 3px 3px;
  }
  ._logo {
    width: 150px;
    height: 36.25px;
    top: -1px;
  }
}
/* ie removes arrow*/
select::-ms-expand {
  display: none;
  background-color: #fff;
}

/* - webkit normalize select height*/
@supports (-webkit-appearance: none) {
  select {
    padding: 4px 15px 6px 5px;
  }
}
/*disabled buttons for ie8*/