

/* Start:/bitrix/templates/systems/css/normalize.css?16266841607384*/
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/systems/css/swiper-bundle.min.css?162668416013681*/
/**
 * 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/systems/css/jquery.fancybox.min.css?162668416012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/systems/css/style.css?1703512109118664*/
@font-face {
    font-family: 'Euclid Circular';
    src: local("Euclid Circular Light"), local("Euclid-Circular-Light"), url("/bitrix/templates/systems/css/../fonts/EuclidCircularA-Light.woff2") format("woff2"), url("/bitrix/templates/systems/css/../fonts/EuclidCircularA-Light.woff") format("woff"), url("/bitrix/templates/systems/css/../fonts/EuclidCircularA-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

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

html {
    font-family: 'Euclid Circular', 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: #F5F5F5;
    color: #242424;
}

body,
input,
textarea {
    font-family: 'Euclid Circular', 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: 145rem;
    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: inline-block;
    border-radius: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-left: 10rem;
    margin: 3.3rem 0;
    margin-bottom: 4rem;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 50%;
    background: #E52E1C url(/bitrix/templates/systems/css/../img/send.svg) 50% no-repeat;
    background-size: 30%;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.btn:hover::before {
    background-color: #CE1F0D;
}

.btn:active::before {
    background-color: #F33F2D;
}

.link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: underline;
    color: #242424;
    padding-right: 3.9rem;
    position: relative;
}

.link::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4rem;
    height: 1.45rem;
    background: url(/bitrix/templates/systems/css/../img/link-arrow.svg) 50% no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.link-w {
    color: #fff;
}

.link-w::after {
    background: url(/bitrix/templates/systems/css/../img/link-arrow_w.svg) 50% no-repeat;
    background-size: contain;
}

.link-disabled {
    padding-right: 0;
    pointer-events: none;
}

.link-disabled::after {
    content: none;
    padding-right: 0;
}

.link:hover::after {
    right: -.5rem;
}

.title {
    font-size: 5rem;
    font-weight: 300;
}

.title span {
    font-weight: 600;
}

.card {
    width: 31%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-img {
    width: 100%;
    height: 27.8rem;
    border-radius: 3rem;
    overflow: hidden;
    margin-bottom: 2.6rem;
}

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

.card-title {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.27;
    color: #242424;
    margin-bottom: 2.2rem;
}

.card-description {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #979797;
}

.card-description span {
    font-weight: 600;
}

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

.path ul li {
    font-size: 1.6rem;
    color: #CFCFCF;
    position: relative;
}

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

.path ul li:not(:last-child)::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -1.3rem;
}

.path ul li.active {
    color: #B1B1B1;
}

.path ul li a {
    color: inherit;
}

.form-heading {
    margin-bottom: 6rem;
}

.form-title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
}

.form-description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
}

.form-content label {
    display: inline-block;
    width: 100%;
    margin-bottom: 4.6rem;
    position: relative;
}

.form-content label.label-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 1.5rem 0 5.6rem;
}

.form-content label.label-file.active .label-file__delete {
    display: block;
}

.form-content label.label-file .label-file__delete {
    display: none;
    width: 1.4rem;
    margin-left: 1.8rem;
    cursor: pointer;
}

.form-content label.label-file .label-file__delete img {
    width: 100%;
}

.form-content label.label-file input {
    width: auto;
    height: auto;
    border: none;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
}

.form-content label.label-file span {
    position: relative;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    margin-left: 3.3rem;
}

.form-content label.label-file span::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3.8rem;
    width: 2.8rem;
    height: 2.6rem;
    background: url(/bitrix/templates/systems/css/../img/file.png) 50% no-repeat;
    background-size: contain;
}

.form-content label span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-content label input {
    width: 100%;
    height: 5.7rem;
    padding: 0 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    border-bottom: 1px solid #C2C2C2;
}

.form-content label input:focus~span {
    font-size: 1.5rem;
    color: #979797;
    top: -15%;
}

.form-content label.required span {
    font-size: 1.5rem;
    color: #979797;
    top: -15%;
}

.form-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.7rem;
}

.form-content__btn {
    width: 21rem;
    height: 5.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #E52E1C;
    border-radius: 10rem;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.form-content__btn:hover {
    background: #CE1F0D;
}

.form-content__btn:active {
    background: #F33F2D;
}

.form-content__privacy,
.form-content__list {
    max-width: 51%;
}

.form-content__privacy label,
.form-content__list label {
    width: auto;
    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.8rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    margin-top: .5rem;
}

.form-content__privacy label input,
.form-content__list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
    border: none;
    -webkit-appearance: 0;
    -moz-appearance: 0;
    appearance: 0;
}

.form-content__privacy label input:checked~span,
.form-content__list label input:checked~span {
    background: #E2E2E2;
    border-color: #E2E2E2;
}

.form-content__privacy label input:checked~span::before,
.form-content__list label input:checked~span::before {
    content: '';
}

.form-content__privacy label span,
.form-content__list label span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: .4rem;
    border: 1px solid #c2c2c2;
    position: relative;
    margin-right: 1.6rem;
}

.form-content__privacy label span::before,
.form-content__list label span::before {
    content: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.3rem;
    height: 1rem;
    background: url(/bitrix/templates/systems/css/../img/check.svg) 50% no-repeat;
    background-size: contain;
}

.form-content__small {
    max-width: 46%;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #979797;
}

.form-group {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 5rem;
}

.form-group.required .select-placeholder {
    font-size: 1.5rem;
    color: #979797;
    top: -15%;
}

.form-group .select {
    width: 100%;
    height: 100%;
    position: relative;
}

.form-group .select-placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-group .select_checked {
    width: 100%;
    height: 100%;
    min-height: 5.7rem;
    padding: .5rem 1.5rem .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.form-group .select_checked::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6rem;
    height: .9rem;
    background: url(/bitrix/templates/systems/css/../img/select-arrow.svg) 50% no-repeat;
    background-size: contain;
}

.form-group .select-dropdown {
    display: none;
    max-width: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1.3rem);
    width: 100%;
    padding: 1.5rem 1.9rem;
    background: #F5F5F5;
    border: 1px solid #C2C2C2;
    border-radius: .5rem;
    z-index: 1;
}

.form-group .select-dropdown li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group .select-dropdown li:not(:last-child) {
    margin-bottom: 1.3rem;
}

.form-group .select-dropdown li label {
    font-weight: 400;
    margin: 0;
}

.form-group .select-dropdown li label div {
    margin-top: .2rem;
}

.form-group .select-dropdown li label span {
    padding: 0;
    -webkit-transform: none;
    transform: none;
    margin-right: 1.2rem;
}

@media (max-width: 48em) {
    .desctop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 4vw;
        padding-left: 19.5vw;
        margin: 6vw 0;
    }
    .btn::before {
        width: 15.8vw;
        height: 15.8vw;
        background-size: 30%;
    }
    .title {
        font-size: 7.47vw;
    }
    .link {
        font-size: 4vw;
        padding-right: 10vw;
    }
    .link::after {
        top: 55%;
        width: 6.4vw;
        height: 3.73vw;
    }
    .link:hover::after {
        right: -1.5vw;
    }
    .card {
        width: 100%;
    }
    .card-img {
        height: 56.5vw;
        border-radius: 4rem;
        margin-bottom: 4vw;
    }
    .card-title {
        font-size: 5.33vw;
        line-height: 1.25;
        margin-bottom: 3vw;
    }
    .card-description {
        font-size: 4vw;
    }
    .path ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .path ul li {
        font-size: 3.47vw;
        line-height: 1.4;
    }
    .path ul li:not(:last-child) {
        margin-right: 3vw;
    }
    .path ul li:not(:last-child)::after {
        top: 0;
        right: -2.5vw;
    }
    .form-heading {
        margin-bottom: 19vw;
    }
    .form-title {
        font-size: 7.47vw;
        margin-bottom: 3.5vw;
    }
    .form-description {
        font-size: 4vw;
    }
    .form-content label {
        margin-bottom: 9.3vw;
    }
    .form-content label.label-file {
        margin: -2vw 0 12vw;
    }
    .form-content label.label-file .label-file__delete {
        width: 3.73vw;
        margin-left: 4.53vw;
    }
    .form-content label.label-file span {
        margin-left: 8.6vw;
    }
    .form-content label.label-file span::before {
        left: -9vw;
        width: 7.47vw;
        height: 6.93vw;
    }
    .form-content label span {
        padding: 0;
        font-size: 4vw;
    }
    .form-content label input {
        height: 11.2vw;
        padding: 0 2rem 0 0;
        font-size: 4vw;
    }
    .form-content label input:focus~span {
        font-size: 3.47vw;
        top: -35%;
    }
    .form-content label.required span {
        font-size: 3.47vw;
        top: -35%;
    }
    .form-content__bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 3vw;
    }
    .form-content__btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 45.3vw;
        height: 15vw;
        font-size: 4vw;
        border-radius: 20rem;
    }
    .form-content__privacy,
    .form-content__list {
        max-width: none;
        width: 100%;
        margin-bottom: 10vw;
    }
    .form-content__privacy label,
    .form-content__list label {
        font-size: 4vw;
        margin: 0;
    }
    .form-content__privacy label input,
    .form-content__list label input {
        width: 0;
        height: 0;
        padding: 0;
        border: none;
    }
    .form-content__privacy label span,
    .form-content__list label span {
        width: 5.3vw;
        height: 5.3vw;
        border-radius: .8rem;
        margin-right: 3vw;
    }
    .form-content__privacy label span::before,
    .form-content__list label span::before {
        width: 3.47vw;
        height: 2.53vw;
    }
    .form-content__small {
        max-width: 78%;
        margin: 0 auto;
        font-size: 4vw;
        text-align: center;
    }
    .form-group {
        font-size: 4vw;
        margin-bottom: 9vw;
    }
    .form-group.required .select-placeholder {
        font-size: 3.47vw;
        top: -35%;
    }
    .form-group .select_checked {
        min-height: 11.2vw;
        padding: 1vw 5vw 1vw 0;
    }
    .form-group .select_checked::after {
        width: 3.73vw;
        height: 2.2vw;
    }
    .form-group .select-dropdown {
        top: calc(100% + 3vw);
        padding: 4vw 3vw;
        border-radius: 1rem;
    }
    .form-group .select-dropdown li:not(:last-child) {
        margin-bottom: 3.4vw;
    }
    .form-group .select-dropdown li label {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .form-group .select-dropdown li label div {
        margin-top: 0;
    }
    .form-group .select-dropdown li label span {
        margin-top: 1vw;
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .form-group .select-dropdown li label span::before {
        width: 2.53vw;
        height: 1.9vw;
    }
}

.header {
    padding: 1.5rem 0;
    background: #242424;
}

.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: 19.6rem;
    margin-right: 4.5rem;
    position: relative;
    z-index: 3;
}

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

.header-nav {
    margin-right: auto;
}

.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.6rem;
    color: #fff;
    position: relative;
}

.header-nav>ul>li:hover>.header-nav__dropdown {
    display: block;
}

.header-nav>ul>li:hover>a::after {
    content: '';
}

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

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

.header-nav>ul>li a::after {
    content: none;
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E52E1C;
}

.header-nav__dropdown {
    display: block;
    display: none;
    position: absolute;
    top: calc(100% + 0rem);
    left: -3rem;
    left: -19rem;
    padding-top: 4.7rem;
    z-index: 2;
}

.header-nav__dropdown ul {
    padding: 2.5rem 5.5rem 3rem 2.2rem;
    background: #242424;
}

.header-nav__dropdown ul li {
    font-size: 1.7rem;
    font-weight: 500;
}

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

.header-nav__dropdown ul li a {
    white-space: nowrap;
}

.header-nav__dropdown ul li a::after {
    content: none !important;
}

.header-nav__dropdown ul li a:hover {
    text-decoration: underline;
}

.header-nav__dropdown ul li a:active {
    color: #A6A6A6;
}

.header-search {
    width: 2.4rem;
    margin-right: 4.5rem;
    position: relative;
    z-index: 2;
}

.header-search-btn {
    width: 100%;
    cursor: pointer;
}

.header-search-btn img {
    width: 100%;
}

.header-search__btn {
    position: absolute;
    top: 50%;
    left: -3.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    width: 2.4rem;
}

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

.header-search__close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    cursor: pointer;
}

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

.header-search__form {
    width: 46rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.header-search__form label {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-left: 3.5rem;
}

.header-search__form label input {
    width: 100%;
    height: 3rem;
    border: none;
    border-radius: 0;
    background: #242424;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #FFFFFF;
    padding-right: 3rem;
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
}

.header-search__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4.2rem);
    left: 0;
    width: 100%;
    background: #242424;
    padding: 3rem 2.6rem 4.4rem;
}

.header-search__heading {
    padding-bottom: 2rem;
    border-bottom: 1px solid #3C3C3C;
    margin-bottom: 2.2rem;
}

.header-search__all {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    padding-right: 3rem;
}

.header-search__list li {
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
}

.header-search__list li:not(:last-child) {
    margin-bottom: 2.3rem;
}

.header-search__list li p {
    margin-top: .5rem;
    font-size: 1.5rem;
    color: #969696;
}

.header-search__list li a {
    color: inherit;
}

.header-search.active .header-search-btn {
    display: none;
}

.header-search.active .header-search__form {
    display: block;
}

.header-search.active .header-search__form label.dropdown-up .header-search__dropdown {
    display: block;
}

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

.header-call,
.header-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.header-call img,
.header-mail img {
    width: 2.3rem;
    margin-right: 1.2rem;
}

.header-call {
    margin-right: 2.6rem;
}

.header-call img {
    width: 1.9rem;
    margin-right: 0.8rem;
}

.banner {
    margin-bottom: 13rem;
}

.banner-slider {
    position: relative;
}

.banner-slider-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-slider__content {
    padding: 11.7rem 0 9.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 84.5rem;
}

.banner-slider__item {
    position: relative;
    z-index: 1;
}

.banner-slider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), radial-gradient(82.37% 82.4% at 47.62% 41.07%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), radial-gradient(82.37% 82.4% at 47.62% 41.07%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    z-index: -1;
}

.banner-slider__item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}

.banner-slider__info {
    width: 50%;
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banner-slider__info-title {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 2rem;
}

.banner-slider__description {
    width: 31%;
    font-size: 2rem;
    line-height: 1.4;
}

.banner-slider__description-title {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 4rem;
}

.banner-slider-button-prev,
.banner-slider-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    border-radius: 50%;
    background: #242424;
}

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

.banner-slider-button-prev {
    left: 5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-prev.svg) 50% no-repeat;
    background-size: 20%;
}

.banner-slider-button-next {
    right: 5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-next.svg) 50% no-repeat;
    background-size: 20%;
}

.banner-slider-pagination {
    position: absolute;
    top: 32rem;
    left: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-slider-pagination .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    opacity: 1;
    margin: .8rem 0;
    background: transparent;
    border: 1px solid #fff;
}

.banner-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.banner-pagination-double {
    position: absolute;
    top: 16.5rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    z-index: 1;
}

.banner-pagination-double-current {
    font-size: 5rem;
    font-weight: 700;
    line-height: .9;
}

.banner-pagination-double .separator {
    margin: 0 .2rem;
}

.banner.banner-object {
    margin-bottom: 9rem;
}

.banner.banner-object .banner-content {
    width: 100%;
    height: 79.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.banner.banner-object .banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner.banner-object .banner-inner>.container {
    height: 100%;
}

.banner.banner-object .banner-text {
    max-width: 27%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 9rem 0;
}

.banner.banner-object .banner-title {
    color: #fff;
    margin-bottom: 1.8rem;
}

.banner.banner-object .banner-description {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 3.3rem;
}

.banner.banner-object .banner-left {
    width: 73%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

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

.banner.banner-object .banner-side {
    width: 27%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
    overflow: hidden;
}

.banner.banner-object .banner-side__top,
.banner.banner-object .banner-side__bottom {
    padding: 4.2rem 41% 4.2rem 5rem;
}

.banner.banner-object .banner-side__top {
    height: 56.5%;
    background: #EBEBEB;
}

.banner.banner-object .banner-side__top-title {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #979797;
    margin-bottom: 2.5rem;
}

.banner.banner-object .banner-side__top-img {
    width: 28.2rem;
    margin-left: -4rem;
    margin-bottom: 1.8rem;
}

.banner.banner-object .banner-side__top-img img {
    width: 100%;
}

.banner.banner-object .banner-side__top-subtitle {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.26;
}

.banner.banner-object .banner-side__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6.8rem 41% 8.8rem 5rem;
    height: 43.5%;
    background: #242424;
}

.banner.banner-object .banner-side__bottom-description {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #979797;
}

.banner.banner-object .banner-side__bottom-link {
    max-width: 21.5rem;
    font-size: 1.9rem;
    text-decoration: none;
}

.banner.banner-object .banner-side__bottom-link::after {
    top: 80%;
    width: 3.2rem;
    height: 2rem;
}

.banner.banner-license {
    margin-bottom: 16rem;
    position: relative;
}

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

.banner.banner-license .banner-content {
    max-width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 79.5rem;
    color: #fff;
    padding: 8.5rem 0;
}

.banner.banner-license .banner-content__title {
    margin-bottom: 2rem;
}

.banner.banner-license .banner-content__description {
    font-size: 1.8rem;
    line-height: 1.4;
}

.banner.banner-license .banner-side {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 28%;
    height: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8.8rem 11vw 8.5rem 8rem;
    background: #242424;
}

.banner.banner-license .banner-side__description {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #979797;
}

.banner.banner-license .banner-side__link {
    max-width: 22.5rem;
    font-size: 2rem;
    text-decoration: none;
}

.banner.banner-license .banner-side__link::after {
    top: 80%;
    width: 3.2rem;
    height: 2rem;
}

.banner.banner-search {
    background: #242424;
    margin-bottom: 12rem;
}

.banner.banner-search .banner-content {
    color: #fff;
    padding: 10.5rem 0 12.6rem;
}

.banner.banner-search .banner-title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.banner.banner-search .banner-search label {
    display: inline-block;
    width: 100%;
    position: relative;
}

.banner.banner-search .banner-search label.active .banner-search__placeholder {
    display: none;
}

.banner.banner-search .banner-search label input {
    width: 100%;
    height: 5rem;
    border: none;
    border-radius: 0;
    background: #242424;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #787878;
    padding-right: 3rem;
    font-size: 2rem;
    color: #fff;
}

.banner.banner-search .banner-search label input:focus~.banner-search__placeholder {
    display: none;
}

.banner.banner-search .banner-search__placeholder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 2rem;
    color: #787878;
}

.banner.banner-search .banner-search__placeholder span {
    color: #fff;
}

.banner.banner-search .banner-search__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    width: 2.4rem;
}

.banner.banner-search .banner-search__btn img {
    width: 100%;
}

.banner.banner-service {
    background: #EBEBEB;
    position: relative;
    z-index: 1;
    margin-bottom: 15rem;
}

.banner.banner-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24.5%;
    height: 100%;
    background: #242424;
    z-index: -1;
}

.banner.banner-service .side-left,
.banner.banner-service .side-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #979797;
    letter-spacing: .05em;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    padding: 11rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner.banner-service .side-left {
    left: -6.9vw;
    text-decoration: none;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner.banner-service .side-left::after {
    width: 1.4rem;
    height: 3rem;
    right: 50%;
    top: auto;
    bottom: 11rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: url(/bitrix/templates/systems/css/../img/link-arrow_g.svg) 50% no-repeat;
    background-size: contain;
}

.banner.banner-service .side-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: -6.9vw;
}

.banner.banner-service .banner-content {
    height: 79rem;
    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: 9rem 0;
    position: relative;
}

.banner.banner-service .banner-img {
    width: 50%;
    height: 61rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3rem;
    overflow: hidden;
}

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

.banner.banner-service .banner-text {
    width: 42.4%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.banner.banner-service .banner-text__title {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 2.7rem;
}

.banner.banner-service .banner-text__license {
    margin: -.8rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.banner-service .banner-text__license-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 3rem;
}

.banner.banner-service .banner-text__license-title-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #242424;
    margin-right: 1.8rem;
}

.banner.banner-service .banner-text__license-title-img img {
    width: 2rem;
}

.banner.banner-service .banner-text__license-link {
    font-size: 1.5rem;
    padding-right: 2.6rem;
}

.banner.banner-service .banner-text__license-link::after {
    width: 2rem;
    height: 1.2rem;
}

.banner.banner-service .banner-text__description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 3.5rem;
}

.banner.banner-service .banner-text__description p:not(:last-child) {
    margin-bottom: 3rem;
}

.banner.banner-service .banner-text__description p.title {
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 0;
}

.banner.banner-service .banner-text__description ul {
    padding-left: 2.8rem;
}

.banner.banner-service .banner-text__description ul li {
    position: relative;
}

.banner.banner-service .banner-text__description ul li::before {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: -1.5rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #242424;
}

.banner.banner-service .banner-text__btn {
    color: #242424;
}

.services {
    overflow: hidden;
    margin-bottom: 19.5rem;
}

.services:hover .services-slider-button-prev,
.services:hover .services-slider-button-next {
    display: block;
}

.services-title {
    margin-bottom: 5.7rem;
}

.services-content {
    position: relative;
}

.services-slider {
    overflow: visible;
}

.services-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 54.8rem;
    padding: 3.4rem;
    border-radius: 3rem;
    overflow: hidden;
    z-index: 1;
}

.services-slider__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.services-slider__name {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3rem;
}

.services-slider__link {
    color: #fff;
    padding-right: 0;
}

.services-slider__link::after {
    content: none;
}

.services-slider-pagination {
    width: auto;
    position: absolute;
    left: auto;
    bottom: auto;
    top: -12rem;
    right: 0;
    font-size: 1.8rem;
    font-weight: 300;
    color: #000;
}

.services-slider-pagination .swiper-pagination-current {
    font-size: 5rem;
    font-weight: 700;
}

.services-slider-button-prev,
.services-slider-button-next {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    border-radius: 50%;
    background: #242424;
}

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

.services-slider-button-prev {
    left: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-prev.svg) 50% no-repeat;
    background-size: 20%;
}

.services-slider-button-next {
    right: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-next.svg) 50% no-repeat;
    background-size: 20%;
}

.add-services {
    margin-bottom: 11rem;
}

.add-services__heading {
    margin-bottom: 7rem;
}

.add-services__heading-link {
    margin-bottom: 3.5rem;
}

.add-services__heading-line {
    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;
}

.add-services__heading-description {
    max-width: 31.2%;
    font-size: 1.8rem;
    line-height: 1.6;
}

.add-services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-services__item {
    width: 31%;
    margin-bottom: 6.8rem;
}

.add-services__item:not(:nth-child(3n)) {
    margin-right: 5rem;
}

.add-services__item-img {
    width: 100%;
    height: 28rem;
    border-radius: 3rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

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

.add-services__item-name {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.27;
    margin-bottom: 1.8rem;
}

.add-services__item-name.small {
    max-width: 80%;
}

.add-services__item-description {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #979797;
    margin-bottom: 2.4rem;
}

.service-gallery {
    margin-bottom: 16rem;
}

.service-gallery__heading {
    text-align: center;
    margin-bottom: 4rem;
}

.service-gallery__title {
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.service-gallery__subtitle {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3;
    max-width: 28%;
    max-width: 31%;
    margin: 0 auto;
}

.service-gallery__content {
    position: relative;
    padding-bottom: 5rem;
}

.service-gallery-button-prev,
.service-gallery-button-next {
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    border-radius: 50%;
    background: #242424;
}

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

.service-gallery-button-prev {
    left: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-prev.svg) 50% no-repeat;
    background-size: 20%;
}

.service-gallery-button-next {
    right: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-next.svg) 50% no-repeat;
    background-size: 20%;
}

.service-gallery-pagination.swiper-pagination-bullets {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-gallery-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #CCCCCC;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    margin: 0 .4rem;
}

.service-gallery-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #242424;
}

.service-info {
    margin-bottom: 16rem;
}

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

.service-info__left {
    width: 66%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 2.5rem;
}

.service-info__left-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.service-info__text {
    font-size: 1.8rem;
    line-height: 1.65;
}

.service-info__text p:not(:last-child) {
    margin-bottom: 2.9rem;
}

.service-info__text p.title {
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 0;
}

.service-info__text ul {
    padding-left: 2.7rem;
}

.service-info__text ul:not(:last-child) {
    margin-bottom: 3rem;
}

.service-info__text ul li {
    position: relative;
}

.service-info__text ul li::before {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: -1.5rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #242424;
}

.service-info__group {
    margin: 7.8rem 0 0;
}

.service-info__group-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.service-info__group-subtitle {
    font-weight: 600;
    margin-bottom: 3rem;
}

.service-info__right {
    width: 22.5%;
}

.service-info__right-logo {
    width: 19.8rem;
    margin-left: -.5rem;
    margin-bottom: 2.8rem;
}

.service-info__right-logo img {
    width: 100%;
}

.service-info__right-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .7rem;
}

.service-info__right-name span {
    margin-top: .3rem;
    font-size: 2rem;
    display: block;
}

.service-info__right-subtitle,
.service-info__right-description {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #777;
}

.service-info__right-description {
    margin-bottom: 3rem;
}

.service-info__right-img {
    width: 100%;
    height: 15rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

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

.service-info__right-link {
    font-size: 1.5rem;
    padding-right: 3rem;
}

.service-offer {
    margin-bottom: 8rem;
}

.service-offer__title {
    max-width: 55%;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6.5rem;
}

.service-offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-offer__item {
    width: 46.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.8rem;
}

.service-offer__item:not(:nth-child(2n)) {
    margin-right: 5rem;
}

.service-offer__item-img {
    width: 19.1rem;
    height: 23.6rem;
    border-radius: 2rem;
    overflow: hidden;
}

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

.service-offer__item-text {
    width: 65.5%;
    padding-top: .3rem;
}

.service-offer__item-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.service-offer__item-description {
    font-size: 1.8rem;
    line-height: 1.4;
}

.service-offer.service-offer__water {
    margin-bottom: 16rem;
}

.service-offer.service-offer__water .service-offer__title {
    margin-bottom: 3rem;
}

.service-offer.service-offer__water .service-offer__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-offer.service-offer__water .service-offer__item {
    width: 31%;
    margin-bottom: 0;
}

.service-offer.service-offer__water .service-offer__item:not(:nth-child(2n)) {
    margin-right: 0;
}

.service-offer.service-offer__water .service-offer__item-img {
    width: 8.9rem;
    height: 8.9rem;
    border-radius: 1rem;
    margin-right: 2.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service-offer.service-offer__water .service-offer__item-text {
    width: auto;
    padding: 0;
}

.service-offer.service-offer__water .service-offer__item-text ul {
    font-size: 1.8rem;
    line-height: 1.3;
}

.service-offer.service-offer__water .service-offer__item-text ul li {
    position: relative;
}

.service-offer.service-offer__water .service-offer__item-text ul li::before {
    content: '.';
    position: absolute;
    top: -2rem;
    left: -1.8rem;
    font-size: 3.5rem;
}

.service-consumers {
    margin-bottom: 16rem;
}

.service-consumers__title {
    max-width: 55%;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8rem;
}

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

.service-consumers__item {
    width: 31%;
}

.service-consumers__item-img {
    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: 7.8rem;
    height: 7.8rem;
    border-radius: 50%;
    background: #242424;
    margin-bottom: 3rem;
}

.service-consumers__item-img img {
    width: 45%;
}

.service-consumers__item-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 4.2rem;
}

.service-consumers__item-description {
    font-size: 1.8rem;
    line-height: 1.3;
}

.service-consumers__item-description p:not(:last-child) {
    margin-bottom: 1.3rem;
}

.service-consumers.service-consumers__design .service-consumers__title {
    max-width: 60%;
    margin-bottom: 4.5rem;
}

.service-consumers.service-consumers__design .service-consumers__item-img {
    width: 8.9rem;
    height: 8.9rem;
    border-radius: 1rem;
    background: none;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.service-consumers.service-consumers__design .service-consumers__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-consumers.service-consumers__design .service-consumers__item-title {
    margin-bottom: 2rem;
}

.service-consumers.service-consumers__design .service-consumers__item-description {
    line-height: 1.4;
}

.service-consumers.service-consumers__water .service-consumers__title {
    margin-bottom: 4.5rem;
}

.service-consumers.service-consumers__water .service-consumers__item {
    width: 22%;
}

.service-consumers.service-consumers__water .service-consumers__item:nth-child(2) .service-consumers__item-img img {
    width: 30%;
}

.service-consumers.service-consumers__water .service-consumers__item-title {
    margin-bottom: 0;
}

.about {
    margin-bottom: 18rem;
}

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

.about-group {
    width: 31%;
}

.about-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .8rem;
}

.about-left__heading {
    font-weight: 600;
}

.about-left__heading-suptitle {
    font-size: 1.6rem;
    margin-bottom: 5.5rem;
}

.about-left__heading-title {
    font-size: 5rem;
    line-height: 1.26;
}

.about-left__description {
    font-size: 1.8rem;
    line-height: 1.63;
}

.about-left__description-img {
    width: 7rem;
    margin-bottom: 2rem;
}

.about-left__description-img img {
    width: 100%;
}

.about-center__title {
    max-width: 80%;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2.4rem;
}

.about-center__description {
    max-width: 86%;
    font-size: 1.8rem;
    line-height: 1.63;
}

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

.about-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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-right__heading {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #979797;
}

.about-right__quote {
    max-width: 80%;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
}

.about-right__quote::before {
    content: '';
    position: absolute;
    top: -5.5rem;
    left: 0;
    width: 4.4rem;
    height: 3.4rem;
    background: url(/bitrix/templates/systems/css/../img/quote.svg) 50% no-repeat;
    background-size: contain;
}

.about-right__social {
    font-size: 1.8rem;
    color: #979797;
    margin-bottom: .6rem;
}

.about-right__social-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.about-right__social-item {
    width: 3.6rem;
}

.about-right__social-item img {
    width: 100%;
}

.about-right__social-item:not(:last-child) {
    margin-right: 1rem;
}

.main-obj {
    position: relative;
    overflow: hidden;
    margin-bottom: 17.8rem;
}

.main-obj::after,
.main-obj::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-obj::before {
    height: 29.3rem;
    background-color: #282828;
}

.main-obj::after {
    height: 100%;
    width: 45vw;
    border-top: 14.6rem solid #F5F5F5;
    background-color: #282828;
}

.main-obj__inner {
    position: relative;
    z-index: 2;
}

.main-obj__head {
    position: absolute;
    top: 0;
    left: 0;
}

.main-obj__all {
    margin-bottom: 2.6rem;
    z-index: 2;
}

.main-obj__mtitle {
    font-weight: 300;
    font-size: 5rem;
}

.main-obj__mtitle b {
    font-weight: bold;
}

.main-obj__slider {
    overflow: visible;
}

.main-obj__slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 30rem);
    height: 100%;
    width: 100vw;
    border-top: 14.6rem solid #F5F5F5;
    background-color: #282828;
    z-index: 5;
}

.main-obj__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 61.8rem;
    width: 100%;
}

.main-obj__slide.active .main-obj__content {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.main-obj__slide.active .main-obj__img {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.main-obj__content {
    width: 43.7rem;
    height: 100%;
    padding-top: 20rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-obj__title {
    font-weight: 600;
    font-size: 4rem;
    color: #F9F9F9;
    margin-bottom: 1rem;
}

.main-obj__subtitle {
    font-weight: 500;
    font-size: 2rem;
    color: #F9F9F9;
    margin-bottom: 5rem;
}

.main-obj__text {
    font-size: 1.6rem;
    color: #CACACA;
    line-height: 1.65;
    margin-bottom: 3rem;
}

.main-obj__more {
    color: #fff;
    position: absolute;
    bottom: .5rem;
    left: 0;
    padding-right: 3.2rem;
}

.main-obj__img {
    width: 95rem;
    height: 61.8rem;
    border-radius: 3.2rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-45.5rem);
    transform: translateX(-45.5rem);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 3;
}

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

.main-obj__bottom {
    height: 11.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-obj__controlls {
    padding-left: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    background-color: #282828;
    margin-right: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-obj__controlls::after {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: #282828;
    right: 100%;
    top: 0;
}

.main-obj__pag.swiper-pagination-custom {
    width: auto;
    width: 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-obj__pag .current {
    font-weight: 600;
    font-size: 4rem;
    color: #F9F9F9;
}

.main-obj__pag .total {
    font-weight: 300;
    font-size: 1.6rem;
    color: #CACACA;
    position: relative;
    top: 0rem;
}

.main-obj__btns {
    height: 11.4rem;
    width: 23rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/bitrix/templates/systems/css/../img/slider-btns.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-right: 2.5rem;
}

.main-obj__prev,
.main-obj__next {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    outline: none;
}

.main-obj__prev {
    left: 0;
}

.main-obj__next {
    right: 0;
}

.main-obj__tslider {
    width: 35rem;
    margin: 0;
    color: #CACACA;
    display: inline-block;
    overflow: visible;
}

.main-obj__tslide {
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 5.2rem;
    display: inline-block;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    cursor: pointer;
}

.main-obj__tslide.active,
.main-obj__tslide.swiper-slide-thumb-active {
    font-weight: 600;
    color: #F9F9F9;
}

.object {
    padding: 3.3rem 0 14rem;
}

.object .path {
    margin-bottom: 3.4rem;
}

.object-heading {
    text-align: center;
    margin-bottom: 5rem;
}

.object-heading__title {
    max-width: 55%;
    margin: 0 auto 3rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.275;
}

.object-heading__address {
    font-size: 1.8rem;
    line-height: 1.6;
}

.object-heading__address span {
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.object-gallery {
    margin-bottom: 12rem;
    position: relative;
}

.object-slider {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.object-slider__item {
    height: 23rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

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

.object-thumbs__wrap {
    width: 70rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.object-thumbs__item {
    height: 45rem;
    border-radius: 3rem;
    overflow: hidden;
}

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

.object-button-prev,
.object-button-next {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #242424;
}

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

.object-button-prev {
    left: -2.4rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-prev.svg) 50% no-repeat;
    background-size: 20%;
}

.object-button-next {
    right: -2.4rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-next.svg) 50% no-repeat;
    background-size: 20%;
}

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

.object-content__left {
    width: 66%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.8rem;
    line-height: 1.65;
}

.object-content__left-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3.2rem;
}

.object-content__left-group {
    margin-bottom: 2.8rem;
}

.object-content__left-group ul {
    padding-left: 2.7rem;
}

.object-content__left-group ul li {
    position: relative;
}

.object-content__left-group ul li::before {
    content: '.';
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    font-size: 3rem;
}

.object-content__left-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: .8rem;
}

.object-content__left-links .link {
    padding-right: 3.2rem;
}

.object-content__left-links .link:not(:last-child) {
    margin-bottom: 2.8rem;
}

.object-content__right {
    width: 22.5%;
    padding-top: 3.7rem;
}

.object-content__right-logo {
    width: 19.8rem;
    margin-left: -.5rem;
    margin-bottom: 2.8rem;
}

.object-content__right-logo img {
    width: 100%;
}

.object-content__right-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .7rem;
}

.object-content__right-name span {
    margin-top: .3rem;
    font-size: 2rem;
    display: block;
}

.object-content__right-subtitle,
.object-content__right-description {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #777;
}

.object-content__right-description {
    margin-bottom: 3rem;
}

.object-content__right-img {
    width: 100%;
    height: 15rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

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

.object-content__right-link {
    font-size: 1.5rem;
    padding-right: 3rem;
}

.reviews {
    margin-bottom: 24.5rem;
}

.reviews:hover .reviews-button-prev,
.reviews:hover .reviews-button-next {
    display: block;
}

.reviews-title {
    font-weight: 600;
    margin-bottom: 4.7rem;
}

.reviews-content {
    position: relative;
}

.reviews-slider__img {
    height: 29.6rem;
    position: relative;
    margin-bottom: 3rem;
}

.reviews-slider__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3rem;
}

.reviews-slider__img a {
    position: absolute;
    bottom: -1.2rem;
    left: -1.2rem;
    width: 9.1rem;
}

.reviews-slider__img a img {
    width: 100%;
}

.reviews-slider__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.8rem;
}

.reviews-slider__description {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #979797;
}

.reviews-button-prev,
.reviews-button-next {
    display: none;
    top: 33%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    border-radius: 50%;
    background: #242424;
}

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

.reviews-button-prev {
    left: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-prev.svg) 50% no-repeat;
    background-size: 20%;
}

.reviews-button-next {
    right: -2.5rem;
    background: #242424 url(/bitrix/templates/systems/css/../img/arrow-next.svg) 50% no-repeat;
    background-size: 20%;
}

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

.reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #CCCCCC;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    margin: 0 .4rem;
}

.reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #242424;
}

.footer {
    padding: 3rem 0 0;
    background: #242424;
}

.footer-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;
    margin-bottom: 2.7rem;
}

.footer-logo {
    width: 16.8rem;
    margin-right: 4rem;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}

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

.footer-nav {
    margin-right: auto;
}

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

.footer-nav>ul>li {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
}

.footer-nav>ul>li:hover>.footer-nav__dropdown {
    display: block;
}

.footer-nav>ul>li:hover>a::after {
    content: '';
}

.footer-nav>ul>li:not(:last-child) {
    margin-right: 2.7rem;
}

.footer-nav>ul>li a {
    color: inherit;
    position: relative;
}

.footer-nav>ul>li a::after {
    content: none;
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E52E1C;
}

.footer-nav__dropdown {
    display: none;
    position: absolute;
    bottom: calc(100% + 0rem);
    left: -3rem;
    left: -19rem;
    padding-bottom: 5.5rem;
    z-index: 2;
}

.footer-nav__dropdown ul {
    padding: 2.5rem 5.5rem 3rem 2.2rem;
    background: #242424;
}

.footer-nav__dropdown ul li {
    font-size: 1.7rem;
    font-weight: 500;
}

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

.footer-nav__dropdown ul li a {
    white-space: nowrap;
}

.footer-nav__dropdown ul li a::after {
    content: none !important;
}

.footer-nav__dropdown ul li a:hover {
    text-decoration: underline;
}

.footer-nav__dropdown ul li a:active {
    color: #A6A6A6;
}

.footer-social {
    margin: 0 4rem 0 auto;
}

.footer-social__link {
    display: inline-block;
    height: 2.3rem;
}

.footer-social__link:not(:last-child) {
    margin-right: 1.5rem;
}

.footer-social__link img {
    height: 100%;
}

.footer-search {
    width: 2.4rem;
    margin-right: 4.5rem;
    position: relative;
    z-index: 2;
}

.footer-search-btn {
    width: 100%;
    cursor: pointer;
}

.footer-search-btn img {
    width: 100%;
}

.footer-search__btn {
    position: absolute;
    top: 50%;
    left: -3.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    width: 2.4rem;
}

.footer-search__btn img {
    width: 100%;
}

.footer-search__close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    cursor: pointer;
}

.footer-search__close img {
    width: 100%;
}

.footer-search__form {
    width: 42rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.footer-search__form label {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-left: 3.5rem;
}

.footer-search__form label.dropdown-up .footer-search__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-search__form label input {
    width: 100%;
    height: 3rem;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #242424;
    border-bottom: 1px solid #FFFFFF;
    padding-right: 3rem;
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
}

.footer-search__dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: calc(100% + 5.5rem);
    left: 0;
    width: 100%;
    background: #242424;
    padding: 3rem 2.6rem 3.5rem;
}

.footer-search__heading {
    padding-top: 2.3rem;
    border-top: 1px solid #3C3C3C;
    margin-top: 2.2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.footer-search__all {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    padding-right: 3rem;
}

.footer-search__list li {
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
}

.footer-search__list li:not(:last-child) {
    margin-bottom: 2.3rem;
}

.footer-search__list li p {
    margin-top: .5rem;
    font-size: 1.5rem;
    color: #969696;
}

.footer-search__list li a {
    color: inherit;
}

.footer-search.active .footer-search-btn {
    display: none;
}

.footer-search.active .footer-search__form {
    display: block;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-call,
.footer-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.footer-call img,
.footer-mail img {
    width: 2.3rem;
    margin-right: 1.2rem;
}

.footer-call {
    margin-right: 1.8rem;
}

.footer-call img {
    width: 1.9rem;
    margin-right: 0.8rem;
}

.footer-copy {
    padding: 3.5rem 0;
    border-top: 1px solid #535353;
    font-size: 1.6rem;
    font-weight: 300;
    color: #535353;
    text-align: center;
}

.footer-copy span {
    display: block;
}

.jobs {
    margin-bottom: 16rem;
}

.jobs-title {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.3rem;
}

.jobs-all__wrap {
    position: relative;
    margin-bottom: 10rem;
}

.jobs-all__wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C2C2C2;
}

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

.jobs-list__item {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    position: relative;
    cursor: pointer;
}

.jobs-list__item.active::after {
    content: '';
}

.jobs-list__item::after {
    content: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: .3rem;
    background: #E52E1C;
    z-index: 1;
}

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

.jobs-content .card {
    margin-bottom: 10rem;
}

.jobs-content .card:not(:nth-child(3n)) {
    margin-right: 5rem;
}

.jobs-more {
    font-size: 1.6rem;
    font-weight: 600;
    color: #242424;
    text-decoration: underline;
}

.jobs-more__wrap {
    text-align: center;
}

.other-jobs {
    margin-bottom: 14rem;
}

.other-jobs__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;
    margin-bottom: 4rem;
}

.other-jobs__link {
    margin-top: 1rem;
}

.other-jobs-wrapper {
    height: auto;
}

.other-jobs-wrapper .card:not(:nth-child(3n)) {
    margin-right: 5rem;
}

.license {
    margin-bottom: 15.5rem;
}

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

.license-item {
    width: 24%;
    padding-bottom: 4.5rem;
    position: relative;
}

.license-slider {
    position: relative;
    margin-bottom: 3.7rem;
}

.license-slider:hover .license-slider__item::after {
    content: '';
}

.license-slider__item {
    width: 100%;
    height: 61.5rem;
    position: relative;
}

.license-slider__item::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(/bitrix/templates/systems/css/../img/zoom.svg) 50% no-repeat;
    background-size: 6rem;
    z-index: 2;
}

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

.license-text {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
}

.license-pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.license-pagination .swiper-pagination-bullet {
    width: .9rem;
    height: .9rem;
    opacity: 1;
    border: 1px solid #242424;
    background: transparent;
    margin: 0 .6rem;
}

.license-pagination .swiper-pagination-bullet-active {
    background: #242424;
}

.contacts {
    height: 108rem;
    position: relative;
}

.contacts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #EBEBEB;
}

.contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9.7rem 0;
}

.contacts-left,
.contacts-right {
    width: 50%;
}

.contacts-left {
    padding-right: 15.5rem;
}

.contacts-right {
    padding-top: 1.3rem;
    padding-left: 13.3rem;
}

.contacts-right__title {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 4.4rem;
}

.contacts-right__wrap {
    max-width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.contacts-right__group {
    font-size: 1.8rem;
    font-weight: 300;
}

.contacts-right__group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contacts-right__group-title img {
    width: 1.8rem;
    margin-right: 1rem;
}

.contacts-right__group-link {
    color: inherit;
}

.contacts-right__group.social .contacts-right__group-title {
    margin-bottom: 1.2rem;
}

.contacts-right__group.social .contacts-right__group-link {
    display: inline-block;
    height: 2.3rem;
}

.contacts-right__group.social .contacts-right__group-link:not(:last-child) {
    margin-right: 1rem;
}

.contacts-right__group.social .contacts-right__group-link img {
    height: 100%;
}

.contacts-map {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 59.5rem;
}

.search {
    margin-bottom: 13.5rem;
}

.search-title {
    margin-bottom: 5.4rem;
}

.search-group:not(:last-child) {
    margin-bottom: 8.2rem;
}

.search-group__title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.search-group__description {
    font-size: 1.8rem;
    line-height: 1.28;
    color: #979797;
    margin-bottom: 2.4rem;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup.active {
    display: block;
}

.popup-wrap {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
}

.popup-close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 2.2rem;
    cursor: pointer;
}

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

.popup-content {
    width: 81.6rem;
    background: #F5F5F5;
    padding: 8.5rem 12.5rem 9.5rem;
    position: relative;
}

.popup-content__title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.popup-content__subtitle {
    font-size: 1.8rem;
    font-weight: 300;
}

.popup-content .form {
    position: relative;
}

.popup-content .form-heading {
    text-align: center;
    margin-bottom: 6.6rem;
}

.popup-content .form-content__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-content .form-content__small {
    max-width: none;
    text-align: center;
}

.popup.popup-sent .popup-content {
    text-align: center;
}

@media (max-width: 48em) {
    .container {
        width: 91.5%;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 8vw 0 4.2vw;
        z-index: 100;
        border-bottom: 1px solid #535353;
    }
    .header>.container {
        position: unset;
    }
    .header-content.m-active .header-logo,
    .header-content.m-active .header-right {
        display: none;
    }
    .header-content.m-active .header-search__dropdown.dropdown-up {
        display: block !important;
    }
    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 36vw;
        margin-right: 0;
    }
    .header-burger {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 8vw;
        height: 5.6vw;
    }
    .header-burger.active {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .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: #fff;
        border-radius: 10rem;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: -1;
        padding: 10.5vw 4vw 45vw;
        background: #242424;
        border-top: 1px solid #535353;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        overflow-y: auto;
        margin-right: auto;
    }
    .header-nav.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .header-nav>ul {
        display: block;
    }
    .header-nav>ul>li {
        font-size: 4.8vw;
    }
    .header-nav>ul>li.drop {
        position: relative;
        z-index: 1;
    }
    .header-nav>ul>li.drop>a {
        display: block;
    }
    .header-nav>ul>li.drop::after {
        content: '';
        position: absolute;
        top: 2.5vw;
        right: 0;
        width: 4vw;
        height: 2.5vw;
        background: url(/bitrix/templates/systems/css/../img/dropdown.svg) 50% no-repeat;
        background-size: contain;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        z-index: -1;
    }
    .header-nav>ul>li.drop.active::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .header-nav>ul>li.drop.active .header-nav__dropdown {
        display: block !important;
    }
    .header-nav>ul>li:hover>.header-nav__dropdown {
        display: unset;
    }
    .header-nav>ul>li:hover>a::after {
        content: none;
    }
    .header-nav>ul>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 7vw;
    }
    .header-nav__dropdown {
        display: none !important;
        position: static;
        padding-top: 0;
    }
    .header-nav__dropdown ul {
        padding: 6vw 5vw 3vw;
    }
    .header-nav__dropdown ul li {
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 1.28;
    }
    .header-nav__dropdown ul li:not(:last-child) {
        margin-bottom: 2vw;
    }
    .header-nav__dropdown ul li a {
        white-space: normal;
    }
    .header-search {
        width: 5.3vw;
        margin-left: 4.8vw;
        margin-right: auto;
    }
    .header-search-btn {
        width: 5.3vw;
    }
    .header-search__btn {
        left: -8vw;
        top: calc(50% + .5vw);
        width: 5.3vw;
    }
    .header-search__close {
        width: 3.47vw;
    }
    .header-search__form {
        width: 71vw;
    }
    .header-search__form label {
        margin-left: 8vw;
        margin-bottom: 1vw;
    }
    .header-search__form label input {
        height: 6.5vw;
        padding-right: 5vw;
        font-size: 4vw;
    }
    .header-search__dropdown {
        display: none !important;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding: 8.5vw 4vw 30vw;
        border-top: 1px solid #535353;
    }
    .header-search__heading {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 7vw;
    }
    .header-search__all {
        font-size: 4.8vw;
        padding-right: 8.5vw;
    }
    .header-search__list li {
        font-size: 4.8vw;
    }
    .header-search__list li:not(:last-child) {
        margin-bottom: 7vw;
    }
    .header-search__list li p {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .header-search.active .header-search-btn {
        display: none;
    }
    .header-search.active .header-search__form {
        display: block;
    }
    .header-call img,
    .header-mail img {
        width: 6.6vw;
        margin-right: 0;
    }
    .header-call {
        margin-left: 6vw;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
    }
    .header-call img {
        width: 5.6vw;
    }
    .banner {
        margin-top: 17.8vw;
        margin-bottom: 12.2vw;
    }
    .banner-slider-wrapper {
        height: auto;
    }
    .banner-slider__content {
        padding: 101.5vw 0 14vw;
        display: block;
        height: auto;
    }
    .banner-slider__item {
        background: #242424;
        height: auto;
    }
    .banner-slider__item::before {
        content: none;
    }
    .banner-slider__item>img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .banner-slider__info {
        width: 100%;
        display: block;
        position: relative;
    }
    .banner-slider__info-title {
        position: absolute;
        bottom: 8vw;
        left: 0;
        font-size: 6.67vw;
        line-height: 1.28;
        margin-bottom: 0;
    }
    .banner-slider__description {
        padding: 7vw 0 0;
        width: 100%;
        font-size: 4vw;
        font-weight: 300;
        line-height: 1.3;
    }
    .banner-slider__description-title {
        width: 105%;
        font-size: 5.33vw;
        line-height: 1.2;
        margin-bottom: 3.5vw;
    }
    .banner-slider__description-text {
        margin-bottom: 5.5vw;
    }
    .banner-slider-button-prev,
    .banner-slider-button-next {
        display: none;
    }
    .banner-slider-pagination {
        top: 24.5vw;
        left: 0;
    }
    .banner-slider-pagination .swiper-pagination-bullet {
        width: 1.2rem;
        height: 1.2rem;
        margin: 1.2rem 0;
    }
    .banner-pagination-double {
        top: 12.5vw;
        font-size: 4vw;
    }
    .banner-pagination-double-current {
        font-size: 5.33vw;
        line-height: 1.1;
    }
    .banner-pagination-double .separator {
        margin: 0 .5vw;
    }
    .banner-btn.mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .banner.banner-object {
        margin-bottom: 27.5vw;
    }
    .banner.banner-object .banner-content {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .banner.banner-object .banner-text {
        max-width: none;
        height: 101vw;
        padding: 12.5vw 0;
    }
    .banner.banner-object .banner-title {
        font-size: 6.67vw;
        margin-bottom: 1vw;
    }
    .banner.banner-object .banner-description {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .banner.banner-object .banner-btn {
        margin: 7.5vw 0;
        padding-left: 23.5vw;
    }
    .banner.banner-object .banner-btn::before {
        width: 19.5vw;
        height: 19.5vw;
    }
    .banner.banner-object .banner-left {
        width: 100%;
        height: 101vw;
    }
    .banner.banner-object .banner-side {
        width: 100%;
    }
    .banner.banner-object .banner-side__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12vw 4vw 15vw 39.5vw;
        height: auto;
        position: relative;
    }
    .banner.banner-object .banner-side__top-title {
        font-size: 4vw;
        line-height: 1.26;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .banner.banner-object .banner-side__top-img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 38.4vw;
        margin: 0;
    }
    .banner.banner-object .banner-side__top-subtitle {
        font-size: 4.27vw;
        line-height: 1.25;
        margin-bottom: 6vw;
    }
    .banner.banner-object .banner-side__bottom {
        display: block;
        padding: 9vw 4vw 12vw;
        height: auto;
    }
    .banner.banner-object .banner-side__bottom-description {
        font-size: 4vw;
        line-height: 1.27;
        margin-bottom: 4vw;
    }
    .banner.banner-object .banner-side__bottom-link {
        max-width: none;
        font-size: 4vw;
        padding-right: 11vw;
    }
    .banner.banner-object .banner-side__bottom-link::after {
        top: 50%;
        width: 7.5vw;
        height: 4.5vw;
    }
    .banner.banner-license {
        margin-bottom: 71.5vw;
    }
    .banner.banner-license .banner-content {
        max-width: none;
        height: 102vw;
        padding: 12vw 0;
    }
    .banner.banner-license .banner-content__title {
        font-size: 6.67vw;
        margin-bottom: 1vw;
    }
    .banner.banner-license .banner-content__description {
        font-size: 4vw;
    }
    .banner.banner-license .banner-side {
        position: absolute;
        bottom: auto;
        top: calc(100% - 2px);
        right: 0;
        width: 100%;
        height: auto;
        display: block;
        padding: 10.5vw 4vw 14vw;
    }
    .banner.banner-license .banner-side__description {
        font-size: 4vw;
        line-height: 1.3;
        margin-bottom: 5.5vw;
    }
    .banner.banner-license .banner-side__link {
        max-width: none;
        font-size: 4vw;
    }
    .banner.banner-license .banner-side__link::after {
        top: 50%;
        width: 7.5vw;
        height: 4.5vw;
    }
    .banner.banner-search {
        margin-bottom: 17vw;
    }
    .banner.banner-search .banner-content {
        padding: 15.5vw 0 18.5vw;
    }
    .banner.banner-search .banner-title {
        font-size: 7.47vw;
        margin-bottom: 4vw;
    }
    .banner.banner-search .banner-search label input {
        height: 10.1vw;
        padding-right: 10vw;
        font-size: 4vw;
    }
    .banner.banner-search .banner-search__placeholder {
        font-size: 4vw;
    }
    .banner.banner-search .banner-search__btn {
        width: 4.53vw;
    }
    .banner.banner-service {
        margin-bottom: 19vw;
        background: none;
    }
    .banner.banner-service::before {
        content: none;
    }
    .banner.banner-service .banner-content {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 8vw 0;
    }
    .banner.banner-service .banner-content .path {
        margin-bottom: 6.5vw;
    }
    .banner.banner-service .banner-img {
        width: 100%;
        height: 61.6vw;
        border-radius: 4rem;
        margin-bottom: 8vw;
    }
    .banner.banner-service .banner-text {
        width: 100%;
    }
    .banner.banner-service .banner-text__title {
        font-size: 7.47vw;
        line-height: 1.3;
        margin-bottom: 3.5vw;
    }
    .banner.banner-service .banner-text__license {
        margin: 6vw 0 4vw;
    }
    .banner.banner-service .banner-text__license-title {
        font-size: 4vw;
        margin-right: 5vw;
    }
    .banner.banner-service .banner-text__license-title-img {
        width: 12vw;
        height: 12vw;
        margin-right: 3vw;
    }
    .banner.banner-service .banner-text__license-title-img img {
        width: 35%;
    }
    .banner.banner-service .banner-text__license-link {
        font-size: 4vw;
        padding-right: 7vw;
    }
    .banner.banner-service .banner-text__license-link::after {
        width: 5.33vw;
        height: 3.2vw;
    }
    .banner.banner-service .banner-text__description {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 7.5vw;
    }
    .banner.banner-service .banner-text__description p:not(:last-child) {
        margin-bottom: 6.5vw;
    }
    .banner.banner-service .banner-text__description p.title {
        margin-bottom: 0;
    }
    .banner.banner-service .banner-text__description ul {
        padding-left: 6vw;
    }
    .banner.banner-service .banner-text__description ul li::before {
        top: 3vw;
        left: -3.5vw;
        width: .8rem;
        height: .8rem;
    }
    .banner.banner-service .banner-text__btn {
        margin: 7.5vw 0;
        padding-left: 23.5vw;
    }
    .banner.banner-service .banner-text__btn::before {
        width: 19.5vw;
        height: 19.5vw;
    }
    .services {
        margin-bottom: 27vw;
    }
    .services-title {
        margin-bottom: 4.5vw;
    }
    .services-content {
        text-align: center;
    }
    .services-slider {
        overflow: unset;
        margin-bottom: 3.5vw;
    }
    .services-slider-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .services-slider__item {
        width: 48%;
        height: 71.2vw;
        padding: 6vw 3vw;
        border-radius: 5.3vw;
        margin-bottom: 4.5vw;
    }
    .services-slider__name {
        font-size: 4.8vw;
        line-height: 1.1;
        margin-bottom: 0;
    }
    .services-slider-pagination {
        display: none;
    }
    .services-more {
        display: inline-block !important;
        font-size: 4vw;
        font-weight: 600;
        text-decoration: underline;
        color: #242424;
    }
    .about {
        margin-bottom: 27.5vw;
    }
    .about-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-group {
        width: 100%;
    }
    .about-left {
        display: block;
        padding-top: 0;
        margin-bottom: 4.5vw;
    }
    .about-left__heading-suptitle {
        font-size: 4vw;
        margin-bottom: 4.5vw;
    }
    .about-left__heading-title {
        font-size: 7.47vw;
        line-height: 1.2;
    }
    .about-left__description {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 20.5vw;
    }
    .about-left__description-img {
        width: 18.7vw;
        margin-bottom: 3vw;
    }
    .about-left__description-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about-left__description-item {
        width: 48%;
    }
    .about-left__description-item:last-child {
        color: #979797;
    }
    .about-center {
        margin-bottom: 9vw;
    }
    .about-center__title {
        max-width: none;
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .about-center__description {
        max-width: none;
        font-size: 4vw;
        line-height: 1.6;
    }
    .about-center__description p:not(:last-child) {
        margin-bottom: 6.5vw;
    }
    .about-right {
        display: block;
    }
    .about-right__quote {
        max-width: none;
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .about-right__quote::before {
        top: -11.5vw;
        width: 9vw;
        height: 7vw;
    }
    .about-right__social {
        font-size: 4vw;
        margin-bottom: 0;
    }
    .about-right__social-group {
        margin-bottom: 4vw;
    }
    .about-right__social-item {
        width: 9.6vw;
    }
    .about-right__social-item:not(:last-child) {
        margin-right: 3vw;
    }
    .main-obj {
        margin-bottom: 27vw;
    }
    .main-obj::before {
        content: none;
    }
    .main-obj::after {
        width: 100%;
        border-top: 63vw solid #F5F5F5;
    }
    .main-obj__head {
        position: static;
        margin-bottom: 9.5vw;
    }
    .main-obj__all {
        font-size: 4vw;
        margin-bottom: 7vw;
    }
    .main-obj__mtitle {
        font-size: 7.47vw;
    }
    .main-obj__slider::after {
        content: none;
    }
    .main-obj__slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
    }
    .main-obj__slide.active .main-obj__content {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    .main-obj__slide.active .main-obj__img {
        -webkit-transform: none;
        transform: none;
    }
    .main-obj__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: auto;
        padding: 20vw 0 14.5vw;
        position: static;
        -webkit-transform: none;
        transform: none;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }
    .main-obj__title {
        font-size: 6.4vw;
        margin-bottom: 5vw;
    }
    .main-obj__subtitle {
        font-size: 4.8vw;
        line-height: 1.28;
        margin-bottom: 4vw;
    }
    .main-obj__text {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 4.5vw;
    }
    .main-obj__more {
        position: relative;
        bottom: unset;
        padding-right: 10vw;
    }
    .main-obj__img {
        width: 100%;
        height: 65vw;
        border-radius: 6rem;
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .main-obj__bottom {
        position: absolute;
        top: 95vw;
        left: 0;
        width: 100%;
        height: auto;
    }
    .main-obj__controlls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        margin-right: 0;
        background: none;
    }
    .main-obj__controlls::after {
        content: none;
    }
    .main-obj__pag {
        position: absolute;
    }
    .main-obj__pag.swiper-pagination-custom {
        width: auto;
    }
    .main-obj__pag .current {
        font-size: 7.47vw;
    }
    .main-obj__pag .total {
        margin-left: 1vw;
        font-size: 4vw;
    }
    .main-obj__btns {
        width: 26.8vw;
        height: 13.33vw;
        margin-right: 0;
    }
    .reviews {
        margin-bottom: 27vw;
        overflow: hidden;
    }
    .reviews-title {
        margin-bottom: 5vw;
    }
    .reviews-content {
        padding-bottom: 6vw;
    }
    .reviews-slider {
        overflow: visible;
    }
    .reviews-slider__img {
        height: 60.8vw;
        margin-bottom: 4vw;
    }
    .reviews-slider__img>img {
        border-radius: 4.6rem;
    }
    .reviews-slider__img a {
        bottom: -2.5vw;
        left: -2vw;
        width: 18.7vw;
    }
    .reviews-slider__title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .reviews-slider__description {
        font-size: 4vw;
    }
    .reviews-button-prev,
    .reviews-button-next {
        display: none !important;
    }
    .reviews-pagination.swiper-pagination-bullets {
        bottom: 0;
    }
    .reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.1vw;
    }
    .add-services {
        margin-bottom: 13vw;
    }
    .add-services__title {
        margin-bottom: 5vw;
    }
    .add-services__heading {
        margin-bottom: 7vw;
    }
    .add-services__heading-link {
        margin-bottom: 7vw;
    }
    .add-services__heading-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .add-services__heading-description {
        max-width: 100%;
        font-size: 4vw;
    }
    .add-services__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-services__item {
        width: 100%;
        margin-bottom: 13.5vw;
    }
    .add-services__item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .add-services__item-img {
        height: 56.5vw;
        border-radius: 4rem;
        margin-bottom: 5vw;
    }
    .add-services__item-name {
        font-size: 5.33vw;
        line-height: 1.25;
        margin-bottom: 3vw;
    }
    .add-services__item-name.small {
        max-width: none;
    }
    .add-services__item-description {
        width: 101%;
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .footer {
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .footer.line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #535353;
        z-index: 1;
    }
    .footer>.container {
        position: unset;
    }
    .footer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 0;
        padding: 10vw 0 11vw;
        background: #242424;
        position: relative;
    }
    .footer-content.m-active .footer-logo {
        opacity: 0;
        pointer-events: none;
    }
    .footer-content.m-active .footer-search__dropdown.mobile.dropdown-up {
        display: block !important;
    }
    .footer-logo {
        width: 43.8vw;
        margin-right: 0;
        margin-bottom: 11vw;
        -webkit-transform: none;
        transform: none;
    }
    .footer-nav {
        margin-right: 0;
        margin-bottom: 6vw;
    }
    .footer-nav>ul {
        width: 70%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
    .footer-nav>ul>li {
        white-space: nowrap;
        min-width: 40%;
        font-size: 4vw;
        padding-right: 2vw;
    }
    .footer-nav>ul>li:hover>a::after {
        content: none;
    }
    .footer-nav>ul>li.pos {
        position: absolute;
        top: 0;
        left: 100%;
        white-space: normal;
    }
    .footer-nav>ul>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .footer-nav__dropdown {
        display: none !important;
        padding-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        padding: 22vw 5vw 120vw;
        background: #242424;
        overflow-y: auto;
    }
    .footer-nav__dropdown.dropdown-up {
        display: block !important;
    }
    .footer-nav__dropdown ul {
        background: none;
        padding: 0;
    }
    .footer-nav__dropdown ul li {
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 1.28;
    }
    .footer-nav__dropdown ul li:not(:last-child) {
        margin-bottom: 2vw;
    }
    .footer-nav__dropdown ul li a {
        color: #fff;
        white-space: normal;
    }
    .footer-social {
        margin: 0;
        position: absolute;
        bottom: 11vw;
        right: 0;
    }
    .footer-social__link {
        height: 6.4vw;
    }
    .footer-social__link:not(:last-child) {
        margin-right: 4.5vw;
    }
    .footer-search {
        position: absolute;
        top: 17.5vw;
        right: 0;
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 0;
    }
    .footer-search-btn {
        width: 6.4vw;
    }
    .footer-search__btn {
        left: -8vw;
        top: 50%;
        width: 7vw;
    }
    .footer-search__close {
        width: 3.47vw;
    }
    .footer-search__form {
        left: auto;
        right: 0;
        width: 83vw;
    }
    .footer-search__form label {
        margin-left: 0;
    }
    .footer-search__form label input {
        height: 6.5vw;
        padding-right: 5vw;
        font-size: 4vw;
    }
    .footer-search__dropdown {
        display: none !important;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding: 22vw 4.2vw 120vw;
    }
    .footer-search__dropdown.dropdown-up {
        display: block !important;
    }
    .footer-search__heading {
        padding: 0;
        border: none;
        margin: 0;
        margin-bottom: 7vw;
    }
    .footer-search__all {
        font-size: 4.8vw;
        padding-right: 8.5vw;
    }
    .footer-search__list li {
        font-size: 4.8vw;
    }
    .footer-search__list li:not(:last-child) {
        margin-bottom: 7vw;
    }
    .footer-search__list li p {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .footer-right {
        display: block;
    }
    .footer-call,
    .footer-mail {
        font-size: 4.8vw;
    }
    .footer-call img,
    .footer-mail img {
        width: 6.1vw;
        margin-right: 3vw;
    }
    .footer-call {
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .footer-call img {
        width: 5.1vw;
        margin-right: 3.5vw;
    }
    .footer-copy {
        background: #242424;
        padding: 5vw 0 6.5vw;
        font-size: 4vw;
        line-height: 1.27;
    }
    .jobs {
        margin-bottom: 27vw;
        overflow: hidden;
    }
    .jobs-title {
        font-size: 7.47vw;
        margin-bottom: 4vw;
    }
    .jobs-all {
        overflow-x: scroll;
    }
    .jobs-all__wrap {
        margin-bottom: 9vw;
    }
    .jobs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .jobs-list__item {
        font-size: 4vw;
        padding: 6vw 0;
        white-space: nowrap;
    }
    .jobs-list__item:not(:last-child) {
        margin-right: 8vw;
    }
    .jobs-list__item:last-child {
        border-right: 4vw solid transparent;
    }
    .jobs-list__item::after {
        width: 60%;
        height: .6rem;
    }
    .jobs-content .card {
        margin-bottom: 13.2vw;
    }
    .jobs-content .card:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .jobs-more {
        font-size: 4vw;
    }
    .other-jobs {
        margin-bottom: 26vw;
        overflow: hidden;
    }
    .other-jobs__heading {
        display: block;
        text-align: center;
        margin-bottom: 8vw;
    }
    .other-jobs__link {
        margin-top: 6vw;
        font-size: 4.27vw;
    }
    .other-jobs__content {
        position: relative;
        padding-bottom: 6vw;
    }
    .other-jobs__slider {
        overflow: visible;
    }
    .other-jobs__slider .card {
        margin-bottom: 0;
    }
    .other-jobs__slider .card:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .other-jobs-pagination.swiper-pagination-bullets {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .other-jobs-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #CCCCCC;
        opacity: 1;
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.1vw;
    }
    .other-jobs-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #242424;
    }
    .object {
        margin-top: 17.8vw;
        padding: 8vw 0 27vw;
    }
    .object .path {
        margin-bottom: 6.5vw;
    }
    .object-heading {
        margin-bottom: 6vw;
    }
    .object-heading__title {
        max-width: none;
        margin-bottom: 7vw;
        font-size: 7.47vw;
        line-height: 1.3;
    }
    .object-heading__address {
        font-size: 4vw;
    }
    .object-heading__address span {
        font-size: 4.8vw;
    }
    .object-gallery {
        margin-bottom: 29vw;
    }
    .object-slider {
        opacity: 0;
    }
    .object-thumbs__wrap {
        width: 100%;
    }
    .object-thumbs__item {
        height: 59vw;
        border-radius: 6rem;
    }
    .object-button-prev,
    .object-button-next {
        width: 6.67vw;
        height: 6.67vw;
    }
    .object-button-prev {
        left: -3.33vw;
    }
    .object-button-next {
        right: -3.33vw;
    }
    .object-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .object-content__left {
        width: 100%;
        font-size: 4vw;
        margin-bottom: 26vw;
    }
    .object-content__left-title {
        font-size: 7.47vw;
        margin-bottom: 4vw;
    }
    .object-content__left-group {
        margin-bottom: 6vw;
    }
    .object-content__left-group ul {
        padding-left: 6vw;
    }
    .object-content__left-group ul li::before {
        top: -5.5vw;
        left: -4vw;
        font-size: 8vw;
    }
    .object-content__left-links {
        margin-top: 3.5vw;
    }
    .object-content__left-links .link {
        padding-right: 8vw;
    }
    .object-content__left-links .link:not(:last-child) {
        margin-bottom: 6.5vw;
    }
    .object-content__right {
        width: 100%;
        padding-top: 0;
    }
    .object-content__right-logo {
        width: 52.8vw;
        margin-left: 0;
        margin-bottom: 7.5vw;
    }
    .object-content__right-name {
        font-size: 4.27vw;
        margin-bottom: 2.5vw;
    }
    .object-content__right-name span {
        margin-top: 1vw;
        font-size: 5.33vw;
    }
    .object-content__right-subtitle,
    .object-content__right-description {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .object-content__right-description {
        margin-bottom: 8vw;
    }
    .object-content__right-img {
        width: 95%;
        height: 40vw;
        border-radius: 2rem;
        margin-bottom: 7.5vw;
    }
    .object-content__right-link {
        font-size: 4vw;
        padding-right: 8vw;
        margin-left: 2.5vw;
    }
    .license {
        margin-bottom: 27vw;
    }
    .license-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .license-item {
        width: 100%;
        padding-bottom: 7vw;
    }
    .license-item:not(:last-child) {
        margin-bottom: 26vw;
    }
    .license-slider {
        margin-bottom: 5vw;
    }
    .license-slider::after {
        background-size: 13vw;
    }
    .license-slider__item {
        height: 132vw;
    }
    .license-text {
        max-width: 90%;
        margin: 0 auto;
        font-size: 5.87vw;
    }
    .license-pagination .swiper-pagination-bullet {
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 1.1rem;
    }
    .contacts {
        margin-top: 17.8vw;
        height: auto;
    }
    .contacts>.container {
        width: 100%;
    }
    .contacts::before {
        content: none;
    }
    .contacts-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .contacts-left,
    .contacts-right {
        width: 100%;
    }
    .contacts-left {
        background: #EBEBEB;
        padding: 16vw 4.5vw;
    }
    .contacts-right {
        padding: 18vw 4.5vw 40vw;
        position: relative;
    }
    .contacts-right__title {
        font-size: 7.47vw;
        margin-bottom: 8vw;
    }
    .contacts-right__wrap {
        max-width: none;
        margin-bottom: 7vw;
    }
    .contacts-right__wrap .contacts-right__group {
        width: 48%;
    }
    .contacts-right__group {
        font-size: 4vw;
    }
    .contacts-right__group-title {
        margin-bottom: 4.5vw;
    }
    .contacts-right__group-title img {
        width: 4.8vw;
        margin-right: 2.5vw;
    }
    .contacts-right__group.social {
        position: absolute;
        bottom: 17vw;
        left: 4.5vw;
    }
    .contacts-right__group.social .contacts-right__group-title {
        margin-bottom: 4vw;
    }
    .contacts-right__group.social .contacts-right__group-link {
        height: 6.1vw;
    }
    .contacts-right__group.social .contacts-right__group-link:not(:last-child) {
        margin-right: 2.5vw;
    }
    .contacts-map {
        position: static;
        width: 100%;
        height: 101vw;
    }
    .search {
        margin-bottom: 26.5vw;
    }
    .search-title {
        margin-bottom: 9vw;
    }
    .search-group:not(:last-child) {
        margin-bottom: 13.5vw;
    }
    .search-group__title {
        font-size: 5.33vw;
        margin-bottom: 3vw;
    }
    .search-group__description {
        font-size: 4vw;
        line-height: 1.3;
        margin-bottom: 3.5vw;
    }
    .popup-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 22vw 0;
    }
    .popup-close {
        top: 2.5rem;
        right: 2.5rem;
        width: 2.2rem;
    }
    .popup-content {
        width: 91.5%;
        padding: 17vw 4vw;
    }
    .popup-content__title {
        font-size: 7.47vw;
        margin-bottom: 3vw;
    }
    .popup-content__subtitle {
        font-size: 4vw;
    }
    .popup-content .form-heading {
        margin-bottom: 17vw;
    }
    .popup-content .form-title {
        margin-bottom: 2.5vw;
    }
    .popup-content .form-content label {
        margin-bottom: 11vw;
    }
    .popup-content .form-content label.label-file {
        margin-bottom: 14vw;
    }
    .service-gallery {
        margin-bottom: 26.5vw;
        overflow: hidden;
    }
    .service-gallery__heading {
        margin-bottom: 7vw;
    }
    .service-gallery__title {
        margin-bottom: 3.5vw;
    }
    .service-gallery__subtitle {
        font-size: 4vw;
        max-width: none;
    }
    .service-gallery__content {
        padding-bottom: 6vw;
    }
    .service-gallery__slider {
        overflow: visible;
    }
    .service-gallery-button-prev,
    .service-gallery-button-next {
        display: none;
    }
    .service-gallery-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 .8rem;
    }
    .service-info {
        margin-bottom: 26vw;
    }
    .service-info__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-info__left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 26vw;
    }
    .service-info__left-title {
        font-size: 5.87vw;
        line-height: 1.3;
        margin-bottom: 6vw;
    }
    .service-info__text {
        font-size: 4vw;
    }
    .service-info__text p:not(:last-child) {
        margin-bottom: 8vw;
    }
    .service-info__text p.title {
        margin-bottom: 0;
    }
    .service-info__text ul {
        padding-left: 6vw;
    }
    .service-info__text ul:not(:last-child) {
        margin-bottom: 6.5vw;
    }
    .service-info__text ul li::before {
        top: 3vw;
        left: -3.5vw;
        width: .8rem;
        height: .8rem;
    }
    .service-info__group {
        margin: 27vw 0 0;
    }
    .service-info__group-title {
        font-size: 5.87vw;
        line-height: 1.3;
        margin-bottom: 6vw;
    }
    .service-info__group-subtitle {
        margin-bottom: 6.5vw;
    }
    .service-info__right {
        width: 100%;
    }
    .service-info__right-logo {
        width: 52.8vw;
        margin-left: 0;
        margin-bottom: 7.5vw;
    }
    .service-info__right-name {
        font-size: 4.27vw;
        margin-bottom: 2.5vw;
    }
    .service-info__right-name span {
        margin-top: 1vw;
        font-size: 5.33vw;
    }
    .service-info__right-subtitle,
    .service-info__right-description {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .service-info__right-description {
        margin-bottom: 8vw;
    }
    .service-info__right-img {
        width: 95%;
        height: 40vw;
        border-radius: 2rem;
        margin-bottom: 7.5vw;
    }
    .service-info__right-link {
        font-size: 4vw;
        padding-right: 8vw;
        margin-left: 2.5vw;
    }
    .service-offer {
        margin-bottom: 19vw;
    }
    .service-offer__title {
        max-width: none;
        font-size: 5.87vw;
        margin-bottom: 8.5vw;
    }
    .service-offer__item {
        width: 100%;
        margin-bottom: 8vw;
    }
    .service-offer__item:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .service-offer__item-img {
        width: 22.4vw;
        height: 22.4vw;
        border-radius: 4rem;
    }
    .service-offer__item-text {
        width: 70%;
        padding-top: 0;
    }
    .service-offer__item-title {
        font-size: 4.8vw;
        margin-bottom: 3vw;
    }
    .service-offer__item-description {
        font-size: 4vw;
    }
    .service-offer.service-offer__water {
        margin-bottom: 19vw;
    }
    .service-offer.service-offer__water .service-offer__title {
        font-size: 7.47vw;
        margin-bottom: 8vw;
    }
    .service-offer.service-offer__water .service-offer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-offer.service-offer__water .service-offer__item {
        width: 100%;
        margin-bottom: 8vw;
    }
    .service-offer.service-offer__water .service-offer__item-img {
        width: 23.7vw;
        height: 23.7vw;
        border-radius: 2rem;
        margin-right: 6vw;
    }
    .service-offer.service-offer__water .service-offer__item-text ul {
        width: 101%;
        font-size: 4vw;
    }
    .service-offer.service-offer__water .service-offer__item-text ul li::before {
        top: -5vw;
        left: -4vw;
        font-size: 8vw;
    }
    .service-consumers {
        margin-bottom: 27vw;
    }
    .service-consumers__title {
        max-width: none;
        font-size: 5.87vw;
        margin-bottom: 7.5vw;
    }
    .service-consumers__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-consumers__item {
        width: 100%;
    }
    .service-consumers__item:not(:last-child) {
        margin-bottom: 13.5vw;
    }
    .service-consumers__item-img {
        width: 18.7vw;
        height: 18.7vw;
        margin-bottom: 4vw;
    }
    .service-consumers__item-title {
        font-size: 5.33vw;
        margin-bottom: 5vw;
    }
    .service-consumers__item-description {
        font-size: 4vw;
        line-height: 1.3;
    }
    .service-consumers__item-description p:not(:last-child) {
        margin-bottom: 4.6vw;
    }
    .service-consumers.service-consumers__design {
        margin-bottom: 26vw;
    }
    .service-consumers.service-consumers__design .service-consumers__title {
        max-width: none;
        margin-bottom: 7.5vw;
    }
    .service-consumers.service-consumers__design .service-consumers__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .service-consumers.service-consumers__design .service-consumers__item:not(:last-child) {
        margin-bottom: 8vw;
    }
    .service-consumers.service-consumers__design .service-consumers__item-img {
        width: 23.7vw;
        height: 23.7vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 2rem;
        margin-bottom: 0;
        margin-right: 5.5vw;
    }
    .service-consumers.service-consumers__design .service-consumers__item-title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .service-consumers.service-consumers__water {
        margin-bottom: 15.5vw;
    }
    .service-consumers.service-consumers__water .service-consumers__title {
        font-size: 7.47vw;
        margin-bottom: 11vw;
    }
    .service-consumers.service-consumers__water .service-consumers__item {
        width: 47.5%;
    }
    .service-consumers.service-consumers__water .service-consumers__item:not(:last-child) {
        margin-bottom: 11.5vw;
    }
    .service-consumers.service-consumers__water .service-consumers__item-img img {
        width: 40%;
    }
    .service-consumers.service-consumers__water .service-consumers__item-title {
        font-size: 4vw;
        line-height: 1.3;
    }
}
/* End */
/* /bitrix/templates/systems/css/normalize.css?16266841607384 */
/* /bitrix/templates/systems/css/swiper-bundle.min.css?162668416013681 */
/* /bitrix/templates/systems/css/jquery.fancybox.min.css?162668416012795 */
/* /bitrix/templates/systems/css/style.css?1703512109118664 */
