@charset "UTF-8";
/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

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

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

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

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

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 460.1px){
  .container{
    max-width: 460.1px;
  }
}
@media (min-width: 640.1px){
  .container{
    max-width: 640.1px;
  }
}
@media (min-width: 768.1px){
  .container{
    max-width: 768.1px;
  }
}
@media (min-width: 900.1px){
  .container{
    max-width: 900.1px;
  }
}
@media (min-width: 992.1px){
  .container{
    max-width: 992.1px;
  }
}
@media (min-width: 1024.1px){
  .container{
    max-width: 1024.1px;
  }
}
@media (min-width: 1170.1px){
  .container{
    max-width: 1170.1px;
  }
}
@media (min-width: 1280.1px){
  .container{
    max-width: 1280.1px;
  }
}
@media (min-width: 1440.1px){
  .container{
    max-width: 1440.1px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920.1px){
  .container{
    max-width: 1920.1px;
  }
}
.block{
  display: block;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  padding: 2rem;
}

.h1 {
  color: inherit;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px){
  .h1_mob_big{
    font-size: 2.8rem;
  }
}
.h1_link {
  padding-top: 1rem;
  padding-right: 3rem;
}
@media (max-width: 768px){
  .h1_link{
    padding: 0;
  }
}
.h1_link .icon {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 2rem;
}
@media (max-width: 768px){
  .h1_link .icon{
    display: none;
  }
}

.h2 {
  color: inherit;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.h3 {
  color: inherit;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 2rem;
    line-height: 1;
  }
}

.subheading {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #272727;
}

.text {
  line-height: 1.3;
  font-size: 2rem;
}

@media (max-width: 1024px){
  .text{
    font-size: 1.6rem;
  }
}
.text_small {
  font-size: 1.6rem;
}

.text-light {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #7D7D7D;
}

.breadcrumbs {
  padding: 0 13.8%;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #828282;
}
@media (max-width: 1440px) {
  .breadcrumbs {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 0 1.6rem;
  }
}
.breadcrumbs .breadcrumb {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.breadcrumbs .breadcrumb:hover {
  color: #191919;
}

.back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 13.8%;
  margin-bottom: 6rem;
  font-size: 1.4rem;
  color: #7D7D7D;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.back:hover {
  color: #414042;
}
@media (max-width: 1440px) {
  .back {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .back {
    padding: 0 1.6rem;
    margin-bottom: 3rem;
  }
}
.back .icon.icon-arrow-slider {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1.6rem;
}

.button {
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3rem 3rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.048rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
}
.button .icon.icon-arrow-goto {
  font-size: 2.4rem;
}
.button_big {
  height: 5.6rem;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .button_big {
    height: 4.4rem;
  }
}
.button_big .icon.icon-cart {
  font-size: 2rem;
}
.button_small {
  height: 4.6rem;
}
.button_border-black {
  padding: 0 3rem;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button_border-black:hover {
  background-color: #000;
  color: #fff;
}
.button_border-white {
  padding: 0 3rem;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button_border-white:hover {
  background-color: #FFCC19;
  border-color: #FFCC19;
  color: #000;
}
.button_yellow {
  background-color: #FFCC19;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button_yellow:hover {
  background-color: #C20014;
  color: #fff;
}
.button_black {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button_black:hover {
  background-color: #FFCC19;
  color: #000;
}
@media (max-width: 1024px) {
  .button_mob_full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 48rem;
    width: 100%;
    margin: 0 auto;
  }
}
.button_send {
  padding-top: 0.2rem;
}
.button--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.link-w-animated-arrow {
  cursor: pointer;
}
.link-w-animated-arrow__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.link-w-animated-arrow .icon-container {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
}
@media (max-width: 768px){
  .link-w-animated-arrow .icon-container{
    display: none;
  }
}
.link-w-animated-arrow .icon-container .icon.icon-arrow-goto {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.8rem;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.link-w-animated-arrow .icon-container .icon.icon-arrow-goto._hover {
  -webkit-transform: translate(-150%, 150%);
      -ms-transform: translate(-150%, 150%);
          transform: translate(-150%, 150%);
}
.link-w-animated-arrow:hover .icon.icon-arrow-goto {
  -webkit-transform: translate(150%, -150%);
      -ms-transform: translate(150%, -150%);
          transform: translate(150%, -150%);
}
.link-w-animated-arrow:hover .icon.icon-arrow-goto._hover {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.input-text {
  height: 5.6rem;
  border-bottom: 1px solid #AFAFAF;
  z-index: 2;
  text-align: left;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input-text.focused {
  border-bottom-color: #000;
}
.input-text.error {
  margin-bottom: 2.4rem;
  border-bottom-color: #C20014;
}
.input-text__placeholder {
  position: absolute;
  left: 0;
  top: 2.2rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #949494;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-wrap: nowrap;
  overflow: hidden;
  z-index: 1;
}
.focused .input-text__placeholder {
  top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.input-text__input {
  width: 100%;
  height: 100%;
  padding-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
  z-index: 2;
}
.input-text_search .input-text__input {
  padding-top: 2.2rem;
}
.error .input-text__input {
  color: #C20014;
}
.input-text__input::-webkit-search-cancel-button {
  display: none;
}
.input-text__error {
  margin-top: 0.8rem;
  font-size: 0;
  color: #C20014;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.error .input-text__error {
  font-size: 1.3rem;
}
.input-text__reset {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 1024px) {
  .input-text__reset {
    top: 2.7rem;
  }
}
.input-text__reset .icon.icon-close-small {
  font-size: 2.4rem;
  color: #7D7D7D;
}

.input-text-basic {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.4rem;
  border: 1px solid #AFAFAF;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #272727;
}
.input-text-basic.error ~ .input-text__error {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #C20014;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.textarea {
  height: 12rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.textarea textarea {
  resize: none;
  padding-top: 0;
}

.input-promocode__input {
  width: 100%;
  height: 5.6rem;
  padding-right: 9rem;
  border-bottom: 1px solid #AFAFAF;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #191919;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input-promocode__input:focus {
  border-bottom: 1px solid #000;
}
.input-promocode__apply, .input-promocode__reset {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  line-height: 5.6rem;
  color: #272727;
  cursor: pointer;
}
.input-promocode__error, .input-promocode__success {
  display: none;
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
.input-promocode__error {
  color: #C20014;
}
.input-promocode__success {
  color: #089449;
}

.switch-wrap {
  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;
}

.switch {
  width: 3.6rem;
  height: 2rem;
}
.switch__input, .switch__view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.switch__view {
  border-radius: 2rem;
  background-color: #D9D9D9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.switch__view:after {
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  background-color: #fff;
  border-radius: 1.6rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.switch__input {
  opacity: 0;
  z-index: 2;
}
.switch__input:checked ~ .switch__view {
  background-color: #272727;
}
.switch__input:checked ~ .switch__view:after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.switch__label {
  font-size: 1.4rem;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #272727;
  cursor: pointer;
}

.autocomplete {
  display: none;
  width: 100%;
  padding: 2.4rem 0;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.autocomplete__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #272727;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fieldset_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .fieldset_col {
    gap: 2.4rem;
  }
}
.fieldset .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media (max-width: 1024px) {
  .fieldset .field {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.fieldset .field .input-text, .fieldset .field .button {
  width: 100%;
  display: block;
}

.fieldset_address {
  gap: 1.4rem;
}
@media (max-width: 1024px) {
  .fieldset_address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem;
  }
  .fieldset_address .field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}
.fieldset_address .field .input-text__placeholder {
  font-size: 1.2rem;
}

.scrollbar {
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .scrollbar {
    display: none;
  }
}
.scrollbar__slider {
  width: 20rem;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #000;
  border-radius: 2px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  min-height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__view {
  width: 2rem;
  height: 2rem;
}
.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1024.1px) {
  .checkbox__input:hover ~ .checkbox__label {
    color: #000;
  }
}
.checkbox__input:checked ~ .checkbox__view {
  border-color: #000;
  background-color: #000;
}
.checkbox__input:checked ~ .checkbox__view:after {
  content: "\e917";
  display: block;
  font-family: icomoon;
  font-size: 1.2rem;
  color: #fff;
}
.checkbox__input:checked ~ .checkbox__label {
  color: #000;
}
.checkbox__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #BDBDBD;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.checkbox__label {
  font-size: 1.6rem;
  color: #7D7D7D;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .checkbox_service {
    padding-bottom: 4rem;
  }
  .checkbox_service .checkbox__price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 3.2rem;
    color: #414042;
  }
}
.checkbox_service .checkbox__price .ruble {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .checkbox_service .checkbox__price .ruble {
    font-size: 1.4rem;
  }
  .checkbox_service ~ .custom-counter {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.accordeon-container {
  display: none;
}
.accordeon-trigger {
  cursor: pointer;
}

.select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 1.4rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .select__trigger {
    font-size: 1.2rem;
  }
}
.opened .select__trigger {
  color: #A7A7A7;
}
.select__trigger .icon.icon-arrow-down-small {
  font-size: 1.2rem;
}
.opened .select__trigger .icon.icon-arrow-down-small {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.9rem 1.4rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 5;
}
.select__option {
  font-size: 1.6rem;
  line-height: 3.3rem;
  color: #7D7D7D;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .select__option {
    font-size: 1.2rem;
  }
}
.select__option:hover, .select__option.active {
  color: #000;
}

.custom-counter {
  width: 12.6rem;
  height: 4rem;
  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;
  background-color: #F2F2F2;
}
@media (max-width: 1024px) {
  .custom-counter {
    height: 3.2rem;
  }
}
.custom-counter__minus, .custom-counter__plus, .custom-counter__value {
  width: 4rem;
  height: 100%;
  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;
  font-size: 1.2rem;
  color: #272727;
  cursor: pointer;
}
.custom-counter__value {
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 1.5rem;
  color: #272727;
}

.custom-counter_text {
  width: auto;
  height: 4.6rem;
}
.custom-counter_text .custom-counter__minus, .custom-counter_text .custom-counter__plus {
  width: 5.6rem;
  height: 5.6rem;
}
.custom-counter_text .custom-counter__count {
  font-size: 1.5rem;
  color: #272727;
  white-space: nowrap;
}
.custom-counter_text .custom-counter__value {
  display: inline;
  width: auto;
  height: auto;
  font-size: inherit;
}
.custom-counter_text .custom-counter__light-text {
  font-size: 1.3rem;
  color: #7D7D7D;
}

.custom-counter_big {
  height: 5.6rem;
}
.custom-counter_big .custom-counter__minus, .custom-counter_big .custom-counter__plus {
  width: 5.6rem;
  height: 5.6rem;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  font-size: 1.8rem;
  color: #AFAFAF;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.rating .icon {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.rating_1 .icon:nth-child(1) {
  color: #FFCC19;
}
.rating_2 .icon:nth-child(-n+2) {
  color: #FFCC19;
}
.rating_3 .icon:nth-child(-n+3) {
  color: #FFCC19;
}
.rating_4 .icon:nth-child(-n+4) {
  color: #FFCC19;
}
.rating_5 .icon {
  color: #FFCC19;
}

.rate-product {
  width: 17.4rem;
  gap: 0.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rate-product__item {
  width: 3rem;
  height: 3rem;
  font-size: 2.6rem;
}
.rate-product__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.rate-product__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.rate-product__radio:checked ~ .rate-product__item .icon.icon-star {
  color: #FFCC19;
}
.rate-product:hover .rate-product__item .icon.icon-star {
  color: #AFAFAF;
}
.rate-product__radio:hover ~ .rate-product__item .icon.icon-star {
  color: #FFCC19;
}

.upload-files {
  height: 8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  text-align: left;
}
.upload-files__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.upload-files__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  width: 8rem;
  height: 100%;
  background-color: #F6F1EA;
  background-image: url("../images/media/upload-preview.png");
  background-size: 2.6rem 2.6rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.upload-files__text {
  padding: 0.4rem 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.upload-files__info {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #272727;
}
.upload-files__details {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
.upload-files__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.8rem;
}
.upload-files__thumbnail {
  width: 8rem;
  height: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.upload-files__remove-thumb {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  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.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.18));
  cursor: pointer;
}
.upload-files__remove-thumb span.icon.icon-close-small {
  font-size: 2.4rem;
  color: #7D7D7D;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1024px) {
  .header-container {
    position: relative;
  }
}
@media (min-width: 1024.1px) {
  .header-container_hidden {
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

.header {
  height: 9.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8rem;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .header {
    padding: 0 4rem;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 5.6rem;
    padding: 0 1.6rem;
  }
}
.header__burger-button {
  font-size: 2.4rem;
}
.header__call-request-mob .icon {
  font-size: 2.4rem;
  color: #272727;
}
.header .logo {
  position: absolute;
  width: 17.2rem;
  font-size: 5.8rem;
  left: calc(50% - 8.6rem);
}
@media (max-width: 1280px) {
  .header .logo {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    width: 9.4rem;
    font-size: 3.2rem;
    left: calc(50% - 4.7rem);
  }
}
.header .nav-content, .header .show-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 2rem 13.8% 4rem;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1440px) {
  .header .nav-content, .header .show-content {
    padding-right: 9%;
  }
}
.header .show-content {
  height: 54rem;
  z-index: 9;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.top-nav__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-nav__catalog.opened > .item {
  color: #949494;
}
.top-nav .item {
  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;
  line-height: 4.8rem;
  width: 27.5rem;
  font-size: 1.7rem;
  color: #272727;
}
@media (min-width: 1024.1px) and (max-width: 1535px) {
  .top-nav .item {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.top-nav .item.opened {
  color: #272727;
}
.top-nav-new {
  width: 56rem;
}
.top-nav-new__preview {
  width: 100%;
  margin-bottom: 1.4rem;
}
.top-nav-new__description {
  font-size: 1.7rem;
  line-height: 1.3;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  padding: 2.7rem 0 7.8rem;
}
.services .service__preview {
  width: 32rem;
  height: 20.6rem;
  margin-bottom: 1.4rem;
  background-size: 100% auto;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services .service__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.7rem;
  line-height: 1.3;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services .service__name .icon-container {
  width: 1.9rem;
  height: 1.9rem;
}
.services .service__name .icon.icon-arrow-goto {
  font-size: 1.9rem;
}
.services .service:hover .service__preview {
  background-size: 105% auto;
}
.services .service:hover .service__name {
  color: #7D7D7D;
}

.nav-search {
  width: 68rem;
  margin: 0 auto;
  padding: 4rem 0 44.4rem;
}
.nav-search__close {
  position: absolute;
  top: 0;
  right: -2.4rem;
  font-size: 2.4rem;
  color: #7D7D7D;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.nav-search__close:hover {
  color: #272727;
}
.nav-search .input-text {
  width: 100%;
}
.nav-search .autocomplete__result:hover {
  color: #828282;
}

.top-subnav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.top-subnav__list .item {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.top-subnav__list .item:hover {
  color: #949494;
}

.top-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 4.4rem;
  padding: 0 8rem;
  background-color: #000;
  color: #fff;
  display: flex;
}

@media (max-width: 1024px){
  .top-block{
    display: none;
  }
}
@media (max-width: 1440px) {
  .top-block {
    padding: 0 4rem;
  }
}
.top-block .nav-content {
  position: absolute;
}
.top-block .nav-current-city {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 4.3rem;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2.4rem;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 15;
}
.top-block .nav-current-city__text {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
.top-block .nav-current-city__city {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #191919;
}
.top-block .nav-current-city__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}

.navigation {
  gap: 3.2rem;
  display: flex;
}

@media (max-width: 1024px){
  .navigation{
    display: none;
  }
}
@media (max-width: 1440px) {
  .navigation {
    gap: 1.7rem;
  }
}
.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .navigation__item {
    font-size: 1.2rem;
    gap: 0.2rem;
  }
}
.navigation__item_bigger {
  font-size: 1.8rem;
}
.navigation__item .icon.icon-arrow-nav {
  font-size: 1.1rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.navigation__item.opened {
  color: #828282;
}
.navigation__item.opened .icon.icon-arrow-nav {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.navigation__item:hover {
  color: #828282;
}
.navigation__item:hover .icon.icon-wishlist {
  color: #C20014;
}
.navigation__item_uppercase {
  letter-spacing: 0.196rem;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .navigation__item_uppercase {
    letter-spacing: 0.07rem;
  }
}
.navigation__item_uppercase.opened .icon.icon-arrow-nav {
  margin-top: -0.5rem;
}
.navigation__item .icon {
  font-size: 2.4rem;
}
.navigation__item .icon-location {
  font-size: 1.8rem;
  margin-right: 0.4rem;
}
.navigation__item .__count {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background-color: #C20014;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.navigation__item .__count.active {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  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%;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  overflow-y: scroll;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
}
.mobile-menu__container:first-child, .mobile-menu__container.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mobile-menu__header {
  position: sticky;
  top: 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: 4.8rem;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
  background-color: #fff;
  z-index: 2;
}
.mobile-menu__header .icon {
  color: #7D7D7D;
}
.mobile-menu__back, .mobile-menu__close {
  position: absolute;
  top: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}
.mobile-menu__back {
  left: 1.6rem;
}
.mobile-menu__close {
  right: 1.6rem;
}
.mobile-menu__title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
}
.mobile-menu__content {
  width: 100%;
  height: calc(100% - 4.8rem);
  overflow-y: scroll;
  padding: 0 1.6rem 4.8rem;
}
.mobile-menu__city {
  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;
  gap: 0.8rem;
  padding-top: 2.4rem;
  font-size: 1.7rem;
  line-height: 1.3;
}
.mobile-menu__city .icon.icon-location {
  font-size: 1.8rem;
}
.mobile-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.4rem 0 4rem;
}
.mobile-menu__nav .item {
  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: 4.8rem;
  font-size: 1.7rem;
  line-height: 4.8rem;
}
.mobile-menu__nav .item .icon.icon-arrow-nav {
  font-size: 1.1rem;
}
.mobile-menu__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 34.3rem;
  margin: 0 auto;
  padding-top: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.mobile-menu__services .service__preview {
  width: 100%;
  height: 20.6rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mobile-menu__services .service__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.mobile-menu__services .service__name .icon.icon-arrow-goto {
  font-size: 1.9rem;
}
.mobile-menu__services .service__name:hover {
  color: #7D7D7D;
}
.mobile-menu__request-call {
  margin-bottom: 4.8rem;
}
.mobile-menu__request-call .button {
  width: 100%;
}
.mobile-menu__footer {
  color: #272727;
}
.mobile-menu__contact-us {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-transform: uppercase;
  color: #7D7D7D;
}
.mobile-menu__phone, .mobile-menu__email {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  line-height: 1.3;
}
.mobile-menu__schedule, .mobile-menu__little-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  opacity: 0.6;
}
.mobile-menu__schedule {
  margin-bottom: 3.2rem;
}
.mobile-menu__socials {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.mobile-menu__social {
  font-size: 3.6rem;
  color: #191919;
  opacity: 0.5;
}
.mobile-menu__search {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.mobile-menu__search .autocomplete {
  min-height: calc(100vh - 10rem);
}

.footer {
  padding-top: 10rem;
  background-color: #191919;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 6.5rem 1.6rem 6.5rem;
  }
}
.footer__part {
  width: 72.4%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
}
@media (max-width: 1440px) {
  .footer__part {
    width: 82%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__part {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer__part_top {
  margin-bottom: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__part_top {
    margin-bottom: 3.2rem;
  }
}
.footer__part_bottom {
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer__part_bottom {
    padding: 4.8rem 1.6rem;
    height: auto;
    gap: 3.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.94%;
          flex: 0 0 30.94%;
}
@media (max-width: 1280px) {
  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.5%;
            flex: 0 0 27.5%;
  }
}
@media (max-width: 1024px) {
  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__cr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43rem;
          flex: 0 0 43rem;
}
@media (max-width: 1024px) {
  .footer__cr {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__logo {
  margin-bottom: 4rem;
  font-size: 5rem;
}
@media (max-width: 1024px){
  .footer__logo{
    display: none;
  }
}
.footer__phone {
  margin-bottom: 0.4rem;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .footer__phone {
    font-size: 2.4rem;
  }
}
.footer__schedule {
  margin-bottom: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__email {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer__email {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.footer__email-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__socials {
  margin-top: 9.9rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .footer__socials {
    margin-top: 3.3rem;
  }
}
.footer .socials__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .footer .socials__text {
    margin-bottom: 0.8rem;
  }
}
.footer .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .socials__item {
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.footer__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (max-width: 1024px) {
  .footer__nav-container {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -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;
  }
}
.footer__nav-container .hr {
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.bottom-menu-mobile.footer__nav-container .hr {
  display: none;
}
@media (max-width: 1024px){
  .footer__nav-container .hr{
    display: block;
  }
}
.footer .footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5rem;
          flex: 0 0 22.5rem;
}
@media (max-width: 1024px) {
  .footer .footer-nav {
    padding: 3.7rem 0 3.5rem;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.6rem;
            flex: 0 0 1.6rem;
  }
}
.footer .footer-nav__title {
  margin-bottom: 2.75rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1.04px;
}
@media (max-width: 1024px) {
  .footer .footer-nav__title {
    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;
    width: 100%;
    height: 1.6rem;
    margin-bottom: 0;
  }
}
.footer .footer-nav__title .icon.icon-plus{
  display: none;
}
.bottom-menu-mobile.footer .footer-nav__title .icon.icon-plus {
  display: none;
}
@media (max-width: 1024px){
  .footer .footer-nav__title .icon.icon-plus{
    display: block;
  }
}
.footer .footer-nav__list {
  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.5rem;
}
@media (min-width: 1024.1px) {
  .footer .footer-nav__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .footer .footer-nav__list {
    display: none;
    margin-top: 3rem;
  }
}
.footer .footer-nav__item {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footer-nav__item:hover {
  color: #fff;
}
@media (min-width: 1024.1px) and (max-width: 1280px) {
  .footer .footer-nav__item {
    font-size: 1.4rem;
  }
}
.footer__cr, .footer__policy {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__policy {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.bottom-menu-mobile {
  position: fixed;
  bottom: 0;
  bottom: env(safe-area-inset-top, 0);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 1.6rem 2rem;
  height: 6.5rem;
  background-color: rgba(255, 254, 255, 0.97);
  z-index: 5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.bottom-menu-mobile.hidden {
  display: none;
}
.bottom-menu-mobile .item {
  width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.054rem;
  font-weight: 500;
}
.bottom-menu-mobile .item .icon {
  font-size: 2.4rem;
}

.slider__progressbars {
  width: 100%;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .slider__progressbars {
    top: 1.9rem;
    bottom: auto;
    gap: 0.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.slider .progressbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16rem;
          flex: 0 1 16rem;
  height: 1.2rem;
  padding: 0;
  cursor: pointer;
}
.slider .progressbar__view {
  width: 100%;
  height: 0.2rem;
  top: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 0.2rem;
}
.slider .progressbar__view .inProgress {
  background-color: #fff;
  width: 0%;
  height: 2px;
  border-radius: 2px;
}

@-webkit-keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 80px;
  }
}

@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 80px;
  }
}
@media (max-width: 768px){
  .slider-w-pb{
    height: 43.2rem;
  }
}
@media (min-width: 768.1px){
  .slider-w-pb{
    min-height: 100vh;
  }
}
.slider-w-pb .slider__slides-list {
  width: 100%;
}
.slider-w-pb .slider__progressbars {
  padding: 0 10% 0 38.54%;
}
@media (max-width: 1024px){
  .slider-w-pb .slider__progressbars{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.slider-w-pb .slider__progressbars .progressbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16rem;
          flex: 0 1 16rem;
}
@media (max-width: 768px){
  .slider-w-pb .slide{
    height: 43.2rem;
  }
}
@media (min-width: 768.1px){
  .slider-w-pb .slide{
    min-height: 100vh;
  }
}
.slider-w-pb .slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px){
  .slider-w-pb .slide.slick-slide{
    height: 43.2rem;
  }
}
@media (min-width: 768.1px){
  .slider-w-pb .slide.slick-slide{
    min-height: 100vh;
  }
}
.slider-w-pb .slide__bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768.1px){
  .slider-w-pb .slide__bg{
    min-height: 100vh;
  }
}
.slider-w-pb .slide__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 14.36%;
  padding: 0 10% 0 38.54%;
}
@media (max-width: 1024px) {
  .slider-w-pb .slide__content {
    height: 100%;
    padding: 5rem 1.6rem 1.6rem;
    top: 0;
  }
  .slider-w-pb .slide__content .button-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: inherit;
    width: 100%;
  }
}
.slider-w-pb .slide__title {
  max-width: 80rem;
  color: #fff;
  margin-bottom: 6rem;
}
@media (max-width: 768px){
  .slider-w-pb .slide__title{
    margin-bottom: 0;
  }
}
.slider-w-pb .slide__description {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 1024px) {
  .slider-w-pb .slide__description {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.slider-promo .slider__slides-list {
  width: 100%;
}
.slider-promo .slider__progressbars {
  width: 28.92%;
  top: 10.7rem;
  bottom: auto;
  left: 6rem;
}
@media (max-width: 1585px) {
  .slider-promo .slider__progressbars {
    top: 9rem;
    left: 5rem;
  }
}
@media (max-width: 1440px) {
  .slider-promo .slider__progressbars {
    top: 8rem;
    left: 4rem;
  }
}
@media (max-width: 1280px) {
  .slider-promo .slider__progressbars {
    top: 7rem;
    left: 3rem;
  }
}
@media (max-width: 1024px) {
  .slider-promo .slider__progressbars {
    top: 7.3rem;
    left: 0;
    padding: 0 1.6rem;
    width: 100%;
  }
}
.slider-promo .slider__progressbars .progressbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8rem;
          flex: 0 1 8rem;
}
@media (max-width: 1024px) {
  .slider-promo .slider__progressbars .progressbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16rem;
            flex: 0 1 16rem;
  }
}
.slider-promo .slide {
  min-height: 61.7vh;
  margin-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .slider-promo .slide {
    display: block;
  }
}
.slider-promo .slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.slider-promo .slide__content {
  width: 41.34%;
  height: 88.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8rem 18rem 8rem 6rem;
}
@media (max-width: 1800px) {
  .slider-promo .slide__content {
    padding-right: 16rem;
  }
}
@media (max-width: 1585px) {
  .slider-promo .slide__content {
    padding: 7rem 10rem 5rem 5rem;
  }
}
@media (max-width: 1440px) {
  .slider-promo .slide__content {
    padding: 6rem 9rem 4rem 4rem;
  }
}
@media (max-width: 1280px) {
  .slider-promo .slide__content {
    padding: 6rem 6rem 3rem 3rem;
  }
}
@media (max-width: 1024px) {
  .slider-promo .slide__content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10.7rem 1.6rem 3.2rem;
  }
}
.section_new-collection .slider-promo .slide__content {
  padding-top: 5rem;
}
.slider-promo .slide__advert {
  display: inline-block;
  height: 3.6rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
  background-color: #C20014;
  font-size: 1.4rem;
  line-height: 3.6rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .slider-promo .slide__advert {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1280px) {
  .slider-promo .slide__advert {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .slider-promo .slide__advert {
    position: absolute;
    top: 0;
    z-index: 8;
  }
}
.slider-promo .slide__title {
  margin-bottom: 3rem;
  color: #fff;
}
@media (min-width: 1440.1px) and (max-width: 1800px) {
  .slider-promo .slide__title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1280.1px) and (max-width: 1440px) {
  .slider-promo .slide__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024.1px) and (max-width: 1280px) {
  .slider-promo .slide__title {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .slider-promo .slide__title {
    margin-bottom: 1rem;
    line-height: 3rem;
  }
}
.slider-promo .slide__text {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .slider-promo .slide__text {
    margin-bottom: 1.6rem;
  }
}
.slider-promo .slide .button {
  position: absolute;
  left: 6rem;
  bottom: 8rem;
}
@media (max-width: 1585px) {
  .slider-promo .slide .button {
    left: 5rem;
    bottom: 5rem;
  }
}
@media (max-width: 1440px) {
  .slider-promo .slide .button {
    left: 4rem;
    bottom: 4rem;
  }
}
@media (max-width: 1280px) {
  .slider-promo .slide .button {
    left: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .slider-promo .slide .button {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.slider-promo .slide__picture_desk {
  width: 63.77%;
}
@media (max-width: 1024px){
  .slider-promo .slide__picture_desk{
    display: none;
  }
}
.slider-promo .slide__picture_desk img {
  width: auto;
  max-width: initial;
  height: 30rem;
}
.slider-promo .slide__picture_mob{
  display: none;
}
.bottom-menu-mobile.slider-promo .slide__picture_mob {
  display: none;
}
@media (max-width: 1024px){
  .slider-promo .slide__picture_mob{
    display: block;
  }
}
.slider-promo .slide__picture_mob {
  height: 30rem;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 2.4rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}
.slider-promo .slide__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.9rem;
  background-color: #C20014;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: -4.9rem;
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .slider-promo .slide__marquee {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
  }
}
.slider-promo .slide__marquee span {
  display: inline-block;
  padding: 0 1.1rem;
  font-size: 1.4rem;
  letter-spacing: 0.084rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  -webkit-animation: scroll 1s infinite linear;
  animation: scroll 1s infinite linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.slider-accordeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-accordeon .slider__controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 56rem;
          flex: 1 0 56rem;
  margin-top: 8rem;
  padding-right: 10rem;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 3.2rem;
    padding-right: 0;
  }
}
.slider-accordeon .slider__slides-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74rem;
          flex: 0 1 74rem;
  width: 74rem;
  padding-top: 11rem;
}
.slider-accordeon .slider__control {
  width: 100%;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__control {
    border-bottom: 1px solid #E0E0E0;
  }
}
.slider-accordeon .slider__control .icon {
  font-size: 1.8rem;
  color: #000;
}
.slider-accordeon .slider__control .icon.icon-minus {
  display: none;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__control.active .icon.icon-plus {
    display: none;
  }
  .slider-accordeon .slider__control.active .icon.icon-minus {
    display: block;
  }
}
.slider-accordeon .slider__image-mob {
  width: 100%;
  margin-top: 2rem;
}
.slider-accordeon .slider__accordeon-trigger {
  width: 100%;
  height: 8.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__accordeon-trigger {
    height: 8.8rem;
  }
}
.slider-accordeon .slider__accordeon-trigger .icon.icon-arrow-down-small {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1.6rem;
          flex: 1 0 1.6rem;
  font-size: 1.6rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slider-accordeon .slider__slide-number {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1.4rem;
          flex: 1 0 1.4rem;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__slide-number {
    display: none;
  }
}
.slider-accordeon .slider__slide-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 1024px) {
  .slider-accordeon .slider__slide-name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1rem;
  }
}
.slider-accordeon .slider__accordeon-container {
  display: none;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #272727;
}
.slider-accordeon .progressbar {
  width: 100%;
  height: 1rem;
}
@media (max-width: 1024px) {
  .slider-accordeon .progressbar {
    display: none;
  }
}
.slider-accordeon .progressbar__view {
  background-color: #E0E0E0;
}
.slider-accordeon .progressbar__view .inProgress {
  background-color: #C20014;
}

.slider_w-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_w-arrows .slide {
  width: 44rem;
  margin-right: 4rem;
}
@media (max-width: 1024px) {
  .slider_w-arrows .slide {
    width: 26rem;
    margin-right: 1.2rem;
  }
}
.slider_w-arrows .slide__preview {
  width: 100%;
  height: 30.2rem;
  margin-bottom: 1.6rem;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .slider_w-arrows .slide__preview {
    height: 26rem;
  }
}
.slider_w-arrows .slide__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 1.6rem;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.slider_w-arrows .slide__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .slider_w-arrows .slide__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.slider_w-arrows .slide__text:hover {
  color: #C20014;
}

@media (max-width: 1024px) {
  .slider--mobile-full {
    width: calc(100% + 1.6rem);
  }
}
.slider__prev, .slider__next {
  position: absolute;
  top: 12.8rem;
  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: 5rem;
  height: 5rem;
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider__prev:hover, .slider__next:hover {
  background-color: #FFCC19;
  color: #000;
}
.slider__prev {
  left: -10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.slider__next {
  right: 12vw;
}

.slider_clients-pictures {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.slider_clients-pictures:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 11rem;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .slider_clients-pictures:after {
    display: none;
  }
}
.slider_clients-pictures .slide {
  cursor: pointer;
}
.slider_clients-pictures .slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 2;
}
.slider_clients-pictures .slide:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.slider_clients-pictures .slide__picture {
  width: 10rem;
  height: 11rem;
  background-size: cover;
}
.slider_clients-pictures .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.slider_clients-pictures .slider__prev, .slider_clients-pictures .slider__next {
  position: absolute;
  top: 2.8rem;
  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: 5rem;
  height: 5.5rem;
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider_clients-pictures .slider__prev:hover, .slider_clients-pictures .slider__next:hover {
  background-color: #FFCC19;
  color: #000;
}
.slider_clients-pictures .slider__prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.slider_clients-pictures .slider__next {
  right: 0;
}

.slider_product-card {
  width: 10rem;
  height: 72.7rem;
  padding-top: 6.2rem;
}
@media (max-width: 1024px) {
  .slider_product-card {
    width: 100%;
    height: 52rem;
    overflow: hidden;
    padding-top: 2rem;
  }
}
.slider_product-card .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  font-size: 0;
  margin-top: 1.6rem;
}
.slider_product-card .slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5rem;
          flex: 0 1 5rem;
  height: 0.2rem;
  background-color: #E2E2E2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider_product-card .slick-dots li.slick-active {
  background-color: #000;
}
.slider_product-card .slick-dots li:only-child {
  display: none;
}
.slider_product-card .slide {
  width: 10rem;
  height: 10rem;
  margin-top: 2rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .slider_product-card .slide {
    height: 43rem;
  }
}
.slider_product-card .slide__picture {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  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;
}
.slider_product-card .slide__button-play {
  position: inherit;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.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;
  background: #C20014;
  font-size: 3.2rem;
  color: #fff;
}

.slider-new .slick-list {
  overflow: visible;
  margin: 0 -2rem;
}
.slider-new .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-new .slide {
  height: unset;
  margin: 0 2rem;
}
@media (max-width: 1024px) {
  .slider-new .slide {
    margin: 0 1rem;
  }
}
.slider-new .slick-arrow {
  top: 50%;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: opacity 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s;
  transition: opacity 0.3s 0.6s;
}
.slider-new .slider-new .slick-arrow {
  opacity: 0.5;
  top: calc(50% - 6.4rem);
}
.slider-new .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-new .slick-arrow.slider__prev {
  right: unset;
  left: 0;
  -webkit-transform: scaleX(-1) translate(50%, -50%);
      -ms-transform: scaleX(-1) translate(50%, -50%);
          transform: scaleX(-1) translate(50%, -50%);
}
@media (max-width: 1024px) {
  .slider-new .slick-arrow {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .slider-new .slick-arrow.slider__prev {
    -webkit-transform: scaleX(-1) translateY(-50%);
        -ms-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
  }
}
.slider-new--products .slick-arrow {
  top: 41%;
}
.slider-new--other-projects .slick-arrow {
  top: 46%;
}

.slider-catalog-gallery {
  width: 100%;
}
.slider-catalog-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.slider-catalog-gallery__slide {
  width: 68rem;
  height: 64rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  .slider-catalog-gallery__slide {
    height: 37.5rem;
    width: 39.8rem;
  }
}
.slider-catalog-gallery .slick-dots {
  margin-top: 5.2rem;
  height: 0.1rem;
  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: 5.2rem 13.8% 0;
}
@media (max-width: 1440px) {
  .slider-catalog-gallery .slick-dots {
    margin: 5.2rem 9% 0;
  }
}
@media (max-width: 1024px) {
  .slider-catalog-gallery .slick-dots {
    margin: 3rem 1.6rem 0;
    gap: 0.4rem;
  }
}
.slider-catalog-gallery .slick-dots li {
  height: 0.2rem;
  background-color: #E2E2E2;
  font-size: 0;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider-catalog-gallery .slick-dots li.slick-active {
  background: #000;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4rem;
}
@media (max-width: 1024px) {
  .product-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem 1.3rem;
    margin: 0 auto 0.8rem;
  }
}
@media (max-width: 768px) {
  .product-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem 1.3rem;
    margin: 0 auto 0.8rem;
    max-width: 60rem;
  }
}

.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem 2.6rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2.6rem) / 3);
            flex: 0 0 calc((100% - 2.6rem) / 3);
    padding: 0 0 3.2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1.3rem) / 2);
            flex: 0 0 calc((100% - 1.3rem) / 2);
    padding: 0 0 3.2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024.1px) {
  .product:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    -webkit-transition: all 0.3s ease-out, opacity 0.5s;
    -o-transition: all 0.3s ease-out, opacity 0.5s;
    transition: all 0.3s ease-out, opacity 0.5s;
    background-color: #F6F1EA;
    opacity: 0;
  }
  .product:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.product--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  overflow: unset;
  margin-bottom: 0;
}
.product--new::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product--new:hover::before {
  top: -1.4rem;
  left: -2rem;
  bottom: -4.7rem;
  right: -2rem;
}
.product__top {
  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: 2.1rem;
}
.product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.4rem 4.4rem 0 2rem;
}
.product--new .product__labels {
  position: static;
  padding: 0 !important;
}
@media (max-width: 1800px) {
  .product__labels {
    padding-top: 1rem;
  }
}
@media (max-width: 1535px) {
  .product__labels {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1280px) {
  .product__labels {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .product__labels {
    padding: 0;
  }
}
.product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 1px 1rem 0;
  border: 1px solid #BDBDBD;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  left: 0.1rem;
}
@media (max-width: 1024px) {
  .product__label {
    height: 1.7rem;
    padding: 0 0.6rem;
  }
}
.product__label_new {
  color: #4F4F4F;
}
.product__label_promo {
  background-color: #C20014;
  color: #fff;
  border-color: #C20014;
}
.product__label_hit {
  background-color: #FFCC19;
  color: #000;
  border-color: #FFCC19;
}
.product__wishlist {
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  font-size: 2.4rem;
  color: #828282;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
.product__wishlist .icon.icon-wishlist-active {
  color: #272727;
}
.product--new .product__wishlist {
  position: static;
}
@media (min-width: 1024.1px) {
  .product__wishlist:hover {
    color: #C20014;
  }
}
@media (max-width: 1024px) {
  .product__wishlist {
    top: 2.1rem;
    right: 0.4rem;
  }
}
.product__preview {
  min-height: 23.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .product__preview {
    margin-bottom: 0;
    padding: 0.8rem 2.3rem 0;
  }
}
.product--new .product__preview {
  margin-bottom: 2rem;
  padding: 0 !important;
  min-height: unset;
}
.product__img {
  width: 100%;
  max-width: 27rem;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.product--new .product__img {
  max-width: 100%;
}
.product__name, .product__colors, .product__price-wrap {
  padding: 0 2.5rem;
}
@media (max-width: 1024px) {
  .product__name, .product__colors, .product__price-wrap {
    padding: 0;
  }
}
.product__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-bottom: 1.6rem;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
  color: #4F4F4F;
}
@media (max-width: 1024px) {
  .product__name {
    height: 3.4rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3.4rem;
  }
}
.product__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .product__colors {
    min-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    margin-bottom: 0;
  }
}
.product--new .product__colors {
  position: static;
}
@media (max-width: 1024px) {
  .product--new .product__colors {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product__colors .color {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
}
@media (max-width: 1024px) {
  .product__colors .color {
    width: 2rem;
    height: 2rem;
  }
}
.product__colors .color__radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.product__colors .color__wrap {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product__colors .color__view {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #E0E0E0;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media (max-width: 1024px) {
  .product__colors .color__view {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.product__colors .color__radio:checked ~ .color__wrap {
  border: 1px solid #000;
}
.product__colors .color__radio:checked ~ .color__wrap .color__view {
  border: 1px solid #fff;
}
.product__more-colors {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #4F4F4F;
}
@media (max-width: 1024px) {
  .product__more-colors {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.product__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1280px) {
  .product__price-wrap {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .product__price-wrap {
    gap: 1.5rem;
  }
}
.product__price {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .product__price {
    font-size: 1.8rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .product__price {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.product__price_new {
  color: #C20014;
}
.product__price_old {
  text-decoration: line-through;
  color: #828282;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media (max-width: 1024px) {
  .product__price_old {
    font-size: 1rem;
    line-height: 1.2;
  }
  .product_type-2 {
    margin-bottom: 1.2rem;
  }
}
.product_type-2 .product__preview {
  padding-top: 6rem;
}
@media (max-width: 1024px) {
  .product_type-2 .product__preview {
    padding: 1.7rem 0 0 0;
  }
}
.product_type-2 .product__img {
  max-width: 100%;
}
.product_type-2 .product__name, .product_type-2 .product__colors, .product_type-2 .product__price-wrap {
  padding: 0 2.9rem;
}
@media (max-width: 1440px) {
  .product_type-2 .product__name, .product_type-2 .product__colors, .product_type-2 .product__price-wrap {
    padding: 0 2rem;
  }
}
@media (max-width: 1170px) {
  .product_type-2 .product__name, .product_type-2 .product__colors, .product_type-2 .product__price-wrap {
    padding: 0 1rem;
  }
}
@media (max-width: 1024px) {
  .product_type-2 .product__name, .product_type-2 .product__colors, .product_type-2 .product__price-wrap {
    padding: 0;
  }
}

.tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
  margin-top: 0.4rem;
  margin-bottom: -0.1rem;
  padding-right: calc(13.8% + 2rem);
  z-index: 2;
}
@media (max-width: 1440px) {
  .tabs__buttons {
    padding-right: calc(9% + 2rem);
  }
}
@media (max-width: 1024px) {
  .tabs__buttons {
    margin-top: 3.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
.tabs__button {
  padding-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  color: #949494;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
  .tabs__button {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1rem;
  }
}
.tabs__button.active, .tabs__button:hover {
  color: #191919;
  border-bottom-color: #191919;
}
.tabs__tab {
  display: none;
}

.tabs_left {
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .tabs_left {
    margin-top: 3.2rem;
  }
}
.tabs_left .tabs__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
}
.tabs_left .tabs__buttons::-webkit-scrollbar {
  display: none;
}
.tabs_left .tabs__button {
  white-space: nowrap;
}

.tabs_wo-underline .tabs__button {
  border-bottom: none;
}

.section_about {
  padding: 12rem 0 14rem 38.54%;
}
@media (max-width: 1024px) {
  .section_about {
    padding: 5rem 1.6rem;
  }
}
.section_about .button{
  margin-top: 7rem;
}
@media (max-width: 1024px){
  .section_about .button{
    margin-top: 4rem;
  }
}
.section_about .section__description {
  position: absolute;
  top: 12rem;
  left: 13.8%;
}
@media (max-width: 1440px) {
  .section_about .section__description {
    left: 9%;
  }
}
@media (max-width: 1024px) {
  .section_about .section__description {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.4rem;
  }
}
.section_about .section__content {
  width: 100%;
  padding-right: 32.7%;
}
@media (max-width: 1024px){
  .section_about .section__content{
    padding-right: 0;
  }
}
.section_about .section__text {
  font-weight: 500;
  font-size: 2.8rem;
  color: #949494;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .section_about .section__text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .section_about .section__text {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.section_about .section__text strong {
  color: #272727;
}

.section_catalog {
  width: 100%;
  padding: 10rem 0 14rem;
  background-color: #191919;
  margin-bottom: 16rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .section_catalog {
    padding: 5rem 1.6rem;
    margin-bottom: -1px;
  }
}
.section_catalog .section__title {
  margin-top: 3rem;
  padding-left: 13.8%;
  padding-bottom: 1.6rem;
}
@media (max-width: 1440px) {
  .section_catalog .section__title {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .section_catalog .section__title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2.4rem;
    padding-left: 0;
    position: sticky;
    left: 0;
  }
}
.section_catalog .h1:after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
}
.section_catalog .hr {
  width: 72.9%;
  margin-left: 13.8%;
  margin-bottom: 5.4rem;
}
@media (max-width: 1024px){
  .section_catalog .hr{
    display: none;
  }
}
@media (max-width: 1440px) {
  .section_catalog .hr {
    margin-left: 9%;
  }
}

.section_promo {
  margin-top: 18rem;
  margin-bottom: 16rem;
  padding-left: 13.8%;
}
@media (max-width: 1440px) {
  .section_promo {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .section_promo {
    padding: 0;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.section_new-collection {
  margin-bottom: 8rem;
  padding-left: 13.8%;
}
@media (max-width: 1440px) {
  .section_new-collection {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .section_new-collection {
    padding: 0;
    margin-bottom: 3.2rem;
  }
}
.section_new-collection .new-collection {
  margin-top: 8rem;
}

.section_products {
  padding: 0 12.5%;
}
@media (max-width: 1440px) {
  .section_products {
    padding: 0 8%;
  }
}
@media (max-width: 1024px) {
  .section_products {
    padding: 0 1.8rem;
    margin-bottom: 6rem;
  }
}
.section_products .hr {
  width: calc(100% - 4rem);
  margin-left: 2rem;
}
.catalog--no-padding .section_products {
  padding: 0 !important;
}

.section_new-products {
  margin-bottom: 17rem;
}
@media (max-width: 1024px) {
  .section_new-products {
    margin-bottom: 8rem;
  }
}

.section_holz-world {
  width: 100%;
  padding: 14rem 0 14rem 13.8%;
  margin-top: 10rem;
  background-color: #F6F1EA;
}
@media (max-width: 1440px) {
  .section_holz-world {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .section_holz-world {
    padding: 6rem 1.6rem 7rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1024.1px) and (max-width: 1280px) {
  .section_holz-world .h1 {
    font-size: 3.6rem;
  }
}
.section_holz-world .tabs {
  margin-top: -3.2rem;
}
@media (max-width: 1024px) {
  .section_holz-world .tabs {
    margin-top: 0;
  }
}
.section_holz-world .hr {
  width: auto;
  margin-right: 13.8%;
  margin-bottom: 6rem;
}
@media (max-width: 1440px) {
  .section_holz-world .hr {
    margin-right: 9%;
  }
}
@media (max-width: 1024px) {
  .section_holz-world .hr {
    margin-bottom: 4rem;
  }
}

.section_video {
  min-height: 105rem;
  height: 100vh;
  margin-top: 20rem;
  margin-bottom: 18rem;
}
@media (max-width: 1024px) {
  .section_video {
    min-height: auto;
    height: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.section_video .section__content {
  position: absolute;
  width: 44.79%;
  max-width: 60rem;
  margin-top: 7.8rem;
  margin-left: 13.8%;
  z-index: 5;
}
@media (max-width: 1440px) {
  .section_video .section__content {
    position: relative;
    margin-left: 9%;
    width: 36%;
  }
}
@media (max-width: 1024px) {
  .section_video .section__content {
    width: auto;
    margin: 0 1.6rem;
  }
}
.section_video .text {
  max-width: 56rem;
}
.section_video .description {
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .section_video .description {
    margin-bottom: 4rem;
  }
}
.section_video .h1 {
  margin-bottom: 3rem;
}
.section_video .video-transform {
  position: sticky;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100vh;
  clip-path: url(#mask);
  -webkit-clip-path: url(#mask);
}
@media (max-width: 1024px) {
  .section_video .video-transform {
    display: none;
  }
}
.section_video .video-transform__video {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section_video .video-transform__mask {
  display: block;
  position: absolute;
  z-index: 10;
}
.section_video .video-transform__mask #mask {
  -webkit-transform: translate(calc(100vw - 100% - 13.8vw), 11.2%) scale(100%);
      -ms-transform: translate(calc(100vw - 100% - 13.8vw), 11.2%) scale(100%);
          transform: translate(calc(100vw - 100% - 13.8vw), 11.2%) scale(100%);
}
.section_video .video-transform__mask svg {
  width: 100%;
}

.section_feedback {
  padding-bottom: 13.2rem;
}
@media (max-width: 1024px) {
  .section_feedback {
    padding-bottom: 0;
  }
}
.section_feedback .description {
  color: #000;
}
@media (max-width: 768px) {
  .section_feedback .description {
    display: none;
  }
}
.section_feedback .text {
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .section_feedback .text {
    margin-bottom: 3.2rem;
  }
}

.banner-new-collection-container {
  min-height: 61.7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .banner-new-collection-container {
    display: block;
  }
}
.banner-new-collection__content {
  width: 41.34%;
  height: 88.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5rem 18rem 8rem 6rem;
  z-index: 2;
}
@media (max-width: 1580px) {
  .banner-new-collection__content {
    padding-right: 10rem;
  }
}
@media (max-width: 1440px) {
  .banner-new-collection__content {
    padding: 3rem 9rem 4rem 4rem;
  }
}
@media (max-width: 1280px) {
  .banner-new-collection__content {
    padding: 3rem 6rem 3rem 3rem;
  }
}
@media (max-width: 1024px) {
  .banner-new-collection__content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 3.2rem 1.6rem;
  }
}
.banner-new-collection__advert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  padding: 0 2rem;
  background-color: #C20014;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 1280px){
  .banner-new-collection__advert{
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px){
  .banner-new-collection__advert{
    margin-bottom: 3.4rem;
  }
}
.banner-new-collection__title {
  color: #fff;
  margin-bottom: 3rem;
}
@media (min-width: 1280.1px) and (max-width: 1440px) {
  .banner-new-collection__title {
    font-size: 4rem;
  }
}
@media (min-width: 1024.1px) and (max-width: 1280px) {
  .banner-new-collection__title {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .banner-new-collection__title {
    margin-bottom: 1rem;
  }
}
.banner-new-collection__text {
  color: #fff;
  margin-bottom: 6rem;
}
@media (min-width: 1024.1px) and (max-width: 1440px) {
  .banner-new-collection__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .banner-new-collection__text {
    margin-bottom: 1rem;
  }
}
.banner-new-collection .button {
  position: absolute;
  left: 6rem;
  bottom: 8rem;
}
@media (max-width: 1535px) {
  .banner-new-collection .button {
    bottom: 5rem;
  }
}
@media (max-width: 1440px) {
  .banner-new-collection .button {
    left: 4rem;
    bottom: 3rem;
  }
}
@media (max-width: 1280px) {
  .banner-new-collection .button {
    left: 3rem;
  }
}
@media (max-width: 1024px) {
  .banner-new-collection .button {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.banner-new-collection__picture_desk {
  width: 63.77%;
}
@media (max-width: 1024px){
  .banner-new-collection__picture_desk{
    display: none;
  }
}
.banner-new-collection__picture_mob{
  display: none;
}
.bottom-menu-mobile.banner-new-collection__picture_mob {
  display: none;
}
@media (max-width: 1024px){
  .banner-new-collection__picture_mob{
    display: block;
  }
}
.banner-new-collection__picture_mob {
  width: 100%;
  max-width: 50rem;
  min-height: 30rem;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
}

.sideways {
  width: 100%;
}
.sideways-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sideways-wrapper {
    overflow-x: scroll;
  }
  .sideways-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.sideways-wrapper--no-sticky {
  position: relative;
  overflow: visible;
}
.sideways-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 13.8%;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media (max-width: 1440px) {
  .sideways-inner {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .sideways-inner {
    width: auto;
    gap: 1.2rem;
    padding-left: 0;
    height: auto;
  }
}
.sideways-inner--no-sticky {
  display: block;
  width: 100% !important;
}
.sideways-inner--no-sticky .slick-list {
  overflow: visible;
}
.sideways-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52rem;
          flex: 0 0 52rem;
  width: 52rem;
  height: 62.3rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1535px) {
  .sideways-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.15rem;
            flex: 0 0 41.15rem;
    width: 41.15rem;
    height: 49.3rem;
  }
}
.sideways-section:nth-child(even) {
  height: 49.3rem;
}
@media (max-width: 1535px) {
  .sideways-section:nth-child(even) {
    height: 39rem;
  }
}
.sideways-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30.82%, rgba(0, 0, 0, 0)), to(#000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30.82%, #000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.82%, #000 100%);
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sideways-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26rem;
            flex: 0 0 26rem;
    height: 35rem;
  }
  .sideways-section:nth-child(even) {
    height: 25rem;
  }
}
.sideways-inner--no-sticky .sideways-section {
  margin-right: 4rem;
}
@media (max-width: 1024px) {
  .sideways-inner--no-sticky .sideways-section {
    margin-right: 2rem;
  }
}
.sideways-section__num {
  position: absolute;
  left: 0;
  top: -2.4rem;
  font-size: 1.4rem;
  color: #949494;
  line-height: 1.8rem;
}
@media (max-width: 1024px){
  .sideways-section__num{
    display: none;
  }
}
.sideways-section__preview {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sideways-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 3rem;
  bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sideways-section__link {
    left: 1.6rem;
    bottom: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-transform: none;
  }
}
.sideways-section__link .icon-container {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 1024px){
  .sideways-section__link .icon-container{
    display: none;
  }
}
.sideways-section__link .icon-container .icon.icon-arrow-goto {
  font-size: 2.8rem;
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16rem;
  padding-right: 13.8%;
}
@media (max-width: 1440px) {
  .feedback {
    padding-right: 9%;
    gap: 10rem;
  }
}
@media (max-width: 1280px) {
  .feedback {
    gap: 8rem;
  }
}
@media (max-width: 1024px) {
  .feedback {
    gap: 1rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    background-color: #F6F1EA;
    gap: 0;
  }
}
.feedback__title {
  margin: 4rem 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .feedback__title {
    font-size: 3rem;
  }
}
@media (min-width: 1024.1px) and (max-width: 1440px) {
  .feedback__title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .feedback__title {
    margin: 3rem 0 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .feedback__title {
    margin: 4.6rem 0 2rem;
    line-height: 3rem;
  }
}
.feedback__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.71%;
          flex: 0 0 27.71%;
  background-image: url("../images/media/feedback-pic.jpg");
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .feedback__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
@media (max-width: 1024px) {
  .feedback__picture {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32rem;
            flex: 0 0 32rem;
    margin-top: 4.6rem;
  }
}
@media (max-width: 768px) {
  .feedback__picture {
    background-image: url("../images/media/feedback-pic-mob.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.4rem;
            flex: 0 0 36.4rem;
    margin-top: 0;
  }
}
.feedback__form {
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  .feedback__form {
    padding: 4.6rem 1.6rem 6rem;
  }
}
@media (max-width: 768px) {
  .feedback__form {
    padding: 0 1.6rem 6rem;
  }
}
@media (max-width: 1024px) {
  .feedback__form--contacts {
    padding: 0;
  }
}
.feedback__upd {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #949494;
}
@media (max-width: 1024px) {
  .feedback__upd {
    margin-top: 2.4rem;
  }
}
.feedback__upd a {
  display: inline;
  color: #272727;
}
@media (min-width: 1024.1px) {
  .feedback__upd a {
    border-bottom: 1px solid #272727;
  }
}
@media (max-width: 1024px) {
  .feedback .button {
    margin: 1.2rem 0 0;
  }
}

.catalog .section_products {
  margin-top: 14rem;
}
@media (max-width: 1024px) {
  .catalog .section_products {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.catalog .section_viewed-products .section__title, .catalog .section_other-models .section__title {
  margin-bottom: 3rem;
}
.catalog .section_slats {
  margin-top: 0;
  margin-bottom: 8rem;
}
.catalog .section_video-w-btns {
  width: 100%;
  padding: 0 13.8%;
  margin-top: 14rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .catalog .section_video-w-btns {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_video-w-btns {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 1.6rem 12rem;
    background: #F6F1EA;
  }
}
.catalog .section_filtered-products {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.catalog .section_filter-no-result {
  width: 40rem;
  margin: 10rem auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .catalog .section_filter-no-result {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.catalog .section_filter-no-result .filter-no-results {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .catalog .section_filter-no-result .filter-no-results {
    font-size: 1.6rem;
  }
}
.catalog .section_filter-no-result .filter-no-results .reset-filter {
  text-decoration: underline;
  color: #272727;
  cursor: pointer;
}
.catalog .section_new-products {
  margin-bottom: 14rem;
}
.catalog .section_catalog-collections {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 10rem;
}
@media (max-width: 1440px) {
  .catalog .section_catalog-collections {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_catalog-collections {
    padding: 0 1.6rem;
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
  .catalog .section_catalog-collections .section__title {
    margin-bottom: 0;
  }
}
.catalog .section_projects {
  width: 100%;
  padding: 14rem 0 16.8rem 13.8%;
  margin-top: 10rem;
  background-color: #F6F1EA;
}
@media (max-width: 1440px) {
  .catalog .section_projects {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_projects {
    padding: 6rem 1.6rem 7rem;
    margin-top: 6rem;
  }
}
.catalog .section_projects .hr {
  width: auto;
  margin-right: 13.8%;
  margin-bottom: 6rem;
  margin-top: 4rem;
}
.catalog .section_projects .section__title {
  padding-right: 13.8%;
}
@media (max-width: 1440px) {
  .catalog .section_projects .section__title {
    padding-right: 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_projects .section__title {
    padding: 0;
    margin-bottom: 3.2rem;
  }
}
.catalog .section_consultation {
  width: 100%;
  padding: 0 13.8%;
  margin-top: 13.6rem;
}
@media (max-width: 1440px) {
  .catalog .section_consultation {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_consultation {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.catalog .section_consultation--container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .catalog .section_consultation__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog .section_consultation .consultation {
  height: 60.3rem;
  background-image: url("../images/media/consultation-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .catalog .section_consultation .consultation {
    height: auto;
    background: #191919;
  }
}
.catalog .section_consultation .consultation__preview {
  width: 100%;
}
@media (max-width: 570px) {
  .catalog .section_consultation .consultation__preview {
    height: 40rem;
    width: auto;
    max-width: initial;
  }
}
.catalog .section_consultation .consultation__inner {
  width: 100%;
  padding: 8rem 8rem 12rem;
}
@media (max-width: 1024px) {
  .catalog .section_consultation .consultation__inner {
    background-image: url("../images/svg/door.svg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 4.8rem 1.6rem 15.6rem;
  }
}
@media (max-width: 768px) {
  .catalog .section_consultation .consultation__inner {
    background-position: center top;
  }
}
.catalog .section_consultation .consultation__description {
  margin-bottom: 6rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  list-style-position: 0.96px;
  line-height: 1;
}
.catalog .section_consultation .consultation__title {
  padding: 0;
  margin-bottom: 2.4rem;
  max-width: 51.2rem;
}
@media (max-width: 1024px) {
  .catalog .section_consultation .consultation__title {
    max-width: 32rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.catalog .section_consultation .consultation__text {
  max-width: 51.2rem;
  margin-bottom: 9.9rem;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .catalog .section_consultation .consultation__text {
    max-width: 32rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.catalog .section_consultation .consultation__button .button {
  padding: 0 6rem;
}
@media (max-width: 1024px) {
  .catalog .section_consultation .consultation__button .button {
    padding: 0 3rem;
  }
}
.catalog .section_slider-accordeon {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 4rem;
  overflow: hidden;
  margin-top: 14rem;
}
@media (max-width: 1440px) {
  .catalog .section_slider-accordeon {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog .section_slider-accordeon {
    padding: 0 1.6rem;
  }
}

.catalog-categories {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 16rem;
}
@media (max-width: 1440px) {
  .catalog-categories {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog-categories {
    padding: 0 1.6rem;
    margin-bottom: 6rem;
  }
}

.categories {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 8rem;
}
@media (max-width: 1024px) {
  .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.categories .category {
  grid-column: span 2;
  cursor: pointer;
}
.categories .category:nth-child(1), .categories .category:nth-child(2) {
  grid-column: span 3;
}
.categories .category:nth-child(6) {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .categories .category {
    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;
  }
}
.categories .category__preview {
  height: 32.43rem;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .categories .category__preview {
    background-size: auto 100%;
  }
}
.categories .category__name {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #000;
}

.collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 5.6rem;
}
@media (max-width: 1024px) {
  .collections {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 2.4rem;
  }
  .collections_mob-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.collections .collection {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .collections .collection {
    margin-top: 3.2rem;
  }
}
.collections .collection__preview {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2.4rem;
}
.collections .collection__name {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collections .collection__description {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
.collections .collection:hover .collection__name {
  color: #C20014;
}

.swipe-collections {
  cursor: url("../images/svg/cursor.svg"), pointer;
  margin-bottom: 6rem;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .swipe-collections {
    margin-bottom: 3rem;
  }
}
.swipe-collections__inner {
  width: 100%;
  overflow-x: scroll;
}
.swipe-collections__inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .swipe-collections__inner::-webkit-scrollbar {
    display: block;
  }
}
.swipe-collections__scrollbar {
  padding: 0 13.8%;
}
@media (max-width: 1440px) {
  .swipe-collections__scrollbar {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .swipe-collections__scrollbar {
    padding: 0;
  }
}
.swipe-collections__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 13.8%;
  padding-right: 4rem;
}
@media (max-width: 1440px) {
  .swipe-collections__list {
    padding-left: 9%;
  }
}
@media (max-width: 1024px) {
  .swipe-collections__list {
    gap: 1.2rem;
    padding: 0 1.6rem;
  }
}
.swipe-collections .swipe-collection {
  width: 20rem;
}
.swipe-collections .swipe-collection__preview {
  width: 100%;
  height: 22rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.swipe-collections .swipe-collection__name {
  font-size: 1.7rem;
  line-height: 1.3;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swipe-collections .swipe-collection:hover .swipe-collection__name {
  color: #7D7D7D;
}

.button-filters {
  padding: 0 3rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  border: 0.1rem solid #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .button-filters {
    padding: 0 1.6rem;
  }
}
.button-filters .icon.icon-filters {
  font-size: 2rem;
}
.button-filters:hover {
  background-color: #000;
  color: #fff;
}
.button-filters:active {
  background-color: #272727;
  color: #fff;
}

.current-filters {
  width: 100%;
  padding: 0 13.8%;
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
@media (max-width: 1440px) {
  .current-filters {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .current-filters {
    padding: 0 1.6rem;
  }
}
.current-filters .current-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 1.2rem 0.9rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: #F0F0F0;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.current-filters .current-filter .icon {
  font-size: 2rem;
  line-height: inherit;
}
.current-filters .current-filter:hover {
  background-color: #000;
  color: #fff;
}
.current-filters__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  color: #7D7D7D;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.current-filters__reset:hover {
  border-color: #000;
  color: #000;
}

.filters {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 200;
}
@media (max-width: 1024px) {
  .filters {
    width: 100%;
  }
}
.filters__inner {
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  width: 44rem;
  height: 100%;
  overflow-y: scroll;
  padding: 4rem 4rem 3rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.filters__inner.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.filters__inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .filters__inner {
    width: 100%;
    max-width: 768px;
    padding: 2.4rem 1.6rem 4.8rem;
  }
}
.filters__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.325rem;
  font-size: 1.95rem;
  color: #BABABA;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filters__close:hover {
  color: #272727;
}
.filters__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  color: #272727;
}
.filters__buttons {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.filters__button-show {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.filter {
  width: 100%;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.filter:last-child {
  border-bottom: none;
}
.filter__title {
  height: 6.4rem;
  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;
}
.accordeon .filter__title {
  cursor: pointer;
}
.filter__name {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.84px;
  color: #272727;
}
.filter__open .icon.icon-minus {
  display: none;
}
.filter__open.active .icon.icon-plus {
  display: none;
}
.filter__open.active .icon.icon-minus {
  display: block;
}
.filter__input-text {
  width: 100%;
  height: 4.6rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid #E0E0E0;
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
}
.filter__input-text::-webkit-inner-spin-button, .filter__input-text::-webkit-outer-spin-button {
  display: none;
}
.filter .price-range__extremes {
  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;
  gap: 1rem;
}
.filter .price-range__extreme {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.filter .price-range__extreme span {
  display: block;
  position: absolute;
  left: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
  color: #7D7D7D;
}
.filter .price-range__from, .filter .price-range__to {
  padding-left: 3.6rem;
}
.filter .price-range .irs {
  display: block;
}
.filter .price-range .irs-bar, .filter .price-range .irs-line {
  height: 0.2rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #272727;
}
.filter .price-range .irs-bar {
  height: 0.6rem;
  top: 3.1rem;
  border-top: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}
.filter .price-range .irs-handle {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 1.8rem;
  border: 0.2rem solid #fff;
  background: #272727;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .filter .price-range .irs-handle {
    width: 2.2rem;
    height: 2.2rem;
    top: 2.3rem;
    border-width: 0.3rem;
  }
}
.filter .price-range .irs-from, .filter .price-range .irs-to, .filter .price-range .irs-min, .filter .price-range .irs-max, .filter .price-range .irs-single {
  display: none;
}
.filter .filter-colors {
  max-height: 21rem;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2.9rem;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.filter .filter-colors__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: 0.8rem;
}
.filter .filter-colors .filter-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter .filter-colors .filter-color__checkbox {
  width: 3rem;
  height: 3rem;
}
.filter .filter-colors .filter-color__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.filter .filter-colors .filter-color__input:checked ~ .filter-color__view-wrap {
  border-color: #000;
}
.filter .filter-colors .filter-color__input:hover ~ .filter-color__view-wrap {
  border-color: rgba(0, 0, 0, 0.4);
}
.filter .filter-colors .filter-color__input:hover:checked ~ .filter-color__view-wrap {
  border-color: #000;
}
.filter .filter-colors .filter-color__view-wrap {
  border: 0.1rem solid transparent;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  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: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.filter .filter-colors .filter-color__view {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.filter .filter-colors .filter-color__label {
  font-size: 1.6rem;
  color: #7D7D7D;
  line-height: 1;
  cursor: pointer;
}
.filter__show-all-colors, .filter__hide-all-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.9rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
  cursor: pointer;
}
.filter__show-all-colors span:not(.icon), .filter__hide-all-colors span:not(.icon) {
  line-height: 2rem;
  border-bottom: 1px dashed #000;
}
.filter__show-all-colors .icon.icon-arrow-down-small, .filter__hide-all-colors .icon.icon-arrow-down-small {
  top: 0.2rem;
  font-size: 1.6rem;
}
.filter__show-all-colors {
  display: block;
}
.filter__hide-all-colors {
  display: none;
}
.filter__hide-all-colors .icon.icon-arrow-down-small:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter .filter-style__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: 0.8rem;
  padding-bottom: 2.5rem;
}

.pagination {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 14rem;
}
@media (max-width: 1440px) {
  .pagination {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .pagination {
    padding: 0 1.6rem;
    margin-bottom: 8rem;
  }
}
.catalog--no-padding .pagination {
  padding: 0 !important;
}
.pagination__text {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #7D7D7D;
}
.pagination__progressbar {
  margin-bottom: 2rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination__progress {
  position: absolute;
  height: 0.2rem;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.pagination__button {
  margin-top: 3rem;
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination--content .pagination__button button {
  height: 4.6rem;
  width: 100%;
  max-width: 25.2rem;
  font-size: 1.4rem;
}
.pagination__numbers {
  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;
}
.pagination__number {
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #A7A7A7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.pagination__number:hover, .pagination__number.active {
  color: #272727;
}

.video-w-btns__video {
  height: 72rem;
  width: 100%;
  max-width: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.video-w-btns__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url("../images/media/stats-video-preview.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-w-btns__button {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 12.8rem;
}
.video-w-btns__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/svg/video-circle-text.svg");
  background-size: contain;
  background-position: center center;
  animation: 10s linear 0s normal none infinite running rotate;
  -webkit-animation: 10s linear 0s normal none infinite running rotate;
}
.video-w-btns__play {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 7.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url("../images/svg/play.svg");
  background-position: center center;
  z-index: 2;
  cursor: pointer;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.catalog {
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .catalog {
    padding-bottom: 0;
  }
}
.catalog--no-padding {
  padding-bottom: 0;
}

.title {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .title {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .title {
    padding: 0 1.6rem;
  }
}

.catalog-banner {
  width: 100%;
  height: 70rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .catalog-banner {
    margin-bottom: 3rem;
    height: 40rem;
    width: 100%;
  }
}
.catalog-banner__img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 570px) {
  .catalog-banner__img {
    height: 40rem;
    width: auto;
    max-width: initial;
  }
}

.catalog-title {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .catalog-title {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog-title {
    padding: 0 1.6rem;
  }
}
.search-results .catalog-title {
  margin-top: 4rem;
}
.catalog-title .h1, .catalog-title .h2 {
  display: inline;
  width: auto;
  padding: 0;
  vertical-align: top;
}
.catalog-title__num {
  display: inline-block;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #7D7D7D;
  top: -0.2rem;
}
@media (max-width: 1024px) {
  .catalog-title__num {
    font-size: 1.6rem;
  }
}

.catalog__top {
  width: 100%;
  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: 0 13.8%;
  margin-top: 6rem;
}
@media (max-width: 1440px) {
  .catalog__top {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .catalog__top {
    padding: 0 1.6rem;
    margin-top: 3rem;
  }
}
.catalog--no-padding .catalog__top {
  padding: 0 !important;
}

.product-card {
  margin-top: 4rem;
  padding: 0 13.8%;
}
@media (max-width: 1440px) {
  .product-card {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .product-card {
    padding: 0 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .product-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.product-card__labels {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 1px 1rem 0;
  border: 1px solid #BDBDBD;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  left: 0.1rem;
}
@media (max-width: 1024px) {
  .product-card__label {
    height: 1.7rem;
    padding: 0 0.6rem;
  }
}
.product-card__label_new {
  color: #4F4F4F;
}
.product-card__label_promo {
  background-color: #C20014;
  color: #fff;
  border-color: #C20014;
}
.product-card__label_hit {
  background-color: #FFCC19;
  color: #000;
  border-color: #FFCC19;
}
.product-card__preview-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66rem;
          flex: 1 1 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .product-card__preview-slider {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.product-card__active-image {
  width: 100%;
  height: 72.7rem;
  margin-top: 4.3rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .product-card__active-image {
    display: none;
  }
}
.product-card__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66rem;
          flex: 0 1 66rem;
}
@media (max-width: 1024px) {
  .product-card__details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.product-card__name {
  font-size: 3.8rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .product-card__name {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.product-card__info {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .product-card__info {
    margin-top: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-card__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-right: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #272727;
}
.product-card__stock .icon {
  width: 1.6rem;
  height: 1.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;
  border-radius: 1.6rem;
  text-align: center;
  color: #fff;
}
.product-card__stock .icon.icon-check-thin {
  background-color: #000;
  font-size: 1.6rem;
}
.product-card__stock .icon.icon-check-thin::before {
  display: block;
  margin-top: 0.1rem;
}
.product-card__stock .icon.icon-close-small {
  background-color: #7D7D7D;
  font-size: 1.4rem;
}
.product-card__reviews-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card__rating {
  margin-right: 1rem;
}
.product-card__reviews-link {
  padding: 0.5rem 0;
  top: 0.2rem;
  font-size: 1.4rem;
  color: #272727;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .product-card__price {
    margin-top: 4.8rem;
  }
}
.product-card__price-by-request {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #949494;
}
.product-card__price-from {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
}
.product-card__old-price {
  font-size: 2rem;
  color: #949494;
  text-decoration: line-through;
}
.product-card__new-price {
  font-size: 3rem;
  font-weight: 500;
  color: #C20014;
}
.product-card__user-actions {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .product-card__user-actions {
    width: 100%;
  }
}
.product-card__add-to-cart {
  width: 100%;
  padding: 0 4rem;
  display: none;
}
.product-card__add-to-cart.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card__product-counter {
  width: 30.6rem;
  display: none;
}
.product-card__product-counter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card__wishlist {
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 5.6rem;
          flex: 1 0 5.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;
  border: 0.1rem solid #E0E0E0;
  color: #949494;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-card__wishlist .icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-card__wishlist.active .icon.icon-wishlist {
  font-size: 3.4rem;
  color: #C20014;
}
@media (max-width: 1024px) {
  .product-card__wishlist {
    display: none;
  }
}
.product-card__wishlist:hover {
  color: #C20014;
}
.product-card__wishlist-mob {
  width: 3rem;
  height: 3rem;
  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;
  position: absolute;
  top: -0.2rem;
  right: 0;
  font-size: 3rem;
  line-height: 1;
  z-index: 3;
}
.product-card__wishlist-mob .icon {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product-card__wishlist-mob.active .icon.icon-wishlist {
  font-size: 3.4rem;
  color: #C20014;
}
.product-card__maybe-needed {
  margin-top: 8rem;
}
.product-card__description {
  margin-top: 14rem;
  max-width: 92rem;
}
@media (max-width: 1024px) {
  .product-card__description {
    margin-top: 10rem;
  }
}
.product-card__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .product-card__title {
    font-size: 2rem;
  }
}
.product-card__text {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.18px;
  color: #272727;
}
.product-card__features {
  margin-top: 10rem;
  max-width: 92rem;
}
.product-card__included-in-price {
  margin-top: 8rem;
}
.product-card .included-in-price__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
}
.product-card .included-in-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
}
.product-card .included-in-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.16px;
  color: #272727;
  gap: 1.8rem;
}
.product-card .included-in-price__item:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.7rem;
          flex: 0 0 0.7rem;
  margin-top: 0.7rem;
  border-radius: 0.7rem;
  background-color: #C20014;
}
.product-card__subscription {
  margin-top: 8rem;
}
.product-card__subscription .input-text, .product-card__subscription .button {
  max-width: 32.2rem;
  width: 100%;
}

.slider_product-description {
  width: 100%;
  height: 56rem;
  margin-top: 14rem;
}
@media (max-width: 1024px) {
  .slider_product-description {
    width: 100vw;
    height: auto;
    margin-top: 12rem;
    margin-left: -1.6rem;
  }
}
.slider_product-description .slider__prev, .slider_product-description .slider__next {
  top: calc(50% - 2.5rem);
  opacity: 1;
}
@media (max-width: 1024px) {
  .slider_product-description .slider__prev, .slider_product-description .slider__next {
    display: none;
  }
}
.slider_product-description .slider__prev {
  left: 3rem;
}
@media (max-width: 1280px) {
  .slider_product-description .slider__prev {
    left: 1rem;
  }
}
.slider_product-description .slider__next {
  right: 3rem;
}
@media (max-width: 1280px) {
  .slider_product-description .slider__next {
    right: 1rem;
  }
}
.slider_product-description .slider__progressbars {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 2.2rem;
}
@media (max-width: 1024px) {
  .slider_product-description .slider__progressbars {
    bottom: auto;
    padding: 0 1.6rem;
  }
}
.slider_product-description .slider__progressbars .progressbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8rem;
          flex: 0 1 8rem;
}
.slider_product-description .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56rem;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .slider_product-description .slide {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.slider_product-description .slide__picture, .slider_product-description .slide__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .slider_product-description .slide__picture, .slider_product-description .slide__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.slider_product-description .slide__picture {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1024px) {
  .slider_product-description .slide__picture {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    height: 40rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.slider_product-description .slide__content {
  color: #fff;
  padding: 4rem 19rem 14rem 4rem;
}
@media (max-width: 1280px) {
  .slider_product-description .slide__content {
    padding: 4rem 6rem 10rem 2rem;
  }
}
@media (max-width: 1024px) {
  .slider_product-description .slide__content {
    padding: 3.6rem 1.6rem 4.8rem;
  }
}
.slider_product-description .slide__title {
  font-size: 3.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .slider_product-description .slide__title {
    font-size: 2rem;
  }
}
.slider_product-description .slide__text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .slider_product-description .slide__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}

.product-option {
  padding-top: 4rem;
}
.product-option--material {
  padding-top: 0;
  margin-top: 4rem;
  max-height: 62.6rem;
  overflow-y: auto;
  scrollbar-width: thin;
  --scrol-size: 4px;
}
.product-option--material::-webkit-scrollbar {
  width: var(--scrol-size);
  background-color: #201E25;
  border-radius: 4px;
}
.product-option--material::-webkit-scrollbar-track {
  width: var(--scrol-size);
  background-color: #eee;
  border-radius: 4px;
}
.product-option--material::-webkit-scrollbar-thumb {
  width: var(--scrol-size);
  background-color: #000;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .product-option--material {
    margin-top: 0;
    max-height: unset;
  }
}
.product-option__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .product-option__info {
    font-size: 1.4rem;
  }
}
.product-option__name {
  color: #7D7D7D;
}
.product-option__value {
  color: #272727;
}
.product-option__measurement {
  position: absolute;
  right: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .product-option__measurement {
    top: 0.2rem;
    font-size: 1.4rem;
  }
}
.product-option__measurement:hover {
  color: #7D7D7D;
}
.product-option__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .product-option__container {
    gap: 0.8rem;
  }
}
.product-option__container_pictures {
  gap: 1.6rem 0.4rem;
}
@media (max-width: 1024px) {
  .product-option__container_pictures {
    gap: 0.4rem;
  }
}
.product-option__container_materials {
  gap: 1rem;
}
@media (max-width: 1024px) {
  .product-option__container_materials {
    gap: 0.4rem;
    display: block;
  }
}
.product-option .option-text__view {
  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.4rem;
  padding: 0 1.8rem;
  font-size: 1.5rem;
  color: #7D7D7D;
  border: 0.1rem solid #E0E0E0;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, font-size 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, font-size 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, font-size 0.2s ease;
}
.product-option .option-text:hover .option-text__view {
  border-color: #7D7D7D;
  color: #272727;
}
.product-option .option-text__radio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.product-option .option-text__radio:checked ~ .option-text__view {
  border-color: #272727;
  color: #272727;
}
.product-option .option-text_custom {
  cursor: pointer;
}
.product-option .option-text_custom .option-text__radio {
  width: 0;
  height: 0;
}
.product-option .option-text_custom .option-text__radio:checked ~ .option-text__view {
  padding-top: 1.4rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #7D7D7D;
}
.product-option .option-text_custom .option-text__value {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1rem;
  color: #272727;
}
.product-option .option-text_color {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.product-option .option-text_color .option-text__view {
  width: 16.4rem;
  height: 6.4rem;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .product-option .option-text_color .option-text__view {
    height: 4.4rem;
  }
}
.product-option .option-text_color .option-text__value {
  top: 1.9rem;
}
@media (max-width: 1024px) {
  .product-option .option-text_color .option-text__value {
    top: 1.2rem;
  }
}
.product-option .option-text_color .option-text__radio:checked ~ .option-text__view {
  padding-top: 1.4rem;
}
.product-option .option-picture {
  width: 7.6rem;
  height: 7.6rem;
}
@media (max-width: 1024px) {
  .product-option .option-picture {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.product-option .option-picture--material {
  position: relative;
  width: calc(25% - 1rem);
  height: unset;
}
@media (max-width: 1600px) {
  .product-option .option-picture--material {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 1280px) {
  .product-option .option-picture--material {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 1024px) {
  .product-option .option-picture--material {
    width: calc(25% - 1rem);
  }
}
@media (max-width: 768px) {
  .product-option .option-picture--material {
    width: calc(33.3333% - 1rem);
  }
}
@media (max-width: 560px) {
  .product-option .option-picture--material {
    width: calc(50% - 1rem);
  }
}
.product-option .option-picture--material .option-picture__name {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  .product-option .option-picture--material .option-picture__name {
    display: none;
  }
}
.product-option .option-picture__view {
  width: 100%;
  height: 100%;
  border: 0.1rem solid transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product-option .option-picture__view img {
  width: 100%;
  height: 100%;
  border: 0.5rem solid white;
}
@media (max-width: 1024px) {
  .product-option .option-picture__view img {
    border: 0.2rem solid white;
  }
}
.product-option .option-picture__view--material {
  height: auto;
}
.product-option .option-picture__view--material img {
  border: none !important;
}
@media (max-width: 1024px) {
  .product-option .option-picture__view--material {
    position: relative;
  }
  .product-option .option-picture__view--material::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .product-option .option-picture__view--material img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-option .option-picture__radio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.product-option .option-picture__radio:checked ~ .option-picture__view {
  border-color: #272727;
}
.product-option .option-picture__radio:checked ~ .option-picture__view p {
  color: #C20014;
}
.product-option .option-picture__radio:checked ~ .option-picture__name {
  color: #C20014;
}
.product-option .option-picture__radio:disabled {
  cursor: default;
}
.product-option .option-picture__radio:disabled ~ .option-picture__view:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0.5rem solid white;
  background-image: url("../images/products/options/no-choice.png");
  background-size: calc(100% - 1rem);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.product-option__other-colors {
  display: none;
}
.product-option__show-more {
  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: 7.6rem;
  height: 7.6rem;
  border: 0.6rem solid #fff;
  background-color: #EEEEEE;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .product-option__show-more {
    width: 4.4rem;
    height: 4.4rem;
    border: none;
  }
}
.product-option__full {
  width: 100%;
}
@media (max-width: 1024px) {
  .product-option__full {
    width: auto;
  }
}
.product-option__btn-other {
  width: 100%;
  height: 4.6rem;
  margin-top: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.42px;
}

.product-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.18px;
}
.product-feature__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .product-feature__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.product-feature__value {
  color: #272727;
}
@media (max-width: 1024px) {
  .product-feature__value {
    width: 52%;
    word-wrap: break-word;
  }
}

.product-reviews {
  padding-top: 10rem;
}
@media (max-width: 1024px) {
  .product-reviews {
    padding-top: 7rem;
  }
}
.product-reviews__wrap {
  width: 66.5%;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .product-reviews__wrap {
    width: 100%;
  }
  .product-reviews__wrap .product-reviews__add-review-btn {
    height: 5.6rem;
  }
}
.product-reviews__tabs {
  margin-top: 0;
}
.product-reviews__mob-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.product-reviews__title {
  color: #7D7D7D;
  font-size: 3.2rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .product-reviews__title {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.product-reviews__number {
  font-size: 2rem;
  font-weight: 500;
  color: #272727;
}
@media (max-width: 1024px) {
  .product-reviews__number {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.product-reviews .tabs__buttons {
  margin-top: 2.4rem;
}
.product-reviews .tabs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .product-reviews .tabs__button {
    gap: 0.4rem;
  }
}
.product-reviews .tabs__button.active .product-reviews__title, .product-reviews .tabs__button:hover .product-reviews__title {
  color: #000;
}
.product-reviews__actions {
  width: 32rem;
  position: absolute;
  top: -4.6rem;
  right: 0;
}
@media (max-width: 1280px) {
  .product-reviews__actions {
    width: 24rem;
    top: 3rem;
  }
}
@media (max-width: 1024px) {
  .product-reviews__actions {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.product-reviews__add-review-btn {
  width: 32rem;
  max-width: 100%;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .product-reviews__add-review-btn {
    margin-top: 2.4rem;
    height: 4rem;
    width: 100%;
  }
}
.product-reviews__small-title {
  padding-top: 2.4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #000;
}
.product-reviews__show-more {
  width: 100%;
  margin-top: 4rem;
}
.product-reviews__show-more .button {
  width: 100%;
}
.product-reviews__show-more .icon-container {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product-reviews__show-more .icon-container {
    display: none;
  }
}
.product-reviews__show-more .icon-container .icon.icon-arrow-down {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.product-reviews__show-more .icon-container .icon.icon-arrow-down._hover {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.product-reviews__show-more:hover .icon.icon-arrow-down {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.product-reviews__show-more:hover .icon.icon-arrow-down._hover {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.product-reviews__empty {
  max-width: 32rem;
  padding-top: 4rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #7D7D7D;
}

.product-review {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #E0E0E0;
}
.product-review__info {
  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;
  font-size: 1.6rem;
  letter-spacing: 0.16px;
}
.product-review__username {
  font-weight: 500;
  color: #272727;
}
.product-review__date {
  color: #A7A7A7;
}
.product-review__rating {
  margin-top: 3rem;
}
.product-review__text-wrap {
  margin-top: 1rem;
  max-height: 12rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.product-review__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #272727;
}
.product-review__show-all {
  display: none;
  padding-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-review__show-all:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6.4rem;
  bottom: 100%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.product-review__show-all:hover {
  color: #7D7D7D;
}
.product-review__show-all.active {
  display: block;
}
.product-review__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.product-review__picture-wrap {
  cursor: pointer;
}
.product-review__picture-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 2;
}
.product-review__picture-wrap:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-review__picture {
  width: 10rem;
  height: 11rem;
  background-size: cover;
}

.product-create {
  width: 100%;
  min-height: 100vh;
}
.product-create-step {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 1024px) {
  .product-create-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-create-step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-create .step-title-mob {
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.6rem;
}
.product-create .step-title-mob__back, .product-create .step-title-mob__close {
  position: absolute;
  top: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  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;
  font-size: 2.4rem;
  color: #7D7D7D;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  z-index: 3;
}
.product-create .step-title-mob__back {
  left: 1.6rem;
}
.product-create .step-title-mob__close {
  right: 1.6rem;
}
.product-create .step-title-mob__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-create .step-title-mob__text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
}
.modal-all-product-options--materials .product-create .step-title-mob__text {
  text-align: center;
}
.product-create .step-title-mob__text-gray {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #7D7D7D;
}
.product-create .steps-title-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
}
.product-create .steps-title-desk__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7D7D7D;
  cursor: pointer;
}
.product-create .steps-title-desk__step.active {
  color: #272727;
}
.product-create .steps-title-desk__step.active .steps-title-desk__number {
  border-color: #272727;
}
.product-create .steps-title-desk__number {
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: 1px solid #7D7D7D;
  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;
  font-size: 2rem;
  font-weight: 500;
}
.product-create .steps-title-desk__text {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
.product-create .steps-title-desk__dash {
  height: 1px;
  width: 3.6rem;
  background-color: #272727;
}
.product-create__product-name {
  margin-bottom: 0.7rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.product-create__product-name--material {
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1.2;
}
.product-create__picture-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 102rem;
          flex: 0 2 102rem;
  padding: 16.3vh 0 2rem;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  .product-create__picture-wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 40rem;
    padding: 0 0 1rem;
  }
}
.product-create__picture {
  width: 90%;
  height: 72.7rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .product-create__picture {
    width: auto;
    height: 100%;
  }
}
.product-create #step1 {
  z-index: 1;
}
.product-create #step1 .step-title-mob__number {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/svg/step-1.svg");
}
.product-create #step2 {
  z-index: 2;
}
.product-create #step2 .step-title-mob__number {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/svg/step-2.svg");
}
.product-create #step3 {
  z-index: 3;
}
.product-create #step3 .step-title-mob__number {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/svg/step-3.svg");
}
.product-create__options-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90rem;
          flex: 1 1 90rem;
  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;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .product-create__options-wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 3.2rem;
  }
}
.product-create__options-inner {
  padding: 4rem 15% 4rem 9%;
}
@media (max-width: 1024px) {
  .product-create__options-inner {
    padding: 3.2rem 1.6rem;
  }
}
.product-create__options-list {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .product-create__options-list {
    margin-top: 3.2rem;
  }
  .product-create__options-list--material {
    margin-top: 0;
  }
}
.product-create__bottom {
  padding: 3rem 15% 6rem 9%;
}
@media (max-width: 1024px) {
  .product-create__bottom {
    padding: 0 1.6rem;
  }
}
.product-create__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product-create__price-text {
  font-size: 2.4rem;
  color: #272727;
}
.product-create__price-val {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .product-create__price-val {
    font-size: 1.6rem;
  }
}
.product-create__old-price {
  font-size: 2rem;
  font-weight: 500;
  color: #949494;
}
@media (max-width: 1024px) {
  .product-create__old-price {
    font-size: 1.6rem;
  }
}
.product-create__new-price {
  font-size: 3rem;
  font-weight: 500;
  color: #C20014;
}
@media (max-width: 1024px) {
  .product-create__new-price {
    font-size: 1.6rem;
  }
}
.product-create__price-by-request {
  font-size: 2rem;
  font-weight: 500;
  color: #949494;
}
.product-create__buttons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .product-create__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 1rem;
  }
}

.product-create-option {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 1024px) {
  .product-create-option {
    display: none;
    border-bottom: none;
  }
  .product-create-option.active {
    display: block;
  }
}
.product-create-option__info {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .product-create-option__info {
    height: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
    margin-bottom: 2rem;
  }
}
.product-create-option__info .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8rem;
          flex: 0 0 1.8rem;
  font-size: 1.8rem;
  color: #000;
}
.product-create-option__info .icon.icon-minus {
  display: none;
}
.product-create-option__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1rem;
          flex: 0 1 1rem;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .product-create-option__name {
    color: #272727;
    font-weight: 500;
    line-height: 2.1rem;
  }
}
.product-create-option__name_black {
  color: #272727;
}
.product-option--material .product-create-option__name_black {
  color: #7D7D7D;
}
.product-option--material .product-create-option__name {
  font-size: 1.4rem;
  color: #272727;
}
.product-create-option__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
}
@media (max-width: 1024px) {
  .product-create-option__value {
    font-size: 1.4rem;
    color: #7D7D7D;
  }
}
.product-create-option__mob-prev, .product-create-option__mob-next {
  position: absolute;
  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.4rem;
  height: 2.4rem;
  top: 0.8rem;
  font-size: 2.4rem;
  color: #272727;
}
.product-create-option__mob-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-create-option__mob-next {
  right: 0;
}
.product-create-option__container {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .product-create-option__container {
    display: block !important;
    margin-bottom: 0;
  }
}
.product-create-option .product-option {
  padding: 0;
}
.product-create-option .product-option__container {
  margin: 0;
}

.maybe-needed__title {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .maybe-needed__title {
    font-size: 2rem;
  }
}
.maybe-needed__text {
  font-size: 1.6rem;
  color: #272727;
}
.maybe-needed__show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 44rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  cursor: pointer;
}
.maybe-needed__show-modal .icon.icon-plus {
  width: 3.8rem;
  height: 3.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 3.8rem;
          flex: 1 0 3.8rem;
  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;
  border: 1px solid #272727;
  font-size: 2rem;
  color: #272727;
}
.maybe-needed__show-modal .icon.icon-arrow-down-small {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1.2rem;
          flex: 1 0 1.2rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.2rem;
  color: #272727;
}
.maybe-needed__products-list {
  max-width: 44rem;
  border-bottom: 1px solid #E0E0E0;
}
.maybe-needed__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.other-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #E0E0E0;
}
@media (max-width: 1024px) {
  .other-product {
    gap: 1.6rem;
  }
}
.other-product:first-child {
  border: none;
}
.other-product__preview {
  width: 10rem;
  height: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .other-product__preview {
    width: 8rem;
    height: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
  }
  .other-product__info {
    height: 15rem;
    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-right: 5rem;
  }
}
.other-product__name {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #4F4F4F;
}
.other-product__features {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.other-product__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
}
.other-product__feature-name {
  color: #7D7D7D;
}
.other-product__feature-value {
  color: #272727;
}
.other-product__add-to-cart {
  display: none;
}
.other-product__add-to-cart.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-product__count {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.other-product__count.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-product__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .other-product__buy {
    margin-left: -9.6rem;
    gap: 2rem;
  }
}
.other-product__buy .button {
  gap: 0;
}
.other-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .other-product__price {
    font-size: 1.6rem;
  }
}
.other-product__old-price {
  text-decoration: line-through;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #949494;
}
.other-product__price-by-request {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #828282;
}

.other-product_config .other-product__preview {
  width: 14rem;
  height: 14rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
}
@media (max-width: 1024px) {
  .other-product_config .other-product__preview {
    width: 8rem;
    height: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
  }
}
.other-product_config .other-product__name {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .other-product_config .other-product__name {
    font-size: 1.6rem;
  }
}
.other-product_config .other-product__buy {
  margin-top: 3rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}
.modal_visible {
  display: block;
}
.modal_fade {
  opacity: 1;
}
.modal_show {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 1;
}
.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .modal__inner {
    padding: 4rem 1.6rem;
    height: auto;
  }
}
.modal__wrap {
  width: 54rem;
  position: relative;
  margin: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 4rem 5rem 5rem;
}
@media (max-width: 1024px) {
  .modal__wrap {
    width: 100%;
    padding: 4rem 2rem;
    margin: 0;
  }
}
.modal__wrap {
  -webkit-transform: translateY(100px) scale(0.9);
  -ms-transform: translateY(100px) scale(0.9);
  transform: translateY(100px) scale(0.9);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.modal_fade .modal__wrap, .modal_show .modal__wrap {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.modal__close {
  --size: 2.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #BABABA;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 5;
}
.modal__close:hover {
  color: #000;
}
.modal .icon.icon-close {
  font-size: var(--size);
}
.modal__title {
  margin-bottom: 1.4rem;
}
@media (max-width: 1024px) {
  .modal__title {
    margin-bottom: 2rem;
  }
}
.modal-consultation--shop .modal__title {
  text-align: center;
}
.modal__text {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .modal__text {
    margin-bottom: 2.4rem;
  }
}
.modal-consultation--shop .modal__text {
  text-align: center;
}
.modal .fieldset {
  margin-bottom: 2.4rem;
}
.modal .form__agreement {
  padding-right: 3.2rem;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .modal .form__agreement {
    padding-right: 0;
  }
}
.modal .form__agreement a {
  text-decoration: underline;
  color: #272727;
}
.modal__picture {
  position: relative;
}
.modal__picture-name-box {
  position: absolute;
  left: 0;
  bottom: 4rem;
  padding: 1.1rem 2rem 0.9rem 4rem;
  background: #EAEBEF;
}
@media (max-width: 1024px) {
  .modal__picture-name-box {
    display: none;
  }
}
.modal__picture-name {
  font-size: 1.6rem;
  line-height: 1;
}
.modal__picture-job {
  font-size: 1.4rem;
  line-height: 1;
  color: #7D7D7D;
}

.modal-call-request {
  text-align: center;
}
@media (max-width: 1024px) {
  .modal-call-request .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-call-request .modal__wrap {
  padding: 4rem 5rem 5rem;
}
@media (max-width: 1024px) {
  .modal-call-request .modal__wrap {
    width: 100%;
    padding: 4rem 1.6rem;
  }
}
.modal-call-request .modal__title {
  margin-bottom: 1.2rem;
}
.modal-call-request .modal__text {
  margin-bottom: 4rem;
}
.modal-call-request .fieldset {
  margin-bottom: 2.4rem;
}

@media (max-width: 1024px) {
  .modal-get-consult .modal__wrap {
    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%;
  }
}
.modal-get-consult .modal__picture {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1024px) {
  .modal-get-consult .modal__picture {
    min-height: 70vw;
  }
}

.modal-call-thanks, .modal-review-thanks {
  text-align: center;
}
.modal-call-thanks .modal__wrap, .modal-review-thanks .modal__wrap {
  width: 46.8rem;
  padding: 8rem 7.3rem 6rem;
}
@media (max-width: 1024px) {
  .modal-call-thanks .modal__wrap, .modal-review-thanks .modal__wrap {
    padding: 4.8rem 2.2rem;
  }
}
.modal-call-thanks .modal__inner, .modal-review-thanks .modal__inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-call-thanks .modal__thanks, .modal-review-thanks .modal__thanks {
  margin-bottom: 2rem;
  font-size: 6rem;
}
.modal-call-thanks .modal__title, .modal-review-thanks .modal__title {
  margin-bottom: 1rem;
}
.modal-call-thanks .modal__text, .modal-review-thanks .modal__text {
  margin-bottom: 4rem;
}
.modal-call-thanks .text-light, .modal-review-thanks .text-light {
  width: 27rem;
  margin: 0 auto;
}

.modal-review-thanks .modal__title {
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
}
.modal-review-thanks .modal__text {
  margin-bottom: 5rem;
  font-size: 1.7rem;
  line-height: 1.3;
}
.modal-review-thanks .modal .text-light {
  font-size: 1.7rem;
}

.modal-change-city, .modal-city {
  text-align: left;
}
@media (max-width: 1024px) {
  .modal-change-city .modal__inner, .modal-city .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-change-city .modal__wrap, .modal-city .modal__wrap {
  min-height: 58rem;
}
.modal-change-city .modal__title, .modal-city .modal__title {
  margin-bottom: 4rem;
}
.modal-change-city .cities-list, .modal-city .cities-list {
  width: 100%;
  max-height: 34rem;
  overflow-y: scroll;
  margin-top: 2.4rem;
  padding-bottom: 1rem;
  scrollbar-color: #000 rgba(0, 0, 0, 0.1);
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */
}
.modal-change-city .cities-list::-webkit-scrollbar, .modal-city .cities-list::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}
.modal-change-city .cities-list::-webkit-scrollbar-thumb, .modal-city .cities-list::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background-color: #000;
}
.modal-change-city .cities-list__inner, .modal-city .cities-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: 0;
}
.modal-change-city .cities-list .city, .modal-city .cities-list .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  font-size: 1.6rem;
  color: #272727;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-change-city .cities-list .city:hover span, .modal-city .cities-list .city:hover span {
  border-bottom: 1px solid #272727;
}

.modal-all-product-options--materials .button:not(:last-child) {
  margin-bottom: 2rem;
}
.modal-all-product-options .modal__inner {
  padding: 0;
}
.modal-all-product-options .modal__wrap {
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-all-product-options .modal__close {
  top: 5rem;
  right: 2rem;
}
.modal-all-product-options .modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-all-product-options .modal-close__text {
  font-size: 1.6rem;
  line-height: 1;
  color: #272727;
}

.modal_w-pic {
  text-align: left;
}
.modal_w-pic .modal__inner {
  padding: 0;
}
.modal_w-pic .modal__wrap {
  width: 100%;
  max-width: 94rem;
  padding: 0;
}
.modal_w-pic .modal__content {
  width: 50%;
  padding: 5rem 5.7rem 5rem 6rem;
}
@media (max-width: 1024px) {
  .modal_w-pic .modal__content {
    width: 100%;
    padding: 3.2rem 1.6rem 3.8rem;
  }
}
.modal_w-pic .modal .h3 {
  font-size: 3.2rem;
}
.modal_w-pic .modal__text {
  font-size: 1.6rem;
  line-height: 1.3;
}
.modal_w-pic .modal__picture {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .modal_w-pic .modal__picture {
    position: relative;
    width: 100%;
    height: 30rem;
  }
  .modal-consultation .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .modal-measure-request .modal__inner {
    min-height: 100%;
  }
}
.modal-measure-request .modal__picture {
  background-image: url("../images/media/modal-measure-request.png");
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .modal-measure-request .modal__picture {
    height: calc(100vh - 48rem);
  }
}

@media (max-width: 1024px) {
  .modal-get-consult .modal__wrap {
    min-height: 100%;
  }
}
.modal-get-consult .modal__picture {
  background-image: url("../images/media/modal-get-consult.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .modal-get-consult .modal__picture {
    height: calc(100vh - 52.2rem);
    height: calc(var(--vh, 1vh) * 100 - 52.2rem);
    min-height: 0;
    background-position: center 24%;
    background-size: cover;
  }
  .modal-get-consult .modal__content {
    padding: 2.4rem 1.6rem 3rem;
  }
  .modal-get-consult .modal__content .button {
    margin-top: 1rem;
  }
  .modal-get-consult .fieldset {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1024px) {
  .modal-door-size .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-door-size .modal__picture {
  background-color: #F3F3F3;
  background-position: center center;
  background-size: auto;
  background-image: url("../images/media/modal-door-size.png");
}
@media (max-width: 1024px) {
  .modal-door-size .modal__picture {
    background-size: auto 80%;
  }
  .modal-product-color .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-product-color .modal__wrap {
  padding: 5rem;
}
@media (max-width: 1024px) {
  .modal-product-color .modal__wrap {
    padding: 4.8rem 1.6rem;
  }
}
.modal-product-color .modal__title {
  font-size: 2.4rem;
}
.modal-product-color .tabs__container {
  padding-top: 2rem;
}
.modal-product-color .edit-color {
  margin-top: 4rem;
}
.modal-product-color .edit-color__view {
  width: 100%;
  max-width: 43.8rem;
  height: 24.5rem;
  margin: 3rem 0;
}
@media (max-width: 1024px) {
  .modal-product-color .edit-color__view {
    max-width: 100%;
  }
}
.modal-product-color .choose-color-btn {
  width: 100%;
}

@media (max-width: 1024px) {
  .modal-write-review .modal__inner {
    min-height: 100%;
    padding: 0;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-write-review .modal__wrap {
  padding: 5rem 5rem 2.6rem;
}
@media (max-width: 1024px) {
  .modal-write-review .modal__wrap {
    padding: 4.8rem 1.6rem;
  }
}
.modal-write-review .user-grade {
  margin-top: 3.6rem;
}
.modal-write-review .user-grade__text {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #272727;
}

@media (max-width: 1024px) {
  .modal-product-video .modal__inner {
    padding: 0;
  }
}
.modal-product-video .modal__wrap {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.modal-product-video .modal__content {
  height: 100%;
}
.modal-product-video .modal__product-video {
  width: 100%;
  height: 100%;
}

.modal-checkout__submit {
  margin-top: 2.4rem;
}
.modal-checkout .modal__inner {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-checkout .modal__wrap {
  width: 100%;
  max-width: 60rem;
  min-height: 100%;
  margin: 0;
  padding: 5.6rem 4rem;
}
@media (max-width: 1024px) {
  .modal-checkout .modal__wrap {
    padding: 4.8rem 1.6rem;
  }
}
.modal-checkout .modal__title {
  margin-bottom: 2.4rem;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .modal-checkout .modal__title {
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }
}
.modal-checkout .modal__text {
  margin-bottom: 0;
}
.modal-checkout .subheading {
  margin-top: 4.8rem;
}
.modal-checkout .fieldset {
  margin-bottom: 2.4rem;
}
@media (min-width: 1024.1px) {
  .modal-checkout .fieldset {
    gap: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .modal-services .modal__top {
    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;
    height: 4.8rem;
    margin-bottom: 2.4rem;
  }
  .modal-services .modal__top:after {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: -1.6rem;
    background-color: rgba(224, 224, 224, 0.4);
  }
  .modal-services .modal__back, .modal-services .modal__close {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    color: #7D7D7D;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.4rem;
            flex: 0 0 2.4rem;
  }
  .modal-services .modal__close {
    position: relative;
    top: 0;
    right: 0;
  }
  .modal-services .modal__top-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #272727;
  }
}
.modal-services .modal__inner {
  padding: 0;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .modal-services .modal__inner {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-services .modal__wrap {
  width: 72rem;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .modal-services .modal__wrap {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0 1.6rem 2.4rem;
  }
}
.modal-services .modal__title {
  font-size: 2.4rem;
}
.modal-services .modal__services-list {
  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.2rem;
  padding-bottom: 2.6rem;
}
.modal-services .add-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .modal-services .add-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .modal-services .add-services {
    gap: 1rem;
  }
}
.modal-services .add-services__btn {
  width: 49rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49rem;
          flex: 0 0 49rem;
}
@media (max-width: 1024px) {
  .modal-services .add-services__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.6rem;
            flex: 0 1 23.6rem;
  }
  .modal-services .add-services__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8.2rem;
            flex: 0 1 8.2rem;
  }
}
.modal-services .add-services__price {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}
.modal-services .add-services__amount {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}

.container-fluid {
  width: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.container {
  width: 100%;
  max-width: 156rem;
  margin: 0 auto;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.page__breadcrumbs {
  padding-left: 0 !important;
}
.page__title {
  margin-bottom: 4rem;
}
.page__title-city {
  position: relative;
  cursor: pointer;
}
.page__title-city::before {
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem dashed currentColor;
  content: "";
}
@media (max-width: 1024px) {
  .page__title-city {
    border-bottom: 1px dashed currentColor;
  }
  .page__title-city::before {
    content: none;
  }
}

.cart {
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .cart {
    padding-bottom: 8rem;
  }
}
.cart__inner {
  padding: 0 13.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
}
@media (max-width: 1440px) {
  .cart__inner {
    padding: 0 9%;
  }
}
@media (max-width: 1280px) {
  .cart__inner {
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .cart__inner {
    padding: 0 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 2.4rem;
  }
}
.cart__products-list {
  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.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 92rem;
          flex: 1 1 92rem;
}
.cart__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32rem;
          flex: 0 0 32rem;
}
@media (max-width: 1280px) {
  .cart__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26rem;
            flex: 0 0 26rem;
  }
}
@media (max-width: 1024px) {
  .cart__info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 2.4rem;
    padding: 0 1.6rem;
  }
}
.cart__purchases-list {
  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;
}
.cart .cart-purchase {
  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;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.cart .cart-purchase__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  color: #7D7D7D;
}
.cart .cart-purchase__value {
  color: #272727;
}
.cart .cart-discount__trigger {
  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;
  font-size: 1.6rem;
  line-height: 2.1rem;
  cursor: pointer;
}
.cart .cart-discount__trigger .icon {
  top: 0.1rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cart .cart-discount__trigger.active .icon {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cart .cart-discount__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  color: #7D7D7D;
}
.cart .cart-discount__value {
  color: #272727;
}
.cart .cart-discount__container {
  display: none;
}
.cart .cart-discount__item {
  margin-top: 0.6rem;
  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;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
.cart .cart-total-price {
  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: 1.6rem;
  border-top: 1px solid #E2E2E2;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #272727;
}
.cart__checkout-btn {
  width: 100%;
  margin: 3.2rem 0;
}
.cart__promocode-wrap {
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart__promocode-wrap.opened {
  border-bottom: none;
}
.cart__promocode-container {
  display: none;
  margin-top: 3.2rem;
}
.cart__promocode-container .switch-wrap {
  height: 6.4rem;
}
.cart__top {
  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-bottom: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E2E2E2;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .cart__top {
    padding: 0 1.6rem 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.cart__purchases-count {
  text-transform: uppercase;
}
.cart__clear {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.cart__clear:hover {
  color: #272727;
}

.cart-title {
  width: 100%;
  padding: 0 13.8%;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .cart-title {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  .cart-title {
    padding: 0 1.6rem;
  }
}

.cart-product-card {
  background-color: #fff;
  padding: 3.2rem 4rem;
}
@media (max-width: 1024px) {
  .cart-product-card {
    gap: 1.6rem;
    padding: 2rem 1.6rem;
  }
}
.cart-product-card:first-child {
  border: none;
}
.cart-product-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.cart-product-card__preview {
  width: 14rem;
  height: 14rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 1024px) {
  .cart-product-card__preview {
    width: 8rem;
    height: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cart-product-card__info {
  width: 100%;
}
@media (max-width: 1024px) {
  .cart-product-card__info {
    padding-top: 10.3rem;
    padding-right: 3rem;
  }
}
.cart-product-card__name {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #4F4F4F;
}
@media (max-width: 1024px) {
  .cart-product-card__name {
    position: absolute;
    top: 0;
    left: 9.2rem;
    padding-right: 3rem;
  }
}
.cart-product-card__price-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .cart-product-card__price-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
  }
}
.cart-product-card__price {
  font-size: 1.7rem;
  line-height: 1.3;
  color: #191919;
}
.cart-product-card__price-by-request {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
}
.cart-product-card__price-old {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: line-through;
  color: #7D7D7D;
}
@media (max-width: 1024px) {
  .cart-product-card__price-old {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.cart-product-card__price-new {
  margin-top: 0.2rem;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #C20014;
}
@media (max-width: 1024px) {
  .cart-product-card__price-new {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.cart-product-card__features {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .cart-product-card__features {
    margin-top: 2.3rem;
    margin-bottom: 0;
  }
}
.cart-product-card__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
}
.cart-product-card__feature-name {
  color: #7D7D7D;
}
.cart-product-card__feature-value {
  color: #272727;
}
.cart-product-card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.cart-product-card__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .cart-product-card__buy {
    position: absolute;
    top: 9.6rem;
    right: 0;
  }
}
.cart-product-card__price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .cart-product-card__price {
    font-size: 1.6rem;
  }
}
.cart-product-card__action {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #7D7D7D;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cart-product-card__action:hover {
  color: #272727;
}
.cart-product-card__add-to-wishlist {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  color: #828282;
  z-index: 5;
}
.cart-product-card__add-to-wishlist.active {
  color: #272727;
}
@media (max-width: 1024px) {
  .cart-product-card__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("../images/svg/icon-remove.svg");
    z-index: 5;
  }
}
.cart-product-card__additional-services {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .cart-product-card__additional-services {
    gap: 1.6rem;
  }
}
.cart-product-card__other-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .cart-product-card__other-services {
    gap: 1.6rem;
  }
}
.cart-product-card__show-all-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .cart-product-card__show-all-services {
    margin-top: 0.4rem;
  }
}
.cart-product-card__show-all-services .icon {
  top: 0.1rem;
  font-size: 1.2rem;
}

.additional-service {
  min-height: 4rem;
  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;
}
.additional-service .custom-counter {
  display: none;
}
.additional-service .custom-counter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cart-empty {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9.8rem;
  padding-bottom: 18rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-cart-empty {
    padding-bottom: 27rem;
  }
}
.section-cart-empty__title {
  margin-bottom: 2rem;
}
.section-cart-empty__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
}