

/* Start:/bitrix/templates/SLAB/css/normalize.css?17571657787384*/
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/SLAB/css/swiper-bundle.min.css?175716577813681*/
/**
 * Swiper 6.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 9, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/SLAB/css/style.css?1757165778157497*/
@font-face {
  font-family: 'Cormorant Garamond';
  src: local("Cormorant Garamond Regular"), local("Cormorant-Garamond-Regular"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Regular.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: local("Cormorant Garamond Italic"), local("Cormorant-Garamond-Italic"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Italic.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Italic.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: local("Cormorant Garamond Medium"), local("Cormorant-Garamond-Medium"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Medium.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Medium.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: local("Cormorant Garamond Semi Bold"), local("Cormorant-Garamond-Semi-Bold"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-SemiBold.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: local("Cormorant Garamond Bold"), local("Cormorant-Garamond-Bold"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Bold.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aire Cyrillic';
  src: local("Aire Cyrillic Bold Std"), local("Aire-Cyrillic-Bold-Std"), url("/bitrix/templates/SLAB/css/../fonts/AireBoldStd.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/AireBoldStd.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/AireBoldStd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Alex Brush';
  src: local("Alex Brush Regular"), local("Alex-Brush-Regular"), url("/bitrix/templates/SLAB/css/../fonts/AlexBrush-Regular.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/AlexBrush-Regular.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/AlexBrush-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: local("Circe Light"), local("Circe-Light"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Light.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Light.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: local("Circe Regular"), local("Circe-Regular"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Regular.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Regular.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: local("Circe Bold"), local("Circe-Bold"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Bold.woff2") format("woff2"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Bold.woff") format("woff"), url("/bitrix/templates/SLAB/css/../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  background-color: #F5F4F2;
  color: #6B6B6B;
}

body, input, textarea {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  position: relative;
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
}

button, input, a, textarea {
  outline: none;
  cursor: pointer;
}

button:focus, input:focus, a:focus, textarea:focus {
  outline: none;
}

button:active, input:active, a:active, textarea:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  font-size: unset;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}

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

.container {
  width: 140rem;
  margin: 0 auto;
  position: relative;
  max-width: unset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 108em) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 105em) {
  html {
    font-size: 8.75px;
  }
}

@media (max-width: 91.5em) {
  html {
    font-size: 7.9px;
  }
}

@media (max-width: 91em) {
  html {
    font-size: 8.4px;
  }
}

@media (max-width: 90em) {
  html {
    font-size: 7.9px;
  }
}

@media (max-width: 80em) {
  html {
    font-size: 7.2px;
  }
}

@media (max-width: 72em) {
  html {
    font-size: 6.5px;
  }
}

@media (max-width: 64em) {
  html {
    font-size: 5.5px;
  }
}

@media (max-width: 48em) {
  html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 44em) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 38em) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 34em) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 30em) {
  html {
    font-size: 6px;
  }
}

@media (max-width: 26em) {
  html {
    font-size: 5px;
  }
}

@media (max-width: 22.5em) {
  html {
    font-size: 4.5px;
  }
}

@media (max-width: 21em) {
  html {
    font-size: 4.4px;
  }
}

.hidden {
  overflow: hidden;
}

.mobile {
  display: none !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DF2800;
  border-radius: 0;
  padding: 1.7rem 3.4rem;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #fff;
  cursor: pointer;
}

.decor {
  position: relative;
}

.decor::before {
  content: '';
  position: absolute;
  top: 59%;
  left: calc(100% + 2rem);
  width: 9.7rem;
  height: .2rem;
  background: #1C1C1C;
}

@media (max-width: 48em) {
  .desctop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .decor::before {
    top: 53%;
    left: calc(100% + 4vw);
    width: 12.5vw;
    height: 1px;
  }
  .btn {
    width: 64vw;
    height: 15vw;
    font-size: 4.27vw;
  }
}

.header {
  padding: 1.2rem 0;
}

.header-content {
  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;
}

.header-logo {
  width: 12.5rem;
}

.header-logo img {
  width: 100%;
}

.header-nav {
  margin-left: auto;
  margin-right: 6.4rem;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav ul li {
  font-size: 1.8rem;
  color: #1C1C1C;
}

.header-nav ul li.active {
  color: #DF2800;
}

.header-nav ul li:not(:last-child) {
  margin-right: 3rem;
}

.header-nav ul li a {
  color: inherit;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6.4rem 0 0;
}

.header-basket {
  width: 2.2rem;
  position: relative;
  margin-right: 5.8rem;
}

.header-basket img {
  width: 100%;
}

.header-basket span {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #DF2800;
  font-size: 1.2rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  color: #fff;
}

.header-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-family: 'Cormorant Garamond', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1C1C1C;
  letter-spacing: 0.05em;
  -webkit-text-stroke: .1rem;
  line-height: 2.13rem; 
}

.header-call svg {
  margin: 0 1rem 0 0;
}

.header-call img {
  width: 2rem;
  margin-left: .6rem;
}

.banner {
  padding: 4.5rem 0 0;
  margin-bottom: 15rem;
}

.banner-content {
  text-align: center;
  color: #1C1C1C;
}

.banner-logo {
  margin-bottom: 1rem;
}

.banner-logo__img {
  width: 9.3rem;
  margin: 0 auto 2rem;
}

.banner-logo__img img {
  width: 100%;
}

.banner-logo__title {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
}

.banner-title {
  max-width: 50%;
  margin: 0 auto;
  font-size: 8rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.banner-title__word {
  margin-right: 18rem;
}

.banner-title span {
  font-size: 8.5rem;
  font-family: 'Alex Brush', sans-serif;
  text-transform: none;
  color: #DF2800;
  line-height: 0;
}

.banner-title span > span {
  font-size: 9rem;
  color: #1C1C1C;
}

.banner-gallery {
  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: -4rem 0 2rem;
}

.banner-gallery__img {
  width: 34.6rem;
  height: 43.6rem;
}

.banner-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-gallery__img.semi {
  width: 24.6rem;
  height: 32.8rem;
}

.banner-gallery__img.small {
  width: 23.1rem;
  height: 26.2rem;
}

.banner.banner-about {
  padding: 7rem 0 22.5rem;
  overflow: hidden;
  margin-bottom: 0;
}

.banner.banner-about .banner-heading {
  text-align: center;
  color: #1C1C1C;
  margin-bottom: 7rem;
}

.banner.banner-about .banner-heading__title {
  font-size: 5.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.banner.banner-about .banner-heading__subtitle {
  font-size: 3.7rem;
  font-family: 'Alex Brush', sans-serif;
  line-height: 1;
}

.banner.banner-about .banner-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner.banner-about .banner-media {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner.banner-about .banner-media__img {
  position: relative;
  width: 56.5%;
  height: 44.1rem;
}

.banner.banner-about .banner-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner.banner-about .banner-media__small {
  position: absolute;
  bottom: -8rem;
  left: -24rem;
  width: 32rem;
  height: 31.7rem;
}

.banner.banner-about .banner-media__decor {
  position: absolute;
  top: -8rem;
  left: -33.5rem;
  width: 59rem;
  height: 66.4rem;
  z-index: -1;
}

.banner.banner-about .banner-media__decor img {
  -o-object-fit: contain;
     object-fit: contain;
}

.banner.banner-about .banner-text {
  width: 45.7%;
}

.banner.banner-about .banner-text__info {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 1.28;
  color: #1C1C1C;
  margin-bottom: 5rem;
  font-family: 'Circe';
}

.banner-text__info-title {
  font-family: 'Cormorant Garamond';
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 2.3rem 0;
}

.banner-text__info-title:not(:first-child) {
  margin-top: 4rem;
}

.banner-text__info-text {
  margin: 0 0 1.2rem 0;
}

@media (max-width: 48em) {
  .banner-text__info-title {
    margin: 0 0 4rem 0;
    font-size: 3.6rem;
  }
  .banner-text__info-title:not(:first-child) {
    margin-top: 6.4rem;
  }
  .banner-text__info-text {
    margin: 0 0 3.2rem 0;
    font-size: 2.8rem;
  }
}

.banner.banner-about .banner-text__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Circe', sans-serif;
}

.banner.banner-about .banner-text__item:not(:last-child) {
  margin-bottom: 3rem;
}

.banner.banner-about .banner-text__item-title {
  max-width: 27%;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C1C1C;
}

.banner.banner-about .banner-text__item-description {
  width: 71.5%;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 1.56;
}

.banner.banner-authors {
  padding: 7.8rem 0 12.8rem;
  margin-bottom: 0;
}

.banner.banner-authors .banner-content {
  text-align: left;
  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;
}

.banner.banner-authors .banner-text {
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 8.5%;
  margin-top: 4rem;
}

.banner.banner-authors .banner-text__suptitle {
  font-size: 1.4rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 2.3rem;
}

.banner.banner-authors .banner-text__title {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 2rem;
}

.banner.banner-authors .banner-text__description {
  max-width: 75%;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  letter-spacing: -0.055em;
  line-height: 1.56;
  color: #1C1C1C;
}

.banner.banner-authors .banner-media {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 58.2rem;
  position: relative;
}

.banner.banner-authors .banner-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner.banner-authors .banner-media__small {
  position: absolute;
  top: 11rem;
  left: -10rem;
  width: 21.5rem;
  height: 27.3rem;
}

.gallery {
  padding: 15.2rem 0 15rem;
  background: #fff;
}

.gallery-heading {
  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: 3.3rem 0;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  color: #1C1C1C;
  margin-bottom: 5.6rem;
}

.gallery-heading__info-title {
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  margin-bottom: 1rem;
  color: #6B6B6B;
}

.gallery-heading__info-address {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.gallery-heading__info-address span {
  display: block;
}

.gallery-heading__download {
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  text-decoration: underline;
  position: relative;
  color: inherit;
  margin-right: 4rem;
  visibility: hidden;
}

.gallery-heading__download::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.9rem;
  background: url(/bitrix/templates/SLAB/css/../img/png.svg) 50% no-repeat;
  background-size: contain;
}

.gallery-heading__title {
  text-align: center;
  max-width: 50%;
  font-size: 7rem;
  text-transform: uppercase;
  color: #1C1C1C;
  line-height: 1;
}

.gallery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-left {
  width: 22.5%;
  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;
}

.gallery-map {
  width: 100%;
  height: 13.8rem;
}

.gallery-text__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}

.gallery-text__description {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
}

.gallery-preview {
  width: 40%;
  height: 100%;
}

.gallery-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-right {
  width: 31.4%;
}

.gallery-right .gallery-text__description {
  max-width: 90%;
}

.gallery-right__img {
  width: 100%;
  height: 30.5rem;
  margin-bottom: 4rem;
}

.gallery-right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery.gallery-product {
  background: none;
  padding: 0;
  margin: -1rem 0 15.5rem;
}

.gallery.gallery-product .gallery-item {
  width: 23%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gallery.gallery-product .gallery-img {
  height: 26rem;
}

.gallery.gallery-product .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery.gallery-product .gallery-text {
  margin-bottom: 6.1rem;
}

.offer {
  padding: 15rem 0 20.6rem;
}

.offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer-item:nth-child(even) .offer-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.offer-item:not(:last-child) {
  margin-bottom: 19.8rem;
}

.offer-text {
  width: 40%;
  padding-top: 4.8rem;
}

.offer-text__suptitle {
  font-size: 1.4rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 7rem;
}

.offer-text__title {
  max-width: 82%;
  font-size: 7rem;
  line-height: 1;
  color: #1C1C1C;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.offer-text__title span {
  font-size: 9rem;
  text-transform: none;
  font-family: 'Alex Brush', sans-serif;
  line-height: 0;
  margin-left: 1.7rem;
}

.offer-text__description {
  padding-left: 2.6rem;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  position: relative;
  margin-bottom: 6rem;
}

.offer-text__description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #1C1C1C;
}

.offer-text__btn {
  padding: 1.7rem 6rem;
}

.offer-text-2 {
  padding-top: 8rem;
}

.offer-text-2 .offer-text__title {
  max-width: 90%;
  margin-bottom: 4.5rem;
}

.offer-text-2 .offer-text__description {
  margin-bottom: 7rem;
}

.offer-text-3 {
  width: 43%;
  padding-top: 6rem;
}

.offer-text-3 .offer-text__title {
  max-width: 80%;
  margin-bottom: 5rem;
}

.offer-text-3 .offer-text__description {
  margin-bottom: 7rem;
}

.offer-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43%;
  height: 53.3rem;
  position: relative;
}

.offer-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-img__material {
  position: absolute;
  bottom: -5.5rem;
  left: -8rem;
  width: 25rem;
  height: 23.6rem;
}

.offer-img__material img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-img-2 {
  width: 34.3%;
  height: 51.9rem;
}

.offer-img-2 .offer-img__material {
  width: 24rem;
  height: 20.5rem;
  left: auto;
  right: -12rem;
  bottom: -4.3rem;
}

.offer-img-3 {
  width: 40%;
  height: 52.8rem;
}

.offer-img-3 .offer-img__material {
  width: 24rem;
  height: 26.4rem;
  left: -12rem;
  bottom: -7.5rem;
}

.technology {
  margin-bottom: 15.2rem;
}

.technology-title {
  text-align: center;
  font-size: 7rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1C1C1C;
  margin-bottom: 8rem;
}

.technology-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}

.technology-item {
  width: 23%;
}

.technology-item:nth-child(1) .technology-item__img img {
  width: 8.5rem;
}

.technology-item:nth-child(4) .technology-item__img img {
  width: 7.5rem;
  margin-top: -2.5rem;
}

.technology-item__img {
  position: relative;
  height: 10rem;
  margin-bottom: 2.5rem;
}

.technology-item__img img {
  width: 6.7rem;
}

.technology-item__number {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15rem;
  font-family: 'Alex Brush', sans-serif;
  line-height: 1;
  color: #ECECEC;
  z-index: -1;
}

.technology-item__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.technology-item__description {
  max-width: 80%;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.5;
}

.technology-btn {
  padding: 1.7rem 5.7rem;
}

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

.feedback {
  margin-bottom: 15rem;
}

.feedback .container {
  display: flex;
}

.feedback__image {
  width: 71.8rem;
  height: 50.4rem;
  margin: 0 12rem 0 0;
}

.feedback__image img {
  width: 100%;
  height: 100%;
}

.feedback-content {
  max-width: 56.2rem;
}

.feedback-heading {
  margin-bottom: 2.6rem;
}

.feedback-suptitle {
  font-size: 1.4rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 2.4rem;
}

.feedback-title {
  font-size: 5.8rem;
  line-height: 1.3;
  color: #1C1C1C;
}

.feedback-title span {
  font-style: italic;
}

.feedback.feedback-catalog {
  margin-bottom: 0;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-fields {
  width: 44.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 2rem 0;
}

.form-fields label {
  width: 100%;
  margin: 0 0 1.2rem 0;
}

.form-fields label:last-child {
  margin: 0;
}

.form-fields label.wide {
  width: 100%;
}

.form-fields label input, .form-fields label textarea {
  width: 100%;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6B6B6B;
  border: 1px solid #6B6B6B;
}

.form-fields label input::-webkit-input-placeholder, .form-fields label textarea::-webkit-input-placeholder {
  font-weight: 350;
}

.form-fields label input:-ms-input-placeholder, .form-fields label textarea:-ms-input-placeholder {
  font-weight: 350;
}

.form-fields label input::-ms-input-placeholder, .form-fields label textarea::-ms-input-placeholder {
  font-weight: 350;
}

.form-fields label input::placeholder, .form-fields label textarea::placeholder {
  font-weight: 350;
}

.form-fields label input:focus, .form-fields label textarea:focus {
  border-color: #DF2800;
}

.form-fields label textarea {
  resize: none;
}

.form-btn {
  width: 44.2rem;
  padding: 2rem 0;
}

.form-btns {
  width: 23%;
}

.form-privacy {
  margin-top: 4rem;
}

.form-privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1.3rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
}

.form-privacy label > div {
  margin-top: 0.1rem;
}

.form-privacy input {
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-appearance: 0;
     -moz-appearance: 0;
          appearance: 0;
}

.form-privacy input:checked ~ span {
  border-color: #DF2800;
}

.form-privacy input:checked ~ span::before {
  content: '';
}

.form-privacy span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #6B6B6B;
  position: relative;
  margin-right: 1.6rem;
}

.form-privacy span::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #DF2800;
}

.advantage {
  padding: 20.2rem 0 18.8rem;
  background: #fff;
}

.advantage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.advantage-info {
  max-width: 50%;
}

.advantage-info-delivery {
  max-width: 58%;
}

.advantage-info__suptitle {
  font-size: 1.4rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}

.advantage-info__title {
  font-size: 8rem;
  text-transform: uppercase;
  line-height: 1.31;
  color: #1C1C1C;
  margin-bottom: 3.3rem;
}

.advantage-info__title span {
  display: inline-block;
  font-size: 5.5rem;
  font-family: 'Alex Brush', sans-serif;
  text-transform: none;
  color: #DF2800;
  line-height: 0;
  margin-left: 3.8rem;
  -webkit-transform: translateY(-3.5rem);
          transform: translateY(-3.5rem);
}

.advantage-info__description {
  margin-left: .6rem;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  margin-bottom: 4.3rem;
}

.advantage-info__btn {
  margin-left: 0.6rem;
  padding: 2rem 4.7rem;
}

.advantage-img {
  width: 40%;
  height: 41.1rem;
  margin-bottom: 1.5rem;
}

.advantage-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo {
  padding: 15.3rem 0 15rem;
}

.seo-title {
  font-size: 5.8rem;
  text-align: center;
  margin-bottom: 4.4rem;
  color: #1C1C1C;
}

.seo-content {
  max-width: 68.5%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  letter-spacing: -0.055em;
}

.footer {
  background: #2D2D2D;
  position: relative;
}
.footer::after {
  content: '';

  position: absolute;
  bottom: 5.6rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #F5F4F2;
  opacity: 0.6;
}
.footer__row {
  display: flex;
  padding: 4rem 0 5.2rem 0;
}
.footer__logo-column {
  margin: 0 22.2rem 0 0;
}
.footer__logo {
  display: inline-block;
  width: 9.6rem;
  height: 5.8rem;
  margin: 0 0 2rem 0;
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__name {
  color: #FFF;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  opacity: 0.5;
}
.footer__column {
  display: flex;
  flex-direction: column;
  margin: 0 20.6rem 0 0;
}
.footer__column:nth-child(3) {
  margin: 0 23.7rem 0 0;
}
.footer__title {
  color: #FFF;
  font-family: 'Circe';
  font-size: 1.6rem;
  line-height: 2.13rem;
  margin: 0 0 2rem 0;
}
.footer__link {
  display: inline-block;
  color:  #FFF;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.52rem; 
  opacity: 0.5;
}
.footer__link:not(:last-child) {
  margin: 0 0 1.6rem 0;
}
.footer__link-all {
  text-decoration-line: underline;
  opacity: 1;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contact {
  color: #FFF;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem; 
  margin: 0 0 1.6rem 0;
  opacity: 0.5;
}
.footer__contact:nth-child(3) {
  margin: 0 0 2rem 0;
}
.footer__contact svg {
  margin: 0 1.6rem 0 0;
}
.footer__title-feedback {
  margin: 0 0 0.8rem 0;
}
.footer__feedback-form {
  display: flex;
}
.footer__input {
  background-color: #2D2D2D;
  color: #FFF;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem; 
  opacity: 0.6;
  padding: 1.5rem 4.9rem 1.5rem 1.5rem;
  border: 0.5px solid #fff;
}
.footer__button {
  width: 5.4rem;
  height: 5.4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: 'Circe';
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.52rem;
  opacity: 0.6;
  padding: 2rem 0;
  position: relative;
}
.footer__copyright {
}
.footer__request-design {
}

@media (max-width: 48em) {
  .footer::after {
    bottom: 16.6rem;
  }
  .footer__row {
    flex-wrap: wrap;
    padding: 8rem 0 6.4rem 0;
  }
  .footer__logo-column {
    margin: 0 0rem 12rem 0;
    display: flex;
    align-items: center;
  }
  .footer__logo {
    width: 19.2rem;
    height: 11.6rem;
    margin: 0 17.8rem 0rem 0;
  }
  .footer__name {
    font-size: 2.8rem;
    line-height: normal;
  }
  .footer__column {
    margin: 0 19.4rem 0 0;
  }
  .footer__column:nth-child(3) {
    margin: 0 0rem 8rem 0;
  }
  .footer__title {
    font-size: 2.8rem;
    line-height: normal;
  }
  .footer__link {
    font-size: 2.8rem;
    line-height: normal;
    opacity: 1;
  }
  .footer__link:not(:last-child) {
    margin: 0 0 2.4rem 0;
  }
  .footer__link-all {
    font-weight: 400;
    text-decoration-line: underline;
    opacity: 1;
  }

  .footer__contact {
    font-size: 2.8rem;
    line-height: normal;
    opacity: 1;
    margin: 0 0 2.4rem 0;
    display: flex;
    align-items: center;
  }
  .footer__contact:nth-child(3) {
    margin: 0 0 4rem 0;
  }
  .footer__contact svg {
    margin: 0 1.6rem 0 0;
  }
  .footer__title-feedback {
    margin: 0 0 1.6rem 0;
  }
  .footer__input {
    font-size: 2.8rem;
    padding: 3rem 20.6rem 3rem 3rem;
  }
  .footer__button {
    width: 10.8rem;
    height: 10.8rem;
  }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    line-height: normal;
    font-size: 2.8rem;
    padding: 3.2rem 0;
  }
  .footer__copyright {
    margin: 0 0 2.2rem 0;
  }
}

/* .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu__group.small {
  width: 18%;
}

.footer-menu__group-wrap .footer-menu__group:not(:last-child) {
  margin-bottom: 4.3rem;
}

.footer-menu__title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2.4rem;
}

.footer-menu ul li {
  font-size: 1.8rem;
  line-height: .9;
  color: #fff;
}

.footer-menu ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer-menu ul li a {
  color: inherit;
}

.footer-up {
  position: absolute;
  right: 2.3rem;
  top: 0;
  padding-right: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.footer-up::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .7rem;
  height: 2rem;
  background: url(/bitrix/templates/SLAB/css/../img/up.svg) 50% 50% no-repeat;
  background-size: contain;
} */

.overlay {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.2);
  z-index: 110;
}

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

.overlay .popup {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
}

.overlay .popup-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2rem;
  cursor: pointer;
}

.overlay .popup-close img {
  width: 100%;
}

.overlay .popup-content {
  padding: 9rem 9.5rem;
  text-align: center;
  font-size: 4rem;
  line-height: 1.1;
  color: #1C1C1C;
}

.overlay .popup-subtitle {
  margin-bottom: 4rem;
}

.overlay .popup-subtitle span {
  font-style: italic;
}

.overlay .popup-btn {
  width: 100%;
  height: 6rem;
}

.principles {
  margin-bottom: 15rem;
}

.principles-title {
  text-align: center;
  font-size: 5.8rem;
  color: #1C1C1C;
  margin-bottom: 22rem;
}

.principles-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.principles-item {
  width: 27%;
  padding-left: 8rem;
  position: relative;
}

.principles-item:nth-child(2) {
  width: 28%;
  margin-left: -2rem;
}

.principles-item:nth-child(2) .principles-item__img {
  left: -2rem;
}

.principles-item:last-child {
  width: 23%;
}

.principles-item__img {
  position: absolute;
  left: 0;
  top: -14.5rem;
  width: 10.4rem;
  height: 18rem;
  z-index: -1;
}

.principles-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.principles-item__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 1.2rem;
}

.principles-item__title span {
  display: block;
  font-style: italic;
}

.principles-item__description {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
}

/* OUR-PRODUCTION */

.our-production {
  font-family: "Cormorant Garamond";
  margin: 16.9rem 0 15.2rem 0;
}
.our-production__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.5rem 0;
  border-top: 0.1rem solid #BDBDBD;
  border-bottom: 0.1rem solid #BDBDBD;
  margin: 0 0 5.6rem 0;
}
.our-production__left-box {
  max-width: 25rem;
}
.our-production__subtitle {
  color: #6B6B6B;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 0 2rem 0;
}
.our-production__text {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.our-production__title {
  color: #1C1C1C;
  text-align: center;
  font-size: 5.8rem;
  line-height: 6.96rem;
}
.our-production__right-box {
  max-width: 21.2rem;
}
.our-production__right-box .our-production__text {
  margin: 0 0 0.8rem 0;
}
.our-production__adress {
  color: #1C1C1C;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  text-transform: uppercase;
}
.our-production__slider {
  width: 141rem;
  height: 43.6rem;
  margin: 0 0 6rem 0;
  overflow: hidden;
}
.our-production__slider img {
  width: inherit;
  height: inherit;
  max-width: none;
}
.our-production__slider .swiper-wrapper {
  align-items: center;
}
.our-production__swiper-controlls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 49.8rem;
}
.our-production__swiper-pagination {
  max-width: 12rem;
}
.our-production__swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #BDBDBD;
  border-radius: 50%;
}
.our-production__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 1rem 0 0;
}
.our-production__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1C1C1C;
}
.our-production__swiper-prev, .our-production__swiper-next {
  width: 6.4rem;
  height: 5.2rem;
  background-color: #E6E4E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48em) {
  .our-production {
    margin: 20rem 0;
  }
  .our-production__head {
    flex-direction: column;
    text-align: center;
    padding: 8rem 0;
    margin: 0 0 12rem 0;
  }
  .our-production__title {
    order: 1;
    font-size: 8rem;
    line-height: 10rem;
    margin: 0 0 6.4rem 0;
  }
  .our-production__subtitle {
    font-size: 3.2rem;
    line-height: 4.4rem;
    margin: 0 0 2.4rem 0;
  }
  .our-production__text {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .our-production__adress {
    font-size: 4.8rem;
    line-height: normal;
  }
  .our-production__left-box {
    order: 2;
    max-width: 43.8rem;
    margin: 0 0 4rem 0;
  }
  .our-production__right-box {
    order: 3;
    max-width: none;
  }
  .our-production__right-box .our-production__text {
    margin: 0 0 1.6rem 0;
  }
  .our-production__slider {
    width: auto;
    height: 87.2rem;
    margin: 0 0 8rem 0;
  }
  .our-production__swiper-controlls {
    padding: 0;
  }
  .our-production__swiper-pagination {
    max-width: 22rem;
    text-align: center;
  }
  .our-production__swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
  .our-production__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 2rem 0 0;
  }
  .our-production__swiper-prev, .our-production__swiper-next {
    width: 12.8rem;
    height: 10.4rem;
  }
}


.questions {
  padding: 14.8rem 0 16.8rem;
  background: #E6E4E1;
}

.questions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8rem;
}
.question-left {
}
.question-left__title {
  color: #1C1C1C;
  font-size: 5.5rem;
  line-height: 5.53rem;
  text-transform: uppercase;
  margin: 0 0 3.2rem 0;
}
.question-left__subtitle {
  color: #6B6B6B;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.question-left__subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 4.3rem;
  background-color: #DF2800;
}
.question-right {
  width: 44.2rem;
}
.question-right__input input {
  width: 100%;
  height: 6rem;
  padding: 2rem;
  color: #6B6B6B;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  background: none;
  border: 0.5px solid #6B6B6B;
}
.question-right__input:not(:last-child) {
  margin: 0 0 1.2rem 0;
}
.question-right__input:nth-child(2) {
  margin: 0 0 2rem 0;
}
.question-right__btn {
  width: 100%;
  height: 6rem;
}

@media (max-width: 48em) {
  .questions-content {
    padding: 0;
  }
  .question-left {
    margin: 0 0 6.4rem 0;
  }
  .question-left__title {
    font-size: 8rem;
    line-height: 11.06rem; 
    margin: 0 0 6.4rem 0;
  }
  .question-left__subtitle {
    font-size: 2.8rem;
    line-height: 4.26rem;
    padding: 0 0 0 5rem;
  }
  .question-left__subtitle::before {
    height: 12.8rem;
    width: 0.2rem;
  }
  .question-right {
    width: 100%;
  }
  .question-right__input input {
    height: 12rem;
    font-size: 2.8rem;
    padding: 4rem;
  }
  .question-right__input:not(:last-child) {
    margin: 0 0 2.4rem 0;
  }
  .question-right__input:nth-child(2) {
    margin: 0 0 4rem 0;
  }
  .question-right__btn {
    height: 12rem;
  }
}

.questions-title {
  max-width: 25%;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
}

.questions-title span {
  font-style: italic;
}

.questions-info {
  margin-top: .8rem;
  width: 65.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questions-group {
  width: 25%;
}

.questions-group:last-child {
  width: 22%;
}

.questions-group__title {
  min-height: 4.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}

.questions-group__description {
  min-height: 4.8rem;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  margin-bottom: 3.3rem;
  letter-spacing: -0.055em;
}

.questions-group__link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  color: #DF2800;
}

.questions-group__link.questions-call {
  font-size: 2.4rem;
}

.delivery {
  padding: 7.6rem 0 13rem;
}

.delivery-title {
  text-align: center;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 5rem;
}

.delivery-content {
  width: 70%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
}

.delivery-description {
  margin-bottom: 2rem;
}

.delivery-description p:not(:last-child) {
  margin-bottom: 2rem;
}

.delivery-group {
  margin-bottom: 2rem;
}

.delivery-group__title {
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Cormorant Garamond';
  font-size: 2rem;
}

.delivery-group ul {
  padding-left: 2.6rem;
}

.delivery-group ul li {
  position: relative;
}

.delivery-group ul li::before {
  content: '.';
  position: absolute;
  font-weight: 700;
  top: -.4rem;
  left: -1.4rem;
}

.contacts {
  padding: 6.6rem 0 15.2rem;
}

.contacts-title {
  text-align: center;
  font-size: 7rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 2.7rem;
}

.contacts-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;
  padding: 4.1rem 0 5rem;
  border-top: 1px solid #BDBDBD;
}

.contacts-info__link {
  font-size: 2rem;
  font-family: 'Circe', sans-serif;
  letter-spacing: -.055em;
  color: #1C1C1C;
}

.contacts-info__link:not(:last-child) span {
  color: #DF2800;
}

.contacts-map {
  width: 100%;
  height: 44.1rem;
}

.authors {
  margin-bottom: 6.7rem;
}

.authors-title {
  text-align: center;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 9rem;
}

.authors-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.authors-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.5%;
  margin-bottom: 8.7rem;
}

.authors-item:not(:nth-child(3n)) {
  margin-right: 3.8rem;
}

.authors-img {
  width: 100%;
  height: 36.5rem;
  margin-bottom: 2.5rem;
}

.authors-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.authors-name {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.authors-position {
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  letter-spacing: -0.055em;
  position: relative;
  margin-bottom: 5rem;
}

.authors-position::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 5rem;
  height: 1px;
  background: #DF2800;
}

.authors-description {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  letter-spacing: -0.055em;
}

.manufacture {
  overflow: hidden;
  padding-bottom: 18.5rem;
}

.manufacture-title {
  text-align: center;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #1C1C1C;
  margin-bottom: 11.5rem;
}

.manufacture-content {
  position: relative;
}

.manufacture-slider {
  overflow: visible;
}

.manufacture-slider__item {
  width: 52rem;
  height: 60.1rem;
  opacity: 0.4;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.manufacture-slider__item.swiper-slide-active {
  opacity: 1;
}

.manufacture-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.manufacture-button-prev, .manufacture-button-next {
  margin: 0;
  top: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width:6.4rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E4E0;
}

.manufacture-button-prev svg, .manufacture-button-next svg {
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.manufacture-button-prev::after, .manufacture-button-next::after {
  content: none;
}

.manufacture-button-prev {
  left: 35%;
}

@media (max-width: 90em) {
  .manufacture-button-prev {
    left: 28%;
  }
}

.manufacture-button-next {
  right: 35%;
}

@media (max-width: 90em) {
  .manufacture-button-next {
    right: 28%;
  }
}

.manufacture-pagination.swiper-pagination-bullets {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -7rem;
}

.manufacture-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #BDBDBD;
  opacity: 1;
  margin: 0 .5rem;
}

.manufacture-pagination.swiper-pagination-bullets > .swiper-pagination-bullet-active {
  background: #1C1C1C;
}

.blog-path-container {
  margin-top: 6rem;
}

@media (max-width: 48em) {
  .blog-path-container {
    margin-top: 20.8rem;
  }
}

.path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.path ul li {
  font-size: 1.8rem;
  position: relative;
}

.path ul li:not(:last-child) {
  margin-right: 4rem;
}

.path ul li:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: .8rem;
  background: url(/bitrix/templates/SLAB/css/../img/path-arrow.svg) 50% no-repeat;
  background-size: contain;
}

.path ul li.active {
  color: #1C1C1C;
}

.path ul li.active::before {
  background: url(/bitrix/templates/SLAB/css/../img/path-arrow_black.svg) 50% no-repeat;
  background-size: contain;
}

.path ul li a {
  color: inherit;
}

.catalog {
  padding: 3.5rem 0 11.5rem;
}

.catalog-content {
  display: flex;
}

.catalog .path {
  margin-bottom: 4.5rem;
}

.catalog-title {
  max-width: 36%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1C1C1C;
}

.catalog-title span {
  margin-right: 12.5rem;
  font-size: 5.5rem;
  font-family: 'Alex Brush', sans-serif;
  line-height: 1;
  text-transform: none;
  color: #DF2800;
}

.catalog-title span::before {
  top: 50%;
  left: calc(100% + 2.8rem);
}

.blog-title {
  max-width: 36%;
  margin: 0 auto 13.4rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1C1C1C;
  position: relative;
}

.blog-title span {
  position: absolute;
  top: 2rem;
  left: 38.5rem;
  margin-right: 12.5rem;
  font-size: 5.5rem;
  font-family: 'Alex Brush', sans-serif;
  line-height: 1;
  text-transform: none;
  color: #DF2800;
}

.blog-title span::before {
  display: none;
}

@media (max-width: 48em) {
  .blog-title span {
    top: 1rem;
    left: 17.5rem;
  }
}

.catalog-category {
  margin-bottom: 3.3rem;
}

.catalog-category__heading, .catalog-category__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}

.catalog-category__heading {
  position: relative;
}

.catalog-category__dropdown {
  display: none;
  margin-top: -1px;
}

.catalog-category__dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-category__item {
  font-size: 1.8rem;
  color: #1C1C1C;
  cursor: pointer;
}

.catalog-category__item:not(:last-child) {
  margin-right: 4rem;
}

.catalog-category__item.active {
  font-weight: 600;
  color: #DF2800;
}

.catalog-category__item a {
  color: inherit;
}

.filtres {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  background: #E6E4E0;
  width: 32.3rem;
  padding: 2rem;
  align-self: flex-start;
  margin-right: 3.6rem;
  
}
.filtres__item:hover {
  cursor: pointer;
}
.filtres__search-btn {
  display: none;
}
.filtres__mobile-head {
  display: none;
}
.filtres__mobile-controlls {
  display: none;
}
.filtres__title {
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 3.4rem 0;
}
.filtres__item.selected {
  font-weight: 700;
}
.filtres__item-title {
  padding: 1.2rem 0 1.2rem 1.2rem;
}
.filtres__item-title.selected {
  font-weight: 700;
}
.filtres__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 4rem;
  background-color: #DF2800;
}
.filtres__item-subtitle {
  padding: 0.8rem 0 0.8rem 1.2rem;
}
.filtres__item-subtitle.selected {
  font-weight: 700;
}
.filtres__item-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #DF2800;
}
.filtres__item-title, .filtres__item-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.filtres__item-title.list-open svg, .filtres__item-subtitle.list-open svg {
  transform: rotate(180deg);
}
.filtres__item-input {
  display: none;
}
.filtres__item-title:hover, .filtres__item-subtitle:hover {
  cursor: pointer;
}
.filtres__sublist {
  padding: 0 0 0 2rem;
  display: none;
}
.filtres__sublist.open {
  display: block;
}
.filtres__item:not(:last-child) {
  margin: 0 0 0.8rem 0;
}
.filtres__mobile-close {
  display: none;
}

@media (max-width: 48em) {
  .catalog-content {
    flex-direction: column;
  }
  .filtres {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 4rem 4rem 0;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.6s;
    /* display: none; */
  }
  .filtres__search-btn {
    margin: auto 0 4rem 0;
    width: 100%;
    height: 8.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filtres__mobile-btn {
    display: flex;
    align-items: center;
  }
  .filtres__mobile-close {
    display: block;
    margin: 0 0 0 auto;
  }
  .filtres__mobile-btn svg {
    margin: 0 2.2rem 0 ;
  }
  .filtres__mobile-controlls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.4rem 0;
  }
  .filtres__mobile-back {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    line-height: normal;
  }
  .filtres__mobile-back svg {
    margin: 0 1.6rem 0 0;
  }
  .filtres__mobile-head {
    color: #000;
    font-family: 'Circe';
    font-size: 2.8rem;
    font-weight: 350;
    line-height: 2.13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filtres__mobile-box {
    display: flex;
    align-items: center;
  }
  .filtres__mobile-box svg {
    margin: 0 2.2rem 0 0;
  }
  .filtres__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 0 0 4.8rem 0;
  }
  .filtres__item:not(:last-child) {
    margin: 0 0 1.6rem 0;
  }
  .filtres__item {
    padding: 0 0 1.6rem 0;
    font-size: 3.2rem;
    line-height: 4.26rem;
    position: relative;
  }
  .filtres__item-title {
    border-bottom: 0.5px solid rgba(189, 189, 189, 0.60);
  }
  .filtres__item-title,
  .filtres__item-subtitle {
    padding: 0rem 0 3.2rem 0;
    font-size: 3.2rem;
    line-height: 4.26rem;
  }
  .filtres__item-subtitle {
    border-bottom: 0.5px solid rgba(189, 189, 189, 0.60);
  }
  .filtres__sublist {
    margin-top: 3.2rem;
  }
  .filtres__item-input {
    display: block;
  }
  .filtres__item-arrow {
    display: none;
  }
  .filtres__item-subtitle::before,
  .filtres__item-title::before {
    display: none;
  }
  .filtres__item-title svg,
  .filtres__item-subtitle svg {
    display: none;
  }
  .filtres__item-input {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: 1px solid #1C1C1C;
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .filtres__item-input input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .filtres__item-input > span::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
  }
  .filtres__item-input > input:checked + span::before {
    background-color: #1C1C1C;
  }
  .filtres__item.selected,
  .filtres__item.selected > .filtres__item-title,
  .filtres__item.selected > .filtrem__item-subtitle {
    font-weight: 700;
  }
}

.price-filter {
  position: relative;
}
.price-filter__head {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  justify-content: flex-end;
}
.price-filter__head svg {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.2rem 0 0;
}
.price-filter__dropdown {
  background: #fff;
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 5;
  padding: 1.2rem;
  width: 15.3rem;
  height: 7.1rem;
  display: none;
}
.price-filter__dropdown.active {
  display: block;
}
.price-filter__dropdown-item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.price-filter__dropdown-item:not(:last-child) {
  margin: 0 0 0.4rem 0;
}

@media (max-width: 48em) {
  .price-filter__head {
    font-size: 2.8rem;
  }
  .price-filter__head svg {
    width: 4.8rem;
    height: 4.8rem;
  }
  .price-filter__dropdown {
    top: 6rem;
    padding: 2.4rem;
    width: 30.6rem;
    height: 14.2rem;
  }
  .price-filter__dropdown-item {
    font-size: 3.2rem;
    font-weight: 350;
    line-height: normal;
  }
}

/* БЛОГ */

.blog-content {
  padding-top: 4.5rem;
  margin: 0 0 15.2rem 0;
}
.blog-content__container {
  display: flex;
  justify-content: space-between;
}
.blog-content__main {
  width: 95.7rem;
}
.blog-content__row {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
.blog-content__card {
  width: 100%;
  height: 19.9rem;
  display: flex;
}
.blog-content__card-img {
  width: 32.3rem;
  min-height: 19.9rem;
  margin: 0 3.6rem 0 0;
}
.blog-content__card-img img {
  width: 32.3rem;
  height: 19.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: max-content;
}
.blog-content__card-title {
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.13rem;
  margin: 0 0 1.6rem 0;
}
.blog-content__card-advices-box {
  display: flex;
  align-items: center;
  margin: 0 0 3.2rem 0;
}
.blog-content__card-advices {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.4rem;
  line-height: 2.13rem;
  text-transform: uppercase;
  margin: 0 2.1rem 0 0;
  position: relative;
}
.blog-content__card-advices::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  height: 2rem;
  width: 0.1rem;
  background-color: #DF2800;
}
.blog-content__card-date {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.4rem;
  line-height: 2.13rem;
}
.blog-content__card-text {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.blog-content__more {
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.71rem;
  text-align: center;
  margin: 7.4rem 0 0 0;
}
.blog-content__more:hover {
  cursor: pointer;
}
.blog-content .blog-sidebar {
  width: 32.3rem;
}
.blog-content .blog-sidebar__categories {
  margin: 0 0 4rem 0;
}
.blog-content .blog-sidebar__categories-title {
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.13rem;
  margin: 0 0 3.9rem 0;
}
.blog-content .blog-sidebar__categories-row {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
}
.blog-content .blog-sidebar__categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-content .blog-sidebar__categories-item:not(:last-child) {
  margin: 0 0 4.1rem 0;
}
.blog-content .blog-sidebar__categories-item.active .blog-sidebar__categories-category {
  font-weight: 700;
  position: relative;
}
.blog-content .blog-sidebar__categories-item.active .blog-sidebar__categories-category::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.9rem;
  height: 5.2rem;
  width: 0.1rem;
  background: #DF2800;
}
.blog-content .blog-sidebar__categories-item.active .blog-sidebar__categories-count {
  color: #1C1C1C;
}
.blog-content .blog-sidebar__categories-item:hover {
  cursor: pointer;
}
.blog-content .blog-sidebar__categories-category {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  opacity: 0.6;
  pointer-events: none;
}
.blog-content .blog-sidebar__categories-count {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  line-height: 2.13rem;
  opacity: 0.6;
  pointer-events: none;
}
.blog-content .blog-sidebar__recomendations {
  margin: 0 0 4rem 0;
}
.blog-content .blog-sidebar__recomendations-title {
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.13rem;
  margin: 0 0 2.4rem 0;
}
.blog-content .blog-sidebar__recomendations-row {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.blog-content .blog-sidebar__recomendation {
  display: flex;
  min-height: 9.2rem;
}
.blog-content .blog-sidebar__recomendation-img {
  width: 9.2rem;
  height: 9.2rem;
  margin: 0 2rem 0 0;
}
.blog-content .blog-sidebar__recomendation-img img {
  width: 9.2rem;
  height: 9.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: max-content;
}
.blog-content .blog-sidebar__recomendation-title {
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 0 1rem 0;
}
.blog-content .blog-sidebar__recomendation-advices {
  display: flex;
  align-items: center;
}
.blog-content .blog-sidebar__recomendation-advice {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  line-height: 1.52rem;
  margin: 0 2.1rem 0 0;
  text-transform: uppercase;
  position: relative;
}
.blog-content .blog-sidebar__recomendation-advice::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  height: 1.6rem;
  width: 0.1rem;
  background-color: #DF2800;
}
.blog-content .blog-sidebar__recomendation-date {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  line-height: 1.52rem;
}
.blog-content .blog-sidebar__feedback {
  background-color: #E6E4E0;
  padding: 1.6rem;
}
.blog-content .blog-sidebar__feedback-text {
  max-width: 28.1rem;
  color: #1C1C1C;
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.13rem;
  margin: 0 0 1.6rem 0;
}
.blog-content .blog-sidebar__feedback-subtext {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  margin: 0 0 0.8rem 0;
}
.blog-content .blog-sidebar__feedback-ourphone {
  display: flex;
  align-items: center;
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  line-height: 2.13rem;
  padding: 1.2rem 0 1.2rem 1.2rem;
  border: 0.5px solid #6B6B6B;
  margin: 0 0 1.2rem 0;
}
.blog-content .blog-sidebar__feedback-ourphone svg {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.2rem 0 0;
}
.blog-content .blog-sidebar__feedback-phone {
  border: 0.5px solid #6B6B6B;
  display: flex;
  align-items: center;
}
.blog-content .blog-sidebar__feedback-phone input {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  width: calc(100% - 6.4rem);
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  opacity: 0.6;
}
.blog-content .blog-sidebar__feedback-phone button {
  width: 6.4rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #DF2800;
}
@media (max-width: 48em) {
  .blog-content__container {
    flex-direction: column;
  }
  .blog-content__main {
    width: 100%;
  }
  .blog-content__categories-toggle {
    position: fixed;
    top: 126rem;
    left: 23.4rem;
    background: #E6E4E0;
    box-shadow: 0px 4px 10px 0px rgba(107, 107, 107, 0.2);
    padding: 2.4rem 3.9rem;
    color: #1C1C1C;
    font-family: "Circe";
    font-size: 2.8rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 31rem;
    text-align: center;
    z-index: 10;
  }
  .blog-content__row {
    row-gap: 6.4rem;
  }
  .blog-content__card {
    flex-direction: column;
    min-height: 110.2rem;
    width: 100%;
  }
  .blog-content__card-img {
    width: 100%;
    height: 61.8rem;
    margin: 0 0 4rem 0;
  }
  .blog-content__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-content__card-title {
    font-size: 3.2rem;
    line-height: 4.26rem;
    margin: 0 0 3.2rem 0;
  }
  .blog-content__card-advices-box {
    margin: 0 0 2.4rem 0;
  }
  .blog-content__card-advices {
    font-size: 2.8rem;
    line-height: 4.26rem;
    margin: 0 4.2rem 0 0;
  }
  .blog-content__card-advices::after {
    height: 4rem;
    width: 0.2rem;
    right: -2rem;
  }
  .blog-content__card-date {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .blog-content__card-text {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .blog-content__more {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 8rem 0 0 0;
  }
  .blog-content .blog-sidebar {
    width: 100%;
    position: fixed;
    top: 0rem;
    left: 0;
    background-color: #F5F4F2;
    padding: 8rem 4rem;
    transform: translateY(-100%);
    transition: 0.8s;
    z-index: 100;
    height: 100%;
  }
  .blog-content .blog-sidebar.active {
    transform: translateY(0%);
    overflow: scroll;
    max-height: 100vh;
  }
  .blog-content .blog-sidebar__categories-title {
    font-size: 3.6rem;
    line-height: 4.26rem;
    margin: 0 0 4.8rem 0;
  }
  .blog-content .blog-sidebar__categories-row {
    padding: 3rem 4rem;
    margin: 0 0 8rem 0;
  }
  .blog-content .blog-sidebar__categories-item:not(:last-child) {
    margin: 0 0 8.2rem 0;
  }
  .blog-content .blog-sidebar__categories-item.active .blog-sidebar__categories-category::before {
    height: 10.4rem;
    width: 0.2rem;
    top: -2.5rem;
  }
  .blog-content .blog-sidebar__categories-category {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .blog-content .blog-sidebar__categories-count {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .blog-content .blog-sidebar__recomendations {
    margin: 0 0 8rem 0;
  }
  .blog-content .blog-sidebar__recomendations-title {
    font-size: 4rem;
    line-height: 4.26rem;
    margin: 0 0 4.8rem 0;
  }
  .blog-content .blog-sidebar__recomendations-row {
    row-gap: 3.2rem;
  }
  .blog-content .blog-sidebar__recomendation {
    min-height: 18.4rem;
  }
  .blog-content .blog-sidebar__recomendation-img {
    height: 18.4rem;
    width: 18.4rem;
  }
  .blog-content .blog-sidebar__recomendation-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-content .blog-sidebar__recomendation-title {
    max-width: 32.2rem;
    font-size: 3.2rem;
    line-height: 4.4rem;
    margin: 0 0 2rem 0;
  }
  .blog-content .blog-sidebar__recomendation-advice {
    font-size: 2.8rem;
    line-height: 3.04rem;
    margin: 0 4.2rem 0 0;
  }
  .blog-content .blog-sidebar__recomendation-advice::after {
    height: 3.2rem;
    width: 0.2rem;
    right: -2rem;
  }
  .blog-content .blog-sidebar__recomendation-date {
    font-size: 2.8rem;
    line-height: 3.04rem;
  }
  .blog-content .blog-sidebar__feedback {
    max-width: 64.8rem;
    padding: 3.2rem;
  }
  .blog-content .blog-sidebar__feedback-text {
    font-size: 3.2rem;
    line-height: 4.26rem;
    margin: 0 0 3.2rem 0;
    max-width: 45rem;
  }
  .blog-content .blog-sidebar__feedback-subtext {
    font-size: 2.8rem;
    line-height: 4.26rem;
    margin: 0 0 1.6rem 0;
  }
  .blog-content .blog-sidebar__feedback-ourphone {
    padding: 2.4rem 0 2.4rem 2.4rem;
    font-size: 3.2rem;
    line-height: 4.26rem;
    margin: 0 0 2.4rem 0;
  }
  .blog-content .blog-sidebar__feedback-ourphone svg {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 2.4rem 0 0;
  }
  .blog-content .blog-sidebar__feedback-phone input {
    padding: 3rem 2.4rem;
    font-size: 2.4rem;
    line-height: 4.26rem;
  }
  .blog-content .blog-sidebar__feedback-phone button {
    width: 12.8rem;
    height: 10.4rem;
  }
}

/* BLOG-DETAIL */

.article-head {
  font-family: "Cormorant Garamond";
  margin: 6.3rem 0 0 0;
  padding: 0 0 4rem 0;
}
.article-head__container {
  display: flex;
  justify-content: space-between;
}
.article-head__left {
  padding: 13rem 0 0 0;
  max-width: 68.2rem;
}
.article-head__advices {
  display: flex;
  align-items: center;
  margin: 0 0 3.2rem 0;
}
.article-head__advice {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2.13rem;
  text-transform: uppercase;
  margin: 0 2.5rem 0 0;
  position: relative;
}
.article-head__advice::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.2rem;
  width: 0.1rem;
  height: 2rem;
  background-color: #DF2800;
}
.article-head__date {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.article-head__title {
  color: #1C1C1C;
  font-size: 5.5rem;
  line-height: 5.53rem;
  text-transform: uppercase;
}
.article-head__right {
  width: 56.2rem;
  height: 58.2rem;
}
@media (max-width: 48em) {
  .article-head {
    padding: 0 0 12rem 0;
    margin: 14rem 0 0 0;
  }
  .article-head__container {
    flex-direction: column;
  }
  .article-head__left {
    padding: 0;
    margin: 0 0 8rem 0;
  }
  .article-head__adveces {
    margin: 0 0 6.4rem 0;
  }
  .article-head__advice {
    font-size: 2.8rem;
    line-height: 4.26rem;
    margin: 0 4.2rem 0 0;
  }
  .article-head__advice::after {
    right: -2rem;
    height: 4rem;
    width: 0.2rem;
  }
  .article-head__date {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .article-head__title {
    width: auto;
  }
  .article-head__right {
    width: 67.1rem;
    height: 72.4rem;
  }
}

.article-body {
  font-family: "Cormorant Garamond";
  padding: 7.8rem 0 8.3rem 0;
  background-color: #fff;
}
.article-body__container {
  display: flex;
  justify-content: space-between;
}
.article-body__left {
  width: 92.1rem;
}
.article-body__row-top {
  padding: 0 0 0 23.9rem;
  margin: 0 0 4rem 0;
}
@media (min-width: 48em) {
  .article-body__row-top:nth-child(2) .article-body__text img {
    padding: 1rem 2rem 1rem 0;
  }
}
.article-body__title {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 2rem 0;
}
.article-body__text {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
  margin: 0 0 4rem 0;
}
.article-body__row-middle {
  margin: 0 0 4rem 0;
}
.article-body__row-middle .article-body__text:last-child,
.article-body__row-middle .article-body__title:first-child,
.article-body__row-middle .article-body__text:nth-child(2) {
  padding: 0 0 0 23.9rem;
}
.article-body__row-middle .article-body__text:last-child,
.article-body__row-middle .article-body__text:nth-child(2) {
  margin: 0;
}
.article-body__text-box {
  display: flex;
}
.article-body__text-box .article-body__text:last-child {
  line-height: 2.2rem;
  padding: 0 0 0 3.6rem;
}
.article-body__image-middle {
  width: 56.2rem;
  padding: 3.1rem 0 2.6rem 0;
}
.article-body__image-middle img {
  width: 56.2rem;
  height: 38.7rem;
  max-width: none;
}
.article-body__offer {
  padding: 2rem;
  background-color: #E6E4E0;
  margin: 0 0 8rem 0;
}
.article-body__offer-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3.2rem 0;
}
.article-body__offer-subtitle {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
}
.article-body__offer-title {
  color: #1C1C1C;
  font-size: 5.5rem;
  line-height: 5.53rem;
  text-transform: uppercase;
}
.article-body__offer-btn {
  width: 15.4rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #DF2800;
  color: #fff;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 1.2rem 1.8rem 0 0;
}
.article-body .offer__swiper-controlls {
  display: none;
}
.article-body__offer-row {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.article-body__offer-card {
  max-width: 27.8rem;
  min-height: 44.2rem;
  display: flex;
  flex-direction: column;
}
.article-body .offer-card__image {
  width: 27.8rem;
  height: 25.4rem;
  margin: 0 0 2rem 0;
}
.article-body .offer-card__image img {
  width: 100%;
  height: 100%;
}
.article-body .offer-card__title {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 1.2rem 0;
}
.article-body .offer-card__descr {
  margin: 0 0 2rem 0;
}
.article-body .offer-card__category, .article-body .offer-card__height {
  color: #474747;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.article-body .offer-card__category {
  margin: 0 0 0.4rem 0;
}
.article-body .offer-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.article-body .offer-card__order {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.article-body .offer-card__order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 13.6rem;
  height: 4rem;
  background-color: #DF2800;
  color: #fff;
  font-family: "Circe";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.article-body__row-bottom {
  margin: 0 0 8rem 0;
}
.article-body__row-bottom .article-body__title,
.article-body__row-bottom .article-body__text {
  padding: 0 0 0 23.9rem;
}
.article-body__row-bottom ul.article-body__text li:not(:first-child) {
  padding: 0 0 0 2.7rem;
  position: relative;
}
.article-body__row-bottom ul.article-body__text li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #1C1C1C;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
}
.article-body__bottom-image {
  width: 68.2rem;
  height: 48.6rem;
  margin-left: auto;
}
.article-body__share {
  text-align: right;
}
.article-body__right {
  width: 31.3rem;
}
.article-body__right-item {
  display: flex;
  min-height: 9.2rem;
}
.article-body__right-item:not(:last-child) {
  margin: 0 0 1.6rem 0;
}
.article-body__right-item:hover {
  cursor: pointer;
}
.article-body__right-image {
  width: 9.2rem;
  height: 9.2rem;
  margin: 0 2rem 0 0;
}
.article-body__right-image img {
  width: 9.2rem;
  height: 9.2rem;
  max-width: none;
}
.article-body__right-text {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 0 1rem 0;
}
.article-body__right-advices {
  display: flex;
  align-items: center;
}
.article-body__right-advice {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  line-height: 1.52rem;
  text-transform: uppercase;
  margin: 0 2.1rem 0 0;
  position: relative;
}
.article-body__right-advice::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.1rem;
  height: 1.6rem;
  background-color: #DF2800;
}
.article-body__right-date {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.52rem;
}
@media (max-width: 48em) {
  .article-body {
    padding: 16rem 0 8rem 0;
  }
  .article-body__container {
    flex-direction: column;
  }
  .article-body__left {
    width: auto;
    margin: 0 0 32.8rem 0;
  }
  .article-body__row-top {
    padding: 0;
    margin: 0 0 6.4rem 0;
  }
  .article-body__title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 0 0 6.4rem 0;
  }
  .article-body__text {
    font-size: 2.8rem;
    line-height: 4.26rem;
    margin: 0 0 6.4rem 0;
  }
  .article-body__image-top {
    width: 67rem;
    height: 50rem;
  }
  .article-body__row-middle {
    margin: 0 0 8rem 0;
  }
  .article-body__row-middle .article-body__text:last-child,
  .article-body__row-middle .article-body__title:first-child,
  .article-body__row-middle .article-body__text:nth-child(2) {
    padding: 0;
  }
  .article-body__text-box {
    flex-direction: column-reverse;
    margin: 0 0 6.4rem 0;
  }
  .article-body__text-box .article-body__text:nth-child(2) {
    font-size: 2.8rem;
    line-height: 4.26rem;
    margin: 0 0 6.4rem 0;
  }
  .article-body__text-box .article-body__image-middle {
    padding: 0;
    width: 67rem;
    height: 48.2rem;
  }
  .article-body__text-box .article-body__image-middle img {
    width: 67rem;
    height: 48.2rem;
  }
  .article-body__offer {
    padding: 4rem;
    width: 100vw;
    margin: 0 0 0 -4rem;
  }
  .article-body__offer-head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .article-body__offer-titles {
    margin: 0 0 6.4rem 0;
  }
  .article-body__offer-subtitle {
    font-size: 2.8rem;
    line-height: normal;
    margin: 0 0 4rem 0;
  }
  .article-body__offer-title {
    font-size: 6.4rem;
    line-height: normal;
  }
  .article-body__offer-btn {
    margin: 0 2.6rem 0 0;
    width: 37rem;
    height: 10.4rem;
    font-size: 3.2rem;
    line-height: 3.84rem;
    letter-spacing: 0.144rem;
    padding-top: 3.5rem;
  }
  .offer__swiper {
    overflow: hidden;
  }
  .article-body .offer__swiper-controlls {
    display: flex;
    align-items: center;
  }
  .article-body .offer__swiper-prev,
  .article-body .offer__swiper-next {
    border: 0.1rem solid #6B6B6B;
    width: 12.8rem;
    height: 10.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article-body .offer__swiper-prev path,
  .article-body .offer__swiper-next path {
    stroke: #1C1C1C;
  }
  .article-body .offer__swiper-prev.swiper-button-disabled path,
  .article-body .offer__swiper-next.swiper-button-disabled path {
    stroke: #BDBDBD;
  }
  .article-body .offer__swiper-prev {
    margin: 0 1.6rem 0 0;
  }
  .article-body__offer-card {
    width: 70rem;
    max-width: none;
    min-height: 112.2rem;
  }
  .article-body .offer-card__image {
    width: 100%;
    height: 64.2rem;
    margin: 0 0 4rem 0;
  }
  .article-body .offer-card__image img {
    width: 100%;
    height: 64.2rem;
    max-width: none;
  }
  .article-body .offer-card__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 0 0 3.2rem 0;
  }
  .article-body .offer-card__decr {
    margin: 0 0 3.4rem 0;
  }
  .article-body .offer-card__category, .article-body .offer-card__height {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .article-body .offer-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-body .offer-card__order {
    margin: 0 0 5rem 0;
    color: #BDBDBD;
    font-family: "Circe";
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.392rem;
    text-decoration-line: line-through;
    position: relative;
  }
  .article-body .offer-card__order::after {
    content: "Под заказ";
    position: absolute;
    top: 0;
    left: 17.872rem;
    width: 22.6rem;
    height: 100%;
    color: #DF2800;
    font-family: "Cormorant Garamond";
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    text-transform: uppercase;
  }
  .article-body .offer-card__order-btn {
    width: 100%;
    text-align: center;
    height: 8.8rem;
    font-size: 3.2rem;
    line-height: normal;
  }
  .article-body__row-bottom {
    padding: 8rem 0 0 0;
  }
  .article-body__row-bottom .article-body__title,
  .article-body__row-bottom ul.article-body__text {
    padding: 0;
  }
  .article-body__row-bottom ul.article-body__text li:not(:first-child)::before {
    top: 2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .article-body__bottom-image {
    width: 67rem;
    height: 49.8rem;
  }
  .article-body__right {
    width: auto;
    padding: 4rem 0 0 0;
    border-top: 1px solid #BDBDBD;
  }
  .article-body__right-item {
    min-height: 18.4rem;
  }
  .article-body__right-item:not(:last-child) {
    margin: 0 0 3.2rem 0;
  }
  .article-body__right-image {
    width: 18.4rem;
    height: 18.4rem;
  }
  .article-body__right-image img {
    width: 18.4rem;
    height: 18.4rem;
  }
  .article-body__right .article-body__title {
    font-size: 6.4rem;
    line-height: 11rem;
  }
  .article-body__right-text {
    font-size: 3.2rem;
    line-height: 4.4rem;
    max-width: 32.2rem;
    margin: 0 0 2rem 0;
  }
  .article-body__right-advice {
    font-size: 2.8rem;
    line-height: 3.04rem;
    margin: 0 4.2rem 0 0;
  }
  .article-body__right-advice::after {
    right: -2rem;
    width: 0.2rem;
    height: 3.2rem;
  }
  .article-body__right-date {
    font-size: 14px;
    line-height: 3.04rem;
  }
}

.article-controlls {
  font-family: "Cormorant Garamond";
  padding: 0 0 11.7rem 0;
  background-color: #fff;
}
.article-controlls__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48rem 0 0;
}
.article-controlls__prev {
  display: flex;
  align-items: center;
  color: #6B6B6B;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.article-controlls__prev svg {
  margin: 0 1.2rem 0 0;
}
.article-controlls__back {
  width: 2.3rem;
  height: 2.3rem;
  position: relative;
}
.article-controlls__back:hover::before {
  content: "Вернуться к списку";
  cursor: pointer;
  position: absolute;
  top: -4rem;
  left: -7.5rem;
  width: 16.8rem;
  height: 2.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #E6E4E0;
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.article-controlls__next {
  display: flex;
  align-items: center;
  color: #6B6B6B;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.article-controlls__next svg {
  margin: 0 0 0 1.2rem;
}
@media (max-width: 48em) {
  .article-controlls {
    position: absolute;
    margin-top: -67rem;
    width: 100%;
  }
  .article-controlls__container {
    padding: 0;
  }
  .article-controlls__prev {
    max-width: 21.8rem;
    font-size: 2.8rem;
    line-height: normal;
  }
  .article-controlls__prev svg {
    margin: 0 2.4rem 0 0;
  }
  .article-controlls__next {
    max-width: 20.4rem;
    font-size: 2.8rem;
    line-height: normal;
    text-align: right;
  }
  .article-controlls__next svg {
    margin: 0 0 0 2.4rem;
  }
  .article-controlls__back:hover::before {
    display: none;
  }
}

.article-slider {
  font-family: "Cormorant Garamond";
  padding: 0 0 15.2rem 0;
  background-color: #fff;
}
.article-slider__container {
  border-top: 0.1rem solid #BDBDBD;
  padding: 5.2rem 0 0 0;
}
.article-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4rem 0;
}
.article-slider__title {
  color: #1C1C1C;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}
.article-slider__controlls {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.article-slider__prev, .article-slider__next {
  width: 6.4rem;
  height: 5.2rem;
  background-color: #E6E4E0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.article-slider__prev path, .article-slider__next path {
  stroke: #1C1C1C;
}
.article-slider__prev.swiper-button-disabled path, .article-slider__next.swiper-button-disabled path {
  stroke: #6B6B6B;
}
.article-slider__swiper {
  overflow: hidden;
}
.article-slider__slide {
  max-width: 32.3rem;
  min-height: 50.6rem;
}
.article-slider__slide-img {
  width: 32.3rem;
  height: 33.3rem;
  margin: 0 0 0.7rem 0;
}
.article-slider__slide-title {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 1.2rem 0;
}
.article-slider__slide-advices {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
.article-slider__slide-advice {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.4rem;
  line-height: 2.13rem;
  text-transform: uppercase;
  margin: 0 2.1rem 0 0;
  position: relative;
}
.article-slider__slide-advice::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  height: 2rem;
  width: 0.1rem;
  background-color: #DF2800;
}
.article-slider__slide-date {
  color: #6B6B6B;
  font-family: "Circe";
  font-size: 1.4rem;
  line-height: 2.13rem;
}
.article-slider__slide-descr {
  color: #1C1C1C;
  font-family: "Circe";
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2.13rem;
}
.article-slider__slide__pagination {
  display: none;
}
@media (max-width: 48em) {
  .article-slider__container {
    padding: 0 0 18.4rem;
    border-top: none;
  }
  .article-slider-head {
    padding: 4rem 0 0 0;
    border-top: 0.2rem solid #BDBDBD;
    position: relative;
    margin: 0 0 8rem 0;
  }
  .article-slider__title {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 11rem;
  }
  .article-slider__controlls {
    position: absolute;
    top: 133.8rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10.4rem;
  }
  .article-slider__slide {
    max-width: none;
    width: auto;
    min-height: 102.8rem;
  }
  .article-slider__slide-img {
    width: 100%;
    height: 72.2rem;
    margin: 0 0 1.4rem 0;
  }
  .article-slider__slide-img img {
    width: 100%;
    height: 72.2rem;
  }
  .article-slider__slide-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 0 0 4rem 0;
  }
  .article-slider__slide-advices {
    margin: 0 0 3.2rem 0;
  }
  .article-slider__slide-advice {
    font-size: 2.8rem;
    line-height: 4.26rem;
    text-transform: uppercase;
    margin: 0 4.2rem 0 0;
  }
  .article-slider__slide-advice::after {
    right: -2rem;
    height: 4rem;
    width: 0.2rem;
  }
  .article-slider__slide-date {
    font-size: 2.8rem;
    line-height: 4.26rem;
  }
  .article-slider__slide-descr {
    font-size: 2.8rem;
    line-height: 4.26rem;
    max-width: 64.4rem;
  }
  .article-slider__prev, .article-slider__next {
    width: 12.8rem;
    height: 10.4rem;
  }
  .article-slider__pagination {
    max-width: 22rem;
    text-align: center;
  }
  .article-slider__pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #BDBDBD;
  }
  .article-slider__pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 2rem 0 0;
  }
  .article-slider__pagination .swiper-pagination-bullet-active {
    background-color: #1C1C1C;
  }
}

.catalog-filter {
  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: 3rem;
}

.catalog-filter__wrap {
  width: 74.3%;
  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;
}

.catalog-filter__item {
  width: 20rem;
  height: 3.2rem;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  border-bottom: 1px solid #6B6B6B;
  position: relative;
}

.catalog-filter__item.wide {
  width: 32rem;
}

.catalog-filter__item.wide .select-dropdown {
  padding: 1.8rem 1.9rem 2.5rem;
}

.catalog-filter__item .select {
  width: 100%;
  height: 100%;
}

.catalog-filter__item .select_checked {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.catalog-filter__item .select_checked::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.4rem;
  background: url(/bitrix/templates/SLAB/css/../img/arrow-dropdown.svg) 50% no-repeat;
  background-size: contain;
}

.catalog-filter__item .select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  padding: 2.2rem 1.9rem;
  background: #F5F4F2;
  border: 1px solid #BDBDBD;
  letter-spacing: normal;
  z-index: 1;
}

.catalog-filter__item .select-dropdown li {
  cursor: pointer;
}

.catalog-filter__item .select-dropdown li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.catalog-filter__item .select-dropdown li.active {
  font-weight: 700;
  color: #1C1C1C;
}

.catalog-filter__item .select-dropdown .range-slider {
  position: relative;
}

.catalog-filter__item .select-dropdown .range-slider input[type="text"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  background: transparent;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  width: 100%;
  height: 1px;
  background: #BDBDBD;
  margin: 0;
  padding: 0;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border: none;
  border-radius: 50%;
  background: #1C1C1C;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  border: none;
  border-radius: 50%;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.catalog-filter__item .select-dropdown .range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}

.catalog-filter__item .select-dropdown .range-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}

.catalog-filter__item .select-dropdown .range-values .min, .catalog-filter__item .select-dropdown .range-values .max {
  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;
  width: 40%;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
}

.catalog-filter__item .select-dropdown .range-values .min input, .catalog-filter__item .select-dropdown .range-values .max input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65%;
  border: 1px solid #BDBDBD;
  background: none;
  height: 3.1rem;
  padding: 0 .7rem;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  color: #6B6B6B;
}

.catalog-filter__btn {
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  text-decoration: underline;
  position: relative;
  color: inherit;
  margin-right: 4.4rem;
}

.catalog-filter__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.9rem;
  background: url(/bitrix/templates/SLAB/css/../img/png.svg) 50% no-repeat;
  background-size: contain;
}

.catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-top: 5rem;
  width: 105.1rem;
}

@media (max-width: 48em) {
  .catalog-wrap {
    width: auto;
  }
}

.catalog-wrap .card {
  margin-bottom: 6rem;
  max-width: 32.3rem;
}

.catalog-wrap .card:not(:nth-child(3n)) {
  margin-right: 3.8rem;
}

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

.catalog-more__btn {
  font-size: 2rem;
  font-weight: 700;
  color: #1C1C1C;
}

.card {
  width: 31.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.card-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11.1rem 2rem;
  background: url('/bitrix/templates/SLAB/css/../img/form-background.jpg') top left/cover no-repeat;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

.card-text {
  display: flex;
  flex-direction: column;
}

@media (min-width: 48em) {
  .card-text {
    height: 20rem;
  }
}

.card-price.sale {
  margin-top: auto;
}

.card-form.active {
  opacity: 1;
  pointer-events: auto;
}

.card-form__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem; 
  font-family: 'Cormorant Garamond';
  margin: 0 0 6rem 0;
}

.card-form__input {
  margin: 0 0 2rem 0;
}

.card-form__input input {
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2rem;
  color: #1C1C1C;
  font-family: 'Circe';
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.13rem;
}

.card-form__btn {
  width: 100%;
  height: 6rem;
}

@media (max-width: 48em) {
  .card-form {
    padding: 14.2rem 3.2rem;
  }
  .card-form__text {
    font-size: 4.8rem;
    line-height: normal;
    margin: 0 0 5rem 0;
  }
  .card-form__input input {
    height: 12rem;
    font-size: 2.8rem;
    line-height: normal;
    margin: 0 0 2.4rem 0;
  }
  .card-form__btn {
    height: 12rem;
  }
}

.card-img {
  width: 100%;
  height: 40.3rem;
  margin-bottom: 2rem;
}

.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-name {
  font-size: 2rem;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 1.2rem;
}

.card-price {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1C1C1C;
  margin-top: 2.7rem;
  align-items: center;
}

.card-price.sale {
  color: #DF2800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-price.sale span {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  line-height: 1.22;
  text-transform: none;
  margin: 0.2rem 1rem 0 0;
  color: #BDBDBD;
  text-decoration: line-through;
}

.card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.58;
  letter-spacing: -0.055em;
  color: #474747;
}

.card-description__group {
  max-width: 48.5%;
}

.card-description__btn {
  height: 4rem;
  width: 15.6rem;
  margin: 0 0 0 auto;
}

.card-price__box {
  display: flex;
  flex-direction: column;
}

.product {
  padding: 5.7rem 0 16.4rem;
}

.product .path {
  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: 7rem;
}

.product .back {
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #6B6B6B;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15rem;
}

.product-info__media {
  width: 48.5%;
  height: 60rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info__media-preview {
  width: 18%;
  height: 100%;
  position: relative;
}

.product-info__media .product-thumbs {
  height: 92%;
  margin: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-info__media .product-thumbs__item {
  width: 100%;
  cursor: pointer;
}

.product-info__media .product-thumbs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-info__media .product-thumbs__item.swiper-slide-thumb-active {
  width: 100%;
  border: .6rem solid #BDBDBD;
}

.product-info__media .product-slider {
  width: 79.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.product-info__media .product-slider__item {
  height: 60rem;
  height: 100%;
}

.product-info__media .product-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-info__media .product-button-next {
  margin: 0;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 1.8rem;
  height: 3.5rem;
  background: url(/bitrix/templates/SLAB/css/../img/arrow-next.svg) 50% no-repeat;
  background-size: contain;
}

.product-info__media .product-button-next::after {
  content: none;
}

.product-info__text {
  width: 48.5%;
}

.product-info__heading {
  padding: 5.1rem 0;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 5rem;
}

.product-info__title {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 2.8rem;
}

.product-info__price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #DF2800;
  text-transform: uppercase;
}

.product-info__price span {
  font-size: 2.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  color: #BDBDBD;
  text-transform: none;
  text-decoration: line-through;
  margin-right: 2rem;
}

.product-info__feature {
  font-family: 'Circe', sans-serif;
  padding-bottom: 4.3rem;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 5rem;
}

.product-info__feature-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.product-info__feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__feature-group:not(:last-child) {
  margin-right: 8.7rem;
}

.product-info__feature-item {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.055em;
  margin-bottom: 1rem;
}

.product-info__feature-item span {
  font-weight: 350;
}

.product-info__interaction {
  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;
}

.product-info__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Circe', sans-serif;
}

.product-info__number-text {
  font-size: 1.8rem;
  letter-spacing: -0.055em;
  margin-right: 3rem;
}

.product-info__number-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  font-size: 1.6rem;
}

.product-info__number-amount, .product-info__number-minus, .product-info__number-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 100%;
  border: 1px solid #BDBDBD;
}

.product-info__number-minus, .product-info__number-plus {
  width: 3.4rem;
  font-size: 2rem;
  cursor: pointer;
}

.product-info__number-minus {
  border-top-left-radius: 6.5rem;
  border-bottom-left-radius: 6.5rem;
  margin-right: -1px;
}

.product-info__number-plus {
  border-top-right-radius: 6.5rem;
  border-bottom-right-radius: 6.5rem;
  margin-left: -1px;
}

.product-info__btn {
  width: 28.9rem;
  height: 6rem;
}

.product-info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border: 1.5px solid #DF2800;
  margin-right: 2rem;
}

.product-info__basket img {
  width: 48%;
}

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

.product-description__info {
  width: 60%;
  margin-right: 12rem;
}

.product-description__title {
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 6rem;
}

.product-description__text {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  letter-spacing: -0.055em;
}

.product-description__side-group:not(:last-child) {
  margin-bottom: 4.9rem;
}

.product-description__side-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.product-description__side-text {
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.5;
}

.similar-products {
  margin: -.8rem 0 15rem;
}

.similar-products__title {
  text-align: center;
  font-size: 5.8rem;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 8.5rem;
}

.similar-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket {
  padding: 9.7rem 0 13.6rem;
}

.basket-step {
  width: 48%;
  margin: 0 auto 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-step__item {
  width: 15%;
  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;
}

.basket-step__item.active {
  color: #DF2800;
}

.basket-step__item.active .basket-step__item-number {
  border-color: #DF2800;
}

.basket-step__item-number {
  width: 9.1rem;
  height: 5.4rem;
  border: 1px solid #6B6B6B;
  border-radius: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2rem;
}

.basket-step__item-number span {
  position: absolute;
  top: 38%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.basket-step__item-name {
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.33;
}

.basket-content__step {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-content__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-content__title {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 3.5rem;
}

.basket-content__title.red {
  color: #DF2800;
}

.basket-content__body {
  width: 57.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.basket-content__table {
  font-family: 'Circe', sans-serif;
}

.basket-content__table-heading, .basket-content__table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BDBDBD;
}

.basket-content__table-heading {
  font-size: 1.5rem;
  font-weight: 350;
  padding: .5rem 0 1rem;
}

.basket-content__table-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 3rem;
}

.basket-content__table-item-name {
  width: 50%;
  padding-left: 16rem;
}

.basket-content__table-item-number {
  width: 28.8%;
}

.basket-content__table-item-price {
  width: 21.2%;
}

.basket-content__table-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-content__table-product-img {
  width: 12rem;
  height: 15.6rem;
  margin-right: 4rem;
}

.basket-content__table-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.basket-content__table-product-name {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #1C1C1C;
}

.basket-content__table-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

.basket-content__table-minus, .basket-content__table-plus {
  font-size: 2rem;
  cursor: pointer;
}

.basket-content__table-amount {
  padding: 0 1.5rem;
}

.basket-content__table-delete {
  position: absolute;
  top: 50%;
  right: .1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
}

.basket-content__table-delete img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-content__table-line {
  padding: 1.6rem 0 1.8rem;
  position: relative;
}

.basket-content__table-line .basket-content__table-item-name {
  padding-left: 0;
}

.basket-content__table-line .basket-content__table-item-price {
  font-size: 2rem;
  font-weight: 700;
  color: #1C1C1C;
}

.basket-content__side {
  width: 31.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.basket-content__side-group {
  margin-bottom: 2.2rem;
}

.basket-content__side-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;
  font-family: 'Circe', sans-serif;
}

.basket-content__side-item:not(:last-child) {
  margin-bottom: .3rem;
}

.basket-content__side-item.active {
  font-weight: 700;
}

.basket-content__side-item.active .basket-content__side-name, .basket-content__side-item.active .basket-content__side-value {
  font-weight: 700;
  color: #1C1C1C;
}

.basket-content__side-name, .basket-content__side-value {
  max-width: 48%;
}

.basket-content__side-name {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2.02;
  text-transform: uppercase;
}

.basket-content__side-value {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.89;
  color: #1C1C1C;
}

.basket-content__side-btn {
  width: 100%;
  height: 6rem;
  padding: 0;
}

.basket-content__promo {
  margin: 3.2rem 0 2.8rem;
}

.basket-content__promo-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.basket-content__promo-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.5%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: 1px solid #DF2800;
  background: #fff;
  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: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  color: #DF2800;
}

.basket-content__promo .form-fields {
  width: 100%;
}

.basket-content__promo .form-fields label {
  width: 100%;
  position: relative;
}

.basket-content__promo .form-fields label input {
  padding-right: 17%;
}

.basket-content__personal {
  margin-bottom: 3rem;
}

.basket-content__personal .form-fields {
  width: 100%;
}

.basket-content__personal .form-fields label {
  width: 48.5%;
  margin-bottom: 2.2rem;
  position: relative;
}

.basket-content__personal .form-fields label span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1.9rem;
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.basket-content__personal .form-fields label input {
  padding: 1.4rem 1.9rem 0rem;
  font-size: 1.5rem;
}

.basket-content__personal .form-fields label input:focus {
  border-color: #1C1C1C;
}

.basket-content__personal .form-fields label input:focus ~ span {
  font-size: 1rem;
  top: 35%;
}

.basket-content__personal .form-fields label.required span {
  font-size: 1rem;
  top: 35%;
}

.basket-content__personal .form-privacy {
  margin-top: .3rem;
}

.basket-content__personal .form-privacy label {
  font-size: 1.44rem;
}

.basket-content__delivery {
  margin-bottom: -4.3rem;
}

.basket-content__delivery .form-fields {
  width: 100%;
  margin-bottom: 1.1rem;
}

.basket-content__delivery .form-fields label {
  width: 48.5%;
  margin-bottom: 2.2rem;
  position: relative;
}

.basket-content__delivery .form-fields label span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1.9rem;
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.basket-content__delivery .form-fields label input {
  padding: 1.4rem 1.9rem 0rem;
  font-size: 1.5rem;
}

.basket-content__delivery .form-fields label input:focus {
  border-color: #1C1C1C;
}

.basket-content__delivery .form-fields label input:focus ~ span {
  font-size: 1rem;
  top: 35%;
}

.basket-content__delivery .form-fields label.required span {
  font-size: 1rem;
  top: 35%;
}

.basket-content__delivery .form-fields__item {
  width: 48.5%;
  height: 6rem;
  border: 1px solid #6B6B6B;
  background: #fff;
  position: relative;
  margin-bottom: 2.2rem;
}

.basket-content__delivery .form-fields__item.required .select-placeholder {
  font-size: 1rem;
  top: 35%;
}

.basket-content__delivery .form-fields__item.required .select-text {
  margin-top: 1.6rem;
}

.basket-content__delivery .form-fields__item .select {
  width: 100%;
  height: 100%;
}

.basket-content__delivery .form-fields__item .select-placeholder {
  position: absolute;
  top: 50%;
  left: 1.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.basket-content__delivery .form-fields__item .select-text {
  font-size: 1.5rem;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  padding-left: 1.9rem;
}

.basket-content__delivery .form-fields__item .select_checked {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.basket-content__delivery .form-fields__item .select_checked::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1rem;
  background: url(/bitrix/templates/SLAB/css/../img/arrow-dropdown_small.svg) 50% no-repeat;
  background-size: contain;
}

.basket-content__delivery .form-fields__item .select-dropdown {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% - 1px);
  padding: 2.2rem 1.9rem;
  background: #F5F4F2;
  border: 1px solid #BDBDBD;
  letter-spacing: normal;
  z-index: 1;
  font-size: 1.6rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
}

.basket-content__delivery .form-fields__item .select-dropdown li {
  cursor: pointer;
}

.basket-content__delivery .form-fields__item .select-dropdown li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.basket-content__delivery .form-fields__item .select-dropdown li.active {
  font-weight: 700;
  color: #1C1C1C;
}

.basket-content__delivery .form-pick {
  margin-bottom: 4.5rem;
}

.basket-content__delivery .form-pick.form-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-content__delivery .form-pick.form-delivery .form-pick__group:not(:last-child) {
  margin-right: 6rem;
}

.basket-content__delivery .form-pick__group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.basket-content__delivery .form-pick__group label:not(:last-child) {
  margin-bottom: 2.5rem;
}

.basket-content__delivery .form-pick__group label > div {
  font-family: 'Circe', sans-serif;
}

.basket-content__delivery .form-pick__group label > div .title {
  font-size: 1.8rem;
  line-height: 1.56;
}

.basket-content__delivery .form-pick__group label > div .subtitle {
  font-size: 1.4rem;
  font-weight: 350;
}

.basket-content__delivery .form-pick__group input {
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-appearance: 0;
     -moz-appearance: 0;
          appearance: 0;
}

.basket-content__delivery .form-pick__group input:checked ~ span::before {
  content: '';
}

.basket-content__delivery .form-pick__group span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #6B6B6B;
  position: relative;
  margin: .7rem 2rem 0 0;
}

.basket-content__delivery .form-pick__group span::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #1C1C1C;
}

.basket-content__delivery .form-cost {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1C1C1C;
  margin-bottom: 7.8rem;
}

.basket-content__delivery .form-payment__title {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 4rem;
}

.basket-content__thanks .basket-content__body {
  width: 45%;
  margin: 3rem auto 1.5rem;
  text-align: center;
}

.basket-content__thanks .basket-content__title {
  margin-bottom: .5rem;
}

.basket-content__thanks .basket-content__description {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  line-height: 1.56;
  margin-bottom: 8rem;
}

.basket-content__thanks .basket-content__btn {
  width: 33rem;
  height: 6rem;
  padding: 0;
}

.not-found {
  margin: -3rem 0 22.5rem;
}

.not-found__content {
  text-align: center;
}

.not-found__logo {
  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: 36.8rem;
  font-weight: 300;
  color: #1C1C1C;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .7rem;
}

.not-found__logo span {
  font-size: 40rem;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  position: relative;
  z-index: 1;
}

.not-found__logo span::before {
  content: '';
  position: absolute;
  top: 8rem;
  left: -9rem;
  width: 35.7rem;
  height: 30rem;
  background: url(/bitrix/templates/SLAB/css/../img/not-found-img.svg) 50% no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.not-found__title {
  font-size: 4rem;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.not-found__title span {
  font-style: italic;
}

.not-found__subtitle {
  font-size: 1.8rem;
  font-family: 'Circe', sans-serif;
  font-weight: 350;
  margin-bottom: 7.3rem;
}

.not-found__btn {
  padding: 1.7rem 8rem;
}

@media (max-width: 48em) {
  .container {
    width: 89.5%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2vw 0;
    z-index: 100;
    background: #F5F4F2;
  }
  .header > .container {
    position: unset;
  }
  .header-content {
    justify-content: space-between;
  }
  .header-logo {
    width: 18vw;
    z-index: 2;
    order: 2;
  }
  .header-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100vh;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 27vw 5vw 22vw;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    overflow-y: auto;
  }
  .header-nav.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .header-nav ul {
    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;
  }
  .header-nav ul li {
    font-size: 4.8vw;
  }
  .header-nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7.4vw;
  }
  .header-burger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8.3vw;
    height: 4.8vw;
    z-index: 2;
  }
  .header-burger.active {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-burger.active span {
    width: 70%;
  }
  .header-burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: -1px;
  }
  .header-burger.active span:nth-child(2) {
    display: none;
  }
  .header-burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px;
  }
  .header-burger span {
    width: 100%;
    height: 2px;
    background: #1C1C1C;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .header-right {
    margin-left: auto;
  }
  .header-basket {
    width: 5.7vw;
    margin-right: 6.5vw;
  }
  .header-basket span {
    right: -1.4vw;
    bottom: -2.1vw;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.56vw;
  }
  .header-call {
    margin-top: 0;
    text-align: center;
    font-size: 6.67vw;
  }
  .header-content.burger-menu-active .header-call.header-call-toggle {
    display: none !important;
  }
  .header-content.burger-menu-active .header-logo {
    order: 1;
  }
  .header-content.burger-menu-active .header-burger {
    order: 2;
  }
  .header-content.burger-menu-active .header-nav.active .header-call {
    margin-top: 30.8rem;
    font-size: 8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.8rem; 
  }
  .banner {
    margin: 14vw 0 21vw;
    padding: 1.6vw 0 0;
  }
  .banner-logo {
    margin-bottom: 2.3vw;
  }
  .banner-logo__img {
    width: 10.2vw;
    margin-bottom: 3vw;
  }
  .banner-logo__title {
    font-size: 2.67vw;
  }
  .banner-title {
    max-width: none;
    font-size: 10.1vw;
  }
  .banner-title__word {
    margin-right: 24vw;
  }
  .banner-title span {
    font-size: 10.9vw;
  }
  .banner-title span > span {
    font-size: 11.5vw;
  }
  .banner-gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -4.5vw 0 10.5vw;
  }
  .banner-gallery__img {
    width: 75.5vw;
    height: 80vw;
  }
  .banner-btn.mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .banner.banner-about {
    padding: 11.5vw 0 20vw;
    overflow: hidden;
    margin-bottom: 0;
  }
  .banner.banner-about .banner-heading {
    margin-bottom: 18vw;
  }
  .banner.banner-about .banner-heading__title {
    font-size: 10.13vw;
    margin-bottom: 2vw;
  }
  .banner.banner-about .banner-heading__subtitle {
    font-size: 9.87vw;
  }
  .banner.banner-about .banner-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner.banner-about .banner-media {
    width: 100%;
    margin-bottom: 22vw;
  }
  .banner.banner-about .banner-media__img {
    width: 56.5%;
    height: 61.5vw;
  }
  .banner.banner-about .banner-media__small {
    bottom: -7vw;
    left: -33.5vw;
    width: 44.5vw;
    height: 44vw;
  }
  .banner.banner-about .banner-media__decor {
    top: -13vw;
    left: -47vw;
    width: 82vw;
    height: 90vw;
  }
  .banner.banner-about .banner-text {
    width: 100%;
  }
  .banner.banner-about .banner-text__info {
    font-size: 4.8vw;
    line-height: 1.56;
    margin-bottom: 12vw;
  }
  .banner.banner-about .banner-text__item {
    display: block;
  }
  .banner.banner-about .banner-text__item:not(:last-child) {
    margin-bottom: 9.5vw;
  }
  .banner.banner-about .banner-text__item-title {
    max-width: none;
    margin-top: 0;
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
  .banner.banner-about .banner-text__item-description {
    width: 100%;
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .banner.banner-authors {
    padding: 13vw 0 21vw;
  }
  .banner.banner-authors .banner-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner.banner-authors .banner-text {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 31vw;
  }
  .banner.banner-authors .banner-text__suptitle {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
  .banner.banner-authors .banner-text__title {
    max-width: 85%;
    font-size: 8vw;
    margin-bottom: 3.5vw;
  }
  .banner.banner-authors .banner-text__description {
    max-width: none;
    font-size: 3.73vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .banner.banner-authors .banner-media {
    width: 100%;
    height: 52vw;
  }
  .banner.banner-authors .banner-media__small {
    top: -21vw;
    left: 17.5vw;
    width: 30vw;
    height: 39vw;
  }
  .gallery {
    padding: 21.5vw 0 21vw;
  }
  .gallery-heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8vw 0;
    margin-bottom: 8vw;
    flex-direction: column;
  }
  .gallery-heading__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .gallery-heading__info-title {
    font-size: 2.48vw;
    margin-bottom: 1.5vw;
  }
  .gallery-heading__info-address {
    font-size: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery-heading__info-address span {
    margin: 0 2rem 0 0 ;
  }
  .gallery-heading__download {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 4vw;
    margin-right: 7.2vw;
  }
  .gallery-heading__download::after {
    left: calc(100% + 2.2vw);
    width: 4vw;
    height: 4.8vw;
  }
  .gallery-heading__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    font-size: 10.67vw;
    margin-bottom: 8.5vw;
  }
  .gallery-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 7.5vw;
  }
  .gallery-map {
    width: 100%;
    height: 36.8vw;
  }
  .gallery-text {
    margin-bottom: 8vw;
  }
  .gallery-text__title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .gallery-text__description {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .gallery-preview {
    width: 100%;
    height: 35.5vw;
    margin-bottom: 8vw;
  }
  .gallery-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .gallery-right .gallery-text__description {
    max-width: none;
  }
  .gallery-right__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 56vw;
    margin-bottom: 0;
  }
  .gallery.gallery-product {
    margin: -5vw 0 22.5vw;
  }
  .gallery.gallery-product .gallery-item {
    width: 100%;
  }
  .gallery.gallery-product .gallery-item:not(:last-child) {
    margin-bottom: 10.5vw;
  }
  .gallery.gallery-product .gallery-img {
    height: 36.8vw;
  }
  .gallery.gallery-product .gallery-text {
    margin-bottom: 5vw;
  }
  .offer {
    padding: 22vw 0 20.5vw;
  }
  .offer-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 36vw;
    position: relative;
  }
  .offer-item:nth-child(even) .offer-text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .offer-item:not(:last-child) {
    margin-bottom: 11vw;
  }
  .offer-item:nth-child(2) {
    padding-bottom: 41.5vw;
  }
  .offer-item:nth-child(3) {
    padding-bottom: 46.5vw;
  }
  .offer-text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10.5vw;
  }
  .offer-text__suptitle {
    font-size: 3.73vw;
    margin-bottom: 9vw;
  }
  .offer-text__title {
    font-size: 10.67vw;
    margin-bottom: 11.4vw;
  }
  .offer-text__title span {
    font-size: 13.87vw;
    margin-left: 3vw;
  }
  .offer-text__description {
    padding-left: 3vw;
    font-size: 3.73vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .offer-text__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offer-text-2 {
    padding-top: 8rem;
  }
  .offer-text-2 .offer-text__title {
    margin-bottom: 9vw;
  }
  .offer-text-2 .offer-text__description {
    margin-bottom: 0vw;
  }
  .offer-text-3 {
    width: 100%;
    padding-top: 10.5vw;
    margin-bottom: 13vw;
  }
  .offer-text-3 .offer-text__title {
    margin-bottom: 9vw;
  }
  .offer-text-3 .offer-text__description {
    margin-bottom: 0;
  }
  .offer-img {
    width: 87%;
    height: 80.5vw;
  }
  .offer-img__material {
    bottom: -10.5vw;
    left: -11.5vw;
    width: 28.8vw;
    height: 33vw;
  }
  .offer-img__material img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .offer-img-2 {
    width: 87%;
    height: 90vw;
  }
  .offer-img-2 .offer-img__material {
    width: 25.6vw;
    height: 36.3vw;
    left: -11.5vw;
    bottom: -16vw;
  }
  .offer-img-3 {
    width: 92%;
    height: 100vw;
  }
  .offer-img-3 .offer-img__material {
    width: 29.3vw;
    height: 36vw;
    left: -7vw;
    bottom: -18.5vw;
  }
  .technology {
    margin-bottom: 22vw;
  }
  .technology-title {
    font-size: 10.67vw;
    margin-bottom: 12.5vw;
  }
  .technology-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1vw;
  }
  .technology-item {
    width: 47%;
    margin-bottom: 12vw;
  }
  .technology-item:nth-child(1) .technology-item__img img {
    width: 15vw;
  }
  .technology-item:nth-child(4) .technology-item__img img {
    width: 10.5vw;
    margin-top: -2vw;
    margin-left: -1vw;
  }
  .technology-item__img {
    height: 16.5vw;
    margin-bottom: 3vw;
  }
  .technology-item__img img {
    width: 10.5vw;
  }
  .technology-item__number {
    left: 4vw;
    font-size: 23.7vw;
  }
  .technology-item__title {
    font-size: 4.8vw;
    line-height: 1;
    margin-bottom: 3vw;
  }
  .technology-item__title span {
    display: block;
  }
  .technology-item__description {
    max-width: none;
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .technology-btn {
    padding: 0;
  }
  .feedback {
    margin-bottom: 21vw;
  }
  .feedback .container {
    flex-direction: column;
  }
  .feedback__image {
    display: none;
  }
  .feedback-content {
    max-width: 67rem;
  }
  .feedback-heading {
    text-align: center;
    max-width: none;
    margin-bottom: 10.2vw;
  }
  .feedback-suptitle {
    font-size: 3.73vw;
    margin-bottom: 7.5vw;
    text-align: left;
  }
  .feedback-title {
    font-size: 10.67vw;
    text-align: left;
  }
  .form-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-fields {
    width: 100%;
  }
  .form-fields label {
    width: 100%;
    margin-bottom: 5.4vw;
  }
  .form-fields label.wide {
    margin-top: 0;
  }
  .form-fields label input, .form-fields label textarea {
    height: 16vw;
    padding: 5vw 4vw;
    font-size: 4.27vw;
  }
  .form-fields label textarea {
    height: 30.5vw;
  }
  .form-btn {
    width: 100%;
    height: 16vw;
    padding: 0;
  }
  .form-btns {
    width: 100%;
  }
  .form-privacy {
    margin-top: 8vw;
  }
  .form-privacy label {
    font-size: 3.47vw;
  }
  .form-privacy label > div {
    margin-top: 0;
  }
  .form-privacy span {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 4vw;
  }
  .form-privacy span::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .advantage {
    padding: 22vw 0 21vw;
  }
  .advantage-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-bottom: 29.5vw;
  }
  .advantage-info {
    max-width: none;
    width: 100%;
    margin-bottom: 10.5vw;
  }
  .advantage-info__suptitle {
    font-size: 3.73vw;
    margin-bottom: 8vw;
  }
  .advantage-info__title {
    font-size: 10.13vw;
    line-height: 1.32;
    margin-bottom: 9vw;
  }
  .advantage-info__title span {
    font-size: 6.93vw;
    margin-left: 5vw;
    -webkit-transform: translateY(-4vw) rotate(-7.2deg);
            transform: translateY(-4vw) rotate(-7.2deg);
  }
  .advantage-info__description {
    margin-left: 0vw;
    font-size: 3.73vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .advantage-info__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    margin-left: 0;
    padding: 0;
  }
  .advantage-img {
    width: 100%;
    height: 79vw;
    margin-bottom: 0;
  }
  .seo {
    padding: 22.2vw 0 21.5vw;
  }
  .seo-title {
    font-size: 10.67vw;
    text-align: left;
    margin-bottom: 11vw;
  }
  .seo-content {
    max-width: none;
    font-size: 3.73vw;
    line-height: 1.6;
    color: #474747;
    margin-bottom: 8vw;
  }
  .seo-more {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    color: #6B6B6B;
    text-decoration: underline;
  }
  /* .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu__group.small {
    width: 100%;
  }
  .footer-menu__group-wrap .footer-menu__group:not(:last-child) {
    margin-bottom: unset;
  }
  .footer-menu__title {
    display: inline-block;
    font-size: 5.33vw;
    margin-bottom: 7vw;
    position: relative;
  }
  .footer-menu__title.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .footer-menu__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5.5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 3vw;
    background: url(/bitrix/templates/SLAB/css/../img/arrow-dropdown_white.svg) 50% no-repeat;
    background-size: contain;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .footer-menu ul {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 13vw;
  }
  .footer-menu ul li {
    font-size: 4.27vw;
  }
  .footer-menu ul li:not(:last-child) {
    margin-bottom: 4.2vw;
  }
  .footer-menu ul li:nth-child(4) {
    margin-right: 0;
  }
  .footer-up {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: calc(100% + 8vw);
    padding-right: 5vw;
    font-size: 4.27vw;
  }
  .footer-up::after {
    width: 3vw;
    height: 5vw;
  } */
  .overlay .popup {
    width: 89.5%;
  }
  .overlay .popup-close {
    top: 8vw;
    right: 8vw;
    width: 5.33vw;
  }
  .overlay .popup-content {
    padding: 16vw 8vw;
    font-size: 10.67vw;
  }
  .overlay .popup-subtitle {
    margin-bottom: 9vw;
  }
  .overlay .popup-btn {
    height: 16vw;
  }
  .principles {
    margin-bottom: 21vw;
  }
  .principles-title {
    font-size: 10.67vw;
    margin-bottom: 16vw;
  }
  .principles-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .principles-item {
    width: 100%;
    padding-left: 28vw;
  }
  .principles-item:nth-child(1) .principles-item__title {
    margin-bottom: 5vw;
  }
  .principles-item:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .principles-item:nth-child(2) .principles-item__img {
    left: 0;
  }
  .principles-item:last-child {
    width: 100%;
  }
  .principles-item:not(:last-child) {
    margin-bottom: 14vw;
  }
  .principles-item__img {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22vw;
    height: 90%;
  }
  .principles-item__title {
    font-size: 6.4vw;
    margin-bottom: 3.5vw;
  }
  .principles-item__title span {
    display: inline-block;
  }
  .principles-item__description {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .questions {
    padding: 19vw 0 17.5vw;
  }
  .questions-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questions-title {
    max-width: none;
    font-size: 10.67vw;
    margin-bottom: 16vw;
  }
  .questions-info {
    margin-top: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questions-group {
    width: 100%;
    letter-spacing: normal;
  }
  .questions-group:not(:last-child) {
    margin-bottom: 13.4vw;
  }
  .questions-group:last-child {
    width: 100%;
  }
  .questions-group__title {
    min-height: auto;
    font-size: 5.33vw;
    letter-spacing: -0.055em;
    margin-bottom: 3vw;
  }
  .questions-group__description {
    max-width: 67%;
    min-height: auto;
    font-size: 3.73vw;
    margin-bottom: 3vw;
  }
  .questions-group__link {
    font-size: 5.33vw;
    letter-spacing: -0.055em;
  }
  .questions-group__link.questions-call {
    font-size: 6.4vw;
  }
  .delivery {
    margin-top: 14vw;
    padding: 12vw 0 15vw;
  }
  .delivery-title {
    font-size: 10.67vw;
    margin-bottom: 10.5vw;
  }
  .delivery-content {
    width: 100%;
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .delivery-description {
    margin-bottom: 7vw;
  }
  .delivery-description p:not(:last-child) {
    margin-bottom: 6.5vw;
  }
  .delivery-group {
    margin-bottom: 7vw;
  }
  .delivery-group__title {
    margin-bottom: 6.5vw;
    font-size: 3.6rem;
  }
  .delivery-group ul {
    padding-left: 5.5vw;
  }
  .delivery-group ul li::before {
    top: -.6vw;
    left: -3vw;
  }
  .contacts {
    margin-top: 14vw;
    padding: 12vw 0 23vw;
  }
  .contacts-title {
    font-size: 10.67vw;
    line-height: 1.5;
    margin-bottom: 10.5vw;
  }
  .contacts-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11.5vw 0 16vw;
  }
  .contacts-info__link {
    font-size: 4.8vw;
  }
  .contacts-info__link:not(:last-child) {
    margin-bottom: 7vw;
  }
  .contacts-map {
    height: 84vw;
  }
  .authors {
    margin-bottom: 15vw;
  }
  .authors-title {
    font-size: 10.67vw;
    margin-bottom: 16vw;
  }
  .authors-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .authors-item {
    width: 100%;
    margin-bottom: 10.8vw;
  }
  .authors-item:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .authors-img {
    width: 100%;
    height: 89.3vw;
    margin-bottom: 4vw;
  }
  .authors-name {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .authors-position {
    font-size: 3.47vw;
    margin-bottom: 8vw;
  }
  .authors-position::after {
    bottom: -4.5vw;
    width: 13.5vw;
    height: 1px;
  }
  .authors-description {
    font-size: 3.73vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .manufacture {
    padding-bottom: 35vw;
  }
  .manufacture-title {
    font-size: 10.67vw;
    margin-bottom: 16vw;
  }
  .manufacture-slider {
    overflow: hidden;
  }
  .manufacture-slider__item {
    height: 107.2vw;
    opacity: 1;
  }
  .manufacture-button-prev, .manufacture-button-next {
    width: 12.8rem;
    height: 10.4rem;
    top: 115%;
  }
  .manufacture-button-prev svg, .manufacture-button-next svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  .manufacture-button-prev svg path, .manufacture-button-next svg path {
    stroke: #000;
  }
  .manufacture-button-prev {
    left: 3.5rem;
  }
  .manufacture-button-next {
    right: 3.5rem;
  }
  .manufacture-pagination.swiper-pagination-bullets {
    bottom: -13rem;
  }
  .manufacture-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 1.25vw;
  }
  .path ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .path ul li {
    font-size: 4.27vw;
  }
  .path ul li:not(:last-child) {
    margin-right: 0;
  }
  .path ul li:not(:first-child) {
    margin-left: 10.5vw;
  }
  .path ul li:not(:first-child)::before {
    left: -7.5vw;
    width: 4.8vw;
    height: 2.2vw;
  }
  .catalog {
    margin-top: 14vw;
    padding: 12.6vw 0 22vw;
    overflow: hidden;
  }
  .catalog .path {
    margin-bottom: 11vw;
  }
  .catalog-title {
    font-size: 7.2vw;
    margin-bottom: 10.5vw;
    max-width: 68.4rem;
  }
  .catalog-title span {
    margin-right: 23vw;
    font-size: 9.87vw;
  }
  .catalog-title span::before {
    width: 17.6vw;
    top: 47%;
    left: calc(100% + 5.5vw);
  }
  .catalog-category {
    margin-bottom: 11.5vw;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
  }
  .catalog-category__heading, .catalog-category__dropdown {
    padding: 5.3vw 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    overflow-x: scroll;
  }
  .catalog-category__heading {
    margin: 0 -5.25%;
    padding-left: 5.25%;
  }
  .catalog-category__item {
    font-size: 4.8vw;
    white-space: nowrap;
  }
  .catalog-category__item:last-child {
    padding-right: 5.25%;
  }
  .catalog-category__item:not(:last-child) {
    margin-right: 4vw;
  }
  .catalog-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 11.5vw;
  }
  .catalog-filter__wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12.7vw;
  }
  .catalog-filter__item {
    width: 100%;
    height: auto;
    font-size: 4.27vw;
  }
  .catalog-filter__item:not(:last-child) {
    margin-bottom: 4.4vw;
  }
  .catalog-filter__item.wide {
    width: 100%;
  }
  .catalog-filter__item.wide .select-dropdown {
    padding: 4.7vw 5.1vw 6vw;
  }
  .catalog-filter__item .select_checked {
    height: 8.5vw;
  }
  .catalog-filter__item .select_checked::after {
    width: 2.67vw;
    height: 3.5vw;
  }
  .catalog-filter__item .select-dropdown {
    position: relative;
    top: 0;
    padding: 5.8vw 5vw;
    margin-bottom: -1px;
  }
  .catalog-filter__item .select-dropdown li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .catalog-filter__item .select-dropdown .range-slider {
    position: relative;
  }
  .catalog-filter__item .select-dropdown .range-slider input[type="range"]::-webkit-slider-thumb {
    width: 2rem;
    height: 2rem;
  }
  .catalog-filter__item .select-dropdown .range-slider input[type="range"]::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
  }
  .catalog-filter__item .select-dropdown .range-slider input[type="range"]::-ms-thumb {
    width: 2rem;
    height: 2rem;
  }
  .catalog-filter__item .select-dropdown .range-values {
    padding-bottom: 5.5vw;
  }
  .catalog-filter__item .select-dropdown .range-values .min, .catalog-filter__item .select-dropdown .range-values .max {
    width: 37%;
    font-size: 4.27vw;
  }
  .catalog-filter__item .select-dropdown .range-values .min input, .catalog-filter__item .select-dropdown .range-values .max input {
    width: 65%;
    height: 8.3vw;
    padding: 0 2vw;
    font-size: 4.27vw;
    border-radius: 0.4rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .catalog-filter__btn {
    margin: 0;
    font-size: 4vw;
    padding-right: 8vw;
    letter-spacing: normal;
  }
  .catalog-filter__btn::after {
    left: auto;
    right: 1vw;
    width: 4vw;
    height: 4.8vw;
  }
  .catalog-filter__modal {
    padding-right: 0;
    padding-left: 6vw;
  }
  .catalog-filter__modal::after {
    right: auto;
    left: 0;
    background: url(/bitrix/templates/SLAB/css/../img/filter.svg) 50% no-repeat;
    background-size: contain;
  }
  .catalog-wrap {
    margin-bottom: 3.2vw;
  }
  .catalog-wrap .card {
    margin-bottom: 10.5vw;
    max-width: none;
  }
  .catalog-wrap .card:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .catalog-more__btn {
    font-size: 4.8vw;
  }
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F5F4F2;
    z-index: 110;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    overflow-y: auto;
  }
  .filter.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .filter > .container {
    height: 88%;
  }
  .filter-heading {
    text-align: center;
    padding: 4.4vw 0;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 4vw;
    position: relative;
  }
  .filter-heading__title {
    font-size: 4.8vw;
    font-family: 'Circe', sans-serif;
    color: #1C1C1C;
  }
  .filter-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.5vw;
    width: 4vw;
  }
  .filter-close img {
    width: 100%;
  }
  .filter-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter .catalog-filter__btn {
    display: inline-block;
    margin-bottom: 8vw;
  }
  .filter .catalog-filter__btns {
    margin-top: auto;
  }
  .filter .catalog-filter__btn::after {
    content: none;
  }
  .filter .catalog-filter__button {
    margin-bottom: 11vw;
    width: 100%;
    height: 13vw;
    font-size: 4vw;
  }
  .card {
    width: 100%;
  }
  .card-img {
    width: 100%;
    height: 69.5vw;
    margin-bottom: 5.5vw;
  }
  .card-name {
    font-size: 5.33vw;
    margin-bottom: 3vw;
  }
  .card-price {
    font-size: 5.33vw;
    margin-bottom: 6.5vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .card-price__box {
    flex-direction: row;
  }
  .card-description__btn {
    margin: 5rem 0 0 0;
    width: 100%;
    height: 8.8rem;
  }
  .card-price.sale span {
    font-size: 4.8vw;
    margin: .5vw 3vw 0 0;
  }
  .card-description {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .product {
    margin-top: 14vw;
    padding: 7vw 0 21.5vw;
  }
  .product .path {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10.5vw;
  }
  .product-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 19.5vw;
  }
  .product-info__media {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7vw;
  }
  .product-info__media-preview {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-info__media .product-thumbs {
    height: auto;
    width: 93%;
  }
  .product-info__media .product-thumbs__item {
    width: 100%;
    height: 22vw;
  }
  .product-info__media .product-thumbs__item.swiper-slide-thumb-active {
    width: 100%;
    border: 1vw solid #BDBDBD;
  }
  .product-info__media .product-slider {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .product-info__media .product-slider__item {
    height: 89.5vw;
  }
  .product-info__media .product-button-next {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
            transform: translate(0%, -50%) rotate(0deg);
    width: 3.5vw;
    height: 8vw;
    outline: none;
  }
  .product-info__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info__heading {
    padding: 11vw 0 10.5vw;
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-info__title {
    font-size: 10.67vw;
    margin-bottom: 6vw;
  }
  .product-info__price {
    font-size: 6.67vw;
  }
  .product-info__price span {
    font-size: 6.67vw;
    margin-right: 5.5vw;
  }
  .product-info__feature {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 11vw 0 0;
    border-top: 1px solid #BDBDBD;
    border-bottom: none;
    margin-bottom: 0;
  }
  .product-info__feature-title {
    font-size: 4.27vw;
    font-weight: 400;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    margin-bottom: 7vw;
  }
  .product-info__feature-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-info__feature-group:not(:last-child) {
    margin-right: unset;
    margin-bottom: 5vw;
  }
  .product-info__feature-group:not(:nth-child(2n)) {
    margin-right: 2vw;
  }
  .product-info__feature-item {
    font-size: 4.27vw;
    margin-bottom: 3.2vw;
  }
  .product-info__interaction {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10.5vw;
  }
  .product-info__number {
    width: 100%;
    margin-bottom: 7vw;
  }
  .product-info__number-text {
    font-size: 4.27vw;
    margin-right: 6.5vw;
  }
  .product-info__number-count {
    height: 10.67vw;
    font-size: 4.27vw;
  }
  .product-info__number-amount {
    width: 13vw;
  }
  .product-info__number-minus, .product-info__number-plus {
    width: 9vw;
    font-size: 5vw;
  }
  .product-info__number-minus {
    border-top-left-radius: 17.5vw;
    border-bottom-left-radius: 17.5vw;
  }
  .product-info__number-plus {
    border-top-right-radius: 17.5vw;
    border-bottom-right-radius: 17.5vw;
  }
  .product-info__btn {
    width: 85%;
    height: 10.67vw;
  }
  .product-info__btns {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-info__basket {
    width: 10.67vw;
    height: 10.67vw;
    border: 1px solid #DF2800;
    margin-right: 0;
  }
  .product-info__basket img {
    width: 48%;
  }
  .product-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-description__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11vw;
  }
  .product-description__title {
    font-size: 10.67vw;
    margin-bottom: 13vw;
  }
  .product-description__text {
    font-size: 3.73vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .product-description__side-group:not(:last-child) {
    margin-bottom: 10vw;
  }
  .product-description__side-title {
    font-size: 3.73vw;
    margin-bottom: 3vw;
  }
  .product-description__side-text {
    font-size: 4.27vw;
  }
  .similar-products {
    margin: -1vw 0 21vw;
  }
  .similar-products__title {
    font-size: 10.67vw;
    margin-bottom: 15vw;
  }
  .similar-products__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .similar-products__content .card:not(:last-child) {
    margin-bottom: 10.5vw;
  }
  .basket {
    margin-top: 14vw;
    padding: 11.5vw 0 22vw;
  }
  .basket-step {
    width: 100%;
    margin: 0 auto 16vw;
  }
  .basket-step__item {
    width: 20%;
  }
  .basket-step__item-number {
    width: 15vw;
    height: 8.8vw;
    font-size: 7.2vw;
    margin-bottom: 4vw;
  }
  .basket-step__item-number span {
    top: 35%;
  }
  .basket-step__item-name {
    font-size: 3.2vw;
    line-height: 1.17;
  }
  .basket-content__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-content__title {
    text-align: center;
    font-size: 10.67vw;
    color: #1C1C1C;
    line-height: 1;
    margin-bottom: 11vw;
  }
  .basket-content__body {
    width: 100%;
    margin-bottom: 22vw;
  }
  .basket-content__table-heading, .basket-content__table-line {
    border-top: 1px solid #BDBDBD;
    margin-top: -1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .basket-content__table-item {
    padding-right: 0;
  }
  .basket-content__table-item-name {
    width: 100%;
    padding-left: 0;
  }
  .basket-content__table-item-number {
    width: 100%;
  }
  .basket-content__table-item-price {
    width: 100%;
  }
  .basket-content__table-product-img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28vw;
    height: 33vw;
    margin-right: 0;
  }
  .basket-content__table-product-name {
    margin-top: 0;
    font-size: 4.27vw;
    line-height: 1.37;
    margin-bottom: 5.5vw;
  }
  .basket-content__table-count {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .basket-content__table-minus, .basket-content__table-plus {
    font-size: 6vw;
  }
  .basket-content__table-amount {
    padding: 0 4vw;
  }
  .basket-content__table-delete {
    top: 9.6vw;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4vw;
    height: 4vw;
  }
  .basket-content__table-line {
    padding: 7.5vw 7vw 6.5vw 36vw;
    position: relative;
  }
  .basket-content__table-line .basket-content__table-item-name {
    padding-left: 0;
  }
  .basket-content__table-line .basket-content__table-item-price {
    font-size: 4.8vw;
  }
  .basket-content__side {
    width: 100%;
  }
  .basket-content__side-group {
    margin-bottom: 8vw;
  }
  .basket-content__side-item:not(:last-child) {
    margin-bottom: .8vw;
  }
  .basket-content__side-name, .basket-content__side-value {
    max-width: 50%;
  }
  .basket-content__side-name {
    font-size: 3.47vw;
    line-height: 2.18;
  }
  .basket-content__side-value {
    font-size: 3.73vw;
    line-height: 2.02;
  }
  .basket-content__side-btn {
    height: 16vw;
    font-size: 3.73vw;
  }
  .basket-content__promo {
    margin: 0vw 0 2vw;
  }
  .basket-content__promo-title {
    font-size: 5.33vw;
    margin-bottom: 3vw;
  }
  .basket-content__promo-btn {
    width: 19%;
    font-size: 3.73vw;
  }
  .basket-content__promo .form-fields {
    width: 100%;
  }
  .basket-content__promo .form-fields label {
    width: 100%;
    position: relative;
  }
  .basket-content__promo .form-fields label input {
    padding-right: 25%;
    height: 15vw;
    font-size: 3.73vw;
  }
  .basket-content__personal {
    margin: -1.5vw 0 0;
  }
  .basket-content__personal .basket-content__body {
    margin-bottom: 18vw;
  }
  .basket-content__personal .form-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-content__personal .form-fields label {
    width: 100%;
    margin-bottom: 5.2vw;
  }
  .basket-content__personal .form-fields label span {
    padding: 0 5.1vw;
    font-size: 3.73vw;
  }
  .basket-content__personal .form-fields label input {
    padding: 3.5vw 5.1vw 0vw;
    font-size: 3.73vw;
  }
  .basket-content__personal .form-fields label input:focus ~ span {
    font-size: 2.67vw;
  }
  .basket-content__personal .form-fields label.required span {
    font-size: 2.67vw;
  }
  .basket-content__personal .form-privacy {
    margin-top: 2vw;
  }
  .basket-content__personal .form-privacy label {
    font-size: 3.2vw;
  }
  .basket-content__personal .form-privacy label span {
    width: 3.73vw;
    height: 3.73vw;
  }
  .basket-content__personal .form-privacy label span::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .basket-content__delivery {
    margin-bottom: 1vw;
  }
  .basket-content__delivery .basket-content__body {
    margin-bottom: 7vw;
  }
  .basket-content__delivery .basket-content__side .basket-content__title {
    margin-bottom: 6.5vw;
  }
  .basket-content__delivery .form-fields {
    width: 100%;
    margin-bottom: 4vw;
  }
  .basket-content__delivery .form-fields label {
    width: 100%;
    margin-bottom: 5.2vw;
  }
  .basket-content__delivery .form-fields label span {
    padding: 0 5.1vw;
    font-size: 3.73vw;
  }
  .basket-content__delivery .form-fields label input {
    padding: 3.5vw 5.1vw 0vw;
    font-size: 3.73vw;
  }
  .basket-content__delivery .form-fields label input:focus ~ span {
    font-size: 2.67vw;
  }
  .basket-content__delivery .form-fields label.required span {
    font-size: 2.67vw;
  }
  .basket-content__delivery .form-fields__item {
    width: 100%;
    height: auto;
    margin-bottom: 5.2vw;
  }
  .basket-content__delivery .form-fields__item.required .select-placeholder {
    font-size: 2.67vw;
  }
  .basket-content__delivery .form-fields__item.required .select-text {
    margin-top: 4vw;
  }
  .basket-content__delivery .form-fields__item .select-placeholder {
    left: 5.1vw;
    font-size: 3.73vw;
  }
  .basket-content__delivery .form-fields__item .select-text {
    font-size: 3.73vw;
    padding-left: 5.1vw;
  }
  .basket-content__delivery .form-fields__item .select_checked {
    height: 16vw;
  }
  .basket-content__delivery .form-fields__item .select_checked::after {
    right: 3vw;
    width: 2rem;
    height: 1.5rem;
  }
  .basket-content__delivery .form-fields__item .select-dropdown {
    position: relative;
    top: 0;
    width: calc(100% + 2px);
    padding: 4.7vw 5.1vw 6vw;
    font-size: 4.27vw;
    margin-bottom: -1px;
  }
  .basket-content__delivery .form-fields__item .select-dropdown li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .basket-content__delivery .form-pick {
    margin-bottom: 9vw;
  }
  .basket-content__delivery .form-pick.form-delivery {
    display: block;
  }
  .basket-content__delivery .form-pick.form-delivery .form-pick__group:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .basket-content__delivery .form-pick__group label:not(:last-child) {
    margin-bottom: 6vw;
  }
  .basket-content__delivery .form-pick__group label > div .title {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .basket-content__delivery .form-pick__group label > div .subtitle {
    font-size: 3.2vw;
    line-height: 1.67;
  }
  .basket-content__delivery .form-pick__group span {
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.3vw 5.5vw 0 0;
  }
  .basket-content__delivery .form-pick__group span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .basket-content__delivery .form-cost {
    font-size: 4.8vw;
    margin-bottom: 15.5vw;
  }
  .basket-content__delivery .form-payment__title {
    text-align: center;
    font-size: 10.67vw;
    margin-bottom: 11.5vw;
  }
  .basket-content__delivery .form-payment .form-pick__group label > div .title {
    margin-bottom: 1vw;
  }
  .basket-content__thanks .basket-content__body {
    width: 100%;
    margin: 0;
  }
  .basket-content__thanks .basket-content__title {
    margin-bottom: 8vw;
    color: #1C1C1C;
  }
  .basket-content__thanks .basket-content__description {
    font-size: 3.73vw;
    line-height: 1.6;
    margin-bottom: 16vw;
  }
  .basket-content__thanks .basket-content__btn {
    width: 100%;
    height: 16vw;
    font-size: 3.73vw;
  }
  .not-found {
    margin: 14vw 0 21.5vw;
  }
  .not-found__content {
    text-align: center;
  }
  .not-found__logo {
    font-size: 44vw;
    margin-bottom: 9vw;
  }
  .not-found__logo span {
    font-size: 48vw;
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  .not-found__logo span::before {
    top: 9vw;
    left: -10.5vw;
    width: 43vw;
    height: 36vw;
  }
  .not-found__title {
    font-size: 5.33vw;
    margin-bottom: 2vw;
  }
  .not-found__subtitle {
    max-width: 65%;
    font-size: 3.73vw;
    line-height: 1.6;
    margin: 0 auto 13vw;
  }
  .not-found__btn {
    padding: 0;
  }
}
.whatsapp-link {
  position: fixed;
  top: 74.8rem;
  right: 26rem;
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: #E6E4E0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 4rem;
  bottom: 37.3rem;
  border: 0.3rem solid #6B6B6B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  transition: 0.4s;
  transform: translateX(200%);
}
.to-top.active {
  transform: translate(0%);
}
.to-top:hover {
  cursor: pointer;
}

@media (max-width: 48em) {
  .whatsapp-link {
    right: 4rem;
    top: 112rem;
    width: 12rem;
    height: 12rem;
  }

  .to-top {
    width: 8.8rem;
    height: 8.8rem;
  }
}
/* End */
/* /bitrix/templates/SLAB/css/normalize.css?17571657787384 */
/* /bitrix/templates/SLAB/css/swiper-bundle.min.css?175716577813681 */
/* /bitrix/templates/SLAB/css/style.css?1757165778157497 */
