/*** Fonts ***/
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100Italic.woff2") format("woff2"), url("MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("MuseoCyrl-500.woff2") format("woff2"), url("MuseoCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700Italic.woff2") format("woff2"), url("MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300Italic.woff2") format("woff2"), url("MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff2") format("woff2"), url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff2") format("woff2"), url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500Italic.woff2") format("woff2"), url("MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff2") format("woff2"), url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff2") format("woff2"), url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900Italic.woff2") format("woff2"), url("MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
/*** Colors ***/
/* line 145, _var.scss */
.color-red {
  color: #e30613;
  fill: #e30613; }

/* line 3, theme.scss */
* {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
  outline: none; }

/* line 11, theme.scss */
html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
  scroll-behavior: smooth; }

/* line 21, theme.scss */
body {
  margin: 0;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: normal;
  overflow-x: hidden; }

/* line 30, theme.scss */
.page_layout-clear {
  min-height: 0; }

/* line 34, theme.scss */
.wrapper {
  position: relative;
  min-height: calc(100vh - 327px);
  z-index: 9; }

/* line 40, theme.scss */
.page-wrap {
  padding-top: 200px;
  min-height: calc(100vh - 308px); }

/* line 45, theme.scss */
.fullpage-wrapper {
  background: #ffffff; }

/* line 49, theme.scss */
.fp-tableCell {
  vertical-align: top; }

/* line 53, theme.scss */
.iScrollVerticalScrollbar {
  width: 6px !important;
  right: 0 !important;
  background: #f4f4f4; }

/* line 59, theme.scss */
.iScrollIndicator {
  background: #cdcdcd !important; }

/* line 63, theme.scss */
.section {
  height: auto !important; }
  /* line 64, theme.scss */
  .section.section-6 {
    padding-bottom: 60px !important; }

/* line 71, theme.scss */
.dark-bg {
  background: url("dark-bg.jpg");
  background-size: cover; }

/* line 77, theme.scss */
.sl-wrapper .sl-close {
  right: 50px;
  top: 50px; }

/* line 82, theme.scss */
.d-none {
  display: none !important; }

/* line 87, theme.scss */
.container-block {
  width: 100%;
  max-width: 1810px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 94, theme.scss */
.content-block {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 101, theme.scss */
p {
  margin: 25px 0 0; }
  /* line 104, theme.scss */
  p:first-child {
    margin-top: 0; }

/* line 109, theme.scss */
img {
  max-width: 100%; }

/* line 113, theme.scss */
.noscroll,
.overflow-hidden {
  overflow: hidden; }

/* line 118, theme.scss */
.uppercase {
  text-transform: uppercase; }

/* line 122, theme.scss */
.dashed {
  border-bottom: 1px dashed; }

/* line 126, theme.scss */
.text-align-left {
  text-align: left; }

/* line 130, theme.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  font-family: "Museo Cyrl 500", sans-serif;
  font-weight: normal; }

/* line 143, theme.scss */
h1,
.h1 {
  font-size: 96px;
  line-height: 115px; }

/* line 149, theme.scss */
h2,
.h2 {
  font-size: 64px;
  line-height: 77px; }

/* line 155, theme.scss */
h3,
.h3 {
  font-size: 36px;
  line-height: 43px; }

/* line 161, theme.scss */
h4,
.h4 {
  font-size: 24px;
  line-height: 140%; }

/* line 167, theme.scss */
.text-center {
  text-align: center; }

/* line 171, theme.scss */
svg {
  width: 14px; }

/* line 175, theme.scss */
a {
  text-decoration: none;
  outline: none;
  transition: 0.3s; }

/* line 181, theme.scss */
.btn,
.picker-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 100%;
  padding: 6px 20px;
  background: #e30613;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  border: 0;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer; }
  /* line 200, theme.scss */
  .btn-image.btn,
  .picker-button-image.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 74px;
    padding: 5px 0 20px;
    background: url("btn.png");
    background-size: cover;
    color: #ffffff;
    text-transform: uppercase; }
    /* line 212, theme.scss */
    .btn-image.btn.btn-white,
    .picker-button-image.btn.btn-white {
      background: url("btn-white.png");
      font-family: "Museo Sans Cyrl 700", sans-serif;
      color: #000000;
      border: 0;
      box-shadow: none; }
      /* line 219, theme.scss */
      .btn-image.btn.btn-white:hover,
      .picker-button-image.btn.btn-white:hover {
        color: #000000; }
    /* line 224, theme.scss */
    .btn-image.btn:hover,
    .picker-button-image.btn:hover {
      color: #ffffff;
      opacity: .8; }
    /* line 229, theme.scss */
    .btn-image.btn .icon,
    .picker-button-image.btn .icon {
      display: block;
      margin-right: 36px;
      width: 19px;
      height: 17px; }
      /* line 235, theme.scss */
      .btn-image.btn .icon svg,
      .picker-button-image.btn .icon svg {
        width: 100%;
        height: 100%;
        fill: #ffffff; }
  /* line 243, theme.scss */
  .btn-white,
  .picker-button-white {
    width: auto;
    min-height: 60px;
    padding: 6px 61px;
    background: #ffffff;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #000000;
    border: 3px solid #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-transform: uppercase; }
    /* line 255, theme.scss */
    .btn-white:hover,
    .picker-button-white:hover {
      background: #000000;
      color: #ffffff;
      border-color: #ffffff; }
  /* line 262, theme.scss */
  .btn-medium,
  .picker-button-medium {
    min-height: 60px;
    padding: 6px 20px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    text-transform: uppercase; }
  /* line 269, theme.scss */
  .btn-icon,
  .picker-button-icon {
    justify-content: space-between;
    text-align: center; }
    /* line 274, theme.scss */
    .btn-icon:hover .icon.cross::before,
    .btn-icon:hover .icon.cross::after,
    .picker-button-icon:hover .icon.cross::before,
    .picker-button-icon:hover .icon.cross::after {
      background: #e30613; }
    /* line 280, theme.scss */
    .btn-icon .text,
    .picker-button-icon .text {
      flex: 1;
      padding: 0 10px; }
  /* line 286, theme.scss */
  .btn-empty,
  .picker-button-empty {
    min-height: 60px;
    padding: 6px 61px;
    background: #ffffff;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #e30613;
    text-transform: uppercase;
    border: 3px solid #e30613;
    border-radius: 4px; }
  /* line 297, theme.scss */
  .btn .icon,
  .picker-button .icon {
    position: relative;
    width: 14px;
    height: 14px;
    transition: .3s; }
    /* line 305, theme.scss */
    .btn .icon.cross::before, .btn .icon.cross::after,
    .picker-button .icon.cross::before,
    .picker-button .icon.cross::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 17px;
      height: 2px;
      margin: 5px 0 0 -3px;
      transform: rotate(45deg) translate(-50%, -50%);
      background: #000000;
      transition: .3s; }
    /* line 319, theme.scss */
    .btn .icon.cross::after,
    .picker-button .icon.cross::after {
      top: calc(50% - 12px);
      left: calc(50% + 1px);
      transform: rotate(-45deg) translate(-50%, -50%); }

/*** Tabs ***/
/* line 335, theme.scss */
.tabs-body--item {
  display: none; }
  /* line 338, theme.scss */
  .tabs-body--item.active {
    display: block; }

/*** Form elements ***/
/* line 350, theme.scss */
.form .row {
  margin-top: 30px; }
  /* line 353, theme.scss */
  .form .row:first-child {
    margin-top: 0; }
/* line 358, theme.scss */
.form .col {
  margin-top: 30px; }
  /* line 361, theme.scss */
  .form .col:first-child {
    margin-top: 0; }

/* line 367, theme.scss */
.input-wrap {
  position: relative; }
  /* line 370, theme.scss */
  .input-wrap .label {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 180%;
    color: #11263c;
    transform: translateY(-50%); }
    /* line 382, theme.scss */
    .input-wrap .label::before {
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ffffff;
      z-index: 1; }
    /* line 393, theme.scss */
    .input-wrap .label span {
      position: relative;
      z-index: 5; }
  /* line 399, theme.scss */
  .input-wrap .eye {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer; }
    /* line 407, theme.scss */
    .input-wrap .eye.active::before {
      color: #5a6673; }

/* line 413, theme.scss */
.input,
.select,
select,
.textarea,
textarea,
.co-input-field,
.picker-input--active {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #cdcdcd; }
  /* line 431, theme.scss */
  .input::placeholder,
  .select::placeholder,
  select::placeholder,
  .textarea::placeholder,
  textarea::placeholder,
  .co-input-field::placeholder,
  .picker-input--active::placeholder {
    color: #D1D1D1; }
  /* line 435, theme.scss */
  .input.error,
  .select.error,
  select.error,
  .textarea.error,
  textarea.error,
  .co-input-field.error,
  .picker-input--active.error {
    border-color: #e30613; }

/* line 440, theme.scss */
.textarea,
textarea {
  border: 3px solid #cdcdcd; }

/* line 445, theme.scss */
.input-empty {
  width: 100%;
  height: 60px;
  padding: 10px 0;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  color: #000000;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #cdcdcd; }
  /* line 456, theme.scss */
  .input-empty::placeholder {
    color: #D1D1D1;
    text-transform: uppercase; }
  /* line 461, theme.scss */
  .input-empty.error {
    border-color: #e30613; }

/* line 466, theme.scss */
.m-input-field {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  border-radius: 0;
  border: 1px solid #cdcdcd; }

/* line 478, theme.scss */
.textarea-empty {
  width: 100%;
  height: 92px;
  padding: 15px 32px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  color: #000000;
  border-radius: 0;
  border: 3px solid #cdcdcd; }
  /* line 488, theme.scss */
  .textarea-empty::placeholder {
    color: #D1D1D1;
    text-transform: uppercase; }
  /* line 493, theme.scss */
  .textarea-empty.error {
    border-color: #e30613; }

/* line 498, theme.scss */
input[type="password"] {
  padding-right: 50px; }

/* line 502, theme.scss */
.checkbox {
  display: flex;
  margin-top: 16px;
  cursor: pointer; }
  /* line 507, theme.scss */
  .checkbox:first-child {
    margin-top: 0; }
  /* line 511, theme.scss */
  .checkbox label {
    min-width: 34px; }
  /* line 515, theme.scss */
  .checkbox input {
    display: none; }
  /* line 519, theme.scss */
  .checkbox input:checked + .icon {
    background: #e30613;
    border-color: #e30613; }
    /* line 523, theme.scss */
    .checkbox input:checked + .icon svg {
      fill: #ffffff; }
  /* line 528, theme.scss */
  .checkbox .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    cursor: pointer; }
    /* line 541, theme.scss */
    .checkbox .icon svg {
      width: 15px;
      height: 11px;
      fill: transparent; }
  /* line 548, theme.scss */
  .checkbox .text {
    padding-top: 2px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #000000; }

/* line 557, theme.scss */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 -10px; }
  /* line 562, theme.scss */
  .checkbox-group:first-child {
    margin-top: -10px; }
  /* line 566, theme.scss */
  .checkbox-group .checkbox {
    flex: 100%;
    max-width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    padding: 8px 15px;
    background: #f3f4f7;
    border-radius: 5px; }
    /* line 574, theme.scss */
    .checkbox-group .checkbox input:checked + .label {
      color: #e30613; }
    /* line 578, theme.scss */
    .checkbox-group .checkbox .text {
      color: #5a6673;
      font-feature-settings: 'pnum' on, 'lnum' on; }
  /* line 584, theme.scss */
  .checkbox-group .btn {
    margin: 10px 0 0 10px;
    font-size: 13px;
    cursor: pointer; }

/* line 591, theme.scss */
.radio {
  position: relative;
  display: flex;
  margin-top: 8px;
  cursor: pointer; }
  /* line 597, theme.scss */
  .radio:first-child {
    margin-top: 0; }
  /* line 601, theme.scss */
  .radio label {
    min-width: 34px; }
  /* line 605, theme.scss */
  .radio input {
    display: none; }
  /* line 611, theme.scss */
  .radio input:checked + .icon::before {
    opacity: 1; }
  /* line 616, theme.scss */
  .radio input:checked + .icon + .text {
    opacity: 1; }
  /* line 620, theme.scss */
  .radio .icon {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 3px 12px 0 0;
    border: 1px solid #D1D1D1;
    border-radius: 50%;
    cursor: pointer; }
    /* line 630, theme.scss */
    .radio .icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50%);
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      background: #e30613;
      border-radius: 50%;
      opacity: 0; }
  /* line 644, theme.scss */
  .radio .text {
    font-size: 16px;
    color: #000000;
    opacity: .3; }

/* line 651, theme.scss */
.color-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0 -10px; }

/* line 659, theme.scss */
.color.is-active .filter-color,
.color input:checked + .filter-color {
  border-color: #ED1F14; }

/* line 665, theme.scss */
.filter-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 6px 0 0 10px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer; }
  /* line 678, theme.scss */
  .filter-color.white span {
    border: 1px solid #D1D1D1; }
  /* line 683, theme.scss */
  .filter-color span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%; }

/*** Spoiler ***/
/* line 699, theme.scss */
.spoiler-list--item.active .spoiler-list--head svg {
  transform: rotate(180deg);
  opacity: .2; }
/* line 705, theme.scss */
.spoiler-list--item.active .spoiler-list--body {
  display: block; }
/* line 710, theme.scss */
.spoiler-list--item {
  border-top: 1px solid #ECECEC; }
  /* line 713, theme.scss */
  .spoiler-list--item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
/* line 720, theme.scss */
.spoiler-list--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  cursor: pointer; }
  /* line 727, theme.scss */
  .spoiler-list--head .icon {
    margin-left: 20px;
    font-size: 18px;
    text-align: center; }
  /* line 733, theme.scss */
  .spoiler-list--head svg {
    width: 14px;
    height: 8px;
    fill: #000000; }
  /* line 739, theme.scss */
  .spoiler-list--head .text {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000; }
/* line 747, theme.scss */
.spoiler-list--body {
  display: none;
  padding-bottom: 24px; }

/*** Slider ***/
/* line 756, theme.scss */
.slider-list-wrap {
  position: relative; }

/* line 760, theme.scss */
.slider-list {
  overflow: hidden; }

/* line 764, theme.scss */
.swiper-wrapper {
  height: auto; }

/* line 768, theme.scss */
.swiper-buttons,
.product-slider-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  top: -55px;
  right: 0;
  width: 241px;
  height: 44px; }
  /* line 780, theme.scss */
  .swiper-buttons:hover .swiper-button-prev,
  .swiper-buttons:hover .swiper-button-next,
  .swiper-buttons:hover .product-slider-button-prev,
  .swiper-buttons:hover .product-slider-button-next,
  .product-slider-buttons:hover .swiper-button-prev,
  .product-slider-buttons:hover .swiper-button-next,
  .product-slider-buttons:hover .product-slider-button-prev,
  .product-slider-buttons:hover .product-slider-button-next {
    opacity: 0;
    width: 50%; }
  /* line 788, theme.scss */
  .swiper-buttons:hover .swiper-button-prev:hover,
  .swiper-buttons:hover .swiper-button-prev.swiper-button-disabled:hover,
  .swiper-buttons:hover .product-slider-button-prev:hover,
  .product-slider-buttons:hover .swiper-button-prev:hover,
  .product-slider-buttons:hover .swiper-button-prev.swiper-button-disabled:hover,
  .product-slider-buttons:hover .product-slider-button-prev:hover {
    width: 100%;
    right: 0;
    opacity: 1;
    z-index: 9; }
  /* line 797, theme.scss */
  .swiper-buttons:hover .swiper-button-next:hover,
  .swiper-buttons:hover .swiper-button-next.swiper-button-disabled:hover,
  .swiper-buttons:hover .product-slider-button-next:hover,
  .product-slider-buttons:hover .swiper-button-next:hover,
  .product-slider-buttons:hover .swiper-button-next.swiper-button-disabled:hover,
  .product-slider-buttons:hover .product-slider-button-next:hover {
    width: 100%;
    opacity: 1; }

/* line 806, theme.scss */
.swiper-button-prev,
.swiper-button-next,
.product-slider-button-prev,
.product-slider-button-next {
  position: absolute;
  width: 120px;
  height: 24px;
  line-height: 17px;
  top: 0;
  right: 0;
  margin: 0;
  color: #000000;
  left: auto;
  transition: 0;
  cursor: pointer;
  z-index: 7; }
  /* line 823, theme.scss */
  .swiper-button-prev::before,
  .swiper-button-next::before,
  .product-slider-button-prev::before,
  .product-slider-button-next::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: calc(100% - 3px);
    height: 2px;
    background: #000000;
    opacity: 0;
    transition: .3s;
    pointer-events: none; }
  /* line 838, theme.scss */
  .swiper-button-prev:hover,
  .swiper-button-next:hover,
  .product-slider-button-prev:hover,
  .product-slider-button-next:hover {
    z-index: 5; }
    /* line 841, theme.scss */
    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before,
    .product-slider-button-prev:hover::before,
    .product-slider-button-next:hover::before {
      opacity: 1; }
    /* line 845, theme.scss */
    .swiper-button-prev:hover .icon-arrow-long,
    .swiper-button-next:hover .icon-arrow-long,
    .product-slider-button-prev:hover .icon-arrow-long,
    .product-slider-button-next:hover .icon-arrow-long {
      display: none; }
    /* line 849, theme.scss */
    .swiper-button-prev:hover .icon-arrow-longer,
    .swiper-button-next:hover .icon-arrow-longer,
    .product-slider-button-prev:hover .icon-arrow-longer,
    .product-slider-button-next:hover .icon-arrow-longer {
      display: block;
      width: 241px;
      max-width: 100%; }
  /* line 856, theme.scss */
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled,
  .product-slider-button-prev.swiper-button-disabled,
  .product-slider-button-next.swiper-button-disabled {
    opacity: 1;
    pointer-events: all; }
  /* line 861, theme.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after,
  .product-slider-button-prev:after,
  .product-slider-button-next:after {
    display: none; }
  /* line 865, theme.scss */
  .swiper-button-prev .icon,
  .swiper-button-next .icon,
  .product-slider-button-prev .icon,
  .product-slider-button-next .icon {
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 871, theme.scss */
  .swiper-button-prev .icon-arrow-longer,
  .swiper-button-next .icon-arrow-longer,
  .product-slider-button-prev .icon-arrow-longer,
  .product-slider-button-next .icon-arrow-longer {
    display: none; }

/* line 879, theme.scss */
.swiper-button-next::before,
.product-slider-button-next::before {
  left: 3px; }
/* line 885, theme.scss */
.swiper-button-next:hover::before,
.product-slider-button-next:hover::before {
  animation: slide-tail-2 2s infinite; }
/* line 889, theme.scss */
.swiper-button-next:hover .icon,
.product-slider-button-next:hover .icon {
  animation: slide-2 2s infinite;
  opacity: 1; }
/* line 895, theme.scss */
.swiper-button-next .icon,
.product-slider-button-next .icon {
  transition: .3s; }
@keyframes slide-2 {
  0% {
    opacity: 1;
    transform: translateX(0); }
  25% {
    opacity: 0;
    transform: translateX(100%); }
  26% {
    opacity: 0;
    transform: translateX(-100%); }
  55% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes slide-tail-2 {
  0% {
    opacity: 1;
    transform: translate(-100%, -50%); }
  25% {
    opacity: 0;
    transform: translate(0, -50%); }
  26% {
    opacity: 0;
    transform: translate(-200%, -50%); }
  55% {
    opacity: 1;
    transform: translate(-100%, -50%); } }
/* line 914, theme.scss */
.swiper-button-prev,
.product-slider-button-prev {
  right: 120px; }
  /* line 918, theme.scss */
  .swiper-button-prev::before,
  .product-slider-button-prev::before {
    transform: translate(100%, -50%); }
  /* line 924, theme.scss */
  .swiper-button-prev:hover::before,
  .product-slider-button-prev:hover::before {
    animation: slide-tail 2s infinite; }
  /* line 928, theme.scss */
  .swiper-button-prev:hover .icon,
  .product-slider-button-prev:hover .icon {
    animation: slide 2s infinite; }
  /* line 933, theme.scss */
  .swiper-button-prev .icon,
  .product-slider-button-prev .icon {
    transition: .3s;
    transform: rotate(180deg); }
@keyframes slide {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(180deg); }
  25% {
    opacity: 0;
    transform: translateX(-100%) rotate(180deg); }
  26% {
    opacity: 0;
    transform: translateX(100%) rotate(180deg); }
  55% {
    opacity: 1;
    transform: translateX(0) rotate(180deg); } }
@keyframes slide-tail {
  0% {
    opacity: 1;
    transform: translate(100%, -50%); }
  25% {
    opacity: 0;
    transform: translate(0, -50%); }
  26% {
    opacity: 0;
    transform: translate(200%, -50%); }
  55% {
    opacity: 1;
    transform: translate(100%, -50%); } }
/*** Preloader ***/
/* line 956, theme.scss */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: .3s;
  transition-delay: .5s;
  z-index: 99999; }
  /* line 970, theme.scss */
  .preloader.hide {
    opacity: 0;
    pointer-events: none; }
  /* line 975, theme.scss */
  .preloader svg {
    display: block;
    width: 200px; }
  /* line 980, theme.scss */
  .preloader .part {
    width: 210px;
    height: 210px;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap: butt;
    animation: loader 2s cubic-bezier(0.78, 0.14, 0.44, 0.97) infinite forwards; }
@keyframes loader {
  to {
    stroke-dashoffset: 0; } }
/*** Range slider ***/
/* line 999, theme.scss */
.range-slider-wrap {
  position: relative;
  padding-top: 18px; }
  /* line 1003, theme.scss */
  .range-slider-wrap svg {
    position: absolute;
    top: 0;
    left: 10px;
    width: 89px;
    height: 26px; }

/* line 1012, theme.scss */
.irs {
  height: 24px; }

/* line 1016, theme.scss */
.irs--round {
  height: 24px; }
  /* line 1019, theme.scss */
  .irs--round .irs-from,
  .irs--round .irs-to,
  .irs--round .irs-single,
  .irs--round .irs-max,
  .irs--round .irs-min {
    display: none; }
  /* line 1027, theme.scss */
  .irs--round .irs-line {
    top: 8px;
    height: 4px;
    background-color: #cdcdcd;
    border-radius: 4px; }
  /* line 1034, theme.scss */
  .irs--round .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 8px;
    height: 4px;
    background-color: #000000; }
  /* line 1044, theme.scss */
  .irs--round .irs-handle {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    border: 3px solid #ED1F14;
    background-color: #ffffff;
    border-radius: 24px; }

/* line 1055, theme.scss */
.range-slider-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 13px; }
  /* line 1061, theme.scss */
  .range-slider-controls--item {
    flex: 1; }
    /* line 1064, theme.scss */
    .range-slider-controls--item:first-child {
      margin-right: -3px; }
  /* line 1069, theme.scss */
  .range-slider-controls .label {
    padding-bottom: 2px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #D1D1D1; }
  /* line 1077, theme.scss */
  .range-slider-controls input {
    height: 40px;
    padding: 0 20px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    border: 3px solid #ECECEC; }

/*** Pagination ***/
/* line 1091, theme.scss */
.pagination {
  margin-top: 20px; }
  /* line 1094, theme.scss */
  .pagination .buttons {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px; }
    /* line 1101, theme.scss */
    .pagination .buttons::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 3px;
      transform: translateY(-50%);
      width: calc(100% - 7px);
      height: 2px;
      background: #000000;
      pointer-events: none; }
    /* line 1113, theme.scss */
    .pagination .buttons--link {
      flex: 1;
      height: 24px; }
  /* line 1119, theme.scss */
  .pagination svg {
    width: 116px;
    height: 24px; }
  /* line 1124, theme.scss */
  .pagination .pagination-prev {
    text-align: left; }
    /* line 1127, theme.scss */
    .pagination .pagination-prev svg {
      transform: rotate(180deg); }
  /* line 1132, theme.scss */
  .pagination .pagination-next {
    text-align: right; }

/* line 1137, theme.scss */
.pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0; }
  /* line 1143, theme.scss */
  .pagination-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 10px 10px 0;
    padding: 2px 0 0 1px;
    background-color: #f4f4f4;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: center;
    transition: .3s;
    border: 3px solid #f4f4f4;
    border-radius: 50%; }
    /* line 1161, theme.scss */
    .pagination-list--item.is-current, .pagination-list--item:hover {
      background: #ffffff;
      color: #000000;
      border-color: #ED1F14; }

/*** Sidebar ***/
/* line 1172, theme.scss */
.sidebar-sticky {
  position: sticky;
  top: 80px;
  will-change: top; }

/*** Custom scroll ***/
/* line 1181, theme.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 16px; }

/* line 1187, theme.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: #f4f4f4;
  border-radius: 3px; }
/* line 1193, theme.scss */
.mCSB_scrollTools .mCSB_dragger {
  width: 6px;
  margin: 0;
  left: 5px;
  background: #cdcdcd;
  border: 0;
  border-radius: 3px;
  opacity: 1; }
  /* line 1204, theme.scss */
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: none; }
  /* line 1209, theme.scss */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none; }
  /* line 1213, theme.scss */
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: none; }

/*** Modal ***/
/* line 1223, theme.scss */
.modal-btn {
  cursor: pointer; }

/* line 1227, theme.scss */
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  padding: 15px;
  overflow-y: scroll;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9999; }
  /* line 1242, theme.scss */
  .modal-wrap.open {
    opacity: 1;
    pointer-events: all;
    backdrop-filter: blur(20px); }
  /* line 1248, theme.scss */
  .modal-wrap.video-wrap {
    padding: 0; }
  /* line 1252, theme.scss */
  .modal-wrap .video {
    width: 100%;
    height: 100%; }
    /* line 1256, theme.scss */
    .modal-wrap .video .close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #ffffff;
      cursor: pointer; }
      /* line 1263, theme.scss */
      .modal-wrap .video .close .icon {
        width: 32px;
        height: 32px; }
  /* line 1270, theme.scss */
  .modal-wrap iframe {
    width: 100%;
    height: 100%; }
  /* line 1275, theme.scss */
  .modal-wrap .overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
    cursor: pointer;
    opacity: .4; }

/* line 1288, theme.scss */
.modal {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding: 0 0 30px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 5; }
  /* line 1298, theme.scss */
  .modal--title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 20px;
    background: #e30613;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    text-align: center; }
  /* line 1311, theme.scss */
  .modal .close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer; }
    /* line 1321, theme.scss */
    .modal .close:before, .modal .close:after {
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      height: 2px;
      top: 11px;
      left: 4px;
      background: #000000;
      transform: rotate(45deg); }
    /* line 1334, theme.scss */
    .modal .close:after {
      transform: rotate(-45deg); }
    /* line 1338, theme.scss */
    .modal .close.red {
      background: #ED1F14; }
      /* line 1341, theme.scss */
      .modal .close.red:before, .modal .close.red:after {
        background: #ffffff; }
  /* line 1350, theme.scss */
  .modal .form:first-child {
    margin-top: 0; }
  /* line 1354, theme.scss */
  .modal .form .input,
  .modal .form .select {
    max-width: 100%; }
  /* line 1359, theme.scss */
  .modal .form .btn {
    min-height: 50px;
    margin-top: 0; }

/* line 1366, theme.scss */
.m-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  box-shadow: none; }

/* line 1374, theme.scss */
.m-modal-wrapper {
  padding: 40px; }

/* line 1378, theme.scss */
.m-modal-button--checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 74px;
  margin: 10px auto 0;
  padding: 5px 0 20px;
  background: url("btn.png");
  background-size: cover;
  color: #ffffff;
  text-transform: uppercase; }
  /* line 1391, theme.scss */
  .m-modal-button--checkout:hover {
    background: url("btn.png");
    color: #ffffff;
    opacity: .8; }

/* line 1398, theme.scss */
.sl-overlay {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  opacity: 1; }

/* line 1406, theme.scss */
.sl-wrapper .sl-counter {
  color: #ffffff; }
/* line 1410, theme.scss */
.sl-wrapper .sl-close {
  width: 32px;
  height: 32px;
  background: none;
  font-size: 0; }
  /* line 1416, theme.scss */
  .sl-wrapper .sl-close::before, .sl-wrapper .sl-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 2px;
    margin: 11px 0 0 -5px;
    transform: rotate(45deg) translate(-50%, -50%);
    background: #ffffff;
    transition: .3s; }
  /* line 1430, theme.scss */
  .sl-wrapper .sl-close::after {
    top: calc(50% - 23px);
    left: calc(50% + 1px);
    transform: rotate(-45deg) translate(-50%, -50%); }
/* line 1439, theme.scss */
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
  width: 119px;
  height: 23px;
  background: url("arrow-long-white.svg");
  background-size: cover;
  font-size: 0; }
/* line 1448, theme.scss */
.sl-wrapper .sl-navigation button.sl-next {
  transform: rotate(180deg); }

/* line 1454, theme.scss */
.modal-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  opacity: 0; }
  /* line 1466, theme.scss */
  .modal-overflow.active {
    pointer-events: all;
    opacity: .4; }

/* line 1472, theme.scss */
.feedback-modal {
  display: block; }
  /* line 1475, theme.scss */
  .feedback-modal .logo {
    position: relative;
    display: flex;
    align-items: flex-end;
    max-width: 220px;
    height: 100%;
    max-height: 260px;
    margin: -15px auto 20px;
    padding: 40px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    z-index: 9; }
  /* line 1489, theme.scss */
  .feedback-modal .modal {
    max-width: 896px;
    padding: 55px 100px; }
    /* line 1495, theme.scss */
    .feedback-modal .modal .form .input-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    /* line 1501, theme.scss */
    .feedback-modal .modal .form .radio-wrap {
      margin-left: -10px;
      padding: 14px 0; }
      /* line 1505, theme.scss */
      .feedback-modal .modal .form .radio-wrap .radio {
        margin: 0 0 0 10px; }
    /* line 1510, theme.scss */
    .feedback-modal .modal .form .btn {
      width: 100%;
      max-width: 212px;
      min-height: 60px;
      margin-top: 22px; }
    /* line 1518, theme.scss */
    .feedback-modal .modal .title {
      font-size: 36px;
      line-height: 43px; }

/*** Share ***/
/* line 1528, theme.scss */
.share-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 20px 0; }
  /* line 1534, theme.scss */
  .share-block a {
    padding: 10px 10px 0;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center; }

/*** Quantity ***/
/* line 1546, theme.scss */
.quantity-wrap {
  display: flex;
  align-items: center; }
  /* line 1550, theme.scss */
  .quantity-wrap .label {
    margin-right: 16px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px; }

/* line 1557, theme.scss */
.quantity {
  display: flex;
  align-items: center; }
  /* line 1561, theme.scss */
  .quantity button {
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer; }
    /* line 1567, theme.scss */
    .quantity button svg {
      width: 15px;
      max-height: 15px; }
  /* line 1573, theme.scss */
  .quantity .quantity-input {
    width: 44px;
    height: 44px;
    margin: 0 16px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ECECEC;
    border-radius: 50%;
    box-shadow: none; }

/*** Pagination Loader ***/
/* line 1587, theme.scss */
.js-infinite-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px; }
  /* line 1597, theme.scss */
  .js-infinite-loader .loader svg {
    width: 48px; }

/*** Tags ***/
/* line 1607, theme.scss */
.tags {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px; }
  /* line 1612, theme.scss */
  .tags--item {
    margin: 8px 0 0 8px;
    padding: 9px 15px;
    background: #f4f4f4;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    cursor: pointer; }
    /* line 1624, theme.scss */
    .tags--item:hover, .tags--item:focus, .tags--item:active {
      color: #000000;
      border-color: #000000; }
    /* line 1631, theme.scss */
    .tags--item.active {
      background: #e30613;
      color: #ffffff;
      border-color: #CD0511; }

/* line 1643, theme.scss */
#kladr_autocomplete ul li:first-child {
  display: none; }

/*** Preloaded ***/
/* line 1652, theme.scss */
.loaded .ip-header {
  display: none; }

/* line 1656, theme.scss */
.ip-header {
  position: fixed;
  display: none;
  top: 0;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999; }

/* line 1667, theme.scss */
.desktop-only {
  display: flex; }

/* line 1668, theme.scss */
.mobile-only {
  display: none; }

/* line 1671, theme.scss */
.collections-dropdown {
  position: relative;
  user-select: none; }
  /* line 1675, theme.scss */
  .collections-dropdown.mobile-only {
    background-color: white;
    border-radius: 8px; }

/* line 1681, theme.scss */
.collections-dropdown--current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  background: #ffffff;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  cursor: pointer;
  transition: .3s; }
  /* line 1699, theme.scss */
  .collections-dropdown--current:hover {
    border-color: #ED1F14; }
  /* line 1703, theme.scss */
  .collections-dropdown--current svg {
    width: 12px;
    height: 8px;
    margin-left: 10px;
    flex-shrink: 0;
    transition: .3s; }

/* line 1712, theme.scss */
.collections-dropdown--current svg {
  transition: transform 0.3s ease;
  flex-shrink: 0; }

/* line 1717, theme.scss */
.collections-dropdown.open .collections-dropdown--current svg {
  transform: rotate(180deg); }

/* line 1721, theme.scss */
.collections-dropdown--list {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }

/* line 1733, theme.scss */
.collections-dropdown.open .collections-dropdown--list {
  display: block;
  overflow: scroll;
  max-height: 400px;
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%); }

/* line 1741, theme.scss */
.collections-dropdown--item {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s; }

/* line 1748, theme.scss */
.collections-dropdown--item:hover,
.collections-dropdown--item.active {
  background: #f5f5f5; }

/* line 1755, theme.scss */
.categories-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1; }

/* line 1768, theme.scss */
.cat-dropdown {
  position: relative; }

/* line 1772, theme.scss */
.cat-dropdown--trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  background: #ffffff;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  cursor: pointer;
  transition: .3s; }
  /* line 1790, theme.scss */
  .cat-dropdown--trigger:hover {
    border-color: #ED1F14; }
  /* line 1794, theme.scss */
  .cat-dropdown--trigger svg {
    width: 12px;
    height: 8px;
    margin-left: 10px;
    flex-shrink: 0;
    transition: .3s; }

/* line 1804, theme.scss */
.cat-dropdown.open .cat-dropdown--trigger {
  border-color: #ED1F14; }
  /* line 1807, theme.scss */
  .cat-dropdown.open .cat-dropdown--trigger svg {
    transform: rotate(180deg); }
/* line 1812, theme.scss */
.cat-dropdown.open .cat-dropdown--menu {
  display: block; }

/* line 1817, theme.scss */
.cat-dropdown--menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 20; }

/* line 1831, theme.scss */
.cat-dropdown--item {
  display: block;
  padding: 12px 18px;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  transition: .3s; }
  /* line 1840, theme.scss */
  .cat-dropdown--item:hover {
    background: #f4f4f4;
    color: #000000; }

@media (max-width: 1024px) {
  /* line 1847, theme.scss */
  .categories-nav {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  /* line 1853, theme.scss */
  .categories-nav {
    grid-template-columns: 1fr; } }
/* line 1, _header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0 0;
  background: #ffffff;
  transition: .3s;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /***/
  /***/ }
  /* line 18, _header.scss */
  .header.shadow {
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.1); }
  /* line 22, _header.scss */
  .header.fixed {
    padding: 10px 0 13px;
    background: #ffffff; }
    /* line 28, _header.scss */
    .header.fixed.has-panel .dropdown-wrap .dropdown {
      top: 109px;
      height: calc(100vh - 109px); }
    /* line 36, _header.scss */
    .header.fixed .logo .main-logo {
      display: none; }
    /* line 40, _header.scss */
    .header.fixed .logo .fixed-logo {
      display: block; }
    /* line 45, _header.scss */
    .header.fixed .menu-header--item,
    .header.fixed .dropdown-wrap .label {
      padding: 10px 0; }
    /* line 50, _header.scss */
    .header.fixed .dropdown-wrap {
      padding: 0; }
      /* line 53, _header.scss */
      .header.fixed .dropdown-wrap .dropdown {
        top: 63px;
        height: calc(100vh - 63px); }
  /* line 60, _header.scss */
  .header.not-bg {
    background: none;
    box-shadow: none; }
  /* line 65, _header.scss */
  .header.active-dropdown {
    background: #ffffff; }
  /* line 69, _header.scss */
  .header.not-menu .menu-header {
    opacity: 0;
    pointer-events: none; }
  /* line 74, _header.scss */
  .header.has-panel {
    padding-top: 0; }
  /* line 81, _header.scss */
  .header .top-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 7px 0;
    background: #e30613;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: center; }
    /* line 94, _header.scss */
    .header .top-panel strong {
      font-size: 22px;
      line-height: 23px;
      font-family: "Museo Sans Cyrl 700", sans-serif; }
    /* line 100, _header.scss */
    .header .top-panel .top-panel-wrap {
      position: relative;
      flex: 1;
      padding: 0 15px;
      text-align: center; }
      /* line 106, _header.scss */
      .header .top-panel .top-panel-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 14px;
        height: 100%;
        background: #e30613; }
    /* line 117, _header.scss */
    .header .top-panel .close {
      position: relative;
      width: 15px;
      height: 15px;
      margin-right: 15px;
      cursor: pointer;
      z-index: 99; }
      /* line 125, _header.scss */
      .header .top-panel .close::before, .header .top-panel .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin: 5px 0 0 -3px;
        transform: rotate(45deg) translate(-50%, -50%);
        background: #ffffff;
        transition: .3s; }
      /* line 139, _header.scss */
      .header .top-panel .close::after {
        top: calc(50% - 12px);
        left: calc(50% + 1px);
        transform: rotate(-45deg) translate(-50%, -50%); }
    /* line 146, _header.scss */
    .header .top-panel .text {
      display: inline-block;
      position: relative;
      background: #e30613;
      white-space: nowrap;
      z-index: 9; }
    /* line 155, _header.scss */
    .header .top-panel .icon-wrap {
      display: flex;
      align-items: center;
      justify-content: space-around;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      max-width: 1760px;
      padding: 0 40px;
      white-space: nowrap;
      overflow: hidden;
      transition: .8s; }
      /* line 170, _header.scss */
      .header .top-panel .icon-wrap.active {
        width: 100%; }
    /* line 175, _header.scss */
    .header .top-panel .icon {
      display: flex;
      width: 20px;
      height: 21px;
      min-width: 20px;
      margin: 0 10px;
      transition: .3s;
      z-index: 5; }
      /* line 184, _header.scss */
      .header .top-panel .icon svg {
        width: 100%;
        height: 100%;
        fill: #ffffff; }
  /* line 194, _header.scss */
  .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  /* line 203, _header.scss */
  .header .left-block,
  .header .right-block {
    display: flex;
    align-items: center; }
  /* line 209, _header.scss */
  .header .logo {
    display: block;
    align-self: center;
    max-width: 230px; }
    /* line 214, _header.scss */
    .header .logo img {
      transition: .3s; }
    /* line 218, _header.scss */
    .header .logo .fixed-logo {
      display: none;
      width: 100%;
      max-width: 136px;
      max-height: 17px; }
  /* line 226, _header.scss */
  .header .icon-list {
    display: flex;
    align-items: center;
    margin-left: 20px; }
    /* line 231, _header.scss */
    .header .icon-list:first-child {
      margin-left: 0; }
    /* line 235, _header.scss */
    .header .icon-list--item {
      position: relative;
      display: flex;
      align-items: center;
      margin-left: 25px;
      font-size: 20px; }
      /* line 242, _header.scss */
      .header .icon-list--item:first-child {
        margin-left: 0; }
      /* line 246, _header.scss */
      .header .icon-list--item.basket-link {
        margin-top: -3px; }
        /* line 249, _header.scss */
        .header .icon-list--item.basket-link .icon {
          width: 27px;
          height: 27px; }
      /* line 255, _header.scss */
      .header .icon-list--item .icon {
        width: 20px;
        height: 20px; }
      /* line 260, _header.scss */
      .header .icon-list--item .count {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        margin-right: 3px;
        padding-top: 2px;
        background: #e30613;
        font-family: "Museo Sans Cyrl 500", sans-serif;
        font-size: 10px;
        color: #ffffff;
        border-radius: 50%; }
        /* line 274, _header.scss */
        .header .icon-list--item .count.hide {
          display: none; }
      /* line 279, _header.scss */
      .header .icon-list--item .count-compare {
        margin-top: -2px; }
      /* line 283, _header.scss */
      .header .icon-list--item .count-basket {
        margin-top: 2px; }
    /* line 290, _header.scss */
    .header .icon-list .icon:first-child {
      margin-left: 0; }
    /* line 294, _header.scss */
    .header .icon-list .icon::before {
      color: #000000; }
    /* line 298, _header.scss */
    .header .icon-list .icon.basket {
      font-size: 27px; }
    /* line 302, _header.scss */
    .header .icon-list .icon.menu-btn {
      font-size: 40px; }

/* line 310, _header.scss */
.search-wrap {
  position: relative;
  margin-right: 10px; }

/* line 315, _header.scss */
.search-btn {
  width: 18px;
  height: 18px;
  cursor: pointer; }
  /* line 320, _header.scss */
  .search-btn .icon {
    width: 100%;
    height: 100%;
    margin-top: -14px; }

/* line 327, _header.scss */
.search-form {
  position: absolute;
  top: -3px;
  right: 0;
  width: 0;
  margin: 0;
  border-bottom: 3px solid #000000;
  transition: .5s;
  z-index: 99;
  overflow: hidden; }
  /* line 338, _header.scss */
  .search-form.active {
    width: 324px; }
  /* line 342, _header.scss */
  .search-form .wrap {
    display: flex;
    justify-content: center;
    height: 100%; }
  /* line 348, _header.scss */
  .search-form input[type=text] {
    width: 100%;
    height: 100%;
    padding: 0 30px 15px 0;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    color: #000000;
    border: 0; }
    /* line 357, _header.scss */
    .search-form input[type=text]::placeholder {
      color: #000000;
      text-transform: uppercase; }
  /* line 363, _header.scss */
  .search-form button {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
    /* line 372, _header.scss */
    .search-form button .icon {
      width: 18px;
      height: 18px; }

/***/
/* line 382, _header.scss */
.menu-header {
  display: flex;
  align-items: center;
  margin: 0 0 0 94px;
  transition: .3s; }
  /* line 388, _header.scss */
  .menu-header--item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    margin: 0 0 0 58px;
    padding: 20px 0;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase; }
    /* line 403, _header.scss */
    .menu-header--item:first-child {
      margin-left: 0; }
    /* line 407, _header.scss */
    .menu-header--item:hover {
      color: #000000;
      opacity: 1; }
      /* line 411, _header.scss */
      .menu-header--item:hover::before {
        width: 100%; }
    /* line 416, _header.scss */
    .menu-header--item:focus {
      color: #000000; }
    /* line 420, _header.scss */
    .menu-header--item::before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 4px;
      background: #e30613;
      transition: .3s;
      overflow: hidden; }

/* line 435, _header.scss */
.dropdown-wrap {
  position: relative;
  padding: 0; }
  /* line 439, _header.scss */
  .dropdown-wrap::before {
    display: none; }
  /* line 445, _header.scss */
  .dropdown-wrap.active .label::before {
    width: 100%; }
  /* line 449, _header.scss */
  .dropdown-wrap.active .label::after {
    pointer-events: all; }
  /* line 453, _header.scss */
  .dropdown-wrap.active .dropdown {
    opacity: 1;
    pointer-events: all; }
  /* line 461, _header.scss */
  .dropdown-wrap.loaded .dropdown {
    width: 100%; }
  /* line 466, _header.scss */
  .dropdown-wrap .label {
    position: relative;
    padding: 20px 0;
    cursor: pointer; }
    /* line 471, _header.scss */
    .dropdown-wrap .label::before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 4px;
      background: #e30613;
      transition: .3s; }
    /* line 483, _header.scss */
    .dropdown-wrap .label::after {
      content: '';
      position: absolute;
      width: 100%;
      height: calc(100% + 10px);
      top: 100%;
      left: 0;
      pointer-events: none; }
    /* line 495, _header.scss */
    .dropdown-wrap .label:hover::before {
      width: 100%; }
  /* line 501, _header.scss */
  .dropdown-wrap .dropdown {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 168px;
    left: 0;
    height: calc(100vh - 168px);
    background: #f4f4f4;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    z-index: 9; }
    /* line 517, _header.scss */
    .dropdown-wrap .dropdown .info-wrap {
      margin-top: 12px;
      padding: 88px 54px 60px;
      background: #ffffff; }
    /* line 523, _header.scss */
    .dropdown-wrap .dropdown .item-wrap {
      column-count: 4;
      column-gap: 100px;
      max-width: 1440px;
      margin: -16px auto 0;
      padding: 0 20px; }
    /* line 531, _header.scss */
    .dropdown-wrap .dropdown--item {
      position: relative;
      display: block;
      padding: 16px 0 0 18px;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 16px;
      color: #000000;
      text-align: left;
      text-transform: uppercase;
      opacity: 1; }
      /* line 542, _header.scss */
      .dropdown-wrap .dropdown--item::before {
        content: '';
        position: absolute;
        top: 22px;
        left: 0;
        width: 6px;
        height: 6px;
        background: #e30613;
        transition: .3s;
        opacity: 0; }
      /* line 554, _header.scss */
      .dropdown-wrap .dropdown--item:hover, .dropdown-wrap .dropdown--item.active {
        text-decoration: underline; }
        /* line 558, _header.scss */
        .dropdown-wrap .dropdown--item:hover::before, .dropdown-wrap .dropdown--item.active::before {
          opacity: 1; }
    /* line 564, _header.scss */
    .dropdown-wrap .dropdown--item:hover {
      color: #000000; }
    /* line 568, _header.scss */
    .dropdown-wrap .dropdown .banner {
      display: block;
      margin-top: 84px; }
    /* line 573, _header.scss */
    .dropdown-wrap .dropdown .bottom-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 45px 40px 107px; }
    /* line 580, _header.scss */
    .dropdown-wrap .dropdown .social-list {
      display: flex;
      flex-wrap: wrap;
      margin: -10px 0 0 -35px; }
      /* line 585, _header.scss */
      .dropdown-wrap .dropdown .social-list--item {
        margin: 10px 0 0 35px; }
      /* line 589, _header.scss */
      .dropdown-wrap .dropdown .social-list svg {
        max-width: 20px;
        max-height: 16px; }

/* line 598, _header.scss */
.menu-btn {
  align-items: center;
  margin-left: 24px;
  font-size: 40px;
  cursor: pointer;
  z-index: 5; }
  /* line 605, _header.scss */
  .menu-btn .icon {
    width: 40px;
    height: 40px; }

/* line 611, _header.scss */
.modal-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  transition: .3s;
  backdrop-filter: blur(20px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none; }
  /* line 627, _header.scss */
  .modal-menu-wrap.open {
    opacity: 1;
    pointer-events: all; }
  /* line 632, _header.scss */
  .modal-menu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
    z-index: 1; }
  /* line 644, _header.scss */
  .modal-menu-wrap .close {
    position: absolute;
    top: 68px;
    left: 50%;
    width: 100%;
    max-width: 1730px;
    transform: translateX(-50%);
    margin: auto;
    padding: 0 40px;
    text-align: right;
    cursor: pointer;
    z-index: 99; }
    /* line 657, _header.scss */
    .modal-menu-wrap .close .icon {
      width: 32px;
      height: 32px; }
  /* line 663, _header.scss */
  .modal-menu-wrap .menu-header {
    flex-direction: column;
    margin: 0; }

/* line 669, _header.scss */
.modal-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 25px 66px;
  color: #ffffff;
  text-align: center;
  overflow: auto;
  z-index: 5; }
  /* line 683, _header.scss */
  .modal-menu .logo {
    position: relative;
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 100px 20px 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    z-index: 99; }
  /* line 695, _header.scss */
  .modal-menu .menu-header-wrap {
    flex: 1;
    padding-bottom: 20px;
    overflow: auto; }
    /* line 700, _header.scss */
    .modal-menu .menu-header-wrap .mCSB_scrollTools {
      width: 6px; }
      /* line 703, _header.scss */
      .modal-menu .menu-header-wrap .mCSB_scrollTools .mCSB_dragger {
        left: 0; }
  /* line 709, _header.scss */
  .modal-menu .menu-header {
    margin-top: 43px; }
    /* line 712, _header.scss */
    .modal-menu .menu-header--item {
      position: relative;
      margin-left: 0;
      padding: 12px 0;
      font-size: 14px;
      color: #ffffff; }
      /* line 722, _header.scss */
      .modal-menu .menu-header--item:hover::before, .modal-menu .menu-header--item.active::before {
        width: 100%; }
      /* line 727, _header.scss */
      .modal-menu .menu-header--item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background: #ffffff;
        transition: .3s; }
  /* line 741, _header.scss */
  .modal-menu .btn {
    margin: 24px auto 0; }
  /* line 745, _header.scss */
  .modal-menu .social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0 -38px;
    padding-bottom: 40px; }
    /* line 752, _header.scss */
    .modal-menu .social-list--item {
      margin: 20px 0 0 38px; }
    /* line 756, _header.scss */
    .modal-menu .social-list .icon {
      width: 25px;
      height: 16px;
      fill: #ffffff; }
  /* line 765, _header.scss */
  .modal-menu .link-list--item {
    padding: 20px 40px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline; }
  /* line 774, _header.scss */
  .modal-menu .copyright {
    margin-top: 27px;
    font-size: 14px; }

/*** Media ***/
@media (max-width: 1601px) {
  /* line 785, _header.scss */
  .menu-header {
    margin-left: 30px; }
    /* line 788, _header.scss */
    .menu-header--item {
      margin-left: 25px; } }
@media (max-width: 1441px) {
  /* line 800, _header.scss */
  .dropdown-wrap .dropdown .input-wrap {
    column-gap: 0; } }
@media (max-width: 1281px) {
  /* line 813, _header.scss */
  .dropdown-wrap .dropdown .item-wrap {
    column-count: 3;
    padding: 0 60px; }
  /* line 819, _header.scss */
  .dropdown-wrap .banner {
    margin-top: 40px; } }
@media (max-width: 1025px) {
  /* line 831, _header.scss */
  .dropdown-wrap .dropdown .item-wrap {
    padding: 0; } }
@media (max-width: 769px) {
  /* line 840, _header.scss */
  .header {
    padding: 10px 0;
    border-bottom: 0; }
    /* line 844, _header.scss */
    .header .top-panel {
      margin-bottom: 5px; }
      /* line 847, _header.scss */
      .header .top-panel .text {
        font-size: 12px;
        line-height: 12px; }
        /* line 851, _header.scss */
        .header .top-panel .text strong {
          font-size: 12px;
          line-height: 12px; }
      /* line 857, _header.scss */
      .header .top-panel .icon {
        margin: 0 11px; }
    /* line 864, _header.scss */
    .header .wrap .icon-list {
      margin-left: 10px; }
    /* line 869, _header.scss */
    .header .logo {
      max-width: 90px; }
      /* line 872, _header.scss */
      .header .logo img {
        max-height: 80px; }
    /* line 879, _header.scss */
    .header .icon-list--item {
      margin-left: 10px; }

  /* line 885, _header.scss */
  .menu-btn {
    margin-left: 10px; }

  /* line 889, _header.scss */
  .menu-header {
    display: none; }

  /* line 895, _header.scss */
  .modal-menu-wrap .close {
    top: 20px;
    padding: 0 20px; }
    /* line 899, _header.scss */
    .modal-menu-wrap .close .icon {
      width: 20px;
      height: 20px; }

  /* line 906, _header.scss */
  .modal-menu {
    padding: 0 15px 15px; }
    /* line 909, _header.scss */
    .modal-menu .menu-header-wrap {
      padding-bottom: 10px; }
    /* line 913, _header.scss */
    .modal-menu .menu-header {
      display: flex;
      margin-top: 10px; }
    /* line 918, _header.scss */
    .modal-menu .logo {
      width: 150px;
      padding: 10px 20px; }
    /* line 923, _header.scss */
    .modal-menu .link-list--item {
      display: block;
      padding: 5px 0; }
    /* line 928, _header.scss */
    .modal-menu .social-list {
      margin-top: 10px; }
    /* line 932, _header.scss */
    .modal-menu .copyright {
      margin-top: 10px; } }
@media (max-width: 561px) {
  /* line 944, _header.scss */
  .header.has-panel .search-form {
    top: 116px; }
  /* line 950, _header.scss */
  .header.has-panel.fixed .search-form {
    top: 97px; }
  /* line 958, _header.scss */
  .header.fixed .search-form {
    top: 63px; }
  /* line 965, _header.scss */
  .header .top-panel .icon {
    margin: 0 9px; }
  /* line 969, _header.scss */
  .header .top-panel .icon-wrap {
    display: none; }

  /* line 975, _header.scss */
  .search-form {
    position: fixed;
    top: 80px; }
    /* line 979, _header.scss */
    .search-form.active {
      width: 100%; }
    /* line 983, _header.scss */
    .search-form input[type=text] {
      padding: 10px 50px 10px 15px;
      font-size: 14px; }
    /* line 988, _header.scss */
    .search-form button {
      top: 10px;
      right: 20px; } }
@media (max-width: 376px) {
  /* line 1001, _header.scss */
  .header .top-panel .icon {
    display: none;
    margin: 0; }
    /* line 1005, _header.scss */
    .header .top-panel .icon:nth-child(10), .header .top-panel .icon:nth-child(12) {
      display: block; } }
/* line 3, _footer.scss */
.main-page .footer-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  /* line 10, _footer.scss */
  .main-page .footer-wrap .container-block {
    max-width: 100%;
    padding: 0; }
  /* line 15, _footer.scss */
  .main-page .footer-wrap .wrap {
    padding: 0 44px 30px 108px; }
  /* line 19, _footer.scss */
  .main-page .footer-wrap.section-0, .main-page .footer-wrap.section-3, .main-page .footer-wrap.section-8 {
    height: 0; }
    /* line 24, _footer.scss */
    .main-page .footer-wrap.section-0 .social-list, .main-page .footer-wrap.section-3 .social-list, .main-page .footer-wrap.section-8 .social-list {
      margin-top: -133px; }
    /* line 28, _footer.scss */
    .main-page .footer-wrap.section-0 .button-wrap, .main-page .footer-wrap.section-3 .button-wrap, .main-page .footer-wrap.section-8 .button-wrap {
      margin-top: -115px; }
  /* line 33, _footer.scss */
  .main-page .footer-wrap.section-2 {
    display: none; }
  /* line 41, _footer.scss */
  .main-page .footer-wrap.section-5 .button-wrap .btn-image {
    display: none; }
  /* line 45, _footer.scss */
  .main-page .footer-wrap.section-5 .button-wrap .btn-white {
    display: flex; }
  /* line 53, _footer.scss */
  .main-page .footer-wrap.section-9 .menu-footer {
    display: flex; }
  /* line 57, _footer.scss */
  .main-page .footer-wrap.section-9 .copyright {
    display: block; }
  /* line 61, _footer.scss */
  .main-page .footer-wrap.section-9 .footer {
    border-top-width: 1px; }
  /* line 65, _footer.scss */
  .main-page .footer-wrap.section-9 .wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (max-height: 1000px) {
    /* line 73, _footer.scss */
    .main-page .footer-wrap .wrap {
      padding-bottom: 20px; } }
/* line 79, _footer.scss */
.main-page .menu-footer,
.main-page .copyright {
  display: none; }
/* line 84, _footer.scss */
.main-page .menu-footer {
  padding-top: 0; }
/* line 88, _footer.scss */
.main-page .footer {
  border-top-width: 0; }

/* line 93, _footer.scss */
.footer {
  border-top: 1px solid #D1D1D1; }
  /* line 96, _footer.scss */
  .footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1848px;
    margin: 0 auto;
    padding: 34px 40px 47px; }
    /* line 106, _footer.scss */
    .footer .wrap.no-btn .button-wrap {
      display: none; }
  /* line 112, _footer.scss */
  .footer .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -38px; }
    /* line 117, _footer.scss */
    .footer .social-list--item {
      margin: 20px 0 0 35px; }
      /* line 120, _footer.scss */
      .footer .social-list--item .icon {
        width: 25px;
        height: 16px;
        fill: #000000; }
  /* line 128, _footer.scss */
  .footer .copyright {
    flex: 1;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
    /* line 135, _footer.scss */
    .footer .copyright a {
      position: relative;
      display: inline-block;
      color: #000000; }
      /* line 140, _footer.scss */
      .footer .copyright a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #000000;
        transition: .3s; }
      /* line 151, _footer.scss */
      .footer .copyright a:hover::before {
        width: 100%; }
    /* line 156, _footer.scss */
    .footer .copyright .sitemaker {
      margin-top: 5px;
      opacity: .5; }
  /* line 164, _footer.scss */
  .footer .button-wrap .btn-white {
    display: none;
    padding: 6px 30px; }

/* line 171, _footer.scss */
.menu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 0 20px; }
  /* line 177, _footer.scss */
  .menu-footer--item {
    flex: 100%;
    max-width: 25%;
    padding-right: 20px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase; }

/*** Media ***/
@media (max-width: 1441px) {
  /* line 199, _footer.scss */
  .main-page .footer-wrap .wrap {
    padding: 0 40px 20px; } }
@media (max-width: 1025px) {
  /* line 210, _footer.scss */
  .main-page .footer-wrap {
    position: relative; }
    /* line 213, _footer.scss */
    .main-page .footer-wrap .wrap {
      padding: 20px 15px; }
    /* line 217, _footer.scss */
    .main-page .footer-wrap.section-0 {
      height: auto;
      margin-top: 40px; }
      /* line 221, _footer.scss */
      .main-page .footer-wrap.section-0 .social-list {
        margin-top: 0; }
      /* line 225, _footer.scss */
      .main-page .footer-wrap.section-0 .button-wrap {
        margin-top: 0; }
  /* line 231, _footer.scss */
  .main-page .footer {
    border-top-width: 1px; }
  /* line 235, _footer.scss */
  .main-page .menu-footer {
    display: flex; }
  /* line 239, _footer.scss */
  .main-page .copyright {
    display: block; }

  /* line 246, _footer.scss */
  .footer .wrap {
    padding: 30px 0; }
  /* line 250, _footer.scss */
  .footer .copyright {
    flex: 1;
    padding: 0 20px; }

  /* line 264, _footer.scss */
  .menu-footer {
    padding-top: 40px; }
    /* line 267, _footer.scss */
    .menu-footer--item {
      max-width: 33.333%; } }
@media (max-width: 561px) {
  /* line 281, _footer.scss */
  .main-page .footer-wrap.section-0 .social-list {
    margin-top: 0; }
  /* line 285, _footer.scss */
  .main-page .footer-wrap.section-0 .button-wrap {
    margin-top: 20px; }

  /* line 294, _footer.scss */
  .footer .wrap {
    flex-direction: column;
    align-items: center; }
  /* line 299, _footer.scss */
  .footer .copyright {
    padding: 20px 0 0; }
  /* line 303, _footer.scss */
  .footer .button-wrap {
    margin-top: 20px; }

  /* line 308, _footer.scss */
  .menu-footer {
    padding-top: 40px; }
    /* line 311, _footer.scss */
    .menu-footer--item {
      max-width: 100%;
      margin-top: 15px;
      padding: 0;
      text-align: center; }
      /* line 317, _footer.scss */
      .menu-footer--item:first-child {
        margin-top: 0; } }
/*** Fonts ***/
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100Italic.woff2") format("woff2"), url("MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("MuseoCyrl-500.woff2") format("woff2"), url("MuseoCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700Italic.woff2") format("woff2"), url("MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300Italic.woff2") format("woff2"), url("MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff2") format("woff2"), url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff2") format("woff2"), url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500Italic.woff2") format("woff2"), url("MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff2") format("woff2"), url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff2") format("woff2"), url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900Italic.woff2") format("woff2"), url("MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
/*** Colors ***/
/* line 145, _var.scss */
.color-red {
  color: #e30613;
  fill: #e30613; }

/* line 3, content.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 11, content.scss */
  .breadcrumb-item {
    position: relative;
    margin-left: 16px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #bababa; }
    /* line 19, content.scss */
    .breadcrumb-item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      background: #D1D1D1;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 12px; }
    /* line 32, content.scss */
    .breadcrumb-item:first-child {
      margin-left: 0;
      padding-left: 0; }
      /* line 36, content.scss */
      .breadcrumb-item:first-child::before {
        display: none; }
    /* line 41, content.scss */
    .breadcrumb-item a {
      color: #bababa; }
      /* line 46, content.scss */
      .breadcrumb-item a:hover:after {
        width: 100%; }
      /* line 51, content.scss */
      .breadcrumb-item a::after {
        content: '';
        display: block;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #bababa;
        transition: .3s;
        overflow: hidden; }

/* line 112, content.scss */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  background: #000000;
  color: #ffffff;
  border: 1px solid #bababa;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  z-index: 999; }
  /* line 134, content.scss */
  .scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  /* line 140, content.scss */
  .scroll-top:hover {
    background: #ED1F14;
    color: #ffffff;
    border-color: #ED1F14; }
  /* line 146, content.scss */
  .scroll-top svg {
    width: 20px;
    height: 20px; }

@media (max-width: 768px) {
  /* line 153, content.scss */
  .scroll-top {
    right: 15px;
    bottom: 15px; } }
/* line 159, content.scss */
.video-btn img {
  animation: spin 20s infinite;
  cursor: pointer; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
/* line 169, content.scss */
.back-link {
  display: flex;
  align-items: center; }
  /* line 173, content.scss */
  .back-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: #f4f4f4;
    border-radius: 50%; }
  /* line 184, content.scss */
  .back-link svg {
    width: 15px;
    height: 14px; }
  /* line 189, content.scss */
  .back-link .text {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase; }

/* line 198, content.scss */
.share-link {
  display: inline-block;
  width: 16px;
  height: 25px; }
  /* line 203, content.scss */
  .share-link svg {
    width: 100%;
    height: 100%; }

/* line 209, content.scss */
.sticky-block {
  position: sticky;
  top: 70px; }

/***/
/* line 217, content.scss */
.column-wrap {
  display: flex; }
  /* line 220, content.scss */
  .column-wrap .column {
    flex: 1;
    padding: 0 140px 0 0; }
    /* line 224, content.scss */
    .column-wrap .column.sidebar {
      max-width: 340px;
      padding: 0; }
      /* line 228, content.scss */
      .column-wrap .column.sidebar + .column {
        padding: 0 0 0 20px; }
      /* line 232, content.scss */
      .column-wrap .column.sidebar .collections-head {
        padding: 24px; }

/***/
/* line 242, content.scss */
.detail-page--content {
  margin-top: 40px; }
  /* line 245, content.scss */
  .detail-page--content a {
    position: relative;
    color: #000000;
    text-decoration: underline; }
    /* line 250, content.scss */
    .detail-page--content a.dashed {
      text-decoration: dashed; }

/***/
/* line 259, content.scss */
.about-block-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  /* line 266, content.scss */
  .about-block-wrap .footer {
    width: 100%;
    background: none;
    border: 0; }
    /* line 271, content.scss */
    .about-block-wrap .footer .wrap {
      padding: 0 44px 50px 108px; }

/* line 277, content.scss */
.about-block {
  padding: 120px 0 20px; }
  /* line 280, content.scss */
  .about-block .description-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    margin: 45px auto 0; }
  /* line 287, content.scss */
  .about-block .wrap {
    display: flex; }
  /* line 291, content.scss */
  .about-block .image {
    padding-right: 174px; }
  /* line 295, content.scss */
  .about-block .description {
    max-width: 600px;
    max-height: 50vh;
    font-size: 24px;
    line-height: 29px; }
  /* line 302, content.scss */
  .about-block .icon {
    flex: 100%;
    max-width: 114px; }
  /* line 307, content.scss */
  .about-block .advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px; }
    /* line 313, content.scss */
    .about-block .advantages-list--item {
      padding: 20px 60px 0;
      text-align: center; }
    /* line 318, content.scss */
    .about-block .advantages-list .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 113px;
      height: 113px;
      margin: 0 auto; }
    /* line 327, content.scss */
    .about-block .advantages-list .text {
      max-width: 130px;
      margin: 15px auto 0;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 16px;
      line-height: 19px; }

/***/
/* line 340, content.scss */
.about-block-slider-wrap {
  position: relative; }
  /* line 343, content.scss */
  .about-block-slider-wrap .video-btn {
    position: absolute;
    top: 48px;
    left: 17%;
    z-index: 99; }

/* line 351, content.scss */
.about-block-slider {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden; }
  /* line 356, content.scss */
  .about-block-slider .swiper-buttons {
    top: auto;
    bottom: 0;
    left: calc(50% + 70px);
    transform: translateX(-50%); }
    /* line 362, content.scss */
    .about-block-slider .swiper-buttons .swiper-button-next {
      right: 6px; }

/*** Categories ***/
/* line 371, content.scss */
.categories-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 120px 0 0; }

/* line 380, content.scss */
.categories-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 90px 0 0; }
  /* line 386, content.scss */
  .categories-list .video-btn {
    position: absolute;
    top: -85px;
    right: 200px;
    z-index: 99; }
  /* line 393, content.scss */
  .categories-list--item {
    position: relative;
    flex: 100%;
    max-width: 33.333%;
    height: calc(33vh - 13px);
    overflow: hidden; }
    /* line 402, content.scss */
    .categories-list--item:hover img {
      transform: scale(1.2); }
  /* line 408, content.scss */
  .categories-list .image {
    width: 100%;
    height: 100%; }
  /* line 413, content.scss */
  .categories-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s; }
  /* line 420, content.scss */
  .categories-list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 25px;
    color: #ffffff; }
    /* line 431, content.scss */
    .categories-list .info::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: .2;
      z-index: 1; }
  /* line 444, content.scss */
  .categories-list .products-count,
  .categories-list .posts-count {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 110px;
    color: #ffffff;
    z-index: 5; }
    /* line 454, content.scss */
    .categories-list .products-count .icon,
    .categories-list .posts-count .icon {
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    /* line 460, content.scss */
    .categories-list .products-count .text,
    .categories-list .posts-count .text {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px;
      line-height: 17px; }
  /* line 467, content.scss */
  .categories-list .title {
    position: relative;
    flex: 1;
    padding: 0 5px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    z-index: 5; }

/*** Collections block ***/
/* line 483, content.scss */
.collections-wrap {
  padding: 120px 0 120px;
  overflow: hidden;
  background-color: #fafafa; }
  /* line 488, content.scss */
  .collections-wrap .footer {
    position: relative;
    width: 100%;
    margin-top: 14px;
    background: none;
    border: 0; }
    /* line 496, content.scss */
    .collections-wrap .footer .wrap {
      padding: 0 44px 50px 108px; }

/* line 502, content.scss */
.collections-block {
  display: flex;
  margin-top: 20px;
  gap: 20px; }
  /* line 507, content.scss */
  .collections-block.switching {
    position: relative; }
    /* line 510, content.scss */
    .collections-block.switching .loader {
      opacity: 1;
      pointer-events: all;
      max-height: 640px;
      z-index: 4; }
    /* line 517, content.scss */
    .collections-block.switching .collections-body {
      opacity: 0; }
  /* line 522, content.scss */
  .collections-block .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 35%;
    width: 60%;
    height: 60%;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    z-index: 99999; }
    /* line 537, content.scss */
    .collections-block .loader svg {
      display: block;
      width: 200px; }
    /* line 542, content.scss */
    .collections-block .loader .part {
      width: 210px;
      height: 210px;
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke-linecap: butt;
      animation: loader-collections 2s cubic-bezier(0.78, 0.14, 0.44, 0.97) infinite forwards; }
@keyframes loader-collections {
  to {
    stroke-dashoffset: 500; } }
  /* line 558, content.scss */
  .collections-block .slider-list {
    position: relative; }

/* line 563, content.scss */
.collections-head {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  flex: 100%;
  max-width: 364px;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #D1D1D1;
  border-radius: 8px; }
  /* line 575, content.scss */
  .collections-head--item {
    position: relative;
    max-width: 343px;
    margin-top: 10px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    color: #000000;
    border-bottom: 2px solid transparent;
    transition: .2s;
    overflow: hidden;
    cursor: pointer; }
    /* line 587, content.scss */
    .collections-head--item:first-child {
      margin-top: 0; }
    /* line 591, content.scss */
    .collections-head--item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #000000;
      transition: .3s; }
    /* line 602, content.scss */
    .collections-head--item::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 343px;
      height: 21px;
      background: url("stripe.png");
      background-repeat: no-repeat;
      background-position: right;
      transition-timing-function: cubic-bezier(0.6, 0.26, 0.14, 0.96);
      opacity: 0; }
    /* line 616, content.scss */
    .collections-head--item.active {
      padding-bottom: 28px;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 24px;
      line-height: 29px; }
      /* line 624, content.scss */
      .collections-head--item.active:hover:after {
        width: 0; }
      /* line 629, content.scss */
      .collections-head--item.active::before {
        width: 100%;
        transition: .3s;
        opacity: 1; }
      /* line 635, content.scss */
      .collections-head--item.active:after {
        height: 21px;
        right: 0;
        left: auto;
        background: #ffffff;
        transition: 0s;
        animation: show-underline .8s; }
@keyframes show-underline {
  from {
    width: 343px;
    transition: .8s; }
  to {
    width: 0;
    transition: .8s; } }
    /* line 656, content.scss */
    .collections-head--item:hover {
      color: #000000; }
      /* line 659, content.scss */
      .collections-head--item:hover:after {
        width: 100%; }

/* line 666, content.scss */
.collections-body {
  position: relative;
  flex: 100%; }
  /* line 672, content.scss */
  .collections-body .product-slider .slick-list {
    max-width: 940px;
    margin: -30px -10px;
    padding: 30px 10px; }
  /* line 678, content.scss */
  .collections-body .product-slider .product--item {
    padding: 12px !important;
    border: solid 1 px #fff !important;
    border-radius: 8px !important; }
    /* line 683, content.scss */
    .collections-body .product-slider .product--item::before {
      left: -5px;
      width: calc(100% + 10px); }
  @media (max-height: 900px) {
    /* line 694, content.scss */
    .collections-body .product--item .image {
      padding-bottom: 30vh; } }

/*** Slider history with background ***/
/* line 704, content.scss */
.slider-history-bg-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 100px 0 0;
  color: #ffffff; }
  /* line 712, content.scss */
  .slider-history-bg-wrap .footer {
    margin-top: 30px;
    border: 0; }
    /* line 716, content.scss */
    .slider-history-bg-wrap .footer .wrap {
      padding: 0 58px 74px 108px; }
    /* line 720, content.scss */
    .slider-history-bg-wrap .footer .btn {
      padding: 6px 31px;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      text-transform: uppercase;
      box-shadow: none; }

/* line 729, content.scss */
.slider-history-bg {
  position: relative;
  overflow: hidden; }
  /* line 733, content.scss */
  .slider-history-bg .wrap {
    position: relative;
    display: flex;
    padding: 55px 0 0; }
  /* line 739, content.scss */
  .slider-history-bg .image {
    position: relative;
    flex: 1;
    max-width: 568px;
    overflow: hidden; }
    /* line 745, content.scss */
    .slider-history-bg .image img {
      border-radius: 50%; }
    /* line 749, content.scss */
    .slider-history-bg .image .sticker {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      padding: 20px 3px 14px;
      background: #e30613;
      font-size: 12px;
      color: #ffffff;
      text-align: center;
      border-radius: 0 0 4px 4px; }
      /* line 761, content.scss */
      .slider-history-bg .image .sticker .icon {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 auto 13px; }
  /* line 770, content.scss */
  .slider-history-bg .description {
    flex: 1;
    max-width: 458px;
    max-height: 60vh;
    margin: 74px 240px 0 150px;
    padding-bottom: 140px;
    font-size: 24px;
    line-height: 29px; }
  /* line 780, content.scss */
  .slider-history-bg .video-btn {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 99; }
  /* line 787, content.scss */
  .slider-history-bg .swiper-buttons {
    top: auto;
    bottom: 0;
    left: calc(50% - 28px);
    transform: translateX(-50%);
    z-index: 99; }
    /* line 794, content.scss */
    .slider-history-bg .swiper-buttons .swiper-button-prev::before,
    .slider-history-bg .swiper-buttons .swiper-button-next::before {
      background: #ffffff; }
    /* line 799, content.scss */
    .slider-history-bg .swiper-buttons .icon {
      fill: #ffffff; }
  @media (max-height: 1000px) {
    /* line 806, content.scss */
    .slider-history-bg .image {
      max-width: 450px; }
    /* line 810, content.scss */
    .slider-history-bg .description {
      margin-top: 40px;
      padding-bottom: 40px; }
    /* line 815, content.scss */
    .slider-history-bg .swiper-buttons {
      left: calc(40% + 25px); } }

/*** Slider history ***/
/* line 824, content.scss */
.history-slider-wrap {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 0 0;
  overflow: hidden; }
  /* line 833, content.scss */
  .history-slider-wrap .swiper-buttons {
    top: 160px;
    right: 40px; }
    /* line 839, content.scss */
    .history-slider-wrap .swiper-buttons.first-slide .swiper-button-prev {
      display: none; }
    /* line 843, content.scss */
    .history-slider-wrap .swiper-buttons.first-slide .swiper-button-next {
      width: 100%; }
    /* line 847, content.scss */
    .history-slider-wrap .swiper-buttons.first-slide .icon-arrow-long {
      display: none; }
    /* line 851, content.scss */
    .history-slider-wrap .swiper-buttons.first-slide .icon-arrow-longer {
      display: block; }
    /* line 858, content.scss */
    .history-slider-wrap .swiper-buttons.last-slide .swiper-button-next {
      display: none; }
    /* line 862, content.scss */
    .history-slider-wrap .swiper-buttons.last-slide .swiper-button-prev {
      width: 100%;
      right: 0; }
    /* line 867, content.scss */
    .history-slider-wrap .swiper-buttons.last-slide .icon-arrow-long {
      display: none; }
    /* line 871, content.scss */
    .history-slider-wrap .swiper-buttons.last-slide .icon-arrow-longer {
      display: block; }
  /* line 877, content.scss */
  .history-slider-wrap .line {
    height: 100%; }
  /* line 881, content.scss */
  .history-slider-wrap .footer {
    width: 100%;
    margin-top: 0;
    border: 0;
    z-index: 8; }
    /* line 887, content.scss */
    .history-slider-wrap .footer .wrap {
      padding: 0 44px 20px 108px; }

/* line 893, content.scss */
.history-slider--title {
  padding-right: 0; }
  @media (max-height: 1000px) {
    /* line 893, content.scss */
    .history-slider--title {
      font-size: 75px;
      line-height: 82px; } }

/* line 902, content.scss */
.history-slider {
  position: relative;
  margin: 50px 0 0;
  padding-bottom: 40px;
  overflow: hidden; }
  /* line 908, content.scss */
  .history-slider .slick-track {
    position: relative;
    padding-top: 175px; }
    /* line 912, content.scss */
    .history-slider .slick-track::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 165px;
      background: url("line-bg-4.png");
      background-repeat: repeat-x; }
  /* line 924, content.scss */
  .history-slider .slick-slide {
    padding: 80px 40px 0;
    transition: .3s; }
  /* line 929, content.scss */
  .history-slider .slick-current {
    padding-top: 0; }
  /* line 933, content.scss */
  .history-slider .wrap {
    margin: 0 auto; }
  /* line 937, content.scss */
  .history-slider .title {
    font-family: "Museo Cyrl 500", sans-serif;
    font-size: 64px;
    line-height: 77px; }
  /* line 943, content.scss */
  .history-slider .description {
    max-width: 430px;
    margin-top: 5px;
    font-size: 24px;
    line-height: 29px; }
  /* line 950, content.scss */
  .history-slider .image {
    max-width: 311px;
    margin-top: 30px; }
  @media (max-height: 1000px) {
    /* line 902, content.scss */
    .history-slider {
      margin-top: 30px; }
      /* line 959, content.scss */
      .history-slider .slick-track {
        padding-top: 140px; }
        /* line 962, content.scss */
        .history-slider .slick-track::before {
          height: 148px;
          background-size: 144%; }
      /* line 968, content.scss */
      .history-slider .slick-slide {
        padding-top: 40px; }
      /* line 972, content.scss */
      .history-slider .slick-current {
        padding-top: 0; }
      /* line 977, content.scss */
      .history-slider .title {
        font-size: 50px;
        line-height: 53px; }
      /* line 982, content.scss */
      .history-slider .image {
        max-width: 200px; } }

/*** Map search ***/
/* line 991, content.scss */
.map-search-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 120px 0 0; }
  /* line 999, content.scss */
  .map-search-wrap .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    border: 0;
    z-index: 8; }
    /* line 1008, content.scss */
    .map-search-wrap .footer .wrap {
      padding: 0 44px 50px 108px; }

/* line 1016, content.scss */
.map-search--input {
  display: flex;
  max-width: 730px;
  margin: 55px auto 0; }
  /* line 1021, content.scss */
  .map-search--input .input {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border: 0;
    border-bottom: 3px solid #cdcdcd;
    border-radius: 0; }
    /* line 1030, content.scss */
    .map-search--input .input::placeholder {
      color: #D1D1D1;
      text-transform: uppercase; }
  /* line 1036, content.scss */
  .map-search--input .btn {
    flex: 1;
    max-width: 212px;
    margin-left: 45px; }

/* line 1044, content.scss */
#map {
  width: 100%;
  flex: 1;
  margin-top: 84px; }
  /* line 1049, content.scss */
  #map canvas,
  #map .ymaps-2-1-78-ground-pane {
    filter: grayscale(100%); }
  /* line 1054, content.scss */
  #map .ymaps-2-1-78-searchbox-button {
    background-color: #e30613;
    color: #ffffff; }
  /* line 1059, content.scss */
  #map .ymaps-2-1-78-searchbox-input {
    box-shadow: none !important; }
  /* line 1063, content.scss */
  #map .ymaps-2-1-78-islets_serp-item.ymaps-2-1-78-islets__selected:hover,
  #map .ymaps-2-1-78-islets_serp-item:hover {
    background: #ED1F14;
    border-color: #ED1F14; }
    /* line 1068, content.scss */
    #map .ymaps-2-1-78-islets_serp-item.ymaps-2-1-78-islets__selected:hover .ymaps-2-1-78-islets_serp-item__title,
    #map .ymaps-2-1-78-islets_serp-item.ymaps-2-1-78-islets__selected:hover .ymaps-2-1-78-islets_card__description,
    #map .ymaps-2-1-78-islets_serp-item:hover .ymaps-2-1-78-islets_serp-item__title,
    #map .ymaps-2-1-78-islets_serp-item:hover .ymaps-2-1-78-islets_card__description {
      color: #ffffff; }

/*** Contact block ***/
/* line 1078, content.scss */
.contact-block-wrap {
  height: 100%;
  padding: 120px 0 0; }
  /* line 1083, content.scss */
  .contact-block-wrap .custom-scroll {
    max-height: calc(100vh - 400px); }

/* line 1088, content.scss */
.contact-block {
  display: flex;
  margin-top: 35px;
  padding-bottom: 120px; }
  /* line 1093, content.scss */
  .contact-block .contact-info-list {
    flex: 1;
    max-width: 564px;
    margin: 15px 94px 0 0; }
  /* line 1099, content.scss */
  .contact-block .contact-form {
    flex: 1; }

/* line 1104, content.scss */
.contact-info-list {
  text-align: right; }
  /* line 1107, content.scss */
  .contact-info-list--item {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    border-top: 3px solid #000000; }
    /* line 1115, content.scss */
    .contact-info-list--item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
  /* line 1122, content.scss */
  .contact-info-list span {
    display: block; }
  /* line 1126, content.scss */
  .contact-info-list a {
    position: relative;
    display: inline-block;
    color: #000000; }
    /* line 1131, content.scss */
    .contact-info-list a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #000000;
      transition: .3s; }
    /* line 1142, content.scss */
    .contact-info-list a:hover::before {
      width: 100%; }

/* line 1150, content.scss */
.contact-form .radio-wrap {
  margin-top: 15px; }
/* line 1154, content.scss */
.contact-form textarea {
  margin-top: 20px; }
/* line 1158, content.scss */
.contact-form .btn {
  margin-top: 22px;
  padding-left: 30px;
  padding-right: 30px; }

/*** Info page ***/
/* line 1170, content.scss */
.info-page .column-wrap {
  margin-top: 35px; }
/* line 1174, content.scss */
.info-page .contact-block {
  display: block;
  margin: 40px 0 0; }
  /* line 1178, content.scss */
  .info-page .contact-block:first-child {
    margin-top: 0; }
  /* line 1182, content.scss */
  .info-page .contact-block .info-block {
    flex: 1;
    max-width: 525px;
    padding-right: 20px;
    font-family: "Museo Sans Cyrl 300", sans-serif; }
    /* line 1188, content.scss */
    .info-page .contact-block .info-block .label {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px;
      line-height: 17px; }
    /* line 1194, content.scss */
    .info-page .contact-block .info-block a {
      display: inline-block;
      color: #000000; }
    /* line 1199, content.scss */
    .info-page .contact-block .info-block strong {
      font-family: "Museo Sans Cyrl 700", sans-serif; }
    /* line 1203, content.scss */
    .info-page .contact-block .info-block .description {
      margin-top: 50px; }
  /* line 1208, content.scss */
  .info-page .contact-block .icon {
    display: flex;
    flex: 1;
    max-width: 114px;
    margin-top: 35px; }
/* line 1218, content.scss */
.info-page .detail-page--content h1,
.info-page .detail-page--content h2,
.info-page .detail-page--content h3,
.info-page .detail-page--content h4,
.info-page .detail-page--content h5,
.info-page .detail-page--content h6 {
  margin-top: 15px; }
  /* line 1226, content.scss */
  .info-page .detail-page--content h1:first-child,
  .info-page .detail-page--content h2:first-child,
  .info-page .detail-page--content h3:first-child,
  .info-page .detail-page--content h4:first-child,
  .info-page .detail-page--content h5:first-child,
  .info-page .detail-page--content h6:first-child {
    margin-top: 0; }
/* line 1231, content.scss */
.info-page .detail-page--content p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px; }
  /* line 1236, content.scss */
  .info-page .detail-page--content p:first-child {
    margin-top: 0; }
/* line 1241, content.scss */
.info-page .detail-page--content .image {
  position: relative;
  display: inline-block; }
  /* line 1247, content.scss */
  .info-page .detail-page--content .image:hover .icon {
    opacity: 1; }
  /* line 1252, content.scss */
  .info-page .detail-page--content .image .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s;
    opacity: 0; }
  /* line 1268, content.scss */
  .info-page .detail-page--content .image svg {
    width: 24px;
    height: 24px; }
/* line 1275, content.scss */
.info-page .map-link-wrap {
  margin-top: 50px;
  padding-top: 44px;
  border-top: 3px solid #000000; }
  /* line 1280, content.scss */
  .info-page .map-link-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  /* line 1286, content.scss */
  .info-page .map-link-wrap .title {
    font-size: 24px;
    line-height: 29px; }
/* line 1292, content.scss */
.info-page .map-link {
  display: block;
  max-width: 400px;
  margin-top: 35px; }
  /* line 1297, content.scss */
  .info-page .map-link span {
    display: block; }
  /* line 1301, content.scss */
  .info-page .map-link--text {
    margin-top: 30px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: right; }
/* line 1312, content.scss */
.info-page .payment-list {
  justify-content: flex-start; }

/*** Compares ***/
/* line 1320, content.scss */
.compare-row {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  grid-auto-columns: minmax(200px, 458px); }
  @media screen and (max-width: 768px) {
    /* line 1320, content.scss */
    .compare-row {
      grid-auto-columns: minmax(calc(50% - 0.5rem), 458px); } }
  @media screen and (max-width: 321px) {
    /* line 1320, content.scss */
    .compare-row {
      grid-auto-columns: minmax(135px, 458px); } }

/* line 1335, content.scss */
.compare-image {
  width: 100%; }

/* line 1339, content.scss */
.hidden {
  display: none; }

/* line 1343, content.scss */
.table-compare {
  display: grid;
  overflow-x: auto; }

/* line 1348, content.scss */
.compare-image-wrapper {
  min-width: 0;
  position: relative; }

/* line 1353, content.scss */
.compare-product {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  grid-auto-rows: auto; }
  /* line 1359, content.scss */
  .compare-product img {
    max-height: 270px; }
  /* line 1363, content.scss */
  .compare-product .title-link {
    display: block;
    flex: 60%;
    padding-right: 10px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 1375, content.scss */
  .compare-product .compare-delete {
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    color: #e30613;
    outline: none;
    cursor: pointer; }
  /* line 1386, content.scss */
  .compare-product .product-price-cur {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 18px;
    transition: .3s;
    white-space: nowrap; }
  /* line 1393, content.scss */
  .compare-product .product-price-old {
    font-size: 1.1rem;
    color: #000000;
    text-decoration: line-through;
    white-space: nowrap; }

/* line 1401, content.scss */
.compare-param {
  padding: 10px 0; }

/* line 1405, content.scss */
.param-title {
  max-width: 100%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1412, content.scss */
.param-value {
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1419, content.scss */
.compare-toolbar {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    /* line 1419, content.scss */
    .compare-toolbar {
      grid-auto-flow: row;
      gap: 1rem; } }
  /* line 1430, content.scss */
  .compare-toolbar h1 {
    margin: 0; }

/* line 1435, content.scss */
.checkbox__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -0.25rem;
  position: relative; }

/* line 1443, content.scss */
.checkbox__control {
  display: block;
  margin: 0;
  height: 1rem;
  width: 1rem; }

/* line 1450, content.scss */
.checkbox__control_hidden {
  position: absolute;
  z-index: 0;
  opacity: 0; }

/* line 1456, content.scss */
.checkbox__control:focus {
  outline: none; }

/* line 1460, content.scss */
.checkbox__wrapper {
  padding: 0 0.5rem;
  flex: 0 0 auto; }

/* line 1465, content.scss */
.checkbox__marker {
  flex: 0 0 auto;
  position: relative; }

/* line 1470, content.scss */
.checkbox__marker:before {
  color: #e30613; }

/* line 1474, content.scss */
.checkbox__marker.icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem; }

/* line 1480, content.scss */
.checkbox__control:checked + .checkbox__marker.icon:before {
  color: #acacac; }

/* line 1484, content.scss */
.checkbox__caption {
  flex: 0 1 100%;
  -ms-grid-row-align: center;
  align-self: center;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/***/
/* line 1498, content.scss */
.set-block {
  margin-top: 40px; }
  /* line 1501, content.scss */
  .set-block .field {
    margin-top: 20px; }
    /* line 1504, content.scss */
    .set-block .field:first-child {
      margin-top: 0; }
  /* line 1509, content.scss */
  .set-block .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    width: auto;
    padding: 6px 61px;
    background: #ffffff;
    color: #000000;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    border: 3px solid #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer; }
    /* line 1529, content.scss */
    .set-block .button:hover {
      background: #000000;
      color: #ffffff;
      border-color: #ffffff; }

/*** Login ***/
/* line 1540, content.scss */
.co-login {
  margin: 40px auto 0;
  max-width: 400px; }
  /* line 1544, content.scss */
  .co-login .co-checkout-block--padded {
    padding: 0; }
  /* line 1550, content.scss */
  .co-login .co-modal-login_form .co-input,
  .co-login .co-modal-login_form .co-input + .co-input {
    margin-top: 20px; }
  /* line 1555, content.scss */
  .co-login .co-modal-login_form .co-input-field {
    padding: 6px 20px;
    border: 3px solid #cdcdcd; }
  /* line 1560, content.scss */
  .co-login .co-modal-login_form .co-button {
    margin-top: 10px; }
  /* line 1565, content.scss */
  .co-login .co-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    max-width: 250px;
    min-height: 50px;
    margin-top: 10px;
    padding: 6px 20px;
    background: #ffffff;
    color: #000000;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    border: 3px solid #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer; }
    /* line 1588, content.scss */
    .co-login .co-button:hover {
      background: #000000;
      color: #ffffff;
      border-color: #ffffff;
      opacity: 1; }

/* line 1, _drawing.scss */
.drawing-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 158px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 17, _drawing.scss */
  .drawing-wrap.none-cursor .drawing {
    cursor: none; }
  /* line 22, _drawing.scss */
  .drawing-wrap .title {
    position: relative;
    font-family: "Museo Cyrl 500", sans-serif;
    font-size: 144px;
    line-height: 164px;
    text-align: center;
    z-index: 5; }
  /* line 31, _drawing.scss */
  .drawing-wrap .bottom-button {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    width: 170px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 99; }
    /* line 42, _drawing.scss */
    .drawing-wrap .bottom-button.hide {
      opacity: 0;
      pointer-events: none; }
    /* line 47, _drawing.scss */
    .drawing-wrap .bottom-button span {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 13px;
      line-height: 17px;
      color: #000000;
      text-transform: uppercase; }
    /* line 55, _drawing.scss */
    .drawing-wrap .bottom-button .line {
      display: block;
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 71%;
      overflow: hidden; }
      /* line 65, _drawing.scss */
      .drawing-wrap .bottom-button .line::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        animation: scroll-bottom-slide 2s infinite; }
@keyframes scroll-bottom-slide {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(100%);
    opacity: 1; }
  25% {
    transform: translateY(100%);
    opacity: 0; }
  40% {
    transform: translateY(-100%);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    transform: translateY(0);
    opacity: 1; } }
  /* line 87, _drawing.scss */
  .drawing-wrap .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    border: 0; }
    /* line 95, _drawing.scss */
    .drawing-wrap .footer .wrap {
      padding: 0 44px 50px 108px; }
  @media (max-height: 950px) {
    /* line 1, _drawing.scss */
    .drawing-wrap {
      padding-top: 178px; }
      /* line 103, _drawing.scss */
      .drawing-wrap .title {
        font-size: 100px;
        line-height: 90px; } }

/* line 110, _drawing.scss */
.drawing-block {
  position: relative;
  height: 822px;
  margin-top: -40px;
  background-image: url("https://static.insales-cdn.com/files/1/1161/122176649/original/drawing-block-bg-light.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }

/* line 120, _drawing.scss */
#imageBg {
  position: absolute;
  top: 0;
  left: 0; }

/* line 126, _drawing.scss */
.drawing {
  position: relative;
  margin: 120px auto 0;
  z-index: 9; }
  /* line 131, _drawing.scss */
  .drawing canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

/* line 139, _drawing.scss */
.sketch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9; }

/* line 147, _drawing.scss */
.paints {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

/* line 155, _drawing.scss */
.controls {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 99; }
  /* line 161, _drawing.scss */
  .controls--item {
    position: absolute;
    cursor: pointer; }

/* line 167, _drawing.scss */
.palette {
  position: absolute;
  left: -145px;
  bottom: 62%;
  width: 284px;
  height: 284px;
  transition: .3s;
  transform: translateX(calc(-100% - 55px));
  z-index: 99; }
  /* line 177, _drawing.scss */
  .palette.show {
    transform: translateX(0); }
    /* line 180, _drawing.scss */
    .palette.show .palitra-bg {
      transform: rotate(-180deg); }
  /* line 185, _drawing.scss */
  .palette .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s; }
  /* line 194, _drawing.scss */
  .palette img {
    transition: .3s; }
  /* line 198, _drawing.scss */
  .palette .palitra-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: rotate(-360deg);
    z-index: 1; }
  /* line 209, _drawing.scss */
  .palette .paint {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: rotate(0);
    opacity: .5;
    cursor: pointer;
    z-index: 5; }
    /* line 219, _drawing.scss */
    .palette .paint.active {
      top: 107px;
      right: 35px;
      box-shadow: -2px 0 12px white;
      animation: palette-switch .5s linear;
      animation-fill-mode: forwards; }
@keyframes palette-switch {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    /* line 233, _drawing.scss */
    .palette .paint:nth-of-type(1) {
      top: 42px;
      right: 64px; }
    /* line 238, _drawing.scss */
    .palette .paint:nth-of-type(2) {
      top: 108px;
      right: 27px; }
    /* line 243, _drawing.scss */
    .palette .paint:nth-of-type(3) {
      top: 173px;
      right: 65px; }
    /* line 248, _drawing.scss */
    .palette .paint:nth-of-type(4) {
      top: 173px;
      right: 141px; }
    /* line 253, _drawing.scss */
    .palette .paint:nth-of-type(5) {
      top: 107px;
      right: 178px; }
    /* line 258, _drawing.scss */
    .palette .paint:nth-of-type(6) {
      top: 40px;
      right: 140px; }
  /* line 264, _drawing.scss */
  .palette .arrow {
    position: absolute;
    cursor: pointer;
    z-index: 9; }
  /* line 270, _drawing.scss */
  .palette .arrow-left {
    top: calc(50% - 130px);
    right: 0; }
  /* line 275, _drawing.scss */
  .palette .arrow-right {
    top: calc(50% - 70px);
    right: -40px; }

/* line 281, _drawing.scss */
.pencil {
  position: absolute;
  left: -100%;
  bottom: 28%;
  transform: rotate(45deg);
  transition: .3s;
  z-index: 99; }
  /* line 289, _drawing.scss */
  .pencil.show {
    left: 50px; }
  /* line 293, _drawing.scss */
  .pencil:hover {
    left: 70px;
    bottom: calc(28% + 20px); }

/* line 299, _drawing.scss */
.brush {
  position: absolute;
  left: -100%;
  bottom: 17%;
  transform: rotate(45deg);
  transition: .3s;
  z-index: 99; }
  /* line 307, _drawing.scss */
  .brush.show {
    left: 60px; }
  /* line 311, _drawing.scss */
  .brush:hover {
    left: 80px;
    bottom: calc(17% + 20px); }

/* line 317, _drawing.scss */
.clear {
  position: absolute;
  left: -40px;
  bottom: 5%;
  transform: rotate(-5deg) translateX(-100%);
  transition: .3s;
  z-index: 98; }
  /* line 325, _drawing.scss */
  .clear:hover {
    left: -20px;
    bottom: calc(5% + 20px); }
  /* line 330, _drawing.scss */
  .clear.show {
    left: 150px; }
    /* line 333, _drawing.scss */
    .clear.show:hover {
      left: 170px; }

/* line 340, _drawing.scss */
.hand {
  display: none;
  position: fixed;
  width: 514px;
  height: 688px;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 999;
  pointer-events: none;
  overflow: hidden; }
  /* line 352, _drawing.scss */
  .hand.show {
    display: block; }
  /* line 356, _drawing.scss */
  .hand img {
    position: relative;
    max-width: none;
    perspective: 300px; }

/* line 364, _drawing.scss */
.drawing-modal {
  display: none; }

/*** Animate controls ***/
/* line 371, _drawing.scss */
.hand-animate {
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 1443px;
  height: 730px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  margin: 0;
  transition: .3s;
  overflow: hidden;
  pointer-events: none;
  z-index: 999; }
  /* line 386, _drawing.scss */
  .hand-animate.show {
    transform: translateX(-50%) translateY(0); }
  /* line 390, _drawing.scss */
  .hand-animate.pointing {
    width: 710px;
    height: 450px;
    top: calc(50% - 100px);
    left: auto;
    right: 0;
    transform: translateX(100%) translateY(-50%);
    transition: 0s;
    opacity: 0; }
    /* line 406, _drawing.scss */
    .hand-animate.pointing.hide {
      transform: translateX(100%) translateY(-50%); }
    /* line 410, _drawing.scss */
    .hand-animate.pointing img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 417, _drawing.scss */
  .hand-animate img {
    position: relative;
    max-width: none;
    flex: none;
    transform: translateX(0);
    top: 930px; }
  @media (max-height: 850px) {
    /* line 427, _drawing.scss */
    .hand-animate.show {
      transform: translateX(-50%) translateY(24%); } }

/*** Media ***/
@media (max-width: 1601px) {
  /* line 440, _drawing.scss */
  .drawing-wrap .footer .wrap {
    padding: 0 30px 30px 170px; }

  /* line 445, _drawing.scss */
  .drawing {
    margin-top: 110px; } }
@media (max-width: 1441px) {
  /* line 452, _drawing.scss */
  .drawing-block {
    height: 730px; }

  /* line 456, _drawing.scss */
  .drawing {
    margin-top: 110px; } }
@media (max-width: 1281px) {
  /* line 463, _drawing.scss */
  .palette {
    bottom: 60%; }

  /* line 467, _drawing.scss */
  .pencil {
    bottom: 20%; }
    /* line 470, _drawing.scss */
    .pencil.show {
      left: -15px; }
    /* line 474, _drawing.scss */
    .pencil:hover {
      left: 5px;
      bottom: calc(20% + 20px); }

  /* line 480, _drawing.scss */
  .brush {
    bottom: 6%; }
    /* line 483, _drawing.scss */
    .brush.show {
      left: -15px; }
    /* line 487, _drawing.scss */
    .brush:hover {
      left: 15px;
      bottom: calc(6% + 20px); }

  /* line 495, _drawing.scss */
  .clear.show {
    left: 124px; }
    /* line 498, _drawing.scss */
    .clear.show:hover {
      left: 144px; } }
@media (max-width: 1025px) {
  /* line 507, _drawing.scss */
  .drawing-wrap {
    height: auto;
    padding-top: 180px; }
    /* line 512, _drawing.scss */
    .drawing-wrap .title {
      font-size: 80px;
      line-height: 70px; }
    /* line 517, _drawing.scss */
    .drawing-wrap .bottom-button {
      display: none; }

  /* line 522, _drawing.scss */
  .drawing-block {
    display: none; }

  /* line 526, _drawing.scss */
  .drawing,
  .controls--item {
    display: none; }

  /* line 531, _drawing.scss */
  .drawing-modal {
    display: block;
    padding-top: 20px;
    text-align: center; }
    /* line 536, _drawing.scss */
    .drawing-modal img {
      width: 100%; } }
@media (max-width: 769px) {
  /* line 544, _drawing.scss */
  .drawing-wrap {
    padding-top: 135px; }
    /* line 547, _drawing.scss */
    .drawing-wrap .title {
      font-size: 80px;
      line-height: 70px; }

  /* line 553, _drawing.scss */
  .drawing-block {
    height: 500px; } }
@media (max-width: 561px) {
  /* line 563, _drawing.scss */
  .drawing-wrap .title {
    font-size: 60px;
    line-height: 60px; } }
/* line 1, _product.scss */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px; }
  /* line 7, _product.scss */
  .product-list .product--item {
    flex: 100%;
    float: none;
    max-width: calc(25% - 15px);
    background-color: #fff;
    padding: 12px;
    border: solid 1px #D1D1D1;
    border-radius: 8px;
    transition: all ease 0.3s; }
    /* line 17, _product.scss */
    .product-list .product--item.big {
      max-width: calc(50% - 20px);
      margin-top: 50px;
      margin-bottom: 60px; }
  /* line 24, _product.scss */
  .product-list .product--item:hover {
    border-color: #ED1F14; }
  /* line 28, _product.scss */
  .product-list .notice {
    margin-left: 20px; }

/* line 33, _product.scss */
.product--item {
  position: relative; }
  /* line 36, _product.scss */
  .product--item:hover {
    z-index: 9; }
  /* line 40, _product.scss */
  .product--item .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 5; }
  /* line 48, _product.scss */
  .product--item .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100%; }
    /* line 55, _product.scss */
    .product--item .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      max-height: 100%;
      object-fit: contain; }
  /* line 71, _product.scss */
  .product--item .color-list .option-value:nth-child(n+5) {
    display: none; }
  /* line 77, _product.scss */
  .product--item .properties {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -5px; }
    /* line 85, _product.scss */
    .product--item .properties .short-color-list {
      position: relative; }
      /* line 88, _product.scss */
      .product--item .properties .short-color-list .overflow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
      /* line 103, _product.scss */
      .product--item .properties .short-color-list .color-list .option-value.is-active .filter-color,
      .product--item .properties .short-color-list .color-list .option-value.is-active input:checked + .filter-color {
        border-color: transparent; }
    /* line 112, _product.scss */
    .product--item .properties .option-selector {
      margin-right: 5px; }
    /* line 116, _product.scss */
    .product--item .properties .filter-color {
      width: 20px;
      height: 20px;
      margin: 0 0 0 0; }
      /* line 121, _product.scss */
      .product--item .properties .filter-color span {
        width: 14px;
        height: 14px; }
    /* line 127, _product.scss */
    .product--item .properties .color-list {
      margin: 0; }
    /* line 131, _product.scss */
    .product--item .properties .more-color-btn {
      margin-right: 5px; }
  /* line 136, _product.scss */
  .product--item .more-color {
    display: flex;
    font-size: 12px; }
    /* line 140, _product.scss */
    .product--item .more-color .count {
      font-size: 12px;
      color: #acacac;
      text-transform: uppercase; }
    /* line 146, _product.scss */
    .product--item .more-color-dropdown {
      display: none;
      position: absolute;
      left: 0;
      bottom: 100%;
      max-height: 400px;
      padding: 20px;
      background: #ffffff;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      overflow: auto;
      outline: none; }
      /* line 158, _product.scss */
      .product--item .more-color-dropdown.active {
        display: block; }
      /* line 162, _product.scss */
      .product--item .more-color-dropdown .option-selector {
        margin: 0; }
      /* line 166, _product.scss */
      .product--item .more-color-dropdown .color-list {
        margin: -10px 0 0 -10px; }
        /* line 169, _product.scss */
        .product--item .more-color-dropdown .color-list .option-value:nth-child(n+5) {
          display: block; }
        /* line 173, _product.scss */
        .product--item .more-color-dropdown .color-list .option-value {
          margin: 10px 0 0 10px; }
          /* line 178, _product.scss */
          .product--item .more-color-dropdown .color-list .option-value.is-active .filter-color,
          .product--item .more-color-dropdown .color-list .option-value.is-active input:checked + .filter-color {
            border-color: transparent; }
          /* line 186, _product.scss */
          .product--item .more-color-dropdown .color-list .option-value.active .filter-color,
          .product--item .more-color-dropdown .color-list .option-value.active input:checked + .filter-color {
            border-color: #ED1F14; }
          /* line 194, _product.scss */
          .product--item .more-color-dropdown .color-list .option-value:hover .filter-color {
            border-color: #cdcdcd; }
      /* line 201, _product.scss */
      .product--item .more-color-dropdown .filter-color {
        width: 32px;
        height: 32px; }
        /* line 205, _product.scss */
        .product--item .more-color-dropdown .filter-color span {
          width: 24px;
          height: 24px; }
    /* line 212, _product.scss */
    .product--item .more-color .more-color-btn {
      cursor: pointer; }
  /* line 217, _product.scss */
  .product--item .strike {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0; }
    /* line 224, _product.scss */
    .product--item .strike::before, .product--item .strike::after {
      content: '';
      flex: 1;
      height: 2px;
      background: #e30613; }
    /* line 232, _product.scss */
    .product--item .strike::before {
      margin-right: 10px; }
    /* line 236, _product.scss */
    .product--item .strike::after {
      margin-left: 10px; }
    /* line 240, _product.scss */
    .product--item .strike span {
      min-width: 64px;
      padding: 3px 6px;
      background: #e30613;
      font-size: 12px;
      line-height: 14px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      border-radius: 2px; }
  /* line 253, _product.scss */
  .product--item .cost-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 17px;
    font-size: 16px; }
    /* line 260, _product.scss */
    .product--item .cost-wrap .old-cost {
      margin-right: 13px;
      font-family: "Museo Sans Cyrl 300", sans-serif;
      text-decoration: line-through;
      opacity: .5; }
    /* line 267, _product.scss */
    .product--item .cost-wrap .cost {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 16px; }
  /* line 273, _product.scss */
  .product--item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  /* line 280, _product.scss */
  .product--item .content-align-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end; }
  /* line 287, _product.scss */
  .product--item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  /* line 294, _product.scss */
  .product--item .title {
    display: block;
    margin: 8px auto 0;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: left; }
  /* line 304, _product.scss */
  .product--item .bottom-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 12px; }
  /* line 312, _product.scss */
  .product--item .available {
    display: flex;
    align-items: center;
    gap: 4px; }
    /* line 317, _product.scss */
    .product--item .available .icon {
      margin-right: 6px;
      width: 15px;
      height: 15px; }
    /* line 323, _product.scss */
    .product--item .available .icon-check {
      margin-top: 3px; }
    /* line 326, _product.scss */
    .product--item .available .available-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: black; }
    /* line 332, _product.scss */
    .product--item .available .available-dot--yes {
      background-color: #71b85f; }
    /* line 335, _product.scss */
    .product--item .available .available-dot--no {
      background-color: #e30613; }
    /* line 338, _product.scss */
    .product--item .available .available-text {
      font-size: 14px; }
  /* line 343, _product.scss */
  .product--item .btn-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 8px;
    padding-top: 12px; }
    /* line 351, _product.scss */
    .product--item .btn-group .btn-cart {
      width: 100%;
      min-height: 44px;
      padding: 8px 2px;
      background-color: #e30613;
      border-radius: 4px;
      color: white;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      transition: background-color 0.3s ease;
      cursor: pointer; }
      /* line 364, _product.scss */
      .product--item .btn-group .btn-cart:hover {
        background-color: #ca0512; }
    /* line 369, _product.scss */
    .product--item .btn-group .is-added {
      background-color: #00ac00 !important; }
    /* line 373, _product.scss */
    .product--item .btn-group .btn-fast {
      width: 100%;
      min-height: 44px;
      padding: 8px 2px;
      border: 1px solid #e30613;
      border-radius: 4px;
      color: black;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
      transition: color 0.3s ease; }
      /* line 386, _product.scss */
      .product--item .btn-group .btn-fast:hover {
        color: #e30613; }
  /* line 392, _product.scss */
  .product--item .favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    width: 20px;
    height: 17px;
    cursor: pointer;
    opacity: 1;
    transition: .3s; }
  /* line 404, _product.scss */
  .product--item .icon-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px; }
    /* line 411, _product.scss */
    .product--item .icon-list::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 13px;
      background: #000000; }
    /* line 422, _product.scss */
    .product--item .icon-list--item {
      position: relative;
      margin-left: 20px;
      cursor: pointer; }
      /* line 427, _product.scss */
      .product--item .icon-list--item:first-child {
        margin-left: 0; }
    /* line 432, _product.scss */
    .product--item .icon-list .icon {
      position: relative;
      width: 20px;
      height: 20px;
      transition: .3s;
      z-index: 5; }
    /* line 440, _product.scss */
    .product--item .icon-list .compare-added .icon-heart {
      fill: #e30613; }
    /* line 444, _product.scss */
    .product--item .icon-list .favorite {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 4;
      width: 20px;
      height: 17px;
      cursor: pointer;
      opacity: 1;
      transition: .3s; }
      /* line 455, _product.scss */
      .product--item .icon-list .favorite.favorites-added, .product--item .icon-list .favorite:hover {
        opacity: 1; }
        /* line 459, _product.scss */
        .product--item .icon-list .favorite.favorites-added svg, .product--item .icon-list .favorite:hover svg {
          fill: #ED1F14; }
      /* line 464, _product.scss */
      .product--item .icon-list .favorite svg {
        width: 100%;
        height: 100%;
        fill: #000000; }
    /* line 473, _product.scss */
    .product--item .icon-list .icon-heart:hover {
      fill: #e30613; }
    /* line 478, _product.scss */
    .product--item .icon-list .basket {
      height: 20px;
      cursor: pointer; }
      /* line 483, _product.scss */
      .product--item .icon-list .basket:hover::before {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
      /* line 488, _product.scss */
      .product--item .icon-list .basket:hover .icon {
        fill: #ffffff; }
      /* line 493, _product.scss */
      .product--item .icon-list .basket::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 48px;
        height: 48px;
        background: #e30613;
        border-radius: 50%;
        transition: .3s;
        opacity: 0;
        z-index: 1; }
  /* line 510, _product.scss */
  .product--item .favorite {
    width: 20px;
    height: 17px;
    cursor: pointer;
    opacity: 1;
    transition: .3s; }
    /* line 517, _product.scss */
    .product--item .favorite.favorites-added, .product--item .favorite:hover {
      opacity: 1; }
      /* line 521, _product.scss */
      .product--item .favorite.favorites-added svg, .product--item .favorite:hover svg {
        fill: #ED1F14; }
    /* line 526, _product.scss */
    .product--item .favorite svg {
      width: 100%;
      height: 100%;
      fill: #000000; }
  /* line 533, _product.scss */
  .product--item .basket {
    height: 20px; }
  /* line 537, _product.scss */
  .product--item button {
    padding: 0;
    background: none;
    border: 0; }

/* line 544, _product.scss */
.btn-group {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 550, _product.scss */
.basket-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 8px 2px;
  border: 1px solid #e30613;
  border-radius: 999px;
  background: #ffffff; }

/* line 561, _product.scss */
.basket-counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  line-height: 1; }

/* line 573, _product.scss */
.basket-counter__value {
  min-width: 24px;
  margin: 0 10px;
  text-align: center;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 14px;
  line-height: 1; }

/*** Product page ***/
/* line 585, _product.scss */
.product-detail-wrap {
  max-width: 1568px; }

/* line 589, _product.scss */
.product-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  /* line 594, _product.scss */
  .product-detail .product-image {
    flex: 1;
    max-width: 728px;
    margin-right: 20px; }
  /* line 600, _product.scss */
  .product-detail .product-info {
    flex: 1;
    max-width: 700px; }
  /* line 609, _product.scss */
  .product-detail .span-option .properties-item .is-span {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -8px; }
    /* line 614, _product.scss */
    .product-detail .span-option .properties-item .is-span span {
      margin: 8px 0 0 8px;
      padding: 5px 15px;
      background: #f4f4f4;
      font-family: "Museo Sans Cyrl 300", sans-serif;
      font-size: 16px;
      line-height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 18px;
      cursor: pointer; }
    /* line 626, _product.scss */
    .product-detail .span-option .properties-item .is-span .is-active {
      border-color: #000000; }

/* line 634, _product.scss */
.product-image {
  position: relative; }
  /* line 637, _product.scss */
  .product-image .stiker {
    position: absolute;
    top: 32px;
    right: 48px;
    z-index: 7; }
    /* line 643, _product.scss */
    .product-image .stiker span {
      display: block;
      min-width: 64px;
      padding: 3px 6px;
      background: #e30613;
      font-size: 12px;
      line-height: 14px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      border-radius: 2px; }

/* line 660, _product.scss */
.product-info .top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 665, _product.scss */
  .product-info .top-panel .left-block {
    display: flex;
    align-items: center; }
/* line 671, _product.scss */
.product-info .article {
  display: flex;
  align-items: center;
  margin-left: 50px;
  padding: 4px 9px;
  border: 2px solid #e30613;
  border-radius: 4px; }
  /* line 679, _product.scss */
  .product-info .article .icon {
    display: none;
    width: 15px;
    height: 15px;
    margin-right: 4px; }
  /* line 686, _product.scss */
  .product-info .article .text {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: .5; }
/* line 695, _product.scss */
.product-info .product-title {
  margin-top: 20px;
  font-family: "Museo Sans Cyrl 500", sans-serif; }
/* line 702, _product.scss */
.product-info .option-selector .option {
  margin-top: 15px; }
  /* line 705, _product.scss */
  .product-info .option-selector .option:first-child {
    margin-top: 0; }
  /* line 709, _product.scss */
  .product-info .option-selector .option select {
    padding-left: 0;
    padding-right: 0; }
/* line 716, _product.scss */
.product-info .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px; }
/* line 723, _product.scss */
.product-info .cost {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px; }
  /* line 729, _product.scss */
  .product-info .cost .old-cost {
    margin-right: 13px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    text-decoration: line-through;
    opacity: .5; }
  /* line 736, _product.scss */
  .product-info .cost .current-cost {
    font-family: "Museo Sans Cyrl 700", sans-serif; }
/* line 741, _product.scss */
.product-info .icon-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  /* line 747, _product.scss */
  .product-info .icon-list--item {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    /* line 752, _product.scss */
    .product-info .icon-list--item:first-child {
      margin-left: 0;
      padding-left: 0; }
      /* line 756, _product.scss */
      .product-info .icon-list--item:first-child::before {
        display: none; }
    /* line 761, _product.scss */
    .product-info .icon-list--item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 13px;
      background: #000000; }
  /* line 773, _product.scss */
  .product-info .icon-list .icon {
    position: relative;
    width: 20px;
    height: 20px;
    transition: .3s;
    z-index: 5; }
  /* line 783, _product.scss */
  .product-info .icon-list .icon-heart:hover {
    fill: #e30613; }
/* line 789, _product.scss */
.product-info .available {
  display: flex;
  align-items: center; }
  /* line 793, _product.scss */
  .product-info .available .icon {
    margin-right: 6px; }
  /* line 797, _product.scss */
  .product-info .available svg {
    width: 15px;
    height: 15px; }
  /* line 802, _product.scss */
  .product-info .available .text {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 14px;
    line-height: 17px; }
/* line 809, _product.scss */
.product-info .favorite {
  cursor: pointer; }
  /* line 814, _product.scss */
  .product-info .favorite.favorites-added svg {
    fill: #e30613; }
  /* line 819, _product.scss */
  .product-info .favorite svg {
    width: 20px;
    height: 17px; }
/* line 825, _product.scss */
.product-info .properties {
  margin-top: 40px; }
  /* line 828, _product.scss */
  .product-info .properties .label {
    display: block;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px; }
/* line 836, _product.scss */
.product-info .color-list {
  margin-top: 0;
  margin-left: -8px; }
  /* line 840, _product.scss */
  .product-info .color-list .filter-color {
    margin-left: 8px; }
/* line 845, _product.scss */
.product-info .product-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px; }
  /* line 851, _product.scss */
  .product-info .product-buy .left-block {
    display: flex;
    align-items: center; }
  /* line 856, _product.scss */
  .product-info .product-buy .btn-image {
    justify-content: space-between;
    padding: 0 16px 20px 24px; }
    /* line 860, _product.scss */
    .product-info .product-buy .btn-image .icon {
      display: block;
      width: 19px;
      height: 17px;
      margin: -5px 0 0; }
      /* line 866, _product.scss */
      .product-info .product-buy .btn-image .icon svg {
        width: 100%;
        height: 100%;
        fill: #ffffff; }
    /* line 873, _product.scss */
    .product-info .product-buy .btn-image .text {
      flex: 1;
      padding: 0 10px 0 5px;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      text-align: center; }
  /* line 881, _product.scss */
  .product-info .product-buy .quantity {
    margin-left: 60px; }
  /* line 885, _product.scss */
  .product-info .product-buy .one-click {
    position: relative;
    padding: 0 0 3px;
    background: none;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    color: #000000;
    text-align: right;
    text-transform: uppercase;
    border: 0;
    cursor: pointer; }
    /* line 896, _product.scss */
    .product-info .product-buy .one-click:hover:after {
      width: 100%; }
    /* line 900, _product.scss */
    .product-info .product-buy .one-click:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #000000;
      transition: .3s; }
/* line 913, _product.scss */
.product-info .spoiler-list {
  margin-top: 40px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000; }
/* line 919, _product.scss */
.product-info .tags-wrap {
  margin-top: 60px; }
/* line 923, _product.scss */
.product-info .contact-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px; }
  /* line 929, _product.scss */
  .product-info .contact-block .info-block {
    flex: 1;
    max-width: 525px;
    padding-right: 20px;
    font-family: "Museo Sans Cyrl 300", sans-serif; }
    /* line 935, _product.scss */
    .product-info .contact-block .info-block .label {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px;
      line-height: 17px; }
    /* line 941, _product.scss */
    .product-info .contact-block .info-block a {
      color: #000000; }
    /* line 945, _product.scss */
    .product-info .contact-block .info-block strong {
      font-family: "Museo Sans Cyrl 700", sans-serif; }
    /* line 949, _product.scss */
    .product-info .contact-block .info-block .description {
      margin-top: 50px; }
  /* line 954, _product.scss */
  .product-info .contact-block .icon {
    flex: 1;
    max-width: 114px; }

/* line 963, _product.scss */
.options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 15px;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 16px;
  line-height: 19px; }
  /* line 972, _product.scss */
  .options .option:nth-child(odd) {
    background: #f4f4f4; }
/* line 977, _product.scss */
.options .option-value {
  text-align: right; }

/* line 982, _product.scss */
.product-articles-list {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -30px; }
  /* line 987, _product.scss */
  .product-articles-list--item {
    flex: 100%;
    max-width: calc(33.333% - 30px);
    margin: 30px 0 0 30px; }
  /* line 993, _product.scss */
  .product-articles-list img {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    border-radius: 50%; }
  /* line 1001, _product.scss */
  .product-articles-list .title {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    border-top: 2px solid #ECECEC; }

/***/
/* line 1018, _product.scss */
.product-modal-wrap .modal {
  max-width: 700px; }

/* line 1023, _product.scss */
.product-modal {
  padding: 9px 60px 0; }
  /* line 1026, _product.scss */
  .product-modal .row {
    display: flex;
    align-items: center; }
  /* line 1031, _product.scss */
  .product-modal .image {
    flex: 1;
    max-width: 100px; }
    /* line 1035, _product.scss */
    .product-modal .image img {
      max-height: 100px; }
  /* line 1040, _product.scss */
  .product-modal .cost {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 65px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px; }
    /* line 1049, _product.scss */
    .product-modal .cost .old-cost {
      margin-right: 13px;
      font-family: "Museo Sans Cyrl 300", sans-serif;
      text-decoration: line-through;
      opacity: .5; }
  /* line 1057, _product.scss */
  .product-modal .title {
    flex: 1;
    max-width: 220px;
    margin-left: 20px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 19px; }
  /* line 1066, _product.scss */
  .product-modal .button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px; }

/*** Gallery ***/
/* line 1077, _product.scss */
.product-gallery-wrap {
  display: flex;
  justify-content: center; }

/* line 1082, _product.scss */
.product-gallery-nav-wrap {
  flex: 1;
  max-width: 122px;
  margin-right: 26px; }

/* line 1088, _product.scss */
.product-gallery-nav {
  position: sticky;
  top: 120px;
  padding-top: 3px; }
  /* line 1093, _product.scss */
  .product-gallery-nav--item {
    position: relative;
    display: block;
    width: 122px;
    height: 122px;
    margin-top: 14px;
    border-radius: 50%;
    cursor: pointer; }
    /* line 1102, _product.scss */
    .product-gallery-nav--item::before {
      content: '';
      position: absolute;
      width: calc(100% + 6px);
      height: calc(100% + 6px);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      transition: .3s;
      border: 2px solid #ED1F14;
      border-radius: 50%;
      z-index: 5; }
    /* line 1116, _product.scss */
    .product-gallery-nav--item:first-child {
      margin-top: 0; }
    /* line 1123, _product.scss */
    .product-gallery-nav--item.active::before, .product-gallery-nav--item.mPS2id-highlight-first::before {
      transform: translate(-50%, -50%) scale(1); }
  /* line 1129, _product.scss */
  .product-gallery-nav img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    z-index: 9; }

/* line 1139, _product.scss */
.product-gallery {
  flex: 1; }
  /* line 1144, _product.scss */
  .product-gallery.one-image .product-gallery--item {
    display: flex;
    min-height: 300px; }
  /* line 1150, _product.scss */
  .product-gallery--item {
    position: relative;
    display: flex; }
    /* line 1156, _product.scss */
    .product-gallery--item:hover .icon {
      opacity: 1; }
    /* line 1161, _product.scss */
    .product-gallery--item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      background: #ffffff;
      border-radius: 50%;
      transition: .3s;
      opacity: 0; }
    /* line 1177, _product.scss */
    .product-gallery--item svg {
      width: 24px;
      height: 24px; }
    /* line 1182, _product.scss */
    .product-gallery--item img {
      object-fit: contain; }

/***/
/* line 1191, _product.scss */
.product-list-similar-wrap {
  max-width: calc(100% - 296px);
  margin: 144px 0 0 148px;
  overflow: hidden; }
  /* line 1196, _product.scss */
  .product-list-similar-wrap .title-wrap {
    width: 665px;
    height: 59px;
    padding: 10px 0 0 90px;
    background: url("title-bg.svg");
    background-position: right; }
    /* line 1203, _product.scss */
    .product-list-similar-wrap .title-wrap .title {
      font-family: "Museo Sans Cyrl 500", sans-serif;
      font-size: 24px;
      line-height: 29px;
      color: #ffffff; }

/* line 1212, _product.scss */
.product-list-similar {
  position: relative;
  margin-top: 60px; }
  /* line 1216, _product.scss */
  .product-list-similar .swiper-buttons {
    top: -110px; }
  /* line 1220, _product.scss */
  .product-list-similar .swiper-slide {
    padding: 0 6px 15px; }
  /* line 1224, _product.scss */
  .product-list-similar .product--item {
    background-color: #fff;
    padding: 12px;
    border: solid 1px #D1D1D1;
    border-radius: 8px;
    transition: all ease 0.3s; }
    /* line 1231, _product.scss */
    .product-list-similar .product--item:hover {
      border-color: #ED1F14; }

/***/
/* line 1239, _product.scss */
.product-list-other-wrap {
  position: relative;
  margin-top: 100px;
  padding: 130px 40px 112px;
  background: url("dark-bg.jpg");
  background-size: cover;
  color: #ffffff;
  overflow: hidden; }
  /* line 1248, _product.scss */
  .product-list-other-wrap::before {
    content: '';
    position: absolute;
    top: -54px;
    right: 0;
    width: 100%;
    height: 97px;
    background: url("paint-bg.png"); }
  /* line 1258, _product.scss */
  .product-list-other-wrap .title-wrap {
    text-align: center; }
    /* line 1261, _product.scss */
    .product-list-other-wrap .title-wrap .title {
      color: #ffffff; }
    /* line 1265, _product.scss */
    .product-list-other-wrap .title-wrap .sub-title {
      max-width: 490px;
      margin: 8px auto 0;
      font-size: 14px;
      line-height: 17px;
      color: #ffffff; }

/* line 1275, _product.scss */
.product-list-other {
  position: relative;
  margin-top: 50px; }
  /* line 1279, _product.scss */
  .product-list-other .swiper-buttons {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 36px; }
    /* line 1288, _product.scss */
    .product-list-other .swiper-buttons::before {
      content: '';
      position: absolute;
      top: 11px;
      left: 8px;
      transform: translateY(-50%);
      width: calc(100% - 17px);
      height: 2px;
      background: #ffffff;
      pointer-events: none; }
    /* line 1300, _product.scss */
    .product-list-other .swiper-buttons svg {
      width: 116px;
      height: 21px;
      fill: #ffffff; }
    /* line 1306, _product.scss */
    .product-list-other .swiper-buttons .button-prev,
    .product-list-other .swiper-buttons .button-next {
      position: absolute;
      top: 50%;
      width: 50%;
      transform: translateY(-50%); }
    /* line 1314, _product.scss */
    .product-list-other .swiper-buttons .button-prev {
      flex: 1;
      left: 0;
      height: 23px;
      text-align: left;
      cursor: pointer; }
      /* line 1321, _product.scss */
      .product-list-other .swiper-buttons .button-prev svg {
        transform: rotate(180deg); }
    /* line 1326, _product.scss */
    .product-list-other .swiper-buttons .button-next {
      flex: 1;
      right: 0;
      height: 23px;
      text-align: right;
      cursor: pointer; }
  /* line 1335, _product.scss */
  .product-list-other .product--item {
    padding: 0 60px; }
    /* line 1340, _product.scss */
    .product-list-other .product--item:hover .image .icon {
      opacity: 1; }
    /* line 1345, _product.scss */
    .product-list-other .product--item .image {
      width: 100%;
      padding-bottom: 100%;
      z-index: 5; }
      /* line 1350, _product.scss */
      .product-list-other .product--item .image .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 48px;
        height: 48px;
        transform: translate(-50%, -50%);
        background: #ffffff;
        border-radius: 50%;
        opacity: 0;
        transition: .3s; }
        /* line 1365, _product.scss */
        .product-list-other .product--item .image .icon svg {
          width: 25px;
          height: 25px; }
    /* line 1372, _product.scss */
    .product-list-other .product--item img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      border-radius: 50%;
      object-fit: cover; }
    /* line 1381, _product.scss */
    .product-list-other .product--item .favorite {
      margin: 24px auto 0;
      opacity: .3; }
      /* line 1385, _product.scss */
      .product-list-other .product--item .favorite.favorites-added, .product-list-other .product--item .favorite:hover {
        opacity: 1; }
        /* line 1389, _product.scss */
        .product-list-other .product--item .favorite.favorites-added svg, .product-list-other .product--item .favorite:hover svg {
          fill: #ED1F14; }
      /* line 1395, _product.scss */
      .product-list-other .product--item .favorite svg {
        fill: #f4f4f4; }
    /* line 1400, _product.scss */
    .product-list-other .product--item .small-image {
      position: relative;
      display: block;
      width: 116px;
      height: 116px;
      margin: -25px auto 0;
      z-index: 9; }
    /* line 1409, _product.scss */
    .product-list-other .product--item .title {
      max-width: 214px;
      margin: 20px auto 0;
      color: #ffffff; }
  /* line 1416, _product.scss */
  .product-list-other .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3px 0 0 -20px;
    text-align: center; }
    /* line 1423, _product.scss */
    .product-list-other .pagination .swiper-pagination-bullet {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin: 20px 0 0 20px;
      background: none;
      text-align: center;
      border-radius: 50%;
      opacity: 1; }
      /* line 1436, _product.scss */
      .product-list-other .pagination .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f4f4f4;
        border-radius: 50%;
        opacity: .1;
        z-index: 1; }
      /* line 1449, _product.scss */
      .product-list-other .pagination .swiper-pagination-bullet span {
        position: relative;
        font-family: "Museo Sans Cyrl 700", sans-serif;
        font-size: 14px;
        color: #000000;
        z-index: 5; }
      /* line 1457, _product.scss */
      .product-list-other .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: none;
        border: 3px solid #ffffff; }
        /* line 1461, _product.scss */
        .product-list-other .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
          color: #ffffff; }
      /* line 1466, _product.scss */
      .product-list-other .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        opacity: 0; }

/***/
/* line 1476, _product.scss */
.tags-hide {
  display: none; }

/*** Media ***/
@media (max-width: 1441px) {
  /* line 1487, _product.scss */
  .product-list .product--item {
    max-width: calc(33.333% - 14px); }

  /* line 1494, _product.scss */
  .product--item .bottom-block {
    padding: 0; } }
@media (max-width: 1281px) {
  /* line 1502, _product.scss */
  .product-gallery-nav-wrap {
    flex: 1;
    max-width: 80px; }

  /* line 1507, _product.scss */
  .product-gallery-nav--item {
    width: 80px;
    height: 80px; }

  /* line 1512, _product.scss */
  .product-gallery {
    flex: 1; }

  /*** 1280 ***/
  /* line 1523, _product.scss */
  .product-info .product-buy .quantity {
    margin-left: 30px; }
  /* line 1528, _product.scss */
  .product-info .quantity .quantity-input {
    margin: 0 10px; }

  /*** 1280 ***/
  /* line 1538, _product.scss */
  .product--item .bottom-block {
    flex-direction: column; }
  /* line 1542, _product.scss */
  .product--item .icon-list {
    margin: 10px 0 0;
    padding: 0; }
    /* line 1546, _product.scss */
    .product--item .icon-list::before {
      display: none; }

  /*** 1280 ***/
  /* line 1555, _product.scss */
  .product-list-similar-wrap {
    max-width: 100%;
    margin: 80px 0 0 0; }

  /*** 1280 ***/
  /* line 1563, _product.scss */
  .product-list-other-wrap {
    padding: 80px 20px 60px; }

  /* line 1569, _product.scss */
  .product-list-other .product--item {
    padding: 0 30px; }

  /* line 1574, _product.scss */
  .btn-group {
    flex-direction: column !important; } }
@media (max-width: 1025px) {
  /* line 1583, _product.scss */
  .product-info .row {
    margin-top: 30px; }
  /* line 1587, _product.scss */
  .product-info .properties {
    margin-top: 30px; }
  /* line 1591, _product.scss */
  .product-info .product-buy {
    display: block; }
    /* line 1594, _product.scss */
    .product-info .product-buy .left-block {
      flex-direction: column-reverse;
      align-items: flex-start; }
    /* line 1599, _product.scss */
    .product-info .product-buy .quantity {
      margin: 0 0 20px; }
    /* line 1603, _product.scss */
    .product-info .product-buy .one-click {
      margin-top: 30px; }

  /* line 1611, _product.scss */
  .product-detail .product-gallery-nav-wrap {
    display: none; }
  /* line 1615, _product.scss */
  .product-detail .slick-prev,
  .product-detail .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #f4f4f4;
    border-radius: 50%;
    z-index: 9; }
    /* line 1626, _product.scss */
    .product-detail .slick-prev:before,
    .product-detail .slick-next:before {
      position: relative;
      top: -2px;
      font-size: 20px;
      color: #000000;
      opacity: 1; }
  /* line 1635, _product.scss */
  .product-detail .slick-prev {
    left: 0; }
  /* line 1639, _product.scss */
  .product-detail .slick-next {
    right: 0; }

  /*** 1024 ***/
  /* line 1649, _product.scss */
  .product-list-similar-wrap .title-wrap {
    width: 500px;
    padding-left: 20px; } }
@media (max-width: 769px) {
  /* line 1661, _product.scss */
  .product-list .product--item {
    max-width: calc(50% - 10px); }

  /* line 1666, _product.scss */
  .product-detail-wrap {
    overflow: hidden; }

  /* line 1670, _product.scss */
  .product-detail {
    display: block;
    margin-top: 20px; }
    /* line 1674, _product.scss */
    .product-detail .product-image {
      max-width: 100%;
      margin-right: 0; }
    /* line 1683, _product.scss */
    .product-detail .product-gallery.one-image .product-gallery--item {
      min-height: 200px; }
    /* line 1689, _product.scss */
    .product-detail .product-gallery--item img {
      max-height: 400px;
      margin: 0 auto; }
    /* line 1694, _product.scss */
    .product-detail .product-info {
      max-width: 100%;
      margin: 40px 0 0; }

  /*** 768 ***/
  /* line 1703, _product.scss */
  .product-list-similar-wrap {
    margin-top: 60px; }

  /* line 1707, _product.scss */
  .product-list-similar {
    margin-top: 100px; }
    /* line 1710, _product.scss */
    .product-list-similar .swiper-buttons {
      top: -60px;
      right: 50%;
      transform: translateX(50%); }

  /*** 768 ***/
  /* line 1720, _product.scss */
  .product-modal {
    padding: 9px 20px 0; }
    /* line 1723, _product.scss */
    .product-modal .cost {
      margin-left: 20px; } }
@media (max-width: 561px) {
  /* line 1734, _product.scss */
  .product--item .image {
    padding-bottom: 80%; }

  /* line 1739, _product.scss */
  .product-list {
    gap: 10px; }
    /* line 1742, _product.scss */
    .product-list .product--item {
      max-width: calc(50% - 5px); }

  /* line 1749, _product.scss */
  .product--item::before {
    top: -10px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 30px); }

  /*** 560 ***/
  /* line 1762, _product.scss */
  .product-image .stiker {
    top: 20px;
    right: 20px; }

  /*** 560 ***/
  /* line 1773, _product.scss */
  .product-info .article {
    margin-left: 20px; }
  /* line 1777, _product.scss */
  .product-info .product-title {
    text-align: center; }
  /* line 1781, _product.scss */
  .product-info .row {
    display: block; }
  /* line 1785, _product.scss */
  .product-info .icon-list {
    margin-top: 20px;
    justify-content: center; }
  /* line 1790, _product.scss */
  .product-info .cost {
    justify-content: center; }
  /* line 1794, _product.scss */
  .product-info .product-buy {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    /* line 1799, _product.scss */
    .product-info .product-buy .left-block {
      align-items: center; }
  /* line 1804, _product.scss */
  .product-info .contact-block {
    flex-direction: column; }
    /* line 1807, _product.scss */
    .product-info .contact-block .info-block {
      padding: 0 0 20px; }
  /* line 1814, _product.scss */
  .product-info .properties .label {
    text-align: center; }
  /* line 1819, _product.scss */
  .product-info .color-list {
    justify-content: center; }

  /*** 560 ***/
  /* line 1831, _product.scss */
  .product-list-similar-wrap .title-wrap .title {
    font-size: 19px; }

  /*** 560 ***/
  /* line 1840, _product.scss */
  .product-articles-list--item {
    max-width: calc(100% - 30px); }

  /*** 560 ***/
  /* line 1847, _product.scss */
  .product-list-other-wrap {
    margin-top: 60px;
    padding-top: 60px; }
    /* line 1851, _product.scss */
    .product-list-other-wrap .title-wrap .sub-title {
      margin-top: 15px; }

  /* line 1858, _product.scss */
  .product-list-other .product--item {
    padding: 0 22px; }

  /*** 560 ***/
  /* line 1865, _product.scss */
  .product--item .title {
    font-size: 14px; }

  /*** 560 ***/
  /* line 1876, _product.scss */
  .product-modal .row {
    flex-direction: column;
    align-items: center; }
  /* line 1881, _product.scss */
  .product-modal .title {
    flex: 100;
    max-width: 100%;
    margin: 20px 0 0;
    text-align: center; }
  /* line 1888, _product.scss */
  .product-modal .cost {
    flex: 100%;
    justify-content: center;
    margin: 20px 0 0; }
  /* line 1894, _product.scss */
  .product-modal .button-wrap {
    flex-direction: column-reverse;
    margin-top: 20px; }
  /* line 1899, _product.scss */
  .product-modal .back-link {
    margin-top: 20px; }

  /*** 560 ***/
  /* line 1906, _product.scss */
  .btn-group {
    flex-direction: column !important; }
    /* line 1909, _product.scss */
    .btn-group .btn-cart {
      font-size: 12px !important; }
    /* line 1913, _product.scss */
    .btn-group .btn-fast {
      font-size: 12px !important; } }
/*** Fonts ***/
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100Italic.woff2") format("woff2"), url("MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("MuseoCyrl-500.woff2") format("woff2"), url("MuseoCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700Italic.woff2") format("woff2"), url("MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300Italic.woff2") format("woff2"), url("MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff2") format("woff2"), url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff2") format("woff2"), url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500Italic.woff2") format("woff2"), url("MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff2") format("woff2"), url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff2") format("woff2"), url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900Italic.woff2") format("woff2"), url("MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
/*** Colors ***/
/* line 145, _var.scss */
.color-red {
  color: #e30613;
  fill: #e30613; }

/*** Filters ***/
/* line 6, _collection.scss */
.filters-wrap {
  margin-top: 60px; }
  /* line 9, _collection.scss */
  .filters-wrap .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px 26px 24px;
    background: url("filters-title-bg.png");
    background-repeat: no-repeat;
    color: #ffffff; }
    /* line 18, _collection.scss */
    .filters-wrap .title-wrap .title {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 24px;
      line-height: 29px; }
    /* line 24, _collection.scss */
    .filters-wrap .title-wrap .icon {
      display: flex; }
    /* line 28, _collection.scss */
    .filters-wrap .title-wrap svg {
      width: 27px;
      height: 17px; }

/* line 35, _collection.scss */
.filters-list {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff; }
  /* line 40, _collection.scss */
  .filters-list--item {
    margin-top: 20px; }
    /* line 43, _collection.scss */
    .filters-list--item:first-child {
      margin-top: 0;
      border-top: 0; }
    /* line 48, _collection.scss */
    .filters-list--item-title {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
      /* line 55, _collection.scss */
      .filters-list--item-title .icon {
        margin-left: 10px; }
        /* line 58, _collection.scss */
        .filters-list--item-title .icon svg {
          width: 14px;
          height: 8px;
          opacity: 0.2; }
      /* line 65, _collection.scss */
      .filters-list--item-title .text {
        font-family: "Museo Sans Cyrl 700", sans-serif;
        font-size: 14px;
        line-height: 17px; }
    /* line 72, _collection.scss */
    .filters-list--item-body {
      display: none;
      max-height: 184px;
      padding-top: 15px;
      overflow: hidden; }
  /* line 86, _collection.scss */
  .filters-list--item.active .filters-list--item-title .icon svg {
    transform: rotate(180deg); }
  /* line 92, _collection.scss */
  .filters-list--item.active .filters-list--item-body {
    display: block; }
  /* line 97, _collection.scss */
  .filters-list .button-wrap {
    margin-top: 35px; }
    /* line 100, _collection.scss */
    .filters-list .button-wrap .btn {
      margin-top: 10px; }
      /* line 103, _collection.scss */
      .filters-list .button-wrap .btn:first-child {
        margin-top: 0; }

/* line 110, _collection.scss */
.filters-modal-btn,
.category-btn {
  display: none;
  max-width: 300px;
  margin-top: 20px; }
  /* line 116, _collection.scss */
  .filters-modal-btn.hide,
  .category-btn.hide {
    display: none; }

/*** Catalog list ***/
/* line 124, _collection.scss */
.sort-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px; }
  /* line 129, _collection.scss */
  .sort-wrap.mobile {
    display: none; }

/* line 134, _collection.scss */
.sort--item {
  display: flex;
  align-items: center;
  margin-left: 23px; }
  /* line 139, _collection.scss */
  .sort--item:first-child {
    margin-left: 0; }
  /* line 145, _collection.scss */
  .sort--item.active .label {
    opacity: 1; }
  /* line 150, _collection.scss */
  .sort--item .label {
    margin-right: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.3;
    cursor: pointer; }
  /* line 160, _collection.scss */
  .sort--item .wrap {
    display: flex; }
  /* line 164, _collection.scss */
  .sort--item .sort--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: 4px;
    background-color: #f4f4f4;
    border-radius: 50%; }
    /* line 175, _collection.scss */
    .sort--item .sort--arrow:first-child {
      margin-left: 0; }
    /* line 181, _collection.scss */
    .sort--item .sort--arrow.active svg {
      opacity: 1; }
    /* line 188, _collection.scss */
    .sort--item .sort--arrow.up svg {
      transform: rotate(-90deg); }
    /* line 195, _collection.scss */
    .sort--item .sort--arrow.down svg {
      transform: rotate(90deg); }
  /* line 201, _collection.scss */
  .sort--item svg {
    width: 15px;
    height: 15px;
    fill: #000000;
    opacity: .2; }

/* line 209, _collection.scss */
.quantity-product-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 216, _collection.scss */
  .quantity-product-sort .label {
    margin-right: 8px;
    padding-top: 2px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

/* line 225, _collection.scss */
.quantity-product-list {
  display: flex;
  margin: -10px 0 0 -10px; }
  /* line 229, _collection.scss */
  .quantity-product-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 10px 0 0 10px;
    background-color: #f4f4f4;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    cursor: pointer; }
    /* line 245, _collection.scss */
    .quantity-product-list--item span {
      transition: .3s;
      opacity: 0.3; }
    /* line 250, _collection.scss */
    .quantity-product-list--item.active, .quantity-product-list--item:hover {
      color: #000000; }
      /* line 254, _collection.scss */
      .quantity-product-list--item.active span, .quantity-product-list--item:hover span {
        opacity: 1; }

/* line 261, _collection.scss */
.catalog-load-more-wrap {
  margin-top: 20px; }

/*** Filters active ***/
/* line 268, _collection.scss */
.filters-active {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0 0 -8px; }
  /* line 273, _collection.scss */
  .filters-active--item {
    display: flex;
    align-items: center;
    margin: 8px 0 0 8px;
    padding: 5px 6px;
    background: #f4f4f4;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px; }
  /* line 286, _collection.scss */
  .filters-active .text {
    padding: 0 10px; }
  /* line 290, _collection.scss */
  .filters-active .cross {
    position: relative;
    width: 24px;
    height: 24px;
    background: #D1D1D1;
    border-radius: 50%; }
    /* line 297, _collection.scss */
    .filters-active .cross input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 0;
      cursor: pointer; }
    /* line 308, _collection.scss */
    .filters-active .cross::before, .filters-active .cross::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 17px;
      height: 2px;
      margin: 5px 0 0 -3px;
      transform: rotate(45deg) translate(-50%, -50%);
      background: #ffffff;
      transition: .3s;
      pointer-events: none; }
    /* line 323, _collection.scss */
    .filters-active .cross::after {
      top: calc(50% - 12px);
      left: calc(50% + 1px);
      transform: rotate(-45deg) translate(-50%, -50%); }

/***/
/* line 334, _collection.scss */
.collection-description {
  display: flex;
  margin-top: 108px;
  padding-right: 50px; }
  /* line 339, _collection.scss */
  .collection-description .text {
    flex: 1;
    font-size: 16px;
    line-height: 19px; }
  /* line 345, _collection.scss */
  .collection-description .icon {
    flex: 1;
    max-width: 113px;
    margin-left: 76px; }

/* line 352, _collection.scss */
.collections-flex {
  display: flex;
  flex-direction: column;
  gap: 20px; }

/* line 359, _collection.scss */
.notice-info {
  margin-top: 30px; }

/*** Media ***/
@media (max-width: 1025px) {
  /* line 378, _collection.scss */
  .sidebar .collections-head {
    display: none; }
    /* line 381, _collection.scss */
    .sidebar .collections-head.active {
      display: flex; }

  /* line 387, _collection.scss */
  .sort-wrap {
    margin-top: 40px; }
    /* line 390, _collection.scss */
    .sort-wrap.mobile {
      display: flex; }
    /* line 394, _collection.scss */
    .sort-wrap.desktop {
      display: none; }

  /* line 401, _collection.scss */
  .collection-products .filters-btn {
    display: flex; }

  /* line 406, _collection.scss */
  .filters-wrap {
    height: 0;
    margin: 0;
    overflow: hidden; }

  /* line 416, _collection.scss */
  .filters-list--item-body {
    max-height: none; }

  /* line 422, _collection.scss */
  .filters-modal-btn,
  .category-btn {
    display: flex; }

  /* line 427, _collection.scss */
  .modal {
    position: relative;
    height: 100%; }
    /* line 431, _collection.scss */
    .modal #filters-scroll {
      position: absolute;
      z-index: 1;
      top: 60px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      background-color: #ffffff; }
    /* line 445, _collection.scss */
    .modal .inner-content {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -webkit-touch-callout: auto;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto;
      -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -o-text-size-adjust: 100%; }
    /* line 467, _collection.scss */
    .modal .filters-wrap {
      height: auto;
      padding: 0 20px 40px; }
      /* line 471, _collection.scss */
      .modal .filters-wrap .mCSB_inside > .mCSB_container {
        margin-right: 20px;
        padding: 0 0 0 20px; }
      /* line 476, _collection.scss */
      .modal .filters-wrap .title-wrap {
        display: none; }
      /* line 480, _collection.scss */
      .modal .filters-wrap .btn {
        max-width: 300px;
        margin: 10px auto 0;
        padding: 16px 15px;
        border-radius: 4px; }
      /* line 487, _collection.scss */
      .modal .filters-wrap .btn-icon .text {
        padding: 0 4px; }

  /* line 494, _collection.scss */
  .filters-modal-wrap .modal {
    height: 100%;
    margin: 0 auto; }
  /* line 500, _collection.scss */
  .filters-modal-wrap .filters-list .button-wrap {
    padding-bottom: 40px; }

  /*** 1024 ***/
  /* line 512, _collection.scss */
  .collection-products .articles-short-list .wrap {
    margin-left: -20px; }
  /* line 516, _collection.scss */
  .collection-products .articles-short-list--item.big {
    max-width: calc(50% - 20px);
    margin-left: 20px; } }
@media (max-width: 769px) {
  /* line 526, _collection.scss */
  .sort-wrap {
    display: block; }

  /* line 530, _collection.scss */
  .quantity-product-sort {
    margin-top: 20px;
    justify-content: center; }

  /* line 535, _collection.scss */
  .collection-description {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding: 0; }
    /* line 540, _collection.scss */
    .collection-description .icon {
      margin: 0 auto; }
    /* line 544, _collection.scss */
    .collection-description .text {
      margin-top: 15px;
      text-align: center; } }
@media (max-width: 561px) {
  /* line 557, _collection.scss */
  .collection-products .articles-short-list .wrap {
    margin: 0; }
  /* line 561, _collection.scss */
  .collection-products .articles-short-list--item.big {
    max-width: 100%;
    margin: 20px 0 0; }
    /* line 565, _collection.scss */
    .collection-products .articles-short-list--item.big:first-child {
      margin-top: 0; }

  /* line 576, _collection.scss */
  .filters-list--item-title .tooltip-wrap {
    position: static; }
  /* line 580, _collection.scss */
  .filters-list--item-title .tooltip {
    top: 100%;
    left: 0;
    width: 100%; }

  /*** 560 ***/
  /* line 591, _collection.scss */
  .filters-modal-btn,
  .category-btn {
    max-width: 560px;
    margin: 20px auto 0; }

  /* line 597, _collection.scss */
  #filters-modal {
    padding-top: 120px; } }
/* line 1, _articles.scss */
.articles-page {
  overflow: hidden; }
  /* line 4, _articles.scss */
  .articles-page .column-wrap {
    position: relative;
    align-items: flex-start;
    margin-top: 30px; }
    /* line 9, _articles.scss */
    .articles-page .column-wrap .column.sidebar {
      max-width: 460px; }
    /* line 13, _articles.scss */
    .articles-page .column-wrap .column.sidebar + .column {
      padding-left: 90px; }
  /* line 18, _articles.scss */
  .articles-page .pagination {
    margin-top: 83px; }

/* line 25, _articles.scss */
.article-detail .column-wrap {
  margin-top: 30px; }
  /* line 28, _articles.scss */
  .article-detail .column-wrap .column {
    margin-top: -115px; }
  /* line 32, _articles.scss */
  .article-detail .column-wrap .column.sidebar {
    max-width: 460px;
    margin-top: 0; }
  /* line 37, _articles.scss */
  .article-detail .column-wrap .column.sidebar + .column {
    padding-left: 30px; }

/* line 45, _articles.scss */
.articles--item .wrap {
  display: flex; }
/* line 49, _articles.scss */
.articles--item .image {
  flex: 1;
  border-radius: 50%;
  overflow: hidden; }
  /* line 54, _articles.scss */
  .articles--item .image img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    object-fit: cover; }
/* line 62, _articles.scss */
.articles--item .text {
  flex: 1; }
/* line 66, _articles.scss */
.articles--item .date {
  position: relative;
  display: flex;
  justify-content: center;
  width: 208px; }
  /* line 72, _articles.scss */
  .articles--item .date::before, .articles--item .date::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30%;
    height: 2px;
    background: #bababa; }
  /* line 84, _articles.scss */
  .articles--item .date::after {
    left: auto;
    right: 0; }
  /* line 89, _articles.scss */
  .articles--item .date span {
    padding: 0 18px;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #bababa;
    text-transform: uppercase;
    border-radius: 2px; }
/* line 100, _articles.scss */
.articles--item .title {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  line-height: 29px;
  color: #000000; }
/* line 108, _articles.scss */
.articles--item .description {
  display: block;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 21px;
  color: #000000; }

/* line 117, _articles.scss */
.articles-list {
  position: relative;
  max-width: 865px; }
  /* line 121, _articles.scss */
  .articles-list .articles--item {
    display: block;
    margin-top: 45px; }
    /* line 125, _articles.scss */
    .articles-list .articles--item:first-child {
      margin-top: 0; }
    /* line 129, _articles.scss */
    .articles-list .articles--item:nth-child(even) {
      padding-left: 50px; }
      /* line 132, _articles.scss */
      .articles-list .articles--item:nth-child(even) .wrap {
        flex-direction: row-reverse; }
      /* line 136, _articles.scss */
      .articles-list .articles--item:nth-child(even) .image {
        margin: 0 0 0 20px; }
    /* line 141, _articles.scss */
    .articles-list .articles--item .wrap {
      align-items: center;
      justify-content: space-between; }
    /* line 146, _articles.scss */
    .articles-list .articles--item .image {
      width: 311px;
      max-width: 311px;
      height: 311px;
      margin-right: 20px; }
    /* line 153, _articles.scss */
    .articles-list .articles--item img {
      border-radius: 50%; }
    /* line 157, _articles.scss */
    .articles-list .articles--item .text {
      max-width: 458px; }
  /* line 162, _articles.scss */
  .articles-list .video-btn {
    position: absolute;
    top: -92px;
    right: -68px; }

/*** Slider articles ***/
/* line 171, _articles.scss */
.articles-slider-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 120px 0 0; }
  /* line 179, _articles.scss */
  .articles-slider-wrap .swiper-buttons {
    top: 170px;
    right: 40px; }
  /* line 184, _articles.scss */
  .articles-slider-wrap .video-btn {
    position: absolute;
    top: 275px;
    left: calc(50% - 660px);
    z-index: 99; }
  /* line 191, _articles.scss */
  .articles-slider-wrap .footer {
    margin-top: 20px;
    border: 0; }
    /* line 195, _articles.scss */
    .articles-slider-wrap .footer .wrap {
      padding: 0 44px 50px 108px; }

/* line 201, _articles.scss */
.articles-slider {
  margin-top: 40px;
  padding-left: 320px; }
  /* line 207, _articles.scss */
  .articles-slider .articles--item .image {
    width: 311px;
    height: 311px;
    max-width: 311px;
    min-width: 311px;
    min-height: 311px;
    margin: 0 140px 0 0; }
  /* line 216, _articles.scss */
  .articles-slider .articles--item .icon {
    margin-left: 22px; }
  /* line 220, _articles.scss */
  .articles-slider .articles--item .text {
    align-self: center; }
  @media (max-height: 1000px) {
    /* line 229, _articles.scss */
    .articles-slider .articles--item .image {
      width: 250px;
      height: 250px;
      max-width: 250px;
      min-width: 250px;
      min-height: 250px; } }

/* line 240, _articles.scss */
.articles-slider-nav {
  margin-top: 30px;
  padding-left: 320px; }
  /* line 244, _articles.scss */
  .articles-slider-nav span {
    display: block; }
  /* line 248, _articles.scss */
  .articles-slider-nav .articles--item {
    padding: 0 10px; }
    /* line 251, _articles.scss */
    .articles-slider-nav .articles--item .image {
      width: 116px;
      height: 116px;
      margin: 0 auto; }
    /* line 257, _articles.scss */
    .articles-slider-nav .articles--item .date {
      margin: 0 auto; }
    /* line 261, _articles.scss */
    .articles-slider-nav .articles--item .text {
      margin-top: 20px; }
    /* line 265, _articles.scss */
    .articles-slider-nav .articles--item .title {
      font-size: 16px;
      line-height: 19px;
      text-align: center; }

/*** Recent articles ***/
/* line 276, _articles.scss */
.recent-publications-block {
  margin-top: 50px; }
  /* line 279, _articles.scss */
  .recent-publications-block:first-child {
    margin-top: 0; }
  /* line 283, _articles.scss */
  .recent-publications-block--title {
    display: flex;
    align-items: center; }
    /* line 287, _articles.scss */
    .recent-publications-block--title .icon {
      margin-right: 17px; }
    /* line 291, _articles.scss */
    .recent-publications-block--title svg {
      width: 82px;
      height: 65px; }
    /* line 296, _articles.scss */
    .recent-publications-block--title .title {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 16px;
      line-height: 19px; }

/* line 304, _articles.scss */
.recent-publications-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -17px; }
  /* line 309, _articles.scss */
  .recent-publications-list--item {
    flex: 100%;
    margin: 60px 0 0 17px; }
    /* line 313, _articles.scss */
    .recent-publications-list--item:nth-of-type(2), .recent-publications-list--item:nth-of-type(3) {
      max-width: calc(50% - 17px); }
      /* line 317, _articles.scss */
      .recent-publications-list--item:nth-of-type(2) .image, .recent-publications-list--item:nth-of-type(3) .image {
        display: block; }
      /* line 321, _articles.scss */
      .recent-publications-list--item:nth-of-type(2) .date, .recent-publications-list--item:nth-of-type(3) .date {
        margin: 25px auto 0; }
      /* line 325, _articles.scss */
      .recent-publications-list--item:nth-of-type(2) .title, .recent-publications-list--item:nth-of-type(3) .title {
        font-size: 16px;
        line-height: 19px;
        text-align: center; }
      /* line 331, _articles.scss */
      .recent-publications-list--item:nth-of-type(2) .description, .recent-publications-list--item:nth-of-type(3) .description {
        display: none; }
  /* line 337, _articles.scss */
  .recent-publications-list .wrap {
    display: block; }
  /* line 341, _articles.scss */
  .recent-publications-list .image {
    display: none;
    width: 116px;
    height: 116px;
    margin: 0 auto; }

/*** Article page ***/
/* line 354, _articles.scss */
.article-details .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
/* line 360, _articles.scss */
.article-details .tags {
  margin-top: 20px; }
/* line 364, _articles.scss */
.article-details .article-title {
  margin-top: 40px; }
/* line 368, _articles.scss */
.article-details .date {
  position: relative;
  display: flex;
  justify-content: center;
  width: 208px;
  margin-top: 20px; }
  /* line 375, _articles.scss */
  .article-details .date::before, .article-details .date::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30%;
    height: 2px;
    background: #bababa; }
  /* line 387, _articles.scss */
  .article-details .date::after {
    left: auto;
    right: 0; }
  /* line 392, _articles.scss */
  .article-details .date span {
    padding: 0 18px;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #bababa;
    text-transform: uppercase;
    border-radius: 2px; }
/* line 403, _articles.scss */
.article-details--text {
  margin-top: 23px; }
  /* line 406, _articles.scss */
  .article-details--text h1,
  .article-details--text h2,
  .article-details--text h3,
  .article-details--text h4,
  .article-details--text h5,
  .article-details--text h6 {
    margin-top: 15px; }
    /* line 414, _articles.scss */
    .article-details--text h1:first-child,
    .article-details--text h2:first-child,
    .article-details--text h3:first-child,
    .article-details--text h4:first-child,
    .article-details--text h5:first-child,
    .article-details--text h6:first-child {
      margin-top: 0; }
  /* line 419, _articles.scss */
  .article-details--text p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px; }
    /* line 424, _articles.scss */
    .article-details--text p:first-child {
      margin-top: 0; }
  /* line 429, _articles.scss */
  .article-details--text img {
    object-fit: contain; }
  /* line 433, _articles.scss */
  .article-details--text .image {
    position: relative;
    display: inline-block; }
    /* line 439, _articles.scss */
    .article-details--text .image:hover .icon {
      opacity: 1; }
    /* line 444, _articles.scss */
    .article-details--text .image .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      background: #ffffff;
      border-radius: 50%;
      transition: .3s;
      opacity: 0; }
    /* line 460, _articles.scss */
    .article-details--text .image svg {
      width: 24px;
      height: 24px; }
  /* line 466, _articles.scss */
  .article-details--text .product--item {
    max-width: 338px;
    padding: 46px 50px 46px;
    border: 3px solid #e30613;
    border-radius: 0 0 10px 10px; }
    /* line 472, _articles.scss */
    .article-details--text .product--item.left {
      float: left;
      margin: 24px 24px 24px 0; }
    /* line 477, _articles.scss */
    .article-details--text .product--item.right {
      float: right;
      margin: 24px 0 24px 24px; }
    /* line 482, _articles.scss */
    .article-details--text .product--item .image {
      display: block;
      height: 0; }
/* line 489, _articles.scss */
.article-details .block-half {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px; }
  /* line 495, _articles.scss */
  .article-details .block-half--image, .article-details .block-half--text {
    flex: 1;
    padding: 10px; }

/*** Media ***/
@media (max-width: 1601px) {
  /*** 1600 ***/
  /* line 512, _articles.scss */
  .articles-slider-wrap .swiper-buttons {
    right: 45px; }

  /* line 519, _articles.scss */
  .articles-list .video-btn {
    right: 0; } }
@media (max-width: 1441px) {
  /* line 531, _articles.scss */
  .articles-slider-wrap .footer .wrap {
    padding: 0 40px 30px; } }
@media (max-width: 1281px) {
  /* line 544, _articles.scss */
  .articles-page .column-wrap .column.sidebar {
    max-width: 350px; }
  /* line 548, _articles.scss */
  .articles-page .column-wrap .column.sidebar + .column {
    padding-left: 40px; }

  /* line 556, _articles.scss */
  .articles-slider-wrap .swiper-buttons {
    top: 130px; }
  /* line 560, _articles.scss */
  .articles-slider-wrap .video-btn {
    top: 200px;
    left: 40px; }

  /* line 568, _articles.scss */
  .articles--item .title {
    font-size: 20px;
    line-height: 25px; }
  /* line 573, _articles.scss */
  .articles--item .description {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 19px; }

  /* line 580, _articles.scss */
  .articles-list {
    padding-top: 40px; }
    /* line 585, _articles.scss */
    .articles-list .articles--item .image {
      width: 200px;
      max-width: 200px;
      height: 200px;
      min-height: 200px; } }
@media (max-width: 1025px) {
  /* line 600, _articles.scss */
  .articles-page .column-wrap,
  .article-detail .column-wrap {
    display: flex;
    flex-direction: column-reverse; }
    /* line 604, _articles.scss */
    .articles-page .column-wrap .column.sidebar,
    .article-detail .column-wrap .column.sidebar {
      max-width: 100%;
      margin-top: 40px; }
    /* line 609, _articles.scss */
    .articles-page .column-wrap .column.sidebar + .column,
    .article-detail .column-wrap .column.sidebar + .column {
      padding-left: 0; }

  /* line 617, _articles.scss */
  .article-detail .column-wrap {
    display: flex;
    flex-direction: column-reverse; }
    /* line 621, _articles.scss */
    .article-detail .column-wrap .column.sidebar + .column {
      margin-top: 0; }
  /* line 626, _articles.scss */
  .article-detail .article-title {
    margin-top: 20px; }

  /* line 631, _articles.scss */
  .articles-list {
    max-width: 100%; }
    /* line 634, _articles.scss */
    .articles-list .video-btn {
      top: -50px; }
    /* line 639, _articles.scss */
    .articles-list .wrap {
      display: flex;
      flex-wrap: wrap;
      margin: -40px 0 0 -20px; }
    /* line 645, _articles.scss */
    .articles-list .articles--item {
      flex: 100%;
      max-width: calc(50% - 20px);
      margin: 40px 0 0 20px; }
      /* line 650, _articles.scss */
      .articles-list .articles--item:first-child {
        margin-top: 40px; }
      /* line 654, _articles.scss */
      .articles-list .articles--item:nth-child(even) {
        padding-left: 0; }
        /* line 657, _articles.scss */
        .articles-list .articles--item:nth-child(even) .wrap {
          flex-direction: column; }
        /* line 661, _articles.scss */
        .articles-list .articles--item:nth-child(even) .image {
          margin: 0 auto; }
      /* line 666, _articles.scss */
      .articles-list .articles--item .wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0; }
      /* line 674, _articles.scss */
      .articles-list .articles--item span {
        display: block; }
      /* line 678, _articles.scss */
      .articles-list .articles--item .image {
        max-width: 200px;
        margin: 0 auto; }
      /* line 683, _articles.scss */
      .articles-list .articles--item .text {
        max-width: 100%; }
      /* line 687, _articles.scss */
      .articles-list .articles--item .date {
        margin: 20px auto 0; }

  /* line 693, _articles.scss */
  .articles-slider-wrap {
    padding: 60px 0 0;
    overflow: hidden; }
    /* line 697, _articles.scss */
    .articles-slider-wrap .video-btn {
      top: 218px; }
    /* line 701, _articles.scss */
    .articles-slider-wrap .swiper-buttons {
      top: 150px; }
    /* line 705, _articles.scss */
    .articles-slider-wrap .footer .wrap {
      padding-bottom: 0; }

  /* line 710, _articles.scss */
  .articles-slider {
    margin-top: 80px;
    padding-left: 0; }
    /* line 716, _articles.scss */
    .articles-slider .articles--item .image {
      width: 411px;
      min-width: 411px;
      height: 411px;
      max-width: 411px;
      margin: 0 60px 0 0; }

  /* line 726, _articles.scss */
  .articles-slider-nav {
    padding-left: 0; }

  /* line 730, _articles.scss */
  .recent-publications-list--item {
    flex: calc(50% - 17px); }

  /*** 1024 ***/
  /* line 739, _articles.scss */
  .contact-block .contact-info-list {
    margin-right: 40px; } }
@media (max-width: 769px) {
  /*** 768 ***/
  /* line 751, _articles.scss */
  .articles--item .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  /* line 759, _articles.scss */
  .articles-slider-wrap {
    padding-top: 60px; }
    /* line 762, _articles.scss */
    .articles-slider-wrap .video-btn {
      top: 160px; }
    /* line 766, _articles.scss */
    .articles-slider-wrap .swiper-buttons {
      display: none; }

  /* line 771, _articles.scss */
  .articles-slider--title {
    text-align: center; }

  /* line 775, _articles.scss */
  .articles-slider {
    margin-top: 20px; }
    /* line 780, _articles.scss */
    .articles-slider .articles--item .image {
      width: 200px;
      min-width: 200px;
      height: 200px;
      max-width: 200px;
      min-height: 200px;
      margin: 0 auto; }
    /* line 789, _articles.scss */
    .articles-slider .articles--item .icon {
      margin: 15px 0 0; }
    /* line 793, _articles.scss */
    .articles-slider .articles--item .date {
      margin: 20px auto 0; }

  /* line 801, _articles.scss */
  .articles-slider-nav .slick-prev,
  .articles-slider-nav .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #f4f4f4;
    border-radius: 50%;
    z-index: 9; }
    /* line 812, _articles.scss */
    .articles-slider-nav .slick-prev:before,
    .articles-slider-nav .slick-next:before {
      position: relative;
      top: -2px;
      font-size: 20px;
      color: #000000;
      opacity: 1; }
  /* line 821, _articles.scss */
  .articles-slider-nav .slick-prev {
    left: 0; }
  /* line 825, _articles.scss */
  .articles-slider-nav .slick-next {
    right: 0; } }
@media (max-width: 561px) {
  /* line 835, _articles.scss */
  .articles-list .articles--item {
    max-width: calc(100% - 20px); }

  /* line 842, _articles.scss */
  .articles--item .date {
    margin: 15px auto 0; }

  /* line 849, _articles.scss */
  .article-details--text p {
    font-size: 16px; }
  /* line 853, _articles.scss */
  .article-details--text img {
    max-height: 300px; }
  /* line 857, _articles.scss */
  .article-details--text .product--item {
    padding: 20px; }
    /* line 860, _articles.scss */
    .article-details--text .product--item.right {
      float: left;
      margin-left: 0;
      margin-right: 24px; }
  /* line 869, _articles.scss */
  .article-details--text .block-half--image, .article-details--text .block-half--text {
    flex: 100%; }

  /* line 876, _articles.scss */
  .articles-slider-wrap {
    padding-top: 40px; }
    /* line 879, _articles.scss */
    .articles-slider-wrap .swiper-buttons {
      top: 110px;
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
    /* line 886, _articles.scss */
    .articles-slider-wrap .video-btn {
      top: 100px;
      left: 10px; }

  /* line 895, _articles.scss */
  .articles-slider .icon {
    display: none; }

  /* line 900, _articles.scss */
  .recent-publications-list {
    margin-top: 0; }

  /* line 904, _articles.scss */
  .recent-publications-list--item,
  .recent-publications-list--item:nth-of-type(2),
  .recent-publications-list--item:nth-of-type(3) {
    flex: calc(100% - 17px);
    max-width: 100%;
    margin-top: 40px;
    text-align: center; } }
/*** Fonts ***/
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100Italic.woff2") format("woff2"), url("MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("MuseoCyrl-500.woff2") format("woff2"), url("MuseoCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700Italic.woff2") format("woff2"), url("MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300Italic.woff2") format("woff2"), url("MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff2") format("woff2"), url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff2") format("woff2"), url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500Italic.woff2") format("woff2"), url("MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff2") format("woff2"), url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff2") format("woff2"), url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900Italic.woff2") format("woff2"), url("MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
/*** Colors ***/
/* line 145, _var.scss */
.color-red {
  color: #e30613;
  fill: #e30613; }

/* line 5, cart.scss */
.cart-block-wrap .product-list-similar-wrap {
  max-width: 100%;
  margin: 120px auto 0; }
  /* line 9, cart.scss */
  .cart-block-wrap .product-list-similar-wrap .title-wrap {
    padding-left: 30px; }

/* line 15, cart.scss */
.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  /* line 20, cart.scss */
  .cart .page_layout-clear {
    width: 100%; }
  /* line 24, cart.scss */
  .cart .column {
    flex: 1;
    max-width: 580px; }
    /* line 28, cart.scss */
    .cart .column:first-child {
      max-width: 720px;
      padding-right: 20px; }
      /* line 32, cart.scss */
      .cart .column:first-child .top-block {
        display: none; }
  /* line 38, cart.scss */
  .cart .clear-basket {
    display: flex;
    align-items: center; }
    /* line 42, cart.scss */
    .cart .clear-basket .icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      background: #f4f4f4;
      border-radius: 50%; }
      /* line 53, cart.scss */
      .cart .clear-basket .icon::before, .cart .clear-basket .icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: 5px 0 0 -2px;
        transform: rotate(45deg) translate(-50%, -50%);
        background: #000000;
        transition: .3s; }
      /* line 67, cart.scss */
      .cart .clear-basket .icon::after {
        top: calc(50% - 10px);
        left: calc(50% + 1px);
        transform: rotate(-45deg) translate(-50%, -50%); }
    /* line 74, cart.scss */
    .cart .clear-basket .text {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 12px;
      line-height: 14px;
      color: #000000;
      text-transform: uppercase; }
  /* line 83, cart.scss */
  .cart .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  /* line 89, cart.scss */
  .cart .delivery-block {
    display: flex;
    align-items: center;
    margin-top: 36px;
    padding: 17px 54px 17px 50px;
    border: 3px solid #e30613;
    border-radius: 0 0 10px 10px; }
    /* line 97, cart.scss */
    .cart .delivery-block .text {
      flex: 1;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px;
      line-height: 17px; }
    /* line 103, cart.scss */
    .cart .delivery-block .icon {
      flex: 1;
      width: 58px;
      max-width: 58px;
      height: 67px;
      margin-left: 40px; }
      /* line 110, cart.scss */
      .cart .delivery-block .icon svg {
        width: 100%;
        height: 100%; }
  /* line 118, cart.scss */
  .cart .advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #ECECEC; }
    /* line 126, cart.scss */
    .cart .advantages-list--item {
      padding: 20px 60px 0;
      text-align: center; }
    /* line 131, cart.scss */
    .cart .advantages-list .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      margin: 0 auto; }
    /* line 140, cart.scss */
    .cart .advantages-list .text {
      max-width: 130px;
      margin: 15px auto 0;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 16px;
      line-height: 19px; }

/* line 150, cart.scss */
.cart-list {
  margin-top: 25px; }
  /* line 153, cart.scss */
  .cart-list--item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #000000; }
    /* line 161, cart.scss */
    .cart-list--item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
  /* line 168, cart.scss */
  .cart-list .image {
    flex: 1;
    max-width: 218px;
    margin-right: 22px; }
  /* line 174, cart.scss */
  .cart-list .info-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 180, cart.scss */
    .cart-list .info-block .left-block {
      padding-right: 15px; }
  /* line 185, cart.scss */
  .cart-list .title {
    display: block;
    max-width: 340px;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 16px;
    color: #000000; }
  /* line 193, cart.scss */
  .cart-list .properties {
    margin-top: 10px; }
    /* line 196, cart.scss */
    .cart-list .properties-row {
      display: flex; }
    /* line 200, cart.scss */
    .cart-list .properties .label {
      margin-right: 8px;
      padding-top: 3px;
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px; }
  /* line 208, cart.scss */
  .cart-list .quantity-wrap {
    margin-top: 5px; }
  /* line 212, cart.scss */
  .cart-list .cost-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 17px;
    font-size: 14px;
    white-space: nowrap; }
    /* line 220, cart.scss */
    .cart-list .cost-wrap .old-cost {
      margin-right: 12px;
      font-family: "Museo Sans Cyrl 300", sans-serif;
      font-size: 14px;
      color: #000000;
      text-decoration: line-through;
      opacity: .5; }
    /* line 229, cart.scss */
    .cart-list .cost-wrap .cost {
      font-family: "Museo Sans Cyrl 700", sans-serif;
      font-size: 14px;
      line-height: 17px; }
  /* line 236, cart.scss */
  .cart-list .button-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px; }
  /* line 242, cart.scss */
  .cart-list .delete {
    margin-right: 30px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    opacity: .3;
    cursor: pointer; }
  /* line 253, cart.scss */
  .cart-list .compare {
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    /* line 261, cart.scss */
    .cart-list .compare.compare-added svg {
      fill: #e30613; }
    /* line 266, cart.scss */
    .cart-list .compare svg {
      width: 100%;
      height: 100%; }

/* line 273, cart.scss */
.cart-total-wrap {
  position: sticky;
  top: 90px; }

/* line 278, cart.scss */
.cart-total {
  flex: 1;
  width: 100%;
  margin-top: 36px;
  padding: 35px 30px 45px;
  background: #e30613;
  color: #ffffff;
  border-radius: 0 0 10px 10px; }
  /* line 287, cart.scss */
  .cart-total--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px; }
    /* line 293, cart.scss */
    .cart-total--row:first-child {
      margin-top: 0; }
    /* line 297, cart.scss */
    .cart-total--row .value {
      text-align: right; }
  /* line 302, cart.scss */
  .cart-total .button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding-top: 40px;
    border-top: 3px solid #ffffff; }
  /* line 311, cart.scss */
  .cart-total .total {
    display: flex;
    align-items: center;
    font-family: "Museo Sans Cyrl 700", sans-serif; }
    /* line 316, cart.scss */
    .cart-total .total .label {
      margin-right: 35px;
      font-size: 14px;
      line-height: 17px; }
    /* line 322, cart.scss */
    .cart-total .total .sum {
      font-size: 36px;
      line-height: 43px; }

/* line 329, cart.scss */
.coupon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }
  /* line 335, cart.scss */
  .coupon .coupon-input {
    position: relative; }
    /* line 338, cart.scss */
    .coupon .coupon-input::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #ffffff;
      border-radius: 18px;
      opacity: .5; }
  /* line 351, cart.scss */
  .coupon input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 25px;
    background: none;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    letter-spacing: 0.235em;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 18px;
    opacity: 0.7; }
    /* line 366, cart.scss */
    .coupon input[type="text"]::placeholder {
      color: #ffffff; }
  /* line 371, cart.scss */
  .coupon .coupon-button {
    margin-left: 20px;
    padding: 0;
    background: none;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    cursor: pointer; }

/* line 388, cart.scss */
.payment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px -4px 0; }
  /* line 394, cart.scss */
  .payment-list--item {
    margin: 8px 4px 0; }

/*** Order ***/
/* line 402, cart.scss */
.co-sidebar {
  box-shadow: none;
  border-left: 1px solid #cdcdcd; }

/* line 407, cart.scss */
.co-section--checkout_content {
  max-height: none;
  margin: 0 -40px; }

/* line 412, cart.scss */
.co-checkout-block--padded {
  padding: 0 40px; }

/* line 416, cart.scss */
.co-title--h1 {
  font-size: 46px;
  line-height: normal; }

/* line 421, cart.scss */
.co-title--h2 {
  font-size: 1.7142rem; }

/* line 425, cart.scss */
.co-button--link,
.co-button--password_recover {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0; }
  /* line 431, cart.scss */
  .co-button--link:after,
  .co-button--password_recover:after {
    border-bottom: 1px solid #000000; }

/* line 436, cart.scss */
.co-social_login-box .co-input-description {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid; }
  /* line 444, cart.scss */
  .co-social_login-box .co-input-description:hover {
    border-color: #e30613; }
    /* line 447, cart.scss */
    .co-social_login-box .co-input-description:hover a {
      color: #e30613; }

/* line 453, cart.scss */
.co-input-field {
  text-transform: uppercase;
  border: 1px solid #cdcdcd; }

/* line 458, cart.scss */
.co-input-title {
  margin: 0;
  font-size: 16px; }

/* line 463, cart.scss */
.co-input-description {
  margin: 0;
  font-size: 14px; }

/* line 468, cart.scss */
.co-toggable_field-information {
  padding: 0; }

/* line 474, cart.scss */
.co-toggable_field--bordered .co-toggable_field-title,
.co-toggable_field--bordered .co-toggable_field-description {
  margin: 0; }
/* line 479, cart.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0; }

/* line 484, cart.scss */
textarea.co-input-field {
  height: 92px; }

/* line 488, cart.scss */
.co-button--link:focus,
.co-button--link.picker-input--active,
.co-button--link:focus,
.co-button--link:hover,
.co-button--password_recover:focus,
.co-button--password_recover.picker-input--active,
.co-button--password_recover:hover,
.co-button--password_recover:focus,
.link:focus,
.link.picker-input--active,
.link:hover,
.co-link:focus,
.co-link.picker-input--active,
.co-link:hover {
  color: #e30613; }

/* line 505, cart.scss */
.co-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 74px;
  padding: 5px 0 20px;
  background: url("btn.png");
  background-size: cover;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase; }
  /* line 519, cart.scss */
  .co-button:hover, .co-button:focus {
    background: url("btn.png");
    box-shadow: none;
    opacity: .7; }

/* line 527, cart.scss */
.co-toggable_field-input input + span {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0 12px 0 0;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer; }
  /* line 538, cart.scss */
  .co-toggable_field-input input + span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #e30613;
    border-radius: 50%;
    opacity: 0; }

/* line 552, cart.scss */
.co-toggable_field {
  border: 0; }

/* line 556, cart.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input.picker-input--active + span,
.co-toggable_field-input--radio input:checked + span {
  box-shadow: none; }
  /* line 561, cart.scss */
  .co-toggable_field-input--radio input:focus + span::before,
  .co-toggable_field-input--radio input.picker-input--active + span::before,
  .co-toggable_field-input--radio input:checked + span::before {
    opacity: 1; }

/* line 568, cart.scss */
.co-input--checkbox .co-toggable_field-input input + span {
  border-radius: 2px; }
  /* line 571, cart.scss */
  .co-input--checkbox .co-toggable_field-input input + span::before, .co-input--checkbox .co-toggable_field-input input + span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 2px;
    margin: 1px 0 0 -3px;
    background: #ffffff;
    border-radius: 4px;
    opacity: 0; }
  /* line 586, cart.scss */
  .co-input--checkbox .co-toggable_field-input input + span:after {
    width: 10px;
    margin: -1px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg); }
/* line 593, cart.scss */
.co-input--checkbox .co-toggable_field-input input:focus + span,
.co-input--checkbox .co-toggable_field-input input.picker-input--active + span,
.co-input--checkbox .co-toggable_field-input input:checked + span {
  background: #e30613;
  border-color: #e30613;
  box-shadow: none; }
  /* line 600, cart.scss */
  .co-input--checkbox .co-toggable_field-input input:focus + span::before, .co-input--checkbox .co-toggable_field-input input:focus + span::after,
  .co-input--checkbox .co-toggable_field-input input.picker-input--active + span::before,
  .co-input--checkbox .co-toggable_field-input input.picker-input--active + span::after,
  .co-input--checkbox .co-toggable_field-input input:checked + span::before,
  .co-input--checkbox .co-toggable_field-input input:checked + span::after {
    opacity: 1; }

/* line 608, cart.scss */
.co-price--current {
  font-weight: normal; }

/*** Modal ***/
/* line 615, cart.scss */
.co-overlay--show {
  background: #000000;
  backdrop-filter: blur(20px);
  opacity: .4; }

/* line 621, cart.scss */
.co-modal-wrapper {
  padding: 30px 50px; }
  /* line 624, cart.scss */
  .co-modal-wrapper .co-title--h2 {
    font-size: 36px;
    line-height: 43px; }

/* line 630, cart.scss */
.co-modal {
  overflow: visible; }

/* line 634, cart.scss */
.co-modal-close {
  padding: 0;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #e30613;
  border-radius: 50%;
  cursor: pointer; }
  /* line 645, cart.scss */
  .co-modal-close:before, .co-modal-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: 11px;
    left: 4px;
    background: #ffffff;
    transform: rotate(45deg); }
  /* line 658, cart.scss */
  .co-modal-close:after {
    transform: rotate(-45deg); }

/* line 663, cart.scss */
.co-modal-login_form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  /* line 668, cart.scss */
  .co-modal-login_form .co-input {
    flex: 100%;
    width: 100%;
    margin: 0; }
  /* line 674, cart.scss */
  .co-modal-login_form .co-input + .co-input {
    margin: 0; }
  /* line 678, cart.scss */
  .co-modal-login_form .co-input-field {
    border: 0;
    padding: 0;
    border-bottom: 3px solid #cdcdcd; }
  /* line 684, cart.scss */
  .co-modal-login_form .co-button {
    margin: 20px auto 0; }

/*** Media ***/
@media (max-width: 1441px) {
  /* line 694, cart.scss */
  .cart-list {
    padding-right: 60px; }
    /* line 697, cart.scss */
    .cart-list .text-col {
      padding-left: 40px; }
    /* line 701, cart.scss */
    .cart-list .cost-col {
      padding-left: 20px; }
    /* line 705, cart.scss */
    .cart-list .quantity-col {
      padding-left: 40px; } }
@media (max-width: 1281px) {
  /* line 713, cart.scss */
  .cart {
    display: block; }
    /* line 716, cart.scss */
    .cart .column {
      margin: 0 auto; }
      /* line 719, cart.scss */
      .cart .column .top-block {
        display: none; }
      /* line 723, cart.scss */
      .cart .column:first-child {
        max-width: 100%;
        padding-right: 0; }
        /* line 727, cart.scss */
        .cart .column:first-child .top-block {
          display: flex;
          margin-top: 20px; }

  /* line 735, cart.scss */
  .cart-total {
    margin-top: 40px; }

  /* line 739, cart.scss */
  .cart-list {
    padding-right: 0; }
    /* line 742, cart.scss */
    .cart-list .image {
      max-width: 150px; }
    /* line 748, cart.scss */
    .cart-list .info-block .left-block {
      flex: 75%; }
    /* line 752, cart.scss */
    .cart-list .info-block .right-block {
      flex: 25%; }
    /* line 757, cart.scss */
    .cart-list .title {
      max-width: 100%; } }
@media (max-width: 1025px) {
  /* line 767, cart.scss */
  .cart .advantages-list {
    margin-top: 60px;
    padding-top: 20px; }

  /* line 777, cart.scss */
  .cart-block-wrap .product-list-similar-wrap .title-wrap {
    display: flex;
    align-items: center;
    width: 600px;
    padding: 0 0 0 10px; }
    /* line 783, cart.scss */
    .cart-block-wrap .product-list-similar-wrap .title-wrap .title {
      margin-top: -8px; } }
@media (max-width: 769px) {
  /* line 795, cart.scss */
  .cart-list--item {
    display: block; }
  /* line 799, cart.scss */
  .cart-list .image {
    max-width: 250px;
    margin: 0; }

  /* line 807, cart.scss */
  .cart-total .button-wrap {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px; }
    /* line 812, cart.scss */
    .cart-total .button-wrap .btn {
      margin-top: 20px; }

  /*** 768 ***/
  /* line 821, cart.scss */
  .co-title--h1 {
    font-size: 40px;
    line-height: 110%; }

  /* line 826, cart.scss */
  .co-title--h1 {
    font-size: 40px;
    line-height: 110%; }

  /* line 831, cart.scss */
  .co-title--h2 {
    font-size: 25px;
    line-height: 30px; }

  /* line 836, cart.scss */
  .mobile .co-modal--fixed {
    top: 50%;
    left: 50%;
    min-width: 320px;
    height: auto;
    transform: translate(-50%, -50%); }

  /* line 844, cart.scss */
  .co-sidebar-toggler {
    background: #e30613;
    color: #ffffff;
    box-shadow: none; }
    /* line 849, cart.scss */
    .co-sidebar-toggler:focus, .co-sidebar-toggler.picker-input--active, .co-sidebar-toggler:hover {
      background: #e30613; }

  /* line 856, cart.scss */
  .co-sidebar-toggler--opend {
    background: #e30613; }

  /* line 860, cart.scss */
  .co-section--checkout_content {
    margin: 0 -15px; }

  /* line 864, cart.scss */
  .co-checkout-block--padded {
    padding: 0 15px; }

  /* line 868, cart.scss */
  .co-sidebar-wrapper {
    margin-bottom: 40px; }

  /* line 872, cart.scss */
  .co-modal-close {
    top: 20px;
    right: 20px; }

  /* line 877, cart.scss */
  .co-modal-wrapper {
    padding: 20px; }
    /* line 880, cart.scss */
    .co-modal-wrapper .co-title--h2 {
      padding-right: 30px;
      font-size: 30px;
      line-height: 36px; } }
@media (max-width: 561px) {
  /* line 892, cart.scss */
  .cart-block-wrap .product-list-similar-wrap {
    max-width: none;
    margin: 60px -15px 0; }
    /* line 896, cart.scss */
    .cart-block-wrap .product-list-similar-wrap .title-wrap {
      width: 100%;
      height: auto;
      padding: 10px 10px 30px;
      white-space: normal;
      background-size: cover;
      background-position: left; }
      /* line 904, cart.scss */
      .cart-block-wrap .product-list-similar-wrap .title-wrap .title {
        width: 100%;
        margin-top: 0;
        text-align: center; }
  /* line 912, cart.scss */
  .cart-block-wrap .product-list-similar {
    padding: 0 5px; }

  /* line 919, cart.scss */
  .cart .delivery-block {
    padding: 20px; }
  /* line 923, cart.scss */
  .cart .advantages-list {
    margin-top: 40px; }
    /* line 926, cart.scss */
    .cart .advantages-list--item {
      padding: 20px 10px 0; }

  /* line 934, cart.scss */
  .cart-list .image {
    max-width: 150px; }
  /* line 938, cart.scss */
  .cart-list .info-block {
    display: block; }
  /* line 942, cart.scss */
  .cart-list .cost-wrap {
    justify-content: flex-start; }
    /* line 945, cart.scss */
    .cart-list .cost-wrap .cost {
      font-size: 18px;
      line-height: 22px; }

  /* line 952, cart.scss */
  .cart-total {
    margin-top: 20px;
    padding: 20px; }
    /* line 956, cart.scss */
    .cart-total--row {
      flex-direction: column;
      margin-top: 15px; }
      /* line 960, cart.scss */
      .cart-total--row .value {
        margin-top: 5px; }
    /* line 965, cart.scss */
    .cart-total .coupon {
      flex-direction: column;
      align-items: center; }
      /* line 969, cart.scss */
      .cart-total .coupon-button {
        margin: 10px 0 0; }
    /* line 974, cart.scss */
    .cart-total .total {
      flex-direction: column; }
      /* line 977, cart.scss */
      .cart-total .total .label {
        margin: 0 0 10px; }
      /* line 981, cart.scss */
      .cart-total .total .sum {
        font-size: 30px;
        line-height: 40px; } }
/*** Fonts ***/
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100Italic.woff2") format("woff2"), url("MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Cyrl 500';
  src: url("MuseoCyrl-500.woff2") format("woff2"), url("MuseoCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700Italic.woff2") format("woff2"), url("MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300Italic.woff2") format("woff2"), url("MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff2") format("woff2"), url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff2") format("woff2"), url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500Italic.woff2") format("woff2"), url("MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff2") format("woff2"), url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff2") format("woff2"), url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900Italic.woff2") format("woff2"), url("MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
/*** Colors ***/
/* line 145, _var.scss */
.color-red {
  color: #e30613;
  fill: #e30613; }

/******************************************************************/
@media (max-width: 1601px) {
  /*** 1600 ***/
  /* line 9, media.scss */
  .history-slider--title {
    padding-right: 190px;
    font-size: 80px;
    line-height: 85px; }

  /* line 17, media.scss */
  .history-slider .slick-track {
    padding-top: 128px; }
    /* line 20, media.scss */
    .history-slider .slick-track::before {
      background-size: 146%; }
  /* line 25, media.scss */
  .history-slider .title {
    font-size: 50px;
    line-height: 70px; }
  /* line 30, media.scss */
  .history-slider .description {
    font-size: 20px;
    line-height: 25px; }
  /* line 35, media.scss */
  .history-slider .image {
    max-width: 200px;
    margin-top: 20px; }

  /* line 43, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(55% + 10px); } }
@media (max-width: 1601px) and (max-height: 1000px) {
  /* line 49, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(50% - 35px); } }

/******************************************************************/
@media (max-width: 1441px) {
  /* line 60, media.scss */
  .dark-bg {
    margin-top: 60px; }

  /* line 66, media.scss */
  .column-wrap .column.sidebar + .column {
    padding-left: 20px; }
  /* line 70, media.scss */
  .column-wrap .collections-head {
    padding: 24px !important; }

  /*** 1440 ***/
  /* line 80, media.scss */
  .about-block-wrap .footer .wrap {
    padding: 0 40px 30px; }

  /* line 87, media.scss */
  .about-block .description {
    font-size: 20px;
    line-height: 27px; }
  /* line 92, media.scss */
  .about-block .advantages-list {
    margin-top: 60px; }

  /*** 1440 ***/
  /* line 102, media.scss */
  .slider-history-bg-wrap .footer .wrap {
    padding: 0 40px 30px; }

  /* line 109, media.scss */
  .slider-history-bg .description {
    font-size: 20px; }
  /* line 113, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(55% + 30px); } }
@media (max-width: 1441px) and (max-height: 1000px) {
  /* line 119, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(51% + 30px); } }

@media (max-width: 1441px) {
  /*** 1440 ***/
  /* line 130, media.scss */
  .history-slider-wrap .footer .wrap {
    padding: 0 40px 30px; }

  /* line 135, media.scss */
  .history-slider {
    margin-top: 30px; }
    /* line 138, media.scss */
    .history-slider .slick-slide {
      padding-top: 40px; }
    /* line 142, media.scss */
    .history-slider .slick-current {
      padding-top: 0; }
    /* line 146, media.scss */
    .history-slider .title {
      font-size: 45px;
      line-height: 40px; }
    /* line 151, media.scss */
    .history-slider .description {
      margin-top: 15px; }

  /*** 1440 ***/
  /* line 159, media.scss */
  .categories-list {
    margin-top: 60px; }

  /*** 1440 ***/
  /* line 168, media.scss */
  .collections-wrap .footer {
    margin-top: 30px; }
    /* line 171, media.scss */
    .collections-wrap .footer .wrap {
      padding: 0 40px; }

  /*** 1440 ***/
  /* line 182, media.scss */
  .map-search-wrap .footer .wrap {
    padding: 0 40px 30px; }

  /*** 1440 ***/
  /* line 194, media.scss */
  .contact-block-wrap .footer .wrap {
    padding: 30px 40px; } }
/******************************************************************/
@media (max-width: 1281px) {
  /* line 205, media.scss */
  h1,
  .h1 {
    font-size: 70px;
    line-height: 70px; }

  /* line 213, media.scss */
  .categories-list .title {
    font-size: 14px;
    line-height: 18px; }

  /*** 1280 ***/
  /* line 224, media.scss */
  .about-block .image {
    padding-right: 60px; }
  /* line 228, media.scss */
  .about-block .description {
    margin-right: 40px;
    font-size: 20px; }

  /*** 1280 ***/
  /* line 237, media.scss */
  .history-slider--title {
    padding-right: 240px; }

  /*** 1280 ***/
  /* line 248, media.scss */
  .slider-history-bg-wrap .footer .wrap {
    padding-bottom: 30px; }

  /* line 256, media.scss */
  .slider-history-bg .image {
    max-width: 465px; }
  /* line 260, media.scss */
  .slider-history-bg .description {
    flex: 1;
    margin: 40px 60px 0;
    font-size: 20px; }
  /* line 266, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(47% + 85px); }

  /*** 1280 ***/
  /* line 274, media.scss */
  .contact-block-wrap {
    padding-top: 100px; }

  /* line 280, media.scss */
  .contact-info-list--item {
    font-size: 20px;
    line-height: 30px; } }
@media (min-width: 1025px) {
  /* line 289, media.scss */
  .column-wrap {
    display: flex;
    align-items: flex-start; }

  /* line 294, media.scss */
  .sidebar-sticky {
    position: sticky;
    top: 80px;
    will-change: top; } }
/******************************************************************/
@media (max-width: 1025px) {
  /* line 305, media.scss */
  body {
    overflow: hidden; }
    /* line 310, media.scss */
    body.noscroll #wrapper-scroll {
      z-index: 10; }

  /* line 320, media.scss */
  #wrapper-scroll {
    position: static;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff; }

  /* line 331, media.scss */
  .inner-scroll {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none; }

  /* line 356, media.scss */
  .page_layout .mCSB_scrollTools {
    width: 0; }
  /* line 360, media.scss */
  .page_layout .mCSB_inside > .mCSB_container {
    margin-right: 0; }

  /* line 365, media.scss */
  .section {
    height: auto; }

  /* line 369, media.scss */
  h1,
  .h1 {
    font-size: 65px;
    line-height: 120%; }

  /*** 1024 ***/
  /* line 378, media.scss */
  .column-wrap {
    display: block; }
    /* line 381, media.scss */
    .column-wrap .column {
      max-width: 100%;
      padding: 40px 0 0; }
      /* line 385, media.scss */
      .column-wrap .column:first-child {
        padding-top: 0; }
      /* line 389, media.scss */
      .column-wrap .column.sidebar {
        max-width: 100%; }
        /* line 392, media.scss */
        .column-wrap .column.sidebar .collections-head {
          margin-top: 20px; }
        /* line 396, media.scss */
        .column-wrap .column.sidebar + .column {
          padding-left: 0; }

  /*** 1024 ***/
  /* line 406, media.scss */
  .collections-wrap {
    padding-top: 40px; }

  /* line 410, media.scss */
  .collections-head {
    max-width: 300px; }

  /*** 1024 ***/
  /* line 419, media.scss */
  .info-page .column-wrap {
    display: flex;
    flex-direction: column-reverse; }

  /*** 1024 ***/
  /* line 430, media.scss */
  .about-block-wrap .footer {
    position: relative;
    margin-top: 40px; }
    /* line 434, media.scss */
    .about-block-wrap .footer .wrap {
      padding-bottom: 0; }

  /* line 440, media.scss */
  .about-block {
    padding: 60px 0 0; }
    /* line 443, media.scss */
    .about-block .image {
      padding-right: 40px; }
    /* line 447, media.scss */
    .about-block .advantages-list {
      margin-top: 60px; }
      /* line 450, media.scss */
      .about-block .advantages-list--item {
        padding: 20px 40px 0; }

  /* line 456, media.scss */
  .about-wrap {
    padding: 60px 0 0; }

  /* line 462, media.scss */
  .about-block-slider-wrap .video-btn {
    left: 0; }

  /* line 469, media.scss */
  .about-block-slider .swiper-buttons {
    left: calc(47% + 5px); }

  /*** 1024 ***/
  /* line 477, media.scss */
  .categories-list {
    margin-top: 60px; }
    /* line 480, media.scss */
    .categories-list--item {
      max-width: 50%; }
    /* line 484, media.scss */
    .categories-list .video-btn {
      right: 20px; }

  /*** 1024 ***/
  /* line 494, media.scss */
  .slider-history-bg .wrap {
    padding: 75px 0 0; }
  /* line 498, media.scss */
  .slider-history-bg .description {
    max-width: 100%;
    max-height: none;
    margin: 40px 40px 0; }
  /* line 504, media.scss */
  .slider-history-bg .swiper-buttons {
    left: calc(64% - 10px); }

  /*** 1024 ***/
  /* line 512, media.scss */
  .categories-wrap {
    padding-top: 60px;
    overflow: hidden; }

  /*** 1024 ***/
  /* line 520, media.scss */
  .history-slider-wrap {
    padding: 60px 0 0; }
    /* line 523, media.scss */
    .history-slider-wrap .swiper-buttons {
      top: 170px; }
    /* line 527, media.scss */
    .history-slider-wrap .line {
      margin-top: 100px; }
    /* line 531, media.scss */
    .history-slider-wrap .footer {
      margin-top: 30px; }
      /* line 534, media.scss */
      .history-slider-wrap .footer .wrap {
        padding-bottom: 0; }

  /* line 540, media.scss */
  .history-slider--title {
    padding-right: 0;
    text-align: center; }

  /* line 545, media.scss */
  .history-slider {
    margin-top: 50px;
    padding-bottom: 0; }
    /* line 549, media.scss */
    .history-slider .slick-track {
      padding-top: 140px; }
      /* line 552, media.scss */
      .history-slider .slick-track::before {
        top: 30px;
        height: 115px; }
    /* line 558, media.scss */
    .history-slider .title {
      font-size: 45px;
      line-height: 64px; }
    /* line 563, media.scss */
    .history-slider .description {
      font-size: 16px;
      line-height: 20px; }
    /* line 568, media.scss */
    .history-slider .image {
      max-width: 200px; }

  /*** 1024 ***/
  /* line 576, media.scss */
  .slider-history-bg-wrap {
    padding: 60px 0; }

  /*** 1024 ***/
  /* line 583, media.scss */
  .contact-block-wrap {
    padding-top: 60px; }

  /* line 589, media.scss */
  .contact-info-list--item {
    font-size: 18px;
    line-height: 31px; }

  /*** 1024 ***/
  /* line 598, media.scss */
  .map-search-wrap {
    display: block;
    height: auto;
    padding-top: 60px; }
    /* line 603, media.scss */
    .map-search-wrap .footer {
      position: relative;
      margin-top: 30px; }
      /* line 607, media.scss */
      .map-search-wrap .footer .wrap {
        padding-bottom: 0; }

  /* line 613, media.scss */
  #map {
    height: 250px;
    min-height: 0;
    margin-top: 40px; }

  /* line 619, media.scss */
  .collections-block {
    flex-direction: column; }
    /* line 622, media.scss */
    .collections-block .loader {
      position: absolute;
      top: 64px;
      left: 0;
      width: 100%;
      height: 364px; }

  /* line 632, media.scss */
  .collections-head.desktop-only {
    display: none; }

  /* line 638, media.scss */
  .collections-dropdown.mobile-only {
    display: block; }

  /* line 643, media.scss */
  .catalog-btn-mobile {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    transition: opacity 0.25s ease, visibility 0.25s ease; }
    /* line 651, media.scss */
    .catalog-btn-mobile.is-hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; } }
/******************************************************************/
@media (max-width: 769px) {
  /* line 663, media.scss */
  h2,
  .h2 {
    font-size: 35px;
    line-height: 40px; }

  /* line 669, media.scss */
  h3,
  .h3 {
    font-size: 25px;
    line-height: 30px; }

  /* line 675, media.scss */
  .mt-t-26 {
    margin-top: 26px !important; }

  /* line 679, media.scss */
  .search-wrap {
    margin-right: 0; }

  /* line 683, media.scss */
  .page-wrap {
    padding-top: 138px; }

  /* line 687, media.scss */
  .container-block,
  .content-block {
    padding: 0 15px; }

  /* line 692, media.scss */
  .tabs-body {
    margin-top: 20px; }

  /* line 698, media.scss */
  .feedback-modal .modal {
    padding: 40px; }

  /* line 708, media.scss */
  .sl-wrapper .sl-navigation button.sl-next,
  .sl-wrapper .sl-navigation button.sl-prev {
    width: 30px; }

  /*** 768 ***/
  /* line 722, media.scss */
  .about-block-wrap .footer .wrap {
    padding: 0 15px; }

  /* line 728, media.scss */
  .about-block {
    overflow: hidden; }
    /* line 731, media.scss */
    .about-block .video-btn {
      position: absolute;
      top: 0;
      left: auto;
      right: 10px;
      transform: translateX(0); }
    /* line 739, media.scss */
    .about-block .description-wrap {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding-top: 100px; }
    /* line 747, media.scss */
    .about-block .wrap {
      flex-direction: column-reverse; }
    /* line 751, media.scss */
    .about-block .image {
      padding-right: 0;
      text-align: center; }
      /* line 755, media.scss */
      .about-block .image img {
        max-height: 250px; }
    /* line 760, media.scss */
    .about-block .description {
      max-width: 100%;
      margin: 15px 0 0;
      max-height: none; }
    /* line 766, media.scss */
    .about-block .icon {
      margin: 0 auto; }
    /* line 770, media.scss */
    .about-block .advantages-list {
      margin: 30px -15px 0; }
      /* line 773, media.scss */
      .about-block .advantages-list--item {
        padding: 20px 20px 0; }
    /* line 778, media.scss */
    .about-block.about-wrap {
      padding-top: 60px; }
      /* line 781, media.scss */
      .about-block.about-wrap .wrap {
        flex-direction: column; }
      /* line 785, media.scss */
      .about-block.about-wrap .video-btn {
        top: 45px;
        right: auto;
        left: 0;
        overflow: hidden; }
      /* line 792, media.scss */
      .about-block.about-wrap .description + .icon {
        display: none; }

  /* line 800, media.scss */
  .about-block-slider .swiper-buttons {
    left: 50%;
    right: auto;
    transform: translateX(-50%); }

  /*** 768 ***/
  /* line 810, media.scss */
  .categories-list {
    margin-top: 60px; }
    /* line 813, media.scss */
    .categories-list--item {
      height: 200px; }

  /*** 768 ***/
  /* line 821, media.scss */
  .collections-block {
    display: block; }
    /* line 824, media.scss */
    .collections-block .loader {
      position: absolute;
      top: 64px;
      left: 0;
      width: 100%;
      height: 364px; }

  /* line 833, media.scss */
  .collections-head {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 12px; }
    /* line 839, media.scss */
    .collections-head--item {
      max-width: 100%; }
      /* line 842, media.scss */
      .collections-head--item::before {
        width: 343px;
        background-position: left; }

  /* line 849, media.scss */
  .collections-body {
    margin-top: 10px; }
    /* line 854, media.scss */
    .collections-body .product-slider .slick-list {
      overflow: visible !important; }

  /*** 768 ***/
  /* line 863, media.scss */
  .slider-history-bg-wrap {
    padding: 60px 0; }
    /* line 866, media.scss */
    .slider-history-bg-wrap .footer {
      margin-top: 50px; }
      /* line 869, media.scss */
      .slider-history-bg-wrap .footer .wrap {
        padding: 0 15px; }

  /* line 877, media.scss */
  .slider-history-bg .wrap {
    display: block; }
  /* line 881, media.scss */
  .slider-history-bg .image {
    max-width: 300px;
    margin: 0 auto; }
  /* line 886, media.scss */
  .slider-history-bg .description {
    margin: 20px 0 0;
    padding-left: 0;
    text-align: center; }
  /* line 892, media.scss */
  .slider-history-bg .swiper-buttons {
    left: 50%;
    right: auto;
    transform: translateX(-50%); }

  /*** 768 ***/
  /* line 904, media.scss */
  .history-slider-wrap .swiper-buttons {
    top: 260px;
    left: 50%;
    right: auto;
    transform: translateX(-50%); }
  /* line 913, media.scss */
  .history-slider-wrap .footer .wrap {
    padding: 0 15px; }

  /*** 768 ***/
  /* line 922, media.scss */
  .map-search-wrap {
    padding-top: 60px; }

  /*** 768 ***/
  /* line 929, media.scss */
  .contact-block-wrap {
    padding-top: 60px; }
    /* line 932, media.scss */
    .contact-block-wrap .custom-scroll {
      max-height: none; } }
/******************************************************************/
@media (max-width: 601px) {
  /* line 942, media.scss */
  .m-modal {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0; }
    /* line 950, media.scss */
    .m-modal-wrapper {
      position: relative;
      padding: 40px 20px;
      max-height: 100vh; }
    /* line 956, media.scss */
    .m-modal-close {
      top: 10px;
      right: 10px; } }
/******************************************************************/
@media (max-width: 561px) {
  /* line 967, media.scss */
  h1,
  .h1 {
    font-size: 28px;
    line-height: 100%; }

  /* line 974, media.scss */
  .breadcrumb {
    display: -webkit-box;
    margin-left: -10px; }
    /* line 978, media.scss */
    .breadcrumb-item {
      margin-left: 10px;
      line-height: 22px; }
      /* line 982, media.scss */
      .breadcrumb-item:first-child {
        margin-left: 10px;
        padding-left: 20px; }
        /* line 986, media.scss */
        .breadcrumb-item:first-child::before {
          display: block; }

  /* line 996, media.scss */
  .form .row {
    margin-top: 20px; }
    /* line 999, media.scss */
    .form .row:first-child {
      margin-top: 0; }
  /* line 1004, media.scss */
  .form .col {
    margin-top: 20px; }
    /* line 1007, media.scss */
    .form .col:first-child {
      margin-top: 0; }

  /*** 560 ***/
  /* line 1018, media.scss */
  .feedback-modal .logo {
    max-height: 158px;
    padding: 20px; }
    /* line 1022, media.scss */
    .feedback-modal .logo img {
      display: block;
      margin: 0 auto; }
  /* line 1028, media.scss */
  .feedback-modal .modal {
    padding: 20px; }
    /* line 1031, media.scss */
    .feedback-modal .modal .title {
      font-size: 28px;
      line-height: 100%; }
    /* line 1038, media.scss */
    .feedback-modal .modal .form .radio-wrap {
      flex-direction: column;
      align-items: flex-start; }
      /* line 1042, media.scss */
      .feedback-modal .modal .form .radio-wrap .radio {
        margin-top: 5px; }
        /* line 1045, media.scss */
        .feedback-modal .modal .form .radio-wrap .radio:first-child {
          margin-top: 0; }

  /*** 560 ***/
  /* line 1059, media.scss */
  .info-page .detail-page--content {
    margin-top: 0; }
    /* line 1062, media.scss */
    .info-page .detail-page--content p {
      font-size: 16px; }

  /*** 560 ***/
  /* line 1069, media.scss */
  .collections-wrap {
    padding-bottom: 60px; }

  /*** 560 ***/
  /* line 1076, media.scss */
  .about-block {
    padding-top: 0;
    overflow: visible; }
    /* line 1080, media.scss */
    .about-block.about-wrap {
      overflow: hidden; }
      /* line 1083, media.scss */
      .about-block.about-wrap .description-wrap {
        margin-top: 45px;
        padding-top: 0; }
    /* line 1089, media.scss */
    .about-block .video-btn {
      left: auto;
      right: 10px;
      transform: translateX(0); }
    /* line 1095, media.scss */
    .about-block .title {
      display: none; }
    /* line 1099, media.scss */
    .about-block .description-wrap {
      margin-top: -65px;
      padding-top: 95px; }
    /* line 1104, media.scss */
    .about-block .description {
      font-size: 16px;
      line-height: 26px;
      text-align: center; }
    /* line 1110, media.scss */
    .about-block .description-icon {
      position: relative;
      left: 10px;
      margin: 0; }

  /*** 560 ***/
  /* line 1120, media.scss */
  .history-slider-wrap .swiper-buttons {
    top: 135px; }

  /* line 1126, media.scss */
  .history-slider .title {
    font-size: 40px;
    line-height: 40px; }
  /* line 1131, media.scss */
  .history-slider .image {
    max-width: 150px; }

  /*** 560 ***/
  /* line 1141, media.scss */
  .slider-history-bg .description {
    font-size: 16px;
    line-height: 26px; }

  /*** 560 ***/
  /* line 1150, media.scss */
  .contact-block {
    display: block;
    padding-bottom: 40px; }

  /* line 1155, media.scss */
  .contact-info-list {
    margin-right: 0;
    text-align: left; }

  /*** 560 ***/
  /* line 1163, media.scss */
  .map-search--input {
    flex-direction: column; }
    /* line 1166, media.scss */
    .map-search--input .btn {
      width: 100%;
      max-width: 212px;
      margin: 20px auto 0; }

  /*** 560 ***/
  /* line 1176, media.scss */
  .categories-list {
    margin-top: 30px; }
    /* line 1179, media.scss */
    .categories-list--item {
      max-width: 100%; }
    /* line 1183, media.scss */
    .categories-list .info {
      flex-wrap: wrap; }
    /* line 1187, media.scss */
    .categories-list .title {
      flex: 100%;
      order: 1;
      padding-bottom: 5px; }
    /* line 1193, media.scss */
    .categories-list .products-count {
      flex: 50%;
      order: 2; }
    /* line 1198, media.scss */
    .categories-list .posts-count {
      flex: 50%;
      order: 3; }

  /*** 560 ***/
  /* line 1209, media.scss */
  .collections-body .product-slider-buttons {
    top: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%); }
  /* line 1218, media.scss */
  .collections-body .product--item .image {
    padding-bottom: 50%; }

  /* line 1227, media.scss */
  .contact-form .btn {
    margin: 22px auto 0; }

  /*** 560 ***/
  /* line 1239, media.scss */
  .collections-head--item::before {
    height: 30px;
    background-position: left 5px; }
  /* line 1244, media.scss */
  .collections-head--item:after {
    display: none; }

  /*** 560 ***/
  /* line 1251, media.scss */
  .pagination {
    margin-top: 0; } }
/* line 1, custom.scss */
.categories-wrap--693833 {
  padding: 195px 0 0;
  justify-content: unset; }

@media (max-width: 1025px) {
  /* line 7, custom.scss */
  .categories-wrap--693833 {
    padding: 60px 0 0; } }
