@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* ANIMATIONS */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Black.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-selection--single.select_second {
  background: transparent;
}

.select2-container .select2-selection--single.select_second .select2-selection__arrow b {
  background: #fff;
  -webkit-mask: url("../svg_icons/arrow_down.svg") no-repeat 100% 100%/contain;
  mask: url("../svg_icons/arrow_down.svg") no-repeat 100% 100%/contain;
}

.select2-container .select2-selection--single.select_second .select2-selection__placeholder {
  color: #fff;
}

.select2-container .select2-selection--single.select_second .select2-selection__rendered {
  color: currentColor;
}

.select2-container .select2-dropdown.dropdown_second .dropdown-result__address {
  color: #868686;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option:not(:first-child) {
  border-top: 0.1rem solid #cacaca;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-results__option--selected,
.select2-results__option--highlighted {
  background-color: rgba(202, 202, 202, 0.5);
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #363636;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #868686;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("../svg_icons/arrow_down.svg") no-repeat 50%/contain;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (hover: hover) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
  }
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 22.7rem;
  overflow-y: auto;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #9a9a9a;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
  border-radius: 8px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #cacaca;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #cacaca;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 8px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #cacaca;
  border-radius: 8px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #cacaca;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 452px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-size: 62.5%;
  scroll-behavior: auto;
}

body {
  color: #363636;
  font-family: Manrope, sans-serif;
  line-height: 1.5;
  -webkit-overflow-scrolling: auto;
}

body.is-mobile-nav-open, body.is-catalog-nav-open {
  overflow: hidden !important;
  height: 100% !important;
}

body.is-panel-open {
  width: 100%;
  overflow: hidden;
}

body.is-panel-open:after {
  background: #0b0b0b;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

a {
  color: #363636;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

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

input {
  border-radius: 0;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.truncate, input {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(152rem + 5.2rem);
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: calc(128rem + 5.2rem);
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.container--md {
  max-width: calc(90rem + 5.2rem);
}

.container__slider-config {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .container__slider-config {
    padding: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .container__slider-config {
    max-height: 86rem;
  }
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
  min-height: calc(100 * var(--vh, 1vh));
  overflow-x: hidden;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.show-tablet {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}

.show-x-small {
  display: none !important;
}

.show-x-small-flex {
  display: none !important;
}

@media only screen and (max-width: 419px) {
  .show-x-small {
    display: block !important;
  }
}

@media only screen and (max-width: 419px) {
  .show-x-small-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 419px) {
  .hide-x-small {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-full {
    width: 100%;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 9rem;
}

@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
}

h2,
.h2 {
  font-size: 6rem;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3.4rem;
  }
}

.h2 {
  font-family: 'Manrope', sans-serif;
}

h3,
.h3 {
  font-size: 3rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.btn {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9f9;
  border-radius: 0.4rem;
  border: 0.1rem solid #ebebeb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  padding: 1.5rem 2rem 1.7rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  white-space: nowrap;
}

@media (hover: hover) {
  .btn:hover {
    background-color: #ececec;
    border-color: #dedede;
  }
}

.btn_colored {
  position: relative;
  background-color: #fff200;
  border-color: #fff200;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.btn_colored span {
  z-index: 10;
}

.btn_colored::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .btn_colored:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-color: #fff200;
  }
  .btn_colored:hover::before {
    opacity: 1;
  }
}

.btn_black {
  background-color: #363636;
  color: #ffffff;
}

@media (hover: hover) {
  .btn_black:hover {
    background-color: #505050;
    border-color: #505050;
  }
}

.btn_full {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn_full-mobile {
    width: 100%;
  }
}

.select {
  outline: none;
}

.nobr {
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.overlay--show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.site-content div.g-recaptcha {
  visibility: hidden;
}

.section--info-slider.container {
  margin-top: 2.7rem;
}

@media only screen and (max-width: 1024px) {
  .section--info-slider.container {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .section--info-slider.container {
    margin-top: 10.3rem;
  }
}

.footer-nav-list__link .mobile-site-nav__icon._external {
  height: 1.4rem;
  width: 1.4rem;
  position: relative;
  top: -4px;
}

.no-cover {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.swiper {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.swiper:not(.swiper-initialized) {
  opacity: 0 !important;
  pointer-events: none;
}

.lazy {
  opacity: 0;
  -webkit-transition: .3s ease-in-out .3s;
  -o-transition: .3s ease-in-out .3s;
  transition: .3s ease-in-out .3s;
}

.lazy.loaded {
  opacity: 1;
}

.lazy[data-ll-status="error"] {
  opacity: 1;
}

.swiper-lazy {
  opacity: 0;
  -webkit-transition: .3s ease-in-out .3s;
  -o-transition: .3s ease-in-out .3s;
  transition: .3s ease-in-out .3s;
}

.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

.SmartCaptcha-Shield {
  display: none !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .about-company .features__row {
    padding: 5rem 0;
  }
  .about-company .features__row:first-child {
    border-top: 1px solid #E4E4E4;
  }
  .about-company .features__row::last-child {
    border-bottom: 1px solid #E4E4E4;
  }
}

@media only screen and (max-width: 767px) {
  .about-company .features__row {
    padding: 3rem 0;
  }
}

.actions-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.4rem;
  margin-top: -2.4rem;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .actions-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -1.5rem;
  }
}

.actions-list__item {
  margin-right: 2.4rem;
  margin-top: 2.4rem;
  width: calc(100% / 3 - 2.4rem);
}

@media only screen and (max-width: 767px) {
  .actions-list__item {
    width: calc(100% - 2.4rem);
    margin-top: 1.5rem;
  }
}

.actions-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9f9 no-repeat 50% / cover;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.7rem 1.2rem;
  /*padding-right: 0;*/
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .actions-list__link {
    font-size: 1.6rem;
    padding: 1.9rem 3.2rem;
  }
}

@media (hover: hover) {
  .actions-list__link:hover {
    background-color: #363636;
    color: #fff;
    -webkit-box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.08);
  }
}

.actions-list__link_colored {
  position: relative;
  border-color: #fff200;
  background-color: #fff200;
}

.actions-list__link_colored span {
  z-index: 10;
  color: #363636;
}

.actions-list__link_colored::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-color: #fff200;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .actions-list__link_colored:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff200;
  }
  .actions-list__link_colored:hover::before {
    opacity: 1;
  }
}

.actions-list__link svg {
  margin-right: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
}

.address-list__distance {
  min-height: 21px;
}

@media only screen and (max-width: 767px) {
  .address-list .address-list__inner {
    overflow: hidden;
    -webkit-transition: max-height 3s;
    -o-transition: max-height 3s;
    transition: max-height 3s;
    will-change: max-height;
    height: auto;
  }
}

.address-list.is-expand .address-list__inner {
  max-height: 10000px;
}

@media only screen and (max-width: 767px) {
  .address-list.is-expand .address-list__inner .address-list__item {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .address-list.is-expand .address-list__item:nth-child(n+9) {
    display: block;
  }
}

.address-list.is-expand .address-list__footer {
  display: none;
}

.address-list.is-expand .address-list__inner {
  max-height: 10000rem;
}

@media only screen and (max-width: 1024px) {
  .address-list--tablet-scroll {
    overflow: auto;
    scrollbar-color: #fff200 #d6c2c2;
    scrollbar-width: thin;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
  .address-list--tablet-scroll::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
    margin-top: 3rem;
  }
  .address-list--tablet-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
  .address-list--tablet-scroll::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
  .address-list--tablet-scroll .address-list__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .address-list--tablet-scroll .address-list__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1024px) {
  .address-list--tablet-scroll .address-list__item {
    width: 45vw;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .address-list--tablet-scroll .address-list__item {
    width: 80vw;
  }
}

.address-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-transition: max-height .3s;
  -o-transition: max-height .3s;
  transition: max-height .3s;
  padding-bottom: 0.1rem;
}

@media only screen and (max-width: 1024px) {
  .address-list__inner {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .address-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .address-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.address-list__item-data {
  background: #f6f6f6;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.1rem solid #e4e4e4;
  cursor: pointer;
  padding: 2rem 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .address-list__item-data {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.address-list__item:hover .address-list__item-data {
  background-color: #FAFAFA;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.address-list__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.address-list__item.is-active .address-list__item-data {
  background-color: #363636;
}

@media only screen and (max-width: 767px) {
  .address-list__item.is-active .address-list__item-data {
    border-radius: 0.4rem 0.4rem 0 0;
    border: none;
  }
}

.address-list__item.is-active .address-list__item-data .address-list__address {
  color: #fff;
}

.address-list__item.is-active .address-list__item-data .address-list__data {
  color: #c8c8c8;
}

.address-list__item.is-active .address-list__item-data .address-list__transition-wrap.__btn-wrap {
  height: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .address-list__item.is-active .address-list__transition-wrap {
    height: 4.9rem;
  }
}

.address-list__address {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  max-width: 30rem;
}

.address-list__metro {
  margin: 0 10px 0 0;
}

.address-list__data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9a9a9a;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.address-list__icon-and-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-list__svg-wrap {
  /*width: 19px;*/
  height: 10px;
}

.address-list__transition-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /*margin-left: 0.8rem;
        margin-right: 0.8rem;
        width: calc(100% - 1.6rem);*/
}

.address-list__transition-wrap.__btn-wrap {
  /*margin-left: 0.8rem;
            margin-right: 0.8rem;*/
  width: 100%;
}

.address-list__transition-wrap.__btn-wrap .address-list__order-btn {
  border-radius: 0.4rem;
  width: 100%;
}

.address-list__transition-wrap > *:first-child {
  border-radius: 0 0 0 .4rem;
  border-right: none;
}

.address-list__transition-wrap > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.address-list__transition-wrap > *:last-child {
  border-radius: 0 0 .4rem 0;
}

.address-list__footer {
  display: none;
  margin-top: 3rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .address-list__footer {
    display: block;
  }
}

.address-list__show-btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: #363636;
  outline: none;
}

.address-list__order-btn {
  /*display: none;*/
  width: 50%;
  /*padding-top: 1.2rem;
        padding-bottom: 1.2rem;*/
  padding: 1.7rem 0;
  background-color: #fff;
  font-size: 1.4rem;
  color: #363636;
  text-decoration: none;
  border-top: none;
}

.address-list__order-btn.__salon-page {
  background: #ebebeb;
  color: #363636;
}

.address-list__order-btn.__popup {
  background: #fff200;
  color: #363636;
}

.apps-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apps-list__item:not(:first-child) {
  margin-left: 1.1rem;
}

.apps-list__link {
  display: block;
}

.apps-list__link svg {
  height: 100%;
  width: 100%;
}

.apps-list__link_app-store {
  height: 3.3rem;
  width: 10rem;
}

@media only screen and (max-width: 767px) {
  .apps-list__link_app-store {
    height: 5.1rem;
    width: auto;
  }
}

.apps-list__link_google-play {
  height: 3.4rem;
  width: 11.6rem;
}

@media only screen and (max-width: 767px) {
  .apps-list__link_google-play {
    height: 5rem;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .article-slider {
    margin-top: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .article-slider {
    width: calc(100% + 1.6rem);
    margin-top: 3rem;
  }
}

.article-slider__inner::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

.article-slider__inner::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.article-slider__inner::-webkit-scrollbar-thumb {
  background-color: #fff200;
}

.article-slider__inner:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .article-slider__inner {
    padding-right: 1.6rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .article-slider__inner::-webkit-scrollbar {
    display: none;
  }
}

.article-slider__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: none;
}

.article-slider__slide:not(:first-child) {
  margin-left: 3rem;
}

@media only screen and (max-width: 1024px) {
  .article-slider__slide:not(:first-child) {
    margin-left: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .article-slider__slide img {
    height: 16rem;
  }
}

@media only screen and (max-width: 767px) {
  .article-slider__slide:last-child {
    padding-right: 1.6rem;
  }
  .article-slider__slide img {
    height: 16.8rem;
  }
}

.article-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 3rem;
  outline: none;
  position: absolute;
  top: 0;
  z-index: 9;
}

.article-slider__arrow_prev {
  left: -3rem;
}

.article-slider__arrow_next {
  right: -3rem;
}

.article-slider__arrow svg {
  fill: #363636;
  width: 1.5rem;
  height: 1.5rem;
}

@media (hover: hover) {
  .article-slider__arrow svg:hover {
    fill: #5c5c5c;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment {
    margin-top: 5.5rem;
  }
}

.assortment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.assortment__content {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  max-width: 74rem;
}

.assortment__sidebar {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  width: 28rem;
}

@media only screen and (max-width: 1440px) {
  .assortment__sidebar {
    width: 24rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment__sidebar {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1.6rem;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment__sidebar {
    margin-left: 11.6rem;
  }
}

.assortment__title {
  color: #c8c8c8;
  font-size: 5.4rem;
  line-height: 1.2;
  margin: 0 0 0.925em;
  font-weight: 700;
}

@media only screen and (max-width: 1440px) {
  .assortment__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment__title {
    font-size: 2.5rem;
  }
}

.assortment__title span {
  color: #363636;
}

.assortment__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.assortment__arrow {
  fill: #363636;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2.2rem;
  margin-right: 6rem;
  width: 19rem;
}

@media only screen and (max-width: 1440px) {
  .assortment__arrow {
    margin-right: 12rem;
    width: 14rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment__arrow {
    margin-right: 7.7rem;
    width: 10.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment__arrow {
    margin-right: 1.4rem;
    width: 8.6rem;
  }
}

.assortment__text {
  color: #737373;
  font-size: 2rem;
}

@media only screen and (max-width: 1440px) {
  .assortment__text {
    font-size: 1.3rem;
    max-width: 32rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment__text {
    max-width: 41rem;
  }
}

.assortment__text p:first-child {
  margin-top: 0;
}

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

.assortment-extra-slider {
  width: 28rem;
  padding-bottom: 7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1440px) {
  .assortment-extra-slider {
    margin-top: 0;
    width: 24rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment-extra-slider {
    display: none;
  }
}

.assortment-extra-slider__slide {
  height: 38rem;
  outline: none;
}

@media only screen and (max-width: 1440px) {
  .assortment-extra-slider__slide {
    height: 33rem;
  }
}

.assortment-extra-slider__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.assortment-extra-slider__nav {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.assortment-extra-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  height: 2.2rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  outline: none;
  width: 2.2rem;
}

@media (hover: hover) {
  .assortment-extra-slider__arrow:hover svg {
    fill: #363636;
  }
}

.assortment-extra-slider__arrow svg {
  fill: #c5c5c5;
}

.assortment-extra-slider__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.2rem;
}

.assortment-extra-slider__data {
  color: #000;
}

.assortment-extra-slider__data span {
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .assortment-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin-top: -1rem;
  }
}

.assortment-list__item {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
  .assortment-list__item {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment-list__item {
    display: inline-block;
    margin-top: 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .assortment-list__item {
    margin-top: 1rem;
  }
}

.assortment-list__link {
  color: #c8c8c8;
  outline: none;
}

@media (hover: hover) {
  .assortment-list__link:hover {
    color: #363636;
  }
}

.assortment-main-slider {
  margin-right: 10.8rem;
  max-width: 113.2rem;
  min-width: 100rem;
  min-height: 0;
}

@media only screen and (max-width: 1440px) {
  .assortment-main-slider {
    max-width: 91rem;
    min-width: 0;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider {
    margin-right: 0;
    max-width: 100%;
    min-width: 100%;
  }
}

.assortment-main-slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: relative;
}

.assortment-main-slider__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .assortment-main-slider__img {
    /*height: 100%;
            width: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.assortment-main-slider__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.assortment-main-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  height: 2.2rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  outline: none;
  width: 2.2rem;
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__arrow {
    height: 3.2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment-main-slider__arrow {
    height: 2.3rem;
    width: 2.3rem;
  }
}

@media (hover: hover) {
  .assortment-main-slider__arrow:hover svg {
    fill: #363636;
  }
}

.assortment-main-slider__arrow svg {
  fill: #c5c5c5;
}

.assortment-main-slider__point {
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__footer {
    margin-top: 2.4rem;
  }
}

.assortment-main-slider__info {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.assortment-main-slider__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28rem;
  padding-top: 2rem;
  padding-bottom: 2.1rem;
}

@media only screen and (max-width: 1440px) {
  .assortment-main-slider__btn {
    width: 24rem;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__btn {
    width: 100%;
    position: static;
    margin-top: 3.2rem;
  }
}

.assortment-main-slider__data {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .assortment-main-slider__data {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .assortment-main-slider__data {
    font-weight: 300;
  }
}

.assortment-main-slider__data span {
  font-weight: 500;
}

.assortment-main-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.assortment-main-slider .slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 767px) {
  .assortment-main-slider .slick-slide {
    height: 54vw !important;
  }
}

@media only screen and (max-width: 1024px) {
  .assortment-slider {
    margin-bottom: 10rem;
  }
}

.assortment-slider__helper {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
  min-height: 0;
}

.authorization {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.authorization--payment {
  max-width: unset;
}

.authorization--payment:not(:last-child) {
  margin-bottom: 6rem;
}

.authorization--payment .authorization__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .authorization--payment .authorization__inner {
    width: 100%;
  }
}

.authorization--payment .authorization__inner + .authorization__inner {
  margin-left: 2rem;
}

@media only screen and (max-width: 1200px) {
  .authorization--payment .authorization__inner + .authorization__inner {
    margin: 3rem 0 0 0;
  }
}

.authorization--payment .authorization__section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 0;
}

.authorization--payment .authorization-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  height: 100%;
}

@media only screen and (max-width: 1360px) {
  .authorization--payment .authorization-form {
    padding: 5rem 6.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .authorization--payment .authorization-form {
    padding: 5rem 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .authorization--payment .authorization-form__title,
  .authorization--payment .authorization-form__text {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .authorization--payment .authorization-form__text {
    margin: 0 0 2.5rem 0;
    max-width: unset;
  }
}

.authorization--payment .authorization-form__row {
  margin-top: auto;
}

.authorization__title {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .authorization__title {
    font-size: 3.6rem;
    text-align: left;
  }
}

.authorization__section {
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.authorization__section.is-active {
  height: auto;
  opacity: 1;
  position: static;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

.authorization__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .authorization__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.authorization__order-payment {
  max-width: unset;
  margin: 0 -0.65%;
}

@media only screen and (max-width: 1300px) {
  .authorization__order-payment {
    margin: 0 -1%;
  }
}

@media only screen and (max-width: 1200px) {
  .authorization__order-payment {
    margin: 0;
  }
}

.authorization__order-payment .authorization__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .authorization__order-payment .authorization__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.authorization__order-payment .authorization__section {
  width: 48.7%;
  margin: 0 0.65% 2rem 0.65%;
  z-index: 0;
}

@media only screen and (max-width: 1200px) {
  .authorization__order-payment .authorization__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem 0 0 0;
    width: 100%;
    max-width: 75rem;
  }
}

.authorization__order-payment .authorization-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 3rem;
}

.authorization__order-payment .authorization-form__row:last-child {
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .authorization__order-payment .authorization-form__text {
    margin-left: 0;
    max-width: 35rem;
  }
}

.authorization__order-payment .sms-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -1rem;
  height: 100%;
}

.authorization__order-payment .sms-form__row {
  margin-top: auto;
}

.authorization__order-payment .authorization-form__title,
.authorization__order-payment .authorization-form__text {
  margin-right: -100%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .authorization__order-payment .authorization-form__title,
  .authorization__order-payment .authorization-form__text {
    margin-right: 0;
  }
}

.authorization-form {
  background: #363636;
  border-radius: 0.6rem;
  color: #cacaca;
  padding: 5rem 8rem;
  margin-top: -1rem;
  /*.g-recaptcha {
        transform: scale(0.94) translateX(-9px);
    }*/
  /*&__too-many-sms-error {
        position: absolute;
        top: calc(100% + 4px);
        left: 1rem;
        font-size: 1rem;
    }*/
  /*.g-recaptcha {
        position: relative;
        transform: scale(0.943);
        left: -8px;
    }*/
}

@media only screen and (max-width: 767px) {
  .authorization-form {
    padding: 3rem;
    text-align: center;
  }
}

.authorization-form._timer .authorization-form__timer {
  display: block;
}

.authorization-form__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.75em;
}

.authorization-form__text {
  line-height: 1.2;
  margin: 0 0 2rem;
  max-width: 35rem;
}

@media only screen and (max-width: 767px) {
  .authorization-form__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 25.3rem;
  }
}

.authorization-form__text b {
  color: #fff;
}

.authorization-form__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}

.authorization-form__row.__has-error {
  position: relative;
}

.authorization-form__row .authorization-form__too-many-sms-error {
  position: absolute;
  left: 1rem;
  top: calc(100% + 6px);
  font-size: 1.2rem;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .authorization-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.authorization-form__row-item {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  width: calc(50% - 2rem);
}

@media only screen and (max-width: 767px) {
  .authorization-form__row-item {
    width: calc(100% - 2rem);
  }
}

.authorization-form__input {
  background: #2f2f2f;
  border-radius: 0.4rem;
  border: 0.1rem solid #2d2d2d;
  color: #868686;
  font-size: 1.9rem;
  height: 5rem;
  outline: none;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-align: center;
  width: 100%;
}

.authorization-form__timer {
  display: none;
  margin-top: 0.4rem;
  font-size: 12px;
  line-height: 120%;
  color: #CBCBCB;
  min-width: 8rem;
}

.authorization-form__submit-btn {
  background: #fff;
  border-radius: 0.4rem;
  border: 0;
  color: #363636;
  font-size: 1.5rem;
  font-weight: 500;
  height: 5rem;
  outline: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
}

.authorization-form__submit-btn[disabled] {
  background: #757575;
  color: #414141;
}

@media (hover: hover) {
  .authorization-form__submit-btn:not(:disabled):hover {
    background-color: #e6e6e6;
  }
}

.salons-main-map__inner [class*="-balloon_layout_normal"],
.salons-map__inner [class*="-balloon_layout_normal"],
[class*="-balloon_layout_normal"] {
  left: -159px !important;
}

.salons-main-map__inner [class*="-balloon__tail"],
.salons-map__inner [class*="-balloon__tail"],
[class*="-balloon__tail"] {
  left: 133px !important;
  background: none !important;
}

.salons-main-map__inner [class*="-balloon"],
.salons-map__inner [class*="-balloon"],
[class*="-balloon"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.salons-main-map__inner [class*="-balloon-pane"],
.salons-map__inner [class*="-balloon-pane"],
[class*="-balloon-pane"] {
  z-index: 8000 !important;
}

.salons-main-map__inner [class*="-balloon__layout"],
.salons-map__inner [class*="-balloon__layout"],
[class*="-balloon__layout"] {
  border-radius: 8px;
}

.salons-main-map__inner [class*="-balloon__content"],
.salons-map__inner [class*="-balloon__content"],
[class*="-balloon__content"] {
  margin: 0 !important;
  padding: 8px !important;
}

.salons-main-map__inner [class*="-balloon__close-button"],
.salons-map__inner [class*="-balloon__close-button"],
[class*="-balloon__close-button"] {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  background-color: #ffffff !important;
  border-radius: 0 50% !important;
  opacity: 1 !important;
}

.salons-main-map__inner .balloon__btn,
.salons-map__inner .balloon__btn,
.balloon__btn {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

/*
.salons-main-map__inner [class*="-balloon__close-button"]:before,
.salons-main-map__inner [class*="-balloon__close-button"]:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fefefe;
}

.salons-main-map__inner [class*="-balloon__close-button"]:after {

}
*/
.balloon {
  font-family: Manrope, sans-serif;
}

.balloon__content {
  width: 30rem;
  /*padding-top: 1rem;
        padding-left: .4rem;
        padding-bottom: 0.6rem;*/
  font-family: 'Manrope', sans-serif;
}

@media only screen and (max-width: 767px) {
  .balloon__content {
    width: 30rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.balloon__img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin-bottom: 1.6rem;
  border-radius: 4px;
  overflow: hidden;
}

.balloon__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.balloon__title {
  margin: 0 12px;
  margin-bottom: .6rem;
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 600;
}

.balloon__row {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 160%;
  color: #9A9A9A;
  font-weight: 400;
}

.balloon__row_metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.balloon__row_metro_svg {
  margin-right: 10px;
}

.balloon__metro {
  padding-right: 1.5rem;
}

.balloon__btn {
  margin-top: 1.6rem;
  padding: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 12px;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #EAEAEA;
  font-size: 1.2rem;
  line-height: 160%;
  color: #9A9A9A;
}

.balloon__phone, .balloon__working-hours {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
}

.balloon__phone {
  color: #000;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}

.banks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-top: -1.5rem;
  padding-top: 1.5rem;
}

.banks-list__item {
  margin-left: 1rem;
  margin-top: 1.5rem;
}

.breadcrumbs {
  margin: 2.2rem 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin: .6rem 0;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  padding: 1rem 0;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs__list {
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__list {
    margin-right: -1.6rem;
    padding-right: 0.8rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs__item::before {
  content: '';
  display: inline-block;
  margin-right: .7rem;
  margin-top: .2rem;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: currentColor;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item._current {
  color: #949494;
}

.breadcrumbs__link {
  font-size: 1.4rem;
  line-height: 120%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

@media (hover: hover) {
  .breadcrumbs__link[href]:hover {
    border-color: currentColor;
  }
}

.burger {
  cursor: pointer;
  display: inline-block;
  padding: 0.9rem;
}

.burger__inner {
  display: block;
  height: 1.5rem;
  pointer-events: none;
  position: relative;
  width: 1.8rem;
}

.burger__line {
  background: #000;
  height: 0.3rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s, top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s, top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s;
  width: 100%;
}

.burger__line:nth-child(1) {
  top: 0;
}

.burger__line:nth-child(2) {
  top: calc(50% - 0.15rem);
}

.burger__line:nth-child(3) {
  bottom: 0;
}

.is-mobile-nav-open .burger__line,
.is-catalog-nav-open .burger__line {
  -webkit-transition: bottom 0.2s, opacity 0.2s, top 0.2s, -webkit-transform 0.2s 0.2s;
  transition: bottom 0.2s, opacity 0.2s, top 0.2s, -webkit-transform 0.2s 0.2s;
  -o-transition: bottom 0.2s, opacity 0.2s, top 0.2s, transform 0.2s 0.2s;
  transition: bottom 0.2s, opacity 0.2s, top 0.2s, transform 0.2s 0.2s;
  transition: bottom 0.2s, opacity 0.2s, top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.is-mobile-nav-open .burger__line:nth-child(1),
.is-catalog-nav-open .burger__line:nth-child(1) {
  top: calc(50% - 0.15rem);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-mobile-nav-open .burger__line:nth-child(2),
.is-catalog-nav-open .burger__line:nth-child(2) {
  opacity: 0;
}

.is-mobile-nav-open .burger__line:nth-child(3),
.is-catalog-nav-open .burger__line:nth-child(3) {
  bottom: calc(50% - 0.15rem);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.call-info {
  font-size: 1.4rem;
}

.call-info__tel {
  color: #363636;
  font-weight: 700;
  outline: none;
  line-height: 1;
  font-size: 1.3rem;
  line-height: 112%;
}

.call-info__tel._header {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
}

@media (hover: hover) {
  .call-info__tel:hover {
    border-bottom: 1px solid #363636;
  }
}

@media only screen and (max-width: 1024px) {
  .call-info__tel {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .call-info__tel._header {
    font-weight: 700;
    line-height: 112%;
  }
}

.call-info__worktime {
  line-height: 1;
  color: #929292;
  font-size: 1.3rem;
}

.call-info__worktime._dark {
  font-size: 1.4rem;
  line-height: 120%;
  color: #363636;
}

@media only screen and (max-width: 1024px) {
  .call-info__worktime {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .call-info__worktime {
    font-size: 1.3rem;
    display: block;
    margin-top: 0.9rem;
  }
  .call-info__worktime._dark {
    font-size: 1.2rem;
    line-height: 112%;
    color: #929292;
    margin-top: 0;
  }
}

.call-info__dash {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.call-info__call-btn {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 112%;
  margin-left: 3rem;
}

@media (hover: hover) {
  .call-info__call-btn:hover {
    border-bottom: 1px solid #363636;
  }
}

.call-info--header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__height-wrap {
  -webkit-transition: height 3s;
  -o-transition: height 3s;
  transition: height 3s;
  overflow: hidden;
}

.catalog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3rem;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1440px) {
  .catalog__inner {
    margin-left: -2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__inner {
    margin-left: -3rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__inner {
    width: 100%;
    margin: 0 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.catalog__item {
  margin-left: 3rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 3rem);
}

.catalog__item .good-item {
  height: 100%;
}

.catalog__item .good-item__img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 57.72%;
}

@media only screen and (max-width: 767px) {
  .catalog__item .good-item__img-wrap {
    padding-top: 29.9rem;
  }
}

.catalog__item .good-item__img-wrap > .good-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .catalog__item {
    margin-left: 2rem;
    margin-top: 2rem;
    width: calc(50% - 2rem);
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__item {
    margin-left: 3rem;
    margin-top: 3rem;
    width: calc(50% - 3rem);
  }
}

@media only screen and (max-width: 767px) {
  .catalog__item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .catalog__item .good-item {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__item:last-child {
    margin: 0;
  }
}

.catalog__item.catalog__form {
  margin-left: 3rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 3rem);
}

.catalog__item.catalog__form .good-item {
  height: 100%;
}

.catalog__item.catalog__form .good-item__img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form {
    margin-left: 2rem;
    margin-top: 2rem;
    width: calc(50% - 2rem);
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__item.catalog__form {
    margin-left: 3rem;
    margin-top: 3rem;
    width: calc(50% - 3rem);
  }
}

@media only screen and (max-width: 767px) {
  .catalog__item.catalog__form {
    width: 100%;
    margin: 0 0 3rem;
  }
  .catalog__item.catalog__form .good-item {
    width: 100%;
    max-width: none;
  }
}

.catalog__item.catalog__form .popup__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.3rem;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form .popup__inner {
    gap: 1.6rem;
  }
}

.catalog__item.catalog__form .popup__title {
  margin-bottom: 2.9rem;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form .popup__title {
    margin-bottom: 1.6rem;
  }
}

.catalog__item.catalog__form .popup__title-subtext {
  margin: 0;
  margin-bottom: 2.9rem;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form .popup__title-subtext {
    margin-bottom: 1.6rem;
  }
}

.catalog__item.catalog__form .popup-form {
  width: 100%;
}

.catalog__item.catalog__form .popup-form__footer {
  margin-top: 0;
}

.catalog__item.catalog__form .popup-form__row:last-child .field {
  margin: 0;
}

.catalog__item.catalog__form .catalog__form-info {
  margin: 0;
}

.catalog__item.catalog__form .form__inputs-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.3rem 2rem;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form .form__inputs-wrap {
    gap: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__item.catalog__form .form__inputs-wrap {
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
}

.catalog__item.catalog__form .money__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}

.catalog__item.catalog__form .money__text {
  max-width: 38.5rem;
}

@media only screen and (max-width: 1440px) {
  .catalog__item.catalog__form .money__text {
    font-size: 1.4rem;
  }
}

.catalog__item.catalog__form .money__icon {
  margin: 0;
}

.catalog__item.catalog__form .catalog__form-arrow {
  display: none;
  margin: 0;
}

.catalog__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .catalog__footer {
    margin-top: 4rem;
    display: block;
  }
}

.catalog__load-more {
  background: transparent;
  border: 0;
  padding: 0;
  background: #f7f7f7;
  border-radius: 6rem;
  font-weight: 500;
  line-height: 1.2;
  outline: none;
  padding: 1.6rem 2.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .catalog__load-more:hover {
    background-color: #363636;
    color: #fff;
  }
}

.catalog .pagination {
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .catalog .pagination {
    padding-top: 3rem;
  }
}

.catalog__form {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  background: #f6f6f6;
  width: 100%;
  min-height: 43rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .catalog__form {
    padding: 2.5rem 1.5rem;
    border-radius: .4rem;
  }
}

.catalog__form .popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup__inner {
    display: grid;
    gap: 1.9rem;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.catalog__form .popup__title {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup__title {
    margin-bottom: 1.6rem;
  }
}

.catalog__form .popup__title-subtext {
  margin-top: 3rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup__title-subtext {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

.catalog__form .popup-form {
  width: 59rem;
}

@media only screen and (max-width: 1024px) {
  .catalog__form .popup-form {
    width: 44rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup-form {
    width: 100%;
  }
}

.catalog__form .popup-form__inner {
  padding: 3rem 2rem;
  background-color: #fff;
  margin-top: 0;
  border-radius: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup-form__inner {
    padding: 2rem 1.5rem;
    border-radius: .6rem;
  }
}

.catalog__form .popup-form__footer {
  margin-top: 0;
}

.catalog__form .popup-form__submit-btn {
  background-color: #fff200;
  border-color: #fff200;
  color: #363636;
}

.catalog__form .popup-form__notice {
  margin-top: 1.9rem;
  text-align: left;
  font-size: 1.1rem;
  color: #BABABA;
}

@media only screen and (max-width: 767px) {
  .catalog__form .popup-form__notice {
    margin-top: 1.5rem;
  }
}

.catalog__form .popup-form__notice a {
  color: #7B7B7B;
}

.catalog__form .popup-form__row {
  margin: 0;
}

.catalog__form .form__inputs-wrap {
  padding: 0;
  border: 0;
  margin-top: 0;
  gap: 4.3rem 1.4rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .form__inputs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

.catalog__form .field__label {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #B5B5B5;
}

@media only screen and (max-width: 767px) {
  .catalog__form .field__label {
    font-size: 1.1rem;
  }
}

.catalog__form .field__input {
  border-bottom: 0.1rem solid #D9D9D9;
  padding: 0.6rem 0 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .catalog__form .field__input {
    font-size: 1.5rem;
  }
}

.catalog__form .select2-container--default .select2-selection--single {
  padding: 0.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  height: auto;
}

.catalog__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.5rem;
  line-height: 1.2;
  height: 2rem;
}

.catalog__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2rem;
  top: 0.6rem;
}

.catalog__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: .4;
}

.catalog__form .load-file__field {
  border-bottom: 0.1rem solid #D9D9D9;
  border-radius: 0;
  padding: 0.6rem 0 1rem;
}

.catalog__form .money__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
  gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .money__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.catalog__form .money__text {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 133.5%;
  max-width: 19rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form .money__text {
    max-width: 100%;
    font-size: 1.4rem;
  }
}

.catalog__form .money__icon {
  margin-right: 1.7rem;
}

.catalog__form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .catalog__form-info {
    margin-bottom: 0;
  }
}

.catalog__form-arrow {
  width: 17.6rem;
}

@media only screen and (max-width: 767px) {
  .catalog__form-arrow {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .catalog-advantages {
    margin-top: 10rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-advantages {
    margin-top: 7.5rem !important;
    margin-bottom: 4rem;
  }
}

.catalog-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.2rem;
  padding-top: 6rem;
}

.catalog-advantages__item:not(:last-child) {
  padding-bottom: 6rem;
  border-bottom: 1px solid #D5D5D5;
}

.catalog-advantages__item:first-child {
  padding-top: 2rem;
}

@media only screen and (max-width: 1440px) {
  .catalog-advantages__item {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .catalog-advantages__item {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-advantages__item {
    padding-top: 4rem;
  }
  .catalog-advantages__item:not(:last-child) {
    padding-bottom: 4rem;
  }
}

.catalog-advantages__item-title {
  margin: 0;
  max-width: 28rem;
  font-weight: 500;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .catalog-advantages__item-title {
    margin-bottom: 3.2rem;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-advantages__item-title {
    max-width: 26rem;
    margin-bottom: 2.5rem;
  }
}

.catalog-advantages__item-content {
  max-width: 65.5rem;
}

@media only screen and (max-width: 1440px) {
  .catalog-advantages__item-content {
    max-width: 62.5rem;
  }
}

.catalog-advantages__item-text {
  margin: 0;
  color: #797979;
  line-height: 1.6;
  font-size: 1.6rem;
}

.catalog-advantages__item-text:not(:last-child) {
  margin-bottom: 3rem;
}

.catalog-advantages__item-text b {
  font-weight: 500;
  color: #363636;
}

.catalog__item .good-item--article .good-item__content {
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .catalog__item .good-item--article .good-item__content {
    padding-top: 2.5rem;
  }
}

.catalog__item .good-item--article .good-item__footer {
  margin-top: auto;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .catalog__item .good-item--article .good-item__footer {
    border-top: none;
  }
}

.catalog__item .good-item--article .good-item__cost-title {
  color: #757575;
  line-height: 2rem;
}

.catalog-category__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1024px) {
  .catalog-category__top-row {
    display: block;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-category__top-row {
    margin-bottom: 3rem;
  }
}

.catalog-category__title {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  font-size: 9rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .catalog-category__title {
    font-size: 6.4rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-category__title {
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

.catalog-category__top-text {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  max-width: 28.5rem;
}

@media only screen and (max-width: 1024px) {
  .catalog-category__top-text {
    max-width: 40rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-category__top-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.cameras-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: -1.6rem;
}

@media only screen and (max-width: 767px) {
  .cameras-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cameras-list__tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

.cameras-list__tabs-item {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}

.cameras-list__tabs-item.is-active .cameras-list__val {
  color: #363636;
  border-color: currentColor;
}

.cameras-list__val {
  border-bottom: 1px solid transparent;
  color: #9a9a9a;
  display: none;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .cameras-list__val {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.cameras-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.6rem;
}

@media only screen and (max-width: 1024px) {
  .cameras-list__content {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .cameras-list__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 36rem;
  }
}

.cameras-list__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.6rem;
  width: calc(25% - 3rem);
}

@media only screen and (max-width: 1024px) {
  .cameras-list__item.is-active {
    height: auto;
    opacity: 1;
    position: static;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}

.cameras-list__item .iv-camera-video-view {
  visibility: hidden !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cameras-list__item._played .cameras-list__camera-img {
  visibility: hidden;
}

.cameras-list__item._played .iv-camera-video-view {
  visibility: visible !important;
}

@media only screen and (max-width: 1024px) {
  .cameras-list__item {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    width: calc(50% - 3.2rem);
  }
}

@media only screen and (max-width: 767px) {
  .cameras-list__item {
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    margin: 0;
  }
}

.cameras-list__camera {
  position: relative;
}

.cameras-list__camera::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  pointer-events: none;
}

.cameras-list__camera-img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cameras-list__play {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.cameras-list__play-icon {
  width: 2.6rem;
  height: 2.8rem;
  fill: #fff;
}

.categories-nav {
  margin-bottom: -2rem;
}

@media only screen and (max-width: 1024px) {
  .categories-nav {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav {
    margin-bottom: -5.6rem;
    display: none;
  }
}

.categories-nav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow-x: auto;
  scrollbar-color: #fff200 #f0f0f0;
  scrollbar-width: thin;
}

@media only screen and (max-width: 1440px) {
  .categories-nav__inner {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .categories-nav__inner {
    margin-left: -2.6rem;
    margin-right: -2.6rem;
    padding-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav__inner {
    padding-bottom: 2.4rem;
  }
}

.categories-nav__inner::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

.categories-nav__inner::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.categories-nav__inner::-webkit-scrollbar-thumb {
  background-color: #fff200;
}

.categories-nav__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(20% - 3rem);
}

@media only screen and (max-width: 1440px) {
  .categories-nav__item {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(20% - 2rem);
  }
}

@media only screen and (max-width: 1024px) {
  .categories-nav__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    width: 29rem;
  }
  .categories-nav__item:first-child {
    margin-left: 2.6rem;
  }
  .categories-nav__item:last-child {
    margin-right: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav__item {
    width: 24rem;
  }
}

.categories-nav__val {
  background: #f7f7f7;
  border-radius: 0.7rem;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 35.3rem;
  outline: none;
  padding: 3rem 2.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.categories-nav__val svg {
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.categories-nav__val div {
  border: 0.15rem solid #bebebe;
  width: 2.1rem;
  position: relative;
  bottom: 1.14rem;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media only screen and (max-width: 1440px) {
  .categories-nav__val {
    min-height: 30rem;
  }
}

@media only screen and (max-width: 1024px) {
  .categories-nav__val {
    min-height: 29rem;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav__val {
    min-height: 24rem;
    padding: 2.4rem 1.6rem;
  }
}

@media (hover: hover) {
  .categories-nav__val:hover div {
    width: 4.8rem !important;
    border: 0.15rem solid #363636 !important;
  }
  .categories-nav__val:hover .categories-nav__more {
    fill: #363636;
    width: 7.5rem;
  }
  .categories-nav__val:hover .categories-nav__img {
    opacity: 1;
  }
}

.categories-nav__title {
  font-weight: 700;
  margin: 0 0 1.875em;
}

@media only screen and (max-width: 1440px) {
  .categories-nav__title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .categories-nav__title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav__title {
    margin-bottom: 1.428em;
    font-size: 1.3rem;
  }
}

.categories-nav__description {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .categories-nav__description {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .categories-nav__description {
    font-size: 1.8rem;
  }
}

.categories-nav__more {
  fill: #bebebe;
  height: 2rem;
  margin-top: auto;
  position: relative;
  width: 2.5rem;
  z-index: 2;
}

.categories-nav__img {
  bottom: 1.6rem;
  position: absolute;
  right: 1.6rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 1440px) {
  .categories-nav__img {
    max-height: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  .categories-nav__img {
    left: 50%;
    top: 42%;
    max-height: none;
  }
}

@media (hover: hover) {
  .categories-nav__img {
    opacity: 0;
  }
}

.sales-main .categories-nav__head-title {
  margin-bottom: 4rem;
  max-width: 47rem;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .sales-main .categories-nav__head-title {
    color: black;
  }
}

@media only screen and (max-width: 767px) {
  .sales-main .categories-nav__head-title {
    margin-bottom: 0;
    color: black;
  }
}

.categories-nav__head-title {
  margin-bottom: 4rem;
  max-width: 30rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

.categories-nav__item--v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  min-height: 26rem;
  background-color: #F7F7F7;
  border-radius: 0.6rem;
}

.categories-nav__item--v2 .categories-nav__description {
  font-size: 2rem;
  font-weight: 500;
  max-width: 15rem;
}

@media only screen and (max-width: 767px) {
  .categories-nav__item--v2 {
    min-height: 24rem;
  }
}

.category-nav__img-v2 {
  max-height: 17rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
}

.category-nav__img-v2--mr {
  margin-right: -2.4rem;
}

.city-dropdown {
  display: none;
  position: relative;
  border: 1px solid #ebebeb;
  border-top: none;
}

.city-dropdown::after {
  content: '';
  position: absolute;
  top: 0;
  width: 13.5rem;
  height: 1px;
  background-color: #EBEBEB;
}

.city-dropdown__item {
  font-weight: 500;
  white-space: nowrap;
}

.city-dropdown__item.is-hidden {
  display: none;
}

.city-dropdown__val {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #939393;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 1.6rem 1.6rem;
}

@media (hover: hover) {
  .city-dropdown__val:hover {
    color: #363636;
  }
}

.city-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.city-list__item.is-active .city-list__link {
  color: #fff;
}

.city-list__item:not(:first-child) {
  margin-left: 1.2rem;
}

.city-list__link {
  color: #9a9a9a;
}

@media (hover: hover) {
  .city-list__link:hover {
    color: silver;
  }
}

.city-select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  position: relative;
}

@media (hover: hover) {
  .city-select:hover .city-select__selection {
    background-color: #FAFAFA;
  }
  .city-select:hover .city-select__dropdown {
    background-color: #FAFAFA;
  }
}

.city-select.is-open .city-select__dropdown {
  display: block;
}

.city-select.is-open .city-select__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.city-select__inner {
  height: 100%;
  width: 100%;
}

.city-select__selection {
  position: relative;
  z-index: 100;
  min-width: 19rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 1.6rem;
  padding-right: 2rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: #F2F2F2;
}

@media only screen and (max-width: 1024px) {
  .city-select__selection {
    background: #FFFFFF;
  }
}

.city-select__val {
  font-weight: 500;
}

.city-select__val {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-right: auto;
}

.city-select__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.1rem;
  margin-left: 0.8rem;
  width: 1.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.city-select__arrow svg {
  height: 100%;
  width: 100%;
  fill: #000;
}

.city-select__dropdown {
  display: none;
  background: #F2F2F2;
  border-radius: 0 0 0.4rem 0.4rem;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  left: -1px;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.city-select__dropdown.opacity {
  display: block;
}

.choices {
  position: relative;
  outline: none;
}

.choices.is-open .choices__dropdown .choices__list {
  display: block;
}

.choices__inner {
  outline: none;
}

.choices__dropdown {
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 12;
}

.choices__dropdown .choices__list {
  display: none;
  max-height: 36rem;
  border-radius: 0.4rem;
  border: none;
  color: black;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1440px) {
  .choices__dropdown .choices__list {
    max-height: 25rem;
  }
}

.choices__item {
  padding: 1.6rem;
  border-bottom: 1px solid lightgray;
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}

.form__select + .choices__list {
  display: none;
}

.contact-form {
  background: #363636;
  border-radius: 0.4rem;
  border-top: 1px solid transparent;
  color: #fff;
  padding: 3rem 2.9rem 3rem;
}

.contact-form__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1em;
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  .contact-form__title {
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-form__row-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

.contact-form__row {
  --row-width: calc(100%);
}

@media only screen and (max-width: 1024px) {
  .contact-form__row {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    width: calc(50% - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .contact-form__row {
    width: 100%;
  }
}

.contact-form__row:not(:first-of-type) {
  margin-top: 0.7rem;
}

.contact-form__item {
  max-width: 100%;
  width: var(--row-width, 100%);
}

.contact-form__input {
  font-size: 1.5rem;
}

.contact-form__input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.contact-form__submit-btn {
  background: transparent;
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 0.4rem;
  height: 5rem;
  margin-top: 3rem;
  outline: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  color: #363636;
}

@media (hover: hover) {
  .contact-form__submit-btn:hover {
    background-color: #d9d9d9;
  }
}

.contact-form__agree {
  color: #7b7b7b;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 2rem 0 0;
}

.contact-form__agree a {
  color: #bababa;
  text-decoration: underline;
}

@media (hover: hover) {
  .contact-form__agree a:hover {
    text-decoration: none;
  }
}

.contact-form .field__tel-code {
  color: #fff;
}

.contact-form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
}

@media only screen and (max-width: 1024px) {
  .contact-form__container {
    grid-gap: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form__container {
    grid-template-columns: 1fr;
  }
}

.contact-form__text {
  margin-top: 0;
  margin-bottom: 4rem;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .contact-form__text {
    margin-right: -100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form__text {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.contact-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 1024px) {
  .contact-form__wrapper {
    grid-gap: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form__wrapper {
    grid-template-columns: 1fr;
  }
}

.contact-form .select2-container .select2-selection--single {
  height: auto;
}

.contact-form .select2-container--default .select2-selection--single {
  padding: 0.4rem 0 0.5rem;
}

.contract-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3.5rem;
}

.contract-info__title, .contract-info__val {
  margin: 0;
}

.contract-info__val {
  font-weight: 600;
}

.contract-list__item {
  font-weight: 500;
}

.contract-list__item:not(:first-child) {
  margin-top: 1.5rem;
}

.contract-radio__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.contract-radio__input:checked + .contract-radio__content, .contract-radio__input:focus + .contract-radio__content {
  background: #363636;
  color: #fff;
}

@media (hover: hover) {
  .contract-radio__label:hover .contract-radio__content {
    background: #363636;
    color: #fff;
  }
}

.contract-radio__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
  color: #9a9a9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.6rem 1.6rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contract-radio__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 1.6rem;
  width: 100%;
}

.company-features {
  display: table;
  margin-top: 14rem;
  table-layout: fixed;
  width: 100%;
}

.company-features__item:not(:first-child) {
  border-top: 0.1rem solid #e4e4e4;
  padding-top: 6rem;
}

.company-features__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.company-features__info-item {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.company-features__info-item_text {
  max-width: 64.6rem;
}

.company-features__feature, .company-features__title {
  margin: 0;
}

.company-features__feature {
  font-size: 1.8rem;
}

.company-features__title {
  font-weight: 500;
}

.cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 97.6rem;
  padding: 1.2rem 1.6rem;
  background-color: #353535E0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10000000000;
  left: 1rem;
  bottom: 1rem;
  border-radius: 3px;
}

@media only screen and (max-width: 992px) {
  .cookie {
    max-width: 55rem;
    margin: 0 0.6rem;
  }
}

.cookie .container {
  padding: 0;
}

.cookie.hide {
  max-height: 0 !important;
  padding: 0;
}

.cookie.hide .cookie__btn {
  opacity: 0;
}

.cookie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .cookie__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .cookie__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cookie__text {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFFB2;
}

.cookie__text > a {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFFB2;
  text-decoration: underline;
  text-underline-offset: .2rem;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .cookie__text > a:hover {
    color: #FFFFFF;
  }
}

.cookie__btn {
  background: transparent;
  border: 0;
  padding: 0;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border-radius: .4rem;
  margin-left: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #000000;
  width: 12rem;
}

@media only screen and (max-width: 1024px) {
  .cookie__btn {
    margin-left: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .cookie__btn {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.cookie__btn-new {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-left: 16px;
}

.cookie__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.6rem;
}

@media only screen and (max-width: 992px) {
  .cookie__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-top: 1.6rem;
    width: 100%;
  }
}

.cookie__button {
  height: 3.6rem;
  border-radius: .4rem;
  padding: .8rem 1.6rem;
  border: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .cookie__button {
    text-align: center;
    width: 100%;
  }
}

.cookie__button:not(:last-child) {
  margin-right: 0.8rem;
}

@media only screen and (max-width: 992px) {
  .cookie__button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}

.cookie__button--theme--default {
  background-color: #6C6C6C;
  color: #FFFFFFCC;
}

@media only screen and (min-width: 1024px) {
  .cookie__button--theme--default:hover {
    background-color: #171717;
  }
}

.cookie__button--theme--dark {
  background-color: #171717;
  color: #FFFFFFCC;
}

@media only screen and (min-width: 1024px) {
  .cookie__button--theme--dark:hover {
    background-color: #6C6C6C;
  }
}

.custom-tag__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-tag__input:checked + .custom-tag__label {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.custom-tag__input:disabled + .custom-tag__label {
  color: #ebebeb;
}

@media (hover: hover) {
  .custom-tag__input:not(:disabled):not(:checked) + .custom-tag__label:hover {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
}

.custom-tag__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-radius: 6rem;
  border: 1px solid #ebebeb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.2rem 2rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .custom-tag__label {
    padding: 1.5rem 1.6rem;
  }
}

.documents__title {
  color: #363636;
}

.documents__text {
  font-size: 1.4rem;
}

.documents__contacts {
  margin-top: 6rem;
}

@media only screen and (max-width: 1024px) {
  .documents__contacts {
    margin-top: 4rem;
  }
}

.datepicker--cell.datepicker--cell-day.-selected-,
.datepicker--cell.datepicker--cell-day.-focus-,
.datepicker--cell.datepicker--cell-day.-focus-.-weekend-,
.datepicker--cell.datepicker--cell-day.-selected-.-weekend- {
  color: #363636;
  background-color: #fff200;
}

.datepicker--cell.datepicker--cell-day {
  color: #363636;
}

.datepicker--cell.datepicker--cell-day.-weekend- {
  color: #b4b4b4;
}

.datepicker--cell.-disabled- {
  color: #aeaeae !important;
}

.dropdown-result__head {
  color: #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  line-height: 1.2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.dropdown-result__head-item {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.dropdown-result__address {
  margin: 0;
  font-size: 1.4rem;
}

.designProject {
  overflow-x: visible;
}

@media only screen and (max-width: 1024px) {
  .designProject {
    overflow-x: hidden;
  }
}

.designProject .kitchen-info__installment-plan {
  max-width: 100%;
  margin-left: 0;
}

.designProject .kitchen-info__installment-plan svg path {
  fill: #35C759;
}

.designProject .kitchen-info__text {
  margin-top: 2.4rem;
  margin-bottom: auto;
}

.designProject .kitchen-info__text p {
  pointer-events: none;
}

.designProject .swiper {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
}

.designProject .swiper-initialized {
  opacity: 1;
}

.designProject .swiper-pagination-bullet:only-child {
  display: none;
}

.designProject__title {
  margin-bottom: 0;
  max-width: 105.5rem;
}

@media only screen and (max-width: 767px) {
  .designProject__title {
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__detailTitle {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.designProject__sectionTitle {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.designProject__pages {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .designProject__pages {
    padding: 2.4rem 0 3.2rem;
  }
}

.designProject__pagesLink {
  display: inline-block;
  padding: 1.6rem 4.8rem 1.5rem 0;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  color: #9a9a9a;
  border-bottom: 0.2rem solid #e4e4e4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .designProject__pagesLink:hover {
    border-color: #757575;
    color: #757575;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__pagesLink {
    font-size: 2.4rem;
    padding-right: 5rem;
  }
}

.designProject__pagesItem._active .designProject__pagesLink {
  border-color: #fff200;
  color: #363636;
}

.designProject__filters {
  margin-bottom: 4rem;
}

.designProject__filter:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .designProject__filter:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.designProject__filterTitle {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.6rem;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .designProject__filterTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
  }
}

.designProject__filterTitle.opened svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.designProject__filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .designProject__filterList {
    overflow: hidden;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
  }
}

.designProject__filterItem._active .designProject__filterLabel {
  background: #fff200;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media only screen and (max-width: 767px) {
  .designProject__filterItem._active .designProject__filterLabel {
    gap: 0.8rem;
  }
}

.designProject__filterLabel {
  display: inline-block;
  position: relative;
  border-radius: 6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.6rem 2.4rem;
  background: #f6f6f6;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media (hover: hover) {
  .designProject__filterLabel:hover {
    background: #e4e4e4;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__filterLabel {
    padding: 0.8rem 1.6rem;
  }
}

.designProject__filterInput {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.designProject__filterRemove {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.77615 9.77615C10.1281 9.42419 10.057 8.78248 9.61739 8.34284L6.27829 5.00374L9.61816 1.66388C10.0575 1.22457 10.128 0.58287 9.77576 0.230603C9.42349 -0.121664 8.7818 -0.0511027 8.34249 0.388205L5.00262 3.72807L1.65702 0.382465C1.21738 -0.0571742 0.575662 -0.128254 0.223704 0.223704C-0.128254 0.575662 -0.0571742 1.21738 0.382465 1.65702L3.72807 5.00262L0.388108 8.34258C-0.0512002 8.78189 -0.121761 9.42359 0.230506 9.77586C0.582773 10.1281 1.22447 10.0576 1.66378 9.61826L5.00374 6.27829L8.34284 9.61739C8.78248 10.057 9.42419 10.1281 9.77615 9.77615Z' fill='%23363636'/%3E%3C/svg%3E") no-repeat center/cover;
}

.designProject__filterDropdown {
  display: none;
}

.designProject__filterDropdown svg {
  width: 1.4rem;
  height: 0.7rem;
  fill: #9a9a9a;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

@media only screen and (max-width: 767px) {
  .designProject__filterDropdown {
    display: block;
  }
}

.designProject__contentWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 3rem;
  grid-auto-flow: row dense;
}

@media only screen and (max-width: 767px) {
  .designProject__contentWrapper {
    gap: 4rem 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.designProject__contentItem._double {
  grid-column: span 2;
}

.designProject__contentItem._double .designProject__contentImg {
  padding-top: 55.572%;
}

@media only screen and (max-width: 1575px) {
  .designProject__contentItem._double .designProject__contentImg {
    padding-top: 26.2857vw;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__contentItem._double .designProject__contentImg {
    padding-top: 51.47vw;
  }
}

.designProject__contentImg {
  position: relative;
  padding-top: 115.808%;
}

@media only screen and (max-width: 1575px) {
  .designProject__contentImg {
    padding-top: 26.2857vw;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__contentImg {
    padding-top: 51.47vw;
  }
}

.designProject__contentImg img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  border-radius: .6rem;
}

.designProject__contentText {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1575px) {
  .designProject__contentText {
    font-size: 1.6rem;
  }
}

.designProject__contentMore {
  display: block;
  margin: 0 auto;
  margin-top: 5.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  padding: 1.9rem 8.4rem;
  border-radius: .6rem;
  font-weight: 500;
  line-height: 1.2;
  background: #F9F9F9;
  border: .1rem solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .designProject__contentMore {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }
}

.designProject__slidersWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 3.2rem;
}

@media only screen and (max-width: 767px) {
  .designProject__slidersWrapper {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}

.designProject__slidersImages {
  padding-top: 55.646%;
  position: relative;
  overflow: hidden;
  border-radius: .4rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .designProject__slidersImages {
    padding-top: 51.47vw;
  }
}

.designProject__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.designProject__slider .swiper-wrapper {
  height: 100%;
}

.designProject__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.designProject__slider .swiper-arrow {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.1rem);
  backdrop-filter: blur(0.1rem);
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg filter='url(%23filter0_b_1_140)'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23363636'/%3E%3C/g%3E%3Cpath d='M17 10L12 15L17 20' stroke='%23FFF200' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1_140' x='-3' y='-3' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='1.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1_140'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1_140' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1024px) {
  .designProject__slider .swiper-arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__slider .swiper-arrow {
    display: none;
  }
}

.designProject__slider .swiper-arrow:not(.swiper-button-disabled) {
  opacity: 1;
  pointer-events: auto;
}

.designProject__slider .swiper-button-prev {
  left: 0.8rem;
}

.designProject__slider .swiper-button-next {
  right: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.designProject__slider .swiper-pagination {
  position: absolute;
  bottom: 6.765%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 0.8rem;
  z-index: 3;
}

.designProject__slider .swiper-pagination-bullet {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #e4e4e4;
  border-radius: 50%;
  cursor: pointer;
}

.designProject__slider .swiper-pagination-bullet-active {
  background: #fff200;
}

.designProject__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.designProject__slideImage {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.designProject__slideImage img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.designProject__slideBackground {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(1.2rem);
  filter: blur(1.2rem);
}

.designProject__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.designProject__authorPhoto {
  margin-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.7rem;
  height: 5.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.designProject__authorPhoto img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.designProject__authorName {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 767px) {
  .designProject__authorName {
    font-size: 2rem;
  }
}

.designProject__authorCountProject {
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(117, 117, 117, 0.5);
}

.designProject__designer {
  padding: 4rem 0 8rem;
}

@media only screen and (max-width: 767px) {
  .designProject__designer {
    padding: 3.2rem 0 6.4rem;
  }
}

.designProject__designerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .designProject__designerWrapper {
    display: block;
  }
}

.designProject__designerPhoto {
  width: 28rem;
  height: 28rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3.3rem;
}

@media only screen and (max-width: 767px) {
  .designProject__designerPhoto {
    margin-right: 0;
    margin-bottom: 3.2rem;
    width: 20rem;
    height: 20rem;
  }
}

.designProject__designerPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.designProject__designerInfo {
  max-width: 74.2rem;
}

.designProject__designerTitle {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .designProject__designerTitle {
    font-size: 2.4rem;
  }
}

.designProject__designerTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.designProject__designerTag {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

.designProject__designerTag:not(:first-child) {
  padding-left: 2rem;
  position: relative;
}

.designProject__designerTag:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c8c8c8;
  left: 0.8rem;
  border-radius: 50%;
}

.designProject__designerText {
  margin: 0;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #898989;
}

.designProject__designerLink {
  background-color: #fff200;
  border-radius: .4rem;
  padding: 1.9rem 4.1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .designProject__designerLink {
    max-width: 40rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

.designProject__rooms {
  padding: 4rem 0 8rem;
}

@media only screen and (max-width: 767px) {
  .designProject__rooms {
    padding: 3.2rem 0 6.4rem;
  }
}

.designProject__roomsList {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .designProject__roomsList {
    margin-bottom: 2.4rem;
  }
}

.designProject__roomsList .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.designProject__roomsList .swiper-slide._active .designProject__roomsItem {
  color: #363636;
  border-color: #fff200;
}

.designProject__roomsItem {
  cursor: pointer;
  display: inline-block;
  padding: 1.6rem 4.8rem 1.5rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: .2rem solid #E4E4E4;
  color: #9A9A9A;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .designProject__roomsItem:hover {
    color: #757575;
    border-color: #757575;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__roomsItem {
    padding-right: 4rem;
  }
}

.designProject__roomsTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 4.8%;
  right: 2.667%;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .designProject__roomsTabs {
    position: static;
    margin-top: 0.8rem;
  }
}

.designProject__roomsTab {
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .designProject__roomsTab {
    padding: 0.8rem 1.6rem;
  }
}

.designProject__roomsTab sup {
  font-size: 0.8rem;
  line-height: 1.2;
  top: -.8em;
}

.designProject__roomsTab span {
  position: relative;
}

.designProject__roomsTab-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.15rem);
  backdrop-filter: blur(0.15rem);
  border-radius: 5rem;
}

.designProject__roomSliderWrapper {
  margin-right: 3rem;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90rem;
  flex: 0 0 90rem;
}

@media only screen and (max-width: 1575px) {
  .designProject__roomSliderWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 1360px) {
  .designProject__roomSliderWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 58%;
    flex: 1 0 58%;
  }
}

@media only screen and (max-width: 1024px) {
  .designProject__roomSliderWrapper {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

.designProject__roomSliderBox {
  position: sticky;
  top: 20px;
}

.designProject__roomSliderInner {
  position: relative;
  padding-top: 55.667%;
  overflow: hidden;
  border-radius: .4rem;
}

@media only screen and (max-width: 1575px) {
  .designProject__roomSliderInner {
    padding-top: 70.667%;
  }
}

@media only screen and (max-width: 1360px) {
  .designProject__roomSliderInner {
    padding-top: 41vw;
  }
}

@media only screen and (max-width: 1024px) {
  .designProject__roomSliderInner {
    padding-top: 45vw;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__roomSliderInner {
    padding-top: 50.935vw;
  }
}

.designProject__roomsContentSlide {
  overflow: visible;
  z-index: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

@media only screen and (max-width: 1024px) {
  .designProject__roomsContentSlide {
    display: block;
    overflow: hidden;
  }
}

.designProject__roomsContentSlide.swiper-slide-active {
  z-index: 1;
}

.designProject__roomsContent {
  position: relative;
}

.designProject__roomsContent > .swiper {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  left: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.designProject__roomsContent > .swiper._active {
  position: relative;
  z-index: 5;
  opacity: 1;
  pointer-events: all;
}

.designProject__roomSlider {
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .designProject__roomSlider {
    overflow: hidden;
  }
}

.designProject__roomSlider .swiper-wrapper {
  height: 100%;
}

.designProject__roomSlider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .designProject__roomSlider .swiper-slide {
    display: block;
  }
}

.designProject__roomSlider .swiper-slide-active {
  z-index: 1;
}

.designProject__roomSlider .kitchen-info__text {
  margin-top: 0;
}

.designProject__roomSlider .swiper-arrow {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.1rem);
  backdrop-filter: blur(0.1rem);
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg filter='url(%23filter0_b_1_140)'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23363636'/%3E%3C/g%3E%3Cpath d='M17 10L12 15L17 20' stroke='%23FFF200' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1_140' x='-3' y='-3' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='1.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1_140'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1_140' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}

@media only screen and (max-width: 1024px) {
  .designProject__roomSlider .swiper-arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__roomSlider .swiper-arrow {
    display: none;
  }
}

.designProject__roomSlider .swiper-arrow:not(.swiper-button-disabled) {
  opacity: 1;
  pointer-events: auto;
}

.designProject__roomSlider .swiper-button-prev {
  -webkit-transform: translate(0.8rem, -50%);
  -ms-transform: translate(0.8rem, -50%);
  transform: translate(0.8rem, -50%);
}

.designProject__roomSlider .swiper-button-next {
  -webkit-transform: translate(-0.8rem, -50%) rotate(180deg);
  -ms-transform: translate(-0.8rem, -50%) rotate(180deg);
  transform: translate(-0.8rem, -50%) rotate(180deg);
}

.designProject__roomSlider .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 0.8rem;
  z-index: 3;
  -webkit-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}

.designProject__roomSlider .swiper-pagination-bullet {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #e4e4e4;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}

.designProject__roomSlider .swiper-pagination-bullet-active {
  background: #fff200;
}

.designProject__roomInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 1575px) {
  .designProject__roomInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 1360px) {
  .designProject__roomInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.designProject__roomInfoTitle {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.designProject__roomInfoText {
  margin-bottom: auto;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #9A9A9A;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.designProject__roomInfoText-more {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  line-height: 1.6;
  color: #363636;
  cursor: pointer;
}

.designProject__roomInfoPhoto {
  margin-right: 1.7rem;
  width: 7.7rem;
  height: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.designProject__roomInfoPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.designProject__roomInfoAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 3.2rem;
}

.designProject__roomInfoAuthor-title {
  display: block;
  color: #9A9A9A;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.designProject__roomInfoAuthor-name {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.designProject__roomInfoAuthor-link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

.designProject__models {
  padding: 8rem 0;
  margin-bottom: 8rem;
  background: #f6f6f6;
}

@media only screen and (max-width: 1024px) {
  .designProject__models {
    padding: 6.4rem 0;
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__models {
    overflow: hidden;
  }
  .designProject__models .swiper {
    overflow: visible;
  }
}

.designProject__modelsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .designProject__modelsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.designProject__modelsInfo {
  margin-right: 7.7rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.3rem;
  flex: 0 0 54.3rem;
}

@media only screen and (max-width: 1360px) {
  .designProject__modelsInfo {
    margin-right: 3.2rem;
    -ms-flex-preferred-size: 45.9rem;
    flex-basis: 45.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .designProject__modelsInfo {
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.designProject__modelsTitle {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 1024px) {
  .designProject__modelsTitle {
    display: none;
  }
}

.designProject__modelsTitle._tablet {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .designProject__modelsTitle._tablet {
    display: block;
    margin-bottom: 2.4rem;
  }
}

.designProject__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

@media only screen and (max-width: 1024px) {
  .designProject__model {
    height: 100%;
  }
}

.designProject__modelCategory {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #898989;
}

.designProject__modelTitle {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .designProject__modelTitle {
    margin-bottom: 1.2rem;
  }
}

.designProject__modelTitle strong {
  font-weight: 400;
}

.designProject__modelText {
  margin-top: 2.4rem;
  margin-bottom: auto;
}

.designProject__modelMore {
  padding: 1.9rem 9.5rem;
  border-radius: .4rem;
  background: #fff200;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .designProject__modelMore {
    max-width: 40rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

.designProject__modelSlider {
  max-height: 50.6rem;
}

@media only screen and (max-width: 1024px) {
  .designProject__modelSlider {
    margin-bottom: 6.7rem;
    max-width: 100%;
    height: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .designProject__modelSlider {
    height: 66.67vw;
  }
}

.designProject__modelSlider .swiper-pagination {
  position: absolute;
  bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .designProject__modelSlider .swiper-pagination {
    display: none;
  }
}

.designProject__modelSlider .swiper-slide {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .designProject__modelSlider .swiper-slide {
    width: 80vw;
  }
}

.designProject__modelSlider .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  cursor: pointer;
}

.designProject__modelSlider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.725rem;
}

.designProject__modelSlider .swiper-pagination-bullet-active {
  background-color: #fff200;
}

.designProject__modelSlider .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .designProject__modelSlider .swiper-arrow {
    display: none;
  }
}

.designProject__modelSlider .swiper-arrow svg {
  width: 0.9rem;
  height: 1.6rem;
}

.designProject__modelSlider .swiper-button-next {
  right: 1.35rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.designProject__modelSlider .swiper-button-prev {
  left: 1.35rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.designProject__modelsWrapper {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  z-index: 0;
}

.designProject__modelsWrapper.swiper-slide-active {
  z-index: 1;
}

.designProject__modelImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.designProject__modelsSlider {
  overflow: visible;
}

.designProject__modelsSlider-navigation {
  position: absolute;
  left: 38.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 1360px) {
  .designProject__modelsSlider-navigation {
    left: 29.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .designProject__modelsSlider-navigation {
    left: 0;
    bottom: auto;
    top: calc(50vw + 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .designProject__modelsSlider-navigation {
    top: calc(66.67vw + 1.6rem);
  }
}

.designProject__modelsSlider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.designProject__modelsSlider-arrow {
  width: 2.7rem;
  height: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.designProject__modelsSlider-arrow svg {
  width: 100%;
  height: 100%;
  fill: #C5C5C5;
}

.designProject__modelsSlider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 5.5rem;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
}

.designProject__modelsSlider-pagination::after {
  position: absolute;
  content: '/';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.designProject__modelsSlider-pagination .swiper-pagination-current {
  color: #363636;
}

.designProject__roomExpand {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: block;
  z-index: 3;
  display: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_26_129)'%3E%3Crect width='32' height='32' rx='3' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6073 14.2633C10.1171 14.2633 10.5378 14.6448 10.5995 15.1379L10.6073 15.2633L10.6073 21.3344L16.6784 21.3344C17.2307 21.3344 17.6784 21.7821 17.6784 22.3344C17.6784 22.8442 17.2969 23.2649 16.8038 23.3266L16.6784 23.3344L9.6073 23.3344C9.0975 23.3344 8.6768 22.9529 8.61509 22.4598L8.6073 22.3344L8.6073 15.2633C8.6073 14.711 9.05502 14.2633 9.6073 14.2633ZM23.3342 9.60649L23.3342 16.6776C23.3342 17.2298 22.8865 17.6776 22.3342 17.6776C21.782 17.6776 21.3342 17.2298 21.3342 16.6776L21.3342 10.6065L15.2632 10.6065C14.7109 10.6065 14.2632 10.1588 14.2632 9.60649C14.2632 9.0542 14.7109 8.60649 15.2632 8.60649L22.3342 8.60649C22.8865 8.60649 23.3342 9.0542 23.3342 9.60649Z' fill='%23363636'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26_129'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-size: 3.2rem 3.2rem;
}

@media only screen and (max-width: 767px) {
  .designProject__roomExpand {
    display: block;
  }
}

.estimate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.estimate__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.estimate__input:checked + .estimate__label {
  border-color: #363636;
  color: #363636;
}

.estimate__label {
  border: 0.1rem solid #ededed;
  border-radius: 0.2rem;
  color: #898989;
  display: block;
  padding: 1.3rem 1.6rem;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .estimate__label {
    padding: 1.3rem .8rem;
  }
}

.estimate-list {
  list-style: none;
}

.estimate-list__title {
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}

.estimate-list__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
}

.estimate-list__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  width: calc(100% / 3 - 2rem);
}

.estimate-list__item:first-child {
  width: 100%;
}

.features {
  color: #797979;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  /*&__text-bold {
        font-weight: 400;
    }*/
}

.features.__overflow-visible {
  overflow: visible;
}

.features._small-font .features__text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .features._small-font .features__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767.02px) {
  .features._two-columns .features__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
  }
  .features._two-columns .features__title {
    max-width: 30.2rem;
  }
  .features._two-columns .features__text {
    width: 35rem;
    max-width: none;
  }
  .features._two-columns .features__item {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .features._two-columns .features__row {
    padding: 6rem 0;
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
  }
  .features._two-columns .features__row:first-child {
    border-top: 1px solid #E4E4E4;
  }
}

@media only screen and (max-width: 767px) {
  .features._two-columns .features__row {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .features._about .features__title {
    font-size: 2.1rem;
    line-height: 150%;
  }
  .features._about .features__total {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .features._about {
    margin-top: -5rem;
  }
  .features._about .features__total {
    margin-bottom: 1.5rem;
  }
  .features._about .features__title {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .features._about .features__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.features._about-with-picture .features__row:first-child {
  border-top: 1px solid #d5d5d5;
}

.features._about-with-picture .features__item_full {
  grid-column: 1/4;
}

@media only screen and (max-width: 1024px) {
  .features._about-with-picture {
    margin-top: 12rem;
  }
  .features._about-with-picture .features__text {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .features._about-with-picture {
    margin-top: 10rem;
    padding-top: 3rem;
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .features._about-with-picture .features__row {
    padding: 3rem 0;
  }
  .features._about-with-picture .features__row:last-child {
    padding-bottom: 0;
  }
}

.features__row {
  border-top: 1px solid #d5d5d5;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.features__row:last-child {
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .features__row {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .features__row:not(:last-child) {
    padding-bottom: 4rem;
  }
}

@media (min-width: 767px) {
  .features__row:last-child {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .features__row:first-child {
    border-top: none;
  }
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

@media only screen and (max-width: 1024px) {
  .features__content {
    display: block;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .features__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8.5rem;
    grid-row-gap: 4.8rem;
  }
}

@media (min-width: 1920px) {
  .features__content {
    grid-gap: 18.6rem;
    grid-row-gap: 6rem;
  }
}

.features__content--gap {
  grid-gap: 5.5rem;
}

.features__item {
  --text-width: 30.5rem;
  min-height: 0;
  min-width: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .features__item {
    padding: 0;
  }
}

.features__item_title {
  max-width: var(--text-width);
}

@media only screen and (max-width: 1024px) {
  .features__item_title {
    max-width: none !important;
  }
}

.features__item_info {
  max-width: var(--text-width);
  padding-left: 0rem;
}

@media only screen and (max-width: 1024px) {
  .features__item_info {
    max-width: unset;
  }
}

.features__item_full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.features__item:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 33.2rem;
  font-size: 1.8rem;
  line-height: 150%;
}

@media only screen and (max-width: 1024px) {
  .features__item:first-child {
    padding-bottom: 0;
  }
}

.features__title, .features__text-bold {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1.777em;
}

.features._about .features__title {
  font-weight: 400;
}

.features__text-bold {
  font-weight: 500;
}

.features__text {
  color: #797979;
  font-size: 1.6rem;
  line-height: 160%;
}

.features__text:first-child {
  margin-top: 0;
}

.features__text:last-child {
  margin-bottom: 0;
}

.features__total {
  color: #363636;
  font-weight: 500;
}

.features__footer {
  margin-top: 6rem;
}

@media only screen and (max-width: 1024px) {
  .features__footer {
    margin-top: 4rem;
  }
}

.features .features__row--pb-0 {
  padding-bottom: 0;
}

.features .features__img-list {
  gap: 1.6rem;
}

.features .features__img-list--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features .features__img-list--single li {
  min-width: 23.8rem;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .features .features__img-list--single li {
    min-width: 100%;
    height: 8.2rem;
  }
}

.features .features__img-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  padding: 2px;
  max-height: 15rem;
  /* border: 1px solid #F4F4F4;
            border-radius: 0.6rem; */
  /*span {
                text-align: center;
            }*/
}

.features .features__img-list li img {
  width: 14.8rem;
  max-height: 14.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .features .features__img-list li img {
    width: 10.5rem;
  }
}

.features__button-wrap {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.features__button {
  color: black;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  background-color: transparent;
}

.features__button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-size: 100%;
  background-position: 0 0;
  background-image: -o-repeating-linear-gradient(left, #000000, #000000 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 7px, #000000 7px, #000000 10px);
  background-image: repeating-linear-gradient(to right, #000000, #000000 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 7px, #000000 7px, #000000 10px);
}

.features__button.opened .features__button-text--closed {
  display: none;
}

.features__button.opened .features__button-text--opened {
  display: inline;
}

.features__button-wrap .form__button.opened .features__button-text--closed {
  display: none;
}

.features__button-wrap .form__button.opened .features__button-text--opened {
  display: inline;
}

.features__button-text {
  pointer-events: none;
}

.features__button-text--closed {
  display: inline;
}

.features__button-text--opened {
  display: none;
}

.features__list {
  padding-left: 1.7rem;
  list-style-type: disc;
}

.features__list:not(:last-child) {
  margin-bottom: 3.2rem;
}

.features__list li:not(:last-child) {
  margin-bottom: 2rem;
}

.features__list--sm li:not(:last-child) {
  margin-bottom: 1.3rem;
}

.features__list--numbers {
  position: relative;
  padding-left: 2.5rem;
  list-style-type: none;
}

.features__list--numbers li {
  counter-increment: counter-number;
}

.features__list--numbers li::before {
  position: absolute;
  content: counter(counter-number);
  left: 0;
}

.features__list--numbers li:not(:last-child) {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .features__list--numbers li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.features__number-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.features__number-list-item div:first-child {
  min-width: 4rem;
}

@media only screen and (max-width: 1024px) {
  .features__number-list-item div:first-child:first-child {
    min-width: 3rem;
  }
}

.features__row--border-top:first-child {
  padding-top: 6rem;
  border-top: 1px solid #E4E4E4;
}

.features__row--padding-top:first-child {
  padding-top: 6rem;
}

.features__row--border-bottom {
  border-bottom: 1px solid #E4E4E4;
}

.features--content {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .features--content .features__row:first-child {
    border-top: none;
  }
}

.features--content .features__item_title h3 {
  margin-bottom: 0;
  color: #363636;
}

@media only screen and (max-width: 1024px) {
  .features--content .features__item_title h3 {
    font-size: 3rem;
  }
}

.features--content .features__item_title p {
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  color: #323232;
}

.features--content .features__item_info p {
  font-size: 1.8rem;
  color: #323232;
}

.features--content .features__item_info span {
  font-size: 1.6rem;
  color: #797979;
}

.line {
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}

.line:after {
  background: #fff200;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.feedback-popup__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

.field {
  position: relative;
}

.field.is-filled .field__tel {
  opacity: 0;
}

.field__inner {
  position: relative;
}

.field__label {
  font-size: 1.2rem;
  color: #868686;
}

.field__input {
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid #cacaca;
  color: inherit;
  outline: none;
  padding: 0.5rem 0 1rem;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .field__input {
    font-size: 1.6rem;
  }
}

.field__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.field__input:focus:-ms-input-placeholder {
  color: transparent;
}

.field__input:focus::-moz-placeholder {
  color: transparent;
}

.field__input:focus::-ms-input-placeholder {
  color: transparent;
}

.field__input:focus::placeholder {
  color: transparent;
}

.field__input:focus + .field__tel {
  opacity: 0;
}

.field__input::-webkit-input-placeholder {
  color: inherit;
}

.field__input:-ms-input-placeholder {
  color: inherit;
}

.field__input::-moz-placeholder {
  color: inherit;
}

.field__input::-ms-input-placeholder {
  color: inherit;
}

.field__input::placeholder {
  color: inherit;
}

.field__input option:not(:disabled) {
  color: #363636;
}

.field__input:not(:-moz-placeholder-shown) + .field__placeholder {
  opacity: 0;
  z-index: -1;
  transform: none;
  font-size: 16px;
}

.field__input:not(:-ms-input-placeholder) + .field__placeholder {
  opacity: 0;
  z-index: -1;
  -ms-transform: none;
  transform: none;
  font-size: 16px;
}

.field__input:not(:placeholder-shown) + .field__placeholder, .field__input:focus + .field__placeholder {
  opacity: 0;
  z-index: -1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 16px;
}

.field__tel {
  color: #868686;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  transform: translateY(0.3rem);
  white-space: nowrap;
}

.field__tel-code {
  color: #363636;
}

.field__error {
  color: #ff8a8a;
  font-size: 1.1rem;
  position: absolute;
  top: 100%;
  left: 0;
}

.field__placeholder {
  position: absolute;
  left: 0;
  color: #868686;
  font-size: 1.5rem;
  pointer-events: none;
}

.field__placeholder-code {
  color: #363636;
}

.authorization-field {
  position: relative;
}

.authorization-field.is-filled .authorization-field__tel {
  opacity: 0;
}

.authorization-field__input {
  color: #fff;
}

.authorization-field__input:focus + .authorization-field__tel {
  opacity: 0;
}

.authorization-field__tel {
  color: #868686;
  font-size: 1.9rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.authorization-field__tel-code {
  color: #fff;
}

.filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .filter__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filter__wrap {
  display: contents;
}

@media only screen and (max-width: 1440px) and (min-width: 767.02px) {
  .filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
  }
}

@media (hover: hover) {
  .filter__item:hover button {
    background-color: #363636;
    color: #fff;
  }
  .filter__item:hover svg {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.filter__item_filter {
  margin-right: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1440px) and (min-width: 767.02px) {
  .filter__item_filter {
    margin-top: 1.5rem;
    margin-right: 0;
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .filter__item_filter {
    margin-right: auto;
    margin-bottom: 1.6rem;
    padding-right: .5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.4rem;
  }
}

.filter__item_filter-tags {
  margin-right: 3rem;
}

@media only screen and (max-width: 1440px) and (min-width: 767.02px) {
  .filter__item_filter-tags {
    display: contents;
  }
}

@media only screen and (max-width: 767px) {
  .filter__item_filter-tags {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 1.6rem;
  }
}

.filter__item_reset {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .filter__item_reset {
    margin-bottom: 1.6rem;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.4rem;
  }
}

.filter-btn {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff200;
  border-radius: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  outline: none;
  padding: 1.6rem 2.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .filter-btn {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

@media (hover: hover) {
  .filter-btn:hover {
    background: #fff64d;
    color: #ffffff;
  }
}

.filter-btn__icon {
  fill: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  height: 1.7rem;
  line-height: 1.2;
  margin-right: 1.7rem;
  width: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .filter-btn__icon {
    margin-right: 1rem;
  }
}

.filter-panel {
  -webkit-overflow-scrolling: auto;
  background: #fff;
  bottom: 0;
  height: 100vh;
  left: -100%;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  width: 73rem;
  will-change: left;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    /*min-height: calc(var(--vh, 1vh) * 100);*/
  }
}

.filter-panel__inner {
  padding: 16vh 7rem 7rem 10rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .filter-panel__inner {
    display: block;
    padding: 2.5rem 1.6rem;
  }
}

.filter-panel__close-btn {
  background: transparent;
  border: 0;
  padding: 0;
  fill: #c4c4c4;
  height: 1.8rem;
  outline: none;
  position: absolute;
  right: 3.5rem;
  top: 3.5rem;
  width: 1.8rem;
}

@media (hover: hover) {
  .filter-panel__close-btn:hover {
    fill: #ababab;
  }
}

.filter-panel__close-btn svg {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .filter-panel__content {
    margin-bottom: auto;
  }
}

.filter-panel__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 2.571em;
}

@media only screen and (max-width: 767px) {
  .filter-panel__title {
    font-size: 2.5rem;
    margin-bottom: 1.6em;
    max-width: 85%;
  }
}

.filter-panel__section:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (min-width: 1024px) {
  .filter-panel__section:not(:first-child) {
    margin-top: 4rem;
  }
}

.filter-panel__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9rem;
}

@media only screen and (max-width: 767px) {
  .filter-panel__footer {
    padding-bottom: 1rem;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .filter-panel__footer-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.filter-panel__btn {
  background: transparent;
  border: 0;
  padding: 0;
  background: #f7f7f7;
  border-radius: 6rem;
  outline: none;
  padding: 1.6rem 2.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media only screen and (max-width: 767px) {
  .filter-panel__btn {
    width: 100%;
  }
}

@media (hover: hover) {
  .filter-panel__btn:hover {
    background-color: #363636;
    color: #fff;
  }
}

.filter-panel__btn_apply {
  background-color: #fff200;
  color: #000000;
}

@media (hover: hover) {
  .filter-panel__btn_apply:hover {
    background-color: #fff64d;
    color: #363636;
  }
}

.is-panel-open .filter-panel {
  left: 0;
  right: 0;
}

.order-panel {
  -webkit-overflow-scrolling: auto;
  background: #fff;
  bottom: 0;
  height: 100vh;
  right: -100%;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
  width: 63rem;
  will-change: right;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .order-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    /*min-height: calc(var(--vh, 1vh) * 100);*/
  }
}

.order-panel .btn {
  border: none !important;
  padding: 1.9rem 2rem 1.9rem;
}

.order-panel__inner {
  padding: 10rem 20rem 10rem 4.2rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .order-panel__inner {
    display: block;
    padding: 4rem 1.6rem;
  }
}

.order-panel__item-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.order-panel__img-block {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .order-panel__img-block {
    margin-bottom: 25px;
  }
}

.order-panel__img-block img {
  margin-bottom: 16px;
}

.order-panel__close-btn {
  background: transparent;
  border: 0;
  padding: 0;
  fill: #c4c4c4;
  height: 1.8rem;
  outline: none;
  position: absolute;
  right: 3.5rem;
  top: 3.5rem;
  width: 1.8rem;
}

@media (hover: hover) {
  .order-panel__close-btn:hover {
    fill: #ababab;
  }
}

@media only screen and (max-width: 767px) {
  .order-panel__close-btn {
    height: 1rem;
    width: 1rem;
    right: 1.6rem;
    top: 1.6rem;
  }
}

.order-panel__close-btn svg {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .order-panel__content {
    margin-bottom: auto;
  }
}

.order-panel__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .order-panel__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 22px;
  }
}

.order-panel__section:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (min-width: 1024px) {
  .order-panel__section:not(:first-child) {
    margin-top: 4rem;
  }
}

.order-panel__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9rem;
}

@media only screen and (max-width: 767px) {
  .order-panel__footer {
    padding-bottom: 1rem;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-panel__footer-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.order-panel__btn {
  background: transparent;
  border: 0;
  padding: 0;
  background: #f7f7f7;
  border-radius: 6rem;
  outline: none;
  padding: 1.6rem 2.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media only screen and (max-width: 767px) {
  .order-panel__btn {
    width: 100%;
  }
}

@media (hover: hover) {
  .order-panel__btn:hover {
    background-color: #363636;
    color: #fff;
  }
}

.order-panel__btn_apply {
  background-color: #fff200;
  color: #000000;
}

@media (hover: hover) {
  .order-panel__btn_apply:hover {
    background-color: #fff64d;
    color: #363636;
  }
}

.is-panel-open .order-panel {
  left: initial;
  right: 0;
}

.order-panel .popup-form__footer {
  margin-top: 3.2rem;
}

.order-panel .popup-form__notice {
  text-align: left;
  margin-top: 18px;
}

.filter-section__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5625em;
}

.filter-section__notice-btn {
  background: transparent;
  border: 0;
  padding: 0;
  height: 1.4rem;
  margin-left: 1rem;
  outline: none;
  width: 1.4rem;
}

.filter-section__notice-btn svg {
  fill: #a6a6a6;
  height: 100%;
  width: 100%;
}

.filter-tags-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}

@media only screen and (max-width: 1440px) and (min-width: 767.02px) {
  .filter-tags-list {
    display: contents;
  }
}

.filter-tags-list__item {
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}

.filter-tags-list__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 2.5rem;
  color: #000;
}

.footer-about {
  background: #363636;
  font-size: 1.2rem;
  line-height: 1.166;
  color: #9a9a9a;
}

.footer-about__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.8rem 0;
}

@media only screen and (max-width: 1024px) {
  .footer-about__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
}

.footer-about__section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .footer-about__section {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-about__section:first-child {
    border-bottom: 0.1rem solid #757575;
    padding-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-about__section:not(:first-child) {
    padding-top: 2.4rem;
  }
}

.footer-about__link {
  color: #9a9a9a;
}

@media (hover: hover) {
  .footer-about__link:hover {
    color: silver;
  }
}

.footer-about__info {
  color: #757575;
}

@media (hover: hover) {
  .footer-about__info:hover {
    color: #9b9b9b;
  }
}

.footer-about__item.ibrush {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 350px) {
  .footer-about__item.ibrush {
    width: 100%;
    margin-top: 20px;
  }
}

.footer-about__item.ibrush span {
  margin-right: 8px;
}

.footer-about__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-about__logo span {
  color: #9a9a9a;
}

.footer-about__logo svg {
  height: 1.2rem;
  width: 5.5rem;
  fill: #959595;
}

@media (hover: hover) {
  .footer-about__logo:hover svg {
    fill: #bbbbbb;
  }
}

.footer-extra {
  padding: 4rem 0;
}

@media only screen and (max-width: 1024px) {
  .footer-extra {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-extra {
    padding: 2.4rem 0;
  }
}

.footer-extra__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  /*margin-top: -4rem;*/
}

@media only screen and (max-width: 767px) {
  .footer-extra__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-extra__item {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .footer-extra__item_extra {
    width: calc(100% - 1.6rem);
  }
}

@media only screen and (max-width: 1024px) {
  .footer-extra__item_apps {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .footer-extra__item_apps {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.footer-extra-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.4rem;
  margin-top: -1.6rem;
}

@media only screen and (max-width: 767px) {
  .footer-extra-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-extra-list__item {
  border-radius: 0.6rem;
  min-width: 26rem;
  margin-left: 2.4rem;
  margin-top: 1.6rem;
  /*@include breakpoint-down($tablet) {
            min-width: auto;
            width: calc(100% / 3 - 2.4rem);
        }*/
}

@media only screen and (max-width: 767px) {
  .footer-extra-list__item {
    width: calc(100% - 2.4rem);
  }
}

.footer-extra-list__val {
  display: block;
  padding: 2.4rem;
  position: relative;
  background: #f6f6f6;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border-radius: 6px;
  padding-right: 4rem;
}

@media (hover: hover) {
  .footer-extra-list__val:hover {
    background: #363636;
  }
  .footer-extra-list__val:hover .footer-extra-list__title {
    color: #ffffff;
  }
  .footer-extra-list__val:hover .footer-extra-list__arrow {
    fill: #ffffff;
  }
}

.footer-extra-list__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media only screen and (max-width: 1024px) {
  .footer-extra-list__title {
    font-size: 1.6rem;
  }
}

.footer-extra-list__text {
  color: #9a9a9a;
  line-height: 1.3;
  margin: 0;
}

.footer-extra-list__arrow {
  height: 2.4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.4rem;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
}

.footer-main {
  font-size: 1.4rem;
}

.footer-main__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .footer-main__inner {
    display: grid;
    grid-template-areas: "logo call" "logo worktime" "social social" "feedback feedback";
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main__item._logo {
    grid-area: logo;
    align-self: start;
  }
  .footer-main__item._call {
    grid-area: call;
    justify-self: end;
    margin-bottom: 0.8rem;
  }
  .footer-main__item._worktime {
    grid-area: worktime;
    justify-self: end;
    margin-bottom: 2.2rem;
  }
  .footer-main__item._social {
    grid-area: social;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2.4rem;
  }
  .footer-main__item._social::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1.6rem;
    width: 100vw;
    height: 1px;
    background-color: #E4E4E4;
  }
  .footer-main__item._social .show-mobile {
    width: 100%;
  }
  .footer-main__item._feedback {
    grid-area: feedback;
  }
}

.footer-main__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-main__item .call-info__tel {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 112%;
}

.footer-main__item .call-info__call-btn {
  display: inline-block;
  margin-left: 0;
  margin-top: 0.9rem;
  font-weight: 400;
}

.footer-main__worktime {
  margin: 0;
  font-size: 1.3rem;
  line-height: 112%;
  color: #9A9A9A;
}

.footer-main__worktime span:first-child {
  display: block;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .footer-main__worktime span:first-child {
    margin-bottom: 0.6rem;
  }
}

.footer-main__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.1rem;
  width: 9.8rem;
}

@media only screen and (max-width: 767px) {
  .footer-main__logo {
    width: 11.7rem;
    height: 4.7rem;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-main__feedback-btn {
    min-width: 167px;
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
  }
}

.footer-nav {
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  .footer-nav {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.footer-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -5.5rem;
}

@media only screen and (max-width: 1024px) {
  .footer-nav__inner {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

.footer-nav__item {
  min-width: 16rem;
  margin-top: 5.5rem;
}

@media only screen and (min-width: 1025px) {
  .footer-nav__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-nav__item {
    min-width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav__item {
    margin-top: 0;
    border-bottom: 0.1rem solid #e4e4e4;
  }
  .footer-nav__item:first-child {
    border-top: 0.1rem solid #e4e4e4;
  }
  .footer-nav__item:last-child {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav-list.is-active .footer-nav-list__head {
    background: #363636;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav-list.is-active .footer-nav-list__head a.footer-nav-list__title {
    pointer-events: none;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav-list.is-active .footer-nav-list__arrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    fill: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav-list.is-active .footer-nav-list__inner {
    height: auto;
    opacity: 1;
    position: static;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}

.footer-nav-list__inner {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .footer-nav-list__inner {
    height: 0;
    opacity: 0;
    padding: 2rem 1.6rem 3.5rem;
    position: absolute;
    visibility: hidden;
    z-index: -1;
  }
}

.footer-nav-list__item:not(:first-child) {
  margin-top: 1.5rem;
}

.footer-nav-list__head {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .footer-nav-list__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 2rem 1.6rem;
  }
}

.footer-nav-list__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .footer-nav-list__title {
    pointer-events: none;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.footer-nav-list__arrow {
  display: none;
  fill: #c8c8c8;
  height: 1.1rem;
  width: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .footer-nav-list__arrow {
    display: inline-block;
  }
}

.footer-nav-list__link {
  color: #9a9a9a;
}

@media (hover: hover) {
  .footer-nav-list__link:hover {
    color: #363636;
  }
}

.form {
  display: block;
  margin: 0;
}

.form.section {
  margin-top: 3.6rem;
}

@media (min-width: 767px) {
  .form.section {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .form.section {
    margin-top: 8rem;
  }
}

@media (min-width: 1360px) {
  .form {
    padding: calc(12rem + 23.6rem) 0 12rem;
    background-color: #f6f6f6;
  }
  .form.section {
    margin-top: -23.6rem;
  }
}

.form__form {
  padding: 4.5rem 3.4rem 3rem;
  border-radius: 4px;
  color: #ffffff;
  background-color: #363636;
}

@media (min-width: 767px) {
  .form__form {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1360px) {
  .form__form {
    padding: 0;
    border-radius: 0;
    color: #363636;
    background-color: transparent;
  }
}

@media (min-width: 767px) {
  .form__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .form__wrap {
    grid-gap: 3rem;
  }
}

@media (min-width: 1360px) {
  .form__wrap {
    grid-template-columns: 1fr 74.5rem;
    grid-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.form__fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.form__text-wrap {
  margin-bottom: 4rem;
}

@media (min-width: 767px) {
  .form__text-wrap {
    display: contents;
  }
}

@media (min-width: 1360px) {
  .form__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.form__title {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.13;
  font-weight: 600;
  width: 100%;
}

@media (min-width: 767px) {
  .form__title {
    margin-bottom: 2rem;
    max-width: 38rem;
    line-height: 1.2;
  }
}

@media (min-width: 1360px) {
  .form__title {
    margin-bottom: 4rem;
    max-width: 100%;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.form__arrow {
  display: none;
}

@media (min-width: 1360px) {
  .form__arrow {
    display: block;
    width: 18.8rem;
    margin-bottom: 4rem;
  }
}

.form__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media (min-width: 767px) {
  .form__text {
    margin-bottom: 2rem;
    padding-top: 0.2rem;
    max-width: 38.5rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1024px) {
  .form__text {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .form__text:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1360px) {
  .form__text {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
}

@media (min-width: 767px) {
  .form__inputs-wrap {
    display: contents;
  }
}

@media (min-width: 1360px) {
  .form__inputs-wrap {
    border: 1px solid #D7D7D7;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3.4rem;
    padding: 3rem;
    border-radius: 0.6rem;
    background-color: #ffffff;
  }
}

.form__label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #9a9a9a;
}

@media (min-width: 767px) {
  .form__label {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 1024px) {
  .form__meters-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 2.5rem;
  }
  .form__meters-wrap .form__input-item:last-child {
    margin-bottom: 2rem;
  }
}

.form__input-item {
  position: relative;
  margin-bottom: 2rem;
}

.form__input-item.js-form__recaptcha {
  display: none;
}

.form__input-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .form__input-item {
    margin-bottom: 0;
  }
}

.form__input-item.isFilled .field__tel {
  display: none;
}

.form__input-item .field__tel {
  font-size: 1.6rem;
}

.form__input-item .field__tel-code {
  color: white;
}

@media (min-width: 1360px) {
  .form__input-item .field__tel-code {
    color: #868686;
  }
}

.form__input {
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9a9a9a;
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: white;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form__input::-webkit-input-placeholder {
  color: #9a9a9a;
}

.form__input::-moz-placeholder {
  color: #9a9a9a;
}

.form__input:-ms-input-placeholder {
  color: #9a9a9a;
}

.form__input::-ms-input-placeholder {
  color: #9a9a9a;
}

.form__input::placeholder {
  color: #9a9a9a;
}

.form__input:not(:-moz-placeholder-shown) {
  border-color: white;
}

.form__input:not(:-ms-input-placeholder) {
  border-color: white;
}

.form__input:focus, .form__input:not(:placeholder-shown) {
  border-color: white;
}

.form__input._file {
  display: none;
}

.form__input.invalid {
  border-color: red;
}

@media (min-width: 767px) {
  .form__input {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

@media (min-width: 1360px) {
  .form__input {
    border-color: #575757;
    color: #363636;
  }
  .form__input:not(.invalid):not(:-moz-placeholder-shown) {
    border-color: #575757;
  }
  .form__input:not(.invalid):not(:-ms-input-placeholder) {
    border-color: #575757;
  }
  .form__input:not(.invalid):focus, .form__input:not(.invalid):not(:placeholder-shown) {
    border-color: #575757;
  }
}

.form__error-text {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  color: red;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__error-text--file {
  position: static;
  margin-top: 0;
  margin-bottom: 3.2rem;
  color: gray;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.invalid ~ .form__error-text {
  opacity: 1;
}

.form__input-item.js-form__recaptcha.invalid .form__error-text {
  opacity: 1;
}

.form__image {
  display: block;
  width: 100%;
}

.form__subtitle {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.08;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .form__subtitle {
    margin-bottom: 4rem;
    font-size: 3rem;
    line-height: 1.13;
  }
}

.form__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__file-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.9rem 1rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid black;
  border-radius: 0.4rem;
}

@media (min-width: 1024px) {
  .form__file-label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}

.form__file-icon {
  display: block;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}

.form__file-text {
  line-height: 1;
}

.form__file-count-text {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.form__file-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-bottom: 0.8rem;
}

.form__file-list:empty {
  display: none;
}

.form__file-list:empty ~ .form__file-count-text {
  display: none;
}

.form__file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
}

.form__file-item span {
  margin-right: 0.5rem;
}

.form__file-remove {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__file-remove::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.form__file-remove-icon {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: none;
}

.popup__form .form__captcha-container {
  margin-top: 3.2rem;
}

.form__captcha-container {
  position: relative;
}

.form__captcha-container .form__error-text {
  top: auto;
  left: 1.6rem;
  bottom: -1rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .form__captcha-container .form__error-text {
    left: 0;
  }
}

.form__captcha-container._error .form__error-text {
  opacity: 1;
}

.form__captcha {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.form__captcha div {
  width: 258px !important;
}

.form__controls {
  grid-column: 1 / span 2;
}

@media (min-width: 767px) {
  .form__controls {
    margin-top: 1rem;
    /*grid-column: 1 / span 2;*/
  }
}

@media (min-width: 1360px) {
  .form__controls {
    margin-top: 0;
  }
}

.form__button-wrap {
  margin-bottom: 0.8rem;
}

.form__button-wrap:last-child {
  margin-bottom: 0;
}

.form__button {
  display: block;
  position: relative;
  margin: 1rem 0 2.4rem;
  padding: 1.5rem 3.2rem;
  width: 100%;
  border: none;
  border-radius: 0.4rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #363636;
  background-color: white;
}

.form__button span {
  position: relative;
  z-index: 10;
}

.form__button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .form__button:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .form__button:hover::before {
    opacity: 1;
  }
}

.form__button--back {
  color: white;
  background-color: transparent;
}

@media (min-width: 767px) {
  .form__button {
    margin-bottom: 1.6rem;
    /*margin-bottom: 0;*/
  }
}

@media (min-width: 1360px) {
  .form__button {
    background-color: #fff200;
  }
}

.form__button-info {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.form__button-info-text {
  color: #7b7b7b;
}

.form__button-info-link {
  color: #bababa;
  text-decoration: underline;
}

.form__result {
  display: none;
  padding-bottom: 3.4rem;
}

.form__result._active {
  display: block;
}

@media (min-width: 1024px) {
  .form__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 54rem;
    height: 100%;
  }
  .form__result._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mfp-content .form__result {
  display: block;
}

.form__result-text-wrap .popup__title {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .form__result-text-wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 2rem;
  }
}

.form__result-title {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .form__result-title {
    position: relative;
    margin-right: auto;
    padding-bottom: 4rem;
    font-size: 4rem;
    line-height: 1.2;
  }
  .form__result-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../svg_icons/arrow.svg");
  }
}

.form__result-text {
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: 'Manrope', sans-serif;
  color: #868686;
}

@media (min-width: 1024px) {
  .form__result-text {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media (min-width: 1024px) {
  .form__result-link-wrap {
    width: 100%;
  }
}

.form__result-link {
  text-align: center;
  text-decoration: none;
}

/*
.form__select-wrap {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        top: 55%;
        right: 0;
        width: 1.1rem;
        height: 1.1rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url("../img/toggle.svg");
        transform: transtaleY(-50%);
    }

    &:focus-within {
        &::before {
            transform: transtaleY(-50%) rotate(180deg);
        }
    }
}
*/
.form__select {
  display: block;
  margin: 0;
  padding: 0.6rem 2rem 1rem 0;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9a9a9a;
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #9a9a9a;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form__select.active {
  color: #ffffff;
}

.form__select.invalid:not(:-moz-placeholder-shown) {
  border-color: red;
}

.form__select.invalid:not(:-ms-input-placeholder) {
  border-color: red;
}

.form__select.invalid, .form__select.invalid:focus, .form__select.invalid:not(:placeholder-shown) {
  border-color: red;
}

@media (min-width: 1360px) {
  .form__select {
    border-color: #575757;
  }
  .form__select:not(:-moz-placeholder-shown) {
    border-color: #575757;
  }
  .form__select:not(:-ms-input-placeholder) {
    border-color: #575757;
  }
  .form__select:focus, .form__select:not(:placeholder-shown) {
    border-color: #575757;
  }
  .form__select.active {
    color: #363636;
  }
}

.form__select-option {
  display: block;
  padding: 2rem;
  max-width: 2rem;
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: black;
  background-color: white;
  cursor: pointer;
}

.form__select-option:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.form__select-option:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

@media only screen and (max-width: 767px) {
  .section.section-free {
    margin-top: 3.2rem;
  }
}

.free__inner {
  display: grid;
  grid-gap: 3.2rem 11.6rem;
  grid-template-columns: minmax(auto, 27.4rem) 1fr;
}

@media only screen and (max-width: 1440px) {
  .free__inner {
    grid-gap: 3.2rem 4.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .free__inner {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}

.free__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 27.5rem;
}

.free__title {
  margin: 0 0 1.4em;
  line-height: 115%;
  font-size: 3rem;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .free__title {
    margin-bottom: 0;
  }
}

.free__arrow {
  height: 1.7rem;
  margin-left: auto;
  width: 14rem;
}

.free__arrowChoose {
  height: 1.7rem;
  width: 14rem;
}

.free__item_title {
  padding-top: 1.6rem;
}

.free-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -2rem;
}

@media only screen and (max-width: 1024px) {
  .free-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-top: -1.6rem;
  }
}

.free-list__item {
  border: 1px solid #f6f6f6;
  border-radius: 0.6rem;
  line-height: 1.2;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 2rem;
  padding: 2.5rem 2rem;
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25.7rem;
  flex: 0 1 25.7rem;
}

@media only screen and (max-width: 1024px) {
  .free-list__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-top: 1.6rem;
  }
}

.free-list__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}

@media only screen and (max-width: 767px) {
  .free-list__title {
    font-size: 1.8rem;
  }
}

.free-list__text {
  font-family: 'Manrope', sans-serif;
  color: #9a9a9a;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .free-list__text {
    font-size: 1.4rem;
  }
}

.good-item {
  background: #f6f6f6;
  border-radius: 0.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .good-item {
    max-width: 91.5vw;
  }
}

.good-item .rate {
  margin-top: auto;
  padding-top: 1.8rem;
}

.good-item--review {
  position: relative;
  display: block;
}

.good-item--review_play_btn {
  width: 5rem;
  height: 4rem;
  right: 44.7%;
  left: 44.7%;
  top: 38%;
  bottom: 38%;
  cursor: pointer;
  pointer-events: unset;
  position: absolute;
}

.good-item--article {
  max-width: 100%;
}

.good-item--article .good-item__name {
  font-size: 2.4rem;
}

.good-item--article .good-item__img-wrap {
  padding-top: 56.25%;
}

@media only screen and (max-width: 767px) {
  .good-item--article .good-item__img-wrap {
    padding-top: 49.253%;
  }
}

.good-item--article .good-item__img-wrap > .good-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.good-item--article .good-item__name-wrap {
  margin-bottom: 1.4rem;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .good-item--article .good-item__footer {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .good-item--article .good-item__img {
    height: 100%;
  }
}

@media (hover: hover) {
  .good-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.07);
  }
}

.good-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.good-item__expand-btn {
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  height: 3.4rem;
  justify-content: center;
  outline: none;
  position: absolute;
  z-index: 10;
  right: 1rem;
  top: 1rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 3.4rem;
}

@media only screen and (max-width: 1024px) {
  .good-item__expand-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (hover: hover) {
  .good-item__expand-btn:hover {
    background-color: #e6e6e6;
  }
}

.good-item__expand-btn svg {
  height: 2.5rem;
  width: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .good-item__expand-btn.desktop-link {
    display: none;
  }
}

.good-item__expand-btn.mobile-link {
  display: none;
}

@media only screen and (max-width: 767px) {
  .good-item__expand-btn.mobile-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.good-item__img-wrap {
  position: relative;
}

.good-item__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .good-item__img {
    height: 299px;
  }
}

.good-item__img.desktop-image {
  display: block;
}

@media only screen and (max-width: 767px) {
  .good-item__img.desktop-image {
    display: none;
  }
}

.good-item__img.mobile-image {
  display: none;
}

@media only screen and (max-width: 767px) {
  .good-item__img.mobile-image {
    display: block;
  }
}

.good-item__img-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.good-item__img-slider:not(.slick-initialized) .good-item__img-slider {
  overflow: hidden;
}

.good-item__img-slider .slick-list,
.good-item__img-slider .slick-track {
  height: 100%;
}

.good-item__img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  border-radius: 50%;
  z-index: 3;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slider .slick-arrow {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.good-item__img-slider .slick-arrow:hover {
  background-color: #FFFFFF;
}

.good-item__img-slider .slick-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.good-item__img-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.good-item__img-slider .slick-prev {
  left: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slider .slick-prev {
    left: 1.5rem;
  }
}

.good-item__img-slider .slick-next {
  right: 1.6rem;
}

.good-item__img-slider .slick-next::after {
  -webkit-transform: translate(-30%, -50%) rotate(180deg);
  -ms-transform: translate(-30%, -50%) rotate(180deg);
  transform: translate(-30%, -50%) rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slider .slick-next {
    right: 1.5rem;
  }
}

.good-item__img-slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  top: calc(100% + 1.6rem);
}

@media only screen and (max-width: 767px) {
  .good-item__img-slider .slick-dots {
    top: calc(100% + 1rem);
  }
}

.good-item__img-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #E4E4E4;
  border-radius: 50%;
}

.good-item__img-slider .slick-dots .slick-active button {
  background-color: #FFF200;
}

.good-item__img-slide {
  position: relative;
}

.good-item__img-slide-last {
  position: relative;
}

.good-item__img-slide-last::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 54, 54, 0.8)), to(rgba(54, 54, 54, 0.8)));
  background: -o-linear-gradient(bottom, rgba(54, 54, 54, 0.8), rgba(54, 54, 54, 0.8));
  background: linear-gradient(0deg, rgba(54, 54, 54, 0.8), rgba(54, 54, 54, 0.8));
}

.good-item__img-slide-last__text {
  position: absolute;
  left: 4.4rem;
  top: 20%;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slide-last__text {
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .good-item__img-slide-last__text {
    left: 1.6rem;
  }
}

.good-item__img-slide-last-anons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 4.4rem;
  bottom: 6.5rem;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slide-last-anons {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

.good-item__img-slide-last-anons .kitchen-card-slider__anons-colors {
  -webkit-transform: translateX(38%);
  -ms-transform: translateX(38%);
  transform: translateX(38%);
}

.good-item__img-slide-last-anons .kitchen-card-slider__anons-colors__item {
  width: 5rem;
  height: 5rem;
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slide-last-anons .kitchen-card-slider__anons-colors {
    -webkit-transform: translateX(44%);
    -ms-transform: translateX(44%);
    transform: translateX(44%);
  }
  .good-item__img-slide-last-anons .kitchen-card-slider__anons-colors__item {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.good-item__img-slide-last-anons__link-text {
  border-radius: 4.4rem;
  margin: 0;
  display: inline-block;
  padding: 1.45rem 2.5rem;
  background-color: #FFF200;
  padding-left: 5.4rem;
  position: relative;
  font-size: 1.6rem;
  color: #363636;
  z-index: 5;
  line-height: 1.2;
}

.good-item__img-slide-last-anons__link-text::before {
  position: absolute;
  content: '';
  left: 2.5rem;
  width: 2.1rem;
  height: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.375 3.125H7.875C8.33913 3.125 8.78425 3.30937 9.11244 3.63756C9.44063 3.96575 9.625 4.41087 9.625 4.875V15.375C9.625 16.3033 9.25625 17.1935 8.59987 17.8499C7.9435 18.5063 7.05326 18.875 6.125 18.875C5.19674 18.875 4.3065 18.5063 3.65013 17.8499C2.99375 17.1935 2.625 16.3033 2.625 15.375V4.875C2.625 4.41087 2.80937 3.96575 3.13756 3.63756C3.46575 3.30937 3.91087 3.125 4.375 3.125Z' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9.62505 6.9312L11.375 5.1812C11.7032 4.85313 12.1483 4.66882 12.6123 4.66882C13.0763 4.66882 13.5214 4.85313 13.8495 5.1812L16.324 7.6557C16.6521 7.98387 16.8364 8.42891 16.8364 8.89295C16.8364 9.35699 16.6521 9.80203 16.324 10.1302L8.44905 18.0052' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.125 15.375V15.3838M14.6125 11.875H16.625C17.0891 11.875 17.5342 12.0594 17.8624 12.3876C18.1906 12.7158 18.375 13.1609 18.375 13.625V17.125C18.375 17.5891 18.1906 18.0342 17.8624 18.3624C17.5342 18.6906 17.0891 18.875 16.625 18.875H7.4375L14.6125 11.875Z' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 1024px) {
  .good-item__img-slide-last-anons__link-text {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    font-size: 1.4rem;
  }
}

.good-item__img-slide__link {
  position: absolute;
  z-index: 1;
  outline: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.good-item__features-list {
  left: 0;
  right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 1.5rem;
  position: absolute;
  overflow: hidden;
  z-index: 9;
}

.good-item__features-list.swiper .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.good-item__features-list.swiper .swiper-slide {
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.good-item__content {
  padding: 5rem 2rem 1.5rem 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 0 0 0.6rem 0.6rem;
}

.good-item__name-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.good-item__category {
  color: #9a9a9a;
  display: block;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.good-item__name {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.good-item__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2rem;
  margin-left: 0.8rem;
  width: 2.4rem;
}

.good-item__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.1rem solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .good-item__footer {
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.good-item__cost {
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .good-item__cost {
    margin-bottom: 15px;
  }
}

.good-item__cost-title {
  color: #9a9a9a;
  font-size: 1.4rem;
  line-height: 1.6;
}

.good-item__calculate {
  outline: none;
}

@media (hover: hover) {
  .good-item__calculate:hover {
    color: #505050;
  }
}

.good-item__tag {
  position: absolute;
  width: 145px;
  height: 34px;
  left: 16px;
  top: 16px;
  background: -o-linear-gradient(0.32deg, black 1%, #E2CACA 99%), #323232;
  background: linear-gradient(89.68deg, black 1%, #E2CACA 99%), #323232;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}

.good-item__tag-text {
  position: absolute;
  width: 113px;
  height: 14px;
  left: 16px;
  top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

.good-item__tag-img {
  position: absolute;
  width: 322px;
  height: 92px;
  left: -177px;
  top: -17px;
  background-blend-mode: hue, normal;
  z-index: -1;
  background-size: cover;
  background-position-y: -3px;
  background-position-x: -1px;
}

@media only screen and (max-width: 767px) {
  .good-item__inner {
    display: block;
  }
}

.goods-catalog {
  background: -o-linear-gradient(260.79deg, #0a1e21 50.44%, #006c7b 328.82%), #323232;
  background: linear-gradient(189.21deg, #0a1e21 50.44%, #006c7b 328.82%), #323232;
  color: #fff;
  margin-top: 12rem;
  padding: 12rem 0 97rem;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog {
    background: transparent;
    padding: 0;
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 1360px) and (min-width: 1024.02px) {
  .goods-catalog {
    padding: 12rem 0 71rem;
  }
}

.goods-catalog._white {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  color: #363636;
  margin-top: 0;
}

.goods-catalog._white .goods-catalog__title {
  color: #363636;
}

.goods-catalog._white .goods-catalog-list__category {
  color: #363636;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog._white .goods-catalog-list__category {
    color: #fff;
  }
}

.goods-catalog._white .goods-catalog-list__order {
  color: #747474;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog._white .goods-catalog-list__order {
    color: #fff;
  }
}

@media (hover: hover) {
  .goods-catalog._white .goods-catalog-list__val:hover .goods-catalog-list__category {
    color: #fff;
  }
}

.goods-catalog._white .goods-catalog-list__item {
  border-color: #ECECEC;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog._white .goods-catalog-list__item {
    width: calc(100% / 3 + 1px);
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog._white .goods-catalog-list__item {
    width: calc(100% / 2 + 1px);
  }
}

@media only screen and (max-width: 1024px) {
  .goods-catalog._white .goods-catalog-list__category {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog._white .goods-catalog-list__category {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog._white .goods-catalog-list__order {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog._white .goods-catalog-list__head {
    padding: 1.4rem;
  }
}

.goods-catalog._white .goods-catalog-list__more-text {
  color: #fff;
}

.goods-catalog__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 2em;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog__title {
    color: #363636;
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.goods-catalog__title span {
  color: #fff200;
}

@media only screen and (max-width: 1440px) {
  .goods-catalog__title span {
    color: inherit;
  }
}

.goods-catalog-list {
  position: relative;
}

.goods-catalog-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1px;
  padding-top: 1px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__inner {
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog-list__inner {
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }
}

.goods-catalog-list__item {
  border: 1px solid #3d3d3d;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  width: calc(100% / 4 + 1px);
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__item {
    border-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog-list__item {
    width: calc(100% / 2 + 1px);
  }
}

@media (hover: hover) {
  .goods-catalog-list__item._catalog-link .goods-catalog-list__val:hover .goods-catalog-list__layer {
    background-color: #363636;
  }
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__item._catalog-link .goods-catalog-list__layer::after {
    background-color: #363636;
  }
}

.goods-catalog-list__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 3rem;
}

@media only screen and (max-width: 1440px) {
  .goods-catalog-list__head {
    padding: 2.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__head {
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .goods-catalog-list__head {
    padding: 1.6rem;
  }
}

.goods-catalog-list__order {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0.769em;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__order {
    font-size: 1.4rem;
  }
}

.goods-catalog-list__val {
  display: block;
  padding-top: 100%;
}

@media (hover: hover) {
  .goods-catalog-list__val:hover {
    cursor: none;
  }
  .goods-catalog-list__val:hover .goods-catalog-list__layer {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}

.goods-catalog-list__category {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__category {
    font-size: 1.8rem;
  }
}

.goods-catalog-list__more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: #fff200;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 5.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.5rem;
}

.goods-catalog-list__more.is-active {
  opacity: 1;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__more {
    display: none;
  }
}

.goods-catalog-list__more-arrow {
  height: 1.7rem;
  width: 1.7rem;
}

.goods-catalog-list__more-arrow svg {
  height: 100%;
  width: 100%;
}

.goods-catalog-list__more-text {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
}

@media (hover: hover) {
  .goods-catalog-list__more-text > div._animate {
    -webkit-animation: animate-text 12s linear infinite;
    animation: animate-text 12s linear infinite;
  }
}

.goods-catalog-list__layer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: no-repeat 50% / cover;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.55s ease-out 0.1s;
  -o-transition: opacity 0.55s ease-out 0.1s;
  transition: opacity 0.55s ease-out 0.1s;
}

@media only screen and (max-width: 1024px) {
  .goods-catalog-list__layer {
    opacity: 1;
  }
}

.goods-catalog-list__layer-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.goods-catalog-list__layer:after {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@-webkit-keyframes animate-text {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-text {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-main {
  background: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .header-main .call-info {
    margin-left: auto;
    margin-right: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .header-main .call-info__tel {
    font-size: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.2753 3.55575C14.3008 3.46056 14.3447 3.37133 14.4047 3.29315C14.4647 3.21496 14.5394 3.14935 14.6248 3.10008C14.7101 3.0508 14.8043 3.01882 14.902 3.00596C14.9996 2.99309 15.0989 2.99961 15.1941 3.02512C16.5844 3.38789 17.853 4.11473 18.869 5.13078C19.8851 6.14684 20.6119 7.41538 20.9747 8.80575C21.0002 8.90092 21.0067 9.00018 20.9939 9.09786C20.981 9.19555 20.949 9.28974 20.8997 9.37507C20.8505 9.46039 20.7849 9.53516 20.7067 9.59512C20.6285 9.65508 20.5393 9.69904 20.4441 9.7245C20.3807 9.74114 20.3155 9.74964 20.25 9.74981C20.0849 9.74986 19.9243 9.6954 19.7933 9.59488C19.6622 9.49436 19.5681 9.3534 19.5253 9.19387C19.2296 8.05869 18.6365 7.02292 17.8071 6.19335C16.9777 5.36378 15.942 4.77044 14.8069 4.4745C14.7116 4.44914 14.6223 4.40525 14.544 4.34533C14.4657 4.28542 14.4 4.21066 14.3506 4.12533C14.3013 4.04 14.2692 3.94577 14.2563 3.84803C14.2433 3.7503 14.2498 3.65098 14.2753 3.55575ZM14.0569 7.4745C15.3497 7.8195 16.1803 8.65106 16.5253 9.94387C16.5681 10.1034 16.6622 10.2444 16.7933 10.3449C16.9243 10.4454 17.0849 10.4999 17.25 10.4998C17.3155 10.4996 17.3807 10.4911 17.4441 10.4745C17.5393 10.449 17.6285 10.4051 17.7067 10.3451C17.7849 10.2852 17.8505 10.2104 17.8997 10.1251C17.949 10.0397 17.981 9.94555 17.9939 9.84786C18.0067 9.75018 18.0002 9.65092 17.9747 9.55575C17.4947 7.7595 16.2403 6.50512 14.4441 6.02512C14.3489 5.9997 14.2497 5.99327 14.152 6.0062C14.0544 6.01913 13.9602 6.05117 13.8749 6.10049C13.7897 6.1498 13.7149 6.21543 13.655 6.29363C13.5951 6.37182 13.5512 6.46105 13.5258 6.55622C13.5004 6.65138 13.4939 6.75063 13.5069 6.84828C13.5198 6.94593 13.5518 7.04008 13.6012 7.12535C13.6505 7.21062 13.7161 7.28534 13.7943 7.34525C13.8725 7.40516 13.9617 7.44907 14.0569 7.4745ZM20.8472 14.8554L16.4306 12.8764L16.4184 12.8707C16.1892 12.7727 15.939 12.7333 15.6907 12.7562C15.4424 12.7792 15.2037 12.8636 14.9963 13.002C14.9718 13.0181 14.9484 13.0357 14.9259 13.0545L12.6441 14.9998C11.1984 14.2976 9.70595 12.8164 9.00376 11.3895L10.9519 9.07294C10.9706 9.0495 10.9884 9.02606 11.0053 9.00075C11.1407 8.79384 11.2229 8.55667 11.2445 8.31035C11.2661 8.06402 11.2264 7.81618 11.1291 7.58887V7.57762L9.14438 3.15356C9.0157 2.85662 8.79444 2.60926 8.51362 2.44841C8.2328 2.28756 7.9075 2.22184 7.58626 2.26106C6.31592 2.42822 5.14986 3.05209 4.30588 4.01615C3.4619 4.98021 2.99771 6.21852 3.00001 7.49981C3.00001 14.9436 9.05626 20.9998 16.5 20.9998C17.7813 21.0021 19.0196 20.5379 19.9837 19.6939C20.9477 18.85 21.5716 17.6839 21.7388 16.4136C21.7781 16.0924 21.7125 15.7672 21.5518 15.4864C21.3911 15.2056 21.144 14.9843 20.8472 14.8554Z' fill='%23353535'/%3E%3C/svg%3E");
  }
}

@media only screen and (max-width: 767px) {
  .header-main .call-info__worktime {
    display: none;
  }
}

.header-main__top {
  background: #FFFFFF;
  border-bottom: 0.1rem solid #e7e7e7;
  display: none;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .header-main__top {
    display: block;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .header-main__top {
    background: #fff;
    padding-top: 1.6rem;
  }
}

.header-main__top > .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-main__top > .container .header-main__item:first-child {
  width: 100%;
}

.header-main__top > .container .header-main__item:last-child {
  margin-right: -.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-main__bottom {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media only screen and (max-width: 1024px) {
  .header-main__bottom {
    background-color: white;
    width: 100%;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}

.header-main__bottom > .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header-main__bottom > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.header-main__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-main__item:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-main__item--top {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header-main__item--top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header-main__add-logo:not(.special_logo) {
  visibility: hidden;
}

.header-main__add-logo svg {
  height: 5rem;
  width: 10.5rem;
  margin-right: 135px;
}

@media only screen and (max-width: 1024px) {
  .header-main__add-logo svg {
    height: 5rem;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-main__add-logo svg {
    height: 3.3rem;
    width: 7.2rem;
    margin-right: 30px;
  }
}

.header-main__add-logo.ny {
  position: relative;
}

.header-main__add-logo.ny:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 25px;
  background-image: url("/local/templates/stilkuhni/img/ny-ball.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 67px;
  top: -13px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header-main__add-logo.ny:before {
    width: 13px;
    height: 13px;
    left: 45px;
    top: -5px;
  }
}

.header-main__add-logo.ny:after {
  content: '';
  display: block;
  position: absolute;
  width: 33px;
  height: 44px;
  background-image: url("/local/templates/stilkuhni/img/ny-tree.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 14px;
  top: 23px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header-main__add-logo.ny:after {
    width: 22px;
    height: 29px;
    left: 10px;
    top: 14px;
  }
}

.header-main__add-logo.special_logo img {
  height: 7.2rem;
  width: auto;
  margin-left: 14px;
  margin-right: 154px;
}

@media only screen and (max-width: 1440px) {
  .header-main__add-logo.special_logo img {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-main__add-logo.special_logo img {
    height: 4.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .header-main__add-logo.special_logo img {
    margin-left: 9px;
  }
}

.header-main__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-main__logo svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 18rem;
}

@media only screen and (max-width: 1024px) {
  .header-main__logo svg {
    width: 10.5rem;
    height: 51px;
    border-radius: 3px;
  }
}

.header-main__logo:focus {
  opacity: 0.9;
}

.header-main__city-select {
  height: 1px;
  margin-right: 3rem;
  min-height: 5rem;
}

.header-menu {
  position: absolute;
  width: 100%;
  display: none;
  padding-top: 2.4rem;
  padding-bottom: 10rem;
  background-color: #FFFFFF;
  border-radius: 0 0 2rem 2rem;
  overflow-y: auto;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 1024px) {
  .header-menu {
    margin-top: -8.4rem;
    padding-bottom: 5rem;
    height: 91vh;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu {
    margin-top: 0;
    top: 6.9rem;
    padding-bottom: 4rem;
    z-index: 99;
    height: 94vh;
    height: calc(var(--vh, 1vh) * 94);
  }
}

.header-menu .header-menu__back {
  margin-bottom: 5rem;
}

.header-menu__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
}

@media only screen and (max-width: 1024px) {
  .header-menu__container {
    grid-template-columns: 1fr;
    grid-gap: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu__container {
    grid-gap: 4rem;
  }
}

.header-mune__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .header-mune__title {
    margin-bottom: 0.8rem;
  }
}

.header-menu__back {
  background: transparent;
  border: 0;
  padding: 0;
}

.header-menu__back svg {
  margin-right: 1.4rem;
  width: 0.5rem;
  height: 1rem;
}

.header-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .header-menu__list {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu__item {
    border-bottom: 1px solid #E4E4E4;
  }
}

.header-menu__link {
  display: block;
  padding: 3.2rem;
  height: 100%;
  background-color: #F9F9F9;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu__link:hover {
  background-color: #FFF200;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
  .header-menu__link {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu__link {
    padding: 1.6rem 0;
    background-color: #ffffff;
    font-size: 1.4rem;
  }
  .header-menu__link:hover {
    background-color: unset;
  }
}

.is-catalog-nav-open .header-menu {
  display: block;
}

.landing-dressing__header {
  height: 100vh;
  min-height: 80rem;
  max-height: 96rem;
  position: relative;
  color: #363636;
  font-weight: 400;
}

.landing-dressing__header .city-select {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header {
    max-height: 84rem;
    min-height: 71rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__header {
    max-height: 70rem;
    min-height: 65rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header {
    max-height: 46.8rem;
    min-height: 46.8rem;
  }
}

.landing-dressing__header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.landing-dressing__header-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-dressing__header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: rgba(54, 54, 54, 0.25);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 35;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header-top {
    height: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-top {
    height: 6.6rem;
  }
}

.landing-dressing__header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-top .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.landing-dressing__header-logo {
  width: 32rem;
  height: 5rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__header-logo {
    width: 25.5rem;
    height: 4rem;
  }
}

.landing-dressing__header-logo-container {
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-logo-container {
    display: none !important;
  }
}

.landing-dressing__header-from {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.landing-dressing__header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.6rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__header-nav {
    gap: 2.6rem;
  }
}

.landing-dressing__header-nav__link {
  font-size: 1.6rem;
  line-height: 1.3;
}

.landing-dressing__header-nav__tel {
  font-weight: 700;
  color: #ffffff;
}

.landing-dressing__header-nav__btn {
  font-weight: 500;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff200;
  padding: 1.4rem 3.5rem;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__header-nav__btn {
    padding: 1.4rem 2rem;
  }
}

.landing-dressing__header-content {
  padding-top: 12rem;
  padding-bottom: 8rem;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header-content {
    padding-bottom: 5rem;
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-content {
    padding-bottom: 3.4rem;
    padding-top: 6.6rem;
  }
}

.landing-dressing__header-content .container {
  height: 100%;
}

.landing-dressing__header-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header-content__wrapper {
    gap: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-content__wrapper {
    gap: 2.4rem;
  }
}

.landing-dressing__header-content .landing-dressing__header-logo {
  width: 66.4rem;
  height: 10.4rem;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header-content .landing-dressing__header-logo {
    width: 54.6rem;
    height: 8.55rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-content .landing-dressing__header-logo {
    width: 25.8rem;
    height: 4.05rem;
  }
}

.landing-dressing__header-content .landing-dressing__header-logo-container {
  opacity: 1;
  display: block;
}

.landing-dressing__header-content .landing-dressing__header-from {
  font-size: 2.7rem;
  line-height: 3.1rem;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__header-content .landing-dressing__header-from {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-content .landing-dressing__header-from {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.landing-dressing__header-title {
  max-width: 76.6rem;
  font-size: 9rem;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__header-title {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-title {
    font-size: 3.8rem;
  }
}

.landing-dressing__header-title-container {
  color: #ffffff;
  font-weight: 500;
}

.landing-dressing__header-title__above {
  font-size: 2.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__header-title__above {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}

.landing-dressing__header.active .landing-dressing__header-from {
  margin-left: 15px;
  color: #363636;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}

.landing-dressing__header.active .landing-dressing__header-from a {
  text-decoration: underline;
}

.landing-dressing__header.active .landing-dressing__header-top {
  position: fixed;
  background: #F6F6F6;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.landing-dressing__header.active .landing-dressing__header-logo-container {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-dressing__header.active .landing-dressing__header-nav__tel {
  color: #363636;
}

.header-doodle {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

@media only screen and (max-width: 1280px) {
  .header-doodle {
    min-width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-doodle {
    min-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .header-doodle {
    min-width: 0;
  }
}

.header-doodle__wrapper {
  position: relative;
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .header-doodle__wrapper {
    padding-left: 4px;
  }
}

.header-doodle__item {
  position: relative;
  opacity: 0;
  pointer-events: none;
  --deg: 90deg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-doodle__item.is-showing {
  opacity: 1;
  pointer-events: all;
}

.header-doodle__item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 8px;
}

@media only screen and (max-width: 767px) {
  .header-doodle__item:not(:first-child) {
    left: 4px;
  }
}

.header-doodle__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  margin: 0;
}

.header-doodle__line:nth-child(2) {
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .header-doodle__line {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-doodle__line {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .header-doodle__line {
    font-size: 8px;
  }
}

.header-doodle__line > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  background-color: #36363600;
  color: var(--text, #363636);
}

@media only screen and (max-width: 767px) {
  .header-doodle__line > span {
    padding: 0 2px;
  }
}

.header-doodle__line:after {
  content: '';
  position: absolute;
  inset: -1px;
  background-size: 500% 500%;
  background-position: 100% 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--deg)), color-stop(30%, #fff0), color-stop(#fff0), color-stop(40%, var(--color, #fff)));
  background-image: -o-linear-gradient(var(--deg), #fff0 30%, #fff0, var(--color, #fff) 40%);
  background-image: linear-gradient(var(--deg), #fff0 30%, #fff0, var(--color, #fff) 40%);
}

.is-showing .header-doodle__line:after {
  -webkit-animation: shade 3s cubic-bezier(0, 0.01, 0, 0.75);
  animation: shade 3s cubic-bezier(0, 0.01, 0, 0.75);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes shade {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes shade {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media only screen and (max-width: 1024px) {
  .header-doodle ~ .new-call-info {
    max-width: 160px;
  }
}

.header-doodle__video {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.header-doodle__video.loaded {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1280px) {
  .header-doodle__video {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-doodle__video {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}

.header-main__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
  .header-main__logo {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .city-select__selection {
    min-width: 16rem;
  }
}

.help-nav {
  font-weight: 500;
}

@media (max-width: 767px) {
  .help-nav {
    display: inline-block;
  }
}

.help-nav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}

.help-nav__item {
  margin-left: 1.7rem;
  margin-right: 1.7rem;
}

@media (max-width: 335px) {
  .help-nav__item {
    margin-left: 3.7rem;
  }
}

.help-nav__link {
  color: #363636;
  outline: none;
  font-size: 1.6rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .help-nav__link:hover {
    border-bottom: 1px solid currentColor;
  }
}

.help-nav__btn {
  background-color: #fff200;
  border-radius: 0.4rem;
  color: #363636;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  padding: 1.3rem 2.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .help-nav__btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
    text-align: center;
  }
}

.help-nav__btn.hide {
  display: none;
}

.help-nav__btn span {
  z-index: 10;
}

.help-nav__btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .help-nav__btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .help-nav__btn:hover::before {
    opacity: 1;
  }
}

.help-nav__btn--grey {
  background: #f9f9f9 no-repeat 50% / cover;
}

@media (hover: hover) {
  .help-nav__btn--grey:hover {
    background-color: #363636;
    color: #fff;
  }
  .help-nav__btn--grey:hover::before {
    opacity: 0;
  }
}

.kitchen-about {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-about {
    margin-top: 4rem;
  }
}

.kitchen-about_tablet {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-about_tablet {
    display: block;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-about_tablet {
    margin-bottom: 5rem;
  }
}

.kitchen-about__item {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-about__item {
    margin: 0;
  }
}

.kitchen-about__label {
  display: block;
  color: #898989;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}

.kitchen-about__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 2rem;
}

.kitchen-about__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  display: block;
  width: 100%;
}

.kitchen-about__link a {
  background: #F6F6F6;
  border: .1rem solid #E4E4E4;
  border-radius: .4rem;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1.9rem 0 2rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-about__link {
    margin-top: 3rem;
  }
}

.kitchen-about__subtitle {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .kitchen-about__subtitle {
    margin-right: auto;
  }
}

.kitchen-about__subtitle-label {
  color: #949494;
}

@media only screen and (max-width: 1024px) {
  .kitchen-about__row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-about__row-wrap {
    display: block;
  }
}

.kitchen-about-informer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-left: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.kitchen-about-informer svg {
  width: 100%;
  height: 100%;
}

.kitchen-about-informer:hover .kitchen-about-informer__popup {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .kitchen-about-informer:hover .kitchen-about-informer__popup {
    opacity: 0;
    visibility: hidden;
  }
}

.kitchen-about-informer__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: .6rem;
  right: .6rem;
}

.kitchen-about-informer__close::before, .kitchen-about-informer__close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.485rem;
  height: 0.3rem;
  background-color: #000;
}

.kitchen-about-informer__close::before, .kitchen-about-informer__close::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1.485rem;
  height: 0.3rem;
  background-color: #000;
}

.kitchen-about-informer__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kitchen-about-informer__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.kitchen-about-informer__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1.6rem 3rem;
}

.kitchen-about-informer__content {
  max-width: 90%;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
  padding: 15px;
}

.kitchen-about-informer__popup {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
  width: 240px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  will-change: opacity;
  z-index: 99;
}

.kitchen-about-informer__popup:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  top: calc(100% - 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .kitchen-about-informer__popup:after {
    left: calc(100% - 20px);
    content: none;
  }
}

.kitchen-about-informer__popup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kitchen-about-informer__popup {
    width: 265px;
    padding: 16px 16px 17px;
    left: auto;
    right: calc(100% - 22px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: rgba(11, 11, 11, 0.8);
    padding: 0;
    border-radius: 0;
  }
}

.kitchen-about-informer__text {
  display: block;
  font-size: 1.2rem;
  line-height: 160%;
  color: #363636;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .kitchen-about-informer__text {
    font-size: 1.4rem;
    line-height: 120%;
  }
}

.kitchen-about-informer__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  margin-bottom: 15px;
}

.kitchen-card-btn span {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-btn {
    text-align: center;
    margin-top: 8rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-btn {
    margin-top: 3.5rem;
    white-space: initial;
  }
}

.kitchen-card-slider__tag {
  position: absolute;
  width: 145px;
  height: 34px;
  margin-top: 10px;
  margin-left: 10px;
  background: -o-linear-gradient(0.32deg, black 1%, #E2CACA 99%), #323232;
  background: linear-gradient(89.68deg, black 1%, #E2CACA 99%), #323232;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider {
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__tag {
    position: absolute;
    width: 145px;
    height: 34px;
    margin-top: 10px;
    margin-left: 50px;
    background: -o-linear-gradient(0.32deg, #FAE7E6 0.27%, #E2CACA 99.73%), #323232;
    background: linear-gradient(89.68deg, #FAE7E6 0.27%, #E2CACA 99.73%), #323232;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
  }
}

.kitchen-card-slider__tag-text {
  position: absolute;
  width: 113px;
  height: 14px;
  left: 16px;
  top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

.kitchen-card-slider__tag-img {
  position: absolute;
  width: 322px;
  height: 92px;
  left: -177px;
  top: -17px;
  background-blend-mode: hue, normal;
  z-index: -1;
  background-size: cover;
  background-position-y: -3px;
  background-position-x: -1px;
}

.kitchen-card-slider__inner {
  display: none;
  position: relative;
}

.kitchen-card-slider__inner.slick-initialized {
  display: block;
}

.kitchen-card-slider__inner._single-slide .slick-list {
  padding: 0;
}

.kitchen-card-slider__slide {
  outline: none;
  position: relative;
}

.kitchen-card-slider__img {
  width: 100%;
  height: 100%;
  max-height: 60rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__img {
    height: 36rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__img {
    /*height: 25rem;*/
    min-height: 25rem;
    height: auto;
  }
}

.kitchen-card-slider__img.desktop-image {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__img.desktop-image {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__img.desktop-image {
    display: none;
  }
}

.kitchen-card-slider__img.tablet-image {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__img.tablet-image {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__img.tablet-image {
    display: none;
  }
}

.kitchen-card-slider__img.mobile-image {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__img.mobile-image {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__img.mobile-image {
    display: block;
  }
}

.kitchen-card-slider__anons {
  position: absolute;
  top: 3rem;
  left: 2.8rem;
  background-color: #FFF200;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__anons {
    bottom: 1.6rem;
    left: 1.6rem;
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__anons {
    padding: 0.7rem 1rem;
    font-size: 1.4rem;
  }
}

.kitchen-card-slider__anons-text {
  padding-left: 2.4rem;
  position: relative;
  margin: 0;
  margin-right: 1.2rem;
}

.kitchen-card-slider__anons-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.99997 0.65387H6.42854C6.88319 0.65387 7.31923 0.837569 7.64072 1.16456C7.96221 1.49154 8.14282 1.93503 8.14282 2.39746V12.859C8.14282 13.7839 7.7816 14.6708 7.13862 15.3248C6.49564 15.9788 5.62356 16.3462 4.71425 16.3462C3.80494 16.3462 2.93287 15.9788 2.28989 15.3248C1.6469 14.6708 1.28568 13.7839 1.28568 12.859V2.39746C1.28568 1.93503 1.46629 1.49154 1.78778 1.16456C2.10927 0.837569 2.54531 0.65387 2.99997 0.65387Z' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.14283 4.44617L9.85711 2.70258C10.1786 2.3757 10.6145 2.19208 11.0691 2.19208C11.5237 2.19208 11.9596 2.3757 12.2811 2.70258L14.7051 5.16801C15.0265 5.49498 15.207 5.93839 15.207 6.40073C15.207 6.86307 15.0265 7.30648 14.7051 7.63345L6.99083 15.4796' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.71423 12.859V12.8677M13.0285 9.37183H14.9999C15.4546 9.37183 15.8906 9.55553 16.2121 9.88251C16.5336 10.2095 16.7142 10.653 16.7142 11.1154V14.6026C16.7142 15.065 16.5336 15.5085 16.2121 15.8355C15.8906 16.1625 15.4546 16.3462 14.9999 16.3462H5.99995L13.0285 9.37183Z' stroke='%23363636' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.kitchen-card-slider__anons-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kitchen-card-slider__anons-colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.kitchen-card-slider__anons-colors__item:nth-child(2) {
  z-index: 1;
  -webkit-transform: translateX(-0.4rem);
  -ms-transform: translateX(-0.4rem);
  transform: translateX(-0.4rem);
}

.kitchen-card-slider__anons-colors__item:nth-child(3) {
  z-index: 2;
  -webkit-transform: translateX(-0.8rem);
  -ms-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}

.kitchen-card-slider__anons-count {
  margin-left: -0.2rem;
}

.kitchen-card-slider__expand {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  bottom: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 1.6rem;
  opacity: 0;
  outline: none;
  position: absolute;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 3.2rem;
  z-index: -1;
}

@media (hover: hover) {
  .kitchen-card-slider__expand:hover {
    background-color: #e6e6e6;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__expand {
    left: auto;
    right: 1.6rem;
  }
}

.kitchen-card-slider__expand svg {
  height: 1.6rem;
  width: 1.6rem;
}

.kitchen-card-slider__expand.js-gallery-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__expand.js-gallery-link {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__expand.js-gallery-link {
    display: none;
  }
}

.kitchen-card-slider__expand.js-tablet-gallery-link {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__expand.js-tablet-gallery-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__expand.js-tablet-gallery-link {
    display: none;
  }
}

.kitchen-card-slider__expand.js-mobile-gallery-link {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__expand.js-mobile-gallery-link {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider__expand.js-mobile-gallery-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.kitchen-card-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kitchen-card-slider__arrow:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.kitchen-card-slider__arrow_prev, .kitchen-card-slider__arrow_next {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.kitchen-card-slider__arrow_prev {
  left: 3.6rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-card-slider__arrow_prev {
    left: 2.4rem;
  }
}

.kitchen-card-slider__arrow_next {
  right: 3.6rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-card-slider__arrow_next {
    right: 2.4rem;
  }
}

.kitchen-card-slider__arrow svg {
  fill: #fff;
  height: 1.6rem;
  width: 1.6rem;
}

.kitchen-card-slider__pagination-btn {
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 1.6rem;
  outline: none;
  padding: 0;
  width: 1.6rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-card-slider__pagination-btn {
    height: 1.3rem;
    width: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider__pagination-btn {
    height: 1rem;
    width: 1rem;
  }
}

.kitchen-card-slider .slick-list {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider .slick-list {
    padding-left: 5%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider .slick-list {
    padding-left: 10%;
    padding-right: 15%;
  }
}

.kitchen-card-slider .slick-slide {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.kitchen-card-slider .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  line-height: 1;
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .kitchen-card-slider .slick-dots {
    bottom: 1.6rem;
  }
}

.kitchen-card-slider .slick-dots li {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.kitchen-card-slider .slick-active .kitchen-card-slider__pagination-btn {
  background-color: #fff200;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-slider .slick-active .kitchen-card-slider__expand {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}

.kitchen-card-slider .slick-dots li:only-child {
  display: none;
}

.kitchen-card-labels {
  margin: 2.2rem 0;
  padding-bottom: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-card-labels {
    margin-top: 1.6rem;
    padding-bottom: 0;
    margin-bottom: -2.4rem;
  }
}

.kitchen-card-labels__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kitchen-card-labels__slider {
  width: 1000%;
  opacity: 0;
  -webkit-transition: opacity .3s ease, width .125s;
  -o-transition: opacity .3s ease, width .125s;
  transition: opacity .3s ease, width .125s;
}

@media only screen and (max-width: 1024px) {
  .kitchen-card-labels__slider {
    overflow: visible;
  }
}

.kitchen-card-labels__slider:not(:only-child) {
  width: calc(100% - 5.2rem * 2);
}

.kitchen-card-labels__slider.swiper-initialized {
  opacity: 1;
}

.kitchen-card-labels .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kitchen-card-labels .swiper-button-prev,
.kitchen-card-labels .swiper-button-next {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.15rem);
  backdrop-filter: blur(0.15rem);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer;
  background-color: #F0F0F0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.56896 3.3442C6.78384 3.14274 7.12136 3.15363 7.32282 3.36852L11.3228 7.63519C11.5151 7.84033 11.5151 8.15957 11.3228 8.36473L7.32282 12.6314C7.12136 12.8463 6.78384 12.8572 6.56896 12.6557C6.35407 12.4542 6.34318 12.1167 6.54464 11.9019L10.2027 7.99996L6.54464 4.09806C6.34318 3.88317 6.35407 3.54565 6.56896 3.3442Z' fill='%23898989'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
  background-position: center;
}

.kitchen-card-labels .swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

.kitchen-card-labels .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kitchen-card-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kitchen-card-label__link {
  display: inline-block;
  padding: 0.5rem 0.9rem 0.6rem;
  background: #F0F0F0;
  -webkit-backdrop-filter: blur(0.15rem);
  backdrop-filter: blur(0.15rem);
  border-radius: 5rem;
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .kitchen-card-label__link {
    font-size: 1.3rem;
    padding: 0.275rem 0.7rem 0.459rem;
  }
}

.kitchen-features {
  margin-bottom: 16rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-features {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-features {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }
}

.kitchen-features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-features__inner {
    margin: 0;
    display: block;
  }
}

.kitchen-features__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  width: calc(50% - 3rem);
}

@media only screen and (max-width: 1024px) {
  .kitchen-features__item {
    width: 100%;
    margin: 0;
    margin-bottom: 8rem;
  }
  .kitchen-features__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-features__item {
    margin-bottom: 6rem;
  }
}

.kitchen-features__img-wrap {
  height: 100%;
  position: relative;
}

.kitchen-features__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.kitchen-features__text {
  background: #fff;
  display: inline-block;
  margin-left: 3rem;
  margin-top: -65px;
  padding: 3rem 3rem 1rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .kitchen-features__text {
    margin-left: 0;
    padding: 3rem 1.6rem 1rem;
  }
}

.kitchen-features__title, .kitchen-features__subtitle {
  margin: 0;
}

.kitchen-features__title {
  font-size: 3.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .kitchen-features__title {
    font-size: 2.6rem;
  }
}

.kitchen-features__subtitle {
  color: #898989;
}

.kitchen-info {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-info {
    margin-bottom: 6rem;
  }
}

.kitchen-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .kitchen-info__inner {
    display: grid;
  }
}

.kitchen-info__data {
  max-width: 76rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-info__data {
    max-width: none;
  }
}

.kitchen-info .catalog__form {
  margin-left: 0;
  margin-top: 3rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-info .catalog__form .form__inputs-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.kitchen-info__dimensions {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-info__dimensions {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info__dimensions .swiper {
    overflow: visible;
  }
}

.kitchen-info__dimensions .swiper-slide {
  width: 31.3rem;
}

.kitchen-info__dimensions .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kitchen-info__dimensions .swiper-scrollbar {
  margin-top: 1.6rem;
  height: .3rem;
  background: #F0F0F0;
}

@media only screen and (max-width: 767px) {
  .kitchen-info__dimensions .swiper-scrollbar {
    display: none;
  }
}

.kitchen-info__dimensions .swiper-scrollbar-drag {
  height: 100%;
  cursor: pointer;
  background: #FFF200;
}

.kitchen-info__dimensionsLink {
  width: 100%;
  display: block;
  height: 17.606rem;
  margin-bottom: 1.6rem;
  border-radius: .4rem;
  border: .1rem solid #E4E4E4;
  overflow: hidden;
}

.kitchen-info__dimensionsDesc {
  font-size: 1.6rem;
  color: #757575;
  line-height: 1.2;
  display: block;
}

.kitchen-info__dimensionsImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.kitchen-info__dimensionsImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kitchen-info__dimensionsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-info__dimensionsHead {
    margin-bottom: 2rem;
  }
}

.kitchen-info__dimensionsTitle {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.kitchen-info__dimensionsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.kitchen-info__dimensionsNav .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kitchen-info__dimensionsNav .swiper-button-next,
.kitchen-info__dimensionsNav .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  cursor: pointer;
}

.kitchen-info__dimensionsNav .swiper-button-next svg,
.kitchen-info__dimensionsNav .swiper-button-prev svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: #C5C5C5;
}

@media (hover: hover) {
  .kitchen-info__dimensionsNav .swiper-button-next:hover svg,
  .kitchen-info__dimensionsNav .swiper-button-prev:hover svg {
    fill: #363636;
  }
}

.kitchen-info__content {
  max-width: 113.3rem;
  width: 100%;
  margin-left: 10rem;
  padding-top: 3rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-info__content {
    width: auto;
    max-width: 100rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__content {
    margin-left: 0;
    padding-top: 0;
  }
}

.kitchen-info__form {
  margin: 0;
  margin-top: 5rem;
  border: .1rem solid #E4E4E4;
  border-radius: 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__form {
    border-radius: .4rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info__form {
    margin-top: 3rem !important;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info__form .catalog__form-info {
    max-width: 25rem;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__form .catalog__form-info {
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__form .popup-form {
    width: auto;
  }
}

.kitchen-info__text {
  color: #898989;
  line-height: 1.6;
  overflow: hidden;
}

.kitchen-info__text p:first-child {
  margin-top: 0;
}

.kitchen-info__text p:last-child {
  margin-bottom: 0;
}

.kitchen-info__label {
  color: #898989;
  font-size: 1.4rem;
  margin: 0 0 0.5em;
}

.kitchen-info__more {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 1.6rem;
  color: #000;
  outline: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.kitchen-info__more:not(.ddd-keep) {
  display: none;
}

@media (hover: hover) {
  .kitchen-info__more:hover {
    color: #333333;
  }
}

.kitchen-info__installment-plan {
  display: inline-block;
  max-width: 18rem;
  margin-top: 0.8rem;
  color: #35c759;
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__installment-plan {
    max-width: 50%;
    margin-left: 2%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info__installment-plan {
    max-width: none;
    margin-left: 0;
  }
}

.kitchen-info__installment-plan .kitchen-info__installment-btn {
  vertical-align: text-top;
}

.kitchen-info__installment-plan .kitchen-info__installment-btn svg {
  fill: #35c759;
}

.kitchen-info__installment-btn {
  background: transparent;
  border: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.8rem;
  margin-left: 0.8rem;
  outline: none;
  vertical-align: middle;
  width: 1.8rem;
}

.kitchen-info__installment-btn svg {
  fill: #949494;
  height: 1.8rem;
  width: 1.8rem;
  pointer-events: none;
  width: 100%;
}

.kitchen-info__actions-list {
  max-width: 102.4rem;
  margin-left: auto;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1440px) {
  .kitchen-info__actions-list {
    width: calc(100% - 40.4rem);
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info__actions-list {
    margin-right: auto;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info__actions-list {
    margin-bottom: 6rem;
    margin-right: -2.4rem;
  }
}

.kitchen-info__about-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33rem;
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .popup__inner {
    display: grid;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .popup-form {
    width: 100%;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .popup__title {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .popup__title-subtext {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .catalog__form-info {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .money__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info .money__wrapper {
    gap: 1.6rem;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .money__icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .money__text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1360px) {
  .kitchen-info .assortment__arrow {
    display: none;
  }
}

.kitchen-info__story {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  margin-bottom: 105px;
}

@media (max-width: 637px) {
  .kitchen-info__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
  }
}

.kitchen-info__story-head {
  max-width: 74.3rem;
  width: 100%;
  padding: 40px 32px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .kitchen-info__story-head {
    margin-right: 20px;
    padding-right: 7.7rem;
  }
}

@media (min-width: 1025px) and (max-width: 1135px) {
  .kitchen-info__story-head {
    -ms-flex-preferred-size: 465px;
    flex-basis: 465px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kitchen-info__story-head {
    margin-right: 20px;
    padding-right: 80px;
  }
}

@media (min-width: 638px) and (max-width: 767px) {
  .kitchen-info__story-head {
    padding-right: 90px;
  }
}

@media (max-width: 637px) {
  .kitchen-info__story-head {
    padding: 0;
    padding-bottom: 3rem;
  }
}

.kitchen-info__story-title {
  font-size: 3rem;
  line-height: 1.2;
  color: #363636;
  margin-bottom: 1.6rem;
}

@media (max-width: 637px) {
  .kitchen-info__story-title {
    font-size: 2.4rem;
  }
}

.kitchen-info__story-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #898989;
}

.kitchen-info__story-inner {
  width: 100%;
  position: relative;
  max-width: 26rem;
  margin-right: 3.2rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (min-width: 1025px) and (max-width: 1360px) {
  .kitchen-info__story-inner {
    -ms-flex-preferred-size: 20rem;
    flex-basis: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 638px) and (max-width: 767px) {
  .kitchen-info__story-inner {
    -ms-flex-preferred-size: 34rem;
    flex-basis: 34rem;
  }
}

@media (max-width: 637px) {
  .kitchen-info__story-inner {
    display: block;
    margin: 0 auto;
    max-width: 21.6rem;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  .kitchen-info__story-inner {
    margin: 0;
    margin-left: auto;
  }
}

.kitchen-info__story-inner_btn {
  position: relative;
  height: 100%;
}

@media (max-width: 637px) {
  .kitchen-info__story-inner_btn {
    position: absolute;
  }
}

.kitchen-info__story-inner_btn__more {
  left: -7.2rem;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 6.8rem;
  width: 6.8rem;
  position: absolute;
  background: #fff200;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kitchen-info__story-inner_btn__more .goods-catalog-list__more-arrow svg,
.kitchen-info__story-inner_btn__more .goods-catalog-list__more-arrow {
  width: 2rem;
  height: 2rem;
}

.kitchen-info__story-inner_btn__more .goods-catalog-list__more-arrow {
  padding-left: 0.15rem;
}

.kitchen-info__story-inner_btn__more.is-active {
  opacity: 1;
  z-index: 9;
}

.kitchen-info__story-inner_btn__more-text {
  position: absolute;
  width: 11.6rem;
  height: 11.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kitchen-info__story-inner_btn__more-text img {
  -webkit-animation: animate-text 12s linear infinite;
  animation: animate-text 12s linear infinite;
}

.kitchen-info__story-inner-img-big {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 23.9rem;
}

@media (max-width: 637px) {
  .kitchen-info__story-inner-img-big {
    position: relative;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.kitchen-info__story-inner-img-medium {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  height: 18.6rem;
}

@media (max-width: 637px) {
  .kitchen-info__story-inner-img-medium {
    position: absolute;
    width: auto;
    height: 17.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    left: 12.4rem;
    top: 50%;
    -webkit-transform: translate(-4.7rem, -50%);
    -ms-transform: translate(-4.7rem, -50%);
    transform: translate(-4.7rem, -50%);
  }
}

.kitchen-info__story-inner-img-small {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  height: 14.4rem;
}

@media (max-width: 637px) {
  .kitchen-info__story-inner-img-small {
    height: 13.6rem;
    top: 50%;
    width: auto;
    left: 17.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: absolute;
    -webkit-transform: translate(-3.35rem, -50%);
    -ms-transform: translate(-3.35rem, -50%);
    transform: translate(-3.35rem, -50%);
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info-slider {
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.kitchen-info-slider__inner {
  display: none;
  position: relative;
}

.kitchen-info-slider__inner.slick-initialized {
  display: block;
}

.kitchen-info-slider__slide {
  outline: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider__slide {
    width: 30rem;
  }
}

.kitchen-info-slider__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.kitchen-info-slider__name {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  bottom: 30px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 3.2rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  left: 30px;
  opacity: 29;
  outline: none;
  position: absolute;
  -o-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider__name {
    bottom: 1.6rem;
    left: 5.6rem;
  }
}

.kitchen-info-slider__name_mobile {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  bottom: 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 3.2rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
  opacity: 29;
  outline: none;
  position: absolute;
  -o-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 50px;
}

.kitchen-info-slider__name_inner {
  color: #FFFFFF;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 1.2rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.kitchen-info-slider__expand {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  bottom: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 1.6rem;
  opacity: 0;
  outline: none;
  position: absolute;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 3.2rem;
  z-index: -1;
}

@media (hover: hover) {
  .kitchen-info-slider__expand:hover {
    background-color: #e6e6e6;
  }
}

.kitchen-info-slider__expand svg {
  height: 1.6rem;
  width: 1.6rem;
}

.kitchen-info-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
}

.kitchen-info-slider__arrow_prev, .kitchen-info-slider__arrow_next {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media (hover: hover) {
  .kitchen-info-slider__arrow_prev:hover svg, .kitchen-info-slider__arrow_next:hover svg {
    fill: dimgray;
  }
}

.kitchen-info-slider__arrow_prev {
  left: 3.6rem;
}

.kitchen-info-slider__arrow_next {
  right: 3.6rem;
}

.kitchen-info-slider__arrow svg {
  fill: #363636;
  height: 1.6rem;
  width: 1.6rem;
}

.kitchen-info-slider .slick-list {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-info-slider .slick-list {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    padding-left: 5%;
    padding-right: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider .slick-list {
    padding: 0;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}

.kitchen-info-slider .slick-slide {
  margin-left: 1.7rem;
  margin-right: 1.7rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-info-slider .slick-slide {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider .slick-slide {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-info-slider .slick-track {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-info-slider .slick-active .kitchen-info-slider__expand {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-tabs {
    margin-bottom: 10rem;
  }
  .kitchen-tabs__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kitchen-tabs__content-wrap .sales__title {
    font-size: 3rem;
  }
  .kitchen-tabs__content.is-active {
    display: block;
  }
  .kitchen-tabs__content.is-active._map {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .kitchen-tabs__content .section {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .kitchen-tabs__content .address-list__address {
    max-width: 20rem;
  }
}

@media only screen and (max-width: 1024px) {
  .kitchen-tabs .salons-map__map {
    margin-top: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .kitchen-tabs .salons-map__map {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-tabs {
    margin-bottom: 8rem;
  }
}

.kitchen-tabs__content .salons-tabs__content {
  height: 100%;
}

.kitchen-tabs__content .salons-tabs__content-wrap {
  margin-bottom: 0;
}

.kitchen-tabs ._kitchen-info-slider {
  margin-top: 3rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-tabs ._kitchen-info-slider {
    margin-top: 17rem;
  }
}

.kitchen-tabs-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.3rem solid #f0f0f0;
  display: none;
  margin-bottom: 4.2rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.kitchen-tabs-list__item {
  font-weight: 500;
}

.kitchen-tabs-list__item:not(:first-child) {
  margin-left: 2.5rem;
}

.kitchen-tabs-list__item.is-active .kitchen-tabs-list__val {
  color: #363636;
}

.kitchen-tabs-list__item.is-active .kitchen-tabs-list__val:after {
  opacity: 1;
}

.kitchen-tabs-list__val {
  background: transparent;
  border: 0;
  padding: 0;
  color: #a5a5a5;
  outline: none;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) {
  .kitchen-tabs-list__val:hover {
    color: #363636;
  }
}

.kitchen-tabs-list__val:after {
  background: #fff200;
  content: '';
  height: 0.3rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .kitchen-tabs-list__val[data-tab="map"] {
    display: none;
  }
}

.load-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.load-file.is-filled .load-file__data {
  display: block;
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.load-file.is-filled .load-file__label {
  width: auto;
}

.load-file.is-filled .load-file__field {
  width: auto;
}

.load-file.is-filled .load-file__field-text {
  display: none;
}

.load-file.is-filled .load-file__field-icon {
  display: none;
}

.load-file.is-error .load-file__size-error {
  display: block;
}

.load-file__input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.load-file__field {
  border-radius: 0.4rem;
  border-bottom: 0.1rem solid #cacaca;
  padding: 0 0 1rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-file__field * {
  pointer-events: none;
}

.load-file__field-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #868686;
  overflow: hidden;
  white-space: nowrap;
}

.load-file__formats {
  font-weight: 400;
  color: #B5B5B5;
}

.load-file__field-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  margin-left: auto;
}

.load-file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-file__data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1rem;
  min-width: 0;
  padding: 0 0 1rem;
  width: 100%;
  border-bottom: 0.1rem solid #cacaca;
}

.load-file__name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.load-file__label {
  width: 100%;
}

.load-file__close {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.8rem;
  margin-right: 0.7rem;
  width: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.load-file__close svg {
  height: 100%;
  width: 100%;
}

.load-file__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 120%;
}

.load-file__size-text {
  margin: 0;
  color: #A0A0A0;
}

.load-file__size-error {
  color: #FF8A8A;
  display: none;
  margin: 0;
}

.landing-designers .bg-section {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .bg-section {
    padding-top: 5rem;
  }
}

.landing-designers .bg-section::before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(260.79deg, #0A1E21 50.44%, #006C7B 328.82%), #323232;
  background: linear-gradient(189.21deg, #0A1E21 50.44%, #006C7B 328.82%), #323232;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.landing-designers .bg-section--salons::before {
  height: 80%;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .bg-section--two-weeks::before {
    height: 50%;
  }
}

.landing-designers .bg-section--fullcolor {
  background-color: #0a1e21;
}

.landing-designers .bg-section--fullcolor::before {
  width: 0;
  height: 0;
}

.landing-designers .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -7.5rem;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -6rem;
  }
}

.landing-designers .landing-designers__title-v2 {
  width: 50%;
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 4rem;
  font-size: 5.6rem;
  line-height: 1.2;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .landing-designers__title-v2 {
    font-size: 4rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .landing-designers__title-v2 {
    font-size: 2.8rem;
  }
}

.landing-designers .landing-designers__title-v2 span {
  color: #fff200;
}

.landing-designers .landing-designers__subtitle-v2 {
  font-size: 2.4rem;
  color: #ffffff;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .landing-designers__subtitle-v2 {
    font-size: 1.8rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .landing-designers__subtitle-v2 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.landing-designers .landing-designers__main-img {
  max-width: 823px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .landing-designers__main-img {
    width: 120%;
    max-width: unset;
    max-height: 411px;
    margin: 0 -5rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .landing-designers__main-img {
    max-height: 375px;
  }
}

.landing-designers .benefits {
  position: relative;
  z-index: 10;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .benefits {
    margin-bottom: 5.7rem;
  }
}

.landing-designers .benefits .actions-list__item {
  width: 100%;
}

.landing-designers .benefits .actions-list__link {
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .benefits__list.grid--3-2-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .landing-designers .benefits__list.grid--3-2-1 > li:last-child:nth-child(2n - 1) {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .benefits__list.grid--3-2-1 {
    grid-template-columns: 1fr;
  }
}

.landing-designers .benefits__list .benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem;
  font-size: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff200;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .benefits__list .benefits__item {
    font-size: 1.6rem;
    padding: 1.5rem;
    padding-right: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .benefits__list .benefits__item {
    font-size: 1.8rem;
  }
}

.landing-designers .benefits__list .benefits__item svg {
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
  .landing-designers .benefits__list .benefits__item svg {
    width: 35px;
    height: 35px;
    margin-bottom: 1rem;
  }
}

.landing-designers .banner {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .banner {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner {
    margin-bottom: 6rem;
  }
}

.landing-designers .banner__slide {
  background: no-repeat 50% / cover;
  border-radius: 0.6rem;
  color: #fff;
  height: 37rem;
  outline: none;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .banner__slide {
    height: 28rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__slide {
    position: relative;
    border-radius: 0;
    height: 20rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__slide {
    height: 37rem;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
  }
}

.landing-designers .banner__slide_small-image {
  position: relative;
  background: no-repeat 100% / 50% 100%;
  background-color: #F6F6F6;
  background-size: contain;
}

.landing-designers .banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.landing-designers .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 4rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-right: 2rem;
  width: 49%;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}

@media only screen and (max-width: 1360px) {
  .landing-designers .banner__content {
    padding-left: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__content {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    padding-right: 1rem;
    width: 43%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__content {
    padding: 2.4rem;
    padding-top: 0.4rem;
    width: 100%;
  }
}

.landing-designers .banner__title {
  color: #363636;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .banner__title {
    font-size: 2.8rem;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__title {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__title {
    margin-bottom: 3.7rem;
    width: 70%;
  }
}

.landing-designers .banner__image-container {
  position: relative;
  width: 59%;
}

.landing-designers .banner__image-container::before {
  content: '';
  background: #F6F6F6;
  height: 100%;
  width: 70px;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__image-container::before {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__image-container::before {
    top: unset;
    left: 0;
    bottom: -0.1rem;
    height: 4rem;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__image-container {
    width: 57%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__image-container {
    width: 100%;
    min-height: 18rem;
  }
}

.landing-designers .banner__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__image {
    vertical-align: bottom;
    border-top-right-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
    border-bottom-right-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.landing-designers .banner__more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  color: #0a2023;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.12;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1.5rem 3.1rem;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .banner__more {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__more_hide-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .banner__more {
    padding: 1.4rem 1.5rem;
    font-size: 1.4rem;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__more {
    width: 100%;
    padding: 1.4rem 1.3rem;
    line-height: 1;
  }
}

@media (hover: hover) {
  .landing-designers .banner__more:hover {
    background: #363636;
    color: #fff;
  }
  .landing-designers .banner__more:hover .banner__more-next {
    fill: #fff;
  }
}

.landing-designers .banner__more:not(:last-child) {
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .landing-designers .banner__more:not(:last-child) {
    margin-right: 0.8rem;
  }
}

.landing-designers .banner__more.banner__more_yellow {
  background-color: #fff200;
  position: relative;
  border-radius: 4px;
}

.landing-designers .banner__more.banner__more_yellow:hover {
  background: #ffe100;
  color: #363636;
}

.landing-designers .our-salons {
  padding-top: 12rem;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .our-salons {
    padding-top: 7rem;
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .our-salons {
    padding-top: 6rem;
    margin-bottom: 1.7rem;
  }
}

.landing-designers .our-salons .landing-designers__title-v2 {
  font-size: 7.4rem;
  line-height: 135%;
  width: 65%;
}

@media only screen and (max-width: 1440px) {
  .landing-designers .our-salons .landing-designers__title-v2 {
    font-size: 6rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-designers .our-salons .landing-designers__title-v2 {
    font-size: 3.2rem;
    width: 60%;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .our-salons .landing-designers__title-v2 {
    font-size: 2.5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .landing-designers .our-salons .landing-designers__subtitle-v2 {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .our-salons .landing-designers__subtitle-v2 {
    width: 100%;
  }
}

.landing-designers .our-salons__caption {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .landing-designers .our-salons__caption {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-designers .salons-toggler {
    border-radius: 7rem;
  }
}

.landing-designers .salons-toggler__val {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .landing-designers .salons-toggler__val {
    border-radius: 7rem;
  }
}

.landing-dressing {
  background: #ffffff;
}

.landing-dressing__title-v2 {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__title-v2 {
    font-size: 4.4rem;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__title-v2 {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
}

.landing-dressing__title-v2 span {
  color: #c8c8c8;
}

.landing-dressing__title-sales {
  margin: 20rem 0;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__title-sales {
    margin: 8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__title-sales {
    margin: 6rem 0;
    font-size: 2.5rem;
  }
}

.landing-dressing__title-sales span {
  display: inline-block;
  margin-top: 1.6rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__title-sales span {
    margin-bottom: 3.2rem;
  }
}

.landing-dressing__section {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__section {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__section {
    margin-bottom: 6.4rem;
  }
}

.landing-dressing__section:first-child {
  margin: 16rem 0;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__section:first-child {
    margin: 8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__section:first-child {
    margin: 6.4rem 0;
  }
}

.landing-dressing__form {
  background-color: #0b1f22;
  padding: 12rem 0;
  margin: 16rem 0;
}

.landing-dressing__form .landing-dressing__salons-form {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__form {
    padding: 8rem 0;
    margin: 8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__form {
    padding: 6.4rem 0;
    margin: 6.4rem 0;
  }
}

.landing-dressing__calc-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

@media only screen and (max-width: 1360px) {
  .landing-dressing__calc-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(46rem, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__calc-wrapper {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}

.landing-dressing__calc-title {
  max-width: 93.1rem;
}

.landing-dressing__calc-item {
  border-radius: 0.4rem;
  background: #f4f4f4;
  padding: 16rem 4rem 4rem;
  position: relative;
  overflow: hidden;
}

.landing-dressing__calc-item__text a {
  text-decoration: underline;
}

.landing-dressing__calc-item:nth-child(3) .landing-dressing__calc-item__title {
  max-width: 18rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__calc-item:nth-child(3) .landing-dressing__calc-item__title {
    max-width: 28rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__calc-item {
    padding: 16rem 1.6rem 1.6rem;
  }
}

.landing-dressing__calc-item__number {
  position: absolute;
  font-weight: 500;
  font-size: 30rem;
  line-height: 1.2;
  z-index: 0;
  left: -4rem;
  top: -9.6rem;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__calc-item__number {
    font-size: 20rem;
    top: -6.4rem;
  }
}

.landing-dressing__calc-item__content {
  position: relative;
  z-index: 1;
}

.landing-dressing__calc-item__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__calc-item__title {
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__calc-item__title {
    font-size: 2.5rem;
  }
}

.landing-dressing__calc-item__title-container {
  margin-bottom: 3.2rem;
  min-height: 14.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__calc-item__title-container {
    min-height: auto;
    margin-bottom: 1.6rem;
  }
}

.landing-dressing__calc-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.landing-dressing__calc-logo {
  position: absolute;
  left: 0;
  top: -7rem;
}

.landing-dressing__calc-logo svg {
  border-radius: 0.2rem;
  width: 11.8rem;
  height: 5.6rem;
}

.landing-dressing__slider {
  max-height: 650px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__slider {
    max-height: none;
  }
}

.landing-dressing__slider:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__slider:not(:last-child) {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__slider:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.landing-dressing__feature {
  margin: 16rem 0;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__feature {
    margin: 8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__feature {
    margin: 6.4rem 0;
  }
}

.landing-dressing__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__feature-item {
    gap: 4rem;
  }
}

.landing-dressing__feature-item svg {
  left: 0;
}

.landing-dressing__feature-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.landing-dressing__feature-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.landing-dressing__feature-item:nth-child(2n) svg {
  right: 0;
  left: auto;
}

.landing-dressing__feature-item__text {
  width: 100%;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__feature-item__text {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__feature-item__text {
    font-size: 2.5rem;
  }
}

.landing-dressing__feature-item__text span {
  color: #c8c8c8;
}

.landing-dressing__feature-item__icon {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__feature-item__icon {
    width: 42.5%;
  }
}

.landing-dressing__feature-item__icon svg {
  position: absolute;
  top: 2rem;
  width: 50vw;
  height: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__feature-item__icon svg {
    width: 50rem;
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .form__button-info-text {
    margin: 0;
  }
}

.landing-dressing__salons {
  margin-top: 16rem;
  margin-bottom: 9rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__salons {
    margin-top: 8rem;
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__salons .salons-toggler__val {
    color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__salons {
    padding-top: 1.6rem;
  }
  .landing-dressing__salons .salons-toggler__val {
    border-radius: 7rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

.landing-dressing__salons-form {
  margin-bottom: 12.9rem;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__salons-form .form__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media only screen and (max-width: 1360px) {
  .landing-dressing__salons-form {
    padding: 0;
    border-radius: 0;
    color: #363636;
    background-color: transparent;
  }
  .landing-dressing__salons-form .form__inputs-wrap {
    border: 1px solid #d7d7d7;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3.4rem;
    padding: 3rem;
    border-radius: 0.6rem;
    background-color: #ffffff;
  }
  .landing-dressing__salons-form .form__controls {
    margin-top: 0;
  }
  .landing-dressing__salons-form .form__input {
    border-color: #575757;
    color: #363636;
  }
  .landing-dressing__salons-form .form__input:not(.invalid):not(:-moz-placeholder-shown) {
    border-color: #575757;
  }
  .landing-dressing__salons-form .form__input:not(.invalid):not(:-ms-input-placeholder) {
    border-color: #575757;
  }
  .landing-dressing__salons-form .form__input:not(.invalid):focus,
  .landing-dressing__salons-form .form__input:not(.invalid):not(:placeholder-shown) {
    border-color: #575757;
  }
  .landing-dressing__salons-form .form__input-item .field__tel-code {
    color: #868686;
  }
  .landing-dressing__salons-form .form__button {
    background-color: #fff200;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__salons-form {
    margin-bottom: 6rem;
  }
  .landing-dressing__salons-form .form__wrap {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__salons-form {
    margin-bottom: 4rem;
  }
  .landing-dressing__salons-form .form__input-item:nth-child(1), .landing-dressing__salons-form .form__input-item:nth-child(2) {
    grid-column: span 2;
  }
  .landing-dressing__salons-form .form__inputs-wrap {
    gap: 0;
  }
}

.landing-dressing__salons-form__title {
  font-weight: 500;
  font-size: 7.4rem;
  line-height: 1.365;
  color: #ffffff;
  max-width: 68.6rem;
  margin: 0;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__salons-form__title {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__salons-form__title {
    font-size: 3rem;
  }
}

.landing-dressing__salons-form__title span {
  font-weight: 600;
  color: #fff200;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__salons-form .form__text-wrap {
    margin-bottom: 1.6rem;
  }
}

.landing-dressing__salons-form__inputs-text {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 2.5rem;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__salons-form__inputs-text {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
  }
}

.landing-dressing__salons-subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
  color: #ffffff;
  max-width: 89.8rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__salons-subtitle {
    font-size: 2.4rem;
  }
}

.landing-dressing .our-salons {
  margin: 0;
  margin-bottom: 9rem;
  padding-top: 12rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .our-salons {
    margin-top: 7rem;
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing .our-salons {
    padding-top: 4rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing .our-salons {
    padding-top: 6.4rem;
    padding-bottom: 11.3rem;
  }
}

.landing-dressing .our-salons::before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(260.79deg, #0a1e21 50.44%, #006c7b 328.82%), #323232;
  background: linear-gradient(189.21deg, #0a1e21 50.44%, #006c7b 328.82%), #323232;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .landing-dressing .our-salons::before {
    height: 100%;
  }
}

.landing-dressing .our-salons .container {
  position: relative;
  z-index: 1;
}

.landing-dressing .our-salons__head {
  margin-bottom: 5rem;
  gap: 4rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.landing-dressing .our-salons__head .salons-toggler {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .landing-dressing .our-salons__head .salons-toggler {
    border-radius: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing .our-salons__head {
    margin-bottom: 1.6rem;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.landing-dressing .form {
  padding: 0;
  margin: 0;
  background: transparent;
  margin-bottom: 9rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .form {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing .form {
    margin-top: 0;
    margin-bottom: 6rem;
  }
}

.landing-dressing__parting-word__text {
  margin: 0;
  font-weight: 600;
  font-size: 74px;
  line-height: 1.365;
  color: #363636;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__parting-word__text {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__parting-word__text {
    font-size: 4rem;
    line-height: 1.1;
  }
}

.landing-dressing__parting-word__text span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #9a9a9a;
  margin-top: 6.8rem;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing__parting-word__text span {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__parting-word__text span {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.landing-dressing .assortment-extra-slider {
  padding-bottom: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.landing-dressing .assortment-main-slider {
  max-height: 63rem;
  min-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1360px) {
  .landing-dressing .assortment-main-slider {
    max-height: 48vw;
    margin-right: 5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .assortment-main-slider {
    margin-right: auto;
    max-height: none;
    width: 100%;
  }
}

.landing-dressing .assortment-main-slider .slick-list {
  height: auto;
}

.landing-dressing .assortment-main-slider .slick-track {
  height: 100%;
}

.landing-dressing .assortment-main-slider__inner {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing-dressing .assortment-main-slider__inner .slick-slide {
  height: 100% !important;
}

.landing-dressing .assortment-main-slider__inner .slick-slide img {
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .assortment-main-slider__inner {
    height: 47vw;
  }
}

@media only screen and (max-width: 576px) {
  .landing-dressing .assortment-main-slider__inner {
    height: 44rem;
  }
}

.landing-dressing .assortment-main-slider .assortment-extra-slider__price {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .assortment-main-slider .assortment-extra-slider__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.landing-dressing .assortment-extra-slider__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-dressing .assortment-extra-slider__price span {
  font-weight: 400;
  display: block;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #363636;
}

@media only screen and (max-width: 1024px) {
  .landing-dressing .assortment-extra-slider__price span {
    padding: 1.2rem 0;
    font-size: 2.4rem;
  }
}

.landing-dressing .assortment-extra-slider__price .landing-dressing__header-nav__link {
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #363636;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 1px;
  padding-right: 1px;
}

.landing-dressing__hero-section-from {
  display: block;
  font-size: 2.7rem;
  line-height: 3.1rem;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .landing-dressing__hero-section-from {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .landing-dressing__hero-section-from {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.landing-dressing__hero-section-from a {
  color: #ffffff;
  text-decoration: underline;
}

.landing-dressing__videoReview {
  padding: 8rem 0;
  background-color: #F6F6F6;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview {
    padding: 6.4rem 0;
  }
}

.landing-dressing__videoReview .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.landing-dressing__videoReview .swiper-slide {
  border: .4rem solid #FFF200;
  border-radius: 1.8rem;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview .swiper-slide {
    border-width: .2rem;
    border-radius: .8rem;
  }
}

.landing-dressing__videoReview .swiper-slide.seen {
  border-color: #e4e4e4;
}

.landing-dressing__videoReview .swiper-scrollbar {
  margin-top: 4rem;
  height: 0.4rem;
  background: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview .swiper-scrollbar {
    margin-top: 2rem;
    height: .2rem;
  }
}

.landing-dressing__videoReview .swiper-scrollbar-drag {
  height: 100%;
  background: #FFF200;
}

.landing-dressing__videoReview .stories-catalog-slider__nav {
  -ms-flex-item-align: end;
  align-self: end;
  margin-bottom: 1.3rem;
}

.landing-dressing__videoReview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
  gap: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview-head {
    margin-bottom: 3rem;
  }
}

.landing-dressing__videoReview-head h2 {
  margin: 0;
}

.landing-dressing__videoReview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview-item {
    padding: 0.8rem;
  }
}

.landing-dressing__videoReview-image {
  padding-top: 177.955%;
  width: 100%;
  position: relative;
  border-radius: .6rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview-image {
    border-radius: .3rem;
  }
}

.landing-dressing__videoReview-play {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: rgba(54, 54, 54, 0.7);
  z-index: 1;
  left: 3.6rem;
  top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .landing-dressing__videoReview-play {
    width: 3.2rem;
    height: 3.2rem;
    top: 2rem;
    left: 2rem;
  }
  .landing-dressing__videoReview-play svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.landing-dressing__videoReview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .main-slider {
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider {
    margin-bottom: 4rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.main-slider__inner {
  position: relative;
}

.main-slider__inner.swiper-initialized {
  display: block;
}

.main-slider__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-slider__slide {
  background: no-repeat 50% / cover;
  border-radius: 0.6rem;
  color: #fff;
  height: 1px;
  min-height: 53rem;
  outline: none;
}

@media only screen and (max-width: calc($desktop-md - 0.02px)) {
  .main-slider__slide {
    min-height: 45rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__slide {
    position: relative;
    border-radius: 0;
    min-height: 28rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__slide {
    min-height: 20rem;
    height: 54vw;
  }
}

.main-slider__slide_small-image {
  position: relative;
  background: no-repeat 100% / 50% 100%;
  background-color: #f6f6f6;
  background-size: contain;
}

.main-slider__slide_small-image .main-slider__title, .main-slider__slide_small-image .main-slider__text {
  color: #0a2023;
}

@media only screen and (max-width: 767px) {
  .main-slider__slide_small-image {
    background: no-repeat 100% / 100% 100%;
  }
  .main-slider__slide_small-image .main-slider__title, .main-slider__slide_small-image .main-slider__text {
    color: #fff;
  }
}

.main-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 8.8rem;
  padding-top: 12rem;
  padding-bottom: 8.8rem;
  padding-right: 2rem;
  width: 41%;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1360px) {
  .main-slider__content {
    padding-left: 5rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__content {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    padding-right: 1rem;
    width: 43%;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__content {
    padding-left: 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 1.6rem;
    padding-right: 1rem;
    width: 100%;
  }
}

.main-slider__sale {
  position: relative;
  background: #fff200;
  color: #0a2023;
  padding: 1.1rem 1rem 1.1rem 1.6rem;
  margin: 0;
  display: inline;
  border-radius: 0.4rem 0 0 0.4rem;
}

@media only screen and (max-width: 767px) {
  .main-slider__sale {
    padding: 0.6rem;
  }
}

.main-slider__sale::before {
  content: "";
  background: #fff200;
  height: 100%;
  width: 1.6rem;
  position: absolute;
  top: 0;
  right: -1.6rem;
  -webkit-mask: url(../../assets/img/bin/main_slider/arrow.png);
  mask: url(../../assets/img/bin/main_slider/arrow.png);
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.main-slider__sale-wrapper {
  margin-bottom: 3.2rem;
  margin-top: -4.8rem;
}

@media only screen and (max-width: 1024px) {
  .main-slider__sale-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__sale-wrapper {
    top: 0;
    position: relative;
    margin-bottom: 2rem;
    font-size: 12px;
  }
}

.main-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1024px) {
  .main-slider__arrow {
    display: none;
  }
}

.main-slider__arrow:hover {
  background-color: #FFFFFF;
}

.main-slider__arrow_prev, .main-slider__arrow_next {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .main-slider__arrow_prev, .main-slider__arrow_next {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.main-slider__arrow_prev {
  left: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .main-slider__arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 1.5rem;
  }
}

.main-slider__arrow_next {
  right: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .main-slider__arrow_next {
    bottom: 1.5rem;
  }
}

.main-slider__arrow svg {
  fill: #363636;
  display: block;
  height: 2.4rem;
  width: 2.4rem;
}

.main-slider__title {
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

@media only screen and (min-width: 767px) {
  .main-slider__title.fz-26 {
    font-size: 2.1rem;
  }
  .main-slider__title.fz-23 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 1024px) {
  .main-slider__title.fz-26 {
    font-size: 3.5rem;
  }
  .main-slider__title.fz-23 {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1440px) {
  .main-slider__title {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__title {
    max-width: 70%;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1440px) {
  .main-slider__text {
    margin-bottom: 5.5rem;
    font-size: 1.5rem;
    font-family: 'Manrope', sans-serif;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__text {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
    font-family: 'Manrope', sans-serif;
  }
  .main-slider__text.fz-11 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__text {
    margin-bottom: 2.4rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
  }
  .main-slider__text.fz-11 {
    font-size: 1.2rem;
  }
}

.main-slider__buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__image-container {
  position: relative;
  width: 59%;
}

.main-slider__image-container::before {
  content: "";
  background: #f6f6f6;
  height: 100%;
  width: 125px;
  position: absolute;
  top: 0;
  z-index: 5;
  left: -0.05rem;
  -webkit-mask: url(../../assets/img/bin/main_slider/arrow.png);
  mask: url(../../assets/img/bin/main_slider/arrow.png);
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .main-slider__image-container::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__image-container {
    width: 57%;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__image-container {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 20rem;
  }
}

.main-slider__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.main-slider__video.loaded {
  z-index: 2;
}

.main-slider__video-preview {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1540px) {
  .main-slider__image {
    -o-object-position: right;
    object-position: right;
  }
}

@media only screen and (max-width: 1440px) {
  .main-slider__image {
    -o-object-position: right top;
    object-position: right top;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__image {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
    display: none;
  }
}

.main-slider__image-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main-slider__image-mobile {
    display: initial;
  }
}

.main-slider__image-tablet {
  display: none;
}

.main-slider__dark-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: -o-linear-gradient(295deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 69%);
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 69%);
}

.main-slider__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-slider__more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  color: #0a2023;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.12;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1rem 2rem;
}

@media only screen and (max-width: 1440px) {
  .main-slider__more {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__more_hide-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__more {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__more {
    font-size: 1.2rem;
    padding: 0.5rem 1.3rem;
    line-height: 1;
  }
}

@media (hover: hover) {
  .main-slider__more:hover {
    background: #363636;
    color: #fff;
  }
  .main-slider__more:hover .main-slider__more-next {
    fill: #fff;
  }
}

.main-slider__more:not(:last-child) {
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .main-slider__more:not(:last-child) {
    margin-right: 0.8rem;
  }
}

.main-slider__more-next {
  height: 2em;
  margin-left: 1.6rem;
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 1.2rem;
}

@media only screen and (max-width: 1440px) {
  .main-slider__more-next {
    margin-left: 0.4rem;
  }
}

.main-slider .container {
  position: relative;
}

.main-slider__navigation-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-slider__navigation-container {
  position: absolute;
  left: 50%;
  width: 50%;
  bottom: 3.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .main-slider__navigation-container {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 5.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__navigation-container {
    bottom: 1.6rem;
    right: 2.6rem;
  }
}

.main-slider__navigation .swiper-slide {
  cursor: pointer;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 1.6rem;
  width: 1.6rem;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1440px) {
  .main-slider__navigation .swiper-slide {
    height: 1.3rem;
    width: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slider__navigation .swiper-slide {
    height: 1rem;
    width: 1rem;
  }
}

@media (hover: hover) {
  .main-slider__navigation .swiper-slide:hover {
    background: #fff200;
  }
}

.main-slider__navigation .swiper-slide.swiper-slide-thumb-active {
  background-color: #fff200;
}

.main-slider .main-slider__slide--transparnt {
  background-color: rgba(0, 0, 0, 0);
}

.main-slider .main-slider__slide--transparnt .main-slider__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-slider .main-slider__slide--transparnt .main-slider__image-container::before {
  content: none;
}

.main-slider .main-slider__slide--transparnt .main-slider__image {
  -webkit-filter: none;
  filter: none;
}

.main-slider .main-slider__slide--transparnt .main-slider__title,
.main-slider .main-slider__slide--transparnt .main-slider__text {
  color: #ffffff;
}

.main-slider .main-slider__slide--transparnt-with-brightness .main-slider__image {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__buttons {
  margin-top: auto;
}

@media only screen and (max-width: 1600px) {
  .main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image {
    display: none;
  }
}

.main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image-container {
  z-index: 6;
}

.main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image-tablet {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image-tablet {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image-tablet {
    display: none;
  }
}

.main-slider .main-slider__slide--transparnt-with-brightness.main-slider__slide--without-preview-text .main-slider__image-mobile {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.main-slider .main-slider__more.main-slider__more_yellow {
  background-color: #fff200;
  position: relative;
}

.main-slider .main-slider__more.main-slider__more_yellow span {
  z-index: 10;
  color: #0a2023;
}

.main-slider .main-slider__more.main-slider__more_yellow svg {
  z-index: 10;
  fill: black;
}

.main-slider .main-slider__more.main-slider__more_yellow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #fff200 0%, #ffc700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #fff200 0%, #ffc700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .main-slider .main-slider__more.main-slider__more_yellow:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .main-slider .main-slider__more.main-slider__more_yellow:hover svg {
    fill: black;
  }
  .main-slider .main-slider__more.main-slider__more_yellow:hover::before {
    opacity: 1;
  }
}

@media only screen and (min-width: 1440px) {
  .main-slider .main-slider__slide--without-preview-text .main-slider__content {
    width: 35%;
    padding-top: 14.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .main-slider .main-slider__slide--without-preview-text .main-slider__title {
    font-size: 4.5rem;
  }
  .main-slider .main-slider__slide--without-preview-text .main-slider__title.fz-43 {
    font-size: 3.5rem;
  }
  .main-slider .main-slider__slide--without-preview-text .main-slider__title.fz-38 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1440px) {
  .main-slider .main-slider__slide--without-preview-text .main-slider__title {
    font-weight: 600;
    font-size: 5.5rem;
    line-height: 1.1;
    margin: 0 0 0.5em;
    width: 115%;
  }
  .main-slider .main-slider__slide--without-preview-text .main-slider__title.fz-43 {
    font-size: 4.3rem;
  }
  .main-slider .main-slider__slide--without-preview-text .main-slider__title.fz-38 {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 1440px) {
  .main-slider .main-slider__slide--without-preview-text .main-slider__buttons {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .main-slider .main-slider__slide--without-preview-text .main-slider__buttons a {
    height: 5.6rem;
  }
}

.manufacture {
  margin-top: 20rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture {
    margin-top: 12rem;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture {
    margin-top: 10rem;
  }
}

.manufacture__title {
  color: #363636;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.714em;
}

@media only screen and (max-width: 1024px) {
  .manufacture__title {
    font-size: 4.8rem;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture__title {
    font-size: 3.3rem;
  }
}

.manufacture__about {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture__about {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3.2rem;
  }
}

.manufacture__about-item {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture__about-item {
    margin-top: 3.2rem;
  }
}

.manufacture__about-item_text {
  font-size: 2rem;
  font-weight: 500;
  max-width: 74rem;
}

.manufacture__external {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (hover: hover) {
  .manufacture__external:hover span {
    border-color: currentColor;
  }
}

.manufacture__external svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.2rem;
  margin-right: 1.2rem;
  width: 1.2rem;
}

.manufacture__external span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid transparent;
}

.manufacture__vacancies {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media only screen and (max-width: 1024px) {
  .manufacture__vacancies {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 4rem;
  }
}

.manufacture__map {
  height: 40rem;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .manufacture__map {
    height: 20rem;
    margin-top: 1.6rem;
  }
}

.manufacture__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.6rem -1.4rem 0;
  padding-bottom: 6rem;
  padding-top: 8rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4.8rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture__location {
    padding-top: 4rem;
  }
}

.manufacture__location-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  margin-top: 1.6rem;
}

.manufacture__location-item_map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .manufacture__location-item_map {
    width: calc(100% - 2.8rem);
  }
}

.manufacture__number {
  font-weight: 500;
  font-size: 7rem;
  line-height: 1;
}

.manufacture .map-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.manufacture-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6rem;
  margin-right: -6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .manufacture-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.manufacture-info .manufacture-info__item_about {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .manufacture-info .manufacture-info__item_about {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .manufacture-info .manufacture-info__text {
    margin-top: 10.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture-info .manufacture-info__text {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .manufacture-info {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.manufacture-info__item {
  margin-left: 6rem;
  margin-right: 6rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__item {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    width: calc(50% - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .manufacture-info__item {
    width: calc(100% - 1.6rem);
  }
}

.manufacture-info__item_stats {
  max-width: 36.7rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__item_stats {
    max-width: none;
  }
}

.manufacture-info__item_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__item_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture-info__item_about {
    margin-top: 2rem;
  }
}

.manufacture-info__number {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.428em;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__number {
    margin-bottom: 4rem;
  }
}

.manufacture-info__intro, .manufacture-info__text {
  color: #757575;
  margin: 0;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__intro, .manufacture-info__text {
    font-size: 1.8rem;
    min-height: 8rem;
  }
}

.manufacture-info__intro {
  margin: 0;
}

.manufacture-info__text {
  max-width: 50rem;
}

@media only screen and (max-width: 1024px) {
  .manufacture-info__text {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .manufacture-info__text {
    margin-top: 0;
    max-width: none;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mobile-nav {
  background: #fff;
  border-radius: 0 0 2rem 2rem;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.1rem);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    padding-top: 0;
  }
  .mobile-nav .container {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) and (max-height: 656px) {
  .mobile-nav__inner {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    border-radius: 0;
  }
}

.is-mobile-nav-open .mobile-nav {
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 11;
}

.mobile-nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .4rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: -1.2rem;
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list {
    display: block;
    margin: 0;
    margin-top: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 2.4rem;
  }
}

.mobile-nav-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-top: 1.2rem;
  width: calc(25% - 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .mobile-nav-list__item {
    width: calc(33% - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list__item {
    width: 100%;
    margin: 0;
  }
  .mobile-nav-list__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list__item_calculate {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: calc(100% - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list__item_order {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: calc(100% - 1.6rem);
  }
}

.mobile-nav-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #363636;
  border-radius: 0.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  padding: 1.6rem 2rem;
  white-space: nowrap;
  width: 100%;
}

@media (hover: hover) {
  .mobile-nav-list__link:hover {
    background: #505050;
  }
}

@media only screen and (max-width: 767px) and (hover: hover) {
  .mobile-nav-list__link:hover {
    background: #f9f9f9;
  }
}

.mobile-nav-list__link_calculate {
  background-color: #fff200;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list__link_calculate {
    font-size: 1.6rem;
    padding: 1.8rem 2rem;
    margin-top: 7.7rem;
  }
}

@media (hover: hover) {
  .mobile-nav-list__link_calculate:hover {
    background: #fff533;
  }
}

.mobile-nav-list__link_order {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .mobile-nav-list__link_order {
    font-size: 1.6rem;
    padding: 1.8rem 2rem;
    font-weight: 500;
  }
}

@media (hover: hover) {
  .mobile-nav-list__link_order:hover {
    background: white;
  }
}

.mobile-nav-list__link--gray {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  color: #363636;
  font-weight: 500;
}

.mobile-nav-list__icon {
  fill: #848484;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
}

.mobile-nav-list__bottom_item {
  margin-left: 0;
  margin-right: 0;
}

.mobile-city-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6rem;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem;
  width: 100%;
}

.mobile-city-list__item {
  font-size: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
}

.mobile-city-list__link {
  display: block;
  padding: 0.9rem 2.7rem;
}

.mobile-city-list__link.is-active {
  background-color: #fff200;
  border-radius: 7rem;
}

.mobile-site-nav {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-site-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.mobile-site-nav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}

@media only screen and (max-width: 767px) {
  .mobile-site-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -1.6rem;
  }
}

.mobile-site-nav__item {
  font-size: 1.6rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-bottom: 1.6rem;
  width: calc(50% - 1.6rem);
}

@media only screen and (max-width: 767px) {
  .mobile-site-nav__item {
    width: calc(100% - 1.6rem);
    margin-bottom: 0;
  }
}

.mobile-site-nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9f9;
  border-radius: 0.4rem;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.1;
  padding: 1.6rem 2rem;
  width: 100%;
}

.mobile-site-nav__link--white {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}

.mobile-site-nav__link--white .mobile-site-nav__icon {
  width: 1.8rem;
  height: 1.4rem;
  fill: #bebebe;
}

.mobile-site-nav__link--white .mobile-site-nav__icon._corporate {
  height: 18px;
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .mobile-site-nav__link--white {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
  }
}

.mobile-site-nav__icon {
  fill: #c8c8c8;
  height: 1.6rem;
  width: 0.8rem;
}

.mobile-site-nav__bottom {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.not-found {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .not-found {
    margin-bottom: 2rem;
  }
}

.not-found__title {
  font-family: 'Manrope', sans-serif;
  line-height: 1;
  margin-bottom: 0.8888em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .not-found__title {
    font-size: 6rem;
  }
}

.not-found__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.not-found__img {
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  right: 8%;
  top: 85%;
  width: 66%;
}

.not-found__subtitle {
  color: #757575;
  font-size: 2rem;
  line-height: 1.4;
  max-width: 41.6rem;
}

@media only screen and (max-width: 767px) {
  .not-found__subtitle {
    font-size: 1.8rem;
    max-width: 32.6rem;
  }
}

.not-found__link {
  text-decoration: none;
}

@media (hover: hover) {
  .not-found__link:hover {
    text-decoration: underline;
  }
}

.option-val {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #e9e9e9;
  border-radius: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 2rem 1rem 1rem;
  white-space: nowrap;
}

.option-val__color {
  background-repeat: no-repeat;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.options-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-top: -1rem;
}

.options-list__item {
  margin-left: 1rem;
  margin-top: 1rem;
}

.our-production__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: -14rem;
}

@media only screen and (max-width: 1024px) {
  .our-production__inner {
    margin-top: -8rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-production__inner {
    margin-top: -6rem;
  }
}

.our-production__item {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-top: 14rem;
  word-break: break-word;
}

@media only screen and (max-width: 1024px) {
  .our-production__item {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-production__item {
    margin-top: 6rem;
  }
}

.our-production__item_production {
  max-width: 65rem;
}

.our-production__item_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 48rem;
}

@media only screen and (max-width: 1024px) {
  .our-production__item_about {
    max-width: 60rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.our-production__item_cameras {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (max-width: 1024px) {
  .our-production__item_cameras {
    margin-top: 9.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-production__item_cameras {
    margin-top: 7.5rem;
  }
}

.our-production__title {
  font-family: 'Manrope', sans-serif;
  margin: 0 0 0.5em;
}

@media only screen and (max-width: 1024px) {
  .our-production__title {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-production__title {
    margin-bottom: 2rem;
  }
}

.our-production__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .our-production__subtitle {
    font-size: 1.4rem;
  }
}

.our-production__caption {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .our-production__caption {
    margin-bottom: 2.8rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-production__caption {
    margin-bottom: 2rem;
  }
}

.our-production__caption b {
  font-weight: 500;
}

.our-production__text {
  color: #757575;
}

.our-production__text:last-child {
  margin-bottom: 0;
}

.our-salons {
  margin-top: 13.2rem;
}

@media only screen and (max-width: 1024px) {
  .our-salons {
    margin-top: 8.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-salons {
    margin-top: 6rem;
    margin-bottom: -2rem;
  }
}

.our-salons__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .our-salons__head {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .our-salons__head {
    display: block;
  }
}

.our-salons__title {
  color: #fff;
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .our-salons__title {
    color: #363636;
  }
}

@media only screen and (max-width: 767px) {
  .our-salons__title {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.page-catalog h1 {
  font-weight: 700;
}

.page-catalog__head {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .page-catalog__head {
    font-weight: 700;
  }
}

.page-catalog__filter {
  margin-bottom: 6rem;
}

.page-catalog .page-subtitle {
  font-size: 1.6rem;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .page-catalog .page-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
  }
}

.page-features__title {
  font-family: 'Manrope', sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.333em;
}

@media only screen and (max-width: 767px) {
  .page-features__title {
    font-size: 3.6rem;
  }
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pagination {
    width: 100%;
  }
}

.pagination__btn {
  background: #363636;
  border-radius: 0.4rem;
  height: 4rem;
  width: 4rem;
}

.pagination__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
}

@media only screen and (max-width: 767px) {
  .pagination__list {
    margin-right: auto;
  }
}

@media only screen and (max-width: 419px) {
  .pagination__list {
    margin-left: auto;
  }
}

.pagination__item {
  margin-left: 0.8rem;
  margin-top: 0.8rem;
}

.pagination__item.is-active .pagination__val {
  background: #363636;
  border-color: #363636;
  color: #fff;
}

.pagination__val {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
  border: 0.1rem solid #e4e4e4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 4rem;
  font-weight: 500;
}

@media (hover: hover) {
  .pagination__val:hover {
    color: #fff;
    background: #363636;
    border-color: #363636;
  }
}

.pagination__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.4rem;
  border: 0.1rem solid #e4e4e4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 4rem;
  background: #F6F6F6;
}

@media only screen and (max-width: 419px) {
  .pagination__arrow {
    display: none;
  }
}

@media (hover: hover) {
  .pagination__arrow:hover:not(.pagination__arrow_disabled) {
    background-color: #363636;
    border-color: #363636;
  }
  .pagination__arrow:hover:not(.pagination__arrow_disabled) svg {
    fill: #fff;
  }
}

.pagination__arrow svg {
  fill: #363636;
}

.pagination__arrow_prev {
  margin-right: 1.3rem;
  border: 0.1rem solid #F6F6F6;
}

.pagination__arrow_prev svg {
  width: 8px;
}

.pagination__arrow_next {
  margin-left: 1.3rem;
  border: 0.1rem solid #F6F6F6;
}

.pagination__arrow_next svg {
  width: 8px;
}

.pagination__arrow_disabled {
  pointer-events: none;
  /*svg {
                fill: #DEDEDE;
            }*/
}

.pagination__arrow_disabled svg {
  opacity: .3;
}

.pagination__arrow.disabled {
  pointer-events: none;
  /*svg {
                fill: #DEDEDE;
            }*/
}

.pagination__arrow.disabled svg {
  opacity: .3;
}

.panel-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}

.panel-tags-list__item {
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}

.panel-tags-list__label {
  font-weight: 500;
}

.payment {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.payment__title {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .payment__title {
    font-size: 3.6rem;
    text-align: left;
  }
}

.payment__section:not(:first-of-type) {
  margin-top: 3rem;
}

.payment-form {
  background: #f7f7f7;
  border-radius: 0.6rem;
  padding: 6rem 8rem;
}

@media only screen and (max-width: 767px) {
  .payment-form {
    padding: 4rem 3rem;
  }
}

.payment-form.is-qr .payment-form__column_email {
  display: none;
}

.payment-form.is-qr .payment-form__footer-inner_qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-form.is-qr .payment-form__footer-inner_card {
  display: none;
}

.payment-form.is-qr .payment-form__footer-inner_requisites {
  display: none;
}

.payment-form.is-card .payment-form__footer-inner_qr {
  display: none;
}

.payment-form.is-card .payment-form__footer-inner_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-form.is-card .payment-form__footer-inner_requisites {
  display: none;
}

.payment-form.is-requisites .payment-form__footer-inner_qr {
  display: none;
}

.payment-form.is-requisites .payment-form__footer-inner_card {
  display: none;
}

.payment-form.is-requisites .payment-form__footer-inner_requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-form.is-requisites .payment-form__column_email {
  display: none;
}

.payment-form.is-credit .payment-form__footer-inner_credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-form.is-credit .payment-form__footer-inner_card {
  display: none;
}

.payment-form.is-credit .payment-form__footer-inner_requisites {
  display: none;
}

.payment-form.is-installment .payment-form__footer-inner_credit {
  display: none;
}

.payment-form.is-installment .payment-form__footer-inner_card {
  display: none;
}

.payment-form.is-installment .payment-form__footer-inner_requisites {
  display: none;
}

.payment-form__section:not(:first-of-type) {
  border-top: 0.1rem solid #e4e4e4;
  margin-top: 3rem;
  padding-top: 6rem;
}

.payment-form__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__head {
    margin-bottom: 1.875em;
  }
}

.payment-form__title {
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}

.payment-form__contract-label {
  color: #9a9a9a;
  display: block;
}

@media only screen and (max-width: 767px) {
  .payment-form__contract-label {
    margin-top: 2rem;
  }
}

.payment-form__content {
  margin-top: -4rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__content {
    margin-top: -3rem;
  }
}

.payment-form__content:not(:last-child) {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1024px) {
  .payment-form__content:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.payment-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.payment-form__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(50% - 3rem);
}

@media only screen and (max-width: 767px) {
  .payment-form__column {
    width: calc(100% - 3rem);
  }
}

.payment-form__item {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__item {
    margin-top: 3rem;
  }
}

.payment-form__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.6rem 0 0 0;
  font-size: 1.2rem;
}

.payment-form__text--alert {
  margin-top: 2.4rem;
}

.payment-form__text img {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}

.payment-form__summ {
  -moz-appearance: textfield;
}

.payment-form__summ::-webkit-outer-spin-button, .payment-form__summ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment-form__submit-btn {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff200;
  border-radius: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  width: 100%;
}

.payment-form__submit-btn--small {
  max-width: 25rem;
}

.payment-form__submit-btn span {
  z-index: 10;
  color: #363636;
}

.payment-form__submit-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .payment-form__submit-btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .payment-form__submit-btn:hover::before {
    opacity: 1;
  }
}

.payment-form__submit-btn_pay {
  background: #363636;
  color: #fff;
}

@media (hover: hover) {
  .payment-form__submit-btn_pay:hover {
    background: #363636;
  }
}

.payment-form__submit-btn:disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (hover: hover) {
  .payment-form__submit-btn:disabled:hover {
    background: #fff200;
  }
  .payment-form__submit-btn:disabled:hover::before {
    opacity: 0;
  }
}

.payment-form__notice {
  color: #7b7b7b;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.2rem;
  margin: 2rem 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .payment-form__notice {
    text-align: left;
  }
}

.payment-form__notice a {
  color: #bababa;
  text-decoration: underline;
}

@media (hover: hover) {
  .payment-form__notice a:hover {
    text-decoration: none;
  }
}

.payment-form__user-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  margin: 3.2rem 0 -2.4rem 0;
}

.payment-form__user-data-item {
  margin-bottom: 2.4rem;
  font-weight: 600;
}

.payment-form__user-data-item:not(:last-child) {
  margin-right: 5rem;
}

.payment-form__user-data-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #868686;
}

.payment-form__user-data-text:not(:last-child) {
  margin-bottom: 0.4rem;
}

.payment-form__placeholder {
  position: relative;
  width: 7rem;
  height: 1.8rem;
  background-color: #E4E4E4;
  border-radius: 1.1rem;
  overflow: hidden;
}

.payment-form__placeholder::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(0.3deg, #E4E4E4 0.95%, #FFFFFF 49.44%, #E4E4E4 100%);
  background: linear-gradient(89.7deg, #E4E4E4 0.95%, #FFFFFF 49.44%, #E4E4E4 100%);
  border-radius: 1.1rem;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes example {
  0% {
    left: -90%;
  }
  100% {
    left: 90%;
  }
}

@keyframes example {
  0% {
    left: -90%;
  }
  100% {
    left: 90%;
  }
}

.payment-form__user-data-value:not(:empty) + .payment-form__placeholder {
  display: none;
}

.payment-form__footer {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__footer {
    margin-top: 3rem;
  }
}

.payment-form__footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: -1.5rem;
}

@media only screen and (max-width: 767px) {
  .payment-form__footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.payment-form__footer-inner_qr {
  display: none;
}

.payment-form__footer-inner_qr a {
  border-bottom: 1px solid #323232;
}

.payment-form__footer-inner_requisites a {
  border-bottom: 1px solid #323232;
}

.payment-form__footer-inner_credit {
  display: none;
}

.payment-form__footer-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-top: 1.5rem;
  width: calc(100% / 3 - 1.6rem);
}

@media only screen and (max-width: 767px) {
  .payment-form__footer-item {
    width: calc(100% - 1.6rem);
  }
}

.payment-form__footer-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-list__item {
  position: relative;
}

.payment-list__item:not(:first-child) {
  margin-top: 1.5rem;
}

.payment-radio__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.payment-radio__input:checked ~ .payment-radio__label .payment-radio__content, .payment-radio__input:focus ~ .payment-radio__label .payment-radio__content {
  background: #363636;
  color: #fff;
  -webkit-filter: none;
  filter: none;
}

.payment-radio__input:checked ~ .payment-radio__btn svg, .payment-radio__input:focus ~ .payment-radio__btn svg {
  fill: #fff;
}

.payment-radio__input:disabled ~ .payment-radio__label {
  cursor: auto;
}

.payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content {
  background: #e4e4e4;
  color: #9a9a9a;
  gap: 0.6rem;
}

@media only screen and (max-width: 650px) {
  .payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
  }
}

.payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content .payment-radio__img {
  display: none;
}

.payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content .payment-radio__item:nth-child(2) {
  margin: 0;
  margin-right: 6.6rem;
}

@media only screen and (max-width: 650px) {
  .payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content .payment-radio__item:nth-child(2) {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0.5rem;
  }
}

.payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content .payment-radio__item-disabled {
  display: inline-block;
  padding: 0.1rem;
  color: #fff;
  -webkit-transform: matrix(1, -0.08, 0.08, 1, 0, 0);
  -ms-transform: matrix(1, -0.08, 0.08, 1, 0, 0);
  transform: matrix(1, -0.08, 0.08, 1, 0, 0);
  border-radius: 0.4rem;
  max-width: 20.8rem;
  line-height: 1.4;
  font-size: 1.07rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-left: 0.5rem;
}

.payment-radio__input:disabled ~ .payment-radio__label .payment-radio__content .payment-radio__item-disabled::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: transparent;
  background-image: -o-linear-gradient(182.32deg, #808080 1.01%, #8a8a8a 28.51%, #b8b8b8 61.78%, #e4e4e4 109.52%);
  background-image: linear-gradient(267.68deg, #808080 1.01%, #8a8a8a 28.51%, #b8b8b8 61.78%, #e4e4e4 109.52%);
}

@media only screen and (max-width: 650px) {
  .payment-radio__input:disabled ~ .payment-radio__btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 2.1rem;
  }
}

@media (hover: hover) {
  .payment-radio__label:hover .payment-radio__content {
    background: #363636;
    color: #fff;
    -webkit-filter: none;
    filter: none;
  }
  .payment-radio__label:hover + .payment-radio__btn svg {
    fill: #fff;
  }
}

.payment-radio__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.6rem 0.8rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: background-color, filter;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.payment-radio__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .payment-radio__item:first-child {
    padding-right: 2.4rem;
  }
}

.payment-radio__item-disabled {
  display: none;
}

.payment-radio__title {
  font-weight: 700;
}

.payment-radio__title, .payment-radio__subtitle {
  display: block;
}

.payment-radio__subtitle {
  color: #9a9a9a;
  font-size: 1.3rem;
}

.payment-radio__img {
  margin-right: 3rem;
}

@media only screen and (max-width: 767px) {
  .payment-radio__img {
    display: none;
  }
}

.payment-radio__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6rem;
  background: transparent;
  border: 0;
  height: 2rem;
  outline: none;
  padding: 0;
  width: 2rem;
}

.payment-radio__btn svg {
  fill: #0a0b11;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.popup {
  --popup-width: 38rem;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding: 4rem;
  position: relative;
  width: var(--popup-width);
}

@media only screen and (max-width: 767px) {
  .popup {
    padding: 2rem;
  }
}

.popup__close {
  fill: #cbcbcb;
  font-size: 0;
  height: 1.2rem;
  line-height: 1;
  opacity: 1;
  right: 1.2rem;
  top: 1.5rem;
  width: 1.2rem;
}

.popup__close:active {
  top: 1.6rem;
}

@media (hover: hover) {
  .popup__close:hover {
    fill: #363636;
  }
}

.popup__close svg {
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.popup__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.popup__text {
  /*max-width: 23rem;*/
  margin: 0;
  font-size: 1.4rem;
  line-height: 120%;
  color: #9A9A9A;
}

.popup__text:not(:last-child) {
  margin-bottom: 4rem;
}

.popup__submit-btn {
  font-size: 1.6rem;
  line-height: 120%;
}

.visibleBadge {
  width: 256px;
  height: 60px;
  display: block;
  -webkit-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
  visibility: visible !important;
}

.money__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.money__icon {
  width: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}

.money__text {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #35C759;
}

@media only screen and (max-width: 767px) {
  .order-popup {
    padding: 5.5rem 2.2rem 3.1rem;
    max-width: 34.3rem;
  }
}

.popup-form {
  border-top: 1px solid transparent;
}

.popup-form__inner {
  margin-top: -2.5rem;
}

.popup-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-form__row:not(:last-child) {
  margin-top: 2.5rem;
}

.popup-form__row_msg {
  margin-top: 7rem;
}

.popup-form__row_double {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 767px) {
  .popup-form__row_double {
    display: block;
  }
  .popup-form__row_double .popup-form__item:last-child {
    margin-top: 2.5rem;
  }
}

.popup-form__row_double .popup-form__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: calc(100% - 3rem);
}

.popup-form__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.popup-form__msg {
  height: 3.3rem;
  max-height: 65rem;
  overflow: hidden;
  vertical-align: top;
}

.popup-form__msg.has-scroll {
  overflow: auto;
}

.popup-form__footer {
  margin-top: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .popup-form__footer {
    margin-top: 1.3rem;
  }
}

.popup-form__map-btn {
  color: #363636;
  padding: 1.1rem 1rem 1rem;
  background: #F6F6F6;
  border-color: #F6F6F6;
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (hover: hover) {
  .popup-form__map-btn:hover {
    background: #fff200;
    border-color: #fff200;
  }
}

.popup-form__mapInner {
  position: relative;
}

.popup-form__mapInner sup {
  display: none;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner sup {
    display: inline-block;
    position: absolute;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

.popup-form__mapInner .popup__title {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .popup__title {
    margin-bottom: 2.4rem;
  }
}

.popup-form__mapInner .our-salons__head {
  margin: 0;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .our-salons__head {
    position: static;
    margin-bottom: 1.8rem;
  }
}

.popup-form__mapInner .salons-main-map {
  height: 42.1rem;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-main-map {
    height: 33.2rem;
    min-height: auto;
  }
}

.popup-form__mapInner .map-btn {
  background-color: #fff200;
}

.popup-form__mapInner .map-btn:hover {
  background-color: #fff200;
}

.popup-form__mapInner .salons-toggler__item:not(.is-active) .salons-toggler__val:hover {
  color: #363636;
}

.popup-form__mapInner .salons-toggler {
  border-color: #ffffff;
  background: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 3.4rem;
  }
}

.popup-form__mapInner .salons-toggler__item {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-toggler__item {
    position: relative;
    min-width: auto;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-bottom: 0.6rem;
    border-bottom: .2rem solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-toggler__item.is-active {
    border-bottom-color: #363636;
  }
}

.popup-form__mapInner .salons-toggler__val {
  padding: 1.2rem;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-toggler__val {
    color: #757575;
    padding: 0;
    border-radius: none;
    background: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .popup-form__mapInner .salons-toggler__item.is-active .salons-toggler__val {
    color: #363636;
    padding: 0;
    border-radius: none;
    background: transparent;
  }
}

.popup-form__mapInner .balloon__img,
.popup-form__mapInner .balloon__bottom,
.popup-form__mapInner .ymaps-2-1-79-balloon__close {
  display: none !important;
}

.popup-form__mapInner .balloon__title {
  margin-left: 0;
  margin-right: 0;
}

.popup-form__mapInner .ymaps-2-1-79-controls-pane {
  z-index: 9999 !important;
}

.popup-form__mapInner .salons-main-map__inner [class*="-balloon_layout_normal"], .popup-form__mapInner .salons-map__inner [class*="-balloon_layout_normal"], .popup-form__mapInner [class*="-balloon_layout_normal"] {
  padding: 0;
  left: 0 !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-form__mapInner .balloon__row {
  margin-left: 0;
  margin-right: 0;
}

.popup-form__mapInner .map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-form__mapInner .balloon__content {
  width: 23.575rem;
}

.popup-form__mapInner .ymaps-2-1-79-balloon__content {
  padding: 17.66px 14.13px 17.38px !important;
}

.popup-form__back {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.popup-form__back:disabled {
  opacity: 0;
  pointer-events: none;
}

.popup-form__back svg {
  stroke: #CBCBCB;
  width: 100%;
  height: 100%;
  -webkit-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}

@media (hover: hover) {
  .popup-form__back:hover svg {
    stroke: #8C8C8C;
  }
}

.popup-form__choice-btn {
  padding: 1.6rem 1rem;
  border-radius: .4rem;
  background: #F6F6F6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #363636;
  font-size: 1.6rem;
  line-height: 1;
  border: .1rem solid #F6F6F6;
  margin-top: 1rem;
  pointer-events: none;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .popup-form__choice-btn {
    margin-top: 1.6rem;
  }
}

.popup-form__choice-btn:not(:disabled) {
  background: #35C759;
  border-color: #35C759;
  color: #ffffff;
  pointer-events: auto;
}

.popup-form__submit-btn {
  background: #363636;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (hover: hover) {
  .popup-form__submit-btn:hover {
    background-color: #fff200;
    border-color: #fff200;
    color: #363636;
  }
}

.popup-form__notice {
  color: #bababa;
  font-size: 1.2rem;
  line-height: 120%;
  margin-top: 1rem;
  text-align: center;
}

.popup-form__notice a {
  text-decoration: underline;
  color: #bababa;
}

@media (hover: hover) {
  .popup-form__notice a:hover {
    text-decoration: none;
  }
}

.ymaps-2-1-79-fullscreen .mfp-bg {
  pointer-events: none;
}

.recommended__title {
  margin: 0 0 1.6667em;
}

.recommended-list {
  --count: 4;
}

@media only screen and (max-width: 1024px) {
  .recommended-list {
    overflow: auto;
    scrollbar-color: #fff200 #d6c2c2;
    scrollbar-width: thin;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .recommended-list {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .recommended-list::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
    margin-top: 3rem;
  }
  .recommended-list::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .recommended-list::-webkit-scrollbar-track {
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
}

@media only screen and (max-width: 1024px) {
  .recommended-list::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
}

.recommended-list__inner:not(.slick-initialized) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .recommended-list__inner:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .recommended-list__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 3.2rem;
  }
}

.recommended-list__item {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .recommended-list__item {
    width: 30rem;
    padding: 0;
  }
  .recommended-list__item:not(:first-child) {
    margin-left: 1.6rem;
  }
  .recommended-list__item:first-child {
    margin-left: 2.6rem;
  }
  .recommended-list__item:last-child {
    margin-right: 2.6rem;
  }
}

.recommended-list__link {
  background: #f6f6f6;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  padding-top: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .recommended-list__link:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.07);
  }
}

.recommended-list__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 19.8rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  background-color: #fff;
  border-radius: .4rem;
}

.recommended-list__img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2rem;
}

.recommended-list__text {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.recommended-list__footer {
  border-top: 0.1rem solid #e4e4e4;
  margin-top: auto;
  padding-top: 1.2rem;
}

.recommended-list__cost {
  font-weight: 500;
  font-size: 1.8rem;
}

.recommended-list .slick-track {
  margin-left: 0;
}

.recommended-list .slick-list {
  padding-left: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

@media only screen and (max-width: 1024px) {
  .recommended-list .slick-list {
    margin: 0;
    padding-left: 1.6rem;
  }
}

.recommended-list .slick-slide {
  outline: none;
}

.recommended-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.recommended-list .slick-slide {
  height: inherit !important;
}

.reset-btn {
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 500;
  border: 1px solid #363636;
  border-radius: 6rem;
  outline: none;
  padding: 1.6rem 2.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .reset-btn {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

.reset-btn__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.4rem;
  margin-right: 1.2rem;
  width: 1.3rem;
}

.review__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .review__item {
    margin-bottom: 1.6rem;
  }
}

.review__item .good-item__name-text.activate {
  cursor: default;
}

.review__item .good-item__name {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .review__item .good-item__name {
    font-size: 2.4rem;
  }
}

.review__item .review-info {
  font-size: 1.4rem;
  color: #757575;
  line-height: 140%;
  border-top: 0.1rem solid #e4e4e4;
  padding-top: 2rem;
  margin-top: 2rem;
}

.review__item .review-info span {
  font-weight: 500;
}

.review__item .review-info--item {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.review__item .good-item__name-wrap {
  margin-bottom: 0;
}

.review__item .good-item__video .good-item__img {
  opacity: 0;
}

.review__item .good-item__video {
  background-size: cover;
  border-radius: 12px 12px 0 0;
}

.review__item .good-item__video iframe {
  border-radius: 12px 12px 0 0;
}

.review__item .review-video__play-icon {
  width: 4.2rem;
  height: 3.9rem;
  fill: #fff;
}

.review__item .cameras-list__play {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: 100%;
}

.review__item .good-item {
  border-radius: 0 0 12px 12px;
}

.review__item .good-item__img {
  border-radius: 12px 12px 0 0;
}

.review__item .review-video__label {
  background: #FFF200;
  border-radius: 44px;
  font-size: 1.6rem;
  color: #363636;
  padding: 15px 25px;
  position: absolute;
  line-height: 120%;
  right: 20px;
  top: 24px;
  width: 178px;
}

.review__item .review-video__label svg {
  top: 2px;
  position: relative;
  right: -8px;
  width: 14px;
}

.section__catalog-reviews {
  margin-top: 10rem !important;
}

.section__catalog-reviews .categories-nav__head-title {
  max-width: 100%;
}

.section__catalog-reviews .review-list__item {
  background: #F6F6F6;
  border-radius: 6px;
  padding: 22px 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .section__catalog-reviews .review-list__item {
    padding: 24px 15px;
  }
}

.section__catalog-reviews .review-list__item p {
  margin: 0;
}

.section__catalog-reviews .sales__head {
  margin-bottom: 0;
}

.section__catalog-reviews .categories-nav__head-title {
  margin-bottom: 2.8rem;
}

.section__catalog-reviews .review-list__item p.review-date {
  font-size: 1.4rem;
  line-height: 112%;
  color: #9A9A9A;
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .section__catalog-reviews .review-list__item p.review-date {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}

.section__catalog-reviews .review-list__item p.review-name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  color: #323232;
  max-width: 538px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .section__catalog-reviews .review-list__item p.review-name {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.section__catalog-reviews .review-list__item p.review-action {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 112%;
  color: #9A9A9A;
}

@media (max-width: 767px) {
  .section__catalog-reviews .review-list__item p.review-action {
    font-size: 1.6rem;
  }
}

.section__catalog-reviews .review-list__item p.review-video-label {
  position: absolute;
  top: 17px;
  right: 22px;
  font-size: 1.4rem;
  line-height: 120%;
  color: #323232;
  background: #FFF200;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  border-radius: 50px;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .section__catalog-reviews .review-list__item p.review-video-label {
    font-size: 1.2rem;
    top: 19px;
    right: 15px;
  }
}

.section__catalog-reviews .review-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__catalog-reviews .slick-slide {
  margin: 0 15px;
}

.section__catalog-reviews .slick-list {
  margin: 0 -15px;
}

.section__catalog-reviews .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.section__catalog-reviews .slick-slide {
  height: inherit !important;
}

.video-popup {
  height: 400px;
  width: 800px;
}

.video-popup {
  height: 400px;
  width: 800px;
}

@media (max-width: 550px) {
  .video-popup {
    height: 300px;
    width: 100%;
    padding: 0 !important;
    max-width: 95%;
  }
}

.reviews__page .reviews__title {
  font-weight: 500;
}

.sale-details__inner {
  display: grid;
  grid-template-columns: 75% 1fr;
  gap: 2rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.sale-details__img-wrap {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__img-wrap {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details__img-wrap {
    margin-bottom: 4rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.sale-details__video-wrap {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__video-wrap {
    margin-bottom: 4rem;
  }
}

.sale-details__video {
  width: 100%;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .sale-details__video {
    border-radius: 0;
  }
}

.sale-details__img {
  vertical-align: top;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sale-details__img-desktop {
    display: none;
  }
}

.sale-details__img-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sale-details__img-mobile {
    display: block;
  }
}

.sale-details__info ul {
  color: #757575;
  padding-left: 1.6rem;
  list-style-type: disc;
}

.sale-details__info ul:not(:last-child) {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .sale-details__info ul:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.sale-details__info ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.sale-details__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.8em;
}

@media only screen and (max-width: 767px) {
  .sale-details__title {
    font-size: 2.6rem;
  }
}

.sale-details__title--md {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .sale-details__title--md {
    font-size: 2rem;
  }
}

.sale-details__sub-title {
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}

.sale-details__text {
  margin: 0 0 4.8rem 0;
  color: #757575;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__text {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details__text {
    font-size: 1.6rem;
  }
}

.sale-details__text:last-child {
  margin-bottom: 0;
}

.sale-details__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .sale-details__notice {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details__notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sale-details__notice:not(:last-child) {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__notice:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.sale-details__notice-item {
  max-width: 43.8rem;
}

@media only screen and (min-width: 767px) {
  .sale-details__notice-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details__notice-item {
    max-width: unset;
  }
  .sale-details__notice-item:first-child {
    margin-bottom: 2.5rem;
  }
}

.sale-details__form {
  position: relative;
}

.sale-details__form .contact-form {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sale-details__notice-text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.sale-details__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #35c759;
  border-radius: 0.4rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  min-width: 35.7rem;
}

@media only screen and (max-width: 767px) {
  .sale-details__tel {
    min-width: 100%;
  }
}

@media (hover: hover) {
  .sale-details__tel:hover {
    background-color: #5cd379;
  }
}

.sale-details__offer {
  font-size: 1.4rem;
  color: #9a9a9a;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .sale-details__offer {
    text-align: center;
  }
}

.sale-details .recommended {
  max-width: 93.2rem;
  margin-bottom: -3rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details .recommended {
    margin-bottom: 0;
  }
}

.sale-details .similar-models-slider__nav {
  margin-bottom: 1.6rem;
  margin-left: 0;
  margin-right: 0;
}

.sale-details .recommended-list:not(:last-child) {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details .recommended-list {
    margin: 0;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details .recommended-list:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .sale-details .recommended-list .slick-list {
    margin: 0 -2.6rem;
    padding-left: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details .recommended-list .slick-list {
    margin: 0 -1.6rem;
    padding-left: 1.6rem;
    overflow: visible;
  }
}

.sale-details .recommended-list__inner {
  padding-bottom: 0;
  width: 100%;
}

.sale-details .recommended-list__inner._has-scroll {
  padding-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details .recommended-list__inner._has-scroll {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sale-details .recommended-list__item {
    width: 30rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding-right: 2.6rem;
  }
  .sale-details .recommended-list__item:last-child {
    width: 32.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details .recommended-list__item {
    padding-right: 1.6rem;
  }
  .sale-details .recommended-list__item:last-child {
    width: 31.6rem;
  }
}

.sale-details .popup-form__notice {
  text-align: left;
}

.sale-details__slider-wrapper {
  margin-top: 7rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__slider-wrapper {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-details__slider-wrapper {
    margin-top: 0;
  }
}

.sale-details__slider-wrapper .sale-details__title {
  margin-bottom: 5.2rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__slider-wrapper .sale-details__title {
    margin-bottom: 3rem;
  }
}

.sale-details__slider-head {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__slider-head {
    margin-bottom: 2.4rem;
  }
}

.sale-details__slider-head button {
  margin: 0;
}

.sale-details__slider-head button:first-child {
  margin-right: 2rem;
}

.sale-details__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sale-details__slider .slick-list {
  margin: 0 -1.5rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__slider .slick-list {
    margin: 0 -0.8rem;
  }
}

.sale-details__slide {
  margin: 0 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .sale-details__slide {
    margin: 0 0.8rem;
  }
}

.sale-details__slide-img {
  border-radius: 0.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sale-details .designers {
  max-width: 89.8rem;
}

.sale-details .designers img {
  display: block;
}

.sale-details .designers p {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .sale-details .designers p {
    margin-top: 1.6rem;
  }
}

.sales__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .sales__head {
    margin-bottom: 3rem;
  }
}

.sales__head .sales__title {
  width: 100%;
  margin-bottom: 0;
}

.sales__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

.sales__title {
  font-family: 'Manrope', sans-serif;
  margin: 0 0 5rem;
  font-size: 4rem;
  line-height: 120%;
}

@media only screen and (min-width: 1440px) {
  .sales__title {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media only screen and (max-width: 767px) {
  .sales__title {
    margin-bottom: 3rem;
  }
}

.sales-list._scrollable {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 1024px) {
  .sales-list._scrollable {
    padding-bottom: 0;
    overflow: visible;
    margin: 0;
  }
}

.sales-list._scrollable .sales-list__inner {
  display: none;
  will-change: opacity;
  margin: 0;
}

.sales-list._scrollable .sales-list__inner.slick-initialized {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .sales-list._scrollable .sales-list__inner {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .sales-list._scrollable .sales-list__inner::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
  }
  .sales-list._scrollable .sales-list__inner::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .sales-list._scrollable .sales-list__inner::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._scrollable .sales-list__content {
    padding-right: calc(100% - 10rem);
  }
}

.sales-list._scrollable .sales-list__item {
  width: 35.7rem;
  margin-right: 3rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.sales-list._scrollable .sales-list__item img {
  width: 100%;
}

.sales-list._scrollable .sales-list__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .sales-list._scrollable .sales-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: auto;
    height: 19.6rem;
    margin: 0;
  }
  .sales-list._scrollable .sales-list__item:not(:first-child) {
    margin-left: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._scrollable .sales-list__item {
    margin: 0;
    width: 22.3rem;
    height: 12.4rem;
  }
  .sales-list._scrollable .sales-list__item:not(:first-child) {
    margin-left: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._scrollable .sales-list__title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._scrollable .sales-list__subtitle {
    font-size: 1rem;
    -webkit-line-clamp: 2;
  }
}

.sales-list._hidable .sales-list__inner {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .sales-list._hidable .sales-list__inner {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._hidable .sales-list__inner {
    margin: 0;
    display: block;
  }
}

.sales-list._hidable .sales-list__item {
  display: block;
  width: calc(33% - 3rem);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 1.5rem;
  margin-top: 3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .sales-list._hidable .sales-list__item {
    width: calc(50% - 1.5rem);
    margin: 0 0.75rem;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-list._hidable .sales-list__item {
    width: 100%;
    margin: 0;
    margin-bottom: 2.4rem;
  }
  .sales-list._hidable .sales-list__item:last-child {
    margin-bottom: 0;
  }
}

.sales-list._hidable .sales-list__img {
  width: 100%;
}

.sales-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sales-list__item {
  min-height: 15.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.6rem;
}

.sales-list__link {
  display: block;
  height: 100%;
  padding: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .sales-list__link {
    height: auto;
    width: 100%;
  }
}

.sales-list__content {
  width: 100%;
  padding-right: calc(100% - 14rem);
  overflow: hidden;
}

.sales-list__title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: visible;
  overflow-y: clip;
}

.sales-list__subtitle {
  color: rgba(47, 43, 47, 0.6);
  line-height: 1.2;
  margin: 0;
  margin-top: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-x: visible;
  overflow-y: clip;
}

.sales-list__footer {
  margin-top: 6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sales-list__footer {
    margin-top: 4rem;
  }
}

.sales-list__more-btn {
  background: transparent;
  border: 0;
  padding: 0;
  background: #363636;
  border-radius: 6rem;
  color: #fff;
  font-weight: 500;
  outline: none;
  padding: 1.5rem 2.5rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (hover: hover) {
  .sales-list__more-btn:hover {
    background-color: #505050;
  }
}

.sales-list__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sales-list__item-title {
  font-size: 24px;
  line-height: 120%;
  color: #363636;
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
  .sales-list__item-title {
    font-size: 20px;
    margin-top: 8px;
  }
}

.sales-list__item-descr {
  font-size: 16px;
  line-height: 133.5%;
  color: #9a9a9a;
  margin-top: 8px;
}

.section.section__actions {
  margin-top: -86rem;
}

@media only screen and (max-width: 1024px) {
  .section.section__actions {
    margin-top: 11rem;
  }
}

@media only screen and (max-width: 1360px) and (min-width: 1024.02px) {
  .section.section__actions {
    margin-top: -64rem;
  }
}

@media only screen and (max-width: 1024px) {
  .sales-page {
    margin-top: -1rem;
  }
}

.sales-page__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.5em;
}

.sales-page .sales__title {
  font-weight: 500;
  margin-bottom: 3.2rem;
  font-size: 9rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sales-page .sales__title {
    margin-bottom: 5rem;
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sales-page .sales__title {
    font-size: 4.2rem;
  }
}

.sales-page .section {
  margin-top: 12rem;
}

@media only screen and (max-width: 1024px) {
  .sales-page .section {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .sales-page .sales {
    margin-bottom: 10rem;
  }
}

.sales-page .features__row {
  padding-top: 0;
  border-top: none;
}

.salon-details__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 1024px) {
  .salon-details__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.salon-details__metro_svg {
  margin: 5px 5px 5px 0;
  float: left;
}

.salon-details__metro_name {
  font-size: 1.4rem;
  color: #949494;
  margin: 0;
}

.salon-details__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.salon-details__column_info {
  width: calc(30% - 3rem);
}

.salon-details__column_reviews {
  width: calc(45% - 3rem);
}

.salon-details__column_form {
  width: calc(25% - 3rem);
}

@media only screen and (max-width: 1024px) {
  .salon-details__column {
    width: auto;
    display: contents;
  }
}

@media only screen and (max-width: 767px) {
  .salon-details__column {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .salon-details-simple .salon-details__column {
    display: contents;
    width: auto;
  }
}

.salon-details-simple .salon-details__column_info {
  width: calc(30% - 3rem);
}

.salon-details-simple .salon-details__column_map {
  width: calc(45% - 3rem);
}

.salon-details-simple .salon-details__column_form {
  width: calc(25% - 3rem);
}

.salon-details__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  min-height: 5rem;
  height: 70px;
}

@media only screen and (max-width: 1024px) {
  .salon-details__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .salon-details__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4rem;
    margin-top: -3rem;
  }
}

.salon-details__head:last-of-type {
  margin-bottom: 5rem;
}

.salon-details__head-item {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.salon-details__head-item-desktop-callback {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
  .salon-details__head-item {
    width: calc(100% / 3 - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .salon-details__head-item {
    margin-top: 1.6rem;
    width: auto;
  }
  .salon-details__head-item:first-child {
    margin-top: 3rem;
  }
}

.salon-details__head-item_callback {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: calc(100% - 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .salon-details__head-item_callback {
    margin-top: 3rem;
  }
}

.salon-details__label {
  font-size: 1.4rem;
  color: #949494;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .salon-details__label {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}

.salon-details__value {
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .salon-details__value {
    font-size: 1.4rem;
  }
}

.salon-details__salon-img {
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .salon-details__salon-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.salon-details__info {
  margin-top: 4rem;
}

@media only screen and (max-width: 1024px) {
  .salon-details__info-pr {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .salon-details__info {
    margin-top: 4rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.salon-details__callback-btn {
  background-color: #35c759;
  color: #fff;
}

@media (hover: hover) {
  .salon-details__callback-btn:hover {
    background-color: #70d98a;
  }
}

.salon-details__map {
  height: 43.2rem;
  max-height: 500px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .salon-details__map {
    height: 35rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .salon-details__map {
    height: 20rem;
  }
}

.salon-details__form {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media only screen and (max-width: 1024px) {
  .salon-details__form {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .salon-details__form {
    margin-top: 4rem;
  }
}

.salon-details .map-btn {
  background-color: #fff200;
}

.salon-details .map-btn:not(:hover) svg {
  -webkit-filter: invert(0.75);
  filter: invert(0.75);
}

.salon-details__reviews-title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .salon-details__reviews-title {
    margin-bottom: 1.6rem;
  }
}

.salon-info__footer-route-btn {
  display: none;
  color: black;
}

.salon-info__title {
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}

.salon-info__text {
  color: #8b8b8b;
  font-size: 1.4rem;
}

.salon-info__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: -1.6rem;
}

.salon-info__footer-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-top: 1.6rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .salon-info__footer-item .btn:not(.btn_colored):hover {
    background-color: #363636;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .salon-info__footer-item:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.salon-page-detail__head {
  border-bottom: 0.1rem solid #ddd;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .salon-page-detail__head {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .salon-page-detail__head {
    margin-bottom: 3rem;
  }
}

.salon-page-detail__title {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  word-break: break-word;
}

.salons-map._salons-page {
  /*.address-list__transition-wrap {
            pointer-events: none;
            display: none;
        }*/
  /*@include breakpoint-down($mobile) {
            .address-list__item:hover {
                height: auto;
                .address-list__transition-wrap {
                    height: auto;
                    display: block;
                    pointer-events: all;
                }

            }
        }*/
}

.salons-map._salons-page .balloon__btn {
  position: relative;
  background-color: #fff200;
  outline: none;
  border: none;
}

.salons-map._salons-page .balloon__btn span {
  z-index: 10;
}

.salons-map._salons-page .balloon__btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -o-radial-gradient(54.05% 50%, 184% 636.64%, #FFF200 0%, #FFC700 100%);
  background-image: radial-gradient(184% 636.64% at 54.05% 50%, #FFF200 0%, #FFC700 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .salons-map._salons-page .balloon__btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .salons-map._salons-page .balloon__btn:hover::before {
    opacity: 1;
  }
}

.salons-map._salons-page .map-btn {
  background-color: #fff200;
}

.salons-map._salons-page .map-btn svg {
  fill: #363636;
}

@media only screen and (max-width: 1024px) and (min-width: 767.02px) {
  .salons-map._salons-page .salons-tabs-list {
    top: 2.7rem;
    left: 2.7rem;
    background-color: #fff;
    border-radius: 6rem;
    padding: .3rem;
  }
  .salons-map._salons-page .salons-tabs-list__item {
    margin: 0;
  }
  .salons-map._salons-page .salons-tabs-list__item.is-active .salons-tabs-list__text {
    background-color: #fff200;
  }
  .salons-map._salons-page .salons-tabs-list__text {
    display: block;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 500;
    border: none;
    border-radius: 7rem;
    color: #363636;
  }
  .salons-map._salons-page .salons-tabs-list__text sup {
    display: none;
  }
  .salons-map._salons-page .salons-tabs-list__val {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .salons-map._salons-page {
    margin-top: -1rem;
  }
  .salons-map._salons-page .salons-map__inner {
    position: relative;
  }
  .salons-map._salons-page .salons-map__map {
    height: 40rem;
  }
  .salons-map._salons-page .salons-map__map::after, .salons-map._salons-page .salons-map__map::before {
    display: none;
  }
  .salons-map._salons-page .salons-map__register-btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .salons-map._salons-page .salons-map__sidebar {
    margin-top: 1.6rem;
  }
  .salons-map._salons-page .salons-tabs-list {
    position: absolute;
    z-index: 1;
  }
  .salons-map._salons-page .salons-tabs__content-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .salons-map._salons-page .salons-map__inner {
    padding-top: 4.8rem;
  }
  .salons-map._salons-page .salons-map__map {
    height: 60vh;
  }
  .salons-map._salons-page .salons-map__register-btn {
    padding-top: 1.5rem;
  }
  .salons-map._salons-page .salons-map__sidebar {
    margin-top: 1.2rem;
  }
  .salons-map._salons-page .salons-tabs-list {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .salons-map._salons-page .salons-tabs__content-wrap {
    margin-top: 1.4rem;
  }
  .salons-map._salons-page .address-list__address {
    max-width: 20rem;
  }
}

.salons-map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5rem;
  margin-right: -5rem;
}

@media only screen and (max-width: 1024px) {
  .salons-map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
}

.salons-map__title {
  margin-bottom: 6rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .salons-map__title {
    margin: 0 0 2.4rem;
  }
}

.salons-map__sidebar, .salons-map__map {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media only screen and (max-width: 1024px) {
  .salons-map__sidebar, .salons-map__map {
    margin-left: 0;
    margin-right: 0;
  }
}

.salons-map__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 34rem;
  flex-basis: 34rem;
}

@media only screen and (max-width: 1024px) {
  .salons-map__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.salons-map__map {
  height: 56rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .salons-map__map {
    height: 36.9rem;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
}

.salons-map__btn {
  display: none;
  margin-top: 3rem;
  min-height: 5.1rem;
}

.salons-map__btn.is-active {
  display: block;
}

.salons-map__btn span {
  position: relative;
}

.salons-map__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
  padding: 2rem;
  padding-right: 2rem;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .salons-map__info {
    display: block;
    padding: 1.6rem;
  }
}

.salons-map__info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.salons-map__info > div:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.salons-map__calculate-btn {
  padding: 1.8rem 10.6rem;
}

@media only screen and (max-width: 767px) {
  .salons-map__calculate-btn {
    padding: 1.4rem 0;
    text-align: center;
    width: 100%;
  }
}

.salons-map__info-text {
  max-width: 44rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 160%;
  color: #898989;
}

@media only screen and (max-width: 767px) {
  .salons-map__info-text {
    margin-bottom: 2rem;
    text-align: left;
  }
}

.salons-map__info-text a {
  text-decoration: underline;
}

.salons-map__register-btn {
  padding: 1.7rem 2rem;
  color: #fff;
  background: #35C759;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-height: 5.1rem;
}

@media (hover: hover) {
  .salons-map__register-btn:hover {
    background: #35C759;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

.salons-map__register-btn._disabled {
  pointer-events: none;
  background-color: #F6F6F6;
  color: #9A9A9A;
}

.help-nav__btn.salons-map__calculate-btn {
  background-color: #fff200;
  border-radius: 0.4rem;
  color: #363636;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .help-nav__btn.salons-map__calculate-btn {
    display: block;
  }
}

@media (hover: hover) {
  .help-nav__btn.salons-map__calculate-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

.salons-map__sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parking_route {
  width: -moz-available;
  width: -webkit-fill-available;
}

.salons-page__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14rem;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: -3.5rem;
}

@media only screen and (max-width: 1024px) {
  .salons-page__head {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.salons-page__head-item {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-top: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .salons-page__head-item {
    margin-top: 0;
    margin-bottom: 3.5rem;
  }
  .salons-page__head-item:last-child {
    margin-bottom: 0;
  }
}

.salons-page__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .salons-page__subtitle {
    font-size: 1.6rem;
  }
}

.salons-page__title {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1024px) {
  .salons-page__title {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .salons-page__title {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}

.salons-page__notice {
  background: #363636;
  border-radius: 0.4rem;
  color: #fff;
  padding: 2.5rem;
  width: 36.4rem;
}

@media only screen and (max-width: 1024px) {
  .salons-page__notice {
    background: #fff;
    border: 0.1rem solid #E4E4E4;
    color: #757575;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.8rem 1.5rem;
    text-align: center;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .salons-page__notice {
    padding: 1.5rem 1.3rem;
  }
}

.salons-page__notice-text {
  margin: 0 auto;
  max-width: 36.4rem;
}

@media only screen and (max-width: 1024px) {
  .salons-page .section:not(:first-child) {
    margin-top: 3rem;
  }
}

.salons-page .features__item:first-child {
  max-width: 43.2rem;
}

.salons-page .features__title {
  font-weight: 400;
}

.salons-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.salons-tabs__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  height: auto;
  overflow: hidden;
  scrollbar-color: #fff200 #f0f0f0;
  scrollbar-width: thin;
}

@media only screen and (max-width: 767px) {
  .salons-tabs__content-wrap {
    height: auto;
    overflow: hidden;
    margin-top: 2.4rem;
  }
}

.salons-tabs__content-wrap::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

.salons-tabs__content-wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.salons-tabs__content-wrap::-webkit-scrollbar-thumb {
  background-color: #fff200;
}

.salons-tabs__content {
  z-index: -1;
  position: absolute;
  opacity: 0;
  height: 100%;
  height: 364px;
  min-width: 34rem;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .salons-tabs__content {
    height: auto;
  }
}

.salons-tabs__content.is-active {
  z-index: 0;
  position: static;
  opacity: 1;
  display: block;
}

.salons-map__inner {
  max-height: 56rem;
}

@media only screen and (max-width: 1024px) {
  .salons-map__inner {
    max-height: unset;
  }
}

.salons-tabs-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 2.4rem 4.8rem;
}

@media only screen and (max-width: 1024px) {
  .salons-tabs-list {
    grid-gap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .salons-tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.salons-tabs-list__item {
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .salons-tabs-list__item:first-child {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .salons-tabs-list__item:first-child {
    margin-right: 1rem;
  }
}

.salons-tabs-list__item.is-active .salons-tabs-list__text {
  color: #363636;
}

.salons-tabs-list__item.is-active .salons-tabs-list__val {
  border-color: #363636;
}

@media (hover: hover) {
  .salons-tabs-list__item:hover .salons-tabs-list__val {
    border-color: currentColor;
  }
}

.salons-tabs-list__text {
  color: #757575;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.salons-tabs-list__val {
  border-bottom: 0.2rem solid transparent;
}

.salons-toggler {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}

@media only screen and (max-width: 1024px) {
  .salons-toggler {
    border-color: #dfdfdf;
  }
}

@media only screen and (max-width: 767px) {
  .salons-toggler {
    border-radius: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.salons-toggler__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
}

@media (hover: hover) {
  .salons-toggler__item:not(.is-active) .salons-toggler__val:hover {
    color: #fff200;
  }
}

.salons-toggler__item.is-active .salons-toggler__val {
  background: #fff200;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .salons-toggler__item {
    display: inline-grid;
    min-width: 50%;
  }
}

@media only screen and (max-width: 361px) {
  .salons-toggler__item {
    display: inline-grid;
    min-width: 47%;
  }
}

.salons-toggler__val {
  border-radius: 7rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 100%;
  padding: 1rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
  .salons-toggler__val {
    color: #363636;
  }
}

@media only screen and (max-width: 767px) {
  .salons-toggler__val {
    border-radius: 6px;
  }
}

.samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .samples {
    display: block;
  }
}

.samples__title {
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .samples__title {
    font-size: 3rem;
  }
}

.samples__reviews {
  margin-left: 3rem;
  -ms-flex-preferred-size: 40rem;
  flex-basis: 40rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1360px) {
  .samples__reviews {
    -ms-flex-preferred-size: 32rem;
    flex-basis: 32rem;
  }
}

@media only screen and (max-width: 1024px) {
  .samples__reviews {
    margin-left: 0;
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .samples__reviews {
    margin-top: 10rem;
  }
}

.samples__reviews iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 76rem;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: calc(100% - 54px);
}

@media only screen and (max-width: 1024px) {
  .samples__reviews iframe {
    min-height: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .samples__reviews iframe .badge {
    max-width: none;
  }
}

.samples-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3rem;
  margin-top: -3rem;
}

@media only screen and (max-width: 1024px) {
  .samples-list__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .samples-list__inner {
    margin-left: 0;
  }
}

.samples-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3rem;
  margin-top: 3rem;
  width: calc(33.3% - 3rem);
}

.samples-list__item .good-item {
  width: 100%;
  max-width: 100%;
}

.samples-list__item .good-item__img-wrap {
  min-height: 20.3rem;
  max-height: 20.3rem;
}

.samples-list__item img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1360px) {
  .samples-list__item {
    width: calc(50% - 3rem);
  }
}

@media only screen and (max-width: 1024px) {
  .samples-list__item {
    margin-left: 1.6rem;
    width: calc(50% - 1.6rem);
  }
}

@media only screen and (max-width: 767px) {
  .samples-list__item {
    width: 100%;
    margin-left: 0;
  }
  .samples-list__item .good-item__img-wrap {
    min-height: 30rem;
    max-height: 30rem;
  }
  .samples-list__item .good-item__img {
    height: 100%;
  }
}

.samples-list__footer {
  margin-top: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .samples-list__footer {
    margin-top: 4rem;
  }
}

.samples-tabs__list-wrap {
  margin-right: calc((100vw - 100%)/-2);
  overflow: auto;
  margin-right: 0;
  outline: none;
}

.samples-tabs__content-wrap {
  margin-top: 5.2rem;
}

.samples-tabs__content {
  display: none;
  height: 100%;
}

.samples-tabs__content.is-active {
  display: block;
}

.samples-tabs-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.8rem;
  white-space: nowrap;
  scrollbar-color: #fff200 #f0f0f0;
  scrollbar-width: thin;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.samples-tabs-list__item {
  white-space: nowrap;
  margin-right: 3.5rem;
}

.samples-tabs-list__item:last-child {
  margin-right: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .samples-tabs-list__item:last-child {
    margin-right: 1.6rem;
  }
}

.samples-tabs-list__item.is-active .samples-tabs-list__val {
  color: #363636;
}

.samples-tabs-list__item.is-active .samples-tabs-list__text {
  border-color: #363636;
}

@media (hover: hover) {
  .samples-tabs-list__item:hover .samples-tabs-list__text {
    border-color: currentColor;
  }
}

.samples-tabs-list__text {
  border-bottom: 0.2rem solid transparent;
}

.samples-tabs-list__val {
  color: #626262;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
}

.similar-features-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  line-height: 1.5rem;
  gap: 0.5rem;
}

.similar-features-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.similar-features-list__item {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5rem;
  padding: 0.5rem 0.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.similar-features-list__val {
  color: #fff;
}

.similar-models-slider__inner::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

.similar-models-slider__inner::-webkit-scrollbar-track {
  background: #f0f0f0;
}

@media only screen and (max-width: 1024px) {
  .similar-models-slider__inner::-webkit-scrollbar-track {
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
}

.similar-models-slider__inner::-webkit-scrollbar-thumb {
  background-color: #fff200;
}

.similar-models-slider__inner:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.2rem;
}

.similar-models-slider__slide {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
  .similar-models-slider__slide {
    width: 42rem;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .similar-models-slider__slide {
    width: 30rem;
  }
}

@media only screen and (max-width: 1024px) {
  .similar-models-slider__slide:not(:first-child) {
    margin-right: 0;
  }
}

.similar-models-slider__slide.slick-slide {
  height: auto;
  width: 30rem;
}

.similar-models-slider__slide-last .good-item__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.similar-models-slider__slide-last .good-item__img-wrap {
  padding: 0 !important;
  height: 100%;
}

.similar-models-slider__slide-last .good-item__name {
  font-size: 2rem;
  line-height: 1.06;
}

.similar-models-slider__slide-last .good-item__content {
  position: relative;
}

.similar-models-slider__slide-last .good-item__img {
  -o-object-fit: unset;
  object-fit: unset;
  position: absolute;
  top: 0;
  left: 0;
}

.similar-models-slider__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.4rem;
}

.similar-models-slider__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .similar-models-slider__title {
    font-size: 2rem;
    line-height: 140%;
  }
}

.similar-models-slider__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}

.similar-models-slider__nav-btn {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
  margin-right: 1rem;
  outline: none;
}

@media (hover: hover) {
  .similar-models-slider__nav-btn:hover svg {
    fill: #9f9f9f;
  }
}

.similar-models-slider__nav-btn svg {
  fill: #c5c5c5;
  height: 2.2rem;
  width: 2.2rem;
}

.similar-models-slider .good-item {
  width: 100%;
}

.similar-models-slider .good-item__img-wrap {
  padding-top: 56.25%;
}

.similar-models-slider .good-item__img-wrap .good-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.similar-models-slider .good-item__img-wrap .good-item__img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.similar-models-slider .slick-track {
  margin-left: -1.6rem;
}

@media only screen and (max-width: 767px) {
  .similar-models-slider .slick-track {
    margin-left: 0;
  }
}

.similar-models-slider .slick-list {
  padding-left: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

@media only screen and (max-width: 1024px) {
  .similar-models-slider .slick-list {
    margin: 0;
    padding: 0;
  }
}

.similar-models-slider .slick-slide {
  outline: none;
  margin: 0 1.6rem;
}

.similar-models-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.similar-models-slider .slick-slide {
  /* height: inherit !important;*/
}

.stories-catalog-slider {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 767px) {
  .stories-catalog-slider {
    margin-bottom: 8rem;
  }
}

.stories-catalog-slider__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 4rem;
}

@media only screen and (max-width: 767px) {
  .stories-catalog-slider__head {
    margin-bottom: 2.4rem;
  }
}

.stories-catalog-slider__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .stories-catalog-slider__title {
    font-size: 3rem;
  }
}

.stories-catalog-slider__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  opacity: 0;
  pointer-events: none;
  display: none;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .stories-catalog-slider__nav {
    display: none;
  }
}

.stories-catalog-slider__nav._show {
  -webkit-animation: show .3s ease;
  animation: show .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .stories-catalog-slider__nav._show {
    display: none;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  50% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    pointer-events: all;
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  50% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    pointer-events: all;
    opacity: 1;
  }
}

.stories-catalog-slider__nav-btn {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
  margin-right: 1rem;
  outline: none;
}

@media (hover: hover) {
  .stories-catalog-slider__nav-btn:hover svg {
    fill: #9f9f9f;
  }
}

.stories-catalog-slider__nav-btn svg {
  fill: #c5c5c5;
  height: 2.2rem;
  width: 2.2rem;
}

.stories-catalog-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stories-catalog-slider__inner_scrollbar {
  margin-top: 20px;
  position: relative;
  background: #F0F0F0;
  height: 3px;
  border-radius: 10px;
}

@media (min-width: 1360px) and (max-width: 1920px) {
  .stories-catalog-slider__inner_scrollbar {
    display: none;
  }
}

.stories-catalog-slider__inner_scrollbar > .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #FFF200;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.stories-catalog-slider__slide {
  width: 17.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .stories-catalog-slider__slide {
    width: 9.6rem;
  }
}

.stories-catalog-slider .stories-catalog-item__img-wrap {
  border: 0.3rem solid #e4e4e4;
}

@media screen and (max-width: 767px) {
  .stories-catalog-slider .stories-catalog-item__img-wrap {
    border-width: .2rem;
  }
}

.stories-catalog-slider .stories-slide-unseen .stories-catalog-item__img-wrap {
  border-color: #FFF200;
}

.stories-catalog-slider .stories-catalog-item__content {
  margin-top: 1.6rem;
  text-align: center;
}

.stories-catalog-slider .stories-catalog-item__name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.15;
  color: #363636;
}

@media screen and (max-width: 767px) {
  .stories-catalog-slider .stories-catalog-item__name {
    font-size: 1.8rem;
  }
}

.stories-catalog-slider .stories-catalog-item__img-container {
  padding: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .stories-catalog-slider .stories-catalog-item__img-container {
    padding: 0.3rem;
  }
}

.stories-catalog-slider .stories-catalog-item__img-wrap {
  cursor: pointer;
  width: 100%;
  height: 17.6rem;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .stories-catalog-slider .stories-catalog-item__img-wrap {
    height: 9.6rem;
  }
}

.stories-catalog-slider .stories-catalog-item__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stories-catalog-slider .stories-catalog-item__img[data-ll-status="error"] {
  opacity: 0;
}

.stories-catalog-slider .stories-catalog-item__elements {
  display: none;
}

.section {
  margin-top: 14rem;
}

.section:first-of-type:not(._not-first) {
  margin-top: 6rem;
}

.section__catalog {
  margin-top: 10rem;
}

@media only screen and (max-width: 1024px) {
  .section {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    margin-top: 10rem;
  }
}

.section--features {
  margin-top: 4.8rem;
}

@media (min-width: 767px) {
  .section--features {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .section._kitchen-card-sales {
    margin-top: 1.6rem !important;
  }
}

.section._kitchen-card-sales .slick-slide {
  margin: 0 1.5rem;
}

.section._kitchen-card-sales .slick-list {
  margin: 0 -1.5rem;
}

.section._kitchen-card-sales .slick-track {
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .section._kitchen-card-sales .sales-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .section._kitchen-info-slider {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .section._kitchen-card-free {
    margin-top: 4.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .section._kitchen-features {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .section._kitchen-features {
    margin-top: 6rem;
  }
}

.section._similar-models-slider {
  margin-bottom: 12rem;
}

.section._similar-models-slider .good-item__content {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section._similar-models-slider {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}

* {
  min-width: 0;
  min-height: 0;
}

.salons-main-map {
  height: 46rem;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  /*.balloon {
        &__content {
            width: 27rem;
            padding: 1rem;
            padding-right: 0;
        }
        &__title {
            font-size: 1.4rem;
            line-height: 130%;
        }
    }*/
}

@media only screen and (max-width: 1024px) {
  .salons-main-map {
    min-height: 40rem;
  }
}

@media only screen and (max-width: 767px) {
  .salons-main-map {
    min-height: 35.5rem;
  }
}

.salons-main-map__inner {
  height: 100%;
}

.map-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  border-radius: 0.2rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 4rem;
}

@media only screen and (max-width: 1024px) {
  .map-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (hover: hover) {
  .map-btn:hover {
    background-color: #333333;
  }
}

.page-content a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.external-link {
  background: url("../svg_icons/external.svg") no-repeat 0 0.6rem/1.2rem 1.2rem;
  display: inline-block;
  padding-left: 2.4rem;
}

@media (hover: hover) {
  .external-link:hover .external-link__text {
    border-bottom: 1px solid currentColor;
  }
}

.external-link__text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.external-link__extension {
  color: #9a9a9a;
  display: block;
  margin-top: 0.6rem;
}

.colored-main {
  color: #fff200;
}

.point__icon {
  border-radius: 50%;
  cursor: pointer;
  height: 2.8rem;
  -webkit-transition: fill 0.3s, -webkit-box-shadow 0.3s;
  transition: fill 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, fill 0.3s;
  transition: box-shadow 0.3s, fill 0.3s;
  transition: box-shadow 0.3s, fill 0.3s, -webkit-box-shadow 0.3s;
  width: 2.8rem;
}

@media (hover: hover) {
  .point__icon:hover {
    -webkit-box-shadow: 0 0 2rem #fff200;
    box-shadow: 0 0 2rem #fff200;
    fill: #fff200;
  }
  .point__icon:hover circle {
    fill: #fff200;
    stroke: #fff200;
  }
}

.page-subtitle {
  font-size: 2rem;
  color: #949494;
}

@media only screen and (max-width: 1024px) {
  .site-content {
    padding-top: 17.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-content {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 419px) {
  .site-content {
    padding-top: 19.8rem;
  }
}

.site-footer {
  margin-top: 12rem;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    margin-top: 6rem;
  }
}

.site-footer__section:not(:first-child) {
  border-top: 0.1rem solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .site-footer__section:not(:first-child) {
    border-top: 0;
  }
}

.site-header {
  position: relative;
  z-index: 98;
}

@media only screen and (max-width: 1024px) {
  .site-header {
    position: fixed;
    width: 100%;
    -webkit-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
  }
}

.site-header .call-info__call-btn {
  line-height: 120%;
  margin-left: 4rem;
}

@media only screen and (max-width: 1240px) {
  .site-header .call-info__call-btn {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .call-info__worktime {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header--scroll {
    margin-top: -8.7rem;
    -webkit-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
  }
}

@media only screen and (max-width: 767px) {
  .site-header--scroll {
    margin-top: -8.6rem;
  }
}

.site-nav {
  font-weight: 500;
}

@media (max-width: 767px) {
  .site-nav {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .site-nav {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .site-nav {
    margin: 0;
  }
}

.site-nav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3rem;
}

@media only screen and (max-width: 767px) {
  .site-nav__inner {
    margin-left: 0;
  }
}

.site-nav__item {
  margin-left: 3rem;
}

.site-nav__item.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-nav__item {
    margin-left: 18px;
  }
  .site-nav__item:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 335px) {
  .site-nav__item:not(:first-of-type) {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 350px) {
  .site-nav__item:not(:first-of-type) {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-nav__item._about {
    display: none;
  }
}

.site-nav__item._calculate {
  /*@include breakpoint-only($desktop-lg, $mobile) {
                display: none;
            }*/
  width: auto;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

@media only screen and (min-width: 767px) {
  .site-nav__item._calculate {
    display: none;
  }
}

.site-nav__link {
  color: #363636;
  outline: none;
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .3s;
  -o-transition: border-bottom .3s;
  transition: border-bottom .3s;
}

@media only screen and (max-width: 767px) {
  .site-nav__link {
    font-size: 1.4rem;
  }
}

@media (hover: hover) {
  .site-nav__link:hover {
    border-bottom: 1px solid currentColor;
    -webkit-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
  }
}

@media (max-width: 767px) {
  .site-nav__link {
    display: inline-block;
    text-align: center;
  }
}

.site-nav__button {
  background: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  min-width: 2rem;
  margin-left: 0.5rem;
}

@media (hover: hover) {
  .site-nav__button:hover {
    -webkit-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid currentColor;
  }
}

.site-nav__button svg {
  -webkit-transition: -webkit-transform border-color 0.3s;
  transition: -webkit-transform border-color 0.3s;
  -o-transition: transform border-color 0.3s;
  transition: transform border-color 0.3s;
  transition: transform border-color 0.3s, -webkit-transform border-color 0.3s;
}

.site-nav__btn-calculate {
  background-color: #fff200;
  border-radius: 0.4rem;
  display: -ms-inline-flexbox;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .site-nav__btn-calculate {
    margin-left: auto;
    padding: 8px 16px;
    width: 90px;
  }
}

.site-header--designers .site-nav__link {
  margin-left: auto;
  margin-right: 3.8rem;
}

@media only screen and (max-width: 767px) {
  .site-header--designers .site-nav__link {
    margin-left: 0;
    margin-right: auto;
  }
}

.site-panel {
  background: #f2f2f2;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .site-panel {
    display: none;
  }
}

.site-panel__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 5rem;
}

.site-panel__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site-panel__city-select {
  height: 100%;
  margin-right: 7rem;
  min-width: 19rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1360px) {
  .site-panel__city-select {
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 1240px) {
  .site-panel__city-select {
    margin-right: 2rem;
  }
}

.situation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3.2rem;
  padding-right: 4.8rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .situation-block {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}

.situation-block--excursion {
  background: #FFF200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 6rem;
  border-top: none;
}

.situation-block--excursion .main-slider__more {
  background: #363636;
  color: #fff;
  border-radius: 0.4rem;
}

.situation-block--excursion p.situation-block-body-list__item {
  margin: 0;
}

.situation-block--excursion .situation-block-body-list {
  padding: 0;
  margin-right: 25rem;
}

@media only screen and (max-width: 1440px) {
  .situation-block--excursion .situation-block-body-list {
    margin-right: 16rem;
  }
}

@media only screen and (max-width: 1024px) {
  .situation-block--excursion .situation-block-body-list {
    margin-right: 0;
  }
}

.situation-block--excursion .situation-block-body__text {
  min-width: 230px;
  position: relative;
  left: -26px;
}

@media only screen and (max-width: 1440px) {
  .situation-block--excursion .situation-block-body__text {
    left: -62px;
  }
}

@media only screen and (max-width: 1360px) {
  .situation-block--excursion .situation-block-body__text {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .situation-block--excursion .situation-block-body__text {
    margin: 0;
    padding: 0;
    min-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .situation-block--excursion .situation-block-body__text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.situation-block__info {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0.8rem 1.6rem;
  padding-right: 1rem;
  background: #FFF200;
  border-radius: 0.4rem 0 0 0.4rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .situation-block__info {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.6rem 1rem;
    padding-right: 0.6rem;
    margin-bottom: 1.6rem;
  }
}

.situation-block__info:after {
  content: '';
  position: absolute;
  top: -2px;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 22px solid transparent;
  border-left: 10px solid #FFF200;
  border-bottom: 22px solid transparent;
}

@media only screen and (max-width: 767px) {
  .situation-block__info:after {
    top: 0;
    left: 100%;
    border-top: 14px solid transparent;
    border-left: 7px solid #FFF200;
    border-bottom: 14px solid transparent;
  }
}

.situation-block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .situation-block-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.situation-block-body__title {
  max-width: 41.2rem;
  font-size: 3.2rem;
  line-height: 110%;
  font-weight: 600;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .situation-block-body__title {
    margin-right: 0;
    max-width: none;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .situation-block-body__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.situation-block-body-list {
  max-width: 61.8rem;
  list-style: disc;
  padding-left: 2rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .situation-block-body-list {
    padding-left: 0;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .situation-block-body-list {
    margin-right: 0;
    margin-bottom: 1.6rem;
    padding-left: 1.6rem;
  }
}

.situation-block-body-list__item {
  font-size: 1.6rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .situation-block-body-list__item {
    font-size: 1.4rem;
  }
}

.situation-block-body__text {
  font-size: 1.6rem;
  line-height: 150%;
  max-width: 29.8rem;
}

.situation-block-body__text .__bold {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .situation-block-body__text {
    max-width: 47.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .situation-block-body__text {
    font-size: 1.4rem;
    margin-right: 3.4rem;
  }
}

.ny-schedule-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3.2rem;
  padding-right: 4.8rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}

.ny-schedule-block--excursion {
  background: #FFF200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 6rem;
  border-top: none;
}

.ny-schedule-block--excursion .main-slider__more {
  background: #363636;
  color: #fff;
  border-radius: 0.4rem;
}

.ny-schedule-block--excursion p.ny-schedule-block-body-list__item {
  margin: 0;
}

.ny-schedule-block--excursion .ny-schedule-block-body-list {
  padding: 0;
  margin-right: 25rem;
}

@media only screen and (max-width: 1440px) {
  .ny-schedule-block--excursion .ny-schedule-block-body-list {
    margin-right: 16rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block--excursion .ny-schedule-block-body-list {
    margin-right: 0;
  }
}

.ny-schedule-block--excursion .ny-schedule-block-body__text {
  min-width: 230px;
  position: relative;
  left: -26px;
}

@media only screen and (max-width: 1440px) {
  .ny-schedule-block--excursion .ny-schedule-block-body__text {
    left: -62px;
  }
}

@media only screen and (max-width: 1360px) {
  .ny-schedule-block--excursion .ny-schedule-block-body__text {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block--excursion .ny-schedule-block-body__text {
    margin: 0;
    padding: 0;
    min-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block--excursion .ny-schedule-block-body__text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.ny-schedule-block__info {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0.8rem 1.6rem;
  padding-right: 1rem;
  background: #FFF200;
  border-radius: 0.4rem 0 0 0.4rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block__info {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.6rem 1rem;
    padding-right: 0.6rem;
    margin-bottom: 1.6rem;
  }
}

.ny-schedule-block__info:after {
  content: '';
  position: absolute;
  top: -2px;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 22px solid transparent;
  border-left: 10px solid #FFF200;
  border-bottom: 22px solid transparent;
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block__info:after {
    top: 0;
    left: 100%;
    border-top: 14px solid transparent;
    border-left: 7px solid #FFF200;
    border-bottom: 14px solid transparent;
  }
}

.ny-schedule-block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ny-schedule-block-body__title {
  max-width: 53rem;
  width: 40%;
  font-size: 3.2rem;
  line-height: 110%;
  font-weight: 600;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block-body__title {
    margin-right: 0;
    max-width: none;
    width: auto;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block-body__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.ny-schedule-block-body-list {
  max-width: 61.8rem;
  list-style: disc;
  padding-left: 2rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block-body-list {
    padding-left: 0;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block-body-list {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

.ny-schedule-block-body-list__item {
  font-size: 1.6rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block-body-list__item {
    font-size: 1.4rem;
  }
}

.ny-schedule-block-body__text {
  font-size: 24px;
  line-height: 150%;
  max-width: 29.8rem;
  white-space: nowrap;
  /*@include breakpoint-down($mobile) {
                margin-bottom: 1.6rem;
            }*/
}

.ny-schedule-block-body__text .__bold {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .ny-schedule-block-body__text {
    max-width: 47.1rem;
    white-space: initial;
  }
}

@media only screen and (max-width: 767px) {
  .ny-schedule-block-body__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .ny-schedule-block-body__text {
    font-size: 18px;
  }
}

.march8-schedule-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3.2rem;
  padding-right: 4.8rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}

.march8-schedule-block--excursion {
  background: #FFF200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 6rem;
  border-top: none;
}

.march8-schedule-block--excursion .main-slider__more {
  background: #363636;
  color: #fff;
  border-radius: 0.4rem;
}

.march8-schedule-block--excursion p.march8-schedule-block-body-list__item {
  margin: 0;
}

.march8-schedule-block--excursion .march8-schedule-block-body-list {
  padding: 0;
  margin-right: 25rem;
}

@media only screen and (max-width: 1440px) {
  .march8-schedule-block--excursion .march8-schedule-block-body-list {
    margin-right: 16rem;
  }
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block--excursion .march8-schedule-block-body-list {
    margin-right: 0;
  }
}

.march8-schedule-block--excursion .march8-schedule-block-body__text {
  min-width: 230px;
  position: relative;
  left: -26px;
}

@media only screen and (max-width: 1440px) {
  .march8-schedule-block--excursion .march8-schedule-block-body__text {
    left: -62px;
  }
}

@media only screen and (max-width: 1360px) {
  .march8-schedule-block--excursion .march8-schedule-block-body__text {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block--excursion .march8-schedule-block-body__text {
    margin: 0;
    padding: 0;
    min-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block--excursion .march8-schedule-block-body__text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.march8-schedule-block__info {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0.8rem 1.6rem;
  padding-right: 1rem;
  background: #FFF200;
  border-radius: 0.4rem 0 0 0.4rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block__info {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.6rem 1rem;
    padding-right: 0.6rem;
    margin-bottom: 1.6rem;
  }
}

.march8-schedule-block__info:after {
  content: '';
  position: absolute;
  top: -2px;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 22px solid transparent;
  border-left: 10px solid #FFF200;
  border-bottom: 22px solid transparent;
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block__info:after {
    top: 0;
    left: 100%;
    border-top: 14px solid transparent;
    border-left: 7px solid #FFF200;
    border-bottom: 14px solid transparent;
  }
}

.march8-schedule-block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.march8-schedule-block-body__title {
  max-width: 53rem;
  width: 30%;
  font-size: 3.2rem;
  line-height: 110%;
  font-weight: 600;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block-body__title {
    margin-right: 0;
    max-width: none;
    width: auto;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block-body__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.march8-schedule-block-body-list {
  max-width: 61.8rem;
  list-style: disc;
  padding-left: 2rem;
  margin-right: 2rem;
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block-body-list {
    padding-left: 0;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block-body-list {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

.march8-schedule-block-body-list__item {
  font-size: 1.6rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block-body-list__item {
    font-size: 1.4rem;
  }
}

.march8-schedule-block-body__text {
  line-height: 150%;
  max-width: 35%;
  /*@include breakpoint-down($mobile) {
                margin-bottom: 1.6rem;
            }*/
}

.march8-schedule-block-body__text .__bold {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .march8-schedule-block-body__text {
    max-width: none;
    white-space: initial;
  }
}

@media only screen and (max-width: 767px) {
  .march8-schedule-block-body__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .march8-schedule-block-body__text {
    font-size: 18px;
  }
}

.sms-form {
  background: #363636;
  border-radius: 0.6rem;
  color: #cacaca;
  font-size: 1.4rem;
  padding: 5rem 8rem;
}

.sms-form._allow-resend-code .sms-form__timer {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sms-form._allow-resend-code .sms-form__resend-code {
  color: #fff;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .sms-form {
    padding: 3rem;
  }
}

.sms-form__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

.sms-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 4.2rem;
}

.sms-form__text {
  margin: 0;
}

.sms-form__change-number {
  background: transparent;
  border: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  outline: none;
}

@media (hover: hover) {
  .sms-form__change-number:hover {
    color: #e6e6e6;
  }
}

.sms-form__row {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sms-form__row .authorization-form__too-many-sms-error {
  position: absolute;
  left: 0;
  top: calc(100% - 8px);
  font-size: 1.2rem;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .sms-form__row .authorization-form__too-many-sms-error {
    top: calc(100% + 3px);
    width: 100%;
    text-align: center;
  }
}

.sms-form__row-item {
  width: calc(100% / 3 - 2rem);
}

.sms-form__input {
  background: #2f2f2f;
  border-radius: 0.4rem;
  border: 0.1rem solid #2d2d2d;
  color: #868686;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 5rem;
  letter-spacing: 0.5rem;
  outline: none;
  padding: 0 1.6rem;
  text-align: center;
  width: 14.7rem;
}

.sms-form__input::-webkit-input-placeholder {
  color: #868686;
}

.sms-form__input:-ms-input-placeholder {
  color: #868686;
}

.sms-form__input::-moz-placeholder {
  color: #868686;
}

.sms-form__input::-ms-input-placeholder {
  color: #868686;
}

.sms-form__input::placeholder {
  color: #868686;
}

@media only screen and (max-width: 767px) {
  .sms-form__input {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 1.6rem;
  }
}

.sms-form__submit-btn {
  background: transparent;
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  height: 5rem;
  outline: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 22.8rem;
}

@media only screen and (max-width: 767px) {
  .sms-form__submit-btn {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sms-form__submit-btn[disabled] {
  background: #757575;
  color: #414141;
}

@media (hover: hover) {
  .sms-form__submit-btn:not(:disabled):hover {
    background-color: #e6e6e6;
  }
}

.sms-form__resend-code {
  background: transparent;
  border: 0;
  padding: 0;
  color: #6a6a6a;
  font-size: 1.5rem;
  font-weight: 500;
  outline: none;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .sms-form__resend-code {
    margin-left: auto;
    margin-right: auto;
  }
}

.sms-form__timer {
  display: block;
  opacity: 1;
  margin-top: 0.4rem;
  font-size: 12px;
  line-height: 120%;
  color: #CBCBCB;
}

.socials-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.142;
}

.socials-list_second {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.socials-list__item:not(:first-child) {
  margin-left: 1.6rem;
}

.socials-list__link {
  color: #9a9a9a;
}

@media (hover: hover) {
  .socials-list__link:hover._fb svg {
    fill: #1877F2;
  }
  .socials-list__link:hover._vk svg {
    fill: #2787F5;
  }
  .socials-list__link:hover._inst svg {
    fill: url("#inst_hover");
  }
  .socials-list__link:hover._tg svg {
    fill: #34aadf;
  }
  .socials-list__link:hover._whatsapp svg {
    fill: #02e677;
  }
  .socials-list__link:hover._pinterest svg {
    fill: #c00;
  }
}

.socials-list__link svg {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  fill: #363636;
}

.socials-list__icon {
  height: 2.4rem;
  width: 2.4rem;
}

.tabs__content {
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.tabs__content.is-active {
  height: auto;
  opacity: 1;
  position: static;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
  width: auto;
}

.tooltip {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .tooltip._filter {
    font-size: 1.4rem;
  }
}

.tooltip__text {
  margin: 0;
}

.tooltip a {
  color: #363636;
}

.user-actions-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.user-actions-list__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 1180px) {
  .user-actions-list__item__measure {
    display: none;
  }
}

.user-actions-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .user-actions-list__link:hover .user-actions-list__icon {
    fill: #000;
  }
}

.user-actions-list__text, .user-actions-list__icon {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.user-actions-list__text {
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 500;
}

.user-actions-list__icon {
  fill: #a4a4a4;
  vertical-align: middle;
}

.user-info {
  background: #363636;
  border-radius: 0.6rem;
  padding: 5rem 8rem;
}

@media only screen and (max-width: 767px) {
  .user-info {
    padding: 4rem 3rem;
  }
}

.user-info__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -2rem;
}

@media only screen and (max-width: 767px) {
  .user-info__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.user-info__item {
  margin-top: 2rem;
}

.user-info__label, .user-info__name {
  display: block;
}

.user-info__name {
  color: #fff;
}

.user-info__logout {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) {
  .user-info__logout:hover {
    color: #fff;
  }
}

.user.page.personal_area.bonus_user {
  max-width: 118.6rem;
}

.bonus {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .bonus {
    margin-top: 4.5rem;
    margin-bottom: 1.4rem;
  }
}

.bonus h2 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .bonus h2 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.bonus p {
  margin-bottom: 0;
  margin-top: 2rem;
  line-height: 1.2;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .bonus p {
    font-size: 1.8rem;
  }
}

.bonus span {
  color: #363636;
  display: block;
}

.bonus a {
  text-decoration: underline;
  color: #757575;
  line-height: 1.2;
}

.bonus__table {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .bonus__table {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: 4.4rem;
  }
}

.bonus__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.9rem 5.7rem 2rem 6rem;
}

@media only screen and (max-width: 1024px) {
  .bonus__tr {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bonus__tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.7rem 1.6rem 2rem;
  }
}

.bonus__tr {
  gap: 1rem .8rem;
}

.bonus__tr:not(:first-child) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .bonus__tr:not(:first-child) {
    margin-bottom: 0;
  }
}

.bonus__tr:nth-child(even) {
  background: #F6F6F6;
  border-radius: .4rem;
}

@media only screen and (max-width: 767px) {
  .bonus__tr:nth-child(even) {
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bonus__tr:first-child {
    display: none;
  }
}

.bonus__tr:first-child .bonus__td {
  opacity: .5;
}

.bonus__td.green {
  color: #3D9454;
}

.bonus__td.red {
  color: #DB363D;
}

.bonus__td:nth-child(1) {
  -ms-flex-preferred-size: 17.1rem;
  flex-basis: 17.1rem;
}

@media only screen and (max-width: 767px) {
  .bonus__td:nth-child(1) {
    -ms-flex-preferred-size: calc(70% - .4rem);
    flex-basis: calc(70% - .4rem);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.bonus__td:nth-child(2) {
  -ms-flex-preferred-size: 47.1rem;
  flex-basis: 47.1rem;
}

@media only screen and (max-width: 767px) {
  .bonus__td:nth-child(2) {
    -ms-flex-preferred-size: calc(70% - .4rem);
    flex-basis: calc(70% - .4rem);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.bonus__td:nth-child(3) {
  -ms-flex-preferred-size: 31rem;
  flex-basis: 31rem;
}

@media only screen and (max-width: 767px) {
  .bonus__td:nth-child(3) {
    -ms-flex-preferred-size: calc(30% - .4rem);
    flex-basis: calc(30% - .4rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
}

.bonus__td:nth-child(4) {
  -ms-flex-preferred-size: 9.3rem;
  flex-basis: 9.3rem;
  opacity: .5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .bonus__td:nth-child(4) {
    -ms-flex-preferred-size: calc(30% - .4rem);
    flex-basis: calc(30% - .4rem);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: right;
    font-size: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .video .assortment__arrow {
    margin-bottom: 6.4rem;
  }
}

.video .goods-catalog-list__more-text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  .video__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8.5rem;
    padding-bottom: 8rem;
    border-bottom: 1px solid #d4d4d4;
  }
}

@media (min-width: 1920px) {
  .video__inner {
    grid-gap: 18.6rem;
  }
}

.video__text-wrap {
  margin-bottom: 4.8rem;
}

@media (min-width: 1024px) {
  .video__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.video__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

@media (min-width: 767px) {
  .video__title {
    margin-bottom: 3.6rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

@media (min-width: 1024px) {
  .video__title {
    margin-bottom: 6.4rem;
  }
}

.video__about {
  display: grid;
  grid-template-columns: 8.6rem 1fr;
  grid-gap: 1.4rem;
}

@media (min-width: 767px) {
  .video__about {
    grid-template-columns: 10.6rem 1fr;
    grid-gap: 7.7rem;
  }
}

@media (min-width: 1024px) {
  .video__about {
    display: contents;
  }
}

.video__text {
  margin: 0;
  max-width: 41rem;
  font-size: 1.3rem;
  line-height: 2rem;
}

@media (min-width: 767px) {
  .video__text {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

@media (min-width: 1024px) {
  .video__text {
    margin-top: auto;
  }
}

.video__video-wrap {
  position: relative;
  padding-top: 52.5%;
  background: url(../../assets/img/bin/yotube_placeholder/youtube-bg.png) 0% 0%/cover;
}

.video__video-wrap--blur-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.8);
}

.video__video-wrap .goods-catalog-list__more {
  width: 7.8rem;
  height: 7.8rem;
  right: 3rem;
  bottom: 3rem;
  cursor: pointer;
  pointer-events: unset;
}

@media only screen and (max-width: 1024px) {
  .video__video-wrap .goods-catalog-list__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 767px) {
  .video__video-wrap .goods-catalog-list__more {
    width: 5.8rem;
    height: 5.8rem;
    right: 1rem;
    bottom: 1rem;
  }
}

.video__video-wrap .goods-catalog-list__more--small {
  width: 4.9rem;
  height: 4.9rem;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.video__video-wrap .goods-catalog-list__more--small .goods-catalog-list__more-text span {
  font-size: 1rem;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .video__video-wrap .goods-catalog-list__more--small .goods-catalog-list__more-text {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

.video__video-wrap .goods-catalog-list__more--small div {
  width: 8.4rem;
  height: 8.4rem !important;
}

@media only screen and (max-width: 1440px) {
  .video__video-wrap .goods-catalog-list__more--small.isMobile {
    -webkit-transform: translate(50%, -5%) scale(0.8);
    -ms-transform: translate(50%, -5%) scale(0.8);
    transform: translate(50%, -5%) scale(0.8);
  }
}

.video__video-wrap .goods-catalog-list__more--center {
  width: 8rem;
  height: 8rem;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%) scale(1.2);
  -ms-transform: translate(50%, 50%) scale(1.2);
  transform: translate(50%, 50%) scale(1.2);
}

@media only screen and (max-width: 1300px) {
  .video__video-wrap .goods-catalog-list__more--center.isMobile {
    width: 7rem;
    height: 7rem;
    -webkit-transform: translate(50%, 50%) scale(0.6);
    -ms-transform: translate(50%, 50%) scale(0.6);
    transform: translate(50%, 50%) scale(0.6);
  }
}

@media only screen and (max-width: 767px) {
  .video__video-wrap .goods-catalog-list__more--center .goods-catalog-list__more-text {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}

.video__video-wrap .goods-catalog-list__more-text span {
  color: #FFFFFF;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .video__video-wrap .goods-catalog-list__more-text {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.video__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.video-animate div {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 900;
  -webkit-animation: 12s linear infinite rot;
  animation: 12s linear infinite rot;
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.video-animate-blk div {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #000000;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 900;
  -webkit-animation: 12s linear infinite rot;
  animation: 12s linear infinite rot;
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.video__video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 3.2rem;
  height: 100%;
}

.video__logo {
  margin-top: 5.2rem;
  width: 19.5vw;
  max-width: 31rem;
  height: 9.3rem;
}

@media only screen and (max-width: 1024px) {
  .video__logo {
    width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .video__logo {
    margin-top: 2rem;
    width: 37vw;
  }
}

.video__slogan {
  margin-bottom: 3.4rem;
  width: 23.5vw;
  max-width: 37rem;
  height: 5rem;
}

@media only screen and (max-width: 1024px) {
  .video__slogan {
    width: 31vw;
  }
}

@media only screen and (max-width: 767px) {
  .video__slogan {
    margin-bottom: 1.5rem;
    width: 40vw;
  }
}

.video1-play {
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 90px;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -30px;
  position: absolute;
  border-radius: 21px;
  background-position: 50% 50%;
  cursor: pointer;
}

.video1-play:hover {
  -webkit-box-shadow: 0 0 12px 0 #000;
  box-shadow: 0 0 12px 0 #000;
}

.video__video {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.video__text-review {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  margin: 0 auto;
  z-index: 10;
  width: 90%;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.2;
}

@media only screen and (max-width: 1440px) {
  .video__text-review {
    bottom: 1.6rem;
  }
}

.gallery-slider__arrow {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (hover: hover) {
  .gallery-slider__arrow:hover svg {
    fill: #cccccc;
  }
}

@media only screen and (max-width: 1024px) {
  .gallery-slider__arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.gallery-slider__arrow._left {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

@media only screen and (max-width: 767px) {
  .gallery-slider__arrow._left {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.gallery-slider__arrow._left svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery-slider__arrow._right {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media only screen and (max-width: 767px) {
  .gallery-slider__arrow._right {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.gallery-slider__arrow svg {
  width: 1.6rem;
  height: 2rem;
  fill: #fff;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
}

.gallery-slider__dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -3rem;
}

.gallery-slider__dot {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider__dot {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.gallery-slider__dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider__dot::after {
    width: 1rem;
    height: 1rem;
  }
}

.gallery-slider__dot._active::after {
  background-color: #fff200;
}

.gallery-slider .mfp-bottom-bar {
  display: none;
}

.gallery-slider .mfp-figure::after {
  background-color: transparent;
}

.gallery-slider .mfp-img {
  max-width: 101rem;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider .mfp-img {
    max-width: calc(100vw - 10rem);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider .mfp-img {
    max-width: calc(100vw - 2.2rem);
  }
}

.gallery-slider .mfp-zoom-out-cur, .gallery-slider .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default !important;
}

.gallery-slider button.mfp-close {
  width: 4rem;
  height: 4rem;
  line-height: 1;
  font-size: 3rem;
  right: -1.35rem;
  padding: 0;
  text-align: center;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.gallery-slider button.mfp-close:active {
  top: 0;
}

/*.ymaps-2-1-78 {
    &-balloon {
        box-shadow: none!important;
    }
    &-balloon__layout {
        box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
    }
}*/
@media only screen and (max-width: 1024px) {
  body > ymaps {
    z-index: 9999999999 !important;
  }
}

.warranty {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 12rem;
}

@media (min-width: 767px) {
  .warranty {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.warranty--outside-container {
  margin-left: auto;
  margin-right: auto;
  /*@media (max-width: $mobile) {
            &.container {
                padding-left: 0;
                padding-right: 0;
            }
        }*/
}

@media (max-width: 767px) {
  .warranty--outside-container .warranty__item {
    width: 100%;
  }
}

/*
.warranty__head {
    margin-left: 1.6rem;

    @media (min-width: $mobile) {
        margin-left: 0;
    }
}
*/
.warranty__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .warranty__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.warranty__list-column:last-child {
  margin-bottom: -1.6rem;
}

@media (min-width: 1024px) {
  .warranty__list-column {
    margin-bottom: 0;
  }
}

.warranty__item {
  margin-bottom: 1.6rem;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  overflow: hidden;
}

@media (min-width: 767px) {
  .warranty__item.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .warranty__item:last-child {
    margin-bottom: 0;
  }
}

.warranty__item-title {
  position: relative;
  margin: 0;
  padding: 2.4rem 2.4rem 2.4rem 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}

@media (min-width: 767px) {
  .warranty__item-title {
    padding: 2.4rem;
    padding-right: 4.8em;
  }
}

.warranty__item-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #363636;
  border-radius: 0.4rem;
  overflow: hidden;
}

.warranty__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../img/toggle-arrow.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.warranty__item-button.opened::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 767px) {
  .warranty__item-button::before {
    right: 2.4rem;
  }
}

.warranty__info {
  margin: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.warranty__info-wrap {
  padding-bottom: 3.2rem;
}

@media (min-width: 767px) {
  .warranty__info-wrap {
    padding: 0 2.4rem 3.2rem 2.4rem;
  }
}

.warranty__info-text, .warranty__info-wrap p {
  margin-top: 0;
  margin-bottom: 1.6rem;
  line-height: 1.9rem;
  color: #9a9a9a;
}

.warranty__info-text:last-child, .warranty__info-wrap p:last-child {
  margin-bottom: 0;
}

.warranty__item-link {
  color: #363636;
  text-decoration: underline;
}

.documentation h1 {
  margin-bottom: 12rem;
  max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .documentation h1 {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .documentation h1 {
    margin-bottom: 6.4rem;
  }
}

.documentation h3 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .documentation h3 {
    font-size: 2.4rem;
  }
}

.documentation__wrapper {
  margin-bottom: 10rem;
}

.documentation__wrapper:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .documentation__wrapper {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .documentation__wrapper {
    margin-bottom: 6.4rem;
  }
}

.documentation__subtitle {
  margin-bottom: 1.6rem;
  margin-top: 4.2rem;
  font-weight: 500;
  line-height: 115%;
}

.documentation-list__item {
  border-top: 1px solid #E4E4E4;
}

.documentation-list__item:last-child {
  border-bottom: 1px solid #E4E4E4;
}

.documentation-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 0.5rem;
  font-size: 2.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .documentation-list__item a {
    display: block;
    font-size: 1.8rem;
  }
}

.documentation-list__item a:hover {
  background-color: #F9F9F9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.documentation-list__item svg {
  margin-right: 20px;
  min-width: 2.7rem;
  height: 2.9rem;
}

.documentation-list__attach {
  min-width: 15rem;
  color: #CCCCCC;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .documentation-list__attach {
    padding-left: 4.7rem;
  }
}

.documentation-list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documentation-list__name p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .documentation-list__name {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .documentation-list__name {
    padding-right: 0;
  }
}

.grid {
  display: grid;
  grid-gap: 3rem;
}

@media only screen and (max-width: 1024px) {
  .grid {
    grid-gap: 1.6rem;
  }
}

.grid--2-1-1 {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .grid--2-1-1 {
    grid-template-columns: 1fr;
  }
}

.grid--2-2-1 {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .grid--2-2-1 {
    grid-template-columns: 1fr;
  }
}

.grid--3-2-1 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .grid--3-2-1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .grid--3-2-1 {
    grid-template-columns: 1fr;
  }
}

.grid--3-3-1 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .grid--3-3-1 {
    grid-template-columns: 1fr;
  }
}

.grid--3-3-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .grid--3-3-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .grid--3-3-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid--4-3-2-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1440px) {
  .grid--4-3-2-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .grid--4-3-2-1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .grid--4-3-2-1 {
    grid-template-columns: 1fr;
  }
}

.grid--4-3-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .grid--4-3-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .grid--4-3-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.custom-kitchen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen {
    margin-bottom: 4rem;
  }
}

.custom-kitchen .btn {
  width: 26.4rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen .btn {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .custom-kitchen .btn {
    margin-top: 4.2rem;
  }
}

.custom-kitchen .features__row:first-child {
  border-top: none;
}

@media only screen and (min-width: 767px) {
  .custom-kitchen + .features .features__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.custom-kitchen + .features .features__item:first-child {
  max-width: 40.7rem;
  /*.features__title {
            font-weight: 400;
        }*/
}

.custom-kitchen + .features .features__item:first-child .features__title {
  font-weight: 400;
}

.custom-kitchen + .features .features__item_info {
  max-width: 66.7rem;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen + .features .features__item_info {
    width: 100%;
    max-width: none;
  }
}

.custom-kitchen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.2rem;
  }
}

.custom-kitchen__container h1 {
  margin-bottom: 5rem;
  max-width: 40rem;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__container h1 {
    margin-bottom: 3.2rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-kitchen__container h1 {
    margin-bottom: 1.6rem;
  }
}

.custom-kitchen__container h3 {
  margin-bottom: 0;
}

.custom-kitchen__container .custom-kitchen__title {
  margin-bottom: 0;
  max-width: 55rem;
}

.custom-kitchen__text-wrapper {
  max-width: 49rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6rem;
    padding-top: 3.2rem;
    padding-bottom: 4.2rem;
    margin-top: 4.2rem;
    max-width: 100%;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
  }
}

@media only screen and (max-width: 767px) {
  .custom-kitchen__text-wrapper {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
}

.custom-kitchen__text-wrapper p:first-child {
  margin-top: 0;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .custom-kitchen__text-wrapper p:first-child {
    margin-bottom: 1.6rem;
  }
}

.custom-kitchen__text-container {
  max-width: 66rem;
  padding-left: 2rem;
}

.custom-kitchen__text-container--short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 50rem;
  padding-left: 0;
}

.custom-kitchen__text-container--short p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__text-container--short p {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .custom-kitchen__text-container--short p {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__text-container--short {
    max-width: unset;
  }
}

.custom-kitchen__text-container p:last-child {
  padding-bottom: 0.7rem;
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__text-container p:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-kitchen__text-container {
    padding-left: 0;
    max-width: unset;
  }
}

.design-project h1 {
  margin-bottom: 4.2rem;
}

@media only screen and (max-width: 767px) {
  .design-project h1 {
    margin-bottom: 2.4rem;
  }
}

.design-project p {
  margin-top: 0;
  margin-bottom: 4.7rem;
}

@media only screen and (max-width: 1024px) {
  .design-project .grid--3-2-1 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 3.8rem;
    overflow: auto;
  }
  .design-project .grid--3-2-1::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
  }
  .design-project .grid--3-2-1::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .design-project .grid--3-2-1::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
}

@media only screen and (max-width: 767px) {
  .design-project .grid--3-2-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.design-project__container {
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
}

.design-project__container:not(:last-of-type) {
  border-bottom: 1px solid #DEDEDE;
}

.design-project__container:last-of-type {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .design-project__container:last-of-type {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .design-project__container {
    padding-top: 4.2rem;
  }
  .design-project__container:not(:last-of-type) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .design-project__container {
    padding-top: 0;
  }
}

.design-project__image {
  width: 100%;
  height: auto;
  max-width: 48.6rem;
}

@media only screen and (max-width: 1024px) {
  .design-project__image {
    width: 41rem;
    max-width: 41rem;
  }
}

@media only screen and (max-width: 767px) {
  .design-project__image {
    width: 29.5rem;
    max-width: 29.5rem;
  }
}

.design-project-page .assortment-slider > .container {
  padding: 0;
}

.design-project-page .assortment-main-slider img {
  max-height: 63rem;
}

.design-project-page .page-content .section > h2 {
  font-size: 5.4rem;
  line-height: 1.2;
  margin-bottom: 2.6rem;
  max-width: 64.1rem;
}

@media only screen and (max-width: 767px) {
  .design-project-page .page-content .section > h2 {
    font-size: 3.4rem;
  }
}

.design-project-page .section-free {
  margin-top: 12rem;
}

@media only screen and (max-width: 1024px) {
  .design-project-page .section-free {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .design-project-page .section-free {
    margin-top: 3.2rem;
  }
}

.design-project-page .warranty__item {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .design-project-page .warranty__item {
    margin-bottom: 1.6rem;
  }
}

.design-project-page .features__row:last-child {
  padding-bottom: 3.6rem;
}

.design-project-page .assortment-extra-slider {
  padding-bottom: 6rem;
}

.design-project-page .field__tel-code {
  color: #363636;
}

.design-project-page .our-salons {
  padding-top: 6rem;
}

@media only screen and (max-width: 1359px) {
  .design-project-page .our-salons {
    padding-bottom: 6rem;
  }
}

.design-project-page .our-salons__title {
  color: #fff;
}

.design-project-page .salons-toggler {
  border: 1px solid #555555;
}

.design-project-page .salons-toggler__val {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .payment-methods--grid {
    grid-template-columns: 1fr;
  }
}

.payment-methods h1 {
  margin-bottom: 2.4rem;
}

.payment-methods h1 + p {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .payment-methods h1 + p {
    margin-bottom: 4.2rem;
  }
}

.payment-methods h3 {
  margin-top: 5rem;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .payment-methods h3 {
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

.payment-methods h3 + p {
  margin-bottom: 3.2rem;
}

.payment-methods p {
  margin-top: 0;
  max-width: 54rem;
}

@media only screen and (max-width: 1024px) {
  .payment-methods p {
    max-width: unset;
  }
}

.payment-methods .grid {
  border-bottom: 1px solid #D5D5D5;
}

.payment-methods .grid:last-of-type {
  border-bottom: none;
}

.payment-methods__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .payment-methods__wrapper {
    padding-bottom: 3.8rem;
  }
}

.payment-methods__wrapper p {
  margin-bottom: 1.6rem;
}

.payment-methods__wrapper > grid {
  grid-template-columns: 1fr;
}

.payment-methods__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .payment-methods__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.payment-methods__list-item:not(:last-child) {
  margin-right: 30px;
}

.payment-methods__list-item a {
  color: #000;
}

.payment-methods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

@media only screen and (max-width: 1024px) {
  .payment-methods__list--bg .payment-methods__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #FAFAFA;
  }
}

@media only screen and (max-width: 767px) {
  .payment-methods__list--wrap-mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payment-methods__list--wrap-mobile .payment-methods__list-item {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .payment-methods__list--no-margin-mobile .payment-methods__list-item {
    margin-right: 0;
  }
}

.payment-methods__features {
  margin-right: 10rem;
}

.payment-methods__features p {
  margin-bottom: 5px;
}

.payment-methods__features p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .payment-methods__features {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .payment-methods__features {
    margin-bottom: 4.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .payment-methods__features-item:nth-child(odd) {
    padding-right: 2rem;
  }
}

.payment-methods__annaucment {
  padding: 3.4rem;
  background-color: #F6F6F6;
  -ms-flex-item-align: start;
  align-self: start;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .payment-methods__annaucment {
    padding: 4.6rem 2.4rem;
  }
}

.delivery {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .delivery {
    margin-bottom: 2.4rem;
  }
}

.delivery + .features .features__item:first-child {
  max-width: none;
}

.delivery__description {
  max-width: 60rem;
}

@media only screen and (max-width: 1024px) {
  .delivery__description {
    margin-bottom: 4rem;
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .delivery__description {
    margin-bottom: 3rem;
  }
}

.delivery__wrapper {
  padding-bottom: 8rem;
  border-bottom: 1px solid #D5D5D5;
}

@media only screen and (max-width: 1024px) {
  .delivery__wrapper {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.delivery__image {
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  .delivery__image {
    width: 100%;
  }
}

.install > .features__row:first-child {
  padding-top: 1.5rem;
  border-top: none;
}

.install__image-list {
  grid-gap: 1.6rem;
}

.install__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.install__info .features__text {
  padding-bottom: 0.7rem;
}

@media only screen and (max-width: 1024px) {
  .install__info .features__text {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .install__info {
    display: block;
  }
}

.install__image {
  border-radius: 0.6rem;
}

@media only screen and (max-width: 1024px) {
  .install__image {
    width: 100%;
  }
}

.style-choice .custom-kitchen__container h1 {
  margin-bottom: 0;
  max-width: 35rem;
}

@media only screen and (max-width: 1024px) {
  .style-choice .custom-kitchen__container h1 {
    max-width: unset;
  }
}

.style-choice .custom-kitchen__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .style-choice .custom-kitchen__text-container {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .style-choice .custom-kitchen__text-container {
    margin-top: 2rem;
  }
}

.kitchen-type {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type {
    margin-bottom: 0;
  }
}

.kitchen-type h1 {
  max-width: 110rem;
}

.kitchen-type p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.kitchen-type p:last-child {
  margin-bottom: 0;
}

.kitchen-type--content .kitchen-slider {
  margin-bottom: 5rem;
}

.kitchen-type--content p {
  color: #757575;
}

.kitchen-type__tags {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 16px;
}

.kitchen-type__tags::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__tags {
    margin-top: 2.4rem;
    width: 100%;
  }
}

.kitchen-type__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.kitchen-type__tags-item {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 4px 16px;
  background: #fff200;
  border-radius: 60px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.kitchen-type__tags-item:last-child {
  margin-right: 0;
}

.kitchen-type__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: -16px;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type__info {
    margin-bottom: 2.4rem;
  }
}

.kitchen-type__info time {
  margin-top: 16px;
  margin-right: 6%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #9A9A9A;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__info time {
    margin-top: 2.4rem;
  }
}

.kitchen-type__info .rate {
  margin-right: 30px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__info .rate {
    margin-right: 0;
    margin-left: auto;
    margin-top: 2.4rem;
  }
}

.kitchen-type__container {
  margin-bottom: 4.9rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type__container {
    overflow: auto;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
  .kitchen-type__container::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
  }
  .kitchen-type__container::-webkit-scrollbar-track {
    background: #f0f0f0;
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
  .kitchen-type__container::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
}

.kitchen-type__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
  margin-top: -3rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 4rem;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-top: 0;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.kitchen-type__wrapper img {
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 3rem;
  border-radius: 0.6rem;
  width: 31.2%;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type__wrapper img {
    max-width: 41rem;
    width: 41rem;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-type__wrapper img {
    max-width: 29.5rem;
    width: 29.5rem;
  }
}

.kitchen-type__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__social {
    margin-top: 2.4rem;
    width: 100%;
  }
}

.kitchen-type__social-text {
  margin-right: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.12;
  color: #757575;
}

.kitchen-type__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.kitchen-type__rating:not(:last-child) {
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-type__rating:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .kitchen-type__rating .kitchen-type__social {
    margin-top: 0;
    margin-bottom: 3.2rem;
  }
}

.kitchen-type__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kitchen-type__rate--not-rated .kitchen-type__rate-rate {
  color: #C8C8C8;
}

.kitchen-type__rate--not-rated .kitchen-type__rate-number {
  font-weight: 300;
}

.kitchen-type__rate-rate {
  margin-right: 1.7rem;
  font-size: 1.4rem;
  color: #757575;
}

.kitchen-type__rated {
  font-size: 1.4rem;
  color: #C8C8C8;
  font-weight: 300;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.kitchen-type__rate-number {
  margin-right: 0.7rem;
  font-size: 1.4rem;
  color: #757575;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .kitchen-type__slider .similar-models-slider__inner {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .kitchen-type__slider .similar-models-slider__slide:not(:first-child) {
    margin-left: 0;
    margin-right: 1.6rem;
  }
  .kitchen-type__slider .good-item--article {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .kitchen-type__slider .similar-models-slider__inner {
    margin-right: -16px;
    margin-left: -16px;
  }
  .kitchen-type__slider .similar-models-slider__slide:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .kitchen-type__slider .similar-models-slider__slide.slick-slide {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}

.kitchen-slider {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider {
    overflow: auto;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
  .kitchen-slider::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
  }
  .kitchen-slider::-webkit-scrollbar-track {
    background: #f0f0f0;
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
  .kitchen-slider::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
}

.kitchen-slider__buttons {
  position: absolute;
  right: 0;
  top: -6.5rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider__buttons {
    display: none;
  }
}

.kitchen-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 4rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-top: 0;
  }
}

.kitchen__slider-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen__slider-item {
    max-width: 41rem;
    width: 41rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.kitchen__slider-item img {
  border-radius: 0.6rem;
}

.about-materials .grid--3-2-1 {
  row-gap: 8rem;
}

@media only screen and (max-width: 1024px) {
  .about-materials .grid--3-2-1 {
    row-gap: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-materials .grid--3-2-1 {
    row-gap: 4.2rem;
  }
}

.about-materials .custom-kitchen__text-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.about-materials .custom-kitchen__text-wrapper p {
  margin-bottom: 0;
}

.about-materials .custom-kitchen__container h1 {
  margin-bottom: 0;
  max-width: 52rem;
}

.about-materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-materials__item h2 {
  margin-bottom: 3.2rem;
}

.about-materials__item .good-item {
  height: 100%;
}

.about-materials__item .good-item .good-item__img-wrap .good-item__link {
  display: block;
  padding-top: 49%;
  position: relative;
}

.about-materials__item .good-item .good-item__img-wrap .good-item__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-materials__item .good-item:first-child {
  margin-top: 5.3rem;
}

@media only screen and (max-width: 767px) {
  .about-materials__item .good-item:first-child {
    margin-top: 3.7rem;
  }
}

.for-customers .actions-list__item {
  width: 100%;
}

.for-customers .actions-list__link {
  padding-right: 0;
}

.for-customers .for-customers__actions {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .for-customers .for-customers__actions {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .for-customers .for-customers__actions {
    margin-bottom: 4.8rem;
  }
}

.for-customers__actions .actions-list__item {
  margin: 0;
}

.for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 1) {
  grid-column: span 2;
}

.for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 2) {
  grid-column: span 3;
}

.for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 3) {
  grid-column: span 1;
}

@media only screen and (max-width: 1440px) {
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 1) {
    grid-column: span 2;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 2) {
    grid-column: span 3;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 3) {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1024px) {
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 1) {
    grid-column: auto;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(2n - 1) {
    grid-column: span 2;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(2n - 2) {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 767px) {
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(3n - 1) {
    grid-column: auto;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(2n - 1) {
    grid-column: auto;
  }
  .for-customers__actions.grid--3-2-1 > li:last-child:nth-child(2n - 2) {
    grid-column: auto;
  }
}

.for-customers__actions .actions-list__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1440px) {
  .for-customers__actions .actions-list__link {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

.for-customers__actions .actions-list__link svg {
  fill: #9A9A9A;
}

.for-customers__actions .actions-list__link:hover {
  background-color: #FFF200;
  color: #363636;
}

.for-customers__actions .actions-list__link:hover svg {
  fill: #363636;
}

.questions h2 {
  line-height: 1.2;
  font-size: 5.4rem;
  max-width: 74.6rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .questions h2 {
    font-size: 3.4rem;
    margin-bottom: 2.6rem;
  }
}

.questions .features__content {
  grid-template-columns: 1fr 3fr;
}

.questions .features__item_info {
  max-width: unset;
}

.questions .features__text {
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .questions .info-table .features__text {
    font-size: 1.2rem;
  }
}

.questions .features__title {
  color: #363636;
  font-weight: 400;
}

.question__item {
  background-color: transparent;
  border: none;
}

.question__item .warranty__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #F2F2F2;
}

.question__item .warranty__item-button svg {
  margin-left: auto;
  fill: black;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.question__item .warranty__item-button::before {
  background-image: none;
}

.question__item .warranty__item-button.opened {
  background-color: #363636;
  color: #FFFFFF;
}

.question__item .warranty__item-button.opened svg {
  fill: white;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.question__item .warranty__item-button.opened::before {
  background-image: none;
}

.question__item .warranty__info-wrap {
  padding-bottom: 0;
}

.question__item .warranty__item-title-text {
  position: relative;
  z-index: 10;
}

.info-table {
  width: 100%;
}

.info-table th,
.info-table td {
  padding: 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}

@media only screen and (max-width: 767px) {
  .info-table th,
  .info-table td {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 1.4rem;
  }
}

.info-table th svg,
.info-table td svg {
  margin-right: 1rem;
}

.info-table th:first-child,
.info-table td:first-child {
  padding-left: 0;
  max-width: 50rem;
}

.info-table th:last-child,
.info-table td:last-child {
  padding-right: 0;
}

.info-table th {
  white-space: nowrap;
  color: #363636;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .info-table th {
    white-space: normal;
  }
  .info-table th:not(:first-child) {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .info-table th {
    font-size: 1.2rem;
  }
  .info-table th:not(:first-child) {
    text-align: right;
  }
}

.info-table td {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .info-table td:not(:first-child) {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .info-table td:not(:first-child) {
    text-align: right;
  }
}

.info-table__title {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .info-table__title {
    text-align: right;
  }
  .info-table__title span {
    margin-left: -5rem;
  }
}

.info-table-text-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .info-table__mob-text {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .info-table__mob-waranty {
    right: 2.5rem;
  }
}

.prices .prices-list {
  padding-top: 4.8rem;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .prices .prices-list {
    padding-top: 1.6rem;
  }
}

.prices__subtitle {
  margin-bottom: 3.2rem;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .prices__subtitle {
    font-size: 1.4rem;
  }
}

.prices__text {
  margin-bottom: 8rem;
  max-width: 105.5rem;
  color: #757575;
  font-weight: 400;
}

.prices__images-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .prices__images-list {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
}

.prices__images-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
  .prices-list__price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.prices-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prices-list__item:not(:last-child) {
  margin-bottom: 9rem;
}

@media only screen and (max-width: 1024px) {
  .prices-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prices-list__item:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .prices-list__item:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}

.prices-list__img {
  margin-right: 10.8rem;
  max-height: 61rem;
  width: 100%;
  max-width: 105rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .prices-list__img {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}

.prices-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices-list__title {
  max-width: 30rem;
  font-size: 2.8rem;
  line-height: 135%;
}

@media only screen and (max-width: 1024px) {
  .prices-list__title {
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .prices-list__title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.prices-list__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: 500;
}

.prices-list__price-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .prices-list__price-item {
    margin-bottom: 0;
    margin-right: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .prices-list__price-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1.6rem;
    padding-right: 1rem;
  }
}

.prices-list__price-title,
.prices-list__price-text {
  font-weight: 500;
  color: #757575;
}

.prices-list__price-title {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .prices-list__price-title {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .prices-list__price-title {
    font-size: 1.6rem;
  }
}

.prices-list__price-text {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .prices-list__price-text {
    font-size: 1.4rem;
  }
}

.guarantee .features__item:first-child {
  max-width: none;
}

.measure__head {
  padding: 8.8rem;
  min-height: 53rem;
  margin-bottom: 10rem;
  background-color: #F6F6F6;
  border-radius: 0.6rem;
  background-image: url("../img/bin/measure/measure.png");
  background-repeat: no-repeat;
  background-position: 99% 0;
}

.measure__head .breadcrumbs {
  margin-bottom: 4rem;
  margin-top: 0;
}

.measure__head .breadcrumbs .container {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .measure__head .breadcrumbs {
    margin-bottom: 3.2rem;
  }
}

.measure__head.container {
  max-width: calc(146rem + 5.2rem);
}

@media only screen and (max-width: 1440px) {
  .measure__head {
    background-position: 79% 150%;
  }
}

@media only screen and (max-width: 1024px) {
  .measure__head {
    min-height: 32rem;
    padding: 3.6rem 2.6rem;
    margin-bottom: 0;
    background-size: 92rem;
    background-position: 99% 150%;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .measure__head {
    min-height: 48rem;
    padding: 3.2rem 1.6rem;
    background-image: url("../img/bin/measure/measure-mob.png");
    background-position: 100% 80%;
  }
}

.measure__head-container {
  max-width: 56rem;
}

@media only screen and (max-width: 1024px) {
  .measure__head-container {
    max-width: 35rem;
  }
}

.measure__head-title {
  font-size: 5.1rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .measure__head-title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .measure__head-title {
    font-size: 2.4rem;
  }
}

.measure__head-text {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .measure__head-text {
    font-size: 1.6rem;
  }
}

.measure__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
}

.measure__body.container {
  max-width: calc(146rem + 5.2rem);
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .measure__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.measure__body .contact-form__text {
  max-width: 34rem;
}

@media only screen and (max-width: 1024px) {
  .measure__body .contact-form__text {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .measure__body .contact-form__text {
    margin-bottom: 1.6rem;
  }
}

.measure__body + .container .features__text {
  color: #323232;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.measure__body + .container .install__image-list {
  padding-top: 3.3rem;
}

.measure-body__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8rem;
  width: 100%;
  background-color: #0B1F22;
  border-radius: 0 0.6rem 0.6rem 0;
}

.measure-body__form .contact-form__title {
  max-width: 100%;
}

.measure-body__form .contact-form__row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.measure-body__form .contact-form__row-wrap:last-child {
  /*margin-top: -0.2rem;*/
}

.measure-body__form .contact-form__row-wrap:last-child .contact-form__row:last-child {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 1024px) {
  .measure-body__form .contact-form__row-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

.measure-body__form .contact-form__row {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
  .measure-body__form .contact-form__row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.measure-body__form .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .measure-body__form {
    padding: 4.2rem 2.6rem;
  }
}

.measure-body__form .contact-form__submit-btn {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .measure-body__form .contact-form__submit-btn {
    margin-left: -20%;
    width: 120%;
  }
}

@media only screen and (max-width: 767px) {
  .measure-body__form .contact-form__submit-btn {
    margin-left: 0;
    width: 100%;
  }
}

.measure__button {
  margin-left: auto;
  margin-bottom: auto;
  background-color: transparent;
  padding: 1.4rem;
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.measure__button:hover {
  background-color: unset;
}

@media only screen and (max-width: 767px) {
  .measure__button {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}

.mesure__info {
  padding-top: 8rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
  width: 42%;
  background-color: #F6F6F6;
  border-radius: 0.6rem 0 0 0.6rem;
}

@media only screen and (max-width: 1024px) {
  .mesure__info {
    width: 100%;
    padding-top: 6rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 4.8rem;
  }
}

.measure__body-title {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .measure__body-text-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .measure__body-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.measure__body-text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}

.measure__body-text:last-of-type {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .measure__body-text:last-of-type {
    margin-bottom: 2.4rem;
  }
}

.measure__body-text-small {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  color: #757575;
}

.measure__body-text-small:last-child {
  margin-bottom: 0;
}

.measure__list {
  margin-bottom: 7.3rem;
}

@media only screen and (max-width: 1024px) {
  .measure__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row-start: 3;
    grid-column-end: 3;
    grid-column-start: 1;
    width: 72rem;
  }
}

@media only screen and (max-width: 767px) {
  .measure__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}

.measure__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 30rem;
}

.measure__list-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .measure__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33.3%;
  }
}

@media only screen and (max-width: 767px) {
  .measure__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
}

.measure__list-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.6rem;
  min-width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  border: 1px solid #757575;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #363636;
}

.measure__list-number::after {
  position: absolute;
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #757575;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -1.7rem;
}

@media only screen and (max-width: 1024px) {
  .measure__list-number::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    bottom: 1.8rem;
    right: -20.2rem;
    width: 20.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .measure__list-number::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -2rem;
    right: 0;
    width: 3.7rem;
  }
}

.measure__list-number--last::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -1.3rem;
}

@media only screen and (max-width: 1024px) {
  .measure__list-number {
    margin-bottom: 1.3rem;
  }
}

.measure__list-text {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .measure__list-text {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .measure__body-wrapper {
    margin-bottom: 3.2rem;
  }
}

.sales-main .sales__title {
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .sales-main .sales__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .sales-main .sales__title {
    color: #363636;
  }
}

@media only screen and (max-width: 767px) {
  .sales-main {
    padding-top: 5rem;
    margin-bottom: -2rem;
  }
}

.numbers {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #F9F9F9;
}

.numbers .form__button {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .numbers {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .numbers {
    padding-top: 6rem;
    padding-bottom: 3.2rem;
  }
}

.numbers .features__button-wrap {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .numbers .features__button-wrap {
    margin-top: 2.8rem;
  }
}

.numbers__title {
  margin-top: 0;
  margin-bottom: 8rem;
  max-width: 63rem;
  color: #C8C8C8;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.numbers__title svg {
  margin-bottom: -2px;
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  .numbers__title {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
  }
  .numbers__title svg {
    height: 1.7rem;
  }
}

.numbers__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1.6rem;
  margin-top: 1.6rem;
}

.numbers__list .numbers__item:nth-child(1) {
  grid-column: 1/3;
}

.numbers__list .numbers__item:nth-child(4) {
  grid-column: 5/7;
}

@media only screen and (max-width: 1024px) {
  .numbers__list {
    grid-template-columns: 2fr 2fr;
  }
}

@media only screen and (max-width: 767px) {
  .numbers__list {
    grid-gap: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .numbers__list--1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .numbers__list--1 .numbers__item:nth-child(1) {
    grid-column: 1/2;
  }
  .numbers__list--1 .numbers__item:nth-child(4) {
    grid-column: 1/4;
  }
}

@media only screen and (max-width: 767px) {
  .numbers__list--1 {
    grid-template-columns: 2fr 2fr;
  }
  .numbers__list--1 .numbers__item:nth-child(1) {
    grid-column: 1/4;
  }
  .numbers__list--1 .numbers__item:nth-child(3) {
    grid-column: 2/4;
  }
  .numbers__list--1 .numbers__item:nth-child(4) {
    grid-column: 1/4;
  }
}

.numbers__list--2 .numbers__item:nth-child(1) {
  grid-column: 1/2;
}

.numbers__list--2 .numbers__item:nth-child(2) {
  grid-column: 2/4;
}

.numbers__list--2 .numbers__item:nth-child(3) {
  grid-column: 4/5;
}

.numbers__list--2 .numbers__item:nth-child(4) {
  grid-column: 5/7;
}

.numbers__list--2 .numbers__item:nth-child(5) {
  grid-column: 1/3;
}

.numbers__list--2 .numbers__item:nth-child(6) {
  grid-column: 3/5;
}

.numbers__list--2 .numbers__item:nth-child(7) {
  grid-column: 5/7;
}

.numbers__list--2 .numbers__item:nth-child(8) {
  grid-column: 1/3;
}

.numbers__list--2 .numbers__item:nth-child(11) {
  grid-column: 5/7;
}

@media only screen and (max-width: 1024px) {
  .numbers__list--2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .numbers__list--2 .numbers__item:nth-child(1), .numbers__list--2 .numbers__item:nth-child(3), .numbers__list--2 .numbers__item:nth-child(6), .numbers__list--2 .numbers__item:nth-child(8) {
    grid-column: 1/3;
  }
  .numbers__list--2 .numbers__item:nth-child(2), .numbers__list--2 .numbers__item:nth-child(4), .numbers__list--2 .numbers__item:nth-child(7), .numbers__list--2 .numbers__item:nth-child(9) {
    grid-column: 3/5;
  }
  .numbers__list--2 .numbers__item:nth-child(5) {
    grid-column: 1/5;
  }
  .numbers__list--2 .numbers__item:nth-child(10) {
    grid-row: 3;
    grid-column: 4/5;
  }
  .numbers__list--2 .numbers__item:nth-child(11) {
    grid-column: 1/5;
  }
}

@media only screen and (max-width: 767px) {
  .numbers__list--2 {
    grid-template-columns: 1fr 1fr;
  }
  .numbers__list--2 .numbers__item:nth-child(9) {
    grid-column: 1/2;
  }
  .numbers__list--2 .numbers__item:nth-child(2) {
    grid-column: 1/3;
  }
  .numbers__list--2 .numbers__item:nth-child(1), .numbers__list--2 .numbers__item:nth-child(3), .numbers__list--2 .numbers__item:nth-child(4), .numbers__list--2 .numbers__item:nth-child(5), .numbers__list--2 .numbers__item:nth-child(6), .numbers__list--2 .numbers__item:nth-child(7), .numbers__list--2 .numbers__item:nth-child(8), .numbers__list--2 .numbers__item:nth-child(11) {
    grid-column: 1/3;
  }
  .numbers__list--2 .numbers__item:nth-child(10) {
    grid-row: unset;
    grid-column: 2/3;
  }
}

.numbers__item {
  padding: 3.2rem 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .numbers__item {
    padding: 2rem 1.6rem;
    background-color: transparent;
    border-radius: 0;
  }
}

.numbers__item-number {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .numbers__item-number {
    font-size: 2.8rem;
  }
}

.numbers__item-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 135%;
  color: #757575;
}

@media only screen and (max-width: 1024px) {
  .numbers__item-text {
    font-size: 1.3rem;
  }
}

.user {
  /* certificate start */
  /* certificate end */
  /* zakaz-info */
  /* end zakaz-info */
}

.user.page.personal_area {
  padding-bottom: 55px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.user.page h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .user.profile .filling {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.user.profile.container .form__select {
  padding: 24px 0 11px 0;
  color: #363636;
}

@media only screen and (max-width: 767px) {
  .user.profile.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.user .underline {
  display: block;
  width: 140px;
  height: 2px;
  background: #ffe100;
  margin: 12px auto 13px;
  border-bottom: none;
}

.user .help-nav__btn {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.user.personal_area .company {
  margin-top: 35px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.user .company .block {
  overflow: hidden;
  padding: 20px;
}

.user .company .block:hover {
  background: #ffe100;
  text-decoration: none;
}

.user .block {
  background: #fff;
  width: 22%;
  min-width: 22%;
  display: block;
  margin: 10px 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  color: #000;
  padding-top: 36px;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
}

.user .block.profile {
  background: #fff399;
}

.user .company .block .img {
  height: 60px;
  overflow: hidden;
  position: relative;
}

.user .block p {
  border-bottom: 1px solid #e1e1e1;
  display: inline;
}

.user .block:hover p {
  border-color: transparent;
}

.user .company .block img {
  max-height: 60px;
  width: auto;
}

.user .block:hover .img .image_hover {
  z-index: 1;
}

.user .block:hover .img .image_hover {
  z-index: 1;
}

.user .img .image_hover {
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 160px;
  width: 100%;
}

.user .button {
  text-align: center;
}

.user .btn {
  color: #000;
  border-radius: 5px;
  margin: 40px auto 60px;
  border: none;
  -webkit-box-shadow: 0 4px #998700;
  box-shadow: 0 4px #998700;
  background: #ffe100;
  cursor: pointer;
  padding: 9px 40px;
  text-decoration: none;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  min-width: 100px;
}

.user .certificate {
  padding-top: 100px;
}

.user .certificate__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -60px;
  margin-bottom: 100px;
}

.user .certificate__item {
  width: 45%;
  margin-top: 60px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .user .certificate__item {
    width: 100%;
    margin-top: 40px;
  }
}

.user .certificate__head {
  padding: 35px;
  background-color: #404041;
  border-bottom: 2px solid #FFE83F;
}

@media only screen and (max-width: 767px) {
  .user .certificate__head {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.user .certificate__title {
  margin: 0 !important;
  font-size: 30px;
  line-height: 35px;
  color: #FFE83F;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .user .certificate__title {
    font-size: 20px;
  }
}

.user .certificate__body {
  padding: 35px;
  background-image: url("../img/gift.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

.user .certificate__prop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-top: -50px;
}

.user .certificate__prop {
  margin-right: 50px;
  margin-top: 50px;
  max-width: 230px;
}

.user .certificate__prop-name {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #404041;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .user .certificate__prop-name {
    font-size: 15px;
  }
}

.user .certificate__prop-value {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .user .certificate__prop-value {
    font-size: 20px;
  }
}

.user .certificate__desc {
  margin-top: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #404041;
  opacity: 0.7;
}

.user .certificate__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user .certificate__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.user .certificate__info-item:last-of-type {
  margin-bottom: 0;
}

.user .certificate__icon-wrap {
  width: 55px;
  height: 55px;
  min-width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  background-color: #FFE83F;
}

.user .certificate__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
}

.user .zakaz-info {
  padding-top: 12px;
  padding-bottom: 7px;
}

.user .zakaz-info__list {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 32px;
  margin: 0 auto;
  padding: 24px 32px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #ffffff;
}

.user .zakaz-info__item--border {
  padding-left: 32px;
  padding-right: 13px;
  border-left: 1px solid #FAE14C;
}

.user .zakaz-info__term {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #A9A9A9;
}

.user .zakaz-info__desc {
  display: block;
  font-family: 'Manrope', sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #000000;
  margin-left: 0;
  margin-right: 0;
}

.user .zakaz-info__desc--tooltip {
  position: relative;
  padding-right: 28px;
}

.user .zakaz-info__link {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 3.5V4.375M7 6.125V10.0625V6.125Z' stroke='%23A9A9A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13.125C10.3827 13.125 13.125 10.3827 13.125 7C13.125 3.61726 10.3827 0.875 7 0.875C3.61726 0.875 0.875 3.61726 0.875 7C0.875 10.3827 3.61726 13.125 7 13.125Z' stroke='%23A9A9A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  cursor: pointer;
}

.user .zakaz-info__tooltip {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 224px;
  padding: 12px 17px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.user .zakaz-info__tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #f7f7f7;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.user .zakaz-info__link:hover .zakaz-info__tooltip,
.user .zakaz-info__link:focus .zakaz-info__tooltip {
  opacity: 1;
  pointer-events: all;
}

.user.profile h2 {
  font-size: 30px;
  margin-top: 48px;
  text-align: center;
  font-weight: 300;
}

.user.profile form {
  margin-top: 11px;
  display: inline-block;
  margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
  .user.profile form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.user.profile form > div {
  width: 372px;
  float: left;
  margin: 42px 22px 0;
}

.user .filling {
  position: relative;
}

.user.profile form label {
  font-size: 18px;
  color: #231f20;
}

.user.profile .filling input {
  width: 372px;
  border-bottom: 1px solid #a7a7a7;
  padding: 22px 0 11px 0;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .user.profile .filling input {
    width: 100%;
  }
}

.user .filling input {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  border: 0;
}

.user .filling input:focus-visible {
  outline: none;
}

.user.profile .filling .effect-1 ~ .focus-border {
  max-width: 372px;
}

@media only screen and (max-width: 767px) {
  .user.profile .filling .effect-1 ~ .focus-border {
    max-width: 100%;
  }
}

.user .effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffe100;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.user .effect-1:focus ~ .focus-border {
  width: 1165px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.user .installment-secondary {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  text-align: center;
  max-width: 420px;
  margin: 10px auto;
}

.user .installment-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.user .installment-item__header {
  padding: 20px 20px 12px 20px;
  background: #fff;
  position: relative;
}

.user .installment-item {
  margin: 1rem;
  width: 24%;
  min-width: 300px;
}

@media only screen and (max-width: 1024px) {
  .user .installment-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .user .installment-item {
    width: 100%;
  }
}

.user .installment-item__header-label {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.user .installment-item__header-label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.user .installment-item__header-checked {
  position: relative;
  width: 13px;
  height: 13px;
}

.user .installment-item__header-checked:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #313131;
  border-radius: 2px;
}

.user .installment-item__header-checked:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 8px;
  height: 5.5px;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.user .installment-item__header-label input:checked + .installment-item__header-checked:after {
  border-left: 2px solid #FFE100;
  border-bottom: 2px solid #FFE100;
}

.user .installment-item__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.user .installment-item__number {
  font-size: 14px;
  line-height: 16px;
  color: #959595;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}

.user .installment-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
}

.user .installment-item__bottom-text {
  font-size: 13px;
  line-height: 15px;
  color: #9C9C9C;
}

.user .installment-item__bottom-price {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  color: #000;
  padding-right: 8px;
  width: 150px;
  text-align: right;
  letter-spacing: 1.3px;
}

.user .installment-item__footer {
  padding: 12px 20px;
  background: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user .installment-item__footer.checked {
  background: #FFE100;
}

.user .installment-footer {
  display: none;
  margin: 60px auto 10px;
}

.user .installment-footer.show {
  display: block;
}

.user .installment-item__footer-label {
  position: relative;
}

.user .installment-item__input-wrap {
  position: relative;
}

.user .installment-item__footer-price {
  background: #fff;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  line-height: 21px;
  color: #000;
  width: 140px;
  height: 34px;
  text-align: right;
  padding-right: 50px;
  /* padding-right: 35px; */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.user .installment-item__input-helper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  bottom: 0;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 58px;
  left: 0;
  line-height: 21px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 140px;
  z-index: 9;
}

.user .installment-error {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -75px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: red;
  width: 200px;
  background: #fff;
  border: 1px solid #dedede;
  z-index: 10;
  border-radius: 5px;
  padding: 3px 5px;
}

.user .installment-item__footer-label span {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  background: #fff;
  padding-left: 10px;
  z-index: 10;
}

.user .installment-footer__title {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  text-align: center;
}

.user .installment-footer__total {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.user .installment-footer__wrap {
  text-align: center;
}

.user .installment-footer__link.btn {
  margin: 0;
}

.user .installment-none {
  display: none;
}

.user .installment-footer__status {
  text-align: center;
}

.user .installment-info {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.user.page .column-1 {
  width: 386px;
  margin: 35px auto 0;
}

@media only screen and (max-width: 767px) {
  .user.page .column-1 {
    width: 100%;
  }
}

.user.personal_area form {
  margin-top: 13px;
}

.user.personal_area form .filling {
  position: relative;
  margin: 0 auto;
}

.user.personal_area form .filling, .user.personal_area form .filling input {
  width: 385px;
  padding: 13px 0 0;
}

@media only screen and (max-width: 767px) {
  .user.personal_area form .filling, .user.personal_area form .filling input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.user.personal_area.page .column-1 form .filling label {
  margin-top: 30px;
}

.user.personal_area form .filling label {
  font-size: 18px;
  margin-top: 42px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.user form .filling input {
  border-bottom: 1px solid #a7a7a7;
  background-color: transparent;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.user.personal_area form .filling .focus-border {
  max-width: 385px;
}

.user .filling2, .user .filling2 input {
  width: 200px !important;
}

.user .filling2 .focus-border {
  max-width: 200px !important;
}

.user .clear {
  clear: both;
}

.user.personal_area .back {
  margin-top: 15px;
  margin-bottom: 3px;
}

.user .back {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 55px;
}

.user .back a {
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

.user .back a, .user footer a {
  color: #010101;
}

@media screen and (max-width: 1023px) {
  .user.personal_area h1 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    padding-top: 28px;
    color: #000000;
  }
  .user .block {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }
  .user .certificate {
    padding-top: 42.5px;
  }
}

.lk-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 32px;
  border-radius: 4px;
  background: #F6F6F6;
}

.lk-back-btn__icon {
  margin-right: 8px;
  fill: #363636;
}

.lk-back-btn__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #363636;
}

.kitchen-installment__mr {
  margin-top: 8.4rem;
}

@media only screen and (max-width: 767px) {
  .kitchen-installment__mr {
    margin-top: 4.2rem;
  }
}

.connection h1 {
  max-width: 775px;
  margin-bottom: 10rem;
}

.connection__info {
  max-width: 590px;
}

.connection__info p {
  font-size: 1.4rem;
  line-height: 150%;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
}

.connection__info .divider {
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.connection__img {
  position: relative;
  padding: 16px 24px;
  background-color: #FAFAFA;
  border-radius: 0.8rem;
}

.connection__img img {
  width: 100%;
}

.connection__expand {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.scroll-pointer .jspHorizontalBar {
  height: 0.3rem;
  background: transparent;
}

.scroll-pointer .jspTrack {
  background-color: #f6f6f6;
}

.scroll-pointer .jspDrag {
  background-color: #fff980;
}

@media only screen and (max-width: 1572px) {
  .scroll-pointer {
    margin-left: -2.6rem;
    overflow: visible !important;
  }
  .scroll-pointer .jspPane {
    margin-left: 2.6rem;
  }
  .scroll-pointer .jspHorizontalBar {
    margin-left: 2.6rem;
    width: 98%;
    overflow: hidden;
  }
  .scroll-pointer .jspContainer {
    overflow: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .scroll-pointer .jspHorizontalBar {
    width: 97%;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-pointer .jspHorizontalBar {
    width: 95%;
  }
}

.scroll-pointer-vertical {
  padding-right: 0.6rem;
  overflow-y: auto;
}

@media only screen and (max-width: 1024px) {
  .scroll-pointer-vertical {
    padding-right: 0;
  }
}

.scroll-pointer-vertical .jspVerticalBar {
  width: 0.3rem;
  background: transparent;
}

.scroll-pointer-vertical .jspTrack {
  background-color: #f6f6f6;
}

.scroll-pointer-vertical .jspDrag {
  background-color: #fff980;
}

.slider-config {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .slider-config {
    margin-bottom: 5rem;
  }
}

.slider-config__title {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}

.slider-config__title span {
  font-weight: 400;
}

.slider-config__inner {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding-bottom: 2.4rem;
  min-width: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .slider-config__inner {
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
  }
}

.slider-config__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .slider-config__list {
    margin-bottom: 0;
  }
}

.slider-config__item {
  max-height: 86rem;
  min-height: 23.9rem;
  aspect-ratio: 16 / 7;
}

.slider-config__img {
  border-radius: 8px 8px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

@media only screen and (min-width: 768px) {
  .slider-config__img {
    border-radius: 0;
    min-height: 40rem;
  }
}

@media only screen and (min-width: 1920px) {
  .slider-config__img {
    max-width: 192rem;
    height: 86rem;
    margin: 0 auto;
  }
}

.slider-config__tabs-wrapper .slider-config__img {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}

.slider-config__tabs-wrapper .slider-config__active .slider-config__img {
  opacity: 1 !important;
}

.slider-config__tabs-wrapper.slider-config__list {
  display: grid;
}

.slider-config__tabs-wrapper .slider-config__item {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.button-dots {
  position: relative;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .button-dots {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    bottom: 13.7rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    max-width: 53.6rem;
    position: relative;
    padding: 0 1.6rem 1.6rem 1.6rem;
    z-index: 10;
  }
}

.button-dots__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.1rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .button-dots__list {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.button-dots__tabs-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-dots__name-button {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .button-dots__name-button {
    min-height: 4.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .button-dots__name-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.button-dots__inner {
  position: relative;
  padding: 1.4rem 0 0.8rem 0;
}

@media only screen and (min-width: 768px) {
  .button-dots__inner {
    padding: 2.4rem 0 1.6rem 0;
  }
}

.button-dots__item {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 3.2rem;
  padding: 0;
  height: 3.2rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .button-dots__item {
    width: 4rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .button-dots__item--active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.button-dots__title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .button-dots__title-wrapper {
    top: auto;
    bottom: 1.6rem;
  }
}

.button-dots__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 140%;
}

.button-dots__img-wrapper {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  width: 10rem;
  height: 10rem;
}

.button-dots__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-dots__list .swiper-slide {
  width: auto;
}

.button-dots__inner.swiper-slide-active .button-dots__item--active {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
}

@media only screen and (max-width: 767px) {
  .button-dots__inner.swiper-slide-active .button-dots__item--active {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.button-dots__inner.swiper-slide-duplicate-active .button-dots__item--active {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
}

@media only screen and (max-width: 767px) {
  .button-dots__inner.swiper-slide-duplicate-active .button-dots__item--active {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.button-dots__inner.swiper-slide-active .button-dots__title-wrapper {
  opacity: 1;
}

.button-dots__inner.swiper-slide-duplicate-active .button-dots__title-wrapper {
  opacity: 1;
}

.button-dots__tabs-wrapper .button-dots__active .button-dots__item--active {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #9a9a9a;
}

@media only screen and (max-width: 767px) {
  .button-dots__tabs-wrapper .button-dots__active .button-dots__item--active {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/*.button-dots__tabs-wrapper .button-dots__active .button-dots__title-wrapper {
	opacity: 1;
}*/
.button-dots__tabs-wrapper .button-dots__inner:first-child .button-dots__title-wrapper {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .button-dots__tabs-wrapper .button-dots__inner:first-child .button-dots__title-wrapper {
    left: -1rem;
  }
}

.button-dots__tabs-wrapper .button-dots__inner:last-child .button-dots__title-wrapper {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slider-config__tabs .button-dots__list {
  padding: 0 0.5rem 0 0.5rem;
}

@media only screen and (max-width: 767px) {
  .slider-config__tabs .button-dots__list {
    padding: 0 1rem 0.1rem 1rem;
  }
}

.slider-config__tabs .button-dots__list.swiper {
  overflow: visible;
}

.slider-config__tabs .button-dots__inner:not(:last-child) {
  margin-right: 1.6rem;
}

.img-popup-zoom .mfp-figure {
  padding: 40px 0;
  max-width: 101rem;
}

.img-popup-zoom img {
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.img-popup-zoom img:hover {
  opacity: 0;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media only screen and (max-width: 1024px) {
  .img-popup-zoom img:hover {
    opacity: 1;
    cursor: initial;
  }
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4.8rem 3.2rem 2.4rem 3.2rem;
  background-color: #35c759;
  color: #ffffff;
}

@media only screen and (max-width: 1360px) {
  .subscribe {
    padding: 3.2rem 1.5rem 2.4rem 1.5rem;
  }
}

.subscribe .field {
  margin-bottom: 1.6rem;
}

.subscribe .field__label {
  color: #ffffff;
}

.subscribe .popup-form__notice {
  color: #ffffff;
}

.subscribe .popup-form__notice a {
  color: #ffffff;
}

.subscribe.popup {
  overflow: hidden;
}

@media only screen and (max-width: 1360px) {
  .subscribe.popup .subscribe__text-wrap {
    width: 61%;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe.popup .subscribe__text-wrap {
    width: 84%;
  }
}

@media only screen and (max-width: 1360px) {
  .subscribe.popup .subscribe__img {
    margin-right: 0;
    margin-left: 8%;
    width: 12.5rem;
    height: 9.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe.popup .subscribe__img {
    margin-right: -7.5rem;
    height: 11.3rem;
    width: 15.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.subscribe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}

.subscribe__text-wrap {
  width: 61%;
  margin-right: auto;
}

@media only screen and (max-width: 1360px) {
  .subscribe__text-wrap {
    width: 78%;
  }
}

@media only screen and (max-width: 1024px) {
  .subscribe__text-wrap {
    width: 84%;
  }
}

.subscribe__title {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .subscribe__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}

.subscribe__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .subscribe__text {
    font-size: 1.4rem;
  }
}

.subscribe__img {
  margin-left: 8%;
  width: 12.5rem;
  height: 9.1rem;
}

@media only screen and (max-width: 1360px) {
  .subscribe__img {
    margin-right: -6.5rem;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .subscribe__img {
    margin-right: -7.5rem;
    height: 11.3rem;
    width: 15.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.subscribe__form-button {
  margin-top: auto;
  color: #757575;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rate__star-icon {
  cursor: pointer;
  margin-top: -0.3rem;
  fill: #C8C8C8;
}

.rate__star-icon--rated {
  fill: #FEC600;
}

.rate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.rate__wrap + .rate__wrap {
  margin-left: 2.1rem;
}

.rate__wrap svg {
  margin-right: 1rem;
}

.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-author:not(:last-child) {
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 767px) {
  .article-author:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.article-author__img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.article-author__img:first-child {
  margin-right: 1.1rem;
}

.article-author__img:last-child {
  margin-left: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .article-author__img {
    margin-right: 0.8rem;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
  }
  .article-author__img:first-child {
    margin-right: 1.1rem;
  }
  .article-author__img:last-child {
    margin-left: 1.1rem;
  }
}

.article-author__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-author__title {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .article-author__title {
    font-size: 1.2rem;
  }
}

.article-author__articles-number {
  margin-bottom: -0.3rem;
  font-size: 1.2rem;
  color: #757575;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .article-author__articles-number {
    font-size: 1rem;
  }
}

.article-author__about {
  margin: 0.6rem 0 0 0;
  font-size: 1.2rem;
}

.star-rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.star-rate.disabled > * {
  pointer-events: none;
}

.star-rate label {
  cursor: pointer;
}

.star-rate label:not(:first-child) {
  padding-right: 0.8rem;
}

.star-rate input {
  display: none;
}

.star-rate svg {
  width: 1.7rem;
  height: 1.6rem;
  fill: #C8C8C8;
}

.star-rate input[type="radio"]:checked ~ label svg {
  fill: #FEC600;
}

.star-rate input[type="radio"]:checked + label svg {
  fill: #FEC600;
}

.star-rate:not(.disabled):hover input[type="radio"] + label svg {
  fill: #C8C8C8;
}

.star-rate:not(.disabled):hover input[type="radio"]:hover ~ label svg,
.star-rate:not(.disabled):hover input[type="radio"]:checked:hover ~ label svg {
  fill: #FFD850 !important;
}

.star-rate:not(.disabled):hover input[type="radio"]:hover + label svg,
.star-rate:not(.disabled):hover input[type="radio"]:checked:hover + label svg {
  fill: #FFD850 !important;
}

.star-rate_filled {
  fill: #FEC600 !important;
}

.hint {
  position: relative;
}

.hint::after {
  position: absolute;
  content: attr(data-hint);
  padding: 1.2rem 2.3rem;
  min-width: 26rem;
  top: -250%;
  left: -50%;
  border-radius: 0.4rem;
  background-color: #F7F7F7;
  color: #757575;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.hint:hover::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  z-index: 0;
}

.wysiwyg img {
  width: 100%;
  max-height: 60rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.6rem;
}

.wysiwyg img:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg img:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.wysiwyg section {
  padding-bottom: 6rem;
  border-bottom: 1px solid #D5D5D5;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg section {
    padding-bottom: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg section {
    padding-bottom: 3.2rem;
  }
}

.wysiwyg section + section {
  padding-top: 6rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg section + section {
    padding-top: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg section + section {
    padding-top: 3.2rem;
  }
}

.wysiwyg section:last-child {
  border-bottom: none;
}

.wysiwyg h1 {
  margin-bottom: 0.8rem;
  max-width: 74.5rem;
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 2.6rem;
  }
}

.wysiwyg h2 {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .wysiwyg h2 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.wysiwyg h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.wysiwyg p {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  font-style: normal;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg p {
    font-size: 1.6rem;
  }
  .wysiwyg p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg cite {
  display: block;
  font-style: normal;
  padding: 2.4rem;
  margin: 0;
  border-radius: 0.6rem;
  background-color: #F6F6F6;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg cite {
    padding: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg cite {
    font-size: 1.6rem;
  }
}

.wysiwyg cite:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg cite:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg a {
  border-bottom: 1px solid #323232;
}

.wysiwyg ol,
.wysiwyg ul {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg ol,
  .wysiwyg ul {
    font-size: 1.6rem;
  }
}

.wysiwyg ol:not(:last-child),
.wysiwyg ul:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg ol:not(:last-child),
  .wysiwyg ul:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg ol:not(:last-child),
  .wysiwyg ul:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg ol li:not(:last-child),
.wysiwyg ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg ul {
  padding-left: 1.6rem;
  list-style-type: disc;
}

.wysiwyg ol {
  margin: 0;
  padding-left: 2.2rem;
  counter-reset: myCounter;
}

.wysiwyg figure {
  margin: 0;
}

.wysiwyg figure:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg figure:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg figure img:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg figure img:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.wysiwyg figcaption {
  color: #757575;
}

@media only screen and (max-width: 767px) {
  .wysiwyg figcaption {
    font-size: 1.2rem;
  }
}

.wysiwyg table {
  width: 100%;
}

.wysiwyg table:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg table:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg table th,
.wysiwyg table td {
  padding: 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}

@media only screen and (max-width: 767px) {
  .wysiwyg table th,
  .wysiwyg table td {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

.wysiwyg table th:first-child,
.wysiwyg table td:first-child {
  padding-left: 0;
}

.wysiwyg table th:last-child,
.wysiwyg table td:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .wysiwyg table th:nth-child(even),
  .wysiwyg table td:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}

.wysiwyg table th {
  color: #363636;
  text-align: left;
}

.wysiwyg aside,
.wysiwyg article,
.wysiwyg q {
  overflow: auto;
}

.wysiwyg aside:not(:last-child),
.wysiwyg article:not(:last-child),
.wysiwyg q:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .wysiwyg aside:not(:last-child),
  .wysiwyg article:not(:last-child),
  .wysiwyg q:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg aside table th,
.wysiwyg aside table td,
.wysiwyg article table th,
.wysiwyg article table td {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg aside table th:first-child,
  .wysiwyg aside table td:first-child,
  .wysiwyg article table th:first-child,
  .wysiwyg article table td:first-child {
    width: 30%;
  }
  .wysiwyg aside table th:last-child,
  .wysiwyg aside table td:last-child,
  .wysiwyg article table th:last-child,
  .wysiwyg article table td:last-child {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg aside table th:first-child,
  .wysiwyg aside table td:first-child {
    width: 50%;
  }
  .wysiwyg aside table th:last-child,
  .wysiwyg aside table td:last-child {
    width: 50%;
  }
  .wysiwyg aside table th:not(:first-child),
  .wysiwyg aside table td:not(:first-child) {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg article table th:first-child,
  .wysiwyg article table td:first-child {
    width: 30%;
  }
  .wysiwyg article table th:last-child,
  .wysiwyg article table td:last-child {
    width: 70%;
  }
}

.wysiwyg q {
  display: block;
}

.wysiwyg q::before {
  display: none;
}

.wysiwyg q table td:not(:first-child),
.wysiwyg q table th:not(:first-child) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wysiwyg q table td:not(:first-child),
  .wysiwyg q table th:not(:first-child) {
    text-align: right;
  }
}

.wysiwyg q table span,
.wysiwyg q table u {
  display: block;
}

.wysiwyg q table span:not(:last-child),
.wysiwyg q table u:not(:last-child) {
  margin-bottom: 0.8rem;
}

.wysiwyg q table u {
  text-decoration: none;
  color: #757575;
}

.wysiwyg blockquote {
  position: relative;
  margin: 0 0 2.4rem 0;
  padding: 2.4rem 2.4rem 2.4rem 8rem;
  background-color: #F6F6F6;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg blockquote {
    padding: 1.6rem 1.6rem 1.6rem 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg blockquote {
    padding-left: 6rem;
  }
}

.wysiwyg blockquote i {
  margin-bottom: 1.6rem;
}

.wysiwyg blockquote span {
  display: block;
  font-size: 1.8rem;
  color: #9A9A9A;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .wysiwyg blockquote span {
    font-size: 1.6rem;
  }
}

.wysiwyg blockquote::before {
  position: absolute;
  content: '';
  left: 1.9rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 2.6rem;
  background: url("../img/bin/kitchen-types/quote.svg") no-repeat;
}

@media only screen and (max-width: 767px) {
  .wysiwyg blockquote::before {
    width: 2.3rem;
    background-size: 2.3rem 1.8rem;
    height: 1.8rem;
  }
}

.wysiwyg iframe {
  height: 50rem;
  margin-bottom: 2.4rem;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg iframe {
    height: 49vw;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg iframe {
    margin-bottom: 1.6rem;
  }
}

.wysiwyg strong {
  margin-left: 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wysiwyg strong {
    margin-left: 1rem;
    font-size: 2.4rem;
  }
}

.wysiwyg b {
  display: block;
}

.wysiwyg b:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg b {
    overflow: auto;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
  .wysiwyg b::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
  }
  .wysiwyg b::-webkit-scrollbar-track {
    background: #f0f0f0;
    margin-right: 2.6rem;
    margin-left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
  .wysiwyg b::-webkit-scrollbar-thumb {
    background-color: #fff200;
  }
  .wysiwyg b:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}

.wysiwyg b ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
  margin-top: -3rem;
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg b ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 4rem;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-top: 0;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.wysiwyg b ul img {
  border-radius: 0.6rem;
}

.wysiwyg b ul li {
  position: relative;
  margin-right: 1.2%;
  margin-left: 1.2%;
  margin-top: 3rem;
  width: 30.8%;
}

.wysiwyg b ul li:not(:last-child) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg b ul li {
    max-width: 41rem;
    width: 41rem;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg b ul li {
    max-width: 29.5rem;
    width: 29.5rem;
  }
}

.wysiwyg b img:not(:last-child) {
  margin-bottom: 0;
}

.wysiwyg b a {
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 0.2rem;
  height: 3.4rem;
  justify-content: center;
  outline: none;
  position: absolute;
  z-index: 10;
  right: 1rem;
  top: 1rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 3.4rem;
}

@media only screen and (max-width: 1024px) {
  .wysiwyg b a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (hover: hover) {
  .wysiwyg b a:hover {
    background-color: #e6e6e6;
  }
}

.wysiwyg b a svg {
  height: 2.5rem;
  width: 2.5rem;
}

.wysiwyg hr {
  border: none;
  border-bottom: 1px solid #D5D5D5;
}

.kitchen-slider--wysiwyg {
  margin-top: 12rem;
  padding-left: 0;
}

.kitchen-slider--wysiwyg:not(:last-child) {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider--wysiwyg {
    margin-top: 4.8rem;
  }
}

.kitchen-slider--wysiwyg a {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider--wysiwyg .kitchen-slider__container {
    padding-bottom: 3.2rem;
  }
}

.kitchen-slider--wysiwyg .kitchen__slider-item {
  margin: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  .kitchen-slider--wysiwyg .kitchen__slider-item {
    max-width: 28.9rem;
  }
}

.kitchen-slider--wysiwyg .good-item__content {
  padding-right: 1.5rem;
}

.kitchen-slider--wysiwyg .good-item__cost {
  font-size: 1.3rem;
}

.kitchen-slider--wysiwyg .good-item__img {
  border-radius: none;
  max-height: 24rem;
}

.article-list {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .article-list {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .article-list {
    margin-bottom: 5rem;
  }
}

.article-list .good-item--article .good-item__img-wrap {
  padding-top: 49.315%;
}

.article-list .good-item__content {
  padding: 2.4rem 2.4rem 1.5rem 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .article-list .good-item__content {
    padding: 2.4rem 1.5rem 1.5rem 1.5rem;
  }
}

.anchor {
  position: relative;
}

.anchor__target {
  margin-top: -7rem;
}

@media only screen and (max-width: 767px) {
  .anchor__target {
    margin-top: -3rem;
  }
}

.info-container {
  position: fixed;
  bottom: 0.8rem;
  width: 100%;
  padding: 0 0.8rem;
  z-index: 10;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.info-container.active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 767px) {
  .info-container {
    bottom: 0.4rem;
  }
}

.info-container .info-banner + .info-banner,
.info-container .info-banner + .cookie,
.info-container .cookie + .info-banner {
  margin-top: 0.8rem;
}

.info-container .info-banner + .hide {
  margin-top: 0;
}

.info-banner {
  position: absolute;
  background-color: #FFF200;
  border-radius: 0.8rem;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  max-height: 117px !important;
}

.info-banner--closed .info-banner__expand-content {
  overflow: hidden;
}

.info-banner--closed .info-banner__expand-hidden {
  border-top: 0.1rem solid transparent;
}

.info-banner--show {
  position: relative;
  visibility: visible;
  z-index: 0;
}

.info-banner.hide {
  max-height: 0 !important;
}

@media only screen and (max-width: 767px) {
  .info-banner .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.info-banner a {
  text-decoration: underline;
}

.info-banner__main-content {
  position: relative;
  padding: 1.8rem 3rem 1.8rem 0;
}

@media only screen and (max-width: 767px) {
  .info-banner__main-content {
    padding: 1rem 2rem 1rem 0;
  }
}

.info-banner__attention,
.info-banner__title,
.info-banner__expand-title {
  margin-top: 0;
  margin-bottom: 0;
}

.info-banner__wrap {
  display: grid;
  grid-template-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(-webkit-min-content, 80rem) minmax(-webkit-max-content, -webkit-max-content);
  grid-template-columns: minmax(max-content, max-content) minmax(min-content, 80rem) minmax(max-content, max-content);
}

@media only screen and (max-width: 767px) {
  .info-banner__wrap {
    grid-template-columns: auto auto;
  }
}

.info-banner__attention {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding: 0.7rem 0.9rem;
  margin-right: 1.3rem;
  max-width: 30rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #363636;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .info-banner__attention {
    padding: 0.6rem 0.7rem;
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.info-banner__title {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .info-banner__title {
    /*grid-column: 1/3;*/
    /*grid-row: 2/3;*/
    padding: 0 10px;
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
}

.info-banner__close-btn,
.info-banner__expand-btn {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.info-banner__close-btn:hover,
.info-banner__expand-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.info-banner__close-btn {
  position: absolute;
  right: 0;
  top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .info-banner__close-btn {
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.info-banner__expand-btn {
  display: none;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: 0.5rem;
  margin-left: 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #afafaf;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .info-banner__expand-btn {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .info-banner__expand-btn {
    font-size: 1.2rem;
  }
}

.info-banner__expand-btn.active {
  display: block;
}

.info-banner__expand-btn.opened .info-banner__btn-text-close {
  display: inline;
}

.info-banner__expand-btn.opened .info-banner__btn-text-expand {
  display: none;
}

.info-banner__expand-btn img {
  margin-left: 1.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 1.8rem;
  height: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .info-banner__expand-btn img {
    margin-left: 0.9rem;
    margin-bottom: -0.1rem;
    width: 1.4rem;
    height: 0.9rem;
  }
}

.info-banner__btn-text-close {
  display: none;
}

.info-banner__expand-hidden {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.info-banner__expand-content {
  padding: 1.6rem 0 2rem 0;
  max-width: 115rem;
}

@media only screen and (max-width: 767px) {
  .info-banner__expand-content {
    padding: 1rem 0 1rem 0;
  }
}

.info-banner__expand-title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .info-banner__expand-title {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}

.info-banner__list {
  display: grid;
  grid-template-columns: 45% 45%;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
  row-gap: 0.8rem;
  padding-left: 1.5rem;
  list-style: disc;
}

@media only screen and (max-width: 1200px) {
  .info-banner__list {
    grid-template-columns: 47.5% 47.5%;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .info-banner__list {
    grid-template-columns: 1fr;
    row-gap: 0.4rem;
  }
}

.info-banner__item {
  line-height: 1.2;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .info-banner__item {
    font-size: 1.2rem;
  }
}

.scroll-up-button {
  background: transparent;
  border: 0;
  padding: 0;
  position: fixed;
  padding: 1.6rem 1.2rem;
  top: 75vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-9.5rem);
  -ms-transform: translateX(-9.5rem);
  transform: translateX(-9.5rem);
  border: 1px solid #fff200;
  border-radius: 0.6rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 1750px) {
  .scroll-up-button {
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

.scroll-up-button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .scroll-up-button:hover {
    opacity: 1;
  }
}

.scroll-up-button--visible {
  opacity: 1;
  visibility: visible;
}

.scroll-up-button__container {
  position: relative;
  width: 100%;
}

.subscribe-useful {
  padding: 3rem 0 2.5rem 0;
  background-color: #FFF200;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful {
    padding: 2.3rem 0 1.9rem 0;
    overflow: hidden;
  }
}

.subscribe-useful .subscribe__form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-left: auto;
  max-width: 64rem;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful .subscribe__form {
    margin-left: 0;
    padding-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: calc(100vw - 3.2rem);
    padding-bottom: 0;
  }
}

.subscribe-useful .subscribe__form > .field {
  margin-right: 9.5%;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful .subscribe__form > .field {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful .subscribe__form > .field {
    margin-bottom: 2.9rem;
    margin-right: 0;
  }
}

.subscribe-useful .subscribe__form .subscribe__form-button {
  font-size: 1.6rem;
  min-height: 5rem;
  color: #363636;
  border: none;
}

.subscribe-useful .subscribe__form .popup-form__notice {
  color: #363636;
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful .subscribe__form .popup-form__notice {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful .subscribe__form .popup-form__notice {
    position: static;
  }
}

.subscribe-useful .subscribe__form .popup-form__notice a {
  color: #363636;
}

.subscribe-useful .subscribe__form .field__label {
  font-size: 1.1rem;
}

.subscribe-useful .subscribe__form .field__input {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}

.subscribe-useful .subscribe__form .field__error {
  top: 6rem;
}

.subscribe-useful__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.subscribe-useful__img {
  width: 14.7rem;
  height: auto;
  margin-right: 5.5%;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful__img {
    margin-right: -6.5rem;
    min-width: 16.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__img {
    min-width: 15.5rem;
  }
}

.subscribe-useful__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0.7rem;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__content {
    margin-right: 0;
  }
}

.subscribe-useful__text-wrap {
  max-width: 50rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .subscribe-useful__text-wrap {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__text-wrap {
    margin-bottom: 4rem;
  }
}

.subscribe-useful__title {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__title {
    font-size: 2rem;
  }
}

.subscribe-useful__text {
  margin: 0;
  font-size: 1.6rem;
  color: #757575;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__text {
    font-size: 1.4rem;
  }
}

.subscribe-useful__button-wrap {
  max-width: 25rem;
}

@media only screen and (max-width: 767px) {
  .subscribe-useful__button-wrap {
    max-width: unset;
  }
}

.bosch-landing .our-salons {
  position: relative;
  padding-top: 12rem;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing .our-salons {
    padding-top: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing .our-salons {
    padding-top: 6rem;
  }
}

.bosch-landing .our-salons::before {
  content: '';
  position: absolute;
  background: -o-linear-gradient(260.79deg, #0A1E21 50.44%, #006C7B 328.82%), #323232;
  background: linear-gradient(189.21deg, #0A1E21 50.44%, #006C7B 328.82%), #323232;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}

.bosch-landing .our-salons .bosch-landing__title-v2 {
  margin-bottom: 4rem;
  line-height: 1.2;
  color: #FFF200;
}

.bosch-landing .our-salons .salons-toggler__val,
.bosch-landing .our-salons .our-salons__title {
  color: #FFFFFF;
}

.bosch-landing .our-salons .salons-toggler__item.is-active .salons-toggler__val {
  color: #363636;
}

.bosch-landing .section.form {
  background-color: unset;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .bosch-landing .section.form {
    padding-bottom: 0;
  }
}

.bosch-landing__main {
  display: grid;
  grid-template-columns: 3fr minmax(30rem, 1fr);
  gap: 3rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__main {
    grid-template-columns: 1fr;
    padding-bottom: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__main {
    gap: 2rem;
    padding-bottom: 6rem;
  }
}

.bosch-landing__main picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bosch-landing__main picture {
    height: 64vw;
  }
}

.bosch-landing__main-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__main-img {
    border-radius: 0;
  }
}

.bosch-landing__form {
  padding: 4.5rem;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__form {
    padding: 4rem 3rem;
  }
}

.bosch-landing__form .contact-form__title {
  margin-bottom: 1rem;
}

.bosch-landing__form .contact-form__text {
  margin-bottom: 1.2rem;
}

.bosch-landing__main-text-wrapper {
  grid-column: 1/3;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__main-text-wrapper {
    grid-column: unset;
    grid-row: 2/3;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__main-text-wrapper {
    margin-bottom: 1rem;
  }
}

.bosch-landing__title {
  margin-bottom: 2rem;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__title {
    font-size: 4.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__title {
    font-size: 3rem;
  }
}

.bosch-landing__text {
  margin: 0;
  font-size: 3rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__text {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__text {
    font-size: 2rem;
  }
}

.bosch-landing__title-v2 {
  margin-bottom: 2rem;
  font-size: 5.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__title-v2 {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__title-v2 {
    margin-bottom: 1.3rem;
    font-size: 3rem;
  }
}

.bosch-landing__text-v2 {
  font-size: 3rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__text-v2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__text-v2 {
    font-size: 2rem;
  }
}

.bosch-landing__gray {
  color: #757575;
  font-weight: 400;
}

.bosch-landing__white {
  color: #FFFFFF;
  font-weight: 400;
}

.bosch-landing__section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .bosch-landing__section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.bosch-landing__price {
  background-color: #F6F6F6;
}

.bosch-landing__price-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.4rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__price-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__price-container {
    grid-template-columns: 1fr;
  }
}

.bosch-landing__price-text-wrap {
  margin-bottom: 0.4rem;
  grid-column: 1/4;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__price-text-wrap {
    grid-column: unset;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__price-text-wrap {
    margin-bottom: 1.4rem;
  }
}

.bosch-landing__storage .bosch-landing__title-v2 {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage .bosch-landing__title-v2 {
    margin-bottom: 2rem;
  }
}

.bosch-landing__storage .bosch-landing__list {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage .bosch-landing__list {
    margin-bottom: 1.6rem;
  }
}

.bosch-landing__storage .video__text-review {
  bottom: 6rem;
  font-size: 2.4rem;
  text-align: left;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage .video__text-review {
    bottom: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__storage .video__text-review {
    bottom: 1.6rem;
    font-size: 1rem;
  }
}

.bosch-landing__storage .sale-details__video-wrap {
  height: 56.4rem;
  margin: 0;
}

@media only screen and (max-width: 1600px) {
  .bosch-landing__storage .sale-details__video-wrap {
    height: 35vw;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__storage .sale-details__video-wrap {
    height: 51vw;
    border-radius: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__storage .sale-details__video {
    border-radius: 0.6rem;
  }
}

.bosch-landing__storage-container {
  display: grid;
  grid-template-columns: 31% 67%;
  gap: 2%;
  padding-left: 2rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage-container {
    grid-template-columns: 41% 57%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bosch-landing__storage-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.bosch-landing__video {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-top: 56.3%;
  border-radius: 0.6rem;
}

.bosch-landing__list {
  padding-left: 3rem;
  list-style: disc;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__list {
    padding-left: 2rem;
  }
}

.bosch-landing__item {
  position: relative;
  font-size: 2.4rem;
  color: #000000;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__item {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.bosch-landing__item:not(:last-child) {
  margin-bottom: 0.7rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.bosch-landing__storage-text {
  font-size: 2.4rem;
  color: #9A9A9A;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage-text {
    font-size: 1.8rem;
  }
}

.bosch-landing__storage-logo {
  margin-left: 1.8rem;
}

@media only screen and (max-width: 1300px) {
  .bosch-landing__storage-logo {
    width: 7.3rem;
    height: 1.7rem;
  }
}

.promo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 2.1rem;
  min-height: 26.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  .promo-card {
    min-height: 24.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .promo-card {
    min-height: 50.6vw;
  }
}

.promo-card--violet {
  background: -o-linear-gradient(4.25deg, #DCE4FF 4.3%, #E4DDFF 93.1%), #FFFFFF;
  background: linear-gradient(85.75deg, #DCE4FF 4.3%, #E4DDFF 93.1%), #FFFFFF;
}

.promo-card--violet .promo-card__title {
  color: #11154F;
}

.promo-card--violet .promo-card__disount {
  color: #11154F;
}

.promo-card--violet .promo-card__disount::after {
  background-image: url("/assets/img/bin/bosch-landing/circle-violet.svg");
}

.promo-card--orange {
  background: -o-linear-gradient(4.25deg, #FFE7DC 4.3%, #FFE8BA 93.1%), #FFFFFF;
  background: linear-gradient(85.75deg, #FFE7DC 4.3%, #FFE8BA 93.1%), #FFFFFF;
}

.promo-card--orange .promo-card__title {
  color: #562A12;
}

.promo-card--orange .promo-card__disount {
  color: #562A12;
}

.promo-card--orange .promo-card__disount::after {
  background-image: url("/assets/img/bin/bosch-landing/circle-orange.svg");
}

.promo-card--blue {
  background: -o-linear-gradient(4.25deg, #DCFFFF 4.3%, #DDFFE9 93.1%), #FFFFFF;
  background: linear-gradient(85.75deg, #DCFFFF 4.3%, #DDFFE9 93.1%), #FFFFFF;
}

.promo-card--blue .promo-card__title {
  color: #0C392C;
}

.promo-card--blue .promo-card__disount {
  color: #0C392C;
}

.promo-card--blue .promo-card__disount::after {
  background-image: url("/assets/img/bin/bosch-landing/circle-blue.svg");
}

.promo-card__logo {
  margin-bottom: 1rem;
  width: 8.7rem;
  height: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .promo-card__logo {
    margin-bottom: 0.8rem;
    width: 6.3rem;
    height: 1.4rem;
  }
}

.promo-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.promo-card__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}

.promo-card__title {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 1rem;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .promo-card__title {
    font-size: 2rem;
  }
}

.promo-card__text-small {
  font-size: 1rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .promo-card__text-small {
    font-size: 0.7rem;
  }
}

.promo-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo-card__old-price {
  margin-bottom: 0.7rem;
  color: #9A9A9A;
  text-decoration: line-through;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .promo-card__old-price {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}

.promo-card__new-price {
  color: #CD2E2C;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .promo-card__new-price {
    font-size: 2rem;
  }
}

.promo-card__disount {
  position: relative;
  padding: 1.8rem 0.8rem 0 1.8rem;
  margin-top: auto;
  color: #11154F;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .promo-card__disount {
    padding-left: 1.3rem;
    font-size: 2.2rem;
  }
}

.promo-card__disount::after {
  content: '';
  position: absolute;
  width: 14.2rem;
  height: 9.2rem;
  left: 0;
  top: -2.2rem;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .promo-card__disount::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: -1.3rem;
  }
}

.promo-card__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-height: 82%;
  right: 0;
  bottom: 0;
  width: 45%;
  z-index: 2;
}

.promo-card__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-weeks {
  padding-top: 12rem;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks {
    padding-top: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks {
    padding-top: 6rem;
    margin-bottom: 10rem;
  }
}

.two-weeks .two-weeks__title {
  font-size: 5.4rem;
  line-height: 120%;
  width: 62%;
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__title {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__title {
    width: 80%;
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__title {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}

.two-weeks .two-weeks__title span {
  color: #fff200;
}

.two-weeks .two-weeks__title-v2 {
  font-weight: 600;
  margin-right: -1rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__title-v2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__title-v2 {
    font-size: 1.8rem;
  }
}

.two-weeks .two-weeks__subtitle {
  width: 45%;
  font-size: 2rem;
  color: #c8c8c8;
  position: relative;
  padding-left: 25rem;
  margin-bottom: 5.3rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__subtitle {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__subtitle {
    padding-left: 15rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__subtitle {
    width: 100%;
    padding-left: 11rem;
    font-size: 1.3rem;
  }
}

.two-weeks .two-weeks__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 18.8rem;
  height: 0.2rem;
  background-color: #c8c8c8;
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__subtitle::before {
    width: 10.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__subtitle::before {
    width: 8.6rem;
  }
}

.two-weeks .two-weeks__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 17.5rem;
  border: solid #c8c8c8;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.5rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__subtitle::after {
    left: 9.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__subtitle::after {
    left: 7.5rem;
  }
}

.two-weeks .two-weeks__subtitle-v2 {
  margin-top: 0;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__subtitle-v2 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__subtitle-v2 {
    font-size: 1.6rem;
  }
}

.two-weeks .two-weeks__img-container {
  width: 120rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__img-container {
    width: 90rem;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__img-container {
    width: 125%;
    margin-right: -15rem;
    margin-left: -5rem;
  }
}

.two-weeks .two-weeks__img-container img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__img-container img {
    min-height: 37.5rem;
  }
}

.two-weeks .two-weeks__description {
  position: absolute;
  top: 8rem;
  right: 0;
  background-color: #fff200;
  padding: 4rem;
  border-radius: 0.6rem;
  width: 57rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__description {
    width: 47rem;
    padding: 2.4rem;
    top: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__description {
    position: relative;
    width: 100%;
    margin-top: -13rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__description {
    margin-top: -10rem;
  }
}

.two-weeks .two-weeks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.two-weeks .two-weeks__item {
  padding: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__item {
    padding: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__item {
    width: 100%;
  }
}

.two-weeks .two-weeks__item:not(:last-child) {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1440px) {
  .two-weeks .two-weeks__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .two-weeks .two-weeks__item:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .two-weeks .two-weeks__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

.two-weeks .two-weeks__list-caption {
  font-size: 1.8rem;
}

.two-weeks .two-weeks__list-text {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.two-weeks .two-weeks__wrapper {
  position: relative;
}

.problems {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1440px) {
  .problems {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .problems {
    margin-bottom: 6rem;
  }
}

.problems .sales-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problems .sales-list__content {
  padding-right: 8rem;
}

@media only screen and (max-width: 1024px) {
  .problems .sales-list__content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .problems .sales-list__link {
    padding: 1.6rem;
  }
}

.problems .sales-list._scrollable .sales-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 26rem;
  width: 32%;
  background-color: #F6F6F6;
}

@media only screen and (max-width: 1440px) {
  .problems .sales-list._scrollable .sales-list__item {
    margin-right: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .problems .sales-list._scrollable .sales-list__item {
    width: 30%;
    background-size: 150%;
    background-position: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .problems .sales-list._scrollable .sales-list__item {
    width: 22.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .problems .sales-list._scrollable .sales-list__content {
    padding-right: 1rem;
  }
}

.problems .sales-list._scrollable .sales-list__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .problems .sales-list._scrollable .sales-list__item:last-child {
    margin-right: 1.6rem;
  }
}

.problems__number {
  display: inline-block;
  font-size: 1.3rem;
  color: #747474;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  .problems__number {
    font-size: 1rem;
  }
}

.problems__title {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .problems__title {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .problems__title {
    margin-bottom: 2.4rem;
  }
}

.problems__heading {
  width: 50%;
  font-weight: 700;
  font-size: 5.4rem;
  margin-bottom: 5.3rem;
}

@media only screen and (max-width: 1440px) {
  .problems__heading {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .problems__heading {
    width: 70%;
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .problems__heading {
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
  }
}

.problems__heading span {
  color: #c8c8c8;
}

.address {
  margin-bottom: 2rem;
}

.address__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .address__link {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .address__link {
    font-size: 1.6rem;
  }
}

.address__link:hover {
  opacity: 0.8;
}

.address__link svg {
  margin-right: 1.2rem;
}

.tasks .sale-details__video-wrap {
  height: 77rem;
  margin-bottom: 9rem;
  background-color: #f6f6f6;
  border-radius: 0.6rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .tasks .sale-details__video-wrap {
    height: 36.3rem;
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks .sale-details__video-wrap {
    height: 17.5rem;
    width: 100%;
    margin: 0;
    margin-bottom: 4rem;
  }
  .tasks .sale-details__video-wrap video {
    border-radius: 0.6rem;
  }
}

.tasks .banner__content {
  width: 38%;
}

@media only screen and (max-width: 1024px) {
  .tasks .banner__content {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .tasks .banner__content {
    width: 100%;
    padding-top: 1rem;
  }
}

.tasks .banner__image-container {
  width: 62%;
}

@media only screen and (max-width: 767px) {
  .tasks .banner__image-container {
    width: 100%;
  }
}

.tasks .banner__image-container::before {
  content: '';
  background: #F6F6F6;
  height: 100%;
  width: 14rem;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

@media only screen and (max-width: 1024px) {
  .tasks .banner__image-container::before {
    width: 12rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks .banner__image-container::before {
    top: unset;
    left: 0;
    bottom: -0.1rem;
    height: 4rem;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}

.tasks .banner__title {
  font-size: 3rem;
}

@media only screen and (max-width: 1440px) {
  .tasks .banner__title {
    font-size: 1.6rem;
    width: 100%;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tasks .banner__more {
    min-width: 22rem;
  }
}

.tasks__caption {
  font-size: 7.4rem;
  line-height: 136.5%;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .tasks__caption {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__caption {
    font-size: 3.6rem;
  }
}

.tasks__subcaption {
  width: 55%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
  margin-bottom: 6.5rem;
}

@media only screen and (max-width: 1024px) {
  .tasks__subcaption {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__subcaption {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.tasks__number {
  display: inline-block;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1.1rem;
}

@media only screen and (max-width: 1024px) {
  .tasks__number {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__number {
    font-size: 1.6rem;
  }
}

.tasks__resolve {
  width: 80%;
  font-weight: 700;
  font-size: 5.4rem;
  margin-bottom: 4.7rem;
}

@media only screen and (max-width: 1024px) {
  .tasks__resolve {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__resolve {
    width: 100%;
    margin-bottom: 2.4rem;
    font-size: 2.5rem;
  }
}

.tasks__resolve--short {
  width: 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tasks__resolve--short {
    width: 100%;
  }
}

.tasks__wrapper {
  padding: 7rem 0;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: right;
}

@media only screen and (max-width: 1024px) {
  .tasks__wrapper {
    background-position: right bottom;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__wrapper {
    padding-top: 6rem;
    padding-bottom: 28rem;
    background-size: 375px;
    background-position: bottom 3rem center;
  }
}

.tasks__item:not(:last-child) {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1440px) {
  .tasks__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tasks__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.tasks__item--fullcolor {
  background-color: #f6f6f6;
}

.tasks__about-caption {
  margin: 0;
  width: 40%;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 8.4rem;
}

@media only screen and (max-width: 1440px) {
  .tasks__about-caption {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tasks__about-caption {
    font-size: 1.6rem;
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__about-caption {
    width: 90%;
    margin-bottom: 2.4rem;
  }
}

.tasks__about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tasks__about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.tasks__about-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  z-index: -1;
  left: calc(7% + 5px);
  width: 88%;
  height: 2px;
  background-color: #363636;
}

@media only screen and (max-width: 1440px) {
  .tasks__about-list::after {
    left: calc(7% + 5px);
    top: 72px;
    width: 89%;
  }
}

@media only screen and (max-width: 1024px) {
  .tasks__about-list::after {
    left: calc(8% + 5px);
    top: 72px;
    width: 86%;
  }
}

@media only screen and (max-width: 920px) {
  .tasks__about-list::after {
    width: 84%;
    left: calc(10%);
  }
}

@media only screen and (max-width: 787px) {
  .tasks__about-list::after {
    left: calc(10% + 5px);
    width: 83%;
    top: 92px;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__about-list {
    overflow: auto;
    margin-right: -1.6rem;
  }
  .tasks__about-list::after {
    left: calc(10%);
    width: 645px;
  }
}

@media only screen and (max-width: 501px) {
  .tasks__about-list::after {
    left: 15%;
  }
}

.tasks__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 2rem;
}

@media only screen and (max-width: 1440px) {
  .tasks__about-item {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .tasks__about-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    width: 119px;
  }
}

@media only screen and (max-width: 1024px) {
  .tasks__about-item:not(:last-child) {
    margin-right: 1rem;
  }
}

.tasks__about-item-year {
  position: relative;
  display: block;
  margin-top: auto;
  font-size: 5.4rem;
  font-weight: 600;
  padding-top: 2.1rem;
  color: #323232;
}

@media only screen and (max-width: 1440px) {
  .tasks__about-item-year {
    font-size: 3rem;
  }
}

.tasks__about-item-year::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1rem);
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-image: url("../img/tasks-marker.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tasks__about-item-event {
  margin-bottom: 2rem;
}

::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #fff200;
}

.become-partner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .become-partner__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    padding: 2.6rem 3rem;
    border-radius: 0.4rem;
    background-color: #363636;
  }
}

.become-partner__caption {
  font-size: 5.4rem;
  font-weight: 700;
  width: 56rem;
  padding-right: 12rem;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .become-partner__caption {
    width: 43rem;
    font-size: 4rem;
    padding-right: 6rem;
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .become-partner__caption {
    font-weight: 600;
    font-size: 3rem;
    width: 44%;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .become-partner__caption {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.become-partner__caption::before {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 9.4rem;
  height: 0.2rem;
  background-color: #363636;
}

@media only screen and (max-width: 1440px) {
  .become-partner__caption::before {
    top: 2.5rem;
    width: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .become-partner__caption::before {
    display: none;
  }
}

.become-partner__caption::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 0;
  border: solid #363636;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.5rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1440px) {
  .become-partner__caption::after {
    top: 2.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .become-partner__caption::after {
    display: none;
  }
}

.become-partner__text {
  font-size: 2rem;
  line-height: 160%;
  width: 33%;
  margin: 0;
  padding: 1rem;
}

@media only screen and (max-width: 1024px) {
  .become-partner__text {
    width: 45%;
    font-size: 1.5rem;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .become-partner__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.become-partner__btn {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem;
  color: #0a2023;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.12;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1.6rem 2rem;
  background-color: #fff200;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .become-partner__btn {
    background: #ffffff;
    max-width: unset;
    width: 100%;
    margin: 0;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .become-partner__btn {
    margin-top: 2rem;
  }
}

.become-partner__btn:hover {
  background: #ffe100;
  color: #363636;
}

@media only screen and (max-width: 1024px) {
  .become-partner__btn:hover {
    background: #ffffff;
    color: #363636;
  }
}

.we-produce {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .we-produce {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .we-produce {
    margin-bottom: 6rem;
  }
}

.we-produce .similar-models-slider__slide {
  padding-bottom: 0;
  min-height: 300px;
}

@media only screen and (max-width: 1024px) {
  .we-produce .similar-models-slider__slide {
    max-width: 28rem;
  }
}

@media only screen and (max-width: 767px) {
  .we-produce .similar-models-slider__slide {
    max-width: 30rem;
  }
}

.we-produce__heading {
  margin-bottom: 0;
  width: 60%;
  font-weight: 700;
  font-size: 5.4rem;
}

@media only screen and (max-width: 1440px) {
  .we-produce__heading {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .we-produce__heading {
    width: 70%;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .we-produce__heading {
    width: 100%;
    font-size: 2.5rem;
  }
}

.we-produce__heading span {
  color: #c8c8c8;
}

.we-produce__slide-number span {
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.7;
}

.we-produce__number {
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.7;
}

.we-produce__name {
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}

.we-produce__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 0.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .we-produce__item:hover {
    -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.3);
  }
}

.we-produce__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.6rem;
}

.installment-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding-top: 10rem;
}

@media only screen and (max-width: 767px) {
  .installment-guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3rem;
    padding-top: 5rem;
  }
}

.installment-guide__item {
  background: no-repeat 90% 50% / 8rem 8rem;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  margin-top: 3rem;
}

.installment-guide__item_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.installment-guide__title {
  color: #1b1b1b;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  max-width: 33rem;
}

@media only screen and (max-width: 767px) {
  .installment-guide__title {
    font-size: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.order-salon {
  background: #f5f5f5;
  border-radius: 0.2rem;
  color: #1b1b1b;
  margin-top: 13rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .order-salon {
    margin-top: 8rem;
  }
}

.order-salon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  overflow: hidden;
  position: relative;
}

.order-salon__item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.order-salon__item_img-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  width: 34%;
}

@media only screen and (max-width: 767px) {
  .order-salon__item_img-wrap {
    width: 27%;
  }
}

.order-salon__item_img-wrap:before {
  background: #fff200;
  -webkit-clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 43.6rem;
}

@media only screen and (max-width: 767px) {
  .order-salon__item_img-wrap:before {
    -webkit-clip-path: polygon(0 0, 24% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 24% 0, 100% 100%, 0% 100%);
    max-width: 10.7rem;
  }
}

.order-salon__item_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5.5rem 5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .order-salon__item_content {
    padding: 2.5rem 2.2rem 2.5rem 0;
  }
}

.order-salon__img {
  position: relative;
  vertical-align: top;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .order-salon__img {
    bottom: 0;
    left: -6.2rem;
    max-height: 80%;
    position: absolute;
  }
}

@media only screen and (max-width: 576px) {
  .order-salon__img {
    left: -8.2rem;
  }
}

.order-salon__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .order-salon__title {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
}

.order-salon__subtitle {
  font-size: 2.2rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .order-salon__subtitle {
    font-size: 1.2rem;
  }
}

.order-salon__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.order-salon__card-img {
  margin-left: 1rem;
  margin-right: 1rem;
}

.order-salon__text {
  color: #1b1b1b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 5rem 0 0;
  padding-top: 2rem;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .order-salon__text {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    padding-top: 1.2rem;
  }
}

.order-salon__text:before {
  background: #fff200;
  content: '';
  height: 0.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 10.3rem;
}

@media only screen and (max-width: 767px) {
  .order-salon__text:before {
    width: 6.2rem;
  }
}

.order-salon__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .order-salon__footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 2.4rem;
  }
}

.order-salon__btn {
  font-size: 1.4rem;
  outline: none;
  padding: 2rem 4rem;
  background-color: #fff200;
}

@media only screen and (max-width: 767px) {
  .order-salon__btn {
    margin-top: 3.2rem;
    padding: 1.3rem 1rem;
  }
}

.steps-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
  margin-top: -2rem;
}

@media only screen and (max-width: 767px) {
  .steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.steps-list__item {
  background: #f5f5f5 no-repeat 90% 50% / 8rem 8rem;
  border-radius: 0.2rem;
  margin-left: 1.9rem;
  margin-right: 1.9rem;
  margin-top: 2rem;
  padding: 2.5rem;
  width: calc(100% / 3 - 3.8rem);
}

@media only screen and (max-width: 767px) {
  .steps-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 5rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 3.8rem);
  }
}

.steps-list__item_calc {
  background-image: url(../svg_icons/calculator.svg);
}

.steps-list__item_order {
  background-image: url(../svg_icons/order.svg);
}

.steps-list__item_installment {
  background-image: url(../svg_icons/credit_card.svg);
}

.steps-list__item:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff200;
  border-radius: 50%;
  content: "0" counter(list);
  counter-increment: list;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 4rem;
}

@media only screen and (max-width: 767px) {
  .steps-list__item:before {
    margin-right: 1.5rem;
  }
}

.steps-list__text {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.111;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .steps-list__text {
    margin-top: 0;
  }
}

.sibling-cities {
  margin-top: 10rem;
}

@media (max-width: 1024px) {
  .sibling-cities {
    margin-top: 7rem;
  }
}

@media (max-width: 767px) {
  .sibling-cities {
    margin-top: 5rem;
  }
}

.sibling-cities--inner {
  border-top: 1px solid #d5d5d5;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .sibling-cities--inner {
    border-top: none;
  }
}

.sibling-cities.salons-page {
  margin-top: 0;
}

.sibling-cities.salons-page .sibling-cities--inner {
  border-top: none;
}

.sibling-cities--title {
  margin-bottom: 4rem;
}

@media (max-width: 1024px) {
  .sibling-cities--title {
    margin-bottom: 3rem;
  }
}

@media (max-width: 479px) {
  .sibling-cities--title {
    margin-bottom: 2rem;
  }
}

.sibling-cities--list {
  padding-left: 8rem;
  padding-right: 8rem;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}

@media (max-width: 1024px) {
  .sibling-cities--list {
    padding-left: 4rem;
    padding-right: 4rem;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}

@media (max-width: 479px) {
  .sibling-cities--list {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

.sibling-cities--item {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .sibling-cities--item {
    margin-bottom: 15px;
  }
}

.sibling-cities--item:not(.current) a {
  color: #8b8b8b;
}

.article-tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.article-tag__wrapper::-webkit-scrollbar {
  display: none;
}

.article-tag__list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
  .article-tag__list {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .article-tag__list {
    margin-bottom: 24px;
  }
}

.article-tag__item {
  padding: 16px 25px;
  background: #f6f6f6;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 15px;
  cursor: pointer;
}

.article-tag__item:last-child {
  margin-right: 0;
}

.article-tag__item.active {
  background: #fff200;
}

.article-tag__close {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 15px;
  cursor: pointer;
  padding: 16px 25px;
  white-space: nowrap;
}

.article-tag__close svg {
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .article-tag__close {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .article-tag__close {
    font-size: 14px;
  }
}

.pinterestCatalog__contentWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 3rem;
  grid-auto-flow: row dense;
}

@media only screen and (max-width: 767px) {
  .pinterestCatalog__contentWrapper {
    gap: 4rem 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.pinterestCatalog__contentItem._double {
  grid-column: span 2;
}

.pinterestCatalog__contentItem._double .pinterestCatalog__contentImg {
  padding-top: 55.572%;
}

@media only screen and (max-width: 1575px) {
  .pinterestCatalog__contentItem._double .pinterestCatalog__contentImg {
    padding-top: 26.2857vw;
  }
}

@media only screen and (max-width: 767px) {
  .pinterestCatalog__contentItem._double .pinterestCatalog__contentImg {
    padding-top: 51.47vw;
  }
}

.pinterestCatalog__contentImg {
  position: relative;
  padding-top: 115.808%;
}

@media only screen and (max-width: 1575px) {
  .pinterestCatalog__contentImg {
    padding-top: 26.2857vw;
  }
}

@media only screen and (max-width: 767px) {
  .pinterestCatalog__contentImg {
    padding-top: 51.47vw;
  }
}

.pinterestCatalog__contentImg img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  border-radius: .6rem;
}

.pinterestCatalog__contentWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3rem;
  grid-auto-flow: row dense;
}

.detail-gallery-image-wrapper {
  background: #F6F6F6;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-gallery-image-container {
  width: 1015px;
  height: 606px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.detail-gallery-image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.detail-gallery-image-info {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.detail-gallery-title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  color: #363636;
}

@media screen and (max-width: 1360px) {
  .detail-gallery-image-container {
    width: 740px;
    height: 460px;
  }
}

@media screen and (max-width: 768px) {
  .pinterestCatalog__contentWrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.5rem;
    grid-auto-flow: row dense;
    padding: 0 8px;
  }
  .detail-gallery-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 16px;
    margin: 0 -16px;
  }
  .detail-gallery-image-container {
    width: auto;
    width: 100%;
    height: 300px;
  }
  .detail-gallery-image-info {
    margin-left: 0;
    margin-top: 25px;
  }
}

.detail-gallery-list {
  margin: 0 -2.6rem;
}

.detail-gallery-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.pinterest-calc-btn {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  text-align: center;
  background: #FFF200;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  padding: 0 30px;
}

button.gallery-action {
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}

.gallery-action:hover > .gallery-action__icon-wrapper {
  border: 1px solid #FFF200;
}

.gallery-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.gallery-action-add-to-favorites.liked > .gallery-action__icon-wrapper {
  background: #FFF200;
  border: 1px solid #FFF200;
}

.gallery-action__icon-wrapper {
  margin-right: 16px;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.gallery-action__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-align: center;
  /* Black/Основной-черный */
  color: #363636;
}

.pinterestCatalog__contentItem {
  position: relative;
}

.pinterestCatalog__contentItem._double {
  grid-column: span 2;
}

.pinterestCatalog__contentItem._double .pinterestItem__contentImg {
  padding-top: 26.2857vw;
}

.pinterestItem__contentImg {
  position: relative;
  padding-top: 115.808%;
}

@media screen and (max-width: 1440px) {
  .pinterestItem__contentImg {
    position: relative;
    padding-top: 115.808%;
  }
}

.pinterestItem__contentImg img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  border-radius: .6rem;
}

.like-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.49);
  padding: 10px;
  border: none;
}

.like-btn.liked {
  /*border: 2px solid #FFF200;*/
}

.popup-akcii {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .popup-akcii {
    width: var(--popup-width);
  }
}

.popup-akcii__quote {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 22px;
  padding-top: 61px;
  border-top: 1px solid #E4E4E4;
  margin-top: 32px;
}

.popup-akcii .popup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 24px;
}

.popup-akcii .popup__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #898989;
}

.promo {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .promo {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .promo .container {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.promo__wrapper {
  min-height: 563px;
  padding: 94px 83px 69px;
  margin-bottom: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .promo__wrapper {
    margin-bottom: 80px;
    padding: 80px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .promo__wrapper {
    padding: 41px 16px 34px;
    margin-bottom: 40px;
    min-height: 528px;
  }
}

.promo__title {
  max-width: 534px;
  margin-bottom: 105px;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  .promo__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__title {
    font-size: 30px;
    line-height: 132.5%;
    max-width: 343px;
  }
}

.promo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

@media only screen and (max-width: 1024px) {
  .promo__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .promo__info {
    gap: 12px;
  }
}

.promo__info span {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .promo__info span {
    margin-bottom: 0;
    font-size: 24px;
    -ms-flex-item-align: start;
    align-self: start;
  }
}

@media only screen and (max-width: 767px) {
  .promo__info span {
    font-size: 20px;
    line-height: 120%;
  }
}

.promo__info span:first-child {
  margin-right: 12px;
}

@media only screen and (max-width: 1024px) {
  .promo__info span:first-child {
    margin-right: 0;
  }
}

.promo__info span.promo__code {
  padding: 22px 42px;
  background: #FFF200;
  border-radius: 18.5px;
  font-weight: 600;
  font-size: 39px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  position: relative;
  margin-bottom: 0;
  margin-right: 95px;
}

@media only screen and (max-width: 1024px) {
  .promo__info span.promo__code {
    padding: 19px 40px;
    border-radius: 14.2954px;
    min-width: 252px;
  }
}

.promo__info span.promo__code::after {
  content: '';
  position: absolute;
  width: 152px;
  height: 152px;
  top: -65px;
  right: -95px;
  background-image: url("../img/promo.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .promo__info span.promo__code::after {
    width: 123px;
    height: 123px;
    top: -53px;
    right: -77px;
  }
}

.promo__img {
  display: block;
  width: 406px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .promo__img {
    width: 329px;
  }
}

.promo__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .promo__bg {
    border-radius: 0;
  }
}

.promo._warsh .promo__title, .promo._kuhni24 .promo__title {
  max-width: 100%;
}

.promo._life .promo__bg {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.promo__text-white {
  font-size: 54px;
  font-weight: 500;
  line-height: 120%;
  max-width: 1128px;
  margin-top: -40px;
  margin-bottom: 80px;
}

.promo__text-white p {
  margin-top: 0;
  margin-bottom: 40px;
}

.promo__text-white p span {
  color: #c8c8c8;
}

@media only screen and (max-width: 1024px) {
  .promo__text-white p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__text-white p {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .promo__text-white {
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__text-white {
    margin-top: 0;
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.promo__text-black {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0B1F22;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .promo__text-black {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__text-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.promo__text-black-wrapper {
  max-width: 1262px;
}

.promo__text-black--big, .promo__text-black--small {
  color: #ffffff;
}

.promo__text-black--big span, .promo__text-black--small span {
  color: #FFED00;
}

.promo__text-black--big {
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
}

@media only screen and (max-width: 1024px) {
  .promo__text-black--big {
    font-size: 36px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 767px) {
  .promo__text-black--big {
    font-size: 24px;
    line-height: 120%;
  }
}

.promo__text-black--small {
  margin-top: 76px;
  max-width: 1038px;
  margin-left: auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
}

@media only screen and (max-width: 1024px) {
  .promo__text-black--small {
    margin-top: 48px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__text-black--small {
    margin-top: 24px;
    font-size: 16px;
  }
}

.promo__catalog-design {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design {
    margin-bottom: 60px;
  }
}

.promo__catalog-design_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  max-width: 1038px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design_title {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.promo__catalog-design_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 1366px;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design_list {
    gap: 6px;
    margin-top: 36px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design_list {
    gap: 4px;
    margin-top: 24px;
  }
}

.promo__catalog-design_list-item {
  padding: 30px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 70px;
  border: 3px solid #c8c8c8;
  background: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design_list-item {
    padding: 22px 14px;
    border-width: 2px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design_list-item {
    padding: 12px 10px;
    font-size: 16px;
  }
}

.promo__catalog-design_subtitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design_subtitle {
    font-size: 32px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design_subtitle {
    font-size: 24px;
    font-weight: 500;
  }
}

.promo__catalog-design__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__cards {
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design__cards {
    gap: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .promo__catalog-design__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.promo__catalog-design__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.promo__catalog-design__card_img {
  max-width: 38.685%;
  min-width: 288px;
  line-height: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 1360px) {
  .promo__catalog-design__card_img {
    min-width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__card_img {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}

.promo__catalog-design__card_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo__catalog-design__card_content {
  padding: 27px 82px 26px 42px;
  background: #F6F6F6;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 1360px) {
  .promo__catalog-design__card_content {
    padding: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__card_content {
    padding: 24px 25px 24px 16px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    position: relative;
  }
}

.promo__catalog-design__card_content--title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design__card_content--title {
    font-size: 20px;
  }
}

.promo__catalog-design__card_content--text {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .promo__catalog-design__card_content--text {
    margin-top: 16px;
    font-size: 16px;
  }
}

.promo__catalog-design__card_yellow {
  position: absolute;
  width: 125px;
  height: 125px;
  right: 5.175%;
  top: calc(-125px / 2);
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__card_yellow {
    width: 82.333px;
    height: 82.333px;
    right: -7px;
    top: calc(-82.333px / 2);
  }
}

.promo__catalog-design__card_yellow-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.promo__catalog-design__card_yellow-content svg {
  height: 100%;
  width: 100%;
}

.promo__catalog-design__card_yellow-content span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  -webkit-transform: rotate(-15deg) translateY(-80%) translateX(-40%);
  -ms-transform: rotate(-15deg) translateY(-80%) translateX(-40%);
  transform: rotate(-15deg) translateY(-80%) translateX(-40%);
}

@media only screen and (max-width: 1024px) {
  .promo__catalog-design__card_yellow-content span {
    font-size: 9.221px;
  }
}

.conditions {
  margin-bottom: 230px;
}

@media only screen and (max-width: 1180px) {
  .conditions {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .conditions {
    margin-bottom: 40px;
  }
}

.conditions__img {
  display: block;
  position: absolute;
  width: 622px;
  height: auto;
  right: -26px;
  top: -86px;
  z-index: -1;
}

@media only screen and (max-width: 1440px) {
  .conditions__img {
    width: 500px;
    top: -27px;
  }
}

@media only screen and (max-width: 1024px) {
  .conditions__img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin-top: 8px;
  }
}

.conditions__wrapper {
  position: relative;
}

.conditions__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #363636;
  margin-bottom: 37px;
}

@media only screen and (max-width: 1440px) {
  .conditions__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .conditions__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.conditions__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 131px;
  flex-basis: 131px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133' height='22' viewBox='0 0 133 22' fill='none'%3E%3Cpath d='M131.986 11.9858C132.53 11.4413 132.53 10.5587 131.986 10.0142L123.114 1.1423C122.569 0.597879 121.687 0.597879 121.142 1.1423C120.598 1.68673 120.598 2.56942 121.142 3.11384L129.028 11L121.142 18.8862C120.598 19.4306 120.598 20.3133 121.142 20.8577C121.687 21.4021 122.569 21.4021 123.114 20.8577L131.986 11.9858ZM0 12.3941H131V9.60591H0V12.3941Z' fill='%23363636'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1180px) {
  .conditions__arrow {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    background-position-y: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .conditions__arrow {
    background-size: auto 15px;
    background-position-x: right;
    background-position-y: 6px;
    -ms-flex-preferred-size: 31px;
    flex-basis: 31px;
  }
}

.conditions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media only screen and (max-width: 1180px) {
  .conditions__content {
    gap: 12px;
  }
}

.conditions__text {
  font-size: 18px;
  line-height: 160%;
  max-width: 745px;
}

@media only screen and (max-width: 1440px) {
  .conditions__text {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1180px) {
  .conditions__text {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .conditions__text {
    max-width: 100%;
  }
}

.conditions__text p {
  margin: 0 0 29px;
}

@media only screen and (max-width: 767px) {
  .conditions__text p {
    margin-bottom: 24px;
  }
}

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

.info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 34px;
}

@media only screen and (max-width: 1024px) {
  .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.info__content {
  -ms-flex-preferred-size: 479px;
  flex-basis: 479px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .info__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.info__title {
  font-weight: 500;
  font-size: 54px;
  line-height: 120%;
  color: #363636;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1440px) {
  .info__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .info__title {
    font-size: 30px;
  }
}

.info__title span {
  color: #C8C8C8;
}

.info__button {
  background: transparent;
  border: 0;
  padding: 0;
  padding: 15px 55px;
  background: #FFF200;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 1440px) {
  .info__button {
    width: 100%;
    padding: 15px 0;
  }
}

.info__button:hover {
  background: #FFF200;
}

.info__img {
  -ms-flex-preferred-size: 1007px;
  flex-basis: 1007px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .info__img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.salons {
  padding: 60px 0;
  margin-bottom: 120px;
  background: #323232;
}

@media only screen and (max-width: 1024px) {
  .salons {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .salons {
    margin-bottom: 60px;
  }
}

.salons__title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 54px;
  line-height: 120%;
  color: #FFFFFF;
}

.salons__title span {
  font-weight: 600;
  color: #FFF200;
}

@media only screen and (max-width: 1440px) {
  .salons__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .salons__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.salons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media only screen and (max-width: 1024px) {
  .salons__wrapper {
    display: block;
  }
}

.salons__map {
  -ms-flex-preferred-size: 1003px;
  flex-basis: 1003px;
  border-radius: 22px;
  overflow: hidden;
  height: 562px;
}

@media only screen and (max-width: 1024px) {
  .salons__map {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .salons__map {
    border-radius: 8px;
  }
}

.salons__list {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 401px;
}

@media only screen and (max-width: 1024px) {
  .salons__list {
    margin-top: 24px;
  }
}

.salons__list-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1440px) {
  .salons__list-title {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
  }
}

.salons__item {
  margin-bottom: 50px;
}

.salons__item:last-child {
  margin-bottom: 0;
}

.salons__item-title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1440px) {
  .salons__item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}

.salons__item-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 1440px) {
  .salons__item-metro {
    gap: 10px;
  }
}

.salons__item-metroLogo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 18px;
}

@media only screen and (max-width: 1440px) {
  .salons__item-metroLogo {
    width: 18px;
    height: auto;
  }
}

.salons__item-metroTitle {
  font-size: 22px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1440px) {
  .salons__item-metroTitle {
    font-size: 16px;
    line-height: 19px;
  }
}

.new-header-main .header-main__top > .container .header-main__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
  .new-header-main .header-main__logo {
    max-width: 75px;
  }
}

@media only screen and (max-width: 1024px) {
  .new-header-main .header-main__add-logo {
    max-width: 56px;
  }
}

@media only screen and (max-width: 576px) {
  .new-header-main .site-nav__item {
    margin-left: 15px;
  }
  .new-header-main .site-nav__item:first-child {
    margin-left: 0;
  }
}

.is-mobile-nav-open .new-header-main .mobile-nav {
  top: 0;
  height: calc(100dvh - 77px);
  overflow: hidden auto;
  border-radius: 0;
}

.new-header-main .swiper {
  overflow: visible;
}

.new-header-main .footer-about {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 450;
}

.new-header-main .footer-about__inner {
  padding-top: 25px;
  padding-bottom: 20px;
}

.new-header-main .footer-about__section:not(:first-child) {
  padding-top: 25px;
}

.new-header-main .footer-about__section:first-child {
  padding-bottom: 25px;
}

.new-header-main .footer-about__section:last-child {
  padding-top: 30px;
}

.new-header-main .footer-about__logo {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (min-width: 767px) {
  .new-header-main .footer-about__logo span {
    opacity: 0;
  }
}

.new-header-main .city-list__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}

.new-header-main .city-list__item:not(:first-child) {
  margin-left: 20px;
}

.new-mobile-menu {
  position: relative;
  padding: 0;
}

.new-mobile-menu .container {
  height: auto;
}

.is-mobile-nav-open .new-mobile-menu {
  margin-top: 10px;
  border-top: 1px solid #E7E7E7;
  padding-top: 15px;
}

.new-mobile-menu__inner {
  height: auto;
  margin-bottom: 12px;
}

.new-mobile-menu__links-grid {
  display: grid;
  gap: 12px;
  grid-auto-rows: calc(110 / 375 * 100dvw);
  margin-bottom: 12px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-grid {
    grid-auto-rows: calc(160 / 768 * 100dvw);
    margin-bottom: 16px;
  }
}

.new-mobile-menu__links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-mobile-menu__links-group > :not(:last-child) {
  margin-right: 12px;
}

.new-mobile-menu__links-group > :first-child {
  -ms-flex-preferred-size: calc(200 / 375 * 100dvw);
  flex-basis: calc(200 / 375 * 100dvw);
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-group > :not(:last-child) {
    margin-right: 16px;
  }
  .new-mobile-menu__links-group > :first-child {
    -ms-flex-preferred-size: calc(225 / 716 * 100%);
    flex-basis: calc(225 / 716 * 100%);
  }
}

.new-mobile-menu__links-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-cards {
    margin-bottom: 52px;
  }
}

.new-mobile-menu__links-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-mobile-menu__links-card::before {
  content: '';
  display: block;
  padding-bottom: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 8px;
  border-radius: 12px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-card::before {
    padding-bottom: calc(160 /228 * 100%);
    margin-bottom: 12px;
  }
}

.new-mobile-menu__links-card-arrow {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 2.4rem;
  height: 2.4rem;
}

.new-mobile-menu__links-card-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  max-width: 100px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-card-text {
    font-size: 15px;
    max-width: none;
  }
}

.new-mobile-menu__links-card.company-link::before {
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/company.png), lightgray -199.068px -91.325px/547.421% 268.099% no-repeat;
}

.new-mobile-menu__links-card.corporative-link::before {
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/corporative.png), lightgray -199.068px -91.325px/547.421% 268.099% no-repeat;
}

.new-mobile-menu__links-card.decorator-link::before {
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/decorator.png), lightgray -199.068px -91.325px/547.421% 268.099% no-repeat;
}

.new-mobile-menu__links-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.new-mobile-menu__links-portfolio::before {
  content: '';
  display: block;
  padding-bottom: calc(140 / 343 * 100%);
  border-radius: 12px;
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/portfolio.png), #fff;
  margin-bottom: 8px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-portfolio::before {
    padding-bottom: calc(240 / 716 * 100%);
  }
}

.new-mobile-menu__links-portfolio-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-portfolio-title {
    font-size: 20px;
  }
}

.new-mobile-menu__links-gallery {
  display: block;
  padding: 11px 17px 16px;
  height: calc(138 / 375 * 100dvw);
  border-radius: 12px;
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/gallery.png), -o-linear-gradient(261deg, #0A1E21 50.44%, #006C7B 328.82%);
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/gallery.png), linear-gradient(189deg, #0A1E21 50.44%, #006C7B 328.82%);
  margin-bottom: 45px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-gallery {
    height: calc(240 / 715 * 100dvw);
    background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/gallery-tablet.png), -o-linear-gradient(261deg, #0A1E21 50.44%, #006C7B 328.82%);
    background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/gallery-tablet.png), linear-gradient(189deg, #0A1E21 50.44%, #006C7B 328.82%);
    margin-bottom: 45px;
  }
}

.new-mobile-menu__links-gallery-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 138px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-gallery-content {
    max-width: none;
  }
}

.new-mobile-menu__links-gallery-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-gallery-title {
    font-size: 30px;
  }
}

.new-mobile-menu__links-gallery-text {
  color: #fff;
  font-size: 12px;
  font-weight: 450;
  line-height: 130%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__links-gallery-text {
    font-size: 15px;
  }
}

.new-mobile-menu__links-group > .new-mobile-menu__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.new-mobile-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0 13px 14px;
  border-radius: 12px;
  background-color: #F6F6F6;
  overflow: hidden;
  z-index: 1;
}

.new-mobile-menu__link-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__link-title {
    font-size: 20px;
  }
}

.new-mobile-menu__link-text {
  color: #9A9A9A;
  font-size: 10px;
  line-height: 130%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__link-text {
    font-size: 13px;
  }
}

.new-mobile-menu__link.showrooms-link {
  position: relative;
  z-index: 1;
}

.new-mobile-menu__link.showrooms-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  bottom: 0;
  border-radius: 12px;
  background: no-repeat 0 0/contain url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/showrooms.png);
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__link.showrooms-link::after {
    width: 26%;
  }
}

.new-mobile-menu__link.store-link {
  position: relative;
  z-index: 1;
}

.new-mobile-menu__link.store-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  border-radius: 12px;
  background: no-repeat 0 0/contain url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/store.png);
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__link.store-link::after {
    width: 42%;
  }
}

.new-mobile-menu__blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.new-mobile-menu__blog-link-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 6px;
}

.new-mobile-menu__blog-link-icon {
  width: 13px;
  height: 13px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__blog-link {
    margin-bottom: 22px;
  }
  .new-mobile-menu__blog-link-text {
    font-size: 30px;
    margin-right: 9px;
  }
  .new-mobile-menu__blog-link-icon {
    width: 15px;
    height: 15px;
  }
}

.new-mobile-menu__articles-list-wrapp {
  padding-bottom: 55px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu__articles-list-wrapp {
    padding-bottom: 60px;
  }
}

.new-call-info {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .new-call-info {
    margin-left: auto;
    margin-right: 6px;
  }
}

.new-call-info__tel {
  color: #363636;
  font-weight: 700;
  outline: none;
  line-height: 1;
  font-size: 1.3rem;
  line-height: 112%;
}

@media only screen and (max-width: 1024px) {
  .new-call-info__tel {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .new-call-info__tel {
    width: 42px;
    height: 42px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F6F6F6;
    font-size: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.2753 3.55575C14.3008 3.46056 14.3447 3.37133 14.4047 3.29315C14.4647 3.21496 14.5394 3.14935 14.6248 3.10008C14.7101 3.0508 14.8043 3.01882 14.902 3.00596C14.9996 2.99309 15.0989 2.99961 15.1941 3.02512C16.5844 3.38789 17.853 4.11473 18.869 5.13078C19.8851 6.14684 20.6119 7.41538 20.9747 8.80575C21.0002 8.90092 21.0067 9.00018 20.9939 9.09786C20.981 9.19555 20.949 9.28974 20.8997 9.37507C20.8505 9.46039 20.7849 9.53516 20.7067 9.59512C20.6285 9.65508 20.5393 9.69904 20.4441 9.7245C20.3807 9.74114 20.3155 9.74964 20.25 9.74981C20.0849 9.74986 19.9243 9.6954 19.7933 9.59488C19.6622 9.49436 19.5681 9.3534 19.5253 9.19387C19.2296 8.05869 18.6365 7.02292 17.8071 6.19335C16.9777 5.36378 15.942 4.77044 14.8069 4.4745C14.7116 4.44914 14.6223 4.40525 14.544 4.34533C14.4657 4.28542 14.4 4.21066 14.3506 4.12533C14.3013 4.04 14.2692 3.94577 14.2563 3.84803C14.2433 3.7503 14.2498 3.65098 14.2753 3.55575ZM14.0569 7.4745C15.3497 7.8195 16.1803 8.65106 16.5253 9.94387C16.5681 10.1034 16.6622 10.2444 16.7933 10.3449C16.9243 10.4454 17.0849 10.4999 17.25 10.4998C17.3155 10.4996 17.3807 10.4911 17.4441 10.4745C17.5393 10.449 17.6285 10.4051 17.7067 10.3451C17.7849 10.2852 17.8505 10.2104 17.8997 10.1251C17.949 10.0397 17.981 9.94555 17.9939 9.84786C18.0067 9.75018 18.0002 9.65092 17.9747 9.55575C17.4947 7.7595 16.2403 6.50512 14.4441 6.02512C14.3489 5.9997 14.2497 5.99327 14.152 6.0062C14.0544 6.01913 13.9602 6.05117 13.8749 6.10049C13.7897 6.1498 13.7149 6.21543 13.655 6.29363C13.5951 6.37182 13.5512 6.46105 13.5258 6.55622C13.5004 6.65138 13.4939 6.75063 13.5069 6.84828C13.5198 6.94593 13.5518 7.04008 13.6012 7.12535C13.6505 7.21062 13.7161 7.28534 13.7943 7.34525C13.8725 7.40516 13.9617 7.44907 14.0569 7.4745ZM20.8472 14.8554L16.4306 12.8764L16.4184 12.8707C16.1892 12.7727 15.939 12.7333 15.6907 12.7562C15.4424 12.7792 15.2037 12.8636 14.9963 13.002C14.9718 13.0181 14.9484 13.0357 14.9259 13.0545L12.6441 14.9998C11.1984 14.2976 9.70595 12.8164 9.00376 11.3895L10.9519 9.07294C10.9706 9.0495 10.9884 9.02606 11.0053 9.00075C11.1407 8.79384 11.2229 8.55667 11.2445 8.31035C11.2661 8.06402 11.2264 7.81618 11.1291 7.58887V7.57762L9.14438 3.15356C9.0157 2.85662 8.79444 2.60926 8.51362 2.44841C8.2328 2.28756 7.9075 2.22184 7.58626 2.26106C6.31592 2.42822 5.14986 3.05209 4.30588 4.01615C3.4619 4.98021 2.99771 6.21852 3.00001 7.49981C3.00001 14.9436 9.05626 20.9998 16.5 20.9998C17.7813 21.0021 19.0196 20.5379 19.9837 19.6939C20.9477 18.85 21.5716 17.6839 21.7388 16.4136C21.7781 16.0924 21.7125 15.7672 21.5518 15.4864C21.3911 15.2056 21.144 14.9843 20.8472 14.8554Z' fill='%23353535'/%3E%3C/svg%3E");
  }
}

.new-call-info__worktime {
  line-height: 1;
  color: #929292;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .new-call-info__worktime {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .new-call-info__worktime {
    display: none;
  }
}

.new-burger {
  border-radius: 10px;
  background-color: #F6F6F6;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.13px;
  border: none;
  overflow: hidden;
  position: relative;
  width: 105px;
  height: 42px;
}

.new-burger__inner {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.new-burger__inner:first-child {
  opacity: 1;
}

.new-burger__inner:last-child {
  opacity: 0;
}

.is-mobile-nav-open .new-burger__inner:first-child {
  opacity: 0;
}

.is-mobile-nav-open .new-burger__inner:last-child {
  opacity: 1;
}

.new-burger__text {
  margin-right: 7px;
}

button .new-burger__text {
  color: #363636 !important;
}

.new-burger__icon {
  width: 22px;
  height: 22px;
}

.mobile-panel-controls {
  display: grid;
  grid-template-columns: calc(207 / 343 * 100%) 1fr 1fr;
  width: 100%;
  padding-bottom: 26px;
  gap: 6px;
}

.mobile-panel-controls__item {
  overflow: hidden;
}

.mobile-panel-controls__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 72px;
  padding: 27px 25px;
  border-radius: 12px;
  background: #FFF200;
  border: none;
  opacity: 1;
}

.mobile-panel-controls__btn-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.mobile-panel-controls__btn-text {
  font-size: 14px;
  font-weight: 450;
  line-height: 110%;
}

.mobile-panel-controls__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 14px 10px 10px;
  border-radius: 12px;
  background-color: #F6F6F6;
  height: 100%;
}

.mobile-panel-controls__link-icon {
  width: 46px;
  height: 46px;
  margin: -14px 0 -8px 0;
}

.mobile-panel-controls__link-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1px;
}

@media only screen and (min-width: 767px) {
  .mobile-panel-controls__link-text {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
}

.catalog-menu-btn {
  position: relative;
  width: 100%;
  padding: 12px 0px 16px 17px;
  display: grid;
  grid-template-columns: 1fr calc(160 / 343 * 100%);
  border-radius: 12px;
  background-color: #F6F6F6;
  border: none;
  overflow: hidden;
}

.catalog-menu-btn__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-menu-btn__info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-menu-btn__icon {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}

.catalog-menu-btn__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn__text {
    font-size: 30px;
  }
}

button .catalog-menu-btn__text {
  color: #363636 !important;
}

.catalog-menu-btn__description {
  color: #9A9A9A;
  font-size: 10px;
  line-height: 130%;
  max-width: 150px;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn__description {
    font-size: 15px;
    max-width: 290px;
  }
}

.catalog-menu-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

.catalog-menu-btn__img-wrapp {
  position: relative;
  padding-bottom: 80%;
  margin: -12px 0 -16px;
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn__img {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .catalog-menu-btn__img-wrapp {
    margin: -15px 0 -20px;
    padding-bottom: 63.8%;
  }
}

.catalog-menu-btn__arrow {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 13px;
  height: 13px;
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn__arrow {
    width: 17px;
    height: 17px;
    top: 17px;
    right: 17px;
  }
}

@media only screen and (min-width: 767px) {
  .catalog-menu-btn {
    padding: 15px 0px 20px 22px;
    grid-template-columns: 1fr calc(292 / 716 * 100%);
  }
}

.new-mobile-catalog {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
}

.new-mobile-catalog._is-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.new-mobile-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 1.6rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.new-mobile-catalog__wrapp {
  padding: 0 1.6rem;
}

.new-mobile-catalog__head {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

.new-mobile-catalog__head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff0), color-stop(70%, #fff), to(#fff));
  background-image: -o-linear-gradient(bottom, #fff0, #fff 70%, #fff);
  background-image: linear-gradient(0deg, #fff0, #fff 70%, #fff);
}

.new-mobile-catalog__categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-mobile-catalog__category {
  position: relative;
  padding: 0 0 6px;
  color: #757575;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: none;
  background-color: #fff0;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

@media only screen and (min-width: 767px) {
  .new-mobile-catalog__category {
    font-size: 20px;
  }
}

.new-mobile-catalog__category::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.new-mobile-catalog__category._is-active {
  color: #363636;
}

.new-mobile-catalog__category._is-active::after {
  width: calc(100% - 2px);
}

.new-mobile-catalog__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.new-mobile-catalog__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  line-height: 100%;
  border-radius: 4px;
  background-color: #363636;
  margin-right: 15px;
  border: none;
}

.new-mobile-catalog__back-arrow {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.new-mobile-catalog__categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-catalog-category-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: calc(100dvh - 208px);
  overflow: hidden auto;
  padding: 24px 0 20px;
}

.mobile-catalog-category-item._is-active {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  opacity: 1;
}

.mobile-catalog-category-item__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

@media only screen and (min-width: 767px) {
  .mobile-catalog-category-item__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media only screen and (min-width: 767px) {
  .mobile-catalog-category-item {
    padding: 26px 0 103px;
    height: calc(100dvh - 194px);
  }
}

.mobile-catalog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-catalog-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-catalog-item__img-wrapp {
  position: relative;
  background-color: #F6F6F6;
  overflow: hidden;
  border-radius: 12px;
  padding-bottom: calc(100 / 165 * 100%);
  margin-bottom: 5px;
}

.mobile-catalog-item__category {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 3px;
}

@media only screen and (min-width: 767px) {
  .mobile-catalog-item__category {
    font-size: 16px;
    font-weight: 450;
    line-height: 130%;
    white-space: nowrap;
  }
}

.new-mobile-menu-announcement__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 70px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-announcement__content {
    max-width: none;
  }
}

.new-mobile-menu-announcement__title {
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-announcement__title {
    font-size: 20px;
  }
}

.new-mobile-menu-announcement__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.new-mobile-menu-announcement__picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-mobile-menu-announcement__description {
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-announcement__description {
    font-size: 13px;
  }
}

.promotions-and-discounts::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: no-repeat 0 0/cover url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/promotions-and-discounts.png), #FFF200;
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .promotions-and-discounts::after {
    background: no-repeat 0 0/contain url(/local/templates/stilkuhni/assets/css/../img/new-header-munu/promotions-and-discounts-tablet.png), #FFF200;
  }
}

.promotions-and-discounts__title {
  max-width: 67px;
}

@media only screen and (min-width: 767px) {
  .promotions-and-discounts__title {
    max-width: none;
  }
}

.mobile-menu-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 240px;
  height: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: #F6F6F6;
  overflow: hidden;
}

.mobile-menu-article__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mobile-menu-article__img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: calc(121 / 241 * 100%);
}

@media only screen and (min-width: 767px) {
  .mobile-menu-article__img-wrap {
    padding-bottom: 50%;
  }
}

.mobile-menu-article__content {
  padding: 11px 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 767px) {
  .mobile-menu-article__content {
    padding-top: 12.5px;
  }
}

.mobile-menu-article__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

@media only screen and (min-width: 767px) {
  .mobile-menu-article__name {
    -webkit-line-clamp: 6;
    min-width: 210px;
  }
}

.mobile-menu-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-menu-article__mark {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #FFF200;
  border-radius: 999px;
  font-size: 12px;
  line-height: 120%;
  z-index: 10;
  padding: 4px 12px;
}

.mobile-menu-article .rate__wrap {
  font-weight: 450;
}

.mobile-menu-article .rate > :not(:first-child) {
  margin-left: 15px;
}

@media only screen and (min-width: 767px) {
  .mobile-menu-article .rate__wrap svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 767px) {
  .mobile-menu-article {
    width: 300px;
    height: 311px;
  }
}

.new-mobile-menu-nav {
  padding-bottom: 57px;
}

.new-mobile-menu-nav__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-nav__container {
    grid-template-columns: 255px  1fr;
    gap: 50px;
  }
}

.new-mobile-menu-nav__list > :not(:last-child) {
  margin-bottom: 20px;
}

.new-mobile-menu-nav__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 24px;
}

.new-mobile-menu-nav__title._gray {
  color: #9A9A9A;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-nav__title {
    font-size: 30px;
    margin-bottom: 27px;
  }
}

.new-mobile-menu-nav__link {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.14px;
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-nav__link {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

@media only screen and (min-width: 767px) {
  .new-mobile-menu-nav {
    padding-bottom: 124px;
  }
}

.wysiwyg .product-announce-wrapp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp {
    top: min(-25%, -110px);
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: max(100%, 475px);
    margin: 0 -2rem;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: grid;
  padding: 24px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 6px;
  max-height: 450px;
  color: #363636;
  overflow: auto;
  z-index: 15;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card {
    gap: 8px;
    width: 95%;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border-radius: 6px;
  background-color: rgba(246, 246, 246, 0);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.wysiwyg .product-announce-wrapp .product-announce-card._full {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: 2.13fr 3fr;
  grid-template-areas: 'title title' 'details description' 'price description' 'link description';
  max-width: 580px;
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card._full {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "details" "price" "description" "link";
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card._full .product-announce-card__description {
  padding-left: 20px;
  border-left: 1px solid #363636;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card._full .product-announce-card__description {
    padding-left: 0;
    padding-top: 16px;
    border-left: none;
    color: #363636;
    border-top: 1px solid #363636;
    margin-bottom: 12px;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card._description {
  grid-template-areas: "title" "description" "link";
}

.wysiwyg .product-announce-wrapp .product-announce-card._description .product-announce-card__description {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 385px;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card._description .product-announce-card__description {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card._description {
    max-width: 343px;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card._default {
  max-width: 261px;
  grid-template-areas: "title" "details" "price" "description" "link";
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card._default {
    max-width: 343px;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card._showed {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.wysiwyg .product-announce-wrapp .product-announce-card._showed::after {
  background-color: rgba(246, 246, 246, 0.8);
}

.wysiwyg .product-announce-wrapp .product-announce-card__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.wysiwyg .product-announce-wrapp .product-announce-card__title {
  grid-area: title;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #363636;
  margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card__title {
    margin-bottom: 0;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card__details-list {
  grid-area: details;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wysiwyg .product-announce-wrapp .product-announce-card__details-list:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card__details-list:not(:last-child) {
    margin-bottom: 0;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card__details-list > :not(:last-child) {
  margin-bottom: 8px;
}

.wysiwyg .product-announce-wrapp .product-announce-card__details-item {
  font-size: 14px;
  line-height: 16px;
}

.wysiwyg .product-announce-wrapp .product-announce-card__value {
  font-weight: 600;
}

.wysiwyg .product-announce-wrapp .product-announce-card__price {
  grid-area: price;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.wysiwyg .product-announce-wrapp .product-announce-card__price:not(:last-child) {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card__price:not(:last-child) {
    margin-bottom: 0;
  }
}

.wysiwyg .product-announce-wrapp .product-announce-card__link {
  grid-area: link;
  text-decoration: none;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border: none;
}

.wysiwyg .product-announce-wrapp .product-announce-card__link > :not(:last-child) {
  margin-right: 8px;
}

.wysiwyg .product-announce-wrapp .product-announce-card__description {
  grid-area: description;
  font-size: 14px;
  line-height: 150%;
}

.wysiwyg .product-announce-wrapp .product-announce-card__description > strong {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .wysiwyg .product-announce-wrapp .product-announce-card__description {
    margin-bottom: 12px;
  }
}

.switcher {
  --unactive-color: #F5F5F5;
  --active-color: #9A9A9A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.45;
}

.switcher__inner {
  display: block;
}

.switcher__input {
  display: none;
}

.switcher__control {
  display: block;
  width: 4.2rem;
  height: 2.4rem;
  border-radius: 10rem;
  background-color: var(--unactive-color, #F5F5F5);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.switcher__control::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  top: .4rem;
  left: .4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 3.6rem 4.8rem 4.8rem 0 #22374629, 0px 0px 1px 0px #00000014;
  box-shadow: 3.6rem 4.8rem 4.8rem 0 #22374629, 0px 0px 1px 0px #00000014;
}

.switcher__input:checked + .switcher__control {
  background-color: var(--active-color, #363636);
}

.switcher__input:checked + .switcher__control::after {
  -webkit-transform: translateX(1.8rem);
  -ms-transform: translateX(1.8rem);
  transform: translateX(1.8rem);
}

.switcher__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
}

.cookie-settings__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 2.4rem;
}

@media only screen and (max-width: 767px) {
  .cookie-settings__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.6rem;
  }
}

.cookie-settings__info, .cookie-settings__info-link {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .cookie-settings__info, .cookie-settings__info-link {
    font-size: 1.3rem;
  }
}

.cookie-settings__info {
  margin: 0 0 1.6rem;
}

.cookie-settings__info-link {
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.cookie-settings__form {
  height: 31.2rem;
  overflow: auto;
  margin-right: -2.4rem;
  padding-right: 2.4rem;
}

.cookie-settings__row {
  position: relative;
}

.cookie-settings__switcher {
  position: absolute;
  top: 0;
  right: 0;
}

.cookie-settings__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 2.4rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -4px 1px 0px #00000008;
  box-shadow: 0px -4px 1px 0px #00000008;
}

@media only screen and (max-width: 767px) {
  .cookie-settings__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem 2rem;
  }
}

.cookie-settings__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.8rem;
  padding: 1.2rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: .4rem;
  border: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .cookie-settings__button {
    height: 4.4rem;
    font-size: 1.4rem;
  }
}

.cookie-settings__button:not(:last-child) {
  margin-right: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .cookie-settings__button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}

.cookie-settings__button--theme--prime {
  background-color: #FFF200;
  color: #363636;
}

@media only screen and (min-width: 1024px) {
  .cookie-settings__button--theme--prime:hover {
    background-color: #363636;
    color: #FFFFFF;
  }
}

.cookie-settings__button--theme--dark {
  background-color: #363636;
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .cookie-settings__button--theme--dark:hover {
    background-color: #FFF200;
    color: #363636;
  }
}

.cookie-settings__button._hidden {
  position: fixed;
  top: -100rem;
  left: -100rem;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.cookie-settings .accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cookie-settings .accordion__head-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .cookie-settings .accordion__head-text {
    font-size: 1.4rem;
  }
}

.cookie-settings .accordion__head-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  color: #757575;
}

@media only screen and (max-width: 767px) {
  .cookie-settings .accordion__head-icon {
    width: 2rem;
    height: 2rem;
  }
}

.cookie-settings .accordion__head-iconV, .cookie-settings .accordion__head-iconH {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cookie-settings .accordion__head.open .accordion__head-iconV {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.cookie-settings .accordion__head.open .accordion__head-iconH {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cookie-settings .accordion__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.cookie-settings .accordion__head.open ~ .accordion__body {
  height: auto;
  opacity: 1;
}

.cookie-settings .accordion__item {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #DBDBDB;
}

.cookie-settings .accordion__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.cookie-settings .accordion__content {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #757575;
  margin: 0.8rem 0 0;
}

.cookie-settings.popup {
  --popup-width: 60rem;
  padding: 2.4rem 2.4rem 10.8rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .cookie-settings.popup {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 100dvh;
    padding: 2.4rem 2rem 14.4rem;
  }
}

.cookie-settings .popup__close {
  display: none;
}

.info-links {
  padding: 4rem 0 29.8rem;
}

@media only screen and (max-width: 1024px) {
  .info-links {
    padding: 4.4rem 0 0;
    margin-bottom: -1.6rem;
  }
}

.info-links__item {
  border-top: 1px solid #E4E4E4;
}

.info-links__item:last-child {
  border-bottom: 1px solid #E4E4E4;
}

.info-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 2.5rem 0.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .info-links__link:hover {
    background-color: #F9F9F9;
  }
}

@media only screen and (max-width: 767px) {
  .info-links__link {
    font-size: 1.8rem;
  }
}

.info-links__link .icon {
  width: 3.2rem;
  height: 3.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .info-links__link .icon {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .fs-14-mob {
    font-size: 1.4rem;
  }
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-24._pokupatelam_title {
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.color-black {
  color: #363636 !important;
}

.color-black-2 {
  color: #323232;
}

.color-pale-gray {
  color: #757575;
}

.color-light-gray {
  color: #9A9A9A;
}

.color-white {
  color: #FFFFFF;
}

.underline {
  padding-bottom: 2px;
  border-bottom: 1px solid black;
  display: inline;
}

.dashed {
  border-bottom: dashed 1px;
}

.string-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.string-with-icon svg {
  margin-left: 0.9rem;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-yellow {
  background-color: #FFF200;
}

@media only screen and (max-width: 767px) {
  .bg-yellow:hover {
    background-color: #FFF200;
  }
}

.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-hide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.tablet-show {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tablet-show {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
