/* Здесь подключаются основные стили */

/* Настройки шагов адаптива и сетки */

/* Изменение настроек сетки */

/* Точки адаптива */

/* Сокращения
 Пример использования: @media (--mobile) {}
 !Плагин не понимает переменные в качестве значения ширины :(
*/

/* Переменные */

/* Цвет текста */

/* Цвет заднего фона */

/* Цвет границы */

/* Тени для элементов */

/* Основные размеры для элементов */

/* Базовый путь к папке с картинками
 * Использование: background-image: url('$img_path/svg/load.svg')
 */

/* Время для основных анимаций (изменение цфета, фона и пр.) */

/* Шрифты */

/* Размеры экрана */

@font-face {
    font-family: 'Theinhardt Pan';
    src: url('../fonts/TheinhardtPan/TheinhardtPan-Regular.woff2') format('woff2'),
        url('../fonts/TheinhardtPan/TheinhardtPan-Regular.woff') format('woff'),
        url('../fonts/TheinhardtPan/TheinhardtPan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Theinhardt Pan';
    src: url('../fonts/TheinhardtPan/TheinhardtPan-Light.woff2') format('woff2'),
    url('../fonts/TheinhardtPan/TheinhardtPan-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Theinhardt Pan';
    src: url('../fonts/TheinhardtPan/TheinhardtPan-Bold.woff2') format('woff2'),
    url('../fonts/TheinhardtPan/TheinhardtPan-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Theinhardt Pan';
    src: url('../fonts/TheinhardtPan/TheinhardtPan-Black.woff2') format('woff2'),
    url('../fonts/TheinhardtPan/TheinhardtPan-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Festus correct';
    src: url('../fonts/festusCorrect/festus-correct.woff2') format('woff2'),
    url('../fonts/festusCorrect/festus-correct.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ruble';
    src: url('../fonts/rub/rub.woff2') format('woff2'),
        url('../fonts/rub/rub.woff') format('woff'),
        url('../fonts/rub/rub.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tondo Corp';
    src: url('../fonts/TondoCorp/TondoCorp-Bold.woff') format('woff'),
    url('../fonts/TondoCorp/TondoCorp-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Tondo Corp';
    src: url('../fonts/TondoCorp/TondoCorp-Regular.woff') format('woff'),
    url('../fonts/TondoCorp/TondoCorp-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tondo Corp';
    src: url('../fonts/TondoCorp/TondoCorp-Light.woff') format('woff'),
    url('../fonts/TondoCorp/TondoCorp-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lifehack Sans';
    src: url('../fonts/lifehack-sans/lifehackSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Вспомогательные классы и прочее */

.col-4 {
  width: 25%;
}

.coupon_block {
  margin-top: 16px;
}

.question-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
  height: 11px;
  width: 11px;
  font-size: 11px;
  font-size: 0.6875rem
}

.question-link:hover .question-tooltip {
      display: inline;
    }

.product-create-order__addition-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.question-tooltip {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  color: rgba(65, 64, 66, .5);
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
  border-radius: 3px;
  padding: 3px 15px;
  position: absolute;
  top: -3px;
  display: none;
  left: 50%;
  transform: translate(-50%, -100%);
}

.question {
  min-width: 15px;
  min-height: 15px;
  background: #ececed;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 2px;

  /* position: relative;
  top: -4px;
  font-size: 13px;
  left: 8px;
  z-index: 0;
  color: $cl-global;
  :hover > & {
    color: $cl-global-invert;
  } */
  /* &:after {
        z-index: -1;
        position: absolute;
        display: block;
        content: '';

        right: 0;
        top: 3px;
        right: -4px;
        top: 2px;
     
    } */
}

/* Звёздочка после или перед текстом* */

.is-required-icon {
  color: #e87018;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding-left: 1px;
}

.fullpage-divider {
    width: 200vw;
    border-top: 1px solid #ececed;
    position: absolute;
    left: -50vw;
}

@media (max-width: 767px) {

.tablet-hide {
    display: none
}
  }

@media (max-width: 1023px) {

.tablet-lg-hide {
    display: none
}
  }

.tablet-show {
  display: none
}

@media (max-width: 767px) {

.tablet-show {
    display: inline-block
}
  }

.tablet-lg-show {
  display: none
}

@media (max-width: 1023px) {

.tablet-lg-show {
    display: inline-block
}
  }

/* Миксины */

/* Стиль и размер кнопок */

/* Стиль и размер элементов форм */

/* Очистка потока для блоков с плавающими элементами */

/* Стилизация placeholder'ов */

/* Базовые стили */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 8px;
  }

body {
  height: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  color: #4a4a4a;
  fill: #4a4a4a;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #4a4a4a;
  fill: #4a4a4a;
  text-decoration: none;
  transition: all 200ms ease
}

a:hover {
    color: #f90;
    fill: #f90;
    text-decoration: none;
  }

strong,
b {
  font-weight: bold;
}

strong i,
  strong em,
  b i,
  b em {
    font-style: italic;
    font-weight: bold;
  }

em,
i {
  font-style: italic;
}

em strong,
  em b,
  i strong,
  i b {
    font-style: italic;
    font-weight: bold;
  }

p {
  margin: 0 0 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  word-spacing: 3.5px
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
  }

h1 {
  margin-top: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem
}

@media (max-width: 767px) {

h1 {
    font-size: 1.5rem;
    line-height: 2rem
}
  }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem
}

@media (max-width: 767px) {

h2 {
    font-size: 0.9375rem;
    line-height: 1.375rem
}
  }

h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem
}

@media (max-width: 767px) {

h3 {
    font-size: 0.8125rem;
    line-height: 1.25rem
}
  }

h4,
h5,
h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem
}

@media (max-width: 767px) {

h4,
h5,
h6 {
    font-size: 0.8125rem;
    line-height: 1.25rem
}
  }

.text-status {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: normal
}

@media (max-width: 767px) {

.text-status {
    font-size: 0.8125rem;
    line-height: 1.25rem
}
  }

.text-status--bold {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem
  }

@media (max-width: 767px) {
  .text-status--bold {
      font-size: 0.8125rem;
      line-height: 1.25rem
  }
    }

ul li, ol li {
    list-style: none outside;
  }

main {
  display: block;
}

.compaire__nav {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(236, 236, 237, .8);
}

.compaire__link {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #414042;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px
}

.compaire__link:not(:last-child) {
    margin-right: 30px;
  }

.compaire__link span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 11px;
    line-height: 0.6875rem;
    text-transform: uppercase;
    margin-left: 5px;

    color: rgba(65, 64, 66, .5);
  }

.compaire__link.active {
    color: #e87018;
    border-bottom: 3px solid #000;
  }

.compaire__link:hover {
    color: #e87018;
  }

.trash-tooltip {
  position: absolute;
  top: -6px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
  border-radius: 3px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 11px;
  line-height: 0.6875rem;
  color: rgba(65, 64, 66, .5);
  padding: 5px 15px 3px;
  white-space: nowrap;
  z-index: 10000;
  transform: translateY(-100%);
  display: none;
}

.product-card__trash-btn {
  border-radius: 3px;
  position: relative
}

.product-card__trash-btn:hover {
    background: #e81818;
  }

.product-card__trash-btn:hover .trash-tooltip {
      display: inline;
    }

.product-card__trash-btn:hover svg path {
        fill: #fff;
      }

.slider__btns {
  position: relative;
}

.slider__btns .button-next,
  .slider__btns .button-prev {
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #ffffff;
    border: 1px solid #ececed;
    top: 20%;
    z-index: 2;
    right: -24px;
    position: absolute
  }

.slider__btns .button-next:hover, .slider__btns .button-prev:hover {
      background: #fafafa;
    }

.slider__btns .button-next svg, .slider__btns .button-prev svg {
      width: 17px;
    }

@media (max-width: 1279px) {
  .slider__btns .button-next,
  .slider__btns .button-prev {
      width: 40px;
      height: 40px;
      top: 13%
  }
    }

.slider__btns .button-next {
    transform: translate(100%, -50%)
  }

@media (max-width: 1279px) {

  .slider__btns .button-next {
      right: 0;
      transform: translate(0, -50%)
  }
    }

.slider__btns .button-prev {
    left: -24px;
    transform: translate(-100%, -50%) scale(-1, 1)
  }

@media (max-width: 1279px) {

  .slider__btns .button-prev {
      left: 0;
      transform: translate(0, -50%) scale(-1, 1)
  }
    }

.compaire-char {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 200px;
  width: 100%
}

@media (max-width: 767px) {

.compaire-char {
    max-width: 100%
}
  }

.compaire-slider {
  /* overflow: visible; */
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.compaire-slider--line {
    border-bottom: 2px solid rgba(236, 236, 237, .8);
    padding-top: 30px;
  }

.compaire-slider .swiper-wrapper {
  }

.compaire-char:not(:first-child) .char-title {
      opacity: 0;
    }

.compaire-char .char-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column
  }

.compaire-char .char-group:not(:last-child) {
      margin-bottom: 30px;
    }

.compaire-char .char-title {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 130%;
    margin-bottom: 10px;
    color: #414042;
  }

.compaire-char .char {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 130%;
    color: #414042;
  }

.char-label {
  margin-bottom: 30px;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.char-label input {
    display: none
  }

.char-label input:checked + .custom-checkbox {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 4.31906L3.42444 7.75004L9.99999 1.18098L9.05596 0.25L3.42444 5.875L0.930955 3.38153L0 4.31906Z'/%3E %3C/svg%3E") center no-repeat;
    }

.char-label .custom-checkbox {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid rgba(65, 64, 66, .3);
    border-radius: 3px;
    background-position: contain !important;
  }

/* Полная невидимость */

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.main-banner--margin-bottom {
    margin-bottom: 70px;
  }

.swiper-hero {
  max-width: 520px;
  margin-right: 0;
}

.color-orange {
  color: #e87018;
}

.main-slider-prev,
.main-slider-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKJSURBVHgB1ZoxbuJAFIafOQDKAUAyNUVIScfegC2o2RX00YoD4AtAcoNsDUW0FVCxe4KkoMeCAyRwgX/neWYsQ6xIwTPD+JMeI7uA/817Y897Q0AGAHAjhq6wW2GhsJawG2WaWNmrsn9BEMR0LVi0sEjYGpfzIqwvLCRXZIS/wSxP1h2xJPyciEzDMwMZbldsYSoa4ot+wP6s58G/2aUiQKbMtYnoEuCHeE30Fe0svgv/6OdpDXLEh2J4odOXkA+8C7s7f/nlObAl+Tb1kVfhwF32RiV7AZlrIflLS2gcZ2+kEVCpsyX/4VRqiEjweBKBMZUDXpv3+iKJQIlmX5NGQUegQ+UijYJ24J4MsFqtaD6fkyM6/FFR6dMiAxyPRxqNRjSdTskBHXAhBblZM8Zms0Gz2UQUOdmJ9DmFbskgQjwtFosknYbDYRIVi7Q4AmtYYLfbod1uJ7bf72GJ52TrAEscDgcMBgObTmwJDuD1wOuC14dh3pw4wIgnE+r1OmazGUxSIUfUarVkrFarZBQ4qHd51m3MPmN1ETM2xUMt4mdYwrJ4Zs0OPMACDsQzD8a3Eowj8Uxf9zqN4VA8E+on0RoGWC6XLsVz5yStB/6SISaTCfV6PXLAI3/okpIrHC4pfesFfQaXlHESAVXhP1J5+K0bXNm2Spmi0NAOpHuhEkUhyrYX81qLvLqN1MgWiIX4RvZG3m70O8m+i2+wpm/nNz84oMLzi/zj55eOZUUqjeEPl7U94YcTxXq2kKc11zrk65MJII9Zt3AHH+mGZBrYTymedbttfshoPMEsiXDI3YAblCNcDBU5wV8XFR6QASDztUOyz8pv8ZBOz9relfHfbGI1/tHHREX4D8un4u/vIqKAAAAAAElFTkSuQmCC")!important;
  width: 48px !important;
  height: 48px !important;
  background-size: 100% auto;
}

.main-slider-prev {
  transform: rotate(180deg);
}

/* Стилизация элементов форм */

label,
.label {
    display: block;
    position: relative;
    color: #4a4a4a
    /* Скрытый лейбл для скринридеров */
}

label.sr-only, .label.sr-only {
        border: 0;
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        clip: rect(0, 0, 0, 0);
    }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
    border: 1px solid #f7f7f7;
    border-width: 1px;
    display: block;
    position: relative;
    width: 100%;
    /* margin: 0 0 calc($gutter-step * 2) 0; */
    padding: 0;
    outline: none;
    zoom: 1;
    transition: all 200ms ease;
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    font-size: 1rem;
}

input[type="color"].is-disabled,
    .is-disabled input[type="color"],
    input[type="color"][disabled],
    input[type="date"].is-disabled,
    .is-disabled input[type="date"],
    input[type="date"][disabled],
    input[type="datetime"].is-disabled,
    .is-disabled input[type="datetime"],
    input[type="datetime"][disabled],
    input[type="datetime-local"].is-disabled,
    .is-disabled input[type="datetime-local"],
    input[type="datetime-local"][disabled],
    input[type="email"].is-disabled,
    .is-disabled input[type="email"],
    input[type="email"][disabled],
    input[type="month"].is-disabled,
    .is-disabled input[type="month"],
    input[type="month"][disabled],
    input[type="number"].is-disabled,
    .is-disabled input[type="number"],
    input[type="number"][disabled],
    input[type="password"].is-disabled,
    .is-disabled input[type="password"],
    input[type="password"][disabled],
    input[type="search"].is-disabled,
    .is-disabled input[type="search"],
    input[type="search"][disabled],
    input[type="tel"].is-disabled,
    .is-disabled input[type="tel"],
    input[type="tel"][disabled],
    input[type="text"].is-disabled,
    .is-disabled input[type="text"],
    input[type="text"][disabled],
    input[type="time"].is-disabled,
    .is-disabled input[type="time"],
    input[type="time"][disabled],
    input[type="url"].is-disabled,
    .is-disabled input[type="url"],
    input[type="url"][disabled],
    input[type="week"].is-disabled,
    .is-disabled input[type="week"],
    input[type="week"][disabled],
    input:not([type]).is-disabled,
    .is-disabled input:not([type]),
    input:not([type])[disabled],
    textarea.is-disabled,
    .is-disabled textarea,
    textarea[disabled],
    select.is-disabled,
    .is-disabled select,
    select[disabled] {
        cursor: default;
        pointer-events: none;
    }

input[type="color"].placeholder, input[type="date"].placeholder, input[type="datetime"].placeholder, input[type="datetime-local"].placeholder, input[type="email"].placeholder, input[type="month"].placeholder, input[type="number"].placeholder, input[type="password"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="text"].placeholder, input[type="time"].placeholder, input[type="url"].placeholder, input[type="week"].placeholder, input:not([type]).placeholder, textarea.placeholder, select.placeholder {
        color: #888}

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {}

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {}

input[type="text"] {
    border: 1px solid rgba(65, 64, 66, .3);
    border-radius: 3px;
    height: 40px
}

input[type="text"]:hover {
        cursor: pointer
    }

input[type="text"]:hover:focus {
            cursor: text;
        }

input[type="text"].parsley-error {
        border-color: #E81818;
    }

textarea {
    min-height: 48px;
    height: auto;
    resize: vertical
}

textarea:hover {
        cursor: pointer;
    }

/* Кастомные радио */

.custom-radio__label {
        margin: 3px 0;
        font-size: 13px;
        font-size: 0.8125rem
    }

.custom-radio__label:hover {
            cursor: pointer
        }

.custom-radio__label:hover:before {
                border-color: #e87018;
            }

.custom-radio__label:before {
            content: '';
            width: 14px;
            height: 14px;
            left: -2px;
            position: absolute;
            border-radius: 50%;
            top: 0;
            background: #fff;
            border: 1px solid rgba(65, 64, 66, .3);
            transition: all 200ms ease;
        }

.custom-radio__label--tab {
            width: 100%;
            border-radius: 3px;
            line-height: 100%
        }

.custom-radio__label--tab:not(:last-child) {
                margin-right: 20px
            }

@media(max-width: 767px) {

            .custom-radio__label--tab:not(:last-child) {
                    margin-right: 0;
                    margin-bottom: 5px
            }
                }

.custom-radio__label--tab:hover > .custom-radio__text {
                    border-color: none;
                    box-shadow: 0 0 0 2px #e87018;
                }

.custom-radio__label--tab:before {
                left: 13px;
                top: 13px;
            }

.custom-radio__label--tab > .custom-radio__text {
                display: block;
                margin-left: 0;
                border: 1px solid rgba(65, 64, 66, .3);
                padding: 15px;
                padding-left: 48px;
                padding-top: 11px;
                min-height: 65px;
                max-width: 195px;
                border-radius: 3px;
                height: 100%
            }

@media(max-width: 767px) {

            .custom-radio__label--tab > .custom-radio__text {
                    max-width: 100%
            }
                }

.custom-radio__label--tab > .custom-radio__btn:checked + .custom-radio__text {
                box-shadow: 0 0 0 2px #e87018
            }

.custom-radio__label--tab > .custom-radio__btn:checked + .custom-radio__text:before {
                    left: 17px;
                    top: 17px;
                }

.custom-radio__label--tab .custom-radio__btn {
                position: absolute;
                z-index: -1;
            }

.custom-radio__text {
        margin-left: 10px;
        top: -1px;
    }

.custom-radio__btn:checked + .custom-radio__text:before {
                content: '';
                position: absolute;
                left: 2px;
                top: 4px;
                width: 8px;
                height: 8px;
                background: #e87018;
                border-radius: 50%;
            }

/* Версия радио-кнопки для выбора цветов или размеров в деталке (в форме прямоугольников с содержимым внутри) */

.custom-radio-v2__btn {
            display: none;
        }

.custom-radio-v2__text {
            margin-left: 0;
            top: 0;
            position: relative;
            z-index: 10;
            display: -ms-flexbox;
            display: flex;
            width: 40px;
            height: 30px;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            border: 1px solid rgba(65, 64, 66, .3);
        }

.custom-radio-v2__btn:checked + .custom-radio-v2__text {
                border-color: #e87018;
            }

.custom-radio-v2__btn:disabled + .custom-radio-v2__text {
                color: #888;
                background-color: #ececed;
                pointer-events: none;
                border: none;
            }

.custom-radio-v2__text:hover {
                border-color: #e87018;
                cursor: pointer;
            }

.custom-radio-v2__label {
            margin-right: 10px;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
            z-index: 0;
        }

.custom-radio-v2__color-text {
                width: 30px;
                height: 30px;
                border-color: #fff !important;
                outline: 1px solid rgba(65, 64, 66, .3) !important;
            }

.custom-radio-v2__color-btn:checked + .custom-radio-v2__color-text {
                outline: 1px solid #e87018 !important;
                position: relative
            }

.custom-radio-v2__color-btn:checked + .custom-radio-v2__color-text:before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 30px;
                    height: 30px;
                    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg' fill='white'%3E %3Cpath d='M0 4.31906L3.42444 7.75004L9.99999 1.18098L9.05596 0.25L3.42444 5.875L0.930955 3.38153L0 4.31906Z'/%3E %3C/svg%3E") center no-repeat;
                }

.custom-radio-v2__color-btn:disabled + .custom-radio-v2__color-text {
                opacity: 0.3;
            }

/* Кастомная форма ввода текста */

.custom-textarea {
    border: 1px solid rgba(65, 64, 66, .3);
    border-radius: 3px;
}

/* Кастомная разделительная линия */

.custom-hr {
    border-top: 1px solid rgba(198, 198, 199, .3);
}

/* Кастомные чекбоксы */

input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    display: none
}

input[type="checkbox"] + label {
        position: relative;
        display: block;
        margin-bottom: 0;
        padding-left: 30px;
        cursor: pointer;
        color: #4a4a4a;
        line-height: 130%
    }

input[type="checkbox"] + label:before,
        input[type="checkbox"] + label:after {
            content: '';
            position:absolute;
            display: block;
            transition: all 200ms ease;
        }

input[type="checkbox"] + label:before {
            left: 0px;
            top: -2px;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(65, 64, 66, .3);
            border-radius: 3px;
        }

input[type="checkbox"]:checked + label:after {
        transition: all 200ms ease;
        left: 4px;
        top: -2px;
        content: url('../img/svg/on.svg');
    }

input[type="checkbox"]:disabled + label {
            color: #f7f7f7;
            cursor: not-allowed;
        }

input[type="checkbox"]:disabled + label:before {
            border-color: #d6d6d6;
        }

input[type="checkbox"].checkbox--big + label {
        display: block;
        padding-left: 0;
        width: 24px;
        height: 24px
    }

input[type="checkbox"].checkbox--big + label:before {
            width: 24px;
            height: 24px;
        }

input[type="checkbox"].checkbox--big + label:after {
            left: 8px;
            top: 2px;
        }

/* !Important'ы далее важны, так как замещают стили селект2 */

.select2-container {
    background: #fff;
    border-radius: 3px;
    height: 34px;
    padding: 0;
    padding: 0 12px 0 12px;
    border: 1px solid rgba(65, 64, 66, .3);
    font-size: 14px;
    font-size: 0.875rem;
    }

.select2-selection {
        padding-top: 3px;
        background: none !important;
        border: none !important;
    }

.select2-selection__arrow > * {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'%3E %3Cdefs%3E %3Cstyle%3E %3C/style%3E %3C/defs%3E %3Cpath id='arrow_drop' d='M1556.5,44.011L1553.49,41l-0.49.5L1556.5,45,1560,41.5l-0.49-.5Z' transform='translate(-1553 -41)'/%3E %3C/svg%3E");
                border: none !important;
                height: 9px !important;
                width: 16px !important;
                margin-left: -15px !important;
                background-size: contain;
            }

.select2-selection__rendered {
            padding-left: 3px !important; /* Переопределение select2 стилей для равных padding'ов */
        }

.select2-container--open .select2-selection__arrow > * {
                transform: rotate(180deg);
            }

.select2-container:hover .select2-selection__arrow > * {

                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4' fill='%23e87018'%3E %3Cdefs%3E %3Cstyle%3E %3C/style%3E %3C/defs%3E %3Cpath id='arrow_drop' d='M1556.5,44.011L1553.49,41l-0.49.5L1556.5,45,1560,41.5l-0.49-.5Z' transform='translate(-1553 -41)'/%3E %3C/svg%3E");
            }

.select2-results__option {
            font-family: Theinhardt Pan,Arial,Helvetica,sans-serif !important;
            padding-left: 14px !important
        }

.select2-results__option:not(:first-child) {
                padding-top: 0 !important;
            }

.select2-results__option:not(:last-child) {
                padding-bottom: 0 !important;
            }

.select2-results__option[aria-selected="true"] {
                background: #fff !important;
            }

.select2-results__option--highlighted {
                background: #fff !important;
                color: #e87018 !important;
            }

.select2-dropdown {
        top: -1px !important;
        left: -1px !important;
        border: 1px solid #d4d4d5 !important;
        border-top: none !important;
    }

.select2-search__field {
            font-family: Theinhardt Pan,Arial,Helvetica,sans-serif !important;
            height: 34px !important;
            border: 1px solid #D4D4D5 !important;
            width: calc(100% - 20px) !important;
            left: 10px !important;
            margin-top: 12px !important;
            border-radius: 3px !important;
            font-size: 13px !important;
            font-size: 0.8125rem !important;
            padding-left: 40px !important;
        }

.select2-search--dropdown:before {
                content: '';
                position: absolute;
                top: 25px;
                left: 25px;
                z-index: 2;
                transform: scale(-1, 1);
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%2341404266'%3E %3Cpath d='M10.5831 0.0288773C4.74765 0.0288773 0 4.76354 0 10.5831C0 16.4027 4.7477 21.1374 10.5831 21.1374C16.4186 21.1374 21.1663 16.4027 21.1663 10.5831C21.1663 4.76354 16.4186 0.0288773 10.5831 0.0288773ZM10.5831 19.4024C5.70418 19.4024 1.73494 15.4459 1.73494 10.5831C1.73494 5.72003 5.70418 1.76377 10.5831 1.76377C15.4621 1.76377 19.4313 5.72003 19.4313 10.5831C19.4314 15.4459 15.4621 19.4024 10.5831 19.4024Z'/%3E %3Cpath d='M23.7444 22.4886L18.048 16.8211C17.7082 16.4834 17.1591 16.4848 16.8211 16.8243C16.4834 17.1641 16.4848 17.7132 16.8243 18.0512L22.5207 23.7187C22.6901 23.887 22.9111 23.9711 23.1325 23.9711C23.3555 23.9711 23.5781 23.8858 23.7476 23.7155C24.0853 23.3757 24.0839 22.8266 23.7444 22.4886Z'/%3E %3C/svg%3E");
                width: 15px;
                height: 15px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

.parsley-custom-error-message,
    .parsley-required,
    .parsley-minlength,
    .parsley-maxlength {
        color: #E81818;
        font-size: 13px;
        font-size: 0.8125rem;
    }

.parsley-errors-list {
        position: absolute;
    }

.buy-btn {
    width: 100%;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
}

.buy-btn--to-cart {
        background: #82938E;
        height: 100%;
        border-radius: 3px;
        color: #fff;
        display: block;
        width: 100%;
        margin-right: 2px;
        font-size: 14px;
        font-size: 0.875rem
    }

.buy-btn--to-cart:hover {
            background: #99938E;
        }

.buy-btn--to-cart.is-empty {
            background: #e87018
        }

.buy-btn--to-cart.is-empty:hover {
                background: #f90;
            }

.buy-btn--to-cart.is-empty + .buy-btn--plus {
                display: none;
            }

.buy-btn--plus {
        background: #d61f3d;
        height: 100%;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        min-width: 45px
    }

.buy-btn--plus:hover {
            background: #f90;
        }

.dropdown-btn {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
}

.dropdown-btn + .dropdown-btn {
        margin-left: 2px;
    }

.dropdown-btn:hover .dropdown-btn__container {
            display: block;
        }

.dropdown-btn:hover .icon--arrow-down {
            transform: rotate(180deg);
        }

.dropdown-btn__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 34px;
        background: rgba(236, 236, 237, .5);
        width: 100%;
        padding: 0 10px;
        -ms-flex-pack: center;
            justify-content: center;
    }

.dropdown-btn__text-kit {
            -ms-flex-pack: start;
                justify-content: flex-start;
        }

.dropdown-btn__text:hover {
            cursor: pointer;

        }

.dropdown-btn__text .icon--download {
                width: 16px;
                height: 16px;
                margin-right: 10px;
            }

.dropdown-btn__text .icon--arrow-down {
                width: 10px;
                height: 10px;
                margin-left: auto;
            }

.dropdown-btn__container {
        display: none;
        background: #ececed;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        max-width: 300px;
        padding: 15px;
        padding-bottom: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }

.dropdown-btn__list-item {
            line-height: 100%;
        }

.dropdown-btn__list-item + .dropdown-btn__list-item {
                margin: 10px 0;
            }

.list-item {
        line-height: 130%;
        margin: 10px 0
    }

.list-item:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 1px;
            background: grey;
            position: relative;
            bottom: 4px;
            margin-right: 10px;
        }

/* Стилизация кнопок */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none;
    border: none;
    cursor: pointer;
}

.btn {
    background-color: #d61f3d;
    border-color: #e87018;
    color: #fff;
    fill: #fff
}

.btn:hover,
    .btn.is-hover,
    .btn:focus,
    .btn.is-focus {
        background-color: #f90;
        border-color: #f90;
        color: #fff;
        fill: #fff;
    }

.btn:active,
    .btn.is-active {
        background-color: #f90;
        border-color: #f90;
        color: #fff;
        fill: #fff;
    }

.btn.is-disabled,
    .is-disabled .btn,
    .btn[disabled] {
        background-color: #888;
        border-color: #888;
        color: #888;
        fill: #888;
    }

.btn {

    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    overflow: visible;
    clear: both;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    outline: none;
    transition: all 200ms ease;
    border-radius: 3px;
    padding: 12px 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.btn--only-text {
        border: none;
        background: none;
        outline: none;
        color: #4a4a4a;
    }

.btn--big {
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        height: 48px;
    }

.btn--full {
        width: 100%;
    }

.btn--black {
        background-color: #4a4a4a;
        border-color: #4a4a4a
    }

.btn--black:hover,
        .btn--black:focus {
            background-color: #000;
            border-color: #000;
        }

.btn.is-disabled,
    .is-disabled .btn,
    .btn[disabled] {
        cursor: default;
        pointer-events: none;
    }

.btn--moveto {
        font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
        position: relative;
        width: 240px;
        height: 44px;
        padding: 0 30px 0 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        letter-spacing: 0.04em;
        margin-top: 26px
    }

.btn--moveto::after {
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            right: 30px;
            bottom: 20px;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
        }

.btn--origin-more {
        border: 1px solid #010101;
        background-color: transparent;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 14px;
        line-height: 0.875rem;
        text-transform: none;
        color: #010101;
        font-weight: 700;
        padding: 15px 31px 13px 31px;
        margin-right: 4px;
    }

.btn--origin-buy {
        position: relative;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 14px;
        line-height: 0.875rem;
        padding: 15px 71px 13px 32px
    }

.btn--origin-buy::after {
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            right: 38px;
            bottom: 20px;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
        }

@media (max-width: 768px) {
        .btn--origin-more {
            width: 100%;
            font-size: 0.8125rem;
            line-height: 0.8125rem;
            margin-right: 0;
            margin-bottom: 8px;
        }

        .btn--origin-buy {
            width: 100%;
            font-size: 0.8125rem;
            line-height: 0.8125rem;
            padding: 17px 56px 12px 32px
        }

            .btn--origin-buy::after {
                right: 91px;
                bottom: 19px;
            }
    }

@media (max-width: 767px) {
        .btn--moveto {
            margin-top: 8px;
            padding-left: 11px;
            width: 233px
        }

            .btn--moveto::after {
                right: 16px;
                bottom: 18px;
            }
    }

.icon {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    transition: color 200ms ease,
                background-color 200ms ease,
                border-color 200ms ease,
                opacity 200ms ease;
}

.icon--cross {
        width: 10px;
        height: 10px;
    }

.icon--product-compare {
        width: 32px;
        height: 32px;
    }

.icon--wishlist {
        width: 24px;
        height: 26px;
        padding: 4px;
    }

.icon--compare-v2 {
        width: 24px;
        height: 24px;
    }

.icon--wishlist-full {
        width: 24px;
        height: 26px;
        padding: 4px;
    }

.icon--burger {
        height: 19px;
        width: 24px;
    }

.icon--success {
        height: 10px;
        width: 10px;
        fill: transparent;
    }

.icon--wait {
        height: 10px;
        width: 10px;
        fill: transparent;
    }

.tooltip {
    display: none;
}

.tooltip-group {
        position: relative;
        width: 100%;
    }

.tooltip.is-active {
        position: absolute;
        display: none;
        background: #fff;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 17px;
        line-height: 1.0625rem;
        color: rgba(65, 64, 66, .7);
        border-radius: 3px;
        white-space: nowrap;
        z-index: 2;
        padding: 0 16px;
        transform: translateX(-40%);
        top: -19px;
    }

/*
Различные анимации
*/

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vibration {
    50% {
        top: 4px;
    }
    100% {
        top: -4px;
    }
}

/* Здесь подключаются вспомогательные стили */

/*
Шапка сайта
*/

.header {
    width: 100%
}

@media(max-width: 1023px) {

.header {
        position: fixed;
        z-index: 5;
        background: #fff;
        top: 0;
        border-bottom: 1px solid #ececed
}
    }

.pre-header {
    background: rgba(236, 236, 237, .3);
    height: 30px
}

@media(max-width: 1023px) {

.pre-header {
        display: none
}
    }

.pre-header__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 100%;
    }

.pre-header__col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

.pre-header__phone-section {
            white-space: nowrap;
            line-height: 1;
        }

.pre-header__phone-time {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 11px;
            line-height: 0.6875rem;
            margin: 0 12px;
            text-align: right;
        }

.pre-header__phone-number {
            font-weight: 500;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 15px;
            line-height: 0.9375rem;
            letter-spacing: -0.6px;
            letter-spacing: -0.0375rem;
        }

.pre-header__phone-call {
            color: #e87018;
            margin-bottom: 1px;
            font-size: 12px;
            font-size: 0.75rem;
        }

.pre-header__list {
        display: -ms-flexbox;
        display: flex;
    }

.pre-header__list-item {
            font-weight: 500;
            font-size: 10px;
            font-size: 0.625rem;
            line-height: 10px;
            line-height: 0.625rem;
            text-transform: uppercase;
            margin-left: 22px;
        }

.pre-header__list-link {
            text-align: center;
        }

.main-header {
    height: 70px
}

@media(max-width: 1023px) {

.main-header {
        height: 100%
}
    }

.main-header__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 100%
    }

@media(max-width: 1023px) {

    .main-header__container {
            display: block;
            padding: 0 !important
    }
        }

@media(min-width: 1024px) {

    .main-header__burger-menu {
            display: none
    }
        }

.main-header__col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 100%;
        width: 100%;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }

.main-header__logo-container {
        margin-right: 63px;
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 1439px) {

    .main-header__logo-container {
            margin-right: 10px
    }
        }

@media(max-width: 1023px) {

    .main-header__logo-container {
            margin-right: 0
    }
        }

.main-header__tab-list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            height: 100%
        }

@media(max-width: 1023px) {

        .main-header__tab-list {
                display: none
        }
            }

.main-header__tab-item {
            padding: 0 21px;
            font-weight: bold;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 14px;
            line-height: 0.875rem;
            text-transform: uppercase;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            height: 80%;
            border-bottom: 3px solid transparent
        }

.main-header__tab-item.is-active {
                border-bottom: 3px solid #000;
            }

.main-header__tab-item.is-active a {
                    color: #f90;
                }

.main-header__tab-item--arc {
                text-align: right;
                background-image: url("../img/arc-top.png");
                background-size: 25px 44px;
                background-repeat: no-repeat;
                background-position: left center;
                margin-left: 6px;
            }

@media(max-width: 1366px) {

        .main-header__tab-item {
                padding: 0 12px;
        }


                .main-header__tab-item--arc {
                    padding: 0 21px;
                }
            }

@media(max-width: 1023px) {

        .main-header__tab-item {
                margin: 0 8px)
        }
            }

.main-header__tab-link {
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
        }

.main-header__profile-link {
        margin: 0 24px;
        position: relative
    }

.main-header__profile-link:hover {
            fill: #f90;
        }

@media (max-width: 1320px) {

    .main-header__profile-link {
            margin: 0 18px
    }
        }

@media(max-width: 1279px) {

    .main-header__profile-link {
            margin: 0 18px
    }
        }

@media (max-width: 1200px) {

    .main-header__profile-link {
            margin: 0 12px
    }
        }

@media (max-width: 767px) {

    .main-header__profile-link {
            margin: 0 32px 0 0
    }
        }

.main-header__profile-controls {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end
    }

@media(max-width: 1023px) {

    .main-header__profile-controls {
            width: 100%;
            -ms-flex-pack: justify;
                justify-content: space-between
    }
        }

@media (max-width: 767px) {

    .main-header__profile-controls {
            -ms-flex-pack: start;
                justify-content: flex-start
    }
        }

.main-header__search {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-right: -24px;
/*
        &-btn {
            position: absolute;
            top: 14px;
            right: 0;
        }  */
    }

.main-header__search-placeholder {
            /* position: relative;
            right: -13px;
            width: 240px;
            border-radius: 16px;*/
            display: none !important;
            margin-right: 8px
        }

.main-header__search-placeholder.show {
                display: block !important;
            }

.main-header__icon-counter {
            position: absolute;
            bottom: 24px;
            right: -20px;
            font-weight: 500;
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 11px;
            line-height: 0.6875rem;
            color: #fff;
            background: #e87018;
            border-radius: 2px;
            padding: 2px 6px
        }

@media(max-width: 1023px) {
        .main-header__icon-counter {
                padding: 4px 1px;
                font-size: 0.5625rem;
                line-height: 0.5;
                right: -12px;
                bottom: 16px;
                min-width: 9px;
                text-align: center
        }
            }

.main-header__icon-logo {
            width: 140px;
            height: 30px
        }

@media(max-width: 1023px) {

        .main-header__icon-logo {
                height: 20px;
                width: 94px
        }
            }

.main-header__icon-search {
            width: 38px;
            height: 24px
        }

@media(max-width: 1023px) {


        .main-header__icon-search {
                width: 16px;
                height: 16px
        }
            }

.main-header__icon-compare {
            width: 24px;
            height: 24px
        }

@media(max-width: 1023px) {

        .main-header__icon-compare {
                width: 20px
        }
            }

.main-header__icon-wishlist,
        .main-header__icon-cart {
            width: 24px;
            height: 21px;
            padding: 0
        }

@media(max-width: 1023px) {

        .main-header__icon-wishlist,
        .main-header__icon-cart {
                width: 16px;
                height: 16px
        }
            }

.main-header__icon-cross {
            height: 17px;
            width: 17px;
        }

.main-header__contacts {
        display: -ms-flexbox;
        display: flex;
    }

.main-header__contacts--checkout {
          width: 100%;
          -ms-flex-pack: end;
              justify-content: flex-end;
        }

@media(max-width: 1023px) {

    .main-header__contacts {
            display: none
    }
        }

.main-header__contacts-col {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
        }

.main-header__contacts-time {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 11px;
            line-height: 0.6875rem;
            display: block;
            margin-right: 20px;
        }

.main-header__contacts-phone {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 24px;
            line-height: 1.5rem;
            display: block;
            font-weight: bold;
        }

.main-header__contacts-phone-link {
                font-size: 11px;
                font-size: 0.6875rem;
                line-height: 11px;
                line-height: 0.6875rem;
                color: #e87018;
                margin-left: auto
            }

.main-header__contacts-phone-link:hover {
                    color: #f90;
                }

@media(max-width: 1023px) {
        .main-header__mobile-top {
                -ms-flex-pack: justify;
                    justify-content: space-between;
                height: 50px;
                padding: 0 15px;
                border-bottom: 1px solid #ececed
        }
            }

@media(max-width: 1023px) {
        .main-header__mobile-bottom {
                height: 40px;
                padding: 0 15px
        }
            }

@media (max-width: 767px) {
        .main-header__mobile-bottom {
                padding: 0;
                height: 34px
        }
            }

@media(min-width: 1024px) {

    .main-header__only-mobile {
            display: none
    }
        }

.main-header__search {
    width: 242px;
    min-height: 40px
}

@media (max-width: 767px) {

.main-header__search {
        width: 200px
}
    }

.main-header__search-btn {
    margin-left: auto;
}

.main-header__search-btn--active {
        position: absolute;
        z-index: 999;
        left: 420px
    }

@media (max-width: 767px) {

    .main-header__search-btn--active {
            left: auto;
            right: 0
    }
        }

.main-header__search-placeholder--new-search.show {
    justify-self: flex-start;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #414042
}

@media (max-width: 767px) {

.main-header__search-placeholder--new-search.show {
        width: 176px;
        max-height: 36px
}
    }

.main-header__search-placeholder--new-search.show.show--focus {
    width: 460px;
    position: absolute;
    z-index: 3;
    bottom: 0
}

@media (max-width: 767px) {

.main-header__search-placeholder--new-search.show.show--focus {
      width: 176px;
      max-height: 36px;
      bottom: auto
}
  }

.main-header__search-wrapper {
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    display: block;
    min-height: 40px;
}

.main-header__reset-button {
    width: 16px;
    height: 35px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    position: absolute;
    left: -32px;
    bottom: -2px;
    font-weight: 300;
    color: #414042;
    transition: 200ms
}

.main-header__reset-button:hover,
    .main-header__reset-button:focus {
        color: #f90;
    }

.main-header__search-placeholder--new-search:focus + .main-header__reset-button {
    display: block;
}

.main-header__search-placeholder--new-search::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

undefined {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

undefined {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

undefined {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

.main-header__search-placeholder--new-search::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #a09fa0;
    opacity: 0.5
}

@media (max-width: 767px) {

.main-header__search-placeholder--new-search::-webkit-input-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::-moz-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search:-ms-input-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::-ms-input-placeholder {
        font-size: 0.6875rem
}

undefined {
        font-size: 0.6875rem
}

undefined {
        font-size: 0.6875rem
}

undefined {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::-webkit-input-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::-moz-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search:-ms-input-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::-ms-input-placeholder {
        font-size: 0.6875rem
}

.main-header__search-placeholder--new-search::placeholder {
        font-size: 0.6875rem
}
    }

.main-header__search-list {
    background-color: #fff;
    padding: 15px 15px 0 15px;
    border-radius: 3px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, .15);
    width: 460px;
    z-index: 2;
}

.main-header__list-wrapper {
    position: absolute;
    top: 41px;
    z-index: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    display: none;
}

.main-header__list-wrapper.show {
    display: -ms-flexbox;
    display: flex;
}

.main-header__more-wrapper {
    background-color: #fff;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px;
}

.main-header__search-more {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
    line-height: 0.8125rem;
    font-weight: 700;
    position: relative;
    height: 100%;
    transition: 200ms
}

.main-header__search-more:hover::before {
            border-color: #f90;
        }

.main-header__search-more:hover::after {
            background-color: #f90;
        }

.main-header__search-more::before {
        content: "";
        border: solid #414042;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        right: -16px;
        top: 3px;
    }

.main-header__search-more::after {
        content: "";
        position: absolute;
        background-color: #414042;
        height: 2px;
        width: 8px;
        right: -15px;
        top: 5px;
    }

@media (max-width: 540px) {
    a.main-header__profile-link:first-of-type {
        margin-left: auto;
    }

    .main-header__profile-link {
        margin-right: 13px;
    }
}

.main-header__slogan {
    display: inline-block;
    max-width: 80px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    color: #4A4A4A;
    vertical-align: text-top;
    min-width: 80px;
}

.bottom-header {
    height: 60px;
    color: #fff;
    fill: #fff
}

@media(max-width: 1023px) {

.bottom-header {
        height: auto;
        padding: 13px 0
}
    }

.bottom-header__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        height: 100%
    }

@media(max-width: 1023px) {

    .bottom-header__container {
            display: block
    }
        }

@media(max-width: 1023px) {

        .bottom-header__container--reverse {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                -ms-flex-align: start;
                    align-items: flex-start
        }
            }

.bottom-header__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

.bottom-header__title-text {
            font-weight: 500;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 24px;
            line-height: 1.5rem
        }

@media(max-width: 1023px) {

        .bottom-header__title-text {
                font-size: 1.125rem
        }
            }

.bottom-header__title-text--small {
                font-size: 14px;
                font-size: 0.875rem;
            }

@media(max-width: 1023px) {

            .bottom-header__container--reverse .bottom-header__title-text {
                    margin-top: 15px
            }
                }

.bottom-header__catalog-counter {
        margin-left: 10px;
        border: 1px solid rgba(255, 255, 255, .7);
        box-sizing: border-box;
        border-radius: 3px;
        display: block;
        padding: 3px 10px
    }

@media(max-width: 1023px) {

    .bottom-header__catalog-counter {
            padding: 0px 6px;
            line-height: 1.5625rem;
            padding-top: 3px
    }
        }

.bottom-header__controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

.bottom-header__controls-text {
            text-transform: uppercase;
            margin-right: 16px
        }

@media(max-width: 1023px) {

        .bottom-header__controls-text {
                display: none
        }
            }

.bottom-header__select {
        width: 220px;
        padding-left: 6px
    }

@media(max-width: 1023px) {

    .bottom-header__select {
            width: 100%
    }
        }

@media(max-width: 1023px) {

        .bottom-header__select + .select2 {
                width: 100% !important;
                max-width: 320px
        }
            }

.bottom-header__icon-back {
            transform: rotate(180deg);
            margin-right: 16px;
            border: 1px solid #767676;
            border-radius: 3px;
            padding: 6px;
            width: 32px;
            height: 32px;
        }

.bottom-header__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #fff;
        fill: #fff
    }

.bottom-header__link:hover {
            color: #f90;
            fill: #f90;
        }

.bottom-header__link:hover .bottom-header__icon-back {
                border-color: #f90;
            }

.bottom-header__content-wrapper {
    width: 100%;
    height: 100%;
    background-color: #414042;
    padding-right: 15px;
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 767px) {

.bottom-header__content-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
    }

.header-mobile-menu {
    display: none
}

.header-mobile-menu.is-open {
        display: block;
        position: relative;
        z-index: 999;
    }

.header-mobile-menu:after {
        content: '';
        display: block;
        height: 100vh;
        position: absolute;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: -1;
    }

.header-mobile-menu__contacts {
        padding: 15px;
        border-bottom: 1px solid #ececed;
    }

.header-mobile-menu__contacts-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
                align-items: flex-end;
        }

.header-mobile-menu__contacts-phone {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem;
            font-weight: bold;
            margin-right: 5px
        }

@media(max-width: 1023px) {

        .header-mobile-menu__contacts-phone {
                margin-top: 5px
        }
            }

.header-mobile-menu__contacts-time {
            font-size: 10px;
            font-size: 0.625rem;
        }

.header-mobile-menu__contacts-link {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 11px;
            line-height: 0.6875rem;
            color: #e87018;
        }

.header-mobile-menu__list {
        padding: 0 15px;
        height: 100%;
    }

.header-mobile-menu__list-item {
            font-size: 14px;
            font-size: 0.875rem;
            text-transform: uppercase;
            line-height: 44px;
            line-height: 2.75rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
        }

.header-mobile-menu__list-item:not(:last-child) {
                border-bottom: 1px solid #ececed;
            }

.header-mobile-menu__list-item--important {
                font-weight: bold;
            }

.header-mobile-menu__label {
  width: 4px;
  height: 4px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  transform: rotate(315deg);
  margin-left: auto;
  margin-top: 16px;
  transition: all 200ms ease-out;
}

.header-mobile-menu__submenu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: none;
}

.header-mobile-menu__submenu li {
    text-transform: none;
  }

.header-mobile-menu__list-item--important.show .header-mobile-menu__submenu {
  display: block;
}

.footer {
    font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
    background-color: rgba(236, 236, 237, .5);
    display: block;
    position: relative;
    margin-top: auto;
    padding: 46px 0 20px 0;
    font-size: 11px;
    font-size: 0.6875rem
}

@media(max-width: 767px) {

.footer {
        padding: 0
}
    }

@media(max-width: 767px) {

    .footer__container {
            padding: 16px 15px !important
    }
        }

.footer__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

.footer__col--right {
            text-align: right
        }

@media(max-width: 767px) {
        .footer__col--right {
                margin: 0 auto;
                text-align: center;
                width: 100%;
                margin-top: 37px
        }
            }

.footer__list-item {
            padding: 4px 0;
        }

.footer__list-link {
            font-weight: 500;
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 11px;
            line-height: 0.6875rem;
            text-transform: uppercase;
        }

.footer__phone-number {
            font-weight: bold;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 100%;
            margin-bottom: 10px
        }

@media(max-width: 1023px) {
        .footer__phone-number {
                letter-spacing: -0.03125rem;
                margin-bottom: 5px
        }
            }

.footer .icon--logo {
            width: 140px;
            height: 38px;
        }

@media(max-width: 1023px) {

    .footer__copy {
            margin-bottom: 6px
    }
        }

@media(max-width: 767px) {

.main-footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between
}
    }

@media(max-width: 767px) {
        .main-footer .footer__col:first-child {
                display: none
        }
            }

@media(max-width: 767px) {

        .main-footer .footer__col:nth-child(2) {
                width: 45%
        }
            }

@media(max-width: 767px) {

        .main-footer .footer__col:nth-child(3) {
                width: 55%
        }
            }

@media(max-width: 767px) {

.bottom-footer {
        display: block;
        text-align: center;
        margin-top: 42px
}
    }

/*
Оформление пагинации
*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  line-height: 100%;
}

.pagination__prev {
    transform: rotate(-180deg);
  }

.pagination__item {
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-right: 1px solid rgba(65, 64, 66, .3)
  }

.pagination__item:last-child {
      border-right: none;
    }

.pagination__item.is-active {
      background: #ececed;
    }

.pagination__container {
    margin-bottom: 120px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(65, 64, 66, .3);
    border-radius: 3px;
  }

.pagination__nav--disabled {
      fill: rgba(65, 64, 66, .3);
    }

.pagination .icon--arrow {
      width: 23px;
      height: 16px;
    }

.breadcrumbs {
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.breadcrumbs__item {
        margin: 0 12px;
        position: relative;
        font-size: 11px;
        font-size: 0.6875rem
    }

.breadcrumbs__item:first-child {
            margin-left: 0;
        }

.breadcrumbs__item:not(:first-child):before {
                content: '—';
                position: absolute;
                font-weight: bold;
                left: -18px;
                transform: rotate(-45deg);
                color: #4a4a4a;
            }

.mCSB_dragger_bar {
    background-color: #e87018 !important;
}

.mCSB_draggerRail {
    background-color: #EFEFEF !important;
    width: 4px !important;
}

.map {
    height: 250px;
    width: 100%;
}

/* Стили для обычных типовых форм */

.helpers-form {
    min-width: 434px;
    border: 10px solid rgba(236, 236, 237, .5);
    padding: 20px
}

@media(max-width: 1023px) {

.helpers-form {
        width: 100%;
        min-width: 100%;
        padding: 10px
}
    }

@media(min-width: 1024px) {

.helpers-form {
        margin-left: 30px
}
    }

.helpers-form__title {
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
        margin-bottom: 26px;
    }

.helpers-form__label {
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.5px;
        letter-spacing: 0.03125rem;
    }

.helpers-form__position {
        margin-top: 10px;
        position: relative;
        margin-bottom: 18px;
    }

.helpers-form__comment {
        resize: none;
        height: 100px;
    }

.helpers-form__controls {
        margin-top: 15px;
    }

.helpers-form__btn-submit {
        width: 100%;
        height: 48px;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem
    }

@media(max-width: 1023px) {

    .helpers-form__btn-submit {
            height: 40px
    }
        }

.dropzone {

    display: -ms-flexbox;

    display: flex;
    min-height: 100%;
    padding: 4px;
    border: 1px dashed rgba(65, 64, 66, .3);
    border-radius: 3px
}

.dropzone.dz-started {
        display: block;
    }

.dropzone__file-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

.dropzone__error-message {
        font-size: 11px;
        font-size: 0.6875rem;
        color: #E81818;
    }

.dropzone__message {
        margin-left: 15px;
        line-height: 100%;
    }

.dropzone__btn {
        text-transform: none;
        white-space: nowrap;
    }

.dropzone .dz-message {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 13px;
        font-size: 0.8125rem;
        color: rgba(65, 64, 66, .5);
        margin-left: 0;
    }

.dropzone .dz-remove:hover {
            cursor: pointer;
        }

/* Главная страница */

@media(max-width: 1023px) {

.index-page {
        padding: 0 5px !important
}
    }

.index-page__header {
        position: absolute;
        background: rgba(255, 255, 255, .9);
        width: 100%;
        z-index: 1
    }

@media(max-width: 1023px) {

    .index-page__header {
            background: #fff;
            position: fixed
    }
        }

.index-page__main-image {
        padding-top: 120px;
        height: 600px;
        width: 100%;
        background-position-x: center;
        background-repeat: no-repeat;

        background-size: 1130px 400px
    }

@media (max-width: 1366px) {

    .index-page__main-image {
            background-size: 1040px 360px
    }
        }

@media (max-width: 1280px) {

    .index-page__main-image {
            background-size: 953px 340px
    }
        }

@media (max-width: 1024px) {

    .index-page__main-image {
            background-size: 895px 320px
    }
        }

@media (max-width: 991px) {

    .index-page__main-image {
            background-size: contain
    }
        }

@media(max-width: 767px) {

    .index-page__main-image {
            padding-top: 90px;
            height: 240px;
            display: none
    }
        }

.index-page__main-image--mobile {
            display: none
        }

@media(max-width: 767px) {

        .index-page__main-image--mobile {
                display: block;
                background-size: cover
        }
            }

.index-page__card-list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: 10px;
        }

.index-page__card-item {
/*             width: 560px; */
			width: calc(50% - 5px);
            height: 530px;
            position: relative;
            margin-top: 10px;
            display: -ms-flexbox;
            display: flex
        }

@media(max-width: 1023px) {

        .index-page__card-item {
                width: 100%;
                display: block;
                margin-top: 5px;
                height: 336px
        }
            }

@media(max-width: 1023px) and (min-width: 768px) {

        .index-page__card-item {
                max-width: calc(50% - 2.5px)
        }
            }

@media(min-width: 1024px) and (max-width: 1279px) {

        .index-page__card-item {
                width: calc(50% - 5px)
        }
            }

.index-page__card-content {
            width: 275px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            height: 100%
        }

@media(max-width: 1023px) {

        .index-page__card-content {
                width: 100%;
                height: 50%
        }
            }

.index-page__card-content-title {
                font-size: 26px;
                font-size: 1.625rem;
                line-height: 26px;
                line-height: 1.625rem;
                text-transform: uppercase;
                font-weight: bold
            }

@media(max-width: 1023px) {

            .index-page__card-content-title {
                    font-size: 1.5rem;
                    line-height: 1.5rem
            }
                }

.index-page__card-content-span {
                display: block;
                margin-top: 15px;
                font-size: 14px;
                font-size: 0.875rem
            }

@media(max-width: 1023px) {

            .index-page__card-content-span {
                    margin-top: 22px;
                    letter-spacing: 0.03125rem
            }
                }

.index-page__card-link {
            color: #fff;
            fill: #fff;
            font-weight: bold;
            text-align: center
        }

.index-page__card-link:hover {
                color: #f90;
                fill: #f90;
            }

.index-page__card-image {
            height: 100%;
            background-position-x: center;
            background-repeat: no-repeat;
            background-size: cover
        }

@media(max-width: 1023px) {

        .index-page__card-image {
                display: none
        }
            }

.index-page__card-image--mobile {
                display: none
            }

@media(max-width: 1023px) {

            .index-page__card-image--mobile {
                    display: block;
                    background-repeat: no-repeat
            }
                }

.index-page__card-image-container {
                width: 285px
            }

@media(max-width: 1023px) {

            .index-page__card-image-container {
                    width: 100%;
                    height: 50%
            }
                }

.index-page__icon-next {
            width: 22px;
            height: 15px;
            margin-left: 10px;
        }

.index-page__title {
        font-weight: bold;
        font-size: 26px;
        font-size: 1.625rem;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
        letter-spacing: 0.03125rem;
        word-spacing: -0.5px;
    }

.index-page__title--important {
            color: #e87018;
        }

@media (max-width: 1023px) {

    .index-page__title {
            margin-bottom: 25px;
            text-align: center
    }
        }

@media (max-width: 767px) {

    .index-page__title {
            line-height: 130%;
            font-size: 1.125rem;
            margin-bottom: 10px
    }
        }

/* Карточки товаров */

.product-card {
  height: 352px;
  width: 100%;
  max-width: 200px;
  position: relative;
}

.catalog-list__list .product-card {
    max-width: 100%;
  }

@media (max-width: 767px) {

.product-card {
    min-width: 100%;
    max-width: 100%;
    height: 309px
}
  }

@media (min-width: 1024px) and (max-width: 1439px) {

.product-card {
    min-width: 137px
}
  }

.product-card__trash-btn {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 4px 5px;
  }

.product-card__trash-icon {
    width: 13px;
    height: 16px;
  }

.product-card__header {
    width: 100%;
    height: 200px;
    position: relative
  }

@media (max-width: 767px) {

  .product-card__header {
      height: 137px
  }
    }

.product-card__header-controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }

.product-card__header-controls-col {
        display: -ms-flexbox;
        display: flex;
        position: relative;
      }

.product-card__picture {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
  }

.product-card__picture:hover {
      opacity: 0.6;
    }

.product-card__body {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.25;
  }

.product-card__compare-btn {
      background: #fff;
      margin-right: 4px;
      margin-left: 4px;
      margin-bottom: 4px;
      position: relative;
      left: 2px;
      top: 2px;
    }

.product-card__compare-btn .icon {
        height: 24px;
        width: 24px;
      }

.product-card__compare-btn.is-added {
        fill: #f90;
      }

.product-card__compare-btn:hover {
        background: #4a4a4a;
        border-radius: 3px;
        fill: #fff;
      }

.product-card__compare-btn:hover .icon {
          background: none;
        }

.product-card__wishlist-btn {
      margin-bottom: 4px;
      background: #fff;
      margin-right: 4px;
      margin-left: 4px;
      height: 24px;
      width: 24px;
      position: relative;
      left: 2px;
      top: 2px
    }

.product-card__wishlist-btn:hover {
        fill: #f90;
        background: #4a4a4a;
        border-radius: 3px;
        fill: #fff;
      }

.product-card__wishlist-btn:hover .icon--wishlist-full {
          fill: #fff;
        }

.product-card__wishlist-btn .icon--wishlist-full {
        fill: #e87018;
      }

.product-card__vendor-code {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin-bottom: 8px
  }

@media (max-width: 767px) {

  .product-card__vendor-code {
      font-size: 0.6875rem;
      line-height: 100%;
      margin-bottom: 2px
  }
    }

.product-card__product-title {
    font-size: 13px;
    font-size: 0.8125rem
  }

.product-card__product-title:hover {
      color: #4a4a4a;
      text-decoration: underline;
    }

@media (max-width: 767px) {

  .product-card__product-title {
      font-size: 0.6875rem;
      line-height: 130%
  }
    }

.product-card__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 5px
  }

@media (max-width: 767px) {

  .product-card__controls {
      display: block;
      bottom: 3px
  }
    }

.product-card__actions {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    position: absolute;
  }

.product-card__actions-item {
      margin-right: 5px;
      border-radius: 1px;
      padding: 0 8px;
      font-weight: bold;
      font-size: 11px;
      font-size: 0.6875rem
    }

@media (max-width: 767px) {

    .product-card__actions-item {
        font-size: 0.6875rem;
        position: relative;
        bottom: 5px
    }
      }

.product-card__actions-item--black {
        background: #1b1b1b;
        color: #fff;
      }

@media (max-width: 767px) {

  .product-card__title {
      line-height: 0.5
  }
    }

.product-card__sale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    white-space: nowrap;
  }

.product-card__sale-sum {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1;
      border: 1px solid #e87018;
      border-radius: 2px;
      padding: 3px 6px 1px 6px;
      color: #e87018;
      font-weight: 500;
    }

.product-card__old-price {
    white-space: nowrap;
    text-decoration: line-through;
    color: rgba(65, 64, 66, .3);
    margin-right: 8px
  }

@media (min-width: 1024px) and (max-width: 1439px) {

  .product-card__old-price {
      margin-right: 4px
  }
    }

.product-card__current-price {
    white-space: nowrap;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 0
  }

@media (max-width: 767px) {

  .product-card__current-price {
      font-size: 1.25rem;
      line-height: 100%
  }
    }

@media (max-width: 767px) {

  .product-card__price {
      position: relative;
      bottom: 13px
  }
    }

.product-card__btn-buy {
      height: 36px;
      max-width: 80px
    }

@media (max-width: 767px) {
    .product-card__btn-buy {
        max-width: 100%;
        width: 100%
    }
      }

.product-card__award-img {
      margin-top: auto;
      width: 30px
    }

@media (max-width: 1023px) {
    .product-card__award-img {
        width: 20px
    }
      }

.product-card__award-img--big {
        width: 100%;
        max-width: 72px;
      }

.product-card-new {
  width: 100%;
  max-width: 225px;
  position: relative;
}

.catalog-list__list .product-card-new {
    max-width: 100%;
  }

@media (max-width: 767px) {

.product-card-new {
    min-width: 100%;
    max-width: 100%;
    height: 309px
}
  }

@media (min-width: 1024px) and (max-width: 1439px) {

.product-card-new {
    min-width: 137px
}
  }

.product-card-new__trash-btn {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 4px 5px;
  }

.product-card-new__trash-icon {
    width: 13px;
    height: 16px;
  }

.product-card-new__header {
    width: 100%;
    height: 195px;
    position: relative
  }

@media (max-width: 767px) {

  .product-card-new__header {
      height: 137px;
      width: 100%
  }
    }

.product-card-new__header-controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }

.product-card-new__header-controls-col {
        display: -ms-flexbox;
        display: flex;
        position: relative;
      }

.product-card-new__picture {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
  }

@media (min-width: 768px) {

  .product-card-new__picture {
      max-width: calc(100% - 16px);
      left: 8px
  }
    }

.product-card-new__picture:hover {
      opacity: 0.6;
    }

.product-card-new__body {
    line-height: 1.25;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    margin-top: 13px;
  }

.product-card-new__compare-btn {
      background: #fff;
      margin-right: 4px;
      margin-left: 4px;
      margin-bottom: 4px;
      position: relative;
      left: 2px;
      top: 2px;
    }

.product-card-new__compare-btn .icon {
        height: 24px;
        width: 24px;
      }

.product-card-new__compare-btn.is-added {
        fill: #f90;
      }

.product-card-new__compare-btn:hover {
        background: #4a4a4a;
        border-radius: 3px;
        fill: #fff;
      }

.product-card-new__compare-btn:hover .icon {
          background: none;
        }

.product-card-new__wishlist-btn {
      margin-bottom: 4px;
      background: #fff;
      margin-right: 4px;
      margin-left: 4px;
      height: 24px;
      width: 24px;
      position: relative;
      left: 2px;
      top: 2px
    }

.product-card-new__wishlist-btn:hover {
        fill: #f90;
        background: #4a4a4a;
        border-radius: 3px;
        fill: #fff;
      }

.product-card-new__wishlist-btn:hover .icon--wishlist-full {
          fill: #fff;
        }

.product-card-new__wishlist-btn .icon--wishlist-full {
        fill: #e87018;
      }

.product-card-new__vendor-code {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin-bottom: 8px
  }

@media (max-width: 767px) {

  .product-card-new__vendor-code {
      font-size: 0.6875rem;
      line-height: 100%;
      margin-bottom: 2px
  }
    }

.product-card-new__product-title {
    font-size: 13px;
    font-size: 0.8125rem
  }

.product-card-new__product-title:hover {
      color: #4a4a4a;
      text-decoration: underline;
    }

@media (max-width: 767px) {

  .product-card-new__product-title {
      font-size: 0.6875rem;
      line-height: 130%
  }
    }

.product-card-new__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 5px
  }

@media (max-width: 767px) {

  .product-card-new__controls {
      display: block;
      bottom: 3px
  }
    }

.product-card-new__actions {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    position: absolute;
  }

.product-card-new__actions-item {
      margin-right: 5px;
      border-radius: 1px;
      padding: 0 8px;
      font-weight: bold;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.5
    }

@media (max-width: 767px) {

    .product-card-new__actions-item {
        font-size: 0.6875rem;
        position: relative;
        bottom: 5px
    }
      }

.product-card-new__actions-item--black {
        background: #1b1b1b;
        color: #fff;
      }

@media (max-width: 767px) {

  .product-card-new__title {
      line-height: 0.5
  }
    }

.product-card-new__sale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    white-space: nowrap;
  }

.product-card-new__sale-sum {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1;
      border: 1px solid #e87018;
      border-radius: 2px;
      padding: 3px 6px 1px 6px;
      color: #e87018;
      font-weight: 500;
    }

.product-card-new__old-price {
    white-space: nowrap;
    text-decoration: line-through;
    color: rgba(65, 64, 66, .3);
    margin-right: 8px
  }

@media (min-width: 1024px) and (max-width: 1439px) {

  .product-card-new__old-price {
      margin-right: 4px
  }
    }

.product-card-new__current-price {
    white-space: nowrap;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 0
  }

@media (max-width: 767px) {

  .product-card-new__current-price {
      font-size: 1.25rem;
      line-height: 100%
  }
    }

@media (max-width: 767px) {

  .product-card-new__price {
      position: relative;
      bottom: 13px
  }
    }

.product-card-new__btn-buy {
      height: 36px;
      max-width: 80px
    }

@media (max-width: 767px) {
    .product-card-new__btn-buy {
        max-width: 100%;
        width: 100%
    }
      }

.product-card-new-advert {
    width: 100%;
    height: 100%;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    min-width: 100%;
  }

.product-card-new-advert__image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      background-size: cover;
      height: 100%
    }

@media (max-width: 767px) {

    .product-card-new-advert__image {
        background-size: cover
    }
      }

.product-card-new-advert__body {
      text-align: right;
      color: #fff;
      padding: 46px 20px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      max-width: 100%
    }

@media (max-width: 1023px) {

    .product-card-new-advert__body {
        padding: 15px 20px
    }
      }

.product-card-new-advert__title {
      color: #f90;
      font-size: 32px;
      font-size: 2rem;
      font-weight: bold;
      line-height: 28px;
      line-height: 1.75rem;
      margin-bottom: 12px
    }

@media (max-width: 1023px) {

    .product-card-new-advert__title {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
      }

.product-card-new-advert__description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      line-height: 0.875rem
    }

@media (max-width: 1023px) {

    .product-card-new-advert__description {
        font-size: 0.875rem;
        line-height: 0.875rem
    }
      }

.product-card-new__award-img {
      margin-top: auto;
      width: 30px
    }

@media (max-width: 1023px) {
    .product-card-new__award-img {
        width: 20px
    }
      }

.product-card-new__award-img--big {
        width: 100%;
        max-width: 72px;
      }

/* Начало стилей для новых карточек товаров */

.product-card-new__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 128px
  }

@media (max-width: 767px) {

  .product-card-new__body {
      height: 185px
  }
    }

.product-card-new__body-main-controls {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 10px;
    }

.product-card-new__body-main-controls-group {
        display: -ms-flexbox;
        display: flex
      }

@media (max-width: 767px) {

      .product-card-new__body-main-controls-group {
          position: absolute;
          -ms-flex-direction: column;
              flex-direction: column;
          right: 0;
          top: 84px
      }
        }

.product-card-new__body-main-vendor-code {
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
    }

.product-card-new__body-main-title {
      font-size: 13px;
      font-size: 0.8125rem;
      display: block;
      line-height: 130%;
      max-height: 36px;
      overflow: hidden;
      transition: all 200ms ease-out
    }

.product-card-new__body-main-title:hover {
        overflow: visible;
        overflow: initial;
        max-height: none;
        max-height: initial;
      }

.product-card-new__body-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center
  }

@media (max-width: 767px) {

  .product-card-new__body-bottom {
      display: block
  }
    }

.product-card-new__body-bottom-sale {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      white-space: nowrap;
      line-height: 1;
    }

.product-card-new__body-bottom-price-info {
        margin-bottom: 3px
      }

@media (max-width: 767px) {
      .product-card-new__body-bottom-price-info {
          margin-bottom: 7px
      }
        }

.product-card-new__body-bottom-price-old {
        font-size: 13px;
        font-size: 0.8125rem;
        white-space: nowrap;
        text-decoration: line-through;
        color: rgba(65, 64, 66, .3);
        margin-right: 2px;
      }

.product-card-new__body-bottom-price-sale {
        line-height: 1;
        border: 1px solid #e87018;
        border-radius: 2px;
        padding: 2px 4px 1px 4px;
        color: #e87018;
        font-size: 11px;
        font-size: 0.6875rem;
        font-weight: 500;
      }

.product-card-new__body-bottom-price-current {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 0.5;
        white-space: nowrap;
      }

@media (max-width: 767px) {

    .product-card-new__body-bottom-buy-btn {
        width: 100%
    }
      }

.product-card-new__body-bottom-action {
      display: -ms-flexbox;
      display: flex;
      height: 37px;
      font-size: 13px;
      font-size: 0.8125rem;
      max-width: 112px
    }

@media (max-width: 767px) {

    .product-card-new__body-bottom-action {
        max-width: 100%
    }
      }

.product-card-new__buy-btn {
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: nowrap;
    font-weight: bold
  }

@media (max-width: 767px) {

  .product-card-new__buy-btn {
      width: 100%
  }
    }

.product-card-new__buy-btn.buy-btn--plus {
        min-width: auto;
        padding: 0 8px;
      }

@media (max-width: 767px) {
    .catalog-list .product-card-new__body {
        height: auto;
        min-height: 157px
    }
      }

@media (max-width: 767px) {
        .catalog-list .product-card-new__body-main-controls {
            margin-bottom: 0
        }
          }

@media (max-width: 767px) {

          .catalog-list .product-card-new__body-main-controls-group {
              position: absolute;
              right: 0;
              -ms-flex-direction: column;
                  flex-direction: column;
              top: 81px
          }
            }

@media (max-width: 767px) {
        .catalog-list .product-card-new__body-bottom-action {
            max-width: 100%
        }
          }

/* Каталог товаров */

.catalog-view {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 1023px) {

.catalog-view {
    display: block;
    position: relative
}
  }

.catalog-view__show-more {
    margin-top: 40px;
    margin-bottom: 80px;
    cursor: pointer;
  }

.catalog-view__show-more-btn {
      height: 40px;
      background: rgba(236, 236, 237, .3);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 14px;
      font-size: 0.875rem;
      color: #414042;
    }

.catalog-view__mobile-filters {
    margin-bottom: 17px
  }

@media (min-width: 1024px) {

  .catalog-view__mobile-filters {
      display: none
  }
    }

@media all and (-ms-high-contrast:none) {
    .catalog-view__col:last-child {
          width: 80%
    }
      }

.catalog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-list__item {
    outline: 1px solid rgba(236, 236, 237, .8);
    margin-bottom: 0;
    width: 25%;
    padding: 15px;
    height: 365px;
    margin-top: 2px;
    min-width: 220px
  }

@media (max-width: 767px) {

  .catalog-list__item {
      min-width: auto
  }
    }

.catalog-list__item--black-friday {
      position: relative
    }

.catalog-list__item--black-friday:after {
        position: absolute;
        top: 10px;
        left: 15px;
        content: '';
        width: 48px;
        height: 48px;
        background-image: url('../img/black-friday.svg');
      }

.catalog-list__item--narrow {
      width: 20%;
    }

@media (max-width: 1279px) {

  .catalog-list__item {
      width: 33.333%;
  }

      .catalog-list__item--narrow {
        width: 20%;
      }
    }

@media (max-width: 767px) {

  .catalog-list__item {
      width: calc(50% - 8px);
      outline: none;
      padding: 0;
      height: auto;
      margin-bottom: 32px
  }
    }

@media (max-width: 767px) {

    .catalog-list__item:nth-child(odd) {
        margin-right: 16px
    }
      }

.catalog-list__item--hurry-up {
      width: 50%;
      outline: 2px solid #e87018;
      /* relative для того, чтобы обводка всегда была выше других */
      position: relative
    }

@media (max-width: 1279px) {

    .catalog-list__item--hurry-up {
        width: 66.666%
    }
      }

@media (max-width: 1023px) {

    .catalog-list__item--hurry-up {
        width: 33.333%
    }
      }

@media (max-width: 767px) {

    .catalog-list__item--hurry-up {
        width: calc(50% - 8px);
        outline: none;
        padding: 0
    }
      }

.catalog-list__item--advert {
      padding: 0;
    }

.catalog-list__item .hurry-up-item__header {
        height: 80px
      }

@media (max-width: 1023px) {
      .catalog-list__item .hurry-up-item__header {
          height: 30px;
          position: absolute;
          width: calc(100% - 30px)
      }
        }

@media (max-width: 767px) {
      .catalog-list__item .hurry-up-item__header {
          width: 100%
      }
        }

.catalog-list__item .hurry-up-item__header-right {
          max-width: 177px;
          line-height: 130%
        }

@media (max-width: 1023px) {

        .catalog-list__item .hurry-up-item__header-right {
            display: block
        }
          }

.catalog-list__item .hurry-up-item__header-time {
          margin-right: 0
        }

@media (min-width: 1280px) {

        .catalog-list__item .hurry-up-item__header-time {
            position: relative;
            top: 2px;
            line-height: 130%;
            left: 2px
        }
          }

@media (max-width: 1023px) {

        .catalog-list__item .hurry-up-item__header-time {
            font-size: 0.6875rem;
            line-height: 130%;
            display: block
        }
          }

@media (max-width: 1023px) {
          .catalog-list__item .hurry-up-item__header-sale-text {
              display: none
          }
            }

@media (max-width: 1023px) {
            .catalog-list__item .hurry-up-item__header-sale-sum:after {
                display: none
            }
              }

@media (max-width: 1023px) {

      .catalog-list__item .hurry-up-item__timer {
          font-size: 0.75rem;
          line-height: 130%
      }
        }

.catalog-list__item .hurry-up-item__body {
        max-height: 100%;
        padding: 15px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between
      }

@media (max-width: 1023px) {

      .catalog-list__item .hurry-up-item__body {
          display: block
      }
        }

@media (max-width: 767px) {

      .catalog-list__item .hurry-up-item__body {
          padding: 0
      }
        }

@media all and (-ms-high-contrast:none) {

        .catalog-list__item .hurry-up-item__body-main {
              height: 200px
        }
          }

@media (max-width: 767px) {

        .catalog-list__item .hurry-up-item__body-bottom {
            display: block
        }
          }

.catalog-list__item .hurry-up-item__info {
        max-width: 195px
      }

@media (min-width: 1280px) {

      .catalog-list__item .hurry-up-item__info {
          padding-top: 6px;
          padding-left: 6px;
          padding-bottom: 4px
      }
        }

@media (max-width: 1023px) {

      .catalog-list__item .hurry-up-item__info {
          max-width: 100%
      }
        }

@media (max-width: 767px) {

      .catalog-list__item .hurry-up-item__info {
          line-height: 1.25;
          height: auto;
          min-height: 157px
      }
        }

.catalog-list__item .hurry-up-item__title {
        font-size: 13px;
        font-size: 0.8125rem;
      }

@media (max-width: 1023px) {

      .catalog-list__item .hurry-up-item__preview {
          -ms-flex-pack: center;
              justify-content: center
      }
        }

@media (max-width: 767px) {

      .catalog-list__item .hurry-up-item__preview {
          margin-bottom: 13px
      }
        }

.catalog-list__item .hurry-up-item__preview-image {
          height: 240px;
          margin: 0
        }

@media (max-width: 1023px) {

        .catalog-list__item .hurry-up-item__preview-image {
            height: 195px
        }
          }

@media (max-width: 767px) {

        .catalog-list__item .hurry-up-item__preview-image {
            min-width: 100%;
            height: 137px;
            min-height: 137px
        }
          }

@media (max-width: 767px) {
        .catalog-list__item .hurry-up-item__controls-group {
            position: absolute;
            -ms-flex-direction: column;
                flex-direction: column;
            right: 0;
            top: 81px;
            left: auto
        }
          }

.catalog-filters {
  width: 200px;
  margin-right: 30px;
}

.catalog-filters__section {
    margin-bottom: 24px
  }

.catalog-filters__section:not(.catalog-filters__revert-filters) {
      margin-bottom: 33px
    }

@media (max-width: 1023px) {
    .catalog-filters__section:not(.catalog-filters__revert-filters) {
        margin: 0 15px;
        padding: 15px 0
    }
      }

@media (max-width: 1023px) {

  .catalog-filters__revert-filters {
      display: none
  }
    }

@media (max-width: 1023px) {
    .catalog-filters__container .select2 {
        width: 100% !important;
        max-width: 320px !important
    }
      }

@media (max-width: 1023px) {

  .catalog-filters__container {
      margin-top: 0px
  }
    }

.catalog-filters__btn {
    width: 200px;
    height: 34px;
    background: rgba(236, 236, 237, .3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 12px;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }

.catalog-filters__btn .icon {
      display: none;
    }

.catalog-filters__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #414042;
    margin-bottom: 8px;
    margin-bottom: 4px;
  }

@media (min-width: 1024px) {

    .catalog-filters__title .icon {
        display: none
    }
      }

.catalog-filters__checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 6px 0;
    font-size: 14px;
    font-size: 0.875rem
  }

.catalog-filters__checkbox:hover > label:before {
          border-color: #f90;
        }

.catalog-filters__checkbox-counter {
      color: rgba(65, 64, 66, .5);
      font-size: 13px;
      font-size: 0.8125rem;
    }

.catalog-filters__list-item {
      margin: 1px;
      font-size: 14px;
      font-size: 0.875rem
    }

.catalog-filters__list-item:not(:last-child) {
        margin-bottom: -5px;
      }

@media (max-width: 1023px) {
    .catalog-filters__list-item {
        line-height: 1.6875rem;
        margin: 0
    }
      }

.catalog-filters__list-link.is-active {
        color: #e87018;
      }

@media (min-width: 1024px) {

  .catalog-filters__controls {
      display: none
  }
    }

@media (max-width: 1023px) {

        .catalog-mobile-filters__btn {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 100%;
            text-align: left;
            padding: 14px 16px;
            font-size: 0.875rem;
            line-height: 0.875rem;
            background: rgba(236, 236, 237, .5);
            color: #4a4a4a;
            fill: #4a4a4a;
            text-transform: none
        }

            .catalog-mobile-filters__btn:hover,
            .catalog-mobile-filters__btn:focus,
            .catalog-mobile-filters__btn.is-active {
                background-color: #4a4a4a;
                border-color: #4a4a4a;
                color: #fff;
                fill: #fff;
            }
            .catalog-mobile-filters__icon-arrow {
                width: 16px;
                height: 16px;
            }

                .is-active > .catalog-mobile-filters__icon-arrow {
                    transform: rotate(180deg);
                }

        .catalog-mobile-filters__title {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin-bottom: 0;
            font-size: 0.875rem;
            margin-top: 3px
        }
                .catalog-mobile-filters__title.is-open > .icon {
                    transform: rotate(180deg);
                }

        .catalog-mobile-filters__content {
            display: none
        }

            .catalog-mobile-filters__content.is-open {
                display: block;
                z-index: 1;
                background: #f6f6f6;
                width: 100%;
                max-height: 100vh;
                overflow-y: scroll;
                top: 50px;
            }

        .catalog-mobile-filters__group {
            border-bottom: 1px solid #d6d6d6;
            padding: 12px 0 10px 0 !important;
            margin-top: 2px !important
        }

            .catalog-mobile-filters__group:nth-last-child(2) {
                border-bottom: none;
            }

        .catalog-mobile-filters__controls {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            height: 44px;
            background: #e87018;
            border-radius: 3px;
            padding: 0 15px;
        }

            .catalog-mobile-filters__controls-btn {
                color: #fff;
            }
    }

/* Детальная страница товара */

.product-page-view__product-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 1023px) {
    .product-page-view__product-info {
            display: block;
            margin-bottom: 20px
    }
        }

.product-page-view__title {
        margin-bottom: 37px;
        margin-top: -3px
    }

@media(max-width: 1023px) {
    .product-page-view__title {
            margin-bottom: 23px
    }
        }

.product-page-view__title-h2 {
            font-size: 31px;
            font-size: 1.9375rem;
            font-weight: bold;
            line-height: 41px;
            line-height: 2.5625rem
        }

@media(max-width: 1023px) {

        .product-page-view__title-h2 {
                font-size: 1.25rem;
                line-height: 130%;
                letter-spacing: 0.04375rem;
                word-spacing: 0.5px
        }
            }

.product-page-view__title-vendor-code {
            color: rgba(65, 64, 66, .5)
        }

@media(max-width: 1023px) {

        .product-page-view__title-vendor-code {
                font-size: 0.8125rem;
                line-height: 100%;
                word-spacing: 0.5px
        }
            }

.product-page-view__vendor-code {
        color: rgba(65, 64, 66, .5);
    }

.product-page-view__product-status {
        font-size: 11px;
        font-size: 0.6875rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: baseline;
            align-items: baseline;
        margin-left: 10px
    }

.product-page-view__product-status.in-stock {
            color: #00B092;
        }

.product-page-view__product-status.in-stock .icon--success {
                width: 10px;
                height: 10px;
                margin-right: 5px;
            }

.product-page-view__product-status.expected {
            color: #e87018;
        }

.product-page-view__product-status.expected .icon--excepted {
                width: 10px;
                height: 10px;
                margin-right: 5px;
            }

.product-page-view__services {
        margin-top: 40px
    }

@media (max-width: 1023px) {

    .product-page-view__services {
            margin-top: 0;
            padding-top: 40px
    }
        }

.related-products {
    margin: 80px 0 0 0
}

@media(max-width: 1023px) {

.related-products {
        margin-top: 40px
}
    }

.related-products__title {
        font-weight: bold;
        font-size: 26px;
        font-size: 1.625rem;
        text-transform: uppercase;
        margin-bottom: 40px
    }

@media(max-width: 1023px) {

    .related-products__title {
            font-size: 1.25rem;
            line-height: 1.25rem;
            margin-bottom: 9px
    }
        }

.related-products__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 1279px) {

    .related-products__list {
            -ms-flex-pack: justify;
                justify-content: space-between
    }
        }

.related-products__list-item {
            max-width: calc(20% - 32px);
            margin-bottom: 40px

        }

@media(max-width: 1279px) {

        .related-products__list-item {
                max-width: 100%

        }
                .related-products__list-item:nth-child(n+5) {
                    display: none;
                }
            }

@media(max-width: 1023px) {

        .related-products__list-item {
                margin-bottom: 0

        }
                .related-products__list-item:nth-child(n+4) {
                    display: none;
                }
            }

@media(max-width: 767px) {

        .related-products__list-item {
                min-width: 137px;
                max-width: 47%

        }
                .related-products__list-item:nth-child(n+3) {
                    display: none;
                }
            }

@media(max-width: 1279px) {

    .related-products__list {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
        }

@media(max-width: 1023px) {

        .related-products .product-card__body {
                line-height: 1;
                margin-top: 22px
        }
            }

.product-preview {
  width: 100%;
  max-width: 658px;
  margin-left: 10px;

  -ms-flex-align: center;

      align-items: center;
  overflow: hidden;
  height: 400px;
  margin-bottom: 40px;
}

.product-preview--bigger {
    height: 575px
  }

@media (max-width: 480px) {

  .product-preview--bigger {
      height: 370px
  }
    }

@media (max-width: 1279px) {

.product-preview {
    padding-right: 40px
}
  }

@media(max-width: 1023px) {

.product-preview {
    margin-bottom: 0
}
  }

@media (max-width: 1023px) {

.product-preview {
    padding-right: 0;
    min-width: 100%;
    margin-left: 0
}
  }

.product-preview__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 544px
  }

@media (max-width: 1023px) {

  .product-preview__row {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      height: auto;
      max-height: 544px
  }
    }

.product-preview .thumb-product-slider {
    position: relative;
  }

.product-preview .thumb-product-slider--absolute {
      position: absolute;
      left: 80px !important;
      top: 120px
    }

@media (max-width: 480px) {

    .product-preview .thumb-product-slider--absolute {
        left: 0 !important;
        top: 350px
    }
      }

@media (max-width: 1023px) {

    .product-preview .thumb-product-slider__wrapper {
        margin-top: 15px;
        margin-bottom: 25px
    }
      }

.product-preview .swiper-thumb-product-nav__btn {
      position: absolute;
      padding-left: 32px;
      padding-right: 32px;
      background: #fff;
      z-index: 2;
    }

.product-preview .swiper-thumb-product-nav__btn--prev {
        top: 0
      }

@media (max-width: 1023px) {

      .product-preview .swiper-thumb-product-nav__btn--prev {
          display: none
      }
        }

.product-preview .swiper-thumb-product-nav__btn--next {
        padding-top: 1px;
        bottom: -3px;
        padding-bottom: 17px
      }

@media (max-width: 1023px) {

      .product-preview .swiper-thumb-product-nav__btn--next {
          display: none
      }
        }

.product-preview .swiper-thumb-product-nav__btn--next.swiper-thumb-product-nav__btn--disabled {
          opacity: 0;
        }

.product-preview .swiper-thumb-product-nav__btn--disabled {
        opacity: 0.3;
      }

.product-preview .swiper-thumb-product-nav .icon {
      width: 23px;
      height: 16px
    }

.product-preview .swiper-thumb-product-nav .icon.arrow-top {
        transform: rotate(-90deg);
      }

.product-preview .swiper-thumb-product-nav .icon.arrow-down {
        transform: rotate(90deg);
      }

.product-preview .thumb-image {
    border: 1px solid #9c9c9c;
    height: 80px;
    max-height: 96%
  }

.product-preview .thumb-image.is-active {
      border: 1px solid #e87018;
    }

@media (max-width: 1023px) {

  .product-preview .thumb-image {
      width: 80px
  }
    }

@media (max-width: 1023px) {

  .product-preview__image {
      width: calc(100vw - 30px)
  }
    }

.product-preview .swiper-slide {
    cursor: pointer;
  }

.product-preview .product-thumb-image {
    height: 80px;
    width: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100%;
  }

.product-preview .product-image {
    display: block;
    max-width: calc(100vw - 30px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: auto;
    height: 360px;
  }

.product-preview .product-image img {
      max-width: 100%;
      max-height: 100%;
    }

@media (max-width: 1023px) {

  .product-preview .product-image {
      width: auto;
      height: 200px
  }
    }

.product-preview .product-image--full {
      height: 575px
    }

@media (max-width: 480px) {

    .product-preview .product-image--full {
        height: 290px
    }
      }

.product-preview .product-image__actions {
      position: absolute
    }

@media (max-width: 1023px) {

    .product-preview .product-image__actions {
        max-width: calc(100vw - 30px);
        top: 6px
    }
      }

.product-preview .product-image__custom-award {
      position: absolute;
      right: 0;
      bottom: 80px
    }

@media (max-width: 1023px) {

    .product-preview .product-image__custom-award {
        left: 0;
        right: auto;
        bottom: -10px
    }
      }

.product-preview .thumb-product-slider {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 10px;
    left: -35px;
    width: 80px
  }

@media (max-width: 1599px) {

  .product-preview .thumb-product-slider {
      left: -30px
  }
    }

@media (max-width: 1279px) {

  .product-preview .thumb-product-slider {
      left: 0
  }
    }

@media (max-width: 1023px) {

  .product-preview .thumb-product-slider {
      padding: 0;
      right: 0;
      width: 100%;
      bottom: 10px
  }
    }

@media (max-width: 1023px) {
      .product-preview .product-preview__image.swiper-slide-active {
        position: relative;
        z-index: 1;
      }
        .product-preview .product-preview__image.swiper-slide-active .product-image:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: #fff;
          z-index: -1;
        }
    }

.product-preview .product-preview__main-picture {
    width: calc(100% - 250px);
    min-width: 320px;
  }

.product-preview .product-preview__main-picture--wide {
      width: 100%;
      min-width: 555px;
    }

.product-preview .product-preview__row {
    height: 100%;
    max-height: 360px;
  }

.product-preview .icon--timer {
      margin-right: 7px !important;
    }

.product-preview .hurry-up-panel-left__text {
        line-height: 100%;
        position: relative;
        top: -4px;
      }

.product-preview .hurry-up-panel-right__timer {
        margin-left: 14px;
      }

.product-preview .product-preview__row--bigger {
    height: 575px;
    max-height: 575px;
    margin-left: 0
  }

@media (max-width: 480px) {
  .product-preview .product-preview__row--bigger {
      height: auto;
      margin-bottom: 160px
  }
    }

.product-preview__spritespin-show {
  background: #e87018;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}

.product-description {
    margin: 40px 0;
    max-width: 976px
}

@media(max-width: 1023px) {

.product-description {
        margin: 20px 0;
        margin-top: 56px
}
    }

@media (max-width: 767px) {

.product-description {
        margin-top: 40px
}
    }

.product-description__title {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 12px;
        font-weight: bold;
        text-transform: none
    }

@media(max-width: 1023px) {

    .product-description__title {
            font-size: 1.25rem;
            line-height: 1.25rem
    }
        }

.product-description__content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: normal;
    }

@media(max-width: 1023px) {

.product-description > p {
            margin-bottom: 4px;
            line-height: 1.125rem
    }
        }

/* @import "product_page/product_info.pcss"; */

.product-create-order {
    margin-bottom: 16px;
}

.product-create-order__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 18px;
        white-space: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 1023px) {

    .product-create-order__row {
            margin-bottom: 31px;
            -ms-flex-pack: start;
                justify-content: flex-start;
            margin-bottom: 10px
    }
        }

.product-create-order__payment {
        display: block;
        margin-bottom: 16px;
    }

.product-create-order__payment-row {
            margin-bottom: 21px;
        }

.product-page-kit .product-create-order__payment-row {
                margin-bottom: 18px;
            }

.product-create-order__payment-row--summary {
                margin-bottom: 27px;
            }

.product-page-kit .product-create-order__payment-row--summary {
                    margin-bottom: 20px;
                }

@media(max-width: 1023px) {

        .product-create-order__payment-row {
                margin-bottom: 20px
        }
            }

@media (max-width: 767px) {

        .product-create-order__payment-row {
                margin-bottom: 10px
        }
            }

.product-create-order__btn {
        width: 100%;
        height: 45px;
        margin-bottom: 4px;
    }

.product-create-order__price {
        font-size: 30px;
        font-size: 1.875rem;
    }

.product-create-order__old-price {
        font-size: 14px;
        font-size: 0.875rem;
    }

.product-create-order__addition-info {
        font-size: 13px;
        font-size: 0.8125rem;
    }

.product-create-order__link {
        position: relative;
        top: 3px
    }

@media(max-width: 1023px) {

    .product-create-order__link {
            font-size: 0.875rem;
            line-height: 0.875rem
    }
        }

.product-create-order__link + .product-create-order__link {
            right: 9px;
        }

@media(max-width: 1023px) {
        .product-create-order__btn-compare {
                margin-left: 35px
        }
            }

.product-create-order__btn-compare > .product-create-order__link {
                right: 9px;
            }

.product-create-order__select-list {
        display: -ms-flexbox;
        display: flex;
    }

.product-create-order__h4 {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: bold;
    }

.product-create-order__h4--summary {
            line-height: 10px;
            line-height: 0.625rem;
            margin-bottom: 6px;
            position: relative;
            top: 8px;
        }

@media(max-width: 1023px) {
        .product-create-order .icon--wishlist {
                margin-right: 4px
        }
            }

.product-create-order .icon--compare {
            width: 20px;
            height: 20px;
        }

@media (max-width: 767px) {
        .product-create-order .product-card__price {
                bottom: 0
        }
            }

.product-delivery {
    border-top: 1px solid rgba(198, 198, 199, .3);
    padding-top: 16px
}

@media(max-width: 1023px) {

.product-delivery {
        padding-top: 13px
}
    }

.product-delivery__title {
        font-weight: bold;
        text-transform: uppercase;
        line-height: 2;
    }

.product-delivery__city {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #e87018;
    }

.product-delivery__list-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
                align-items: flex-start;
        }

.product-delivery__icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

.product-delivery__icon .icon--box,
            .product-delivery__icon .icon--courier,
            .product-delivery__icon .icon--delivery {
                width: 20px;
                height: 20px;
            }

.product-delivery__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%;
        min-height: 36px;
        position: relative;
        top: 10px;
    }

.product-delivery__type {
        margin: 0;
        min-width: 60%;
        font-size: 13px;
        font-size: 0.8125rem;
    }

.product-delivery__type-terms {
            text-align: right;
            font-size: 13px;
            font-size: 0.8125rem;
            color: rgba(65, 64, 66, .3);
            margin-bottom: 0;
            line-height: 1;
        }

.product-params {
    margin-top: 40px;
    margin-bottom: 40px;
}

.services {
  display: -ms-flexbox;
  display: flex;
  background: rgba(236, 236, 237, .5);
  padding: 24px;
  width: 976px;
  min-height: 132px
}

@media (max-width: 1023px) {

.services {
    display: block;
    width: 100%;
    padding-bottom: 15px
}
  }

@media (max-width: 1279px) {

.services {
    width: 100%
}
  }

.services__title {
    padding-right: 24px;
    border-right: 1px solid #ececed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 310px
  }

@media (max-width: 1023px) {

  .services__title {
      margin-bottom: 20px
  }
    }

.services__title-text {
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase
    }

@media (max-width: 767px) {

    .services__title-text {
        margin-bottom: 5px
    }
      }

.services__title-desc {
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 130%;
      display: block;
      max-width: 180px;
      word-spacing: 2px
    }

@media (max-width: 1023px) {

    .services__title-desc {
        max-width: 100%
    }
      }

@media (max-width: 767px) {

    .services__title-desc {
        margin-bottom: 5px
    }
      }

.services__title-link {
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 13px;
      line-height: 0.8125rem;
      color: #e87018;
      position: relative;
      top: 5px;
    }

.services__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 24px;
    height: 84px;
    -ms-flex-align: center;
        align-items: center
  }

@media (min-width: 1280px) {

  .services__list {
      position: relative;
      top: -3px
  }
    }

@media (max-width: 1023px) {

  .services__list {
      margin-left: 0;
      height: 100%
  }
    }

.services__list-item {
      width: calc(50% - 12px);
      line-height: 130%;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      font-size: 0.8125rem;
      -ms-flex-align: center;
          align-items: center;
      position: relative
    }

@media (max-width: 767px) {

    .services__list-item {
        width: 100%;
        margin-right: 0;
        display: block
    }
      }

.services__list-item:nth-child(odd) {
        margin-right: 24px
      }

@media (max-width: 767px) {

      .services__list-item:nth-child(odd) {
          margin-right: 0
      }
        }

.services__list-item:nth-child(3),
      .services__list-item:nth-child(4) {
        margin-top: 10px;
      }

@media (min-width: 1280px) {
        .services__list-item:nth-child(1) {
          top: 2px;
          left: 0px;
        }

          .services__list-item:nth-child(1) .icon {
            width: 30px;
            top: -6px;
          }

        .services__list-item:nth-child(2) {
          top: -6px;
        }

        .services__list-item:nth-child(3) {
          top: 5px;
        }

        .services__list-item:nth-child(4) {
          top: 6px;
        }

          .services__list-item:nth-child(4) .icon {
            width: 33px;
            height: 30px;
          }
      }

.services__icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    bottom: 2px
  }

@media (max-width: 767px) {

  .services__icon {
      margin: 0 auto;
      margin-bottom: 10px;
      width: 32px;
      height: 32px
  }
    }

.product-info-new {
    margin-left: auto;
    min-width: 432px;
    min-width: 434px;
    height: auto;
    margin-bottom: 40px
}

@media (max-width: 1023px) {

.product-info-new {
        min-width: 100%
}
    }

@media (max-width: 767px) {

.product-info-new {
        min-width: 100%
}
    }

.product-info-new__description {
        margin-top: 10px;
        width: 280px;
    }

.product-info-new__description--flex {
            display: -ms-flexbox;
            display: flex;
        }

@media(max-width: 1023px) {

    .product-info-new__description {
            margin-top: 19px
    }
        }

.product-info-new__term {
        display: -ms-flexbox;
        display: flex;
        height: 26px;
        max-width: 280px;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 767px) {

    .product-info-new__term {
            max-width: 100%
    }
        }

.product-info-new__ter {
        font-weight: bold;
        margin-right: 8px
    }

@media(max-width: 1023px) {

    .product-info-new__ter {
            font-size: 0.875rem
    }
        }

@media(max-width: 1023px) {

    .product-info-new__def {
            font-size: 0.875rem
    }
        }

.product-info-new__download-instruction-btn {
        display: block;
        margin-top: 8px;
        color: #414042;
        text-decoration: underline
    }

.product-info-new__download-instruction-btn:hover {
            text-decoration: underline;
        }

@media(max-width: 1023px) {

    .product-info-new__download-instruction-btn {
            margin-top: 5px;
            letter-spacing: -0.0625rem
    }
        }

.product-info-new__order-section {
        padding: 20px;
        padding-top: 16px;
        border: 1px solid rgba(65, 64, 66, .3);
        box-sizing: border-box;
        border-radius: 3px;
        width: 280px
    }

@media(max-width: 1023px) {

    .product-info-new__order-section {
            width: 100%
    }
        }

.product-info-new .icon--compare {
            width: 32px;
            height: 32px
        }

@media(max-width: 1023px) {
        .product-info-new .icon--compare {
                height: 24px;
                width: 24px
        }
            }

.product-info-new__download-btn {
        width: 123px;
        display: block;
    }

.product-info-new__download-btn + .product-info-new__download-btn {
            width: 155px;
            margin-left: 2px;
        }

.product-info-new__download-btn:hover {
            color: #4a4a4a;
        }

.product-info-new__download-btn .dropdown-btn__container {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            min-width: 139px;
            
        }

/* Корзина */

.cart-page-view__content {
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        margin-bottom: 100px
    }

@media(max-width: 1023px) {
    .cart-page-view__content {
            display: block;
            margin-top: 25px;
            margin-bottom: 50px
    }
        }

.cart-list {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 666px;
  border: 1px solid rgba(65, 64, 66, .3);
  border-radius: 3px;
  padding: 0 30px;
  padding-left: 15px
}

@media (max-width: 1023px) {

.cart-list {
    padding: 0 15px;
    max-width: 100%
}
  }

@media (max-width: 1279px) {

.cart-list {
    padding: 0 15px
}
  }

.checkout-controls__general-info-sum {
  line-height: 1 !important;
}

.cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  height: 110px;
  padding: 15px 0
}

@media (max-width: 767px) {

.cart-item {
    display: block;
    height: 100%;
    padding-bottom: 26px
}
  }

.cart-item:not(:last-child) {
    border-bottom: 1px solid rgba(198, 198, 199, .3);
  }

.cart-item__preview {
    display: -ms-flexbox;
    display: flex
  }

@media (max-width: 1023px) {

  .cart-item__preview {
      margin-bottom: 5px
  }
    }

.cart-item__img {
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: contain !important
  }

@media (max-width: 767px) {

  .cart-item__img {
      width: 40px;
      height: 40px;
      margin-right: 0;
      background-size: contain;
      margin-right: 22px
  }
    }

.cart-item__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 270px
  }

@media (max-width: 767px) {

  .cart-item__name {
      width: 100%
  }
    }

.cart-item__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 130%;
    text-transform: uppercase;
  }

.cart-item__btn--delete {
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #E81818;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: left
    }

.cart-item__btn--delete:hover {
        color: #e87018;
      }

@media (max-width: 767px) {
    .cart-item__btn--delete {
        position: absolute;
        bottom: 14px
    }
      }

.cart-item__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 44%
  }

@media (max-width: 767px) {

  .cart-item__controls {
      width: 100%;
      display: block;
      margin-left: 54px
  }
    }

.cart-item__select {
    width: 90px
  }

@media (max-width: 767px) {

  .cart-item__select {
      width: 100%
  }
    }

@media (max-width: 1279px) {

  .cart-item__select {
      margin-right: 10px
  }
    }

.cart-item__select > .select2 {
      width: 100% !important;
      max-width: 94px !important;
    }

@media (max-width: 767px) {

  .cart-item__price {
      margin-top: 15px;
      margin-bottom: 15px
  }
    }

.cart-item__price--sale {
      font-size: 14px;
      font-size: 0.875rem;
    }

.cart-item__price--sale-sum {
        padding: 3px 4px 1px 4px;
      }

.cart-item__price--old {
      margin-right: 10px;
      text-decoration: line-through;
      color: rgba(--cl-divider-black-rgb, 0.5);
    }

.cart-item__price--current {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      font-weight: bold;
      text-align: right
    }

@media (max-width: 767px) {

    .cart-item__price--current {
        text-align: left
    }
      }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 120px;
}

.label_00a43 {
  font-width: 400px !important;
}

.label_00a43 input::placehodler {
    color: #b7b7b7;
  }

.find-dealer-form {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.services-list-item__contacts-phone a {
  cursor: default
}

.services-list-item__contacts-phone a:hover {
    color: inherit;
  }

.cart-form {
    width: 434px;
    margin-left: 30px;
    padding: 20px;
    padding-top: 13px;
    border: 10px solid rgba(236, 236, 237, .5);
    border-radius: 3px;
    height: 100%
}

@media(max-width: 1023px) {

.cart-form {
        margin-left: 0;
        width: 100%;
        margin-top: 25px;
        padding: 15px
}
    }

.cart-form__info {
        border-bottom: 1px solid rgba(198, 198, 199, .3);
        padding-bottom: 25.4px
    }

@media(max-width: 1023px) {

    .cart-form__info {
            padding-bottom: 29px
    }
        }

.cart-form__info-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin-bottom: 13px
        }

@media(max-width: 1023px) {

        .cart-form__info-row {
                margin-bottom: 15px
        }
            }

.cart-form__info-row--small-margin {
                margin-bottom: 3px;
            }

@media(max-width: 1023px) {

            .cart-form__info-row--grade {
                    margin-bottom: -25px
            }
                }

.cart-form__info-title {
            display: block;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1,25;
            font-weight: bold
        }

@media(max-width: 1279px) {

        .cart-form__info-title {
                font-size: 0.875rem;
                line-height: 1.1875rem
        }
            }

.cart-form__info-title--grade {
                font-size: 20px;
                font-size: 1.25rem;
                word-spacing: 2.5px
            }

@media(max-width: 1279px) {

            .cart-form__info-title--grade {
                    font-size: 1rem;
                    line-height: 1rem
            }
                }

.cart-form__info-subtitle {
            display: block;
            color: rgba(65, 64, 66, .5);
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 100%;
        }

.cart-form__info-total {
            font-size: 16px;
            font-size: 1rem;
            line-height: 100%;
            font-weight: bold
        }

@media(max-width: 1279px) {

        .cart-form__info-total {
                font-size: 0.875rem;
                line-height: 0.875rem
        }
            }

@media(max-width: 1023px) {

        .cart-form__info-total {
                position: relative;
                top: -5px
        }
            }

.cart-form__info-total--sale {
                color: #e87018;
            }

.cart-form__info-total--grade {
                font-size: 20px;
                font-size: 1.25rem;
                position: relative;
                top: 4px
            }

@media(max-width: 1279px) {

            .cart-form__info-total--grade {
                    font-size: 1rem;
                    line-height: 1rem
            }
                }

@media(max-width: 1023px) {

            .cart-form__info-total--grade {
                    top: -3px
            }
                }

.cart-form__btn-submit {
            margin: 10px 0;
            word-spacing: 4.5px
        }

@media(max-width: 1023px) {
        .cart-form__btn-submit {
                margin-top: 12px
        }
            }

.cart-form__btn-alternate-submit {
            border-bottom: 1px dashed #4a4a4a;
            margin: 0px auto;
            margin-top: 8px;
            display: block;
            font-size: 13px;
            font-size: 0.8125rem
        }

.cart-form__btn-alternate-submit:hover {
                color: #e87018;
                border-bottom-color: #e87018;
            }

.cart-form__payment-types {
        margin-top: 22px
    }

@media(max-width: 1023px) {

    .cart-form__payment-types {
            margin-top: 21px
    }
        }

.cart-form__payment-types-title {
            margin-bottom: 8px;
            font-size: 16px;
            font-size: 1rem;
            font-weight: bold;
            line-height: 16px;
            line-height: 1rem
        }

@media(max-width: 1279px) {

        .cart-form__payment-types-title {
                font-size: 0.875rem;
                line-height: 0.875rem
        }
            }

.cart-form__payment-types .question {
            top: -4px;
            font-size: 10px;
            font-size: 0.625rem;
            left: 7px
        }

.cart-form__payment-types .question:after {
                width: 12px;
                height: 12px;
                right: -4px;
                top: 2px;
            }

/* Форма оформления заявки */

.checkout-page-view {
    margin-top: 30px
}

@media(max-width: 1023px) {

.checkout-page-view {
        margin-top: 25px
}
    }

.checkout-page-view__form {
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 1023px) {

    .checkout-page-view__form {
            display: block
    }
        }

.checkout-form {
  max-width: 666px;
  margin-bottom: 90px
}

@media (max-width: 1023px) {

.checkout-form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}
  }

.checkout-form-step {
    border: 1px solid rgba(65, 64, 66, .30196);
    border-radius: 3px;
    margin: 10px 0;
    padding: 20px
  }

@media (max-width: 1023px) {

  .checkout-form-step {
      padding: 15px;
      margin: 5px 0
  }
    }

.checkout-form-step__city {
      margin-top: 0;
    }

.checkout-form-step__city-input {
        padding: 5px;
        height: 40px;
      }

@media (max-width: 1023px) {

    .checkout-form-step__title {
        margin-top: 7px
    }
      }

.checkout-form-step__title-text {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 15px;
      }

.checkout-form-step__number {
      position: relative;
      top: 1px;
      z-index: 0;
      margin-right: 16px;
      padding-left: 7px;
      padding-top: 6px
    }

.checkout-form-step__number:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        background: #ececed;
        border-radius: 50%;
        left: -1px;
        z-index: -1;
        top: 1px;
      }

.checkout-form-step__warning {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 100%;
      display: block;
      margin-bottom: 10px
    }

@media (max-width: 1023px) {

    .checkout-form-step__warning {
        margin-bottom: 8px;
        line-height: 110%
    }
      }

.checkout-form-step__warning--grey {
        color: rgba(65, 64, 66, .5);
      }

.checkout-form__delivery-types {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between
    }

@media (max-width: 767px) {
    .checkout-form__delivery-types {
        display: block;
        width: 100%
    }
      }

.checkout-form__delivery-address {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: end;
          align-items: flex-end;
    }

.checkout-form__delivery-address-street {
        width: 100%;
      }

.checkout-form__delivery-address-house,
      .checkout-form__delivery-address-appartment,
      .checkout-form__delivery-address-floor {
        max-width: 87px;
      }

@media (max-width: 767px) {

      .checkout-form__delivery-address-house {
          max-width: calc(50% - 7.5px);
          margin-right: 15px !important
      }
        }

@media (max-width: 767px) {

      .checkout-form__delivery-address-appartment {
          max-width: calc(50% - 7.5px);
          margin-right: 0 !important
      }
        }

.checkout-form__delivery-address-elevator {
        -ms-flex-item-align: center;
            align-self: center;
        padding-top: 21px;
      }

.checkout-form__delivery-address-elevator > label {
          padding-left: 25px;
          padding-bottom: 5px;
          font-size: 14px;
          font-size: 0.875rem;
        }

@media (max-width: 767px) {

      .checkout-form__delivery-address-elevator {
          padding-top: 0;
          -ms-flex-item-align: end;
              align-self: flex-end;
          padding-bottom: 6px
      }
        }

.checkout-form__delivery-address > *:not(:first-child):not(:last-child) {
        margin-right: 20px;
      }

.checkout-form__delivery-select {
      position: relative;
      top: 10px;
      margin-right: 12px !important
    }

@media (max-width: 1023px) {

    .checkout-form__delivery-select {
        margin-top: -6px
    }
      }

.checkout-form__delivery-select > .custom-radio__label {
        line-height: 1.2
      }

.checkout-form__delivery-select > .custom-radio__label:last-child {
          margin-bottom: 4px;
        }

.checkout-form__delivery-select > .custom-radio-label:last-child {
        margin-bottom: 6px;
        margin-top: -3px;
      }

.checkout-form .delivery-address-label, .checkout-form .recipient-label {
      margin: 10px 0 4px 0;
      font-weight: bold;
    }

.checkout-form__recipient-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
    }

@media (max-width: 767px) {
    .checkout-form__recipient-info {
        display: block
    }
      }

.checkout-form__recipient-name {
      width: 100%;
    }

.checkout-form__recipient-name > .recipient-label {
        margin-top: -6px;
      }

.checkout-form__recipient-email,
    .checkout-form__recipient-phone {
      max-width: 195px;
      margin-right: 20px
    }

@media (max-width: 767px) {

    .checkout-form__recipient-email,
    .checkout-form__recipient-phone {
        margin-right: 0;
        max-width: 100%
    }
      }

.checkout-form__comment {
    resize: none;
    height: 100px;
  }

.checkout-form__to-terminal {
    margin-top: 20px;
  }

.checkout-form__to-terminal-address {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 100%;
      margin: 0;
      margin-bottom: 4px;
    }

.checkout-form__to-terminal-time {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 100%;
      color: rgba(65, 64, 66, .5);
      margin-bottom: 15px;
    }

.checkout-form__to-terminal-btn {
      height: 34px;
      padding: 6px 24px
    }

.checkout-form__to-terminal-btn:hover {
        cursor: pointer;
      }

.checkout-form__to-stock {
    margin-top: 17px;
  }

.checkout-form__to-stock-title {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: bold;
    }

.checkout-form__to-stock-address {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 100%;
      margin: 0;
      margin-bottom: 4px;
    }

.checkout-form__to-stock-time {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 100%;
      color: rgba(65, 64, 66, .5);
      margin-bottom: 15px;
    }

@media (max-width: 1023px) {
    .checkout-form .custom-radio__text {
        min-height: 45px;
        padding-bottom: 0px;
        line-height: 1.3;
        padding-bottom: 14px
    }
      }

@media (max-width: 1023px) {

    .checkout-form .custom-radio__label {
        line-height: normal
    }
      }

.checkout-controls {
    width: 434px;
    margin-left: 30px;
    height: 100%

}

@media(max-width: 1023px) {

.checkout-controls {
        margin-left: 0;
        width: 100%

}
    }

.checkout-controls__form,
    .checkout-controls__general-info {
        padding: 20px;
        border: 10px solid rgba(236, 236, 237, .5);
        border-radius: 3px;
    }

.checkout-controls__btn-submit {
            margin: 10px 0;
            word-spacing: 4.5px
        }

@media(max-width: 1023px) {
        .checkout-controls__btn-submit {
                margin-top: 20px;
                margin-bottom: 0px
        }
            }

.checkout-controls__btn--only-text {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 100%;
            color: #e87018;
        }

.checkout-controls__payment-types {
        margin-top: 13px
    }

@media(max-width: 1023px) {

    .checkout-controls__payment-types {
            margin-top: 16px
    }
        }

.checkout-controls__payment-types-title {
            font-size: 16px;
            font-size: 1rem;
            font-weight: bold;
            font-weight: bold;
            margin-bottom: 1px
        }

@media(max-width: 1023px) {

        .checkout-controls__payment-types-title {
                margin-bottom: 7px;
                font-size: 0.875rem
        }
            }

.checkout-controls__payment-types .question {
            top: -4px;
            font-size: 10px;
            font-size: 0.625rem;
            left: 7px
        }

.checkout-controls__payment-types .question:after {
                width: 12px;
                height: 12px;
                right: -4px;
                top: 2px;
            }

.checkout-controls__product-title {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 100%;
        }

.checkout-controls__product-amount {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 100%;
            color: #e87018;
        }

.checkout-controls__product-list-item {
                margin-bottom: 18px
            }

@media(max-width: 1023px) {
            .checkout-controls__product-list-item {
                    margin-bottom: 13px
            }
                }

@media(max-width: 1023px) {

                .checkout-controls__product-list-item:last-child {
                        margin-bottom: 6px
                }
                    }

.checkout-controls__form {
        padding-bottom: 16px;
        border-bottom: 0
    }

@media(max-width: 1023px) {

    .checkout-controls__form {
            padding: 15px
    }
        }

.checkout-controls__general-info {
        padding-top: 8px;
        border-top: 10px solid rgba(236, 236, 237, .5)
    }

@media(max-width: 1023px) {

    .checkout-controls__general-info {
            padding-top: 0px;
            padding-left: 15px;
            padding-right: 15px
    }
        }

.checkout-controls__general-info-col {
            font-size: 16px;
            font-size: 1rem;
            word-spacing: 2.5px;
            font-weight: bold
        }

.checkout-controls__general-info-col:first-child {
                display: -ms-flexbox;
                display: flex;
            }

.checkout-controls__general-info-col:last-child {
                text-align: right;
            }

.checkout-controls__general-info-title {
            -ms-flex-item-align: end;
                align-self: flex-end
        }

@media(max-width: 1023px) {

        .checkout-controls__general-info-title {
                font-size: 0.875rem;
                line-height: 0.875rem
        }
            }

.checkout-controls__general-info-title--big {
                font-size: 20px;
                font-size: 1.25rem
            }

@media(max-width: 1023px) {

            .checkout-controls__general-info-title--big {
                    font-size: 1rem;
                    line-height: 1rem
            }
                }

.checkout-controls__general-info-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between
        }

.checkout-controls__general-info-row:not(:last-child) {
                margin-bottom: 7px
            }

@media(max-width: 1023px) {

            .checkout-controls__general-info-row:not(:last-child) {
                    margin-bottom: 10px
            }
                }

.checkout-controls__general-info-row:first-child {
                margin-top: -6px
            }

@media(max-width: 1023px) {

            .checkout-controls__general-info-row:first-child {
                    margin-bottom: 11px
            }
                }

.checkout-controls__general-info-row:last-child {
                font-weight: bold;
                font-size: 20px;
                font-size: 1.25rem;
            }

@media(max-width: 1023px) {

        .checkout-controls__general-info-sum {
                font-size: 0.875rem;
                line-height: 0.875rem
        }
            }

.checkout-controls__general-info-sum--big {
                font-weight: bold;
                font-size: 20px;
                font-size: 1.25rem
            }

@media(max-width: 1023px) {

            .checkout-controls__general-info-sum--big {
                    font-size: 1rem;
                    line-height: 1rem
            }
                }

.checkout-controls__general-info-sum--sale {
                font-size: 13px;
                font-size: 0.8125rem;
                line-height: 100%;
                font-weight: normal;
                position: relative;
                top: 8px;
                color: rgba(65, 64, 66, .5)
            }

@media(max-width: 1023px) {

            .checkout-controls__general-info-sum--sale {
                    font-size: 0.6875rem
            }
                }

.checkout-controls .checkout-agreement {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 130%;
        color: rgba(65, 64, 66, .5);
        margin-top: 10px
    }

@media(max-width: 1023px) {

    .checkout-controls .checkout-agreement {
            padding-top: 10px
    }
        }

.checkout-controls .checkout-agreement__link {
            color: #e87018
        }

.checkout-controls .checkout-agreement__link:hover {
                color: #f90;
            }

/* Модальные окна */

.modal {
  font-family: "Theinhardt Pan" !important;
  border-radius: 3px;
  width: 420px;
  padding: 20px;
  box-shadow: none
}

@media (max-width: 1023px) {

.modal {
    width: 100%;
    margin-top: 20px
}
  }

.modal a.close-modal {
    width: 20px;
    height: 20px;
    right: -30px;
    top: -30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M5.58605 5.003L9.87265 0.716409C10.0381 0.556626 10.0427 0.292989 9.88289 0.127545C9.72311 -0.0378995 9.45947 -0.042487 9.29403 0.117296C9.29057 0.120639 9.28715 0.124055 9.28378 0.127545L4.99716 4.41413L0.710563 0.12752C0.545119 -0.0322626 0.281481 -0.0276751 0.121698 0.137769C-0.034181 0.299163 -0.034181 0.555015 0.121698 0.716409L4.40829 5.003L0.121698 9.28959C-0.0408915 9.4522 -0.0408915 9.71584 0.121698 9.87845C0.284312 10.041 0.547949 10.041 0.710563 9.87845L4.99716 5.59186L9.28376 9.87845C9.4492 10.0382 9.71284 10.0336 9.87262 9.86821C10.0285 9.70681 10.0285 9.45096 9.87262 9.28959L5.58605 5.003Z'/%3E %3C/svg%3E")
  }

@media (max-width: 1023px) {

  .modal a.close-modal {
      right: -10px;
      top: -25px
  }
    }

.blocker.current {
  background: rgba(65, 64, 66, .7);
  z-index: 9;
}

@media (max-width: 639px) {
    #addtocart-modal .btn {
      display: block
    }

      #addtocart-modal .btn:first-child {
        margin-bottom: 8px;
      }
  }

.terminal-select__title {
        font-weight: bold;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 130%;
    }

.terminal-select__subtitle {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem;
    }

.terminal-select__list {
        max-height: 465px;
    }

.terminal-select__list-item {
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(198, 198, 199, .3);
            padding-top: 20px;
        }

.terminal-select__list-item-city-name,
                .terminal-select__list-item-city-time {
                    font-size: 13px;
                    font-size: 0.8125rem;
                    line-height: 130%;
                }

.terminal-select__list-item-city-time {
                    color: rgba(65, 64, 66, .5);
                }

.terminal-select__btn {
        height: 32px;
        padding-top: 6px;
    }

.terminal-select__city {
        margin-top: 20px;
    }

.terminal-select__city .terminal-select__subtitle {
            margin-bottom: 5px;
        }

.terminal-select__choose-form {
        margin-top: 25px;
    }

.terminal-select .custom-select {
        height: 34px;
        padding: 8px;
        font-size: 15px;
        font-size: 0.9375rem;
        padding-top: 4px;
    }

/* Сервисные центры */

.services-page__content {
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 767px) {

    .services-page__content {
            display: block
    }
        }

.services-content {
    max-width: 845px;
    padding-right: 20px;
    border-right: 1px solid rgba(198, 198, 199, .3);
    margin-bottom: 50px
}

@media(max-width: 767px) {

.services-content {
        border-right: none;
        border-bottom: 1px solid rgba(198, 198, 199, .3);
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px
}
    }

.services-content__paragraph {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
    }

.services-content__services {
        margin-top: 30px
    }

@media(max-width: 767px) {

    .services-content__services {
            margin-top: 25px
    }
        }

.services-content__services-title {
            font-weight: bold;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem;
            letter-spacing: 0.5px;
            letter-spacing: 0.03125rem;
            word-spacing: normal;
            margin-bottom: 14px
        }

@media(max-width: 767px) {

        .services-content__services-title {
                font-size: 1rem;
                line-height: 1rem;
                margin-bottom: 20px
        }
            }

.services-content__services-list {
            margin-top: 20px;
        }

.services-content__services-list-item {
                display: -ms-flexbox;
                display: flex;
                padding: 20px 0;
                border-top: 1px solid rgba(198, 198, 199, .3)
            }

@media(max-width: 767px) {

            .services-content__services-list-item {
                    display: block;
                    padding: 15px 0
            }
                }

.services-content__services-list-item:last-child {
                    padding-bottom: 0;
                }

.services-content__services-select {
            width: 240px
        }

.services-list-item__title {
            width: 28%;
            font-weight: bold;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 150%
        }

@media(max-width: 767px) {
        .services-list-item__title {
                width: 100%
        }
            }

.services-list-item__address {
            width: 57%
        }

@media(max-width: 767px) {

        .services-list-item__address {
                width: 100%;
                margin: 8px 0px;
                margin-bottom: 3px
        }
            }

.services-list-item__address-title,
            .services-list-item__address-text {
                font-weight: normal;
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 150%;
            }

.services-list-item__contacts-phone {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 150%;
                white-space: nowrap;
            }

.services-contacts {
    padding-left: 20px
}

@media(max-width: 767px) {

.services-contacts {
        padding-left: 0;
        margin-bottom: 40px
}
    }

.services-contacts__title {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 100%;
    }

.services-contacts__phone {
        display: block;
        font-weight: bold;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        color: #e87018;
        margin-top: 20px;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        word-spacing: -2px;
        white-space: nowrap
    }

@media(max-width: 767px) {

    .services-contacts__phone {
            font-size: 2.5rem;
            line-height: 2.5rem
    }
        }

/* Проектные поставки */

.project-supplies-view__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 1023px) {
    .project-supplies-view__row {
            display: block
    }
        }

.project-supplies-view__content {
        max-width: 666px
    }

@media(max-width: 1023px) {

    .project-supplies-view__content {
            max-width: 100%;
            margin-bottom: 20px
    }
        }

.project-supplies-view__paragraph {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        margin-bottom: 15px;
    }

.project-supplies-view__phone-number {
        display: block;
        font-weight: bold;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 1.5rem;
        color: #e87018;
        margin: 10px 0;
    }

.project-supplies-view__email {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
    }

.project-supplies-form {
    margin-bottom: 90px;
}

/* Найти дилера */

.find-dealer-view__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media(max-width: 1023px) {
    .find-dealer-view__row {
            display: block
    }
        }

.find-dealer-view__content {
        max-width: 666px
    }

@media(max-width: 1023px) {

    .find-dealer-view__content {
            max-width: 100%;
            margin-bottom: 20px
    }
        }

.find-dealer-view__section:not(:last-child) {
            margin-bottom: 40px;
        }

.find-dealer-view__paragraph {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        margin-bottom: 15px;
    }

.find-dealer-view__phone-number {
        display: block;
        font-weight: bold;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 1.5rem;
        color: #e87018;
        margin: 10px 0;
    }

.find-dealer-view__email {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
    }

.find-dealer-view__dealer {
        margin-top: 30px
    }

@media(max-width: 767px) {

    .find-dealer-view__dealer {
            margin-top: 25px
    }
        }

.find-dealer-view__dealer-title {
            font-weight: bold;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 20px;
            line-height: 1.25rem;
            letter-spacing: 0.5px;
            letter-spacing: 0.03125rem;
            word-spacing: normal;
            margin-bottom: 14px
        }

@media(max-width: 767px) {

        .find-dealer-view__dealer-title {
                font-size: 1rem;
                line-height: 1rem;
                margin-bottom: 20px
        }
            }

.find-dealer-view__dealer-list {
            margin-top: 20px;
        }

.find-dealer-view__dealer-list-item {
                display: -ms-flexbox;
                display: flex;
                padding: 20px 0;
                border-top: 1px solid rgba(198, 198, 199, .3)
            }

@media(max-width: 767px) {

            .find-dealer-view__dealer-list-item {
                    display: block;
                    padding: 15px 0
            }
                }

.find-dealer-view__dealer-list-item:last-child {
                    padding-bottom: 0;
                }

.find-dealer-view__dealer-select {
            width: 240px
        }

.find-dealer-view__select {
        max-width: 240px;
    }

.find-dealer-form {
    margin-bottom: 90px;
}

.find-dealer-list {
    margin-top: 20px;
}

.find-dealer-list-item {
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
        border-top: 1px solid rgba(198, 198, 199, .3)
    }

@media(max-width: 767px) {

    .find-dealer-list-item {
            display: block;
            padding: 15px 0
    }
        }

.find-dealer-list-item:last-child {
            padding-bottom: 0;
        }

.find-dealer-list-item__title {
            width: 34%;
            font-weight: bold;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 150%
        }

@media(max-width: 767px) {

        .find-dealer-list-item__title {
                width: 100%
        }
            }

.find-dealer-list-item__address {
            width: 42%
        }

@media(max-width: 767px) {

        .find-dealer-list-item__address {
                width: 100%;
                margin: 8px 0px;
                margin-bottom: 3px
        }
            }

.find-dealer-list-item__address-title,
            .find-dealer-list-item__address-text {
                font-weight: normal;
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 150%;
            }

.find-dealer-list-item__contacts-phone {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 150%;
                white-space: nowrap;
            }

/* Комплекты */

.kit-info {
    margin-top: 40px;
    margin-bottom: 60px;
}

.kit-info__title {
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

.kit-info__row {
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 1023px) {

    .kit-info__row {
            display: block
    }
        }

.kit-info__list-header {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            background: rgba(236, 236, 237, .5);
            border-radius: 3px;
            height: 34px;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: justify;
                justify-content: space-between;
        }

.kit-info__list-header-title {
                display: block;
                margin-left: 20px;
                font-size: 13px;
                font-size: 0.8125rem;
                font-weight: bold
            }

.kit-info__list-header-title:last-child {
                    margin-right: 58px;
                }

.kit-info__col:first-child {
            width: 100%;
            max-width: 658px
        }

@media (max-width: 1023px) {
        .kit-info__col:first-child {
                max-width: 100%
        }
            }

.kit-info__col:last-child {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: end;
                justify-content: flex-end;
            min-width: 454px
        }

@media (max-width: 767px) {
        .kit-info__col:last-child {
                min-width: 100%
        }
            }

.kit-info-controls {
    border: 1px solid rgba(65, 64, 66, .3);
    border-radius: 3px;
    padding: 20px;
    min-height: 245px;
    width: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: 38px;
    padding-top: 7px
}

@media (max-width: 1023px) {

.kit-info-controls {
        margin-left: 0
}
    }

@media(max-width: 1023px) {

.kit-info-controls {
        width: 100%;
        margin-top: 40px
}
    }

.kit-info-controls__info-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin: 5px 0;
        }

.kit-info-controls__info-type {
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: bold;
            display: -ms-flexbox;
            display: flex;
        }

.kit-info-controls__info-type--big {
                font-size: 16px;
                font-size: 1rem;
            }

.kit-info-controls__info-sum {
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: bold;
        }

.kit-info-controls__info-sum--big {
                font-size: 16px;
                font-size: 1rem;
            }

.kit-info-controls__info-sale {
            color: #e87018;
            display: block;
            border-bottom: 1px dashed #e87018;
            line-height: 11px;
            line-height: 0.6875rem;
            margin-top: 5px
        }

.kit-info-controls__info-sale:hover {
                border-bottom-color: #f90;
            }

.kit-info-controls__promo {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.kit-info-controls__promo span {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 13px;
        line-height: 0.8125rem;
        color: #1c2e36;
        font-weight: 700;
    }

.kit-info-controls__promo input {
        border: none;
    }

.kit-info-controls__promo label {
        position: relative
    }

.kit-info-controls__promo label::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #1c2e36;
            content: '';
        }

.kit-info-controls__promo-button {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background-color: #1c2e36;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    transition: all 200ms ease-out
}

.kit-info-controls__promo-button::after {
        content: '';
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
    }

.kit-info-controls__promo-button:hover,
    .kit-info-controls__promo-button:focus {
        background-color: #4a4a4a;
    }

.kit-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ececed;
  padding: 10px 0
}

@media (max-width: 767px) {

.kit-item {
    position: relative;
    padding-bottom: 60px;
    padding-top: 10px
}
  }

.kit-item.is-disabled .kit-item__preview,
    .kit-item.is-disabled .kit-item__price {
      opacity: 0.5;
    }

.kit-item__preview {
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -ms-flex-align: center;
        align-items: center
  }

@media (max-width: 767px) {

  .kit-item__preview {
      width: 50%;
      padding-left: 0;
      display: -ms-flexbox;
      display: flex
  }
    }

.kit-item__image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 20px;
    min-width: 50px;
    min-height: 50px
  }

@media (max-width: 767px) {

  .kit-item__image {
      margin-left: 0
  }
    }

.kit-item__price {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end
  }

@media (max-width: 767px) {

  .kit-item__price {
      width: 50%;
      -ms-flex-align: start;
          align-items: flex-start
  }
    }

.kit-item__getdiscount {
    background: #e87018;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    white-space: nowrap
  }

@media (max-width: 767px) {

  .kit-item__getdiscount {
      width: 50%;
      position: absolute;
      bottom: 20px;
      left: 30%;
      min-width: 120px
  }
    }

.kit-item__title {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    line-height: 130%;
  }

.kit-item__subtitle {
    font-size: 11px;
    font-size: 0.6875rem;
  }

.kit-item__code {
    font-weight: bold;
    margin-right: 20px;
    min-width: 65px;
    display: inline-block;
  }

.kit-item__status {
    white-space: nowrap
  }

.kit-item__status.in-stock {
      color: #00B092;
    }

.kit-item__status.in-stock .icon--success {
        margin-right: 5px;
      }

.kit-item__status.expected {
      color: #e87018;
    }

.kit-item__status.expected .icon--excepted {
        margin-right: 5px;
      }

@media (max-width: 767px) {

  .kit-item__price-section {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column
  }
    }

.kit-item__price-section--sale {
      font-size: 14px;
      font-size: 0.875rem;
      -ms-flex-pack: end;
          justify-content: flex-end
    }

@media (max-width: 767px) {

    .kit-item__price-section--sale {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-direction: column;
            flex-direction: column
    }
      }

.kit-item__price-section--sale-sum {
        padding: 3px 4px 1px 4px;
      }

.kit-item__price-section--old {
      margin-right: 10px;
      text-decoration: line-through;
      color: rgba(--cl-divider-black-rgb, 0.5);
    }

.kit-item__price-section--current {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      font-weight: bold;
      text-align: center
    }

@media (max-width: 767px) {

    .kit-item__price-section--current {
        text-align: left
    }
      }

.kit-item__label {
    margin-left: 30px;
    margin-right: 2px;
  }

@media (max-width: 767px) {
    .kit-item .product-card__price--old {
        font-size: 0.6875rem
    }
      }

@media (max-width: 767px) {

    .kit-item .product-card__sale {
        font-size: 0.5625rem
    }
      }

@media (max-width: 767px) {

    .kit-item .product-card__current-price {
        font-size: 0.9375rem
    }
      }

.kit-params__title {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 12px;
        font-weight: bold;
        text-transform: none;
    }

.kit-params__list-item {
            font-size: 14px;
            font-size: 0.875rem;
            display: -ms-flexbox;
            display: flex;
        }

.kit-params__ter {
        width: 112px;
        font-weight: bold
    }

@media (max-width: 767px) {

    .kit-params__ter {
            width: 50%
    }
        }

@media (max-width: 767px) {

    .kit-params__def {
            width: 50%
    }
        }

.collection {
    margin: 40px 0;
    padding: 40px 0;
}

.collection__title {
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px
    }

@media (max-width: 767px) {

    .collection__title {
            font-size: 1.375rem;
            line-height: 130%
    }
        }

.collection__list {
        display: -ms-flexbox;
        display: flex;
    }

.collection__list-item {
            outline: 1px solid rgba(236, 236, 237, .8);
            padding: 8px;
            margin-bottom: 0;
            width: 20%;
            padding: 15px;
            height: 365px;
            background: white
        }

@media (max-width: 1279px) {

        .collection__list-item {
                width: 25%
        }
            }

@media (max-width: 1023px) {

        .collection__list-item {
                width: 33.333%
        }

                .collection__list-item:nth-child(4) {
                    display: none;
                }
            }

@media (max-width: 767px) {

        .collection__list-item {
                width: 50%
        }
                
                .collection__list-item:nth-child(3) {
                    display: none;
                }
            }

.watched {
    margin-bottom: 100px;
}

.watched__title {
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px
    }

@media (max-width: 767px) {

    .watched__title {
            font-size: 1.375rem;
            line-height: 130%
    }
        }

.watched__list {
        display: -ms-flexbox;
        display: flex;
    }

.watched__list-item {
            outline: 1px solid rgba(236, 236, 237, .8);
            padding: 8px;
            margin-bottom: 0;
            width: 20%;
            padding: 15px;
            height: 365px;
            background: white
        }

@media (max-width: 1279px) {

        .watched__list-item {
                width: 25%
        }
            }

@media (max-width: 1023px) {

        .watched__list-item {
                width: 33.333%
        }

                .watched__list-item:nth-child(4) {
                    display: none;
                }
            }

@media (max-width: 767px) {

        .watched__list-item {
                width: 50%
        }
                
                .watched__list-item:nth-child(3) {
                    display: none;
                }
            }

/* Раздел успейте купить */

.hurry-up-section {
    padding-top: 60px;
    margin-top: 10px
}

@media (max-width: 1023px) {

.hurry-up-section {
        padding-top: 30px
}
    }

@media(max-width: 767px) {

.hurry-up-section {
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px
}
    }

.hurry-up-section__list {
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 767px) {

    .hurry-up-section__list {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
        }

.hurry-up-section__list-item {
            border: 1px solid #ececed;
            max-width: 560px;
            width: 50%;
        }

.hurry-up-section__list-item + .hurry-up-section__list-item {
                margin-left: 10px;
            }

@media(max-width: 767px) {

        .hurry-up-section__list-item {
                width: 100%;
                margin-left: 0 !important
        }
            }

.hurry-up-item {
    margin-bottom: 30px
}

@media (max-width: 767px) {

.hurry-up-item:not(:last-child) {
            margin-bottom: 10px
    }
        }

.hurry-up-item__header {
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        background: #FFE8D1;
        padding: 15px;
        overflow: hidden
    }

@media (max-width: 767px) {
    .hurry-up-item__header {
            height: 25px
    }
        }

.hurry-up-item__header-right {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
        }

.hurry-up-item__header-left {
            position: relative;
            z-index: 0;
        }

.hurry-up-item__header-time {
            font-size: 13px;
            font-size: 0.8125rem;
            margin-right: 25px
        }

@media(max-width: 1023px) {

        .hurry-up-item__header-time {
                margin-right: 10px
        }
            }

@media (max-width: 767px) {

        .hurry-up-item__header-time {
                display: none
        }
            }

.hurry-up-item__header-sale-text {
            position: relative;
            left: -20px;
        }

.hurry-up-item__header-sale-sum {
            display: block;
            z-index: 1;
            position: relative;
            font-size: 20px;
            font-size: 1.25rem;
            color: #fff;
            font-weight: bold
        }

@media (max-width: 767px) {

        .hurry-up-item__header-sale-sum {
                font-size: 0.9375rem
        }
            }

.hurry-up-item__header-sale-sum:after {
                content: '';
                display: block;
                position: absolute;
                height: 130px;
                width: 130px;
                top: calc(-50% - 25px);
                left: -35px;
                background: #e87018;
                border-radius: 50%;
                z-index: -1
            }

@media (max-width: 767px) {

            .hurry-up-item__header-sale-sum:after {
                    left: -60px
            }
                }

.hurry-up-item__header-sale-sum .icon--timer {
                width: 40px;
                height: 40px;
                left: -20px;
            }

.hurry-up-item__body {
        padding: 15px;
        display: -ms-flexbox;
        display: flex;
        max-height: 215px
    }

@media (max-width: 1279px) {

    .hurry-up-item__body {
            max-height: 100%;
            display: block
    }
        }

@media all and (-ms-high-contrast:none) {

        .hurry-up-item__body-main {
                height: 145px
        }
            }

.hurry-up-item__body-bottom {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-align: center;
                align-items: center;
        }

.hurry-up-item__preview {

        display: -ms-flexbox;

        display: flex
    }

@media(max-width: 1279px) {

    .hurry-up-item__preview {
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin-bottom: 10px
    }
        }

.hurry-up-item__preview-list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
                align-items: flex-start;
            -ms-flex-direction: column;
                flex-direction: column;
            margin-top: 8px;
        }

.hurry-up-item__preview-list-item {
                width: 50px;
                height: 50px;
                min-width: 50px;
                min-height: 50px;
                border: 1px solid #f7f7f7;
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat
            }

.hurry-up-item__preview-list-item.is-active {
                    border-color: #e87018;
                }

.hurry-up-item__preview-list-item:hover {
                    cursor: pointer;
                    border-color: #e87018;
                }

.hurry-up-item__preview-list-item + .hurry-up-item__preview-list-item {
                    margin-top: 10px;
                }

.hurry-up-item__preview-image {
            width: 195px;
            min-width: 195px;
            min-height: 195px;
            height: 195px;
            margin: 0 15px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            margin-top: -8px;
        }

.hurry-up-item__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between
    }

@media all and (-ms-high-contrast: none) {

    .hurry-up-item__info {
            display: block
    }
        }

@media (max-width: 1279px) {

    .hurry-up-item__info {
            min-height: 120px
    }
        }

.hurry-up-item__info-vendor-code {
            font-weight: bold;
            font-size: 13px;
            font-size: 0.8125rem;
        }

.hurry-up-item__controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

.hurry-up-item__controls-group {
            display: -ms-flexbox;
            display: flex;
            position: relative;
            top: -9px;
            left: 2px;
        }

.hurry-up-item__title {
        font-size: 16px;
        font-size: 1rem;
        display: block;
        line-height: 130%;
    }

.hurry-up-item__price-old {
            font-size: 13px;
            font-size: 0.8125rem;
            white-space: nowrap;
            text-decoration: line-through;
            color: rgba(65, 64, 66, .3);
            margin-right: 5px;
        }

.hurry-up-item__price-sale {
            line-height: 1;
            border: 1px solid #e87018;
            border-radius: 2px;
            padding: 2px 4px 1px 4px;
            color: #e87018;
            font-size: 11px;
            font-size: 0.6875rem;
            font-weight: 500;
        }

.hurry-up-item__price-current {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 0.5;
            position: relative;
            top: -5px;
        }

.hurry-up-item__sale {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        white-space: nowrap;
        line-height: 1;
        margin-bottom: 5px;
    }

.hurry-up-item__timer {
        font-size: 20px;
        font-size: 1.25rem;
        color: #e87018;
        font-weight: bold;
        width: 80px;
        letter-spacing: 0.8px;
        letter-spacing: 0.05rem
    }

@media (max-width: 767px) {

    .hurry-up-item__timer {
            text-align: right;
            font-size: 0.9375rem
    }
        }

.hurry-up-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  background: #ffe8d1;
  padding-right: 20px
}

@media (max-width: 767px) {

.hurry-up-panel {
    height: 30px
}
  }

.hurry-up-panel-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }

.hurry-up-panel-left .icon--timer {
      height: 40px;
      width: 40px;
      margin-right: 15px;
    }

.hurry-up-panel-left__text {
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      display: block;
      line-height: 130%;
    }

.hurry-up-panel-left__text--important {
        display: block;
        color: #e87018;
      }

@media (max-width: 767px) {

    .hurry-up-panel-left__text {
        display: none
    }
      }

.hurry-up-panel-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center
  }

@media (max-width: 767px) {

  .hurry-up-panel-right {
      display: block;
      line-height: 100%
  }
    }

.hurry-up-panel-right__text {
      font-size: 13px;
      font-size: 0.8125rem
    }

@media (max-width: 767px) {

    .hurry-up-panel-right__text {
        display: block;
        font-size: 0.6875rem
    }
      }

.hurry-up-panel-right__timer {
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem;
      color: #e87018;
      display: inline-block;
      width: 70px;
      margin-left: 10px
    }

@media (max-width: 767px) {

    .hurry-up-panel-right__timer {
        display: block;
        margin: 0;
        margin-left: auto;
        font-size: 0.75rem;
        text-align: right
    }
      }

/* Раздел хитов продаж */

.bestsellers-section {
    margin-top: 60px;
    margin-bottom: 50px
}

@media (max-width: 1023px) {

.bestsellers-section {
        margin-top: 30px
}
    }

@media (max-width: 767px) {

.bestsellers-section {
        margin-top: 20px
}
    }

.bestsellers-section__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.bestsellers-section__list-item {
            outline: 1px solid rgba(236, 236, 237, .8);
            padding: 8px;
            margin-bottom: 0;
            width: 20%;
            padding: 15px;
            height: 365px
        }

@media (max-width: 1279px) {

        .bestsellers-section__list-item {
                width: 25%
        }

                .bestsellers-section__list-item:nth-child(5) {
                    display: none;
                }
            }

@media (max-width: 1023px) {

        .bestsellers-section__list-item {
                width: 33.333%
        }

                .bestsellers-section__list-item:nth-child(4) {
                    display: none;
                }
            }

@media (max-width: 767px) {

        .bestsellers-section__list-item {
                width: 50%
        }
                .bestsellers-section__list-item:nth-child(4) {
                    display: block;
                }
            }

/* Фирменный сервис */

.company-service__header {
        height: 270px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        background-repeat: no-repeat !important;
        background-position: right !important;
        position: relative;
        margin-bottom: 10px
    }

.company-service__header:before {
            content: '';
            display: block;
            position: absolute;
            height: 100%;
            width: 65%;
            background: linear-gradient(90deg, #fff, transparent);
            right: 0
        }

@media (max-width: 1279px) {

        .company-service__header:before {
                width: 80%
        }
            }

@media (max-width: 1023px) {

        .company-service__header:before {
                width: 100%
        }
            }

.company-service__title {
        font-weight: bold;
        margin-bottom: 0;
        text-transform: uppercase;
        position: relative;
    }

.company-service__subtitle {
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: bold;
        display: block;
        max-width: 330px;
        line-height: 130%;
        position: relative;
        top: -4px
    }

@media (max-width: 767px) {

    .company-service__subtitle {
            font-size: 1.0625rem
    }
        }

.company-service__content {
        margin: 40px 0;
        margin-top: 35px;
    }

.company-service__content-text {
            font-size: 14px;
            font-size: 0.875rem;
            max-width: 775px;
            line-height: 2;
        }

.company-service__services-list {
        margin-top: 38px;
    }

.service-item {
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 40px;
    color: #fff
}

@media (max-width: 767px) {

.service-item {
        height: 100%;
        display: block;
        padding: 0;
        padding-top: 20px
}
    }

.service-item + .service-item {
        margin-top: 10px;
    }

.service-item__icon {
        width: 100px;
        height: 100px;
        min-width: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border: 3px solid #fff;
        border-radius: 50%;
        margin-right: 40px;
        fill: #fff
    }

@media (max-width: 767px) {

    .service-item__icon {
            margin: 0 auto;
            margin-bottom: 20px
    }
        }

.service-item__icon .icon {
            width: 40px;
            max-height: 40px;
        }

.service-item__title {
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px
    }

@media (max-width: 767px) {

    .service-item__title {
            font-size: 1.25rem;
            margin-bottom: 20px
    }
        }

.service-item__desc {
        font-size: 14px;
        font-size: 0.875rem;
    }

.service-item__link {
        text-decoration: underline;
        color: #fff
    }

.service-item__link:hover {
            text-decoration: underline;
            color: #ececed;
        }

@media (max-width: 767px) {

    .service-item__content {
            padding-top: 20px;
            padding: 20px 40px;
            border-top: 2px solid #fff
    }
        }

/* Стили для лендинга Без границ */

.lead {
    background-color: #000;
    background-image: url("../img/background/bg-black.jpg");
    background-size: cover;
    background-repeat: repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lead--lesser-margin {
        margin-bottom: 15px;
        margin-top: 0;
    }

.lead__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

.lead__wrapper--start {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

@media (max-width: 720px) {

.lead__wrapper {
        -ms-flex-direction: column;
            flex-direction: column
}
    }

.lead__text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}

.lead__text--centered {
        -ms-flex-align: center;
            align-items: center;
    }

.lead__text::after {
        position: absolute;
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        background-image: url("../img/background/orange-stripes.jpg");
        background-position: center top;
        top: 0;
        right: -12px
    }

@media (max-width: 720px) {

.lead__text::after {
            background-image: url("../img/background/orange-stripes-horizontal.jpg");
            width: 100%;
            height: 15px;
            bottom: 0;
            top: auto;
            right: 0
    }
        }

.lead__text--no-after::after {
            display: none;
        }

@media (max-width: 720px) {
            .lead__text--no-after::after {
                display: none;
            }
        }

.lead__text h3 {
        font-size: 32px;
        font-size: 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        letter-spacing: 0;
        line-height: 100%;
        margin: 0 0 25px 0
    }

@media (max-width: 991px) {

    .lead__text h3 {
            padding-right: 30px
    }
        }

@media (max-width: 480px) {

    .lead__text h3 {
            font-size: 1.3125rem;
            line-height: 1.3125rem;
            margin-bottom: 17px;
            padding-right: 0
    }
        }

@media (max-width: 720px) {

.lead__text {
        padding: 30px 0
}
    }

@media (max-width: 420px) {

.lead__text {
        padding: 30px 0 42px 0
}
    }

.lead__image-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
}

.lead__image-wrapper picture {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

.lead__image-wrapper img {
        width: 100%;
        min-width: 100%;
    }

.lead__image-wrapper--no-basis {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }

@media (max-width: 720px) {
        .lead__image-wrapper picture {
            width: 100%;
            height: auto;
        }

        .lead__image-wrapper--index-one {
            -ms-flex-order: 1;
                order: 1;
        }
    }

@media (max-width: 420px) {

.lead__image-wrapper {
}
    }

.lead__title {
    line-height: 100%;
}

.lead__special--color-orange-big {
        font-size: 67px;
        font-size: 4.1875rem;
        color: #e87018;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        letter-spacing: -0.02em;
        margin-bottom: 33px;
        margin-left: 20px
    }

@media (max-width: 1220px) {

    .lead__special--color-orange-big {
            font-size: 3.375rem
    }
        }

@media (max-width: 1120px) {

    .lead__special--color-orange-big {
            font-size: 2.25rem;
            margin-bottom: 15px
    }
        }

@media (max-width: 900px) {

    .lead__special--color-orange-big {
            padding-left: 15px
    }
        }

@media (max-width: 991px) {

    .lead__special--color-orange-big {
            margin-left: 0
    }
        }

@media (max-width: 480px) {

    .lead__special--color-orange-big {
            font-size: 1.875rem;
            margin-bottom: 9px
    }
        }

.lead__special--bg-white {
        font-size: 54px;
        font-size: 3.375rem;
        background-color: #fff;
        color: #4a4a4a;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-top: 30px;
        padding-bottom: 25px;
        padding-left: 30px;
        letter-spacing: 0em;
        margin-bottom: 33px;
        font-weight: 700
    }

@media (max-width: 1439px) {

    .lead__special--bg-white {
            font-size: 3.125rem
    }
        }

@media (max-width: 1220px) {

    .lead__special--bg-white {
            font-size: 2.5rem
    }
        }

@media (max-width: 991px) {

    .lead__special--bg-white {
            font-size: 2.25rem;
            padding-top: 20px;
            padding-bottom: 15px;
            margin-bottom: 15px
    }
        }

@media (max-width: 900px) {

    .lead__special--bg-white {
            padding-left: 10px;
            font-size: 1.875rem
    }
        }

@media (max-width: 720px) {

    .lead__special--bg-white {
            padding: 10px 0
    }
        }

@media (max-width: 420px) {

    .lead__special--bg-white {
            padding: 5px 0
    }
        }

.lead__special--color-white {
        font-size: 48px;
        font-size: 3rem;
        color:  #fff;
        font-weight: 300;
        margin-left: 30px;
        letter-spacing: 0em
    }

@media (max-width: 1220px) {

    .lead__special--color-white {
            font-size: 2.25rem
    }
        }

@media (max-width: 900px) {

    .lead__special--color-white {
            padding-left: 15px
    }
        }

@media (max-width: 991px) {

    .lead__special--color-white {
            font-size: 1.625rem;
            margin-left: 0
    }
        }

@media (max-width: 420px) {

    .lead__special--color-white {
            font-size: 1.5rem
    }
        }

.lead__special--color-orange {
        font-size: 48px;
        font-size: 3rem;
        color: #e87018;
        font-weight: 300;
        margin-left: 13px
    }

@media (max-width: 1220px) {

    .lead__special--color-orange {
            font-size: 2.25rem
    }
        }

@media (max-width: 991px) {

    .lead__special--color-orange {
            font-size: 1.625rem
    }
        }

@media (max-width: 420px) {

    .lead__special--color-orange {
            font-size: 1.5rem
    }
        }

.lead__special--title-orange {
        color: #e87018;
    }

.lead__special--title-white {
        color: #fff;
    }

.lead__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0
}

@media (max-width: 720px) {

.lead__title {
        -ms-flex-align: center;
            align-items: center;
        margin: 50px 140px;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center
}
    }

@media (max-width: 600px) {

.lead__title {
        margin: 50px
}
    }

@media (max-width: 600px) {

.lead__title {
        margin: 30px 50px
}
    }

@media (max-width: 420px) {

.lead__title {
        margin: 23px 30px 45px 30px
}
    }

.lead__title--orange {
        font-weight: 700;
        font-size: 76px;
        font-size: 4.75rem;
        line-height: 86px;
        line-height: 5.375rem;
        color: #e87018;
    }

.lead__title--white {
        display: block;
        font-size: 76px;
        font-size: 4.75rem;
        color: #fff;
    }

@media (max-width: 900px) {
        .lead__title--orange,
        .lead__title--white {
            font-size: 1.75rem;
            line-height: 1.75rem;
            margin: 0;
            -ms-flex-pack: start;
                justify-content: flex-start;
        }

        .lead__title--orange {
            padding-top: 20px;
        }

        .lead__title--white {
            margin-bottom: 10px;
        }
    }

.lead__title-wrapper {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center
}

.lead__title-wrapper::after {
        position: absolute;
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        background-image: url("../img/background/orange-stripes.jpg");
        background-position: center top;
        top: 0;
        right: -12px
    }

@media (max-width: 720px) {

.lead__title-wrapper::after {
            background-image: url("../img/background/orange-stripes-horizontal.jpg");
            width: 100%;
            height: 15px;
            bottom: 0;
            top: auto;
            right: 0
    }
        }

@media (max-width: 720px) {

.lead__title-wrapper {
        padding-top: 30px
}
    }

.lead__text-wrapper {
    padding: 30px 0 30px 15px;
}

.lead__text-wrapper--main {
        position: relative;
        padding: 54px 0 30px 40px
    }

@media (max-width: 720px) {

    .lead__text-wrapper--main {
            padding: 0
    }
        }

.lead__text-wrapper--fixated {
        padding-top: 50px;
        width: 430px;
    }

@media (max-width: 720px) {
        .lead__text-wrapper--index-zero {
            -ms-flex-order: 0;
                order: 0;
        }

        .lead__text-wrapper--fixated {
            width: auto;
            padding: 40px 15px 0;
        }
    }

@media (max-width: 420px) {
        .lead__text-wrapper--main {
            padding: 0 15px;
        }
    }

.lead__discount {
    background-color: #e87018;
    color: #fff;
    font-weight: 700;
    width: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 24px 0;
    padding-top: 2px;
    border-radius: 3px;
    line-height: 100%
}

@media (max-width: 420px) {

.lead__discount {
        height: 20px;
        width: 60px;
        margin-bottom: 10px
}
    }

.lead__advantages {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0;
    width: 460px;
}

.lead__advantages li {
        margin-bottom: 9px;
    }

@media (max-width: 1024px) {

.lead__advantages {
        width: auto;
        padding-right: 30px
}
    }

.lead__benefits {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.lead__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 700;
    padding-right: 40px
}

@media (max-width: 1024px) {

.lead__subtitle {
        font-size: 1.125rem;
        line-height: 1.4375rem
}
    }

@media (max-width: 420px) {

.lead__subtitle {
        padding-right: 0
}
    }

.lead__narrow-text {
    font-family: 'Lifehack Sans', Arial, sans-serif;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 68px;
    line-height: 4.25rem;
    color: #fff;
    margin-top: 25px
}

@media (max-width: 720px) {

.lead__narrow-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-top: 0;
        margin-bottom: 33px
}
    }

.lead__damixa-stamp {
    position: absolute;
    right: 10px;
    bottom: 30px
}

@media (max-width: 900px) {

.lead__damixa-stamp {
        width: 89px;
        height: 18px;
        bottom: 15px
}
    }

.content--margin-bottom {
    margin-bottom: 90px;
  }

.content__wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px
}

@media (max-width: 1439px) {

.content__wrapper {
        padding-left: 60px;
        padding-right: 60px
}
    }

@media (max-width: 1280px) {

.content__wrapper {
        padding-left: 35px;
        padding-right: 35px
}
    }

@media (max-width: 900px) {

.content__wrapper {
        padding-right: 15px;
        padding-left: 15px
}
    }

@media (max-width: 420px) {

.content__wrapper {
        padding-top: 10px
}
    }

.content__centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 25px;
    padding-bottom: 57px
}

@media (max-width: 420px) {

.content__centered {
        padding-bottom: 27px
}
    }

.content__centered h2 {
        font-size: 32px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 48px;
        line-height: 3rem;
        color: #4a4a4a;
        letter-spacing: 0;
        margin-bottom: 15px
    }

@media (max-width: 480px) {

    .content__centered h2 {
            text-align: center
    }
        }

@media (max-width: 420px) {

    .content__centered h2 {
            font-size: 1.5rem;
            line-height: 1.5rem
    }
        }

.content__centered p {
        text-align: center;
        width: 850px;
        color: #4a4a4a;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 36px;
        line-height: 2.25rem;
        margin: 0 0 18px 0;
        font-weight: 300;
        letter-spacing: 0
    }

@media (max-width: 991px) {

    .content__centered p {
            width: auto;
            font-size: 1.25rem;
            line-height: 1.875rem
    }
        }

@media (max-width: 420px) {

    .content__centered p {
            font-size: 0.875rem;
            line-height: 1.125rem
    }
        }

.content__centered--tobe {
        padding-bottom: 14px;
    }

.content__centered--tobe h2 {
            margin-bottom: 5px;
        }

.content__centered--tobe p {
            width: 860px;
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 28px;
            line-height: 1.75rem;
            margin-bottom: 37px
        }

@media (max-width: 900px) {

        .content__centered--tobe p {
                width: auto;
                font-size: 0.875rem;
                line-height: 1.125rem;
                margin-bottom: 10px
        }
            }

.content__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 490px;
}

.content__links li a {
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        line-height: 1.3125rem;
        font-weight: 700;
        color: #4a4a4a;
        letter-spacing: 0;
        transition: 0.3s
    }

.content__links li a:hover {
            color: #e87018
        }

.content__links li a:hover:before {
                display: none;
            }

.content__links li a:before {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #4a4a4a;
            bottom: 1px
        }

@media (max-width: 600px) {

        .content__links li a:before {
                left: 0
        }
            }

@media (max-width: 600px) {

    .content__links li a {
            margin-right: 10px
    }
        }

@media (max-width: 420px) {

    .content__links li a {
            margin-right: 0;
            margin-bottom: 9px
    }
        }

@media (max-width: 420px) {

    .content__links li {
            margin-bottom: 10px
    }
        }

@media (max-width: 600px) {

.content__links {
        width: auto;
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: center
}
    }

.content__product-list {
    position: relative
}

.content__product-list::after {
        display: block;
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 31px;
        background-color: #f1f1f1;
        left: 0;
    }

.content__product-list--extended::after {
            height: 0;
        }

.benefits {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 0 40px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 1120px) {

.benefits {
        margin-left: 40px;
        -ms-flex-direction: column;
            flex-direction: column
}
    }

@media (max-width: 720px) {

.benefits {
        padding: 30px 0 30px 15px;
        margin: 0
}
    }

.benefits__icon {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
    padding-top: 75px
}

@media (max-width: 1280px) {

.benefits__icon {
        margin-right: 40px
}
    }

@media (max-width: 1120px) {

.benefits__icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-top: 0;
        height: 40px;
        padding-left: 60px
}
    }

@media (max-width: 720px) {

.benefits__icon {
        margin-bottom: 15px
}
    }

@media (max-width: 420px) {

.benefits__icon {
        height: 37px;
        padding-left: 48px
}
    }

.benefits__icon--cog {
        background-image: url("../img/background/cog.png");
    }

.benefits__icon--arm {
        background-image: url("../img/background/arm.png");
    }

.benefits__icon--shield {
        background-image: url("../img/background/shield.png");
    }

/* Стили для лендинга серии Arc */

.arc-banner {
    position: relative;
    padding: 160px 0 162px 0;
    background-image: url("../img/arc/arc-main.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {

.arc-banner {
        padding: 100px 0
}
    }

@media (max-width: 480px) {

.arc-banner {
        background-image: none;
        padding: 57px 0 0 0
}
    }

.arc-banner--black-bg {
        padding-top: 35px;
        padding-bottom: 0;
        background-image: none;
        background: #1B1B1B;
        background: radial-gradient(50% 50% at 50%, at 50%, #1B1B1B 0%, #0B0B0B 100%);
        background: radial-gradient(50% 50% at 50% 50%, #1B1B1B 0%, #0B0B0B 100%)
    }

@media (max-width: 600px) {

    .arc-banner--black-bg {
            padding-top: 35px;
            padding-bottom: 0
    }
        }

@media (max-width: 420px) {

    .arc-banner--black-bg {
            padding-top: 0
    }
        }

.arc-banner--hero {

    }

.arc-banner__flex-wrapper {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1220px) {

.arc-banner__flex-wrapper {
        -ms-flex-direction: column;
            flex-direction: column
}
    }

.arc-banner__image-lead {
    position: relative;
}

.arc-banner__image-lead--december {
      margin-top: 18px;
      margin-left: 65px
    }

@media (max-width: 767px) {

    .arc-banner__image-lead--december {
            margin-top: 13px;
            margin-left: 0
    }
        }

@media (max-width: 1220px) {

.arc-banner__image-lead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center
}
    }

.arc-banner__image-lead img {
        margin-bottom: -145px
    }

@media (max-width: 768px) {

    .arc-banner__image-lead img {
            width: 200px;
            height: 436px;
            margin-bottom: -125px
    }
        }

@media (max-width: 480px) {

    .arc-banner__image-lead img {
            width: 130px;
            height: 283px;
            margin-bottom: -46px
    }
        }

.arc-banner__image-lead--hero img {
            width: 154px;
            margin-bottom: -75px;
        }

.arc-banner__image-text {
    font-family: 'festus correct', Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: normal;
    position: absolute;
    text-align: right;
}

.arc-banner__image-text--white {
        color: #fff;
    }

.arc-banner__image-text--black {
        color: #414042;
    }

.arc-banner__image-text span {
        display: block;
        opacity: 0.5;
        margin-bottom: 24px;
    }

.arc-banner__image-text strong {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 36px;
        line-height: 2.25rem;
        font-weight: 400;
    }

@media (max-width: 720px) {

.arc-banner__image-text {
        font-size: 1.25rem;
        line-height: 1.25rem;
}

        .arc-banner__image-text strong {
            font-size: 1.5rem;
            line-height: 1.5rem;
        }
    }

@media (max-width: 480px) {
        .arc-banner__image-text span {
            margin-bottom: 0;
        }

        .arc-banner__image-text strong {
            font-size: 0.6875rem;
            line-height: 0.6875rem;
        }
    }

.arc-banner__text-top {
    top: 0;
    left: -224px
}

@media (max-width: 1220px) {

.arc-banner__text-top {
        left: 0
}
    }

.arc-banner__text-bottom {
    bottom: -150px;
    left: -206px
}

@media (max-width: 1220px) {

.arc-banner__text-bottom {
        left: 0
}
    }

@media (max-width: 480px) {

.arc-banner__text-bottom {
        bottom: -70px
}
    }

.arc-banner__text-right {
    text-align: left;
    bottom: 45px;
    right: -177px
}

@media (max-width: 1220px) {

.arc-banner__text-right {
        right: 0
}
    }

@media (max-width: 480px) {

.arc-banner__text-right {
        right: 5px;
        bottom: 7px
}
    }

.arc-banner__text-content {
    width: 600px;
}

.arc-banner__text-content h1 {
        margin-bottom: 34px
    }

@media (max-width: 480px) {

    .arc-banner__text-content h1 {
            width: 300px;
            margin-bottom: 8px
    }
        }

.arc-banner__text-content--black-bg {
        margin-top: 160px;
    }

.arc-banner__text-content--black-bg h1 {
            margin-bottom: 0;
            font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
        }

@media (max-width: 1220px) {

    .arc-banner__text-content--black-bg {
            margin-top: 60px;
            margin-bottom: 40px;
            width: auto;
            text-align: center
    }
        }

@media (max-width: 767px) {

    .arc-banner__text-content--black-bg {
          text-align: left
    }
        }

@media (max-width: 420px) {

    .arc-banner__text-content--black-bg {
            padding-top: 15px;
            padding-left: 14px;
            margin-top: 0
    }
        }

@media (max-width: 600px) {

.arc-banner__text-content {
        width: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 15px
}
    }

.arc-banner__text-content--hero {
        margin-top: 0;
    }

.arc-banner__title {
    color: #ff8023;
    font-weight: 800;
    font-size: 120px;
    font-size: 7.5rem;
    display: block;
    line-height: 120px;
    line-height: 7.5rem;
    letter-spacing: 0;
}

.arc-banner__title--hero {
        font-size: 84px;
        font-size: 5.25rem;
        line-height: 84px;
        line-height: 5.25rem;
    }

@media (max-width: 480px) {

.arc-banner__title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 5px
}
    }

.arc-banner__subtitle {
    font-weight: 700;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    letter-spacing: 0.03em;
}

.arc-banner__subtitle--hero {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 27.5px;
        line-height: 1.71875rem;
    }

@media (max-width: 767px) {

.arc-banner__subtitle {
        font-size: 1.8125rem;
        line-height: 1.8125rem
}
    }

@media (max-width: 480px) {

.arc-banner__subtitle {
        color: #fff;
        text-shadow: none;
        letter-spacing: 0
}
    }

@media (max-width: 480px) {

    .arc-banner__subtitle--previous {
            color: #4a4a4a
    }
        }

.arc-banner__undertitle {
    font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-weight: 300;
    color: #fff;
}

.arc-banner__undertitle--hero {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 27.5px;
        line-height: 1.71875rem;
    }

@media (max-width: 768px) {

.arc-banner__undertitle {
        font-size: 1.875rem;
        line-height: 2.0625rem
}
    }

@media (max-width: 480px) {

.arc-banner__undertitle {
        font-size: 1.1875rem;
        line-height: 1.5rem;
        font-weight: 300;
        opacity: 0.5
}
    }

.arc-banner__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 390px
}

@media (max-width: 480px) {

.arc-banner__links {
        width: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center
}
    }

@media (max-width: 480px) {

    .arc-banner__links li {
            margin-bottom: 4px
    }
        }

.arc-banner__links li a {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem;
        position: relative;
        text-decoration: none;
        transition: 200ms;
        letter-spacing: 0.03em
    }

@media (max-width: 480px) {


    .arc-banner__links li a {
            color: #4a4a4a;
            font-size: 0.875rem;
            line-height: 0.875rem;
            font-weight: 700
    }
        }

.arc-banner__links li a::before {
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #fff;
            content: "";
            left: 0;
            bottom: 0
        }

@media (max-width: 480px) {

        .arc-banner__links li a::before {
                background-color: #4a4a4a
        }
            }

.arc-banner__links li a:hover::before, .arc-banner__links li a:focus::before {
                height: 0;
            }

.arc-banner__image-wrapper {
    display: none
}

@media (max-width: 420px) {

.arc-banner__image-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center
}
    }

@media (max-width: 420px) {

    .arc-banner__image-wrapper img {
            min-width: calc(100% + 30px)
    }
        }

.arc-banner__orange {
  color: #e87018
}

@media (max-width: 767px) {

.arc-banner__orange {
        font-size: 0.875rem;
        line-height: 0.875rem
}
    }

.arc-banner.arc-banner__small {
  padding-bottom: 60px;
}

.arc-banner.arc-banner__small .arc-banner__text-content {
    margin-top: 28px;
  }

.arc-banner.arc-banner__small .arc-banner__title {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 84px;
    line-height: 5.25rem;
    margin-bottom: -7px;
  }

.arc-banner.arc-banner__small .arc-banner__subtitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }

.arc-banner.arc-banner__small .arc-banner__undertitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-weight: 300;
  }

.arc-banner.arc-banner__small .btn--moveto {
    width: 186px;
    height: 34px;
    margin-top: 11px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 10px;
    line-height: 0.625rem;
    padding-left: 17px
  }

.arc-banner.arc-banner__small .btn--moveto:after {
      width: 3px;
      height: 3px;
      right: 25px;
      bottom: 14px;
    }

.arc-banner.arc-banner__small .arc-banner__image-lead--december {
    margin-top: 0;
    margin-left: 220px;
  }

.arc-banner.arc-banner__small .arc-banner__orange {
    color: #e87018;
    font-weight: 400;
    opacity: 1;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 7px;
  }

.arc-banner.arc-banner__small .arc-banner__image-text strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }

.arc-banner.arc-banner__small .arc-banner__text-top {
    top: -22px;
    left: -144px;
  }

.arc-banner.arc-banner__small .arc-banner__text-right {
    bottom: -57px;
    right: -147px;
  }

.arc-banner.arc-banner__small .arc-banner__text-bottom {
    bottom: -167px;
    left: -137px;
  }

@media (max-width: 1220px) {
    .arc-banner.arc-banner__small .arc-banner__text-top {
      top: -22px;
      left: 0;
    }

    .arc-banner.arc-banner__small .arc-banner__text-right {
      bottom: -57px;
      right: 0;
    }

    .arc-banner.arc-banner__small .arc-banner__text-bottom {
      bottom: -167px;
      left: 0;
    }

    .arc-banner.arc-banner__small .arc-banner__image-lead--december {
      margin-left: 0;
    }
  }

@media (max-width: 600px) {

    .arc-banner.arc-banner__small .arc-banner__orange {
      font-size: 0.6875rem;
    }

    .arc-banner.arc-banner__small .arc-banner__image-text strong {
      font-size: 0.6875rem;
      line-height: 0.6875rem;
    }

    .arc-banner.arc-banner__small .arc-banner__image-lead--december {
      margin-top: 50px;
    }

    .arc-banner.arc-banner__small .arc-banner__image-lead img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-bottom: -125px;
    }
  }

.arc-advantages {
    background-color: #f0f3f4;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 720px) {

.arc-advantages {
        padding: 20px 0
}
    }

@media (max-width: 600px) {

.arc-advantages {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 15px 0
}
    }

@media (max-width: 420px) {

.arc-advantages {
        padding-top: 0
}
    }

.arc-advantages__image-wrapper {
    width: 50%;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 600px) {

.arc-advantages__image-wrapper {
        width: 100%;
        margin-bottom: 15px;
        -ms-flex-order: 1;
            order: 1
}
    }

@media (max-width: 480px) {

.arc-advantages__image-wrapper {
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 0
}
    }

@media (max-width: 480px) {

    .arc-advantages__image-wrapper img {
            width: 274px
    }
        }

.arc-advantages__text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 20px
}

@media (max-width: 600px) {

.arc-advantages__text-wrapper {
        width: 100%;
        -ms-flex-order: 0;
            order: 0;
        padding-top: 32px
}
    }

@media (max-width: 480px) {

.arc-advantages__text-wrapper {
        padding-bottom: 24px;
        padding-left: 15px
}
    }

.arc-advantages__text-wrapper h2 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        color: #414042;
        font-weight: 700;
        margin-bottom: 16px;
        letter-spacing: 0.01em
    }

@media (max-width: 1024px) {

    .arc-advantages__text-wrapper h2 {
            padding-right: 20px;
            font-size: 2.25rem;
            line-height: 2.25rem
    }
        }

@media (max-width: 480px) {

    .arc-advantages__text-wrapper h2 {
            font-size: 1.5rem;
            line-height: 1.5rem;
            letter-spacing: 0
    }
        }

.arc-advantages__text-wrapper p {
        width: 550px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        color: #414042
    }

@media (max-width: 1280px) {

    .arc-advantages__text-wrapper p {
            width: auto;
            padding-right: 30px
    }
        }

@media (max-width: 480px) {

    .arc-advantages__text-wrapper p {
            font-size: 0.875rem;
            line-height: 1.3125rem;
            padding-right: 0
    }
        }

.arc-design {
    background-color: #414042;
    border-top: 20px solid #666568;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 60px 0 50px 80px;
}

.arc-design--no-border {
        border-top: none;
        background-color: #fff;
        padding-bottom: 50px;
    }

@media (max-width: 900px) {

.arc-design {
        padding-left: 0
}
    }

@media (max-width: 720px) {

.arc-design {
        padding: 15px
}
    }

@media (max-width: 480px) {

.arc-design {
        -ms-flex-direction: column;
            flex-direction: column
}
    }

@media (max-width: 420px) {

.arc-design {
        padding-top: 30px;
        padding-bottom: 23px
}
    }

.arc-design__content-wrapper {
    background-color: #414042;
    display: -ms-flexbox;
    display: flex;
    min-width: 1210px;
    padding: 40px 30px 0 30px;
    margin-bottom: 38px
}

@media (max-width: 1220px) {

.arc-design__content-wrapper {
        min-width: auto
}
    }

@media (max-width: 991px) {

.arc-design__content-wrapper {
        width: calc(100% + 30px);
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0 15px 6px 15px;
        margin-left: -15px;
        margin-bottom: 0
}
    }

.arc-design__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center
}

@media (max-width: 991px) {

.arc-design__image-wrapper {
        margin-right: 0;
        -ms-flex-order: 0;
            order: 0;
        margin-bottom: 16px
}
    }

.arc-design__image-wrapper img {
        margin-bottom: -40px
    }

@media (max-width: 991px) {

    .arc-design__image-wrapper img {
            width: 290px;
            height: 290px;
            min-width: 290px;
            margin-top: -15px;
            margin-bottom: 0;
            margin-left: 0
    }
        }

.arc-design__image-wrapper--rounded {
        margin-right: 10px;
    }

.arc-design__image-wrapper--rounded img {
            border-radius: 50%
        }

@media (max-width: 480px) {
        .arc-design__image-wrapper--rounded img {
                width: 130px;
                height: 130px
        }
            }

.arc-design__text-wrapper {
    width: 45.5%;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 10px;
}

.arc-design__text-wrapper h2 {
        color: #9a989b;
        font-weight: 700;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin-bottom: 10px
    }

@media (max-width: 991px) {

    .arc-design__text-wrapper h2 {
            font-size: 1.5rem;
            line-height: 1.5rem
    }
        }

@media (max-width: 420px) {

    .arc-design__text-wrapper h2 {
            padding-right: 10px;
            margin-bottom: 17px
    }
        }

.arc-design__text-wrapper p {
        width: 360px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500
    }

@media (max-width: 991px) {

    .arc-design__text-wrapper p {
            font-size: 0.875rem;
            line-height: 1.3125rem;
            width: auto
    }
        }

@media (max-width: 991px) {

.arc-design__text-wrapper {
        width: auto;
        -ms-flex-order: 1;
            order: 1;
        padding-top: 0;
        padding-left: 0
}
    }

.arc-design__special-offer {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 60px;
}

.arc-design__special-text {
    font-family: 'festus correct', Arial, sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #4a4a4a;
    margin-bottom: 2px;
}

.arc-design__special-text--orange {
        color: #e87018;
    }

.arc-design__special-text--black {
        color: #414042;
    }

.arc-design__video {
  margin-top: 30px;
  width: 100%;
}

.arc-design__video iframe {
    max-width: 100%;
    max-height: 500px;
  }

.arc-item {
    padding: 60px 0 30px
}

@media (max-width: 420px) {

.arc-item {
        padding-top: 32px
}
    }

@media (max-width: 480px) {
        .arc-item--origin {
            padding-top: 18px;
        }
    }

.arc-item__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 600px) {

.arc-item__wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start
}
    }

.arc-item__image-wrapper,
.arc-item__content-wrapper {
    width: calc(50% - 20px)
}

@media (max-width: 1120px) {

.arc-item__image-wrapper,
.arc-item__content-wrapper {
        width: calc(50% - 10px)
}
    }

@media (max-width: 600px) {

.arc-item__image-wrapper,
.arc-item__content-wrapper {
        width: 100%
}
    }

.arc-item__image-wrapper--slider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

.arc-item__image-wrapper .product-preview .thumb-product-slider {
        left: -30px;
        width: 84px;
    }

@media (max-width: 900px) {

.arc-item__image-wrapper {
        margin-bottom: 0


}
    }

@media (max-width: 600px) {

.arc-item__image-wrapper {
        -ms-flex-order: 0;
            order: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 15px;


}

        .arc-item__image-wrapper .product-preview .thumb-product-slider {
            left: 0;
            width: 100%;
        }
    }

@media (max-width: 480px) {

    .arc-item__image-wrapper img {
            min-width: calc(100% + 30px)
    }
        }

@media (max-width: 600px) {

.arc-item__content-wrapper {
        -ms-flex-order: 1;
            order: 1
}
    }

.arc-item__preheader {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    opacity: 0.6;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.arc-item__preheader--origin {
        margin-bottom: 8px;
    }

.arc-item__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.arc-item__header {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 700;
    color: #414042;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}

.arc-item__header--origin {
        margin-bottom: 17px;
    }

@media (max-width: 1024px) {

.arc-item__header {
        font-size: 2.25rem;
        line-height: 2.25rem
}
    }

@media (max-width: 600px) {

.arc-item__header {
        font-size: 1.75rem;
        line-height: 1.75rem;
        margin-bottom: 17px
}
    }

@media (max-width: 480px) {

.arc-item__header {
        font-size: 1.5rem;
        line-height: 1.5rem
}
    }

.data-description__naming {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px;
}

.data-description__naming--origin {
        margin-bottom: 17px;
    }

.data-description__naming h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #414042;
        font-weight: 700;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        letter-spacing: 0.01em;
        margin-bottom: 5px
    }

@media (max-width: 1024px) {

    .data-description__naming h3 {
            padding-right: 15px
    }
        }

@media (max-width: 480px) {

    .data-description__naming h3 {
            font-size: 1rem;
            line-height: 1rem;
            margin-bottom: 7px
    }
        }

.data-description__wrapper {
    display: -ms-flexbox;
    display: flex;
}

.data-description__wrapper--origin {
        margin-bottom: 7px;
    }

@media (max-width: 768px) {

.data-description__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 10px
}
    }

@media (max-width: 420px) {

.data-description__wrapper {
        margin-bottom: 17px
}
    }

.data-description__vendor-code {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
    line-height: 0.8125rem;
    color: #a09fa0;
    margin-right: 15px;
}

.data-description__text-content {
    margin-bottom: 30px;
}

.data-description__text-content--origin {
        margin-bottom: 17px;
    }

@media (max-width: 420px) {

.data-description__text-content {
        margin-bottom: 16px
}
    }

.data-description__availability {
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 11px;
    line-height: 0.6875rem;
    padding-left: 15px
}

.data-description__availability::before {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        content: "";
        background-image: url("../img/arc/green-check.svg");
        background-repeat: no-repeat;
        background-position: center center;
        left: 0;
    }

.data-description__availability--on {
        color: #00B092;
    }

.data-description__button {
    position: relative;
    background-color: #f5f5f6;
    border-radius: 3px;
    width: 155px;
    height: 34px;
    padding-left: 27px;
    transition: 200ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center
}

.data-description__button:hover,
    .data-description__button:focus {
        background-color: #9c9c9c;
        color: #fff;
    }

.data-description__button::before {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background-image: url("../img/arc/download.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
    }

.data-description__text-content p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #414042;
        letter-spacing: 0
    }

@media (max-width: 480px) {
    .data-description__text-content p {
            font-size: 0.875rem;
            line-height: 1.3125rem
    }
        }

.data-description__price {
    margin-right: 40px;
}

.data-description__price--origin {
        margin-right: 30px;
    }

@media (max-width: 768px) {

.data-description__price {
        margin-right: 10px
}
    }

.data-description__purchase {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 33px;
    background-color: #ececed;
}

.data-description__purchase--no-bg {
        background-color: transparent;
    }

.data-description__purchase--origin {
        margin-bottom: 7px;
    }

@media (max-width: 720px) {

.data-description__purchase {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start
}
    }

@media (max-width: 600px) {

.data-description__purchase {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
    }

@media (max-width: 420px) {

.data-description__purchase {
        -ms-flex-align: start;
            align-items: flex-start;
        margin-bottom: 0
}
    }

.data-description__advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 900px) {

.data-description__advantages {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start
}
    }

.data-description__advantages li {
        width: 33%;
        color: #414042;
        font-size: 13px;
        line-height: 19px;
        cursor: pointer;
        transition: 200ms
    }

@media (max-width: 900px) {

    .data-description__advantages li {
            width: auto
    }
        }

.data-description__advantages li :checked~.data-description__inner-wrapper {
            background-color: #414042;
        }

.data-description__advantages li :checked~.data-description__inner-wrapper label {
                color: #fff;
            }

.data-description__advantages li :checked~.data-description__inner-wrapper label .data-description__subtitle {
                    text-decoration: none;
                }

.data-description__advantages li :checked~.data-description__inner-wrapper label .data-description__text {
                    display: block;
                }

.data-description__advantages li :checked~.data-description__inner-wrapper label svg {
                    fill: #fff;
                }

.data-description__advantages li label {
            width: 150px;
            min-height: 40px;
            margin-bottom: 10px;
            font-weight: 700;
            position: relative;
            vertical-align: top;
            cursor: pointer;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column
        }

@media (max-width: 900px) {

        .data-description__advantages li label {
                -ms-flex-direction: row;
                    flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap
        }
            }

@media (max-width: 991px) {

        .data-description__advantages li label {
                width: auto
        }
            }

.data-description__advantages li label svg {
                display: block;
                margin-bottom: 17px
            }

@media (max-width: 900px) {

            .data-description__advantages li label svg {
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 8px;
                    margin-bottom: 0
            }
                }

.data-description__advantages li label .data-description__subtitle {
                text-decoration: underline;
                -webkit-text-decoration-style: dotted;
                        text-decoration-style: dotted;
                width: 130px
            }

@media (max-width: 900px) {

            .data-description__advantages li label .data-description__subtitle {
                    margin-top: 8px;
                    margin-left: 15px
            }
                }

@media (max-width: 768px) {

            .data-description__advantages li label .data-description__subtitle {
                    width: 150px
            }
                }

@media (max-width: 768px) {

            .data-description__advantages li label .data-description__subtitle {
                    margin-top: 11px
            }
                }

.data-description__advantages li .data-description__text {
            font-weight: 500;
            color: #fff;
            opacity: 0.8;
            font-size: 13px;
            line-height: 19px;
            padding-top: 10px;
            padding-right: 20px;
            display: none
        }

@media (max-width: 900px) {

        .data-description__advantages li .data-description__text {
                padding: 0 0 0 60px;
                margin-top: -5px
        }
            }

@media (max-width: 900px) {

        .data-description__advantages li .data-description__text {
                padding: 0 0 0 60px;
                margin-top: 5px
        }
            }

.data-description__icon {
    fill: #000;
}

.data-description__btn {
    padding: 16px 51px 13px;
    font-size: 14px;
    -ms-flex-item-align: start;
        align-self: flex-start
}

@media (max-width: 420px) {

.data-description__btn {
        margin-bottom: 17px;
        padding: 14px 24px 13px
}
    }

.data-description__btn--invert {
        -ms-flex-item-align: center;
            align-self: center;
        background-color: transparent;
        border: 2px solid #e87018;
        color: #e87018;
        padding: 14px 50px 11px;
    }

.data-description__inner-wrapper {
    padding: 20px;
    cursor: default;
    border-radius: 3px
}

@media (max-width: 1120px) {

.data-description__inner-wrapper {
        padding: 10px
}
    }

@media (max-width: 900px) {

.data-description__inner-wrapper {
        padding: 20px
}
    }

@media (max-width: 480px) {

.data-description__inner-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px
}
    }

@media (max-width: 420px) {

.data-description__inner-wrapper {
        padding: 6px 15px
}
    }

.data-description__box {
    width: 180px;
    height: 85px;
    transform: rotate(-15deg);
    background-color: #e87018;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
    margin-left: -20px;
    margin-right: 30px;
}

.data-description__offer-text {
    font-family: 'festus correct', Arial, sans-serif;
    font-size: 38px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}

.data-description__offer-text--black {
        color: #000;
        text-decoration: underline;
        font-size: 22px;
        line-height: 22px;
    }

.data-description__show-stats {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted
}

@media (max-width: 768px) {

.data-description__show-stats {
        font-size: 0.875rem
}
    }

.data-description__hidden-stats {
    display: none;
}

.price-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 145px;
}

.price-text--big {
        width: 100%;
    }

@media (max-width: 768px) {

.price-text {
        margin-top: 30px;
}

        .price-text--big {
            -ms-flex-pack: center;
                justify-content: center;
            margin-top: 8px;
        }
    }

.price-text__old {
    color: #a09fa0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 10px;
    white-space: nowrap
}

@media (max-width: 768px) {
        .price-text__old--big {
            font-size: 0.875rem;
            line-height: 0.875rem;
            margin-left: 10px;
            margin-right: 0;
        }
    }

.price-text__discount {
    background-color: #e87018;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 5px 2px 5px;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap
}

@media (max-width: 768px) {
        .price-text__discount--big {
            margin-bottom: 3px;
            margin-left: 10px;
        }
    }

.price-text__new {
    font-size: 28px;
    line-height: 28px;
    color: #414042;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
}

.price-text__new--big {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 13px;
    }

@media (max-width: 768px) {
        .price-text__new--big {
            font-size: 2rem;
            line-height: 2rem;
        }
    }

.price-text__column-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 11px;
    margin-top: -6px
}

@media (max-width: 768px) {

.price-text__column-wrapper {
        margin-left: 0
}
    }

.arc-discount__wrapper {
    background-image: url("../img/arc/background/arc-discount-v2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 35px;
    text-align: center;
}

.arc-discount__wrapper--origin {
        background-image: url("../img/origin-bit/origin-discount--bg.jpg");
        padding-top: 45px;
        padding-bottom: 40px;
    }

@media (max-width: 768px) {

.arc-discount__wrapper {
        background-position: right;
        padding: 10px 15px
}
    }

@media (max-width: 600px) {

.arc-discount__wrapper {
        background-position: 70%
}
    }

@media (max-width: 480px) {

.arc-discount__wrapper {
        padding: 17px 19px 11px 19px;
}

        .arc-discount__wrapper--origin {
            background-image: url("../img/origin-bit/origin-discount--mobile.jpg");
            background-size: 100% auto;
            background-position: center;
        }
    }

.arc-discount__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #fff;
    -ms-flex-align: center;
        align-items: center;
}

.arc-discount__lead {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #414042;
}

.arc-discount__lead--origin {
        font-size: 40px;
    }

@media (max-width: 768px) {

.arc-discount__lead {
        font-size: 1.625rem;
        line-height: 2.125rem
}
    }

@media (max-width: 420px) {

.arc-discount__lead {
        font-size: 0.625rem;
        line-height: 0.8125rem;
        letter-spacing: 0.03em
}
    }

@media (max-width: 480px) {
        .arc-discount__lead--origin {
            font-size: 0;
        }
    }

.arc-discount__sublead {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #414042;
}

.arc-discount__sublead--origin {
        font-size: 19px;
    }

@media (max-width: 768px) {

.arc-discount__sublead {
        font-size: 1.25rem;
        line-height: 1.25rem
}
    }

@media (max-width: 480px) {

.arc-discount__sublead {
        font-size: 0.625rem;
        line-height: 0.8125rem;
        letter-spacing: 0;
        width: 150px;
}

        .arc-discount__sublead--origin {
            font-size: 0;
        }
    }

.arc-discount__subtext {
    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
    color: #fff;
    opacity: 0.7
}

@media (max-width: 420px) {

.arc-discount__subtext {
        font-size: 0.625rem
}
    }

.arc-discount__special {
    font-family: 'festus correct', Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #e87018;
}

.arc-discount__special--origin {
        font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

@media (max-width: 480px) {
        .arc-discount__special--origin {
            font-size: 0;
        }
    }

.arc-form__wrapper {
    background-color: #f6f6f6;
    padding: 24px 32px 14px 32px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 900px) {

.arc-form__wrapper {
        -ms-flex-direction: column;
            flex-direction: column
}
    }

@media (max-width: 480px) {

.arc-form__wrapper {
        width: auto;
        padding: 17px 14px 6px 14px
}
    }

.arc-form__title-wrapper {
    width: 41.5%;
    padding-top: 20px
}

@media (max-width: 1120px) {

.arc-form__title-wrapper {
        width: auto;
        margin-bottom: 15px
}
    }

@media (max-width: 480px) {

.arc-form__title-wrapper {
        padding-top: 0
}
    }

.arc-form__title-wrapper h2 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 700;
        color: #414042;
        letter-spacing: 0.03em;
        width: 300px
    }

@media (max-width: 900px) {

    .arc-form__title-wrapper h2 {
            width: auto
    }
        }

@media (max-width: 480px) {

    .arc-form__title-wrapper h2 {
            font-size: 1rem;
            line-height: 1.3125rem;
            width: 200px
    }
        }

.arc-form__form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 58.5%
}

@media (max-width: 1120px) {

.arc-form__form-wrapper {
        width: auto
}
    }

.arc-form__form-wrapper form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        margin-bottom: 8px
    }

@media (max-width: 600px) {

    .arc-form__form-wrapper form {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: start;
                align-items: flex-start
    }
        }

.arc-form__form-wrapper form label {
            font-size: 14px;
            line-height: 14px;
            font-weight: 700;
            color: #414042;
            margin-right: 20px
        }

@media (max-width: 600px) {

        .arc-form__form-wrapper form label {
                width: 100%;
                margin-bottom: 17px;
                letter-spacing: 0.02em
        }
            }

.arc-form__form-wrapper form label i {
                color: #e87018;
                font-style: normal;
            }

.arc-form__form-wrapper form label input {
                border: 1px solid #c0bfc0;
                background-color: #f6f6f6;
                border-radius: 3px;
                margin-top: 8px
            }

.arc-form__form-wrapper form label input:hover,
                .arc-form__form-wrapper form label input:focus {
                    background-color: #fff;
                }

.arc-form__agreement {
    font-size: 11px;
    line-height: 14px;
    color: #a09fa0;
}

.arc-form__agreement a {
        color: #e87018
    }

.arc-form__agreement a:hover,
        .arc-form__agreement a:focus {
            color: #414042;
        }

.arc-form__submit {
    width: 195px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

@media (max-width: 600px) {

.arc-form__submit {
        width: 100%;
        margin-top: 20px
}
    }

@media (max-width: 420px) {

.arc-form__submit {
        margin-top: 0;
        margin-bottom: 7px
}
    }

.arc-feature {
    padding-top: 180px;
    padding-bottom: 36px
}

@media (max-width: 480px) {

.arc-feature {
        padding-top: 90px;
        padding-bottom: 23px
}
    }

.arc-feature__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between
}

@media (max-width: 768px) {

.arc-feature__content {
        -ms-flex-direction: column;
            flex-direction: column
}
    }

.arc-feature__content--negative {
        margin-top: -40px
    }

@media (max-width: 900px) {

    .arc-feature__content--negative {
            margin-top: 0
    }
        }

.arc-feature__image-wrapper,
.arc-feature__text-wrapper {
    width: calc(50% - 20px)
}

@media (max-width: 768px) {

.arc-feature__image-wrapper,
.arc-feature__text-wrapper {
        width: 100%
}
    }

.arc-feature__image-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.arc-feature__image-wrapper--end {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }

.arc-feature__image-wrapper::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        box-shadow: 4px 2px 6px rgba(72, 100, 125, .3), inset -2px -2px 6px rgba(72, 100, 125, .1);
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60px 60px;
    }

.arc-feature__image-wrapper:nth-of-type(1)::before {
            background-image: url("../img/arc/360-degrees-1.svg");
            top: 40%;
            right: -9%
        }

@media (max-width: 768px) {

.arc-feature__image-wrapper:nth-of-type(1)::before {
                top: auto;
                bottom: -9%;
                right: 44%
        }
            }

@media (max-width: 480px) {

.arc-feature__image-wrapper:nth-of-type(1)::before {
                bottom: -49px;
                right: 33%
        }
            }

.arc-feature__image-wrapper:nth-of-type(2)::before {
            background-image: url("../img/arc/360-degrees-2.svg");
            top: 40%;
            left: -9%
        }

@media (max-width: 768px) {

.arc-feature__image-wrapper:nth-of-type(2)::before {
                top: auto;
                left: auto;
                bottom: -9%;
                right: 44%
        }
            }

@media (max-width: 480px) {

.arc-feature__image-wrapper:nth-of-type(2)::before {
                bottom: -49px;
                right: 33%
        }
            }

@media (max-width: 768px) {

.arc-feature__image-wrapper {
        -ms-flex-order: 0;
            order: 0;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 66px
}
    }

.arc-feature__content:last-child .arc-feature__image-wrapper::before {
        background-image: url("../img/arc/360-degrees-4.svg");
        top: 43.5%;
        right: -9%
    }

@media (max-width: 768px) {

.arc-feature__content:last-child .arc-feature__image-wrapper::before {
            top: auto;
            bottom: -9%;
            right: 44%
    }
        }

@media (max-width: 480px) {

.arc-feature__content:last-child .arc-feature__image-wrapper::before {
            bottom: -49px;
            right: 34%
    }
        }

.arc-feature__text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}

.arc-feature__text-wrapper--right {
        padding-left: 50px
    }

@media (max-width: 768px) {

    .arc-feature__text-wrapper--right {
            padding-left: 0
    }
        }

.arc-feature__text-wrapper--left {
        padding-right: 50px
    }

@media (max-width: 768px) {

    .arc-feature__text-wrapper--left {
            padding-right: 0
    }
        }

.arc-feature__text-wrapper h3 {
        font-size: 40px;
        line-height: 40px;
        color: #414042;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 9px
    }

@media (max-width: 480px) {

    .arc-feature__text-wrapper h3 {
            font-size: 1.5rem;
            line-height: 1.5rem;
            margin-top: 0;
            letter-spacing: -0.03em
    }
        }

.arc-feature__text-wrapper p {
        font-size: 16px;
        line-height: 24px;
        color: #414042;
    }

.arc-feature__text-wrapper--top-padding h3 {
            padding-top: 90px
        }

@media (max-width: 768px) {
        .arc-feature__text-wrapper--top-padding h3 {
                padding-top: 0
        }
            }

@media (max-width: 768px) {

.arc-feature__text-wrapper {
        -ms-flex-order: 1;
            order: 1;
        margin-bottom: 60px
}
    }

@media (max-width: 480px) {

.arc-feature__text-wrapper {
        margin-bottom: 20px
}
    }

/* Поиск по сайту */

.search-result a{
  display: -ms-flexbox;
  display: flex;

  width: 460px;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding-bottom: 5px;
}

.search-result__image-wrapper {
  margin-right: 10px;
}

.search-result__image-wrapper img {
    width: 50px;
    height: 50px;
  }

.search-result__series,
.search-result__name {
  font-size: 13px;
  line-height: 13px;
}

.search-result__series {
  margin-right: 11px;
  font-weight: 700;
}

/* Галерея-превью */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #fff; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Origin Bit Лендинг */

.origin-lead__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-image: url("../img/origin-bit/origin-lead.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 45px;
  background-size: contain
}

@media (max-width: 768px) {

.origin-lead__wrapper {
    background-image: url("../img/origin-bit/origin-lead--mobile.jpg");
    background-position: bottom right;
    padding-top: 20px;
    padding-bottom: 252px;
    margin-bottom: 15px;
    background-color: #e0e1e2
}
  }

.origin-lead__text-wrapper {
  width: 495px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 15px
}

@media (max-width: 768px) {

.origin-lead__text-wrapper {
    width: 100%
}
  }

.origin-lead__text {
  font-size: 30px;
  line-height: 33px;
  color: #010101;
  font-weight: 300;
  margin-bottom: 20px
}

@media (max-width: 768px) {

.origin-lead__text {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #010101;
    text-align: center
}
  }

.origin-lead__title {
  font-size: 80px;
  line-height: 80px;
  color: #e87018;
  font-weight: 800;
  margin-bottom: 15px
}

@media (max-width: 768px) {

.origin-lead__title {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 8px
}
  }

.origin-lead__button-wrapper {
  margin-top: 5px;
}

.origin-innovation__wrapper {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {

.origin-innovation__wrapper {
    -ms-flex-direction: column;
        flex-direction: column
}
  }

.origin-innovation__image-wrapper,
.origin-innovation__text-wrapper {
  width: 50%
}

@media (max-width: 768px) {

.origin-innovation__image-wrapper,
.origin-innovation__text-wrapper {
    width: 100%
}
  }

.origin-innovation__image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.origin-innovation__image-wrapper img {
    margin-left: auto;
    margin-right: 30px;
  }

@media (max-width: 768px) {

.origin-innovation__image-wrapper {
    -ms-flex-order: 1;
        order: 1
}
  }

.origin-innovation__text-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 20px
}

@media (max-width: 768px) {

.origin-innovation__text-wrapper {
    padding-left: 0;
    -ms-flex-order: 0;
        order: 0
}
  }

.origin-innovation__text-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
    color: #414042;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 17px
  }

@media (max-width: 768px) {

  .origin-innovation__text-wrapper h2 {
      font-size: 1.5rem;
      line-height: 1.9375rem
  }
    }

.origin-innovation__text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #414042;
    margin-bottom: 15px
  }

@media (max-width: 768px) {

  .origin-innovation__text-wrapper p {
      font-size: 0.875rem;
      line-height: 1.3125rem
  }
    }

.origin-innovation__special-text {
  position: absolute;
  font-family: 'festus correct', Arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
  color: #e87018;
  top: 39%;
  left: 0;
}

.origin-innovation__special-text span {
    background-image: linear-gradient(to right, #e87018 50%, #e87018 50%);
    background-position: 0 1.04em;
    background-repeat: repeat-x;
    background-size: 8px 3px;
  }

@media (max-width: 768px) {

.origin-innovation__special-text {
    display: none
}
  }

.origin-innovation__tooltip {
  position: absolute;
  font-family: 'festus correct', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #414042;
  top: 66%;
  right: 20%;
  padding-right: 60px;
  background-image: url("../img/origin-bit/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 53px 16px
}

@media (max-width: 768px) {

.origin-innovation__tooltip {
    font-size: 1.875rem;
    line-height: 1.875rem;
    top: 51%
}
  }

.origin-innovation__button {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid rgba(65, 64, 66, .2);
  transition: all 200ms ease-out
}

@media (max-width: 768px) {

.origin-innovation__button {
    width: 26px;
    height: 26px
}
  }

.origin-innovation__button span {
    display: block;
    position: relative;
    color: #414042;
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
    transition: all 200ms ease-out
  }

@media (max-width: 768px) {

  .origin-innovation__button span {
      font-size: 1.5rem;
      line-height: 1.875rem
  }
    }

.origin-innovation__button--one {
    top: 82px;
    left: 218px
  }

@media (max-width: 768px) {

  .origin-innovation__button--one {
      top: 11%;
      left: 11%
  }
    }

.origin-innovation__button--two {
    top: 100px;
    right: 54px
  }

@media (max-width: 768px) {

  .origin-innovation__button--two {
      top: 13.5%;
      right: 8%
  }
    }

.origin-innovation__button--three {
    top: 237px;
    right: 135px
  }

@media (max-width: 768px) {

  .origin-innovation__button--three {
      top: 32.5%;
      right: 30%
  }
    }

.origin-innovation__button--four {
    right: 23px;
    bottom: 240px
  }

@media (max-width: 768px) {

  .origin-innovation__button--four {
      right: 0;
      bottom: 36.5%
  }
    }

.origin-innovation__button--five {
    right: 135px;
    bottom: 160px
  }

@media (max-width: 768px) {

  .origin-innovation__button--five {
      right: 30.5%;
      bottom: 25%
  }
    }

.origin-innovation__button--active {
    background-color: #e87018;
    border: 1px solid #e87018;
  }

.origin-innovation__button--active span {
      transform: rotate(45deg);
      right: 3px;
      color: #fff;
    }

.origin-innovation__popup {
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

@media (max-width: 768px) {

.origin-innovation__popup {
    z-index: 1;
    top: 20%;
    position: fixed;
    width: 100%
}
  }

.origin-innovation__popup-inner {
  background-color: #fff;
  min-height: 600px;
  padding-right: 20px
}

@media (max-width: 768px) {

.origin-innovation__popup-inner {
    width: calc(100% - 15px);
    margin: 0 auto;
    min-height: 420px;
    padding: 15px
}
  }

.origin-innovation__bg {
  display: none
}

@media (max-width: 768px) {

.origin-innovation__bg {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1
}
  }

.other-goods {
  background-color: #f5f5f6;
  padding-top: 40px;
}

.other-goods--white {
        background-color: #fff;
    }

.other-goods__wrapper .catalog-list__item {
    background-color: #fff;
  }

.other-goods__wrapper .other-goods__more {
    background-color: #f5f5f6;
  }

.other-goods__title {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #414042;
  margin-bottom: 30px
}

@media (max-width: 768px) {

.other-goods__title {
    font-size: 1.21875rem;
    line-height: 1.21875rem
}
  }

.other-goods__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;

  border: 15px solid #fff;
  font-size: 14px;
  line-height: 18px;
  color: #414042;
  font-weight: 700;
  text-align: center;
}

.other-goods__more span {
    color: #e87018;
  }

.other-goods__more::before {
    position: absolute;
    bottom: 136px;
    left: 45%;
    content: "";
    height: 1px;
    width: 17px;
    background-color: #414042
  }

@media (max-width: 768px) {

.other-goods__more::before {
      bottom: 103px
  }
    }

.other-goods__more::after {
    position: absolute;
    left: 50%;
    bottom: 133px;
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg)
  }

@media (max-width: 768px) {

.other-goods__more::after {
      bottom: 100px;
      left: 53%
  }
    }

.other-goods__more a {
    margin-bottom: 30px;
  }

@media (max-width: 768px) {

.other-goods__list.catalog-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
}
  }

@media (max-width: 768px) {

.other-goods__list.catalog-list li .product-card-new__body-bottom {
    display: -ms-flexbox;
    display: flex
}
  }

@media (max-width: 480px) {

.other-goods__list.catalog-list li {
    width: 70%
}
  }

.origin-advantage__block {
  -ms-flex-direction: column;
      flex-direction: column;
  display: none;
  position: relative;
}

.origin-advantage__block h3 {
    font-size: 32px;
    line-height: 42px;
    color: #414042;
    font-weight: 700;
    margin-top: 57px;
    margin-bottom: 15px;
    max-width: 480px
  }

@media (max-width: 768px) {

  .origin-advantage__block h3 {
      font-size: 1rem;
      line-height: 1.3125rem;
      text-align: center;
      margin-top: 0
  }
    }

.origin-advantage__block p {
    font-size: 16px;
    line-height: 24px;
    color: #414042;
    margin-top: 17px;
    margin-bottom: 8px;
    max-width: 510px
  }

@media (max-width: 768px) {

  .origin-advantage__block p {
      text-align: center;
      font-size: 0.875rem;
      line-height: 1.3125rem
  }
    }

.origin-advantage__close {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 768px) {

.origin-advantage__close {
    width: 100%;
    margin: 0 auto
}
  }

.origin-advantage__block-close {
  position: absolute;
  display: none
}

@media (max-width: 768px) {

.origin-advantage__block-close {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #e87018;
    border-radius: 3px;
    top: -30px;
    right: -20px;
}

    .origin-advantage__block-close span {
      font-size: 1.625rem;
      line-height: 2.3125rem;
      transform: rotate(45deg);
      font-weight: 300;
      position: relative;
      right: 3px;
      display: block;
      color: #fff;
    }
  }

/* Damixa-ampm Лендинг */

.lead-screen {
  font-family: 'Tondo Corp', Arial, sans-serif;
  background-image: url("../img/damixa-ampm/lead.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1440px auto;
  height: 600px;
  margin-bottom: 65px;
  font-weight: 300
}

@media (max-width: 768px) {

.lead-screen {
    background-image: url("../img/damixa-ampm/lead--mobile.jpg");
    background-size: 100% auto;
    height: 568px;
    min-height: 568px;
    padding-top: 20px;
    margin-bottom: 42px;
    background-position: bottom center
}
  }

.lead-screen__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 100%
}

@media (max-width: 768px) {

.lead-screen__wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start
}
  }

.lead-screen__text-wrapper {
  width: 545px
}

@media (max-width: 768px) {

.lead-screen__text-wrapper {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}

    .lead-screen__text-wrapper img {
      width: 300px;
      height: 42px;
    }
  }

.lead-screen__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0
}

@media (max-width: 768px) {

.lead-screen__title {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}
  }

.lead-screen__text {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  opacity: 0.8;
  margin-top: 10px;
  margin-bottom: 0
}

@media (max-width: 768px) {

.lead-screen__text {
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
    margin-top: 0
}
  }

.slider-screen {
  margin-bottom: 60px;
  font-family: 'Tondo Corp', Arial, sans-serif
}

@media (max-width: 768px) {

.slider-screen {
    margin-bottom: 40px
}
  }

.slider-screen__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #1c2e36;
  letter-spacing: 0.03em;
  margin-bottom: 35px
}

@media (max-width: 768px) {

.slider-screen__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 22px
}
  }

.slider-screen__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.slider-screen__content {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {

.slider-screen__content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center
}
  }

.slider-screen__image-wrapper,
.slider-screen__text-wrapper {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start
}

@media (max-width: 768px) {

.slider-screen__image-wrapper,
.slider-screen__text-wrapper {
    width: 100%
}
  }

.slider-screen__image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center
}

@media (max-width: 768px) {

.slider-screen__image-wrapper {
    margin-bottom: 38px;
    width: 68%
}
  }

.slider-screen__text-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.slider-screen__text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #1c2e36;
    padding-left: 20px;
    margin-top: 7px;
    margin-bottom: 4px;
    font-weight: 300
  }

@media (max-width: 768px) {

  .slider-screen__text-wrapper p {
      font-size: 0.8125rem;
      line-height: 1.1875rem;
      padding-left: 0
  }
    }

.slider-screen__prev.swiper-button-prev {
  background-image: url("../img/damixa-ampm/left-arrow.svg");
}

.slider-screen__next.swiper-button-next {
  background-image: url("../img/damixa-ampm/right-arrow.svg");
}

@media (max-width: 768px) {

.slider-screen__prev.swiper-button-prev,
.slider-screen__next.swiper-button-next {
    top: 36%
}
  }

.discount-offer {
  margin: 0 auto 55px;
  position: relative
}

@media (max-width: 720px) {

.discount-offer {
    margin-bottom: 30px
}
  }

.discount-offer__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center
}

@media (max-width: 768px) {

.discount-offer__text-wrapper {
    -ms-flex-align: end;
        align-items: flex-end
}
  }

.discount-offer__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #000;
  width: 335px;
  margin-right: 80px;
}

.discount-offer__text strong {
    font-weight: 700;
    color: #e87018;
  }

@media (max-width: 768px) {

.discount-offer__text {
    margin-right: 0
}
  }

@media (max-width: 480px) {

.discount-offer__text {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    width: 260px;
    margin-bottom: 20px
}
  }

.item-screen {
  font-family: 'Tondo Corp', Arial, sans-serif;
}

.item-screen__title {
  font-weight: 300;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-align: center;
  color: #1c2e36;
  margin-bottom: 43px
}

@media (max-width: 480px) {

.item-screen__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 20px
}
  }

.item-screen__wrapper {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 720px) {

.item-screen__wrapper {
    -ms-flex-direction: column;
        flex-direction: column
}
  }

.item-screen__image-wrapper,
.item-screen__text-wrapper {
  width: 50%
}

@media (max-width: 720px) {

.item-screen__image-wrapper,
.item-screen__text-wrapper {
    width: 100%
}
  }

@media (max-width: 720px) {

.item-screen__image-wrapper {
    margin-bottom: 20px
}
  }

.item-screen__text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  -ms-flex-align: start;
      align-items: flex-start
}

@media (max-width: 480px) {

.item-screen__text-wrapper {
    padding-left: 0
}
  }

.item-options form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-options__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.item-options__radio--big {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0;
  }

@media (max-width: 480px) {

.item-options__radio {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 13px;
}

    .item-options__radio--big {
      margin-bottom: 16px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
  }

.item-options__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #1c2e36;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.item-options__title span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 28px;
    cursor: pointer
  }

.item-options__title span:after {
      content: "";
      border: solid #000;
      border-width: 0 2px 2px 0;
      display: inline-block;
      vertical-align: top;
      padding: 3px;
      position: absolute;
      top: 8px;
      right: 6px;
      transform: rotate(45deg);
    }

.item-options__title span:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      border-bottom: 1px dashed #1c2e36;
      width: 100%;
    }

.item-options__title--big {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 21px;
    letter-spacing: 0.01em;
  }

.item-options__title--no-margin {
    margin-bottom: 0;
  }

@media (max-width: 480px) {

.item-options__title {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    min-height: 26px;
}

    .item-options__title--big {
      font-size: 1rem;
      line-height: 1.25rem;
      padding-top: 6px;
      margin-bottom: 10px;
    }
  }

.item-options__label {
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #1c2e36;
  text-align: center;
  border: 1px solid #d2d2d2;
  padding: 9px 23px 8px;
  border-radius: 10.5px;
  transition: all 200ms ease-out;
  margin-right: 10px;
}

.item-options__label--circle {
    border-radius: 50%;
    padding: 0;
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }

@media (max-width: 480px) {

.item-options__label {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    padding: 9px 23px 9px
}
  }

.item-options__color {
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #1c2e36;
  text-align: center;
  border: 1px solid #d2d2d2;
  transition: all 200ms ease-out;
  border-radius: 50%;
  padding: 0;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 9px;
}

.item-options__color svg {
    transition: all 200ms ease-out;
  }

.item-options__color--white svg {
      fill: #fff;
    }

.item-options__color--black {
    background-color: #3c4446;
    border-color: #3c4446;
  }

.item-options__color--black svg {
      fill: #3c4446;
    }

.item-options__tooltip {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  color: #1c2e36;
  margin-bottom: 0;
}

.item-options__price {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #1c2e36;
  font-weight: 700;
}

.item-options__input:checked + .item-options__label {
  background-color: #1c2e36;
  color: #fff;
  border-color: #1c2e36;
}

.item-options__price-wrapper {
  margin-top: 30px;
}

.item-options__input:checked + .item-options__label.item-options__label--black {
  background-color: currentColor;
  border-color: currentColor;
}

.item-options__input:checked + .item-options__color.item-options__color--black svg {
    fill: #fff;
  }

.item-options__input:checked + .item-options__color.item-options__color--white svg {
    fill: #1c2e36;
  }

.kit-piece {
  width: 143px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 10.5px;
  margin-right: 10px;
  padding: 10px
}

.kit-piece:last-of-type {
    margin-right: 0;
  }

@media (max-width: 480px) {

.kit-piece {
    width: calc(50% - 10px);
    margin-bottom: 10px
}
  }

.item-options__input:checked + .kit-piece {
  border-color: #e87018;
  box-shadow: 18px 18px 20px rgba(209, 217, 230, .5), -18px -18px 20px #fff
}

.item-options__input:checked + .kit-piece::before {
    position: absolute;
    content: "\2713";
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    color: #e87018;
  }

.kit-piece__serial-number {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  color: #8d969a;
  opacity: 0.5;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 5px;
}

.kit-piece__name {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 300;
  text-align: center;
  color: #1c2e36;
  margin-bottom: 2px;
}

.kit-piece__image-wrapper {
  margin-bottom: 5px;
}

/* 404 страница */

.lead-wrong {
  position: relative;
  background-color: #f9f9fb;
  min-height: 250px;
}

.lead-wrong__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center
}

@media (max-width: 768px) {

.lead-wrong__wrapper {
    -ms-flex-align: start;
        align-items: flex-start
}
  }

.lead-wrong__outer-wrapper picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }

@media (max-width: 768px) {
  .lead-wrong__outer-wrapper.container {
    padding: 0;
  }
}

.lead-wrong__content {
  margin-top: 63px
}

@media (max-width: 768px) {

.lead-wrong__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 24px;
    width: 100%
}
  }

.lead-wrong__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 41px;
  line-height: 2.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media (max-width: 768px) {

.lead-wrong__title {
    font-size: 1.5rem;
    line-height: 1.9375rem
}
  }

.lead-wrong__notification {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 15px;
  font-weight: 700;
  width: 400px
}

@media (max-width: 768px) {

.lead-wrong__notification {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    width: 290px
}
  }

.lead__link {
  padding: 10px 58px 9px 31px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem
}

.lead__link::after {
    position: absolute;
    content: "";
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    top: 13px;
    right: 34px;
  }

/* Теги в каталоге */

.calalog-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
}

.calalog-tags__item {
  line-height: 100%;
  margin-bottom: 10px;
}

.calalog-tags__item span {
    border-bottom: 1px dashed gray;
    cursor: pointer;
    margin-right: 20px;
    padding: 0;
    transition: all 200ms ease-out;
    display: inline-block;
    vertical-align: top
  }

.calalog-tags__item span:hover,
    .calalog-tags__item span:focus {
      border-bottom: 0px;
    }

/* Apex landing */

.apex-item {
  margin-bottom: 142px
}

@media (max-width: 991px) {

.apex-item {
    margin-bottom: 22px
}
  }

.apex-item__description {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

@media (max-width: 991px) {

.apex-item__description {
    margin-bottom: 22px
}
  }

@media (max-width: 767px) {

.apex-item__description {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0
}
  }

.apex-item__description-wrapper {
  width: 427px;
}

.apex-item__description-wrapper--left {
    margin-left: 40px;
  }

.apex-item__description-wrapper--right {
    margin-right: 40px;
  }

@media (max-width: 1024px) {

.apex-item__description-wrapper {
    width: auto;
    padding-right: 15px
}
  }

@media (max-width: 991px) {

.apex-item__description-wrapper {
    -ms-flex-order: 1;
        order: 1;
}

    .apex-item__description-wrapper--left,
    .apex-item__description-wrapper--right {
      margin-left: 28px;
    }
  }

@media (max-width: 767px) {
    .apex-item__description-wrapper--left {
      margin-left: 0;
    }

    .apex-item__description-wrapper--right {
      margin-right: 0;
    }
  }

.apex-item__collection-tooltip {
  font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  color: #414042;
  opacity: 0.6
}

@media (max-width: 991px) {

.apex-item__collection-tooltip {
    margin-bottom: 6px
}
  }

@media (max-width: 767px) {

.apex-item__collection-tooltip {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1rem
}
  }

.apex-item__title {
  font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
  font-weight: 100;
  margin-bottom: 30px
}

@media (max-width: 991px) {

.apex-item__title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 17px
}
  }

@media (max-width: 767px) {

.apex-item__title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0
}
  }

.apex-item__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #414042;
  font-weight: 700;
  margin-bottom: 10px
}

@media (max-width: 991px) {

.apex-item__subtitle {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 8px
}
  }

@media (max-width: 767px) {

.apex-item__subtitle {
    font-size: 1rem;
    line-height: 1.3125rem
}
  }

.apex-item__text-wrapper {
  margin-bottom: 30px

}

@media (max-width: 991px) {

.apex-item__text-wrapper {
    margin-bottom: 16px

}
  }

@media (max-width: 767px) {

.apex-item__text-wrapper {
    margin-bottom: 24px

}
  }

.apex-item__text-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
  }

@media (max-width: 991px) {

  .apex-item__text-wrapper p {
      font-size: 0.875rem;
      line-height: 1.3125rem
  }
    }

@media (max-width: 767px) {

  .apex-item__text-wrapper p {
      font-size: 1rem;
      line-height: 1.5rem
  }
    }

.apex-item__advantage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px
}

@media (max-width: 991px) {

.apex-item__advantage {
    margin-bottom: 22px
}
  }

@media (max-width: 767px) {

.apex-item__advantage {
    width: calc(100% + 30px);
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -15px
}
  }

.apex-item__color-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: blue;
  width: 194px;
  height: 203px;
  padding: 0 20px;
  transition: all 200ms ease-out;
}

.apex-item__color-block p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 10px 0 0;
  }

.apex-item__color-block--teal {
    background-color: #82a0aa;
  }

.apex-item__color-block--brown {
    background-color: #676666;
  }

.apex-item__color-block--deepblue {
    background-color: #3a5b81;
  }

@media (max-width: 991px) {

.apex-item__color-block {
    min-width: 226px;
    max-height: 120px
}
  }

@media (max-width: 767px) {

.apex-item__color-block {
    width: 100%;
    max-width: 100%;
    height: 68px
}
  }

.apex-item__advantage-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.apex-item__advantage-image p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    color: #414042;
    margin-top: 17px;
    padding: 0;
    width: 100%;
    max-width: 370px;
    text-align: center;
  }

@media (max-width: 991px) {

.apex-item__advantage-image {
    width: 226px;
}

    .apex-item__advantage-image img {
      width: 226px;
      height: 120px;
    }

    .apex-item__advantage-image p {
      font-size: 0.875rem;
      line-height: 1.125rem;
      width: 220px;
      margin-top: 7px;
    }
  }

@media (max-width: 767px) {

.apex-item__advantage-image {
    width: 100%;
}

    .apex-item__advantage-image img {
      width: 100%;
      height: auto;
    }

    .apex-item__advantage-image p {
      font-size: 1rem;
      line-height: 1.25rem;
      width: 300px;
    }
  }

.apex-item__products-title {
  font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #414042;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 23px;
}

.apex-item__products-title--no-margin {
    margin-bottom: 0;
  }

@media (max-width: 991px) {

.apex-item__products-title {
    font-size: 1.125rem;
    line-height: 1.125rem
}
  }

@media (max-width: 767px) {

.apex-item__products-title {
    font-size: 1.25rem;
    line-height: 1.25rem
}
  }

.apex-item__products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between
}

@media (max-width: 991px) {

.apex-item__products {
    -ms-flex-direction: column;
        flex-direction: column
}
  }

.apex-item__products-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apex-item__products-line--teal li .apex-item__more {
    background-color: #82a0aa
  }

.apex-item__products-line--teal li .apex-item__more:hover,
    .apex-item__products-line--teal li .apex-item__more:focus {
      color: #fff;
      background-color: #a1b7bf;
    }

.apex-item__products-line--brown li .apex-item__more {
    background-color: #676666
  }

.apex-item__products-line--brown li .apex-item__more:hover,
    .apex-item__products-line--brown li .apex-item__more:focus {
      color: #fff;
      background-color: #808080;
    }

.apex-item__products-line--deepblue li .apex-item__more {
    background-color: #3a5b81
  }

.apex-item__products-line--deepblue li .apex-item__more:hover,
    .apex-item__products-line--deepblue li .apex-item__more:focus {
      color: #fff;
      background-color: #4a75a5;
    }

.apex-item__product-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 17px;
  height: 195px;
  width: 100%;
}

.apex-item__product-image img {
    max-height: 194px;
    max-width: 100%;
    height: auto;
    width: auto;
  }

.apex-item__product-image:hover,
  .apex-item__product-image:focus {
    box-shadow: 0 0 3px #414042;
  }

@media (max-width: 991px) {

.apex-item__product-image {
    width: 100%;
    margin-bottom: 6px
}
  }

@media (max-width: 767px) {

.apex-item__product-image {
    height: 190px
}
  }

.apex-item__product-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px
}

@media (max-width: 991px) {

.apex-item__product-description {
    margin-bottom: 10px
}
  }

.apex-item__product-serial {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.apex-item__product {
  margin-right: 40px;
  margin-bottom: 16px;
  width: calc(32% - 31px)
}

.apex-item__product:nth-of-type(3n) {
    margin-right: 0;
  }

@media (max-width: 991px) {

.apex-item__product {
    width: calc(33% - 28px)
}
  }

@media (max-width: 767px) {

.apex-item__product {
    margin-right: 10px;
    width: 48%
}

    .apex-item__product:nth-of-type(3n) {
      margin-right: 10px;
    }

    .apex-item__product:nth-of-type(2n) {
      margin-right: 0;
    }
  }

.apex-item__more {
  font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  background-color: blue;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 3px;
  white-space: nowrap;
}

.apex-item__product-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden
}

.apex-item__product-title:hover,
  .apex-item__product-title:focus {
    max-height: 150px;
    overflow: visible;
    overflow: initial;
  }

.apex-item__image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

.apex-item__image-wrapper img {
    min-width: 428px;
  }

@media (max-width: 991px) {

.apex-item__image-wrapper {
    -ms-flex-order: 0;
        order: 0;
}

    .apex-item__image-wrapper picture {
      width: 430px;
    }
  }

@media (max-width: 767px) {

.apex-item__image-wrapper {
    margin-bottom: 6px;
}

    .apex-item__image-wrapper picture {
      width: calc(100% + 30px);
    }

      .apex-item__image-wrapper picture img {
        min-width: 320px;
        width: 100%;
      }
  }

.apex-item__ending {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-width: 428px
}

@media (max-width: 1200px) {

.apex-item__ending {
    min-width: 300px
}
  }

@media (max-width: 991px) {

.apex-item__ending {
    display: none
}
  }

.apex-item__icons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.apex-item__icons-wrapper span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }

@media (max-width: 991px) {

.apex-item__icons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

  }

@media (max-width: 767px) {

.apex-item__icons-wrapper {
    -ms-flex-direction: column;
        flex-direction: column
}
  }

.apex-item__icon {
  width: calc(33% - 18px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column
}

@media (max-width: 991px) {

.apex-item__icon {
    width: calc(50% - 5px);
    margin-bottom: 18px
}
  }

@media (max-width: 767px) {

.apex-item__icon {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
}


    .apex-item__icon span {
      margin-left: 10px;
      width: 120px;
    }
  }

.apex-item__icon-use {
  margin-bottom: 15px;
  min-width: 44px;
  min-height: 44px;
}

.apex-slider {
  width: 100%;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 991px) {

.apex-slider {
    margin-bottom: 40px;
    position: relative
}
  }

@media (max-width: 767px) {

.apex-slider {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }

.apex-slider__wrapper {
  min-height: 580px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-preferred-size: 78.9%;
      flex-basis: 78.9%
}

@media (max-width: 991px) {

.apex-slider__wrapper {
    max-height: 570px;
    min-height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%
}
  }

@media (max-width: 767px) {

.apex-slider__wrapper {
    max-height: 549px
}
  }

.apex-slider__item-title {
  font-family: 'Theinhardt Pan', Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
  font-weight: 100;
  color: #414042;
  margin-bottom: 20%;
}

.apex-slider__item-title--silhouet {
    color: #fff;
  }

@media (max-width: 1439px) {

.apex-slider__item-title {
    margin-bottom: 15%
}
  }

@media (max-width: 1200px) {

.apex-slider__item-title {
    font-size: 2.5rem;
    line-height: 2.5rem
}
  }

@media (max-width: 991px) {

.apex-slider__item-title {
    font-size: 3rem;
    line-height: 3rem;
    max-width: 420px;
    margin-bottom: 202px
}
  }

@media (max-width: 900px) {

.apex-slider__item-title {
    margin-bottom: 150px
}
  }

@media (max-width: 800px) {

.apex-slider__item-title {
    margin-bottom: 283px
}
  }

@media (max-width: 767px) {

.apex-slider__item-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 163px;
}

    .apex-slider__item-title--silhouet {
      color: #414042;
    }
  }

.apex-slider__item {
  position: relative;
}

.apex-slider__item picture img {
    width: 100%;
  }

.apex-slider__content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.apex-slider__item-content {
  margin-top: 60px;
  margin-left: 155px
}

@media (max-width: 1280px) {

.apex-slider__item-content {
    margin-top: 45px;
    margin-left: 45px
}
  }

@media (max-width: 991px) {

.apex-slider__item-content {
    margin-top: 25px;
    margin-left: 20px
}
  }

@media (max-width: 767px) {

.apex-slider__item-content {
    margin-top: 15px;
    margin-left: 15px
}
  }

.apex-slider__item-subtitle {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 700;
  color: #414042;
  margin-bottom: 9px;
}

.apex-slider__item-subtitle--silhouet {
    color: #fff;
  }

@media (max-width: 767px) {

.apex-slider__item-subtitle {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2px
}
  }

.apex-slider__item-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #414042;
  font-weight: 700;
  margin-bottom: 30px;
}

.apex-slider__item-text--silhouet {
    color: #fff;
  }

@media (max-width: 991px) {

.apex-slider__item-text {
    margin-bottom: 16px
}
  }

@media (max-width: 767px) {

.apex-slider__item-text {
    font-size: 1rem;
    line-height: 1.1875rem;
    max-width: 320px;
    margin-bottom: 18px;
    padding-right: 15px
}
  }

.apex-slider__more {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #fff;
  font-weight: 700;
  padding: 13px 46px 13px 16px;
  background-color: green;
  border-radius: 3px;
}

.apex-slider__more--apex {
    background-color: #82a0aa;
  }

.apex-slider__more--silhouet {
    background-color: #676666;
  }

.apex-slider__more--tradition {
    background-color: #3a5b81;
  }

.apex-slider__more:after {
    content: '';
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 15px;
  }

.apex-slider__more:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 18px;
  }

.apex-slider__more:hover,
  .apex-slider__more:focus {
    -webkit-filter: brightness(1.1);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
            filter: brightness(1.1);
    color: #fff;
  }

.apex-slider__pagination.swiper-pagination {
  width: auto;
  right: 0;
  left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative
}

@media (max-width: 991px) {

.apex-slider__pagination.swiper-pagination {
    bottom: 0
}
  }

@media (max-width: 767px) {

.apex-slider__pagination.swiper-pagination {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    bottom: 2px
}
  }

.apex-slider__bullet {
  position: relative;
}

.apex-slider__bullet.swiper-pagination-bullet {
  height: 33%;
  width: auto;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.apex-slider__bullet.swiper-pagination-bullet picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;

  }

@media (max-width: 991px) {

.apex-slider__bullet.swiper-pagination-bullet {
    width: 240px
}
  }

@media (max-width: 767px) {

.apex-slider__bullet.swiper-pagination-bullet {
    width: 107px;
    height: 135px
}
  }

.apex-slider__swiper-wrapper.swiper-wrapper {
  width: 60%
}

@media (max-width: 991px) {

.apex-slider__swiper-wrapper.swiper-wrapper {
    width: 100%
}
  }

.apex-navigation,
.apex-navigation__item picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.apex-navigation {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 21.2%;
      flex-basis: 21.2%
}

@media (max-width: 1279px) {

.apex-navigation {
    -ms-flex-preferred-size: 25.2%;
        flex-basis: 25.2%
}
  }

@media (max-width: 991px) {

.apex-navigation {
    -ms-flex-preferred-size: 24.65%;
        flex-basis: 24.65%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}
  }

@media (max-width: 767px) {

.apex-navigation {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: -10px
}
  }

.apex-navigation__item {
  position: relative;
  transition: all 200ms ease-out;
  cursor: pointer
}

.apex-navigation__item:before {
    transition: all 200ms ease-out;
    z-index: 1;
  }

.apex-navigation__item:hover:before, .apex-navigation__item:focus:before {
      position: absolute;
      content: '';
      top: 0;
      left: -40px;
      height: 100%;
      width: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-image: url('../img/arrow-back.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #676666;
    }

.apex-navigation__item:hover:first-child:before, .apex-navigation__item:focus:first-child:before {
        background-color: #82a0aa;
      }

.apex-navigation__item:hover:last-child:before, .apex-navigation__item:focus:last-child:before {
        background-color: #3a5b81;
      }

@media (max-width: 767px) {
    .apex-navigation__item picture img {
      min-width: 100%;
    }
  }

.apex-navigation__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.apex-navigation__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
  color: #414042;
  position: absolute;
  bottom: 16px;
  left: 24px;
  margin-bottom: 0;
}

.apex-navigation__text--silhouet {
    color: #fff;
  }

.apex-navigation__text--tradition {
    color: #fff;
  }

@media (max-width: 767px) {

.apex-navigation__text {
    display: none
}
  }

@media (max-width: 767px) {

.apex-navigation__item {
    width: 33.5%
}
  }

/* december landing */

.promo {
  margin-bottom: 35px;
}

.promo__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between
}

@media (max-width: 991px) {

.promo__wrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center
}
  }

@media (max-width: 991px) {

  .promo__wrapper--row {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center
  }
    }

@media (max-width: 991px) {

  .promo__wrapper--row-tablet {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center
  }
    }

.promo__title {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 38px;
}

.promo__title--bigger {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 42px;
    line-height: 2.625rem;
    margin-top: -49px !important;
    margin-bottom: 16px;
    max-width: 410px;
  }

.promo__title--wide {
    max-width: 100%;
  }

.promo__title--less-margin {
    margin-bottom: 13px;
  }

.promo__title span {
    color: #e87018;
    display: block;
    margin-top: 3px;
  }

@media (max-width: 991px) {

.promo__title {
    text-align: center;
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    margin-bottom: 18px
}
  }

@media (max-width: 600px) {
    .promo__title--bigger {
      width: auto;
    }
  }

.promo__text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 75px;
}

.promo__text-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    color: #4a4a4a;
    font-weight: 400;
    max-width: 440px;
  }

.promo__text-content--wide p {
      max-width: 100%;
    }

.promo__text-content--default p {
      font-size: 16px;
      font-size: 1rem;
    }

.promo__text-content .color-orange {
    color: #e87018;
    font-weight: 700;
  }

@media (max-width: 991px) {

.promo__text-content {
    margin-right: 0;
    margin-bottom: 23px;
}

    .promo__text-content p {
      text-align: center;
      font-size: 0.9375rem;
      line-height: 1.1875rem;
    }
      .promo__text-content--left p {
        text-align: left;
      }
  }

.promo__image-wrapper {
  min-width: 579px;

}

@media (max-width: 991px) {


  .promo__image-wrapper--arrival {
      min-width: auto;
      max-width: 300px
  }
    }

@media (max-width: 767px) {


  .promo__image-wrapper--arrival {
      display: none
  }
    }

.promo__image-wrapper--image-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    min-width: 615px
  }

@media (max-width: 767px) {

  .promo__image-wrapper--image-end {
      min-width: 320px
  }
    }

.lead-text {
  margin-top: 26px;
  margin-bottom: 35px
}

@media (max-width: 767px) {

.lead-text {
    margin-top: 17px;
    margin-bottom: 28px
}
  }

.lead-text__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  color: #e87018;
  text-align: center;
  margin-bottom: 10px
}

@media (max-width: 767px) {

.lead-text__title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    width: 270px;
    margin: 0 auto 13px
}
  }

.lead-text__wrapper p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 29px;
    line-height: 1.8125rem;
    color: #4a4a4a;
    text-align: center;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto
  }

@media (max-width: 767px) {

  .lead-text__wrapper p {
      font-size: 0.9375rem;
      line-height: 1.4375rem
  }
    }

/* hero landing */

.catalog__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    margin-bottom: 30px
}

@media (max-width: 767px) {

.catalog__buttons {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 25px
}
    }

.catalog__button {
    font-size: 20px;
    font-size: 1.25rem;
}

.swiper-button-prev.catalog__prev,
.swiper-button-next.catalog__next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAlCAYAAABCr8kFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADnSURBVHgBrdZNCoMwEAXgTMhBcg139Wa9WRYiHqMeRLQzhZa2mmT+HmhiBj7QxUOY5/kRMDHGcRiGNRgT930Px3FkXMuyLDkYE7dtGxFcvVCgWyklp5QKAGS8Vsvrw3vjhcL3gwcK/wdWFK4OLSjUBloUWkMN2gQ1aBeUoixQgrJBLioCOagY7KEqsIWqwRpqAinTNN0QK7TH9W4CqYyplKmcqaSprNXgFYbRfcMaRjMx2MLEYA8TgRyMDXIxFijBuqAUa4IarApqsUvQgp1AK/YDemAf0At7gZ4YJXpilES/xBgXjPIEyq20ut1/IvUAAAAASUVORK5CYII=')
}

@media (min-width: 768px) {

.swiper-button-prev.catalog__prev,
.swiper-button-next.catalog__next {
        display: none
}
    }

.swiper-button-prev.catalog__prev {
    transform: rotate(180deg);
}

/* exclusive landing */

.exclusive-lead__damixa-text {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 900;
  text-align: center
}

@media (max-width: 991px) {

.exclusive-lead__damixa-text {
    font-size: 1.5rem;
    line-height: 1.5rem
}
  }

.exclusive-lead__big-title {
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 200px;
  line-height: 12.5rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px
}

@media (max-width: 1279px) {

.exclusive-lead__big-title {
    font-size: 7.5rem;
    line-height: 7.5rem
}
  }

@media (max-width: 991px) {

.exclusive-lead__big-title {
    font-size: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 33px
}
  }

.exclusive-lead__gallery {
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px
}

@media (max-width: 991px) {

.exclusive-lead__gallery {
    padding-left: 0
}
  }

.exclusive-lead__gallery-item {
  margin-right: 9px
}

.exclusive-lead__gallery-item:last-of-type {
    margin-right: 0;
  }

.exclusive-lead__gallery-item p {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
    font-weight: 700
  }

@media (max-width: 991px) {

  .exclusive-lead__gallery-item p {
      font-size: 0.8125rem;
      line-height: 0.8125rem
  }
    }

@media (max-width: 991px) {

.exclusive-lead__gallery-item {
    margin-right: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
}
  }

.exclusive-lead {
  background-color: #f9f9fa;
  padding-top: 80px;
  padding-bottom: 74px;
}

.exclusive-lead--white {
    background-color: #fff;
  }

@media (max-width: 991px) {

.exclusive-lead {
    padding-top: 0;
    padding-bottom: 26px;
    background-color: #fff
}
  }

.exclusive-lead__image-wrapper {
  margin-bottom: 10px;
}

.exclusive-lead__image-wrapper picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center
}

@media (max-width: 991px) {
    .exclusive-lead__image-wrapper picture img {
      width: 100%;
      height: auto;
    }
  }

.exclusive-slider {
  margin-left: -38px
}

@media (max-width: 991px) {

.exclusive-slider {
    display: none
}
  }

.exclusive-slider__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start
}

@media (max-width: 1279px) {

.exclusive-slider__item {
    -ms-flex-pack: justify;
        justify-content: space-between
}
  }

.exclusive-slider__image-wrapper {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center
}

@media (max-width: 1279px) {

.exclusive-slider__image-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%
}
  }

.exclusive-slider__text-content {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 80px;
}

.exclusive-slider__text-content p, .exclusive-slider__text-content h2 {
    max-width: 502px;
  }

@media (max-width: 1279px) {

.exclusive-slider__text-content {
    margin-bottom: 0
}
  }

.exclusive-slider__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  margin-bottom: 20px
}

@media (max-width: 1279px) {

.exclusive-slider__title {
    font-size: 2rem;
    line-height: 2.375rem
}
  }

.exclusive-slider__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400
}

@media (max-width: 1279px) {

.exclusive-slider__text {
    font-size: 1rem;
    line-height: 1.375rem
}
  }

.exclusive-slider__arrow-prev.swiper-button-prev,
.exclusive-slider__arrow-next.swiper-button-next {
  background-image: url('../img/arrow-fw.svg');
  width: 56px;
  height: 56px;
  border: 1px solid #ececed;
  background-color: #fff;

  top: auto;
  bottom: 10px
}

@media (max-width: 991px) {

.exclusive-slider__arrow-prev.swiper-button-prev,
.exclusive-slider__arrow-next.swiper-button-next {
    display: none
}
  }

.exclusive-slider__arrow-prev.swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 557px
}

@media (max-width: 1399px) {

.exclusive-slider__arrow-prev.swiper-button-prev {
    right: 60px
}
  }

.exclusive-slider__arrow-next.swiper-button-next {
  right: 493px
}

@media (max-width: 1399px) {

.exclusive-slider__arrow-next.swiper-button-next {
    right: 0
}
  }

.exclusive-product {
  padding-top: 80px;
  padding-bottom: 40px;
}

.exclusive-product--gray {
    background-color: #f9f9fa;
  }

@media (max-width: 991px) {

.exclusive-product {
    padding-top: 33px;
    padding-bottom: 30px
}
  }

.exclusive-product__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 113px;
  background-repeat: no-repeat;
  background-position: center;
}

.exclusive-product__content--apex {
    background-image: url('../img/exclusive/apex-main.png');
  }

.exclusive-product__content--tradition {
    background-image: url('../img/exclusive/tradition-main.png');
    background-size: 510px auto;
    background-position: 70% center;
  }

.exclusive-product__content--silhouet {
    background-image: url('../img/exclusive/silhouet-main.png');
    background-size: 343px auto;
    background-position: 55% center;
  }

@media (max-width: 1599px) {
    .exclusive-product__content--silhouet {
      background-size: 200px auto;
      background-position: 82% center;
    }

    .exclusive-product__content--tradition {
      background-size: 360px auto;
      background-position: 90% top;
    }
  }

@media (max-width: 1360px) {

    .exclusive-product__content--apex {
      background-size: 380px auto;
      background-position: 80% top;
    }
  }

@media (max-width: 1279px) {

.exclusive-product__content {
    padding-left: 0;
    background-position: top right;
}

    .exclusive-product__content--apex {
      background-size: 430px auto;
    }

    .exclusive-product__content--tradition {
      background-size: 350px auto;
    }

    .exclusive-product__content--silhouet {
      background-size: 240px auto;
    }
  }

@media (max-width: 1023px) {

.exclusive-product__content {
    -ms-flex-direction: column;
        flex-direction: column;
}

    .exclusive-product__content--apex {
      background-size: 220px auto;
    }

    .exclusive-product__content--tradition {
      background-size: 180px auto;
    }

    .exclusive-product__content--silhouet {
      background-size: 130px auto;
    }
  }

@media (max-width: 991px) {
    .exclusive-product__content--apex {
      background-size: 180px auto;
    }

    .exclusive-product__content--tradition {
      background-size: 160px auto;
    }

    .exclusive-product__content--silhouet {
      background-size: 110px auto;
    }
  }

@media (max-width: 767px) {

.exclusive-product__content {
    background-image: none !important
}
  }

.exclusive-product__text-content {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%
}

@media (max-width: 1280px) {

.exclusive-product__text-content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%
}
  }

.exclusive-product__title {
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 120px;
  line-height: 7.5rem;
  font-weight: 300;
  margin-bottom: 23px;
  text-transform: uppercase
}

@media (max-width: 991px) {

.exclusive-product__title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 8px
}
  }

.exclusive-product__features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-right: 130px
}

@media (max-width: 1280px) {

.exclusive-product__features {
    margin-right: 0
}
  }

@media (max-width: 1023px) {

.exclusive-product__features {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%
}
  }

.exclusive-product__features-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 125px;
}

.exclusive-product__features-item span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
    margin-top: 16px;
  }

@media (max-width: 479px) {
    .exclusive-product__features-item:last-of-type {
      display: none;
    }

    .exclusive-product__features-item .icon {
      width: 32px;
      height: 32px;
    }
  }

.exclusive-product__product-title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 34px
}

@media (max-width: 991px) {

.exclusive-product__product-title {
    display: none
}
  }

.exclusive-product__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.exclusive-product__list--white .exclusive-product__card {
      background-color: #fff;
    }

.exclusive-product__list--gray .exclusive-product__card {
      background-color: #f5f5f5;
    }

.exclusive-product__card {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 659px
}

@media (max-width: 1279px) {

.exclusive-product__card {
    padding: 20px
}
  }

@media (max-width: 991px) {

.exclusive-product__card {
    min-height: 268px;
    max-height: 268px;
    padding: 15px;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    width: 180px;
}

    .exclusive-product__card img {
      max-width: 95px;
    }
  }

.exclusive-product__card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
  max-width: 263px
}

@media (max-width: 991px) {

.exclusive-product__card-info {
    margin-top: 15px
}
  }

.exclusive-product__series {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem
}

@media (max-width: 991px) {

.exclusive-product__series {
    font-size: 0.6875rem;
    line-height: 0.6875rem
}
  }

.exclusive-product__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center
}

@media (max-width: 991px) {

.exclusive-product__name {
    font-size: 0.875rem;
    line-height: 1rem
}
  }

.exclusive-product__more {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #e87018
}

@media (max-width: 991px) {

.exclusive-product__more {
    font-size: 0.8125rem;
    line-height: 1rem
}
  }

.exclusive-product__subtitle {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  margin-bottom: 23px
}

@media (max-width: 991px) {

.exclusive-product__subtitle {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin-bottom: 10px
}
  }

.exclusive-product__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400
}

@media (max-width: 1200px) {

.exclusive-product__text {
    font-size: 1rem;
    line-height: 1.6
}
  }

@media (max-width: 991px) {

.exclusive-product__text {
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 0;
    width: 70%
}

    .exclusive-product__text.show {
      max-height: none;
      overflow: visible;
    }
  }

@media (max-width: 767px) {

.exclusive-product__text {
    width: 100%
}
  }

.exclusive-product__list-wrapper {
  padding: 0 30px;
  margin-top: 40px
}

@media (max-width: 1279px) {

.exclusive-product__list-wrapper {
    padding: 0
}
  }

@media (max-width: 991px) {

.exclusive-product__list-wrapper {
    margin-top: 36px
}
  }

.exclusive-product__card img {
  height: auto;
  max-width: 100%
}

@media (max-width: 991px) {

.exclusive-product__card img {
    max-height: 135px;
    max-width: none;
    width: auto
}
  }

.exclusive-product__arrow-prev.swiper-button-prev,
.exclusive-product__arrow-next.swiper-button-next {
  background-image: url('../img/arrow-fw.svg');
  width: 56px;
  height: 56px;
  border: 1px solid #ececed;
  background-color: #fff
}

@media (max-width: 991px) {

.exclusive-product__arrow-prev.swiper-button-prev,
.exclusive-product__arrow-next.swiper-button-next {
    display: none
}
  }

.exclusive-product__arrow-prev.swiper-button-prev {
  transform: rotate(180deg);
}

@media (max-width: 991px) {

.exclusive-product__item {
    padding: 0 15px
}
  }

.exclusive-product__toggle {
  display: none;
  color: #e87018
}

@media (max-width: 991px) {

.exclusive-product__toggle {
    display: block;
    margin-bottom: 18px
}
  }

.browse-happy {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.browse-happy strong {
        color: red;
    }

.browse-happy__notice {
        font-size: 20px;
        font-size: 1.25rem;
    }

.browse-happy__security {
        font-size: 12px;
        font-size: 0.75rem;
    }

.browse-happy__update {
        font-size: 14px;
        font-size: 0.875rem;
    }

.browse-happy__recommend {
        font-size: 12px;
        font-size: 0.75rem;
    }

.fake-body {
    font-family: Theinhardt Pan,Arial,Helvetica,sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #fff;
    min-height: 100vh;
    overflow: hidden
}

@media(max-width: 1023px) {

/*
.fake-body {
        padding-top: 90px
}
*/
    }

.container {
    position: relative;
    min-width: 320px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1279px) {

.container {
        padding: 0 56px
}
    }

@media (max-width: 1023px) {

.container {
        padding: 0 15px
}
    }

@media (max-width: 1023px) {

    .container--desktop {
            padding: 0
    }
        }

.container--wider {
        padding: 0 30px;
        max-width: 1500px
    }

@media (max-width: 1023px) {

    .container--wider {
            padding: 0
    }
        }

@media (max-width: 1024px) {

    .container--no-padding {
        padding: 0
    }
      }

.container--no-padding-arrival {
        padding: 0;
    }

.container--desktop-wide {
        max-width: 1660px;
        padding: 0 30px
    }

@media (max-width: 480px) {

    .container--desktop-wide {
            padding: 0
    }
        }

.rub {
    font-family: 'ruble';
    line-height: 1;
}

.section--grey {
        position: relative;
        z-index: 0
    }

.section--grey:before {
            content: '';
            display: block;
            width: 200vw;
            height: 100%;
            background: rgba(236, 236, 237, .5);
            position: absolute;
            left: -50vw;
            z-index: -1;
        }

.catalog-slider {
    max-height: 260px;
}

.catalog-slider__pagination span {
        background-color: #f90;
        width: 12px;
        height: 12px;
        margin: 0 4px !important;
    }

.catalog-slider .catalog-slider__pagination {
    top: auto;
    bottom: 15px;
    right: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.catalog-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.catalog-slide picture {
    border: 3px solid #f90;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
}

.banner-full {
    display: block;
    margin: 10px 0;
}

.banner-full picture {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
    }

.banner-full picture img {
            width: 100%;
        }

/*# sourceMappingURL=internal.css.map */
