

/* Start:/local/templates/.default/assets/v6/css/vendor.css?169791222942095*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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;
}

/**
 * Swiper 7.0.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2021
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}: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(0px - (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-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-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 .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
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;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);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:.87;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,visibility 0s linear .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,visibility 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;text-align:center;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;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;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:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-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-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;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--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;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;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.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;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.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{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);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;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.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:#fff;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:transparent;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>ul{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>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;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-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;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 .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/local/templates/.default/assets/v6/css/main.css?1748723127272270*/
@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:italic;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-It.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:italic;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-LightIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Md.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:italic;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-MdIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:italic;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-BoldIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:normal;font-weight:900;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-XBd.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskPro-britva;font-style:italic;font-weight:900;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-XBdIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Ext.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:italic;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-ExtItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-LightEx.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:italic;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-LigExtIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-MdEx.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:italic;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-MedExtIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-BoldEx.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProEx-britva;font-style:italic;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-BoldExIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-Cn.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:italic;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-CnIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-LightCn.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:italic;font-weight:300;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-LightCnItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-MdCn.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:italic;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-MdCnIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-BoldCn.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:italic;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-BoldCnIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:normal;font-weight:900;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-XBdCn.woff2) format("woff2")}@font-face{font-display:swap;font-family:AkzidenzGroteskProCn-britva;font-style:italic;font-weight:900;src:url(/local/templates/.default/assets/v6/css/../fonts/AkzidenzGroteskPro6/AkzidenzGroteskPro-XBdCnIt.woff2) format("woff2")}@font-face{font-display:swap;font-family:Thunder-britva;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/Thunder_Bold/thunder_bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Allerta-britva;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/v6/css/../fonts/Allerta/allerta.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:100;src:local("Bebas Neue Thin"),local("BebasNeue-Thin"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuethin.woff2) format("woff2"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuethin.woff) format("woff"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuethin.ttf) format("truetype")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:200;src:local("Bebas Neue Light"),local("BebasNeue-Light"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuelight.woff2) format("woff2"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuelight.woff) format("woff"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuelight.ttf) format("truetype")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:300;src:local("Bebas Neue Book"),local("BebasNeueBook"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebook.woff2) format("woff2"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebook.woff) format("woff"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebook.ttf) format("truetype")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:400;src:local("Bebas Neue Regular"),local("BebasNeueRegular"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneueregular.woff2) format("woff2"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneueregular.woff) format("woff"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneueregular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:700;src:local("Bebas Neue Bold"),local("BebasNeueBold"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebold.woff2) format("woff2"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebold.woff) format("woff"),url(/local/templates/.default/assets/v6/css/../fonts/BebasNeue/bebasneuebold.ttf) format("truetype")}@font-face{font-display:swap;font-family:NextArt-soda;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/v6/css/../fonts/NextArt/next_art_regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:NextArt-soda;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/v6/css/../fonts/NextArt/next_art_heavy.woff2) format("woff2")}:root{--index:calc(1vw + 1vh);--widthPrice:165px;--container-width:1840px;--border-offset:calc((100vw - var(--container-width))/2 + var(--container-padding));--container-padding:40px;--gradientBtn:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);--color-white:#fff;--color-whiteRGBA03:hsla(0,0%,100%,.3);--color-whiteRGBA05:hsla(0,0%,100%,.5);--color-whiteRGBA07:hsla(0,0%,100%,.7);--color-whiteRGBA09:hsla(0,0%,100%,.9);--color-blackRGBA03:rgba(0,0,0,.3);--color-black:#000;--color-black2:#020201;--color-black3:#1e1e1e;--color-gray:#9d9d9d;--color-gray2:#555;--color-gray3:#616161;--color-gray4:#c6c6c6;--color-gray5:#8d8d8d;--color-gray6:#252525;--color-gray7:#454545;--color-gray8:#9e9e9e;--color-gray9:#272727;--color-gray10:#141414;--color-gray11:#d9d9d9;--color-gray12:#515151;--color-gray13:#0f0f0f;--color-grayDark:#303030;--color-grayDark2:#373737;--color-grayGradient:linear-gradient(136.66deg,#161616 5.86%,#000 70.79%);--color-accent:#a6ce39;--color-accentRGBA04:rgba(166,206,57,.4);--color-accentRGBA04:rgba(166,206,57,.5);--color-red:#f22424;--color-error:#ff4141;--font-default:AkzidenzGroteskPro-britva,sans-serif;--font-ex:AkzidenzGroteskProEx-britva,sans-serif;--font-cn:AkzidenzGroteskProCn-britva,sans-serif;--font-tn:Thunder-britva,sans-serif;--font-price:Allerta-britva,sans-serif;--font-soda:NextArt-soda,sans-serif;--transition:cubic-bezier(0.445,0.050,0.550,0.950);--transition2:cubic-bezier(0.785,0.135,0.150,0.860);--transition3:cubic-bezier(0.715,-0.235,0.120,1.300)}@media screen and (max-width:1600px){:root{--widthPrice:110px}}@media screen and (max-width:768px){:root{--widthPrice:90px}}@media screen and (max-width:600px){:root{--widthPrice:75px}}@media screen and (max-width:1840px){:root{--border-offset:0}}@media screen and (max-width:1200px){:root{--container-padding:30px}}@media screen and (max-width:480px){:root{--container-padding:10px}}*{box-sizing:border-box;margin:0;padding:0}*,input{outline:none!important}::-webkit-input-placeholder{opacity:1}:-moz-placeholder,::-moz-placeholder{opacity:1}:-ms-input-placeholder{opacity:1}a,input:focus{outline:none}a{text-decoration:underline}a,a:hover{color:#a6ce39}a:active,a:focus{color:#a6ce39;text-decoration:none}body,html{font-size:16px}body{-webkit-font-smoothing:antialiased;background:#fff;color:var(--color-black);font-family:AkzidenzGroteskPro-britva,sans-serif;font-style:normal;font-weight:400;line-height:1.75;min-width:350px;overflow-x:hidden;position:relative}body.no-scroll{overflow:hidden}body._g-running .g-running-line{height:60px}@media screen and (max-width:1300px){body._g-running .g-running-line{height:40px}}body.-home._g-running .page-head .container{padding-top:80px}@media screen and (max-width:1300px){body.-home._g-running .page-head .container{padding-top:50px}}body.-branche._g-running .page-head .container{padding-top:130px}@media screen and (max-width:1600px){body.-branche._g-running .page-head .container{padding-top:130px}}@media screen and (max-width:1200px){body.-branche._g-running .page-head .container{padding-top:70px}}.hidden{display:none!important;visibility:hidden!important}.container{max-width:1840px;padding-left:var(--container-padding);padding-right:var(--container-padding);width:100%}.container,.container-fluid{margin-left:auto;margin-right:auto}.container-fluid{padding-left:15px;padding-right:15px}.btn-min{background:#000;border:none;border-radius:20px;display:inline-block;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:12px;font-weight:500;height:53px;line-height:53px;min-width:220px;padding:0 30px;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.btn-min,.btn-min:active,.btn-min:focus{color:#fff;text-decoration:none}.btn-min:hover{background:#fff;color:#a6ce39}.btn-min._modif{background:#0f0f0f}.btn-min._modif:hover{background:#fff;color:#a6ce39}.black-wrapper{background:#000;overflow:hidden}.social{display:flex;list-style:none;text-decoration:none}.social li{margin-right:10px}.social li:last-child{margin-right:0}.social a{color:#fff;display:block;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:15px;padding:3px 5px;text-decoration:none;text-transform:uppercase;transition:all .5s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.social a:hover{box-shadow:0 0 25px rgba(166,206,57,.01);color:#a6ce39;text-decoration:none}.apps{display:flex;list-style:none;text-decoration:none}.apps li{margin-right:10px}.apps li:last-child{margin-right:0}.apps a{display:block;transition:all .5s ease-out}.apps a:hover{box-shadow:0 0 25px rgba(166,206,57,.15)}.apps a img{height:auto;max-width:90px;width:auto}.link-app{border-radius:5px;display:inline-block;line-height:0px;overflow:hidden}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationScale{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fancybox-bg{background:#141414}.fancybox-slide--html{padding:35px 20px}.signature-form{color:#fff;font-size:10px;padding-bottom:20px;padding-top:20px;text-align:center}.popup-quality-control__content .signature-form{color:#727272;padding-top:0}.partnership-form .signature-form{padding-top:0}.urgent-message{background:#f25924;color:#fff;font-size:16px;padding:20px 0;text-align:center;text-transform:uppercase}@media screen and (max-width:768px){.urgent-message{font-size:12px;padding:10px 0}}@media screen and (max-width:480px){.urgent-message{font-size:10px}}.quality-control-section{color:#fff;overflow:hidden;padding-bottom:120px;position:relative}.quality-control-section .container{display:flex;flex-direction:column;height:100%}.quality-control-section .quality-control__block{height:100%}.quality-control-section:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/quality-control__bg.svg) no-repeat top;background-size:contain;bottom:-230px;content:"";filter:blur(250px);-webkit-filter:blur(250px);height:420px;pointer-events:none;position:absolute;right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:2234px;z-index:1}@media screen and (max-width:768px){.quality-control-section:before{background:url(/local/templates/.default/assets/v6/css/../img/quality-control__bg.svg) no-repeat 50%;bottom:0;height:200px;width:100%}}@media screen and (max-width:480px){.quality-control-section:before{filter:blur(200px);-webkit-filter:blur(200px)}}.quality-control-section .container{background:#000;border:1px solid #252525;padding-bottom:50px;padding-top:30px;position:relative;text-align:center;width:calc(100% - 40px);z-index:2}.quality-control-section .container:before{background:url(/local/templates/.default/assets/v6/css/../img/quality-control__bot.svg) no-repeat top;background-size:100%;bottom:-50px;content:"";height:50px;left:0;position:absolute;width:100%}.quality-control-section .quality-control__icon{height:160px;margin:0 auto;overflow:hidden;position:relative;width:160px}.quality-control-section .quality-control__icon:before{animation-duration:5s;animation-iteration-count:infinite;animation-name:rotationScale;animation-timing-function:linear;background:url(/local/templates/.default/assets/v6/css/../img/header-about__curcle_b.svg) no-repeat 50%;background-size:contain;content:"";height:140px;left:10px;position:absolute;top:10px;width:140px;z-index:1}.quality-control-section .quality-control__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;width:100%;z-index:5}.quality-control-section .quality-control-title{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:50px;font-weight:300;line-height:1.2;margin-bottom:15px}@media screen and (max-width:480px){.quality-control-section .quality-control-title{font-size:40px}}.quality-control-section .quality-control-title h2{font-size:50px;font-weight:300}@media screen and (max-width:480px){.quality-control-section .quality-control-title h2{font-size:40px}}.quality-control-section .quality-control-desc{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:18px;font-weight:300;margin:0 auto 50px;max-width:600px;opacity:.75}.popup-quality-control{background:#0e0e0e;border-radius:21px;max-width:775px;opacity:0;overflow:hidden;transform:translateY(200px) scale(.8);transition:all .3s ease-in-out;width:100%}.popup-quality-control:before{background:#a6ce39;content:"";height:15px;left:0;position:absolute;top:0;width:100%}.popup-quality-control .fancybox-close-small{top:10px}.popup-quality-control .popup-quality-control__top{font-family:AkzidenzGroteskProEx-britva,sans-serif;letter-spacing:.1em;text-align:center}.popup-quality-control .popup-quality-control__top img{height:150px;width:auto}.popup-quality-control .popup-quality-control__top ._title{color:#fff;font-family:AkzidenzGroteskProCn-britva,sans-serif;font-size:30px;font-weight:700;line-height:50px;margin-bottom:12px;opacity:.75;text-align:center;text-transform:uppercase}@media screen and (max-width:580px){.popup-quality-control .popup-quality-control__top ._title{font-size:22px}}.popup-quality-control .popup-quality-control__top ._desc{color:#fff;font-size:18px;font-weight:300;line-height:24px;margin:0 auto 60px;max-width:600px;opacity:.75;text-align:center}@media screen and (max-width:580px){.popup-quality-control .popup-quality-control__top ._desc{font-size:14px;margin-bottom:40px}}.popup-quality-control .form-input{margin-bottom:30px}.popup-quality-control .form-input .form-input__label{color:#fff;display:block;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:10px;font-weight:300;letter-spacing:.1em;line-height:24px;margin-bottom:20px;opacity:.5;text-transform:uppercase}.popup-quality-control .form-input input{background:transparent;border:none;border-bottom:1px solid #4f4f4f;color:hsla(0,0%,100%,.5);font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:18px;height:60px;padding:0 10px 0 30px;width:100%}@media screen and (max-width:580px){.popup-quality-control .form-input input{font-size:16px;padding-left:10px}}.popup-quality-control .form-input textarea{background:transparent;border:none;border-bottom:1px solid #4f4f4f;color:hsla(0,0%,100%,.5);font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:18px;height:180px;padding:15px 10px 15px 30px;resize:vertical;width:100%}@media screen and (max-width:580px){.popup-quality-control .form-input textarea{font-size:16px;padding-left:10px}}.popup-quality-control .form-submit{padding-bottom:35px;padding-top:15px;text-align:center}.popup-quality-control input[type=submit]{background:linear-gradient(185.22deg,#ee4f2c 45.63%,#d16f28 95.82%);border:none;border-radius:0;color:#fff;cursor:pointer;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:12px;font-weight:700;height:70px;max-width:300px;text-transform:uppercase;width:100%}.popup-quality-control .privacy-policy-form{color:#727272;font-size:18px;text-align:center}@media screen and (max-width:480px){.popup-quality-control .privacy-policy-form{font-size:14px}}.popup-quality-control .message-sent{padding:130px 0;text-align:center}.popup-quality-control .message-sent .message-sent__title{color:#fff;font-family:AkzidenzGroteskProCn-britva,sans-serif;font-size:30px;font-weight:700;letter-spacing:.1em;line-height:1.3;margin-bottom:25px;opacity:.75;text-transform:uppercase}@media screen and (max-width:480px){.popup-quality-control .message-sent .message-sent__title{font-size:20px}}.popup-quality-control .message-sent .message-sent__text{color:#fff;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:18px;font-weight:300;letter-spacing:.1em;line-height:24px;opacity:.75;text-align:center}.btn{align-items:center;background:#a6ce39;border:1px solid #a6ce39;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;display:flex;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:20px;font-weight:500;height:130px;justify-content:center;padding:0 40px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1440px){.btn{font-size:16px;height:90px;padding:0 20px}}.btn:active,.btn:focus{color:#fff}.btn:hover{background:transparent;color:#a6ce39}.btn.btn-gradient{background-size:100%;border:none;position:relative;transition:all .3s ease-in-out;z-index:1}.btn.btn-gradient:active,.btn.btn-gradient:focus{color:#fff}.btn.btn-gradient:before{background:linear-gradient(300deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%)}.btn.btn-gradient:after,.btn.btn-gradient:before{border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%;z-index:-1}.btn.btn-gradient:after{animation:btnHover 5s ease infinite;background:linear-gradient(300deg,#ffeba4 -1.68%,#a6ce39 53.84%,#14ff00 100.81%);background-size:200% 200%;opacity:0}.btn.btn-gradient:hover{border:none;color:#fff}.btn.btn-gradient:hover:before{opacity:0}.btn.btn-gradient:hover:after{opacity:1}@keyframes btnHover{0%{background-position:10% 0}50%{background-position:91% 100%}to{background-position:10% 0}}.sec-title{font-family:AkzidenzGroteskProCn-britva,sans-serif;font-size:120px;font-style:italic;font-weight:900;line-height:1.2;margin-bottom:80px;text-transform:uppercase}@media screen and (max-width:1200px){.sec-title{font-size:60px;margin-bottom:30px}}@media screen and (max-width:600px){.sec-title{margin-bottom:20px}}.sec-title h2{font-size:120px;font-weight:900;margin:0}@media screen and (max-width:1200px){.sec-title h2{font-size:60px}}@media screen and (max-width:992px){.developer{padding-top:20px}}@media screen and (max-width:480px){.developer{text-align:center}}.developer .developer__link{color:hsla(0,0%,100%,.5);font-size:14px;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}.developer .developer__link:hover{color:#a6ce39}.ymaps-2-1-79-ground-pane{filter:grayscale(.2)}.ymaps-2-1-79-map-copyrights-promo{display:none}.ymaps-2-1-79-copyright__wrap{opacity:.5;pointer-events:none}.ymaps-2-1-79-default-cluster ymaps{color:var(--color-white);font-family:var(--font-default);font-size:14px;font-weight:700;line-height:1.3;position:relative;top:0}.pannel-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:rgba(0,0,0,.3);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transition:all .4s ease-in-out;visibility:hidden;width:100%;will-change:auto;z-index:1200}.pannel-overlay.-show{opacity:1;pointer-events:all;visibility:visible}.-visible-mobile{display:none}@media screen and (max-width:480px){.-visible-mobile{display:block}.-hidden-mobile{display:none!important}}.jobs-form__bottom{display:flex;justify-content:center;margin-bottom:35px}.jobs-form__bottom .btn{border-radius:0;font-size:12px;height:70px;max-width:300px;width:100%}.page-content{min-height:100vh;padding-top:200px}@media screen and (max-width:1600px){.page-content{padding-top:200px}}@media screen and (max-width:1300px){.page-content{padding-top:130px}}.default-content{clear:both;color:var(--color-white);float:none;font-size:15px;font-weight:400;line-height:1.4}@media screen and (max-width:768px){.default-content{font-size:14px}}.default-content iframe,.default-content video{aspect-ratio:16/9;border-radius:4px;margin-bottom:36px;margin-top:26px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media screen and (max-width:768px){.default-content iframe,.default-content video{margin-bottom:20px;margin-top:14px}}.default-content iframe:has(+img,+.grid-gallery),.default-content video:has(+img,+.grid-gallery){margin-bottom:22px}@media screen and (max-width:768px){.default-content iframe:has(+img,+.grid-gallery),.default-content video:has(+img,+.grid-gallery){margin-bottom:16px}}.default-content iframe+iframe,.default-content iframe+video,.default-content video+iframe,.default-content video+video{margin-top:0}.default-content p:has(+ul,+ol){margin-bottom:16px}.default-content b,.default-content strong{font-weight:700}.default-content a:where(:not([class])){color:var(--color-accent);text-decoration:underline;transition:color .3s var(--transition)}.default-content a:where(:not([class])):hover{color:var(--color-accent);text-decoration:none}.default-content blockquote{background:var(--color-greylight);border-radius:var(--radous);color:var(--color-greydark);font-size:22px;margin-bottom:30px;padding:calc(var(--index)*1.1) calc(var(--index)*1.85)}@media screen and (max-width:768px){.default-content blockquote{border-radius:0;font-size:16px;left:calc(var(--container-padding)*-1);padding:calc(var(--index)*1.1) var(--container-padding);position:relative;width:calc(100% + var(--container-padding)*2)}}.default-content h1,.default-content h2,.default-content h3,.default-content h4,.default-content h5,.default-content h6{font-weight:500;line-height:1.4;margin-bottom:22px;margin-top:32px}@media screen and (max-width:768px){.default-content h1,.default-content h2,.default-content h3,.default-content h4,.default-content h5,.default-content h6{margin-bottom:16px;margin-top:22px}}.default-content h1{font-size:35px}@media screen and (max-width:1700px){.default-content h1{font-size:32px}}@media screen and (max-width:1400px){.default-content h1{font-size:28px}}.default-content h2{font-size:25px}@media screen and (max-width:1400px){.default-content h2{font-size:23px}}@media screen and (max-width:768px){.default-content h2{font-size:22px}}.default-content h3,.default-content h4,.default-content h5,.default-content h6{font-size:22px}@media screen and (max-width:1400px){.default-content h3,.default-content h4,.default-content h5,.default-content h6{font-size:20px}}@media screen and (max-width:768px){.default-content h3,.default-content h4,.default-content h5,.default-content h6{font-size:18px}}.default-content ol{margin-bottom:30px;padding-left:20px}@media screen and (max-width:768px){.default-content ol{line-height:1.4;margin-bottom:22px;padding-left:15px}}.default-content ol li{margin-bottom:14px;position:relative}@media screen and (max-width:768px){.default-content ol li{margin-bottom:7px}}.default-content ul{margin-bottom:30px;padding-left:20px}@media screen and (max-width:768px){.default-content ul{line-height:1.4;margin-bottom:22px;padding-left:15px}}.default-content ul li{margin-bottom:10px;position:relative}@media screen and (max-width:768px){.default-content ul li{margin-bottom:7px}}.default-content ul li::marker{margin-right:10px!important}.default-content ul li img{display:inline-block;position:relative;transform:translateY(20%)}.default-content img{border-radius:var(--radius);height:auto;margin-bottom:26px;margin-top:18px;max-width:100%}.default-content img+.grid-gallery,.default-content img+img{margin-top:0}.default-content :has(+h1,+h2,+h3,+h4,+h5,+h6,+img){margin-bottom:0}.default-content :first-child{margin-top:0}.default-content :last-child{margin-bottom:0}.default-content :has(+hr){margin-bottom:0}.default-content hr{border-color:var(--color-greylight);border-style:solid;border-width:1px;margin:22px 0}@media screen and (max-width:768px){.default-content hr{margin:30px 0}}.default-content hr+h1,.default-content hr+h2,.default-content hr+h3,.default-content hr+h4,.default-content hr+h5,.default-content hr+h6,.default-content hr+img{margin-top:0}.default-content .table-wrapper{margin-bottom:22px;overflow-x:auto}.default-content .table-wrapper table{margin-bottom:0}.default-content table{border:none;border-collapse:collapse;margin-bottom:22px;width:100%}.default-content table tr:last-child td{border-bottom:0}.default-content table td{border-bottom:1px solid var(--color-greylight);border-right:1px solid var(--color-greylight);padding:12px 14px}.default-content table td:first-child{border-left:0;padding-left:0}.default-content table td:last-child{border-right:0}.default-content table th{border-bottom:2px solid var(--color-greylight);border-right:1px solid var(--color-greylight);font-weight:600;padding:12px 14px;text-align:left}.default-content table th:first-child{padding-left:0}.default-content table th:last-child{border-right:0}body.-home{background:#000}body.-home .page-head{margin-top:0!important}body.-home .page-head .container{max-width:2060px;padding-top:60px}@media screen and (max-width:1300px){body.-home .page-head .container{padding-top:30px}}body.-home .home-scrin .container{max-width:2060px}.menu-overlay{background:var(--color-accent);content:"";display:none;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s;visibility:hidden;width:100%;z-index:1000}@media screen and (max-width:992px){.menu-overlay{display:block}}.menu-overlay.active{opacity:.1;visibility:visible}.menu-pannel__close{cursor:pointer;height:16px;opacity:0;position:relative;transition:opacity .3s ease-out .4s;width:30px}.menu-pannel__close.active{opacity:1}.menu-pannel__close:before{transform:translate(-50%,-50%) rotate(45deg)}.menu-pannel__close:after,.menu-pannel__close:before{background:var(--color-accent);content:"";height:2px;left:50%;position:absolute;top:50%;transition:all .3s ease-out;width:30px}.menu-pannel__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.menu-pannel__close span{bottom:-6px;opacity:.3;right:3px;width:30px}.menu-pannel__close span,.menu-pannel__close span:before{background:var(--color-accent);content:"";height:1px;position:absolute;transition:all .3s ease-out}.menu-pannel__close span:before{bottom:-2px;right:0;width:25px}.menu-pannel__close:hover:after,.menu-pannel__close:hover:before{background:#fff;width:20px}.search-pannel-branches{left:0;margin-bottom:30px;max-width:280px;position:absolute;top:0;width:100%}@media screen and (max-width:992px){.search-pannel-branches{position:relative}}.search-pannel-branches .search-pannel-branches__item{display:block;position:relative}.search-pannel-branches .search-pannel-branches__item:before{background:url(/local/templates/.default/assets/v6/css/../img/icon-glass.svg) no-repeat 50%;background-size:contain;content:"";height:10px;margin-top:-5px;position:absolute;right:0;top:50%;width:10px}.search-pannel-branches input{background:none;border:none;border-bottom:1px solid #898989;color:#fff;display:block;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:10px;font-weight:400;padding:10px 20px 10px 5px;text-transform:uppercase;width:100%}.menu-pannel{background:#000;display:none;overflow:hidden;padding-bottom:60px;padding-top:60px;position:relative;z-index:1500}@media screen and (max-width:992px){.menu-pannel{height:100vh;left:0;max-width:470px;overflow-y:auto;padding:0;position:fixed;top:0;width:calc(100% - 25px);z-index:5500}}.menu-pannel .container{position:relative}@media screen and (max-width:992px){.menu-pannel .container{padding:0;width:100%}}.menu-pannel .main-menu{width:calc(100% - 60px)}@media screen and (max-width:992px){.menu-pannel .main-menu{margin-bottom:20px;width:100%}}.menu-pannel .pannel-city{width:calc(100% - 60px)}@media screen and (max-width:992px){.menu-pannel .pannel-city{width:100%}}.menu-pannel .menu-pannel__close{position:absolute;right:15px;top:5px}@media screen and (max-width:992px){.menu-pannel .menu-pannel__close{right:5px;top:15px;z-index:100}}.menu-pannel.show-city .menu-pannel__title,.menu-pannel.show-city .pannel-city{left:0;opacity:1}.menu-pannel__title{background:var(--color-accent);color:#fff;cursor:pointer;display:none;font-family:Bebas Neue;font-size:16px;font-weight:700;left:-320px;line-height:1.2;opacity:0;padding:13px 40px;position:absolute;text-transform:uppercase;top:0;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:90}@media screen and (max-width:992px){.menu-pannel__title{display:block}}.menu-pannel__title:before{background:hsla(0,0%,100%,.8);content:"";height:2px;left:10px;margin-top:-1px;position:absolute;top:50%;transition:all .3s;width:20px}.menu-pannel__title:after{background:#141414;content:"";height:100%;position:absolute;right:0;top:0;width:60px}.menu-pannel__title:hover:before{transform:rotate(-45deg)}.pannel-city{-moz-column-count:4;column-count:4;padding-top:70px;position:relative}@media screen and (max-width:992px){.pannel-city{background:#141414;-moz-column-count:auto;column-count:auto;height:100vh;left:-100%;opacity:0;overflow:auto;padding:60px 20px 40px 15px;position:absolute;top:0;transition:all .3s;width:100%;z-index:50}}.pannel-city .pannel-city__title{color:#fff;font-size:12px;font-weight:700;line-height:15px;margin-bottom:10px;margin-top:15px;text-transform:uppercase;transition:all .3s ease-in-out}.pannel-city .pannel-city__title._opacity{opacity:.2}.pannel-city .pannel-city__title:first-child{margin-top:0}.pannel-city .pannel-city__link{line-height:1.2;margin-bottom:10px;position:relative}.pannel-city .pannel-city__link:last-child{margin-bottom:80px}.pannel-city .pannel-city__link a{color:hsla(0,0%,100%,.5);font-size:14px;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:all .3s ease-out}.pannel-city .pannel-city__link a:hover{color:#fff;text-decoration:underline}.pannel-city .pannel-city__link span{font-size:10px}.pannel-city .pannel-city__link .new{color:var(--color-accent);display:block;font-size:10px;padding-right:13px;position:relative}.pannel-city .pannel-city__link .new i{display:inline-block;height:12px;position:relative;width:10px}.pannel-city .pannel-city__link .new i:after{background:url(/local/templates/.default/assets/v6/css/../img/fire-icon.svg) no-repeat 50%;background-size:contain;content:"";height:10px;margin-top:-3px;position:absolute;right:0;top:50%;width:10px}.pannel-city .pannel-city__link._metro{padding-left:15px}.pannel-city .pannel-city__link .pannel-city__link_m{border-radius:50%;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}.pannel-city._on .pannel-city__link a{color:#fff}.mobile-show-city{background:var(--color-accent);color:#fff;cursor:pointer;display:none;font-family:Bebas Neue;font-size:16px;font-weight:700;line-height:20px;padding:15px 40px 15px 10px;position:relative;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:992px){.mobile-show-city{display:block}}.mobile-show-city:before{background:hsla(0,0%,100%,.8);content:"";height:2px;margin-top:-1px;position:absolute;right:10px;top:50%;transition:all .3s;width:20px}.mobile-show-city:hover:before{transform:rotate(-45deg)}@keyframes skew-x-shake{0%{transform:skewX(-15deg)}5%{transform:skewX(15deg)}10%{transform:skewX(-15deg)}15%{transform:skewX(15deg)}20%{transform:skewX(0deg)}to{transform:skewX(0deg)}}.main-menu{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:50px}@media screen and (max-width:992px){.main-menu{display:block;display:flex;flex-direction:column;margin-bottom:0}}.main-menu li{margin-bottom:5px;margin-right:40px}@media screen and (max-width:992px){.main-menu li{border-bottom:1px solid hsla(0,0%,100%,.1);margin:0;order:1;width:100%}}.main-menu li:last-child{margin-right:0}@media screen and (max-width:992px){.main-menu li:first-child{order:3}}.main-menu li a{color:#fff;display:inline-block;font-size:14px;line-height:15px;opacity:.5;padding:4px 0;text-decoration:none;text-transform:uppercase;transition:all .3s;white-space:nowrap}@media screen and (max-width:992px){.main-menu li a{display:block;opacity:1;padding:15px 20px;width:100%}}.main-menu li a._accent{background:var(--color-accentRGBA05);border-radius:15px;color:var(--color-white);display:inline-block;opacity:1;padding:7px 10px;position:relative}@media screen and (max-width:992px){.main-menu li a._accent{margin-bottom:5px;margin-left:10px;margin-top:5px;max-width:calc(100% - 20px)}}.main-menu li a._accent:hover{background:rgba(242,89,36,.1)}.main-menu li a:hover{opacity:1}.main-menu li a.js__s_certificates{background:transparent;border-radius:15px;color:#fff;display:inline-block;margin-left:40px;opacity:1;padding:7px 10px;position:relative}@media screen and (max-width:992px){.main-menu li a.js__s_certificates{box-sizing:border-box;font-size:12px;margin-bottom:10px;margin-left:45px;margin-top:10px;max-width:215px;white-space:normal}}.main-menu li a.js__s_certificates:before{animation:skew-x-shake 1.3s infinite;background:url(/local/templates/.default/assets/v6/css/../img/gift.svg) no-repeat 50%;background-size:contain;content:"";height:30px;left:-33px;margin-top:-20px;position:absolute;top:50%;width:30px}@media screen and (max-width:992px){.main-menu li a.js__s_certificates:before{height:20px;left:-25px;margin-top:-10px;width:20px}}.main-menu li a.js__s_certificates:hover{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%)}.page-head{background:transparent;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1000}.page-head .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1890px;padding-bottom:20px;padding-top:70px;position:relative;z-index:50}@media screen and (max-width:1300px){.page-head .container{padding-top:10px}}.logo{display:inline-block;line-height:0px;text-decoration:none}.logo img{max-height:45px;max-width:100%;width:auto}@media screen and (max-width:768px){.logo img{max-height:40px}}.menu-pannel__open{cursor:pointer;height:24px;position:relative;transition:opacity .3s ease-out .4s;width:40px}@media screen and (max-width:1230px){.menu-pannel__open{right:0}}.menu-pannel__open.active{opacity:0}.menu-pannel__open:before{top:0;width:100%}.menu-pannel__open:after,.menu-pannel__open:before{background:var(--color-accent);content:"";height:3px;position:absolute;right:0;transition:all .3s ease-out}.menu-pannel__open:after{bottom:0;width:20px}.menu-pannel__open span{background:var(--color-accent);content:"";height:3px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-out;width:100%}.menu-pannel__open:hover:before{background:#fff;width:20px}.menu-pannel__open:hover:after{background:#fff;width:30px}.menu-pannel__open:hover span{background:#fff}.g-running-line{align-items:center;background:var(--color-black);box-sizing:border-box;color:var(--color-accent);display:flex;height:0;margin:0 auto;overflow:hidden;position:relative;text-decoration:none;transition:height .5s ease-in-out .3s;white-space:nowrap;width:100%;z-index:1001}.g-running-line .g-running-line__content{align-items:center;animation:marquee 40s linear infinite forwards;display:flex;font-family:var(--font-ex);font-size:16px;font-weight:500;text-transform:uppercase;width:300%}@media screen and (max-width:1300px){.g-running-line .g-running-line__content{font-size:12px}}.g-running-line .g-running-line__content:hover{animation-play-state:paused}.g-running-line .list-inline{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0;width:33.33%}.g-running-line .list-inline li{padding-right:30px;position:relative}.g-running-line .list-inline li:before{content:"/";position:absolute;right:7px;top:0}@keyframes animate{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes animate2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}body._load .home-scrin .home-scrin__bg .home-scrin__bg-video{opacity:1}.home-scrin{background:var(--color-black);overflow:hidden;position:relative}@media screen and (max-width:1200px){.home-scrin{height:auto;min-height:calc(100vh - 220px)}}.home-scrin .container{position:relative}.home-scrin:before{background:url(/local/templates/.default/assets/v6/css/../img/header-figure.png) no-repeat top;background-size:contain;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:480px){.home-scrin:before{height:200%;right:0;width:200vw}}.home-scrin .home-scrin__top{align-items:flex-end;color:#a6ce39;display:flex;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:20px;font-weight:500;height:155px;margin:0 auto;overflow:hidden;padding-bottom:36px;position:relative;text-align:center;text-transform:uppercase;width:calc(100% - 400px);z-index:10}@media screen and (max-width:1300px){.home-scrin .home-scrin__top{display:none;height:40px;position:absolute}}.home-scrin .home-scrin__top .home-scrin__top-ticker{-moz-column-gap:20px;column-gap:20px;display:flex;width:100%}.home-scrin .home-scrin__top .home-scrin__top-ticker ul{align-items:center;animation:animate 30s linear -40s infinite;display:flex;list-style:none}.home-scrin .home-scrin__top .home-scrin__top-ticker ul:nth-child(2){animation:animate2 30s linear -20s infinite}.home-scrin .home-scrin__top .home-scrin__top-ticker ul li{padding-right:20px;position:relative;white-space:nowrap}.home-scrin .home-scrin__top .home-scrin__top-ticker ul li:before{content:"/";position:absolute;right:0;top:0;width:20px}.home-scrin .home-scrin__center{align-items:center;color:var(--color-white);display:flex;flex-direction:column;height:calc(100vh - 175px);justify-content:center;min-height:790px;position:relative;text-align:center;z-index:10}@media screen and (max-width:1200px){.home-scrin .home-scrin__center{height:auto;min-height:auto;padding-bottom:75px;padding-top:100px}}@media screen and (max-width:768px){.home-scrin .home-scrin__center{padding-bottom:100px;padding-top:170px}}.home-scrin .home-scrin__title{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:24px;font-weight:500;line-height:1.2;text-transform:uppercase}@media screen and (max-width:1200px){.home-scrin .home-scrin__title{font-size:30px}}@media screen and (max-width:768px){.home-scrin .home-scrin__title{font-size:20px;margin-top:0}}.home-scrin .home-scrin__title span{display:block;white-space:nowrap}.home-scrin .home-scrin__title .big{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:120px;font-weight:500;line-height:1.2}@media screen and (max-width:768px){.home-scrin .home-scrin__title .big{font-size:60px}}.home-scrin .home-scrin__subtitle{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:40px;font-weight:500;line-height:1.2;text-transform:uppercase}@media screen and (max-width:768px){.home-scrin .home-scrin__subtitle{font-size:24px}}.home-scrin .home-scrin__bg{border:1px solid #a6ce39;border-radius:20px;content:"";height:calc(100vh - 175px);left:40px;min-height:790px;overflow:hidden;pointer-events:none;position:absolute;top:155px;width:calc(100% - 80px);z-index:2}@media screen and (max-width:1200px){.home-scrin .home-scrin__bg{border:0;border-radius:0;height:calc(100% - 90px);left:0;min-height:auto;top:0;width:100%}}@media screen and (max-width:768px){.home-scrin .home-scrin__bg{height:calc(100% - 184px)}}.home-scrin .home-scrin__bg:before{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.home-scrin .home-scrin__bg .home-scrin__bg-img{content:"";z-index:1}.home-scrin .home-scrin__bg .home-scrin__bg-img,.home-scrin .home-scrin__bg .home-scrin__bg-video{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.home-scrin .home-scrin__bg .home-scrin__bg-video{opacity:0;transition:all 1.3s ease-in-out;z-index:2}.home-scrin .home-scrin__bg .home-scrin__bg-video video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.home-scrin .home-scrin__bottom{color:var(--color-white);display:flex;justify-content:space-between;padding:50px 0;position:relative;z-index:10}@media screen and (max-width:1200px){.home-scrin .home-scrin__bottom{flex-direction:column;padding:0}}.home-scrin .home-scrin__bottom .home-scrin__bottom-left{margin-right:50px;width:calc(35% - 50px)}@media screen and (max-width:1640px){.home-scrin .home-scrin__bottom .home-scrin__bottom-left{width:400px}}@media screen and (max-width:1200px){.home-scrin .home-scrin__bottom .home-scrin__bottom-left{margin-bottom:60px;width:100%}}@media screen and (max-width:768px){.home-scrin .home-scrin__bottom .home-scrin__bottom-left{margin-bottom:70px;margin-right:0}}.home-scrin .home-scrin__bottom .home-scrin__bottom-center{align-items:flex-end;display:flex;margin-right:100px;width:calc(37% - 100px)}@media screen and (max-width:1640px){.home-scrin .home-scrin__bottom .home-scrin__bottom-center{margin-right:50px;width:calc(30% - 50px)}}@media screen and (max-width:1200px){.home-scrin .home-scrin__bottom .home-scrin__bottom-center{margin-bottom:80px;margin-right:0;width:100%}}@media screen and (max-width:768px){.home-scrin .home-scrin__bottom .home-scrin__bottom-center{margin-bottom:20px}}.home-scrin .home-scrin__bottom .home-scrin__bottom-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:30px;width:28%}@media screen and (max-width:1640px){.home-scrin .home-scrin__bottom .home-scrin__bottom-right{width:calc(70% - 500px)}}@media screen and (max-width:1200px){.home-scrin .home-scrin__bottom .home-scrin__bottom-right{flex-direction:row;justify-content:center;width:100%}}.header-discount{border:1px solid #a6ce39;border-radius:20px;color:var(--color-white);display:block;padding:30px 100px 30px 40px;position:relative;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:1440px){.header-discount{padding:30px 80px 30px 20px}}@media screen and (max-width:1200px){.header-discount{border:none;padding:0;text-align:center;width:100%}}@media screen and (max-width:768px){.header-discount{margin:0 auto;max-width:280px}}.header-discount:hover{background:#a6ce39;color:var(--color-white)}.header-discount:hover .arrow{transform:rotate(0deg)}.header-discount .header-discount__title{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:40px;font-weight:500;margin-bottom:30px;text-transform:uppercase}@media screen and (max-width:1640px){.header-discount .header-discount__title{font-size:30px}}@media screen and (max-width:1200px){.header-discount .header-discount__title{font-size:40px;margin-bottom:10px}}@media screen and (max-width:768px){.header-discount .header-discount__title{font-size:20px;margin-bottom:0}}.header-discount .header-discount__desc{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:24px;font-weight:400}@media screen and (max-width:1640px){.header-discount .header-discount__desc{font-size:18px}}@media screen and (max-width:1440px){.header-discount .header-discount__desc{font-size:16px}}@media screen and (max-width:1200px){.header-discount .header-discount__desc{font-size:24px}}@media screen and (max-width:768px){.header-discount .header-discount__desc{font-size:18px;line-height:1.2}}@media screen and (max-width:1200px){.header-discount .header-discount__desc br,.header-discount .header-discount__desc br:after{content:" "}}.header-discount .arrow{background:url(/local/templates/.default/assets/v6/css/../img/arrow.svg) no-repeat 50%;background-size:content;bottom:40px;content:"";height:30px;position:absolute;right:40px;transform:rotate(-45deg);transition:all .3s ease-in-out;width:30px;z-index:1}@media screen and (max-width:1200px){.header-discount .arrow{display:none}}.header-chose{color:var(--color-white);text-align:center;width:100%}.header-chose .header-chose__title{font-size:24px;margin-bottom:25px}@media screen and (max-width:1440px){.header-chose .header-chose__title{font-size:16px}}@media screen and (max-width:1200px){.header-chose .header-chose__title{display:none}.header-chose .header-chose__btn{display:flex;justify-content:center}}.header-chose .btn{width:100%}@media screen and (max-width:1200px){.header-chose .btn{font-size:20px;height:103px;max-width:600px}}@media screen and (max-width:768px){.header-chose .btn{font-size:14px;height:77px;margin:0 auto}}.home-app{margin-bottom:45px}@media screen and (max-width:1200px){.home-app{display:none}}.home-app .home-app__title{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:14px;font-weight:400;margin-bottom:20px;opacity:.5;text-transform:uppercase}.home-app .home-app__list{align-items:center;display:flex;flex-wrap:wrap;gap:20px 0;left:-15px;position:relative}.home-app .home-app__list .home-app__link{border:1px solid var(--color-black);border-radius:8px;display:block;line-height:1;margin-right:40px;overflow:hidden;transition:border .3s ease-in-out}@media screen and (max-width:1440px){.home-app .home-app__list .home-app__link{margin-right:20px}}.home-app .home-app__list .home-app__link:hover{border-color:#a6ce39}.home-app .home-app__list .home-app__link:hover img{transform:scale(.9)}.home-app .home-app__list .home-app__link img{height:57px;transition:transform .3s ease-in-out}@media screen and (max-width:1440px){.home-app .home-app__list .home-app__link img{height:40px}}.home-app .home-app__list .home-app__link:last-child{margin-right:0}.home-social{align-items:center;display:flex}.home-social .home-social__title{font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:14px;font-weight:400;margin-right:30px;opacity:.5;text-transform:uppercase;width:190px}@media screen and (max-width:1440px){.home-social .home-social__title{margin-right:20px;width:150px}}@media screen and (max-width:1200px){.home-social .home-social__title{display:none}}.home-social .social{position:relative;width:calc(100% - 220px)}@media screen and (max-width:1440px){.home-social .social{width:calc(100% - 170px)}}@media screen and (max-width:1200px){.home-social .social{justify-content:center;width:100%}.home-social .social a{font-size:20px}}@media screen and (max-width:768px){.home-social .social a{font-size:10px}}.mobile-app{display:none;padding-top:70px;position:relative}@media screen and (max-width:768px){.mobile-app._android,.mobile-app._ios{display:block}}.mobile-app._ios .mobile-app__banner-ios{display:block}.mobile-app._ios .mobile-app__banner .mobile-app__img{right:50px}@media screen and (max-width:480px){.mobile-app._ios .mobile-app__banner .mobile-app__img{right:36px}}@media screen and (max-width:375px){.mobile-app._ios .mobile-app__banner .mobile-app__img{right:30px}}.mobile-app._android .mobile-app__banner-android{display:block}.mobile-app .mobile-app__banner{background:url(/local/templates/.default/assets/v6/css/../img/mobile-app__bg.jpg) no-repeat 50%;background-size:cover;display:none;padding:20px var(--container-padding);position:relative;text-decoration:none}.mobile-app .mobile-app__banner .mobile-app__text{color:var(--color-white);font-size:14px;font-style:italic;font-weight:600;line-height:1.8;max-width:290px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:480px){.mobile-app .mobile-app__banner .mobile-app__text{font-size:14px;line-height:1.6;max-width:220px}}@media screen and (max-width:475px){.mobile-app .mobile-app__banner .mobile-app__text{font-size:12px}}.mobile-app .mobile-app__banner .mobile-app__text p{display:block}.mobile-app .mobile-app__banner .mobile-app__text span{color:var(--color-accent);font-size:18px}@media screen and (max-width:480px){.mobile-app .mobile-app__banner .mobile-app__text span{font-size:14px}}.mobile-app .mobile-app__banner .mobile-app__text i{left:4px;position:relative;top:1px}.mobile-app .mobile-app__banner .mobile-app__img{bottom:0;height:150px;line-height:0px;position:absolute;right:70px;z-index:1}@media screen and (max-width:480px){.mobile-app .mobile-app__banner .mobile-app__img{right:50px}}.mobile-app .mobile-app__banner .mobile-app__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;width:100%}.mobile-app .mobile-app__close{align-items:center;display:flex;height:calc(20px + var(--container-padding)*2);justify-content:center;line-height:0px;position:absolute;right:0;top:80px;width:calc(20px + var(--container-padding)*2);z-index:5}.home-footer-block{background:var(--color-black);color:var(--color-white);padding:160px 0;position:relative}@media screen and (max-width:1200px){.home-footer-block{padding:60px 0}}.home-footer-block .home-footer-block__figure{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:480px){.home-footer-block .home-footer-block__figure{display:block}}.home-footer-block .home-footer-block__figure:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/home-footer-block__figure.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:127px;pointer-events:none;position:absolute;right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:635px}.home-footer-block .container{display:flex;max-width:1825px;position:relative;z-index:10}@media screen and (max-width:992px){.home-footer-block .container{align-items:center;flex-direction:column}}.home-footer-block .home-footer-block__left{display:flex;flex-direction:column;justify-content:space-between;margin-right:50px;width:530px}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__left{margin-right:30px;width:400px}}@media screen and (max-width:992px){.home-footer-block .home-footer-block__left{margin-bottom:40px;margin-right:0;max-width:530px;width:100%}}.home-footer-block .home-footer-block__right{width:calc(100% - 580px)}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__right{width:calc(100% - 430px)}}@media screen and (max-width:992px){.home-footer-block .home-footer-block__right{max-width:770px;width:100%}}.home-footer-block .home-footer-block__logo{margin-bottom:70px;width:262px}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__logo{width:220px}}@media screen and (max-width:992px){.home-footer-block .home-footer-block__logo{display:none;width:280px}}.home-footer-block .home-footer-block__logo img{max-width:100%}.home-footer-block .home-footer-block__title{color:#fff;font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:140px;font-style:italic;font-weight:900;line-height:120px;margin-bottom:40px;position:relative;text-transform:uppercase;white-space:nowrap;z-index:2}@media screen and (max-width:1800px){.home-footer-block .home-footer-block__title{font-size:120px}}@media screen and (max-width:1650px){.home-footer-block .home-footer-block__title{font-size:100px}}@media screen and (max-width:1490px){.home-footer-block .home-footer-block__title{font-size:70px}}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__title{font-size:50px}}@media screen and (max-width:992px){.home-footer-block .home-footer-block__title{font-size:80px;text-align:center}}@media screen and (max-width:768px){.home-footer-block .home-footer-block__title{font-size:calc(var(--index)*4)}}@media screen and (max-width:480px){.home-footer-block .home-footer-block__title{font-size:60px;line-height:1.1;margin:0 auto 40px;max-width:300px;text-align:center;white-space:normal}}.home-footer-block .home-footer-block__title span{color:#252525;left:10px;position:absolute;top:10px;z-index:-1}@media screen and (max-width:992px){.home-footer-block .home-footer-block__title span{width:100%}}@media screen and (max-width:480px){.home-footer-block .home-footer-block__title span{left:5px;top:5px}}.home-footer-block .home-footer-block__btn .btn{font-size:20px;height:240px;line-height:240px}@media screen and (max-width:1490px){.home-footer-block .home-footer-block__btn .btn{height:200px}}@media screen and (max-width:480px){.home-footer-block .home-footer-block__btn .btn{font-size:20px;height:107px}}.home-footer-block__warranty{align-items:flex-end;border:1px solid #252525;border-radius:20px;color:var(--color-white);display:flex;height:240px;padding:30px 40px;position:relative}@media screen and (max-width:1490px){.home-footer-block__warranty{height:200px}}@media screen and (max-width:992px){.home-footer-block__warranty{padding:30px 40px 30px 20px}}.home-footer-block__warranty .home-footer-block__warranty-figure{content:"";height:120px;left:-20px;position:absolute;top:-20px;width:120px}@media screen and (max-width:992px){.home-footer-block__warranty .home-footer-block__warranty-figure{height:90px;left:-5px;top:-45px;width:90px}}.home-footer-block__warranty .home-footer-block__warranty-figure:before{animation-duration:25s;animation-iteration-count:infinite;animation-name:rotation;animation-timing-function:linear;background:url(/local/templates/.default/assets/v6/css/../img/home-footer-block__warranty-figure.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-footer-block__warranty .home-footer-block__warranty-figure:after{background:url(/local/templates/.default/assets/v6/css/../img/home-footer-block__warranty-figure2.svg) no-repeat 50%;background-size:contain;content:"";height:44px;left:50%;margin-left:-22px;margin-top:-22px;position:absolute;top:50%;width:44px;z-index:2}.home-footer-block__warranty .home-footer-block__warranty-text{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:25px;font-weight:300;line-height:1.1;max-width:320px;position:relative;text-transform:uppercase;z-index:3}@media screen and (max-width:1200px){.home-footer-block__warranty .home-footer-block__warranty-text{font-size:20px;max-width:240px}}@media screen and (max-width:992px){.home-footer-block__warranty .home-footer-block__warranty-text{font-size:25px;max-width:320px}}.home-footer-block__warranty .home-footer-block__warranty-img{bottom:0;height:300px;position:absolute;right:0}@media screen and (max-width:1200px){.home-footer-block__warranty .home-footer-block__warranty-img{height:calc(100% + 60px)}}.home-footer-block__warranty .home-footer-block__warranty-img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;width:100%}.sec-services{color:#fff;padding-top:180px}@media screen and (max-width:1200px){.sec-services{padding-top:120px}}@media screen and (max-width:610px){.sec-services{padding-top:20px}}.sec-services .container{max-width:1860px;position:relative}@media screen and (max-width:610px){.sec-services .container{display:flex;flex-direction:column}}.sec-services .services-certificates{bottom:0;overflow:hidden;position:absolute;right:40px}@media screen and (max-width:1800px){.sec-services .services-certificates{right:30px}}@media screen and (max-width:1200px){.sec-services .services-certificates{bottom:auto;right:var(--container-padding);top:0;transform:translateY(calc(-100% - -70px))}}@media screen and (max-width:610px){.sec-services .services-certificates{margin-bottom:60px;order:-1;position:relative;right:auto;transform:translate(0)}}.services-wrap{display:flex}.services-wrap .services-wrap__right{width:560px}.services-wrap .services-wrap{position:relative}.services-wrap .services-tabs,.services-wrap .services-tabs.services-tabs__full .services-tabs__items,.services-wrap .services-tabs.services-tabs__full .services-tabs__top{width:100%}.services-wrap .services-tabs__navs{display:flex;flex-wrap:wrap;gap:27px;margin-bottom:75px}@media screen and (max-width:1200px){.services-wrap .services-tabs__navs{gap:11px;margin-bottom:50px}}@media screen and (max-width:600px){.services-wrap .services-tabs__navs{gap:10px;margin-bottom:35px}}.services-wrap .services-tabs__nav{align-items:center;border:1px solid var(--color-gray9);border-radius:10px;cursor:pointer;display:flex;font-family:var(--font-ex);font-size:24px;height:70px;justify-content:center;padding:0 40px;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:1600px){.services-wrap .services-tabs__nav{font-size:20px;padding:0 20px}}@media screen and (max-width:1200px){.services-wrap .services-tabs__nav{font-size:12px;height:41px;padding:0 15px}}@media screen and (max-width:600px){.services-wrap .services-tabs__nav{padding:0 10px}}.services-wrap .services-tabs__nav:hover{color:var(--color-accent)}.services-wrap .services-tabs__nav.-active{border-color:var(--color-accent)}.services-tabs__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px;width:calc(100% - 410px)}@media screen and (max-width:1800px){.services-tabs__top{margin-bottom:30px;width:calc(100% - 340px)}}@media screen and (max-width:1200px){.services-tabs__top{margin-bottom:40px;width:100%}}@media screen and (max-width:600px){.services-tabs__top{margin-bottom:25px}}.services-tabs__top:before{background:var(--color-accent);content:"";display:block;height:1px;position:relative;width:calc(100% - 555px)}@media screen and (max-width:1600px){.services-tabs__top:before{width:calc(100% - 420px)}}@media screen and (max-width:600px){.services-tabs__top:before{width:calc(100% - 240px)}}.services-tabs__top .title-price{align-items:center;display:flex}@media screen and (max-width:600px){.services-tabs__top .title-price{max-width:50%}}.services-tabs__top .title-price .title-price__el{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:18px;font-weight:500;line-height:1.2;max-width:var(--widthPrice);padding:0 40px;position:relative;text-transform:uppercase;width:var(--widthPrice)}@media screen and (max-width:1600px){.services-tabs__top .title-price .title-price__el{font-size:16px;padding:0 15px}}@media screen and (max-width:768px){.services-tabs__top .title-price .title-price__el{font-size:12px;padding:0 10px 0 0}}@media screen and (max-width:600px){.services-tabs__top .title-price .title-price__el{font-size:8px}.services-tabs__top .title-price .title-price__el:last-child{padding-right:0;width:45px}}.services-tabs__items{min-height:490px;width:calc(100% - 410px)}@media screen and (max-width:1800px){.services-tabs__items{min-height:410px;width:calc(100% - 340px)}}@media screen and (max-width:1200px){.services-tabs__items{min-height:auto;width:100%}}.services-tabs__item{display:none;width:100%}.services-tabs__item.-active{display:block}.services-tabs__item .services-line{cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;transition:color .3s ease-in-out;width:100%}@media screen and (max-width:1800px){.services-tabs__item .services-line{margin-bottom:25px}}@media screen and (max-width:768px){.services-tabs__item .services-line{margin-bottom:20px}}@media screen and (max-width:600px){.services-tabs__item .services-line{margin-bottom:15px}}.services-tabs__item .services-line:hover{color:var(--color-accent)}.services-tabs__item .services-line .services-line__name{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:30px;font-weight:400;line-height:1.2;width:calc(100% - 60px - var(--widthPrice)*var(--count-price))}@media screen and (max-width:1800px){.services-tabs__item .services-line .services-line__name{font-size:24px}}@media screen and (max-width:1600px){.services-tabs__item .services-line .services-line__name{font-size:20px;width:calc(100% - 30px - var(--widthPrice)*var(--count-price))}}@media screen and (max-width:768px){.services-tabs__item .services-line .services-line__name{font-size:16px;width:calc(100% - 30px - var(--widthPrice)*var(--count-price))}}@media screen and (max-width:600px){.services-tabs__item .services-line .services-line__name{font-size:12px;line-height:1.3;max-width:50%;width:100%}}.services-tabs__item .services-line .services-line__prices{display:flex;justify-content:space-between;width:calc(var(--widthPrice)*var(--count-price))}@media screen and (max-width:1600px){.services-tabs__item .services-line .services-line__prices{width:calc(var(--widthPrice)*var(--count-price))}}@media screen and (max-width:768px){.services-tabs__item .services-line .services-line__prices{width:calc(var(--widthPrice)*var(--count-price))}}@media screen and (max-width:600px){.services-tabs__item .services-line .services-line__prices{max-width:50%;width:calc(var(--widthPrice)*var(--count-price) - 10px)}}.services-tabs__item .services-line .services-line__time{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:1.2;padding:0 0 0 40px;text-transform:uppercase;width:165px}@media screen and (max-width:1600px){.services-tabs__item .services-line .services-line__time{padding:0 0 0 20px;width:130px}}@media screen and (max-width:768px){.services-tabs__item .services-line .services-line__time{padding:0 10px 0 0;width:110px}}@media screen and (max-width:600px){.services-tabs__item .services-line .services-line__time{font-size:7px;width:55px}}.services-tabs__item .services-line .services-line__price{font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:30px;font-weight:400;line-height:1.2;padding:0 0 0 40px;white-space:nowrap;width:165px}@media screen and (max-width:1800px){.services-tabs__item .services-line .services-line__price{font-size:24px}}@media screen and (max-width:1600px){.services-tabs__item .services-line .services-line__price{font-size:20px;padding:0 0 0 15px;width:130px}}@media screen and (max-width:768px){.services-tabs__item .services-line .services-line__price{font-size:16px;padding:0 10px 0 0;width:110px}}@media screen and (max-width:600px){.services-tabs__item .services-line .services-line__price{font-size:12px;width:75px}}.services-tabs__item .services-line .services-line__price.-not .title-price__val_hint{display:none!important}@media screen and (max-width:600px){.services-tabs__item .services-line .services-line__price:last-child{padding-right:0;width:45px}}.services-tabs__item .services-line .services-desc-el{color:#fff;font-size:24px;line-height:1.1;opacity:.6;padding-top:20px;width:100%}@media screen and (max-width:1800px){.services-tabs__item .services-line .services-desc-el{font-size:20px}}@media screen and (max-width:1600px){.services-tabs__item .services-line .services-desc-el{font-size:18px}}@media screen and (max-width:600px){.services-tabs__item .services-line .services-desc-el{font-size:12px;padding-bottom:20px;padding-top:10px}}.services-certificates{align-items:center;border-radius:40px;color:#fff;display:flex;flex-direction:column;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:24px;font-weight:400;height:510px;justify-content:flex-end;line-height:1.3;overflow:hidden;padding:30px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease-in-out;width:380px}@media screen and (max-width:1800px){.services-certificates{font-size:16px;height:480px;width:320px}}@media screen and (max-width:1200px){.services-certificates{border-radius:20px;height:150px;padding:16px}}@media screen and (max-width:610px){.services-certificates{height:180px;width:100%}}.services-certificates:hover .services-certificates__bg{transform:scale(1.01)}.services-certificates .services-certificates__text{position:relative;text-align:center;width:100%;z-index:4}@media screen and (max-width:1200px){.services-certificates .services-certificates__text{text-align:left}}.services-certificates .services-certificates__text img{height:auto;max-width:100%}@media screen and (max-width:1200px){.services-certificates .services-certificates__text img{max-width:160px}}.services-certificates .services-certificates__img{background:url(/local/templates/.default/assets/v6/css/../img/services-certificates__img.png) no-repeat 50%;background-size:contain;height:150%;left:50%;pointer-events:none;position:relative;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:2}@media screen and (max-width:1200px){.services-certificates .services-certificates__img{left:80%;top:65%}}.services-certificates .services-certificates__stars{background:url(/local/templates/.default/assets/v6/css/../img/services-certificates__stars.png) no-repeat 100% 100%;background-size:contain;bottom:0;height:100%;max-width:280px;position:absolute;right:0;width:100%;z-index:3}.services-certificates .services-certificates__bg{background:url(/local/templates/.default/assets/v6/css/../img/services-certificates__bg.jpg) no-repeat 50%;background-size:cover;content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:scale(1.1);transition:transform 1.8s ease-in-out;width:100%;will-change:transform;z-index:1}.title-price__val_hint{align-items:center;background:#555;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:20px;font-weight:500;height:29px;justify-content:center;position:absolute;right:15px;text-decoration:none;top:-28px;transition:all .3s ease-in-out;width:29px;z-index:400}.title-price__val_hint:hover{background:var(--color-accent)}.title-price__val_hint:hover .hint-popup{opacity:1;pointer-events:all;transform:scale(1);visibility:visible}.title-price__val_hint.-active{background:var(--color-accent)}@media screen and (max-width:480px){.title-price__val_hint.-active{background:transparent;color:transparent;z-index:4000}}@media screen and (max-width:1200px){.title-price__val_hint{font-size:14px;height:20px;width:20px}}.title-price__val_hint .hint-popup{background:#212121;border-radius:26px;bottom:calc(100% + 10px);color:hsla(0,0%,100%,.75);font-size:24px;font-weight:400;left:50%;margin-left:-295px;padding:40px 50px;position:absolute;text-transform:none;width:590px;will-change:auto}@media screen and (min-width:480px){.title-price__val_hint .hint-popup{border:2px solid transparent;opacity:0;pointer-events:none;transform:scale(.75);transform-origin:50% 0;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;visibility:hidden}}@media screen and (max-width:1400px){.title-price__val_hint .hint-popup{font-size:14px;line-height:1.3;margin-left:-150px;padding:20px 15px;width:320px}}@media screen and (max-width:1200px){.title-price__val_hint .hint-popup{border-radius:20px;font-size:12px;left:auto;line-height:1.3;margin-left:0;padding:15px;right:-10px;width:320px}}@media screen and (max-width:480px){.title-price__val_hint .hint-popup{border-radius:20px 20px 0 0;bottom:0;font-size:14px;left:0;line-height:1.4;padding:60px 25px 30px;pointer-events:none;position:fixed;transform:translateY(150%) scale(1.1);transition:all .4s ease-in-out;width:100%;z-index:2000}}.title-price__val_hint .hint-popup .hint-popup__close{align-items:center;display:none;height:30px;justify-content:center;left:0;position:absolute;top:0;width:100%}.title-price__val_hint .hint-popup .hint-popup__close:before{background:#fff;border:2px;content:"";display:block;height:2px;opacity:.4;width:60px}@media screen and (max-width:480px){.title-price__val_hint .hint-popup .hint-popup__close{display:flex}}@media screen and (min-width:480px){.title-price__val_hint .hint-popup.-show{border-color:rgba(var(--color-accent),.1);opacity:1;pointer-events:all;transform:scale(1);visibility:visible}}@media screen and (max-width:480px){.title-price__val_hint .hint-popup.-show{pointer-events:all;transform:translate(0) scale(1)}}.s-stocks{background:#000;padding-top:130px;position:relative}@media screen and (max-width:1200px){.s-stocks{padding-top:75px}}@media screen and (max-width:768px){.s-stocks{padding-top:20px}}.s-stocks:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/stocks-figure.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:376px;pointer-events:none;position:absolute;right:100px;top:130px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:1088px;z-index:1}@media screen and (max-width:1200px){.s-stocks:before{height:161px;top:50px;width:466px}}@media screen and (max-width:768px){.s-stocks:before{filter:blur(100px);-webkit-filter:blur(100px);height:113px;right:0;top:0;width:326px}.stocks-slider{left:-30px;overflow:hidden;padding-left:30px;padding-right:30px;padding-top:20px;position:relative;width:100vw}}@media screen and (max-width:480px){.stocks-slider{left:-20px;padding-left:20px;padding-right:20px}}.stocks-slider .swiper-slide{align-items:flex-end;display:flex;height:auto}@media screen and (max-width:768px){.stocks-slider .swiper-slide{min-width:270px;width:calc(50vw - 40px)}}@media screen and (max-width:480px){.stocks-slider .swiper-slide{width:calc(50vw - 30px)}}.stocks-slider-el{display:block;position:relative;text-decoration:none;width:100%}.stocks-slider-el img{height:auto;width:100%}@keyframes stocks-second-img{0%{transform:rotate(-45deg) scale(1)}50%{transform:rotate(0deg) scale(1.1)}to{transform:rotate(-45deg) scale(1)}}body.-branche{background:var(--color-black)}body.-branche .branche-scrin .container{max-width:2190px;padding:25px}@media screen and (max-width:1200px){body.-branche .branche-scrin .container{padding:0 25px}}@media screen and (max-width:768px){body.-branche .branche-scrin .container{padding:0 10px}}body.-branche .branche-scrin.--close .branche-scrin__left{display:flex;flex-direction:column;gap:25px 0}@media screen and (max-width:768px){body.-branche .branche-scrin.--close .branche-scrin__left{order:2;padding-bottom:10px}}body.-branche .branche-scrin.--close .branche-scrin__left .alternatives-branches{height:100%}@media screen and (max-width:768px){body.-branche .branche-scrin.--close .branche-scrin__right{display:contents}}body.-branche .branche-scrin.--close .branche-scrin__content{min-height:calc(100vh - 290px);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:768px){body.-branche .branche-scrin.--close .branche-scrin__content{order:3}}body.-branche .branche-scrin.--close .branche-scrin__content:before{background:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}body.-branche .branche-scrin.--close .branche-scrin__content .block-messengers,body.-branche .branche-scrin.--close .branche-scrin__content .branche-scrin__address,body.-branche .branche-scrin.--close .branche-scrin__content .branche-scrin__city,body.-branche .branche-scrin.--close .branche-scrin__content .branche-scrin__phone,body.-branche .branche-scrin.--close .branche-scrin__content .branche-scrin__title{opacity:.3}body.-branche .branche-scrin.--close .branche-scrin__content .branche-scrin__content-bg{display:none!important}body.-branche .branche-close{align-items:center;background:var(--color-red);border-radius:20px;color:var(--color-white);display:flex;font-family:var(--font-ex);font-size:20px;font-weight:500;height:230px;justify-content:center;line-height:1.1;margin-bottom:25px;text-align:center}body.-branche .page-head{left:auto;margin-top:0!important;right:0;width:calc(50% - 60px)}@media screen and (max-width:2000px){body.-branche .page-head{width:100%}}body.-branche .page-head .container{margin-left:0;max-width:1035px;padding:70px 95px}@media screen and (max-width:2000px){body.-branche .page-head .container{margin-left:auto;margin-right:0;max-width:940px}}@media screen and (max-width:1600px){body.-branche .page-head .container{max-width:830px;padding:70px 60px 70px 40px}}@media screen and (max-width:1400px){body.-branche .page-head .container{max-width:630px}}@media screen and (max-width:1200px){body.-branche .page-head .container{max-width:100%;padding:30px 25px}}body.-branche .home-footer-block .container{display:block}.branche-wrapper{overflow:hidden}.branche-scrin,.branche-wrapper{position:relative}@media screen and (max-width:1200px){.branche-scrin{padding-top:105px}}@media screen and (max-width:768px){.branche-scrin{padding-bottom:20px}}.branche-scrin:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/branche-scrin__figure.svg) no-repeat 50%;background-size:contain;bottom:450px;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:724px;pointer-events:none;position:absolute;right:-155px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:865px;z-index:1}@media screen and (max-width:1200px){.branche-scrin:before{background:url(/local/templates/.default/assets/v6/css/../img/branche-header__figure.svg) no-repeat 50%;background-size:contain;bottom:auto;height:231px;left:60px;right:auto;top:-175px;width:865px}}.branche-scrin .container{display:flex;gap:26px;position:relative;z-index:2}@media screen and (max-width:1200px){.branche-scrin .container{flex-direction:column;gap:0}}.branche-scrin .branche-scrin__left{display:flex;flex-direction:column;gap:25px 0;justify-content:space-between;overflow:hidden;position:relative;width:calc(50% + 35px)}@media screen and (max-width:2000px){.branche-scrin .branche-scrin__left{width:calc(100% - 935px)}}@media screen and (max-width:1600px){.branche-scrin .branche-scrin__left{width:calc(100% - 825px)}}@media screen and (max-width:1400px){.branche-scrin .branche-scrin__left{width:calc(100% - 625px)}}@media screen and (max-width:1200px){.branche-scrin .branche-scrin__left{gap:0;order:2;width:100%}}.branche-scrin .branche-scrin__right{width:calc(50% - 60px)}@media screen and (max-width:2000px){.branche-scrin .branche-scrin__right{width:910px}}@media screen and (max-width:1600px){.branche-scrin .branche-scrin__right{width:800px}}@media screen and (max-width:1400px){.branche-scrin .branche-scrin__right{width:600px}}@media screen and (max-width:1200px){.branche-scrin .branche-scrin__right{display:flex;flex-direction:column;gap:0;order:1;width:100%}}@media screen and (max-width:480px){.branche-scrin .branche-scrin__right{position:relative}}.branche-scrin .branche-scrin__right .btn{height:240px;margin-bottom:25px}@media screen and (max-width:1400px){.branche-scrin .branche-scrin__right .btn{height:190px}}@media screen and (max-width:1200px){.branche-scrin .branche-scrin__right .btn{order:3}}@media screen and (max-width:768px){.branche-scrin .branche-scrin__right .btn{height:90px}}@media screen and (max-width:480px){.branche-scrin .branche-scrin__right .btn{left:20px;position:absolute;top:calc(100vh - 280px);width:calc(100% - 40px);z-index:5}}.branche-scrin .branche-scrin__block-img1{border-radius:20px;height:460px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.branche-scrin .branche-scrin__block-img1{display:none}}.branche-scrin .branche-scrin__block-img1 span{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.branche-scrin .branche-scrin__block-img2{border-radius:20px;height:calc(100% - 485px);overflow:hidden;position:relative}@media screen and (max-width:1200px){.branche-scrin .branche-scrin__block-img2{display:none}}.branche-scrin .branche-scrin__block-img2 span{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.running-line{align-items:center;background:var(--color-black);bottom:90px;box-sizing:border-box;display:flex;height:90px;left:0;margin:0 auto;overflow:hidden;position:absolute;white-space:nowrap;width:100%}@media screen and (max-width:1200px){.running-line{bottom:auto;height:auto;position:relative}}.running-line .running-line__content{align-items:center;animation:marquee 25s linear infinite forwards;color:var(--color-accent);display:flex;font-family:var(--font-ex);font-size:30px;font-weight:500;text-transform:uppercase;width:300%}@media screen and (max-width:1600px){.running-line .running-line__content{font-size:20px}}@media screen and (max-width:768px){.running-line .running-line__content{display:none}}.running-line .running-line__content:hover{animation-play-state:paused}.running-line .list-inline{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0;width:33.33%}.running-line .list-inline li{padding-right:30px;position:relative}.running-line .list-inline li:before{content:"/";position:absolute;right:7px;top:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-66.6%)}}.branche-scrin__content{background:var(--color-grayGradient);border:1px solid var(--color-accent);border-radius:20px;color:var(--color-white);display:flex;flex-direction:column;margin-bottom:25px;max-height:860px;min-height:calc(100vh - 30px);overflow:hidden;padding:180px 95px 90px;position:relative;width:100%}@media screen and (max-width:1600px){.branche-scrin__content{padding:180px 40px 40px}}@media screen and (max-width:1200px){.branche-scrin__content{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 120px);order:1;padding:100px 20px}}@media screen and (max-width:768px){.branche-scrin__content{margin-bottom:7px;padding:100px 20px 60px}}@media screen and (max-width:480px){.branche-scrin__content{padding:70px 20px 180px}}.branche-scrin__content .branche-scrin__content-bg{content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:1200px){.branche-scrin__content .branche-scrin__content-bg{display:block}}@media screen and (max-width:480px){.branche-scrin__content .branche-scrin__content-bg{display:none}.branche-scrin__content .branche-scrin__content-bg.-mobile{display:block}}.branche-scrin__content .branche-scrin__content-bg:before{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.6));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.branche-scrin__content .branche-scrin__content-bg .branche-scrin__content-bg_src{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.branche-scrin__content .running-line{bottom:20px;display:none;left:0;position:absolute;top:auto;z-index:10}@media screen and (max-width:768px){.branche-scrin__content .running-line{display:flex}}@media screen and (max-width:480px){.branche-scrin__content .running-line{padding:10px 0}}@media screen and (max-width:768px){.branche-scrin__content .running-line .running-line__content{display:flex}}@media screen and (max-width:480px){.branche-scrin__content .running-line .running-line__content{font-size:12px}}.branche-scrin__city{color:var(--color-white);font-family:var(--font-ex);font-size:16px;font-weight:300;margin-bottom:40px;position:relative;text-transform:uppercase;z-index:5}@media screen and (max-width:768px){.branche-scrin__city{margin-bottom:30px}}.branche-scrin__city i{background:url(/local/templates/.default/assets/v6/css/../img/city_star.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:12px;width:12px}@media screen and (max-width:1200px){.branche-scrin__city i{margin:0 auto}}.branche-scrin__title{font-family:var(--font-ex);font-size:60px;font-weight:400;line-height:1.2;margin:0 0 60px;position:relative;text-transform:uppercase;z-index:5}@media screen and (max-width:1600px){.branche-scrin__title{font-size:55px}}@media screen and (max-width:1400px){.branche-scrin__title{font-size:40px}}@media screen and (max-width:1200px){.branche-scrin__title{font-size:50px;margin-bottom:35px;max-width:600px;text-align:center}}@media screen and (max-width:768px){.branche-scrin__title{font-size:40px;margin-bottom:110px}}@media screen and (max-width:480px){.branche-scrin__title{font-size:26px;margin-bottom:50px}}.branche-scrin__address{font-family:var(--font-ex);font-size:20px;font-weight:400;margin-bottom:10px;margin-top:auto;position:relative;z-index:5}@media screen and (max-width:1400px){.branche-scrin__address{font-size:18px}}@media screen and (max-width:768px){.branche-scrin__address{font-size:16px;margin-bottom:0}}@media screen and (max-width:480px){.branche-scrin__address{font-size:14px;text-align:center}}.branche-scrin__phone{display:flex;flex-direction:column;font-family:var(--font-ex);font-size:40px;font-weight:300;position:relative;z-index:5}@media screen and (max-width:1400px){.branche-scrin__phone{font-size:30px}}@media screen and (max-width:1200px){.branche-scrin__phone{font-size:40px}}@media screen and (max-width:768px){.branche-scrin__phone{font-size:30px}}@media screen and (max-width:480px){.branche-scrin__phone{font-size:20px;font-weight:400;text-align:center}}.branche-scrin__phone:has(+.block-messengers){margin-bottom:20px}@media screen and (max-width:768px){.branche-scrin__phone:has(+.block-messengers){margin-bottom:0}}.branche-scrin__phone a{color:var(--color-accent);text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:1200px){.branche-scrin__phone a{color:var(--color-white)}}.branche-scrin__phone a:active{color:var(--color-accent)}@media screen and (max-width:1200px){.branche-scrin__phone a:active{color:var(--color-white)}}.branche-scrin__phone a:focus{color:var(--color-accent)}@media screen and (max-width:1200px){.branche-scrin__phone a:focus{color:var(--color-white)}}.branche-scrin__phone a:hover{color:var(--color-white)}@media screen and (max-width:1200px){.branche-scrin__phone a:hover{color:var(--color-accent)}}.block-messengers{position:relative;z-index:5}@media screen and (max-width:1200px){.block-messengers{bottom:25px;left:45px;position:absolute}}@media screen and (max-width:768px){.block-messengers{display:none}}.messengers{align-items:center;display:flex;gap:0 23px;list-style:none}@media screen and (max-width:768px){.messengers{display:none}}.messengers a{display:block}.messengers a:hover .whatsapp{background:url(/local/templates/.default/assets/v6/css/../img/whatsapp-white.svg) no-repeat 50%;background-size:contain}@media screen and (max-width:1200px){.messengers a:hover .whatsapp{background:url(/local/templates/.default/assets/v6/css/../img/whatsapp-active.svg) no-repeat 50%;background-size:contain}}.messengers a:hover .telegram{background:url(/local/templates/.default/assets/v6/css/../img/telegram-white.svg) no-repeat 50%;background-size:contain}@media screen and (max-width:1200px){.messengers a:hover .telegram{background:url(/local/templates/.default/assets/v6/css/../img/telegram-active.svg) no-repeat 50%;background-size:contain}}.messengers a:hover svg path{fill:var(--color-white)}.messengers a .whatsapp{background:url(/local/templates/.default/assets/v6/css/../img/whatsapp-active.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:35px;width:37px}@media screen and (max-width:1200px){.messengers a .whatsapp{background:url(/local/templates/.default/assets/v6/css/../img/whatsapp-white.svg) no-repeat 50%;background-size:contain}}.messengers a .telegram{background:url(/local/templates/.default/assets/v6/css/../img/telegram-active.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:35px;width:35px}@media screen and (max-width:1200px){.messengers a .telegram{background:url(/local/templates/.default/assets/v6/css/../img/telegram-white.svg) no-repeat 50%;background-size:contain}}.messengers a svg path{fill:var(--color-accent)}.branche-scrin__row{display:flex;gap:0 25px;justify-content:space-between}@media screen and (max-width:1200px){.branche-scrin__row{margin-bottom:25px;order:2}}@media screen and (max-width:768px){.branche-scrin__row{flex-direction:column;margin-bottom:7px}}.branche-scrin__row .branche-scrin__row-left{width:calc(50% - 12.5px)}@media screen and (max-width:768px){.branche-scrin__row .branche-scrin__row-left{width:100%}}.branche-scrin__row .branche-scrin__row-right{display:flex;flex-direction:column;justify-content:flex-end;position:relative;width:calc(50% - 12.5px)}@media screen and (max-width:768px){.branche-scrin__row .branche-scrin__row-right{margin-bottom:20px;padding:20px 0;width:100%}}.branche-scrin__row .header-discount{line-height:1.2;padding:35px 30px 100px 35px}@media screen and (max-width:1400px){.branche-scrin__row .header-discount{height:100%;padding:20px 15px 70px}}@media screen and (max-width:1200px){.branche-scrin__row .header-discount{background:var(--color-black);border:1px solid var(--color-accent);padding:20px;text-align:left}}@media screen and (max-width:768px){.branche-scrin__row .header-discount{max-width:100%;text-align:center;width:100%}}.branche-scrin__row .header-discount .header-discount__title{line-height:1.2}@media screen and (max-width:1400px){.branche-scrin__row .header-discount .header-discount__title{font-size:20px;margin-bottom:20px}}@media screen and (max-width:1200px){.branche-scrin__row .header-discount .header-discount__title{font-size:30px}}@media screen and (max-width:768px){.branche-scrin__row .header-discount .header-discount__title{font-size:24px;margin-bottom:5px}}@media screen and (max-width:1200px){.branche-scrin__row .header-discount .header-discount__desc{font-size:14px;max-width:230px}}@media screen and (max-width:768px){.branche-scrin__row .header-discount .header-discount__desc{margin:0 auto}}@media screen and (max-width:1400px){.branche-scrin__row .header-discount .arrow{background-size:contain;bottom:20px;height:20px;right:20px;width:20px}}.branche-scrin__row .home-app{background:var(--color-gray10);border-radius:20px;margin-bottom:0;padding:35px 10px 30px 40px}@media screen and (max-width:1400px){.branche-scrin__row .home-app{padding:20px 10px 20px 20px}}@media screen and (max-width:1200px){.branche-scrin__row .home-app{display:block;padding:25px 20px 20px 35px}}@media screen and (max-width:768px){.branche-scrin__row .home-app{display:none}}.branche-scrin__row .home-app .home-app__title{color:var(--color-whiteRGBA05);margin-bottom:45px}@media screen and (max-width:1400px){.branche-scrin__row .home-app .home-app__title{margin-bottom:20px}}.branche-scrin__row .home-app .home-app__list{flex-wrap:nowrap}@media screen and (max-width:1400px){.branche-scrin__row .home-app .home-app__list{left:0}}.branche-scrin__row .home-app .home-app__list a{background:var(--color-black);display:block;line-height:0px;width:calc(50% - 20px)}@media screen and (max-width:1400px){.branche-scrin__row .home-app .home-app__list a{margin-right:20px}}.branche-scrin__row .home-app .home-app__list img{height:auto;width:100%}.branche-scrin__row .home-social{margin-bottom:40px;padding-left:40px}@media screen and (max-width:1600px){.branche-scrin__row .home-social{padding-left:0}}@media screen and (max-width:1400px){.branche-scrin__row .home-social{align-items:flex-start;flex-direction:column;margin-bottom:30px}}@media screen and (max-width:1200px){.branche-scrin__row .home-social{position:absolute;right:45px;top:-65px;z-index:10}}@media screen and (max-width:768px){.branche-scrin__row .home-social{bottom:auto;margin-bottom:0;position:relative;right:auto;top:auto;width:100%}}.branche-scrin__row .home-social .home-social__title{color:var(--color-whiteRGBA05)}@media screen and (max-width:1600px){.branche-scrin__row .home-social .home-social__title{width:auto}}@media screen and (max-width:1200px){.branche-scrin__row .home-social .home-social__title{display:none}.branche-scrin__row .home-social .social a{font-size:12px}}.sec-branches-info{color:var(--color-white);padding-top:160px}@media screen and (max-width:1200px){.sec-branches-info{padding-top:85px}}@media screen and (max-width:768px){.sec-branches-info{padding-top:50px}}.sec-branches-info .container{max-width:1860px}.sec-branches-info .branches-info__city{font-family:var(--font-ex);font-size:30px;font-weight:300;line-height:1.3;margin-bottom:15px}@media screen and (max-width:768px){.sec-branches-info .branches-info__city{font-size:13px}}.sec-branches-info .branches-info__city i{background:url(/local/templates/.default/assets/v6/css/../img/city_star.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:18px;margin-bottom:4px;width:18px}.sec-branches-info .branches-info__address{font-size:100px;font-style:italic;font-weight:900;line-height:1.1;margin-bottom:45px;text-transform:uppercase}@media screen and (max-width:1600px){.sec-branches-info .branches-info__address{font-size:80px}}@media screen and (max-width:1200px){.sec-branches-info .branches-info__address{font-size:60px;margin-bottom:35px}}@media screen and (max-width:768px){.sec-branches-info .branches-info__address{font-size:40px;margin-bottom:15px}}.branches-info__row{display:flex;gap:0 90px;justify-content:space-between}@media screen and (max-width:1700px){.branches-info__row{gap:0 70px}}@media screen and (max-width:1200px){.branches-info__row{flex-direction:column}}.branches-info__row .branches-info__left{width:calc(50% + 110px)}@media screen and (max-width:1700px){.branches-info__row .branches-info__left{width:50%}}@media screen and (max-width:1200px){.branches-info__row .branches-info__left{margin-bottom:35px;width:100%}}.branches-info__row .branches-info__right{width:calc(50% - 200px)}@media screen and (max-width:1700px){.branches-info__row .branches-info__right{width:calc(50% - 70px)}}@media screen and (max-width:1200px){.branches-info__row .branches-info__right{width:100%}}.branches-info__row .branches-info__text{color:var(--color-whiteRGBA09);font-size:24px;line-height:1.1;margin-bottom:75px}@media screen and (max-width:1600px){.branches-info__row .branches-info__text{font-size:20px}}@media screen and (max-width:1200px){.branches-info__row .branches-info__text{font-size:24px;margin-bottom:70px}}@media screen and (max-width:768px){.branches-info__row .branches-info__text{font-size:14px;margin-bottom:20px}}.branches-info__row .branches-info__text p{margin-bottom:25px}.branches-info__row .branches-info__text p:last-child{margin-bottom:0}.branches-gallery{border-radius:20px;margin-bottom:65px;overflow:hidden;position:relative}@media screen and (max-width:768px){.branches-gallery{margin-bottom:20px}}.branches-gallery .branches-gallery__item{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:670px}@media screen and (max-width:1600px){.branches-gallery .branches-gallery__item{height:640px}}@media screen and (max-width:1200px){.branches-gallery .branches-gallery__item{height:510px}}@media screen and (max-width:768px){.branches-gallery .branches-gallery__item{height:245px}}.branches-gallery .swiper-button-prev{background:none;border:1px solid var(--color-white);border-radius:50%;content:"";height:83px;transition:all .3s ease-in-out;width:83px}@media screen and (max-width:1200px){.branches-gallery .swiper-button-prev{height:63px;width:63px}}@media screen and (max-width:768px){.branches-gallery .swiper-button-prev{height:32px;width:32px}}.branches-gallery .swiper-button-prev:hover{background:var(--color-accent);border-color:var(--color-accent)}.branches-gallery .swiper-button-prev:hover:before{bottom:50%}.branches-gallery .swiper-button-prev:after{display:none}.branches-gallery .swiper-button-prev:before{background:url(/local/templates/.default/assets/v6/css/../img/slider-arrow.svg) no-repeat 50%;background-size:contain;bottom:20px;content:"";height:20px;left:20px;position:absolute;transition:all .3s ease-in-out;width:20px}@media screen and (max-width:768px){.branches-gallery .swiper-button-prev:before{bottom:5px;height:13px;left:5px;width:13px}}.branches-gallery .swiper-button-next{background:none;border:1px solid var(--color-white);border-radius:50%;content:"";height:83px;transition:all .3s ease-in-out;width:83px}@media screen and (max-width:1200px){.branches-gallery .swiper-button-next{height:63px;width:63px}}@media screen and (max-width:768px){.branches-gallery .swiper-button-next{height:32px;width:32px}}.branches-gallery .swiper-button-next:hover{background:var(--color-accent);border-color:var(--color-accent)}.branches-gallery .swiper-button-next:hover:before{top:50%}.branches-gallery .swiper-button-next:after{display:none}.branches-gallery .swiper-button-next:before{background:url(/local/templates/.default/assets/v6/css/../img/slider-arrow.svg) no-repeat 50%;background-size:contain;content:"";height:20px;position:absolute;right:20px;top:20px;transform:rotate(-180deg);transition:all .3s ease-in-out;width:20px}@media screen and (max-width:768px){.branches-gallery .swiper-button-next:before{height:13px;right:5px;top:5px;width:13px}}.branches-info__numbers{display:flex;flex-wrap:wrap;gap:20px 35px}@media screen and (max-width:1600px){.branches-info__numbers{gap:20px 15px}}@media screen and (max-width:1400px){.branches-info__numbers{gap:20px}}@media screen and (max-width:1200px){.branches-info__numbers{gap:20px 30px}}@media screen and (max-width:768px){.branches-info__numbers{gap:15px}}.branches-info__numbers .branches-info__number{background:var(--color-black);border:1px solid var(--color-accent);border-radius:20px;color:var(--color-whiteRGBA07);font-size:24px;padding:15px 20px;width:calc(25% - 26.25px)}@media screen and (max-width:1700px){.branches-info__numbers .branches-info__number{font-size:20px;padding:15px}}@media screen and (max-width:1600px){.branches-info__numbers .branches-info__number{font-size:18px;width:calc(25% - 11.25px)}}@media screen and (max-width:1400px){.branches-info__numbers .branches-info__number{width:calc(50% - 10px)}}@media screen and (max-width:1200px){.branches-info__numbers .branches-info__number{width:calc(25% - 22.5px)}}@media screen and (max-width:768px){.branches-info__numbers .branches-info__number{font-size:16px;width:calc(50% - 7.5px)}}.branches-info__numbers .branches-info__number span{color:var(--color-white);display:block;font-family:var(--font-ex);font-size:50px;font-weight:300;line-height:1;margin-bottom:5px}@media screen and (max-width:1700px){.branches-info__numbers .branches-info__number span{font-size:40px}}@media screen and (max-width:768px){.branches-info__numbers .branches-info__number span{font-size:50px}}.branches-info__img{border-radius:20px;height:460px;margin-bottom:70px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.branches-info__img{display:none}}.branches-info__img span{height:100%;left:0;position:absolute;top:0;width:100%}.branches-info__img span img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.branches-info__btn .btn{margin-bottom:40px}@media screen and (max-width:1200px){.branches-info__btn .btn{height:154px;margin-bottom:0}}@media screen and (max-width:768px){.branches-info__btn .btn{height:95px}}.branches-info__btn .branches-info__btn-span{color:var(--color-whiteRGBA07);font-size:24px;line-height:1.1;margin:0 auto;max-width:560px;text-align:center}@media screen and (max-width:1200px){.branches-info__btn .branches-info__btn-span{display:none}}.staff-section{color:var(--color-white);padding-top:120px;position:relative;z-index:20}@media screen and (max-width:992px){.staff-section{overflow:hidden}}@media screen and (max-width:768px){.staff-section{padding-top:90px}}.staff-section .container{max-width:1880px;position:relative}.staff-section .staff-figure{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/staff-figure.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:376px;left:-405px;pointer-events:none;position:absolute;top:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:1088px;z-index:1}@media screen and (max-width:992px){.staff-section .staff-figure{left:-211px;top:100px}}@media screen and (max-width:768px){.staff-section .staff-figure{height:273px;left:-155px;top:50px;width:789px}}.staff-section .staff-section__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px;position:relative;z-index:5}@media screen and (max-width:992px){.staff-section .staff-section__top{padding-bottom:60px}}@media screen and (max-width:768px){.staff-section .staff-section__top{padding-bottom:35px}}.staff-section .staff-section__top .line{background:var(--color-accent);flex:1 1 auto;height:1px;width:calc(100% - 55px)}@media screen and (max-width:992px){.staff-section .staff-section__top .line{bottom:0;left:-30px;position:absolute;width:calc(100% + 60px)}}.staff-section .staff-section__title{font-family:var(--font-tn);font-size:80px;font-weight:700;margin-right:55px}@media screen and (max-width:992px){.staff-section .staff-section__title{margin-right:0;text-align:center;width:100%}}@media screen and (max-width:768px){.staff-section .staff-section__title{font-size:60px}}.staff-section .staff-section__title h2{font-size:80px;margin:0}@media screen and (max-width:768px){.staff-section .staff-section__title h2{font-size:60px}}.staff-section .staff-list-row{display:flex;justify-content:space-between;position:relative;z-index:5}@media screen and (max-width:992px){.staff-section .staff-list-row{flex-direction:column}}.staff-section .staff-list-row .staff-list__col{max-width:1130px;width:calc(100% - 530px)}@media screen and (max-width:1700px){.staff-section .staff-list-row .staff-list__col{width:calc(100% - 395px)}}@media screen and (max-width:1600px){.staff-section .staff-list-row .staff-list__col{margin-right:60px;width:calc(75% + 45px)}}@media screen and (max-width:1400px){.staff-section .staff-list-row .staff-list__col{margin-right:30px;width:calc(75% + 30px)}}@media screen and (max-width:992px){.staff-section .staff-list-row .staff-list__col{margin-right:0;width:100%}}.staff-section .staff-list-row .staff-list__col .staff-list__title{font-family:var(--font-ex);font-size:30px;font-weight:400;margin-bottom:45px;text-transform:uppercase}@media screen and (max-width:768px){.staff-section .staff-list-row .staff-list__col .staff-list__title{margin-bottom:40px}}@media screen and (max-width:992px){.staff-section .staff-list-row .staff-list__col:first-child{margin-bottom:55px}}.staff-section .staff-list-row .staff-list__col:nth-child(2){width:450px}@media screen and (max-width:1700px){.staff-section .staff-list-row .staff-list__col:nth-child(2){width:335px}}@media screen and (max-width:1600px){.staff-section .staff-list-row .staff-list__col:nth-child(2){margin-right:0;width:calc(25% - 45px)}}@media screen and (max-width:1400px){.staff-section .staff-list-row .staff-list__col:nth-child(2){width:25%}}@media screen and (max-width:992px){.staff-section .staff-list-row .staff-list__col:nth-child(2){width:100%}}.staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el{width:100%}@media screen and (max-width:992px){.staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el{width:calc(33.33333% - 30px)}}@media screen and (max-width:768px){.staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el{width:calc(50% - 15px)}}.staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el:hover .staff-el__cont{background:var(--color-white);color:var(--color-black)}.staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el .staff-el__cont{border-color:var(--color-whiteRGBA07);color:var(--color-whiteRGBA07)}.staff-section .staff-list{display:flex;flex-wrap:wrap;gap:65px}@media screen and (max-width:1600px){.staff-section .staff-list{gap:60px}}@media screen and (max-width:1400px){.staff-section .staff-list{gap:30px}}@media screen and (max-width:992px){.staff-section .staff-list{gap:30px 45px}}@media screen and (max-width:768px){.staff-section .staff-list{gap:20px 30px}}.staff-section .staff-list .staff-el{max-width:335px;width:calc(33.33333% - 43.3333px)}@media screen and (max-width:1600px){.staff-section .staff-list .staff-el{width:calc(33.33333% - 40px)}}@media screen and (max-width:1400px){.staff-section .staff-list .staff-el{width:calc(33.33333% - 20px)}}@media screen and (max-width:992px){.staff-section .staff-list .staff-el{width:calc(33.33333% - 30px)}}@media screen and (max-width:768px){.staff-section .staff-list .staff-el{width:calc(50% - 15px)}}.staff-el{position:relative}.staff-el .staff-el__item{cursor:pointer;position:relative}.staff-el .staff-el__item:hover .staff-el__cont{background:var(--color-accent);color:var(--color-white)}.staff-el .staff-el__item .staff-el__label{color:var(--color-white);font-family:var(--font-tn);font-size:50px;position:absolute;right:0;top:0;transform:translate(40%,-40%) rotate(-15deg);z-index:3}@media screen and (max-width:1400px){.staff-el .staff-el__item .staff-el__label{font-size:40px;transform:translate(30%,-30%) rotate(-15deg)}}@media screen and (max-width:480px){.staff-el .staff-el__item .staff-el__label{font-size:30px}}.staff-el .staff-el__item .staff-el__img{margin-bottom:30px;position:relative}@media screen and (max-width:1400px){.staff-el .staff-el__item .staff-el__img{margin-bottom:20px}}.staff-el .staff-el__item .staff-el__img .staff-el__img-el{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:20px;height:380px;overflow:hidden;position:relative}@media screen and (max-width:1400px){.staff-el .staff-el__item .staff-el__img .staff-el__img-el{height:320px}}@media screen and (max-width:768px){.staff-el .staff-el__item .staff-el__img .staff-el__img-el{height:50vw}}@media screen and (max-width:480px){.staff-el .staff-el__item .staff-el__img .staff-el__img-el{height:50vw}}.staff-el .staff-el__item .staff-el__img .staff-el__img-el img{z-index:1}.staff-el .staff-el__item .staff-el__img .staff-el__img-el video{z-index:2}.staff-el .staff-el__item .staff-el__img .staff-el__img-el img,.staff-el .staff-el__item .staff-el__img .staff-el__img-el video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;position:absolute;top:0;width:100%}.staff-el .staff-el__title{font-size:18px;font-weight:300}@media screen and (max-width:480px){.staff-el .staff-el__title{font-size:14px}}.staff-el .staff-el__title h3{font-size:18px;font-weight:300}@media screen and (max-width:480px){.staff-el .staff-el__title h3{font-size:14px}}.staff-el .staff-el__position{font-size:16px;font-weight:500;text-transform:uppercase}@media screen and (max-width:1400px){.staff-el .staff-el__position{font-size:12px}}@media screen and (max-width:480px){.staff-el .staff-el__position{font-size:9px}}.staff-el .staff-el__cont{border:1px solid var(--color-accent);border-radius:20px 20px 0 20px;color:var(--color-accent);font-family:var(--font-ex);padding:25px;transition:all .3s ease-in-out}@media screen and (max-width:1400px){.staff-el .staff-el__cont{padding:15px}}@media screen and (max-width:480px){.staff-el .staff-el__cont{padding:10px}}.staff-el .staff-pannel{align-items:flex-start;background:var(--color-black);color:var(--color-white);display:flex;height:100%;left:0;opacity:0;overflow:hidden;overflow-y:auto;padding:60px 0 30px;pointer-events:none;position:fixed;top:0;transition:all .3s ease-in-out 1s;visibility:hidden;width:100%;will-change:auto;z-index:2000}@media screen and (max-width:1300px){.staff-el .staff-pannel{align-items:flex-start;padding:45px 0 30px}}@media screen and (max-width:768px){.staff-el .staff-pannel{border:1px solid var(--color-accent)}}.staff-el .staff-pannel::-webkit-scrollbar{width:6px}.staff-el .staff-pannel::-webkit-scrollbar-track{background:transparent}.staff-el .staff-pannel::-webkit-scrollbar-thumb{background-color:var(--color-accentRGBA04);border:1px solid var(--color-black);border-radius:20px}.staff-el .staff-pannel.-show{opacity:1;pointer-events:all;transition:all .2s ease-in-out;visibility:visible}.staff-el .staff-pannel.-show:before{opacity:1;transform:translate(-50%,-50%) scale(1);transition:all .5s ease-in-out .2s}@media screen and (min-width:1300px){.staff-el .staff-pannel.-show .staff-pannel__content{opacity:1;transform:translate(0) scale(1);transition:all .8s ease-in-out .6s}.staff-el .staff-pannel.-show .staff-pannel__img{opacity:1;transform:translate(0) scale(1);transition:all .4s ease-in-out .8s}}.staff-el .staff-pannel.-show .staff-pannel__close{opacity:1;transition:all .4s ease-in-out 1.3s}@media screen and (max-width:1300px){.staff-el .staff-pannel.-show .staff-pannel__row{opacity:1;transform:translate(0) scale(1);transition:all .8s ease-in-out .6s}}.staff-el .staff-pannel:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/.default/assets/v6/css/../img/staff-pannel__figure.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:376px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.3);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transition:all .5s ease-in-out .7s;width:1088px;will-change:auto;z-index:1}.staff-el .staff-pannel .staff-pannel__close{cursor:pointer;font-size:0;height:20px;left:0;margin-bottom:50px;opacity:0;overflow:hidden;position:relative;transition:all .3s ease-in-out;transition:all .2s ease-in-out .01s;width:105px}.staff-el .staff-pannel .staff-pannel__close:before{background:url(/local/templates/.default/assets/v6/css/../img/big_arrow.svg) no-repeat 0;background-size:contain;content:"";height:20px;left:0;position:absolute;top:0;width:105px}@media screen and (min-width:1300px) and (max-height:870px){.staff-el .staff-pannel .staff-pannel__close{margin-bottom:50px}}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__close{left:40px;margin-bottom:0;position:absolute;top:0;width:50px}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__close{left:25px;top:-30px;width:20px}}.staff-el .staff-pannel .staff-pannel__close:hover{left:-20px}.staff-el .staff-pannel .container{max-width:1240px;padding:0 40px;position:relative;width:100%;z-index:5}@media screen and (min-width:1300px) and (max-height:780px){.staff-el .staff-pannel .container{max-width:1140px}}@media screen and (max-width:1300px){.staff-el .staff-pannel .container{max-width:840px}}@media screen and (max-width:768px){.staff-el .staff-pannel .container{padding:0 25px}}.staff-el .staff-pannel .staff-pannel__row{display:flex;justify-content:space-between;position:relative}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__row{flex-direction:column;margin:0 auto;max-width:650px;opacity:0;transform:translate(-50px) scale(1.7);transition:all .6s ease-in-out .4s;will-change:auto}}.staff-el .staff-pannel .staff-pannel__content{max-width:480px;padding-top:50px;position:relative;z-index:10}@media screen and (min-width:1300px){.staff-el .staff-pannel .staff-pannel__content{opacity:0;transform:translate(-50px) scale(1.7);transition:all .6s ease-in-out .01s;will-change:auto}}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__content{margin:0 auto;max-width:330px;order:2;padding-top:0}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__content{display:flex;flex-direction:column}}.staff-el .staff-pannel .staff-pannel__img{position:relative}@media screen and (min-width:1300px){.staff-el .staff-pannel .staff-pannel__img{opacity:0;transform:translate(-50px) scale(1.3);transition:all .6s ease-in-out .2s;will-change:auto}}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__img{margin:0 auto 20px;order:1}}.staff-el .staff-pannel .staff-pannel__img-src{border-radius:20px 20px 0 0;height:760px;overflow:hidden;position:relative;width:625px}@media screen and (min-width:1300px) and (max-height:780px){.staff-el .staff-pannel .staff-pannel__img-src{height:615px;width:525px}}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__img-src{height:440px;width:330px}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__img-src{height:400x;width:325px}}@media screen and (max-width:420px){.staff-el .staff-pannel .staff-pannel__img-src{height:360px;width:270px}}.staff-el .staff-pannel .staff-pannel__img-src img,.staff-el .staff-pannel .staff-pannel__img-src video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.staff-el .staff-pannel .staff-pannel__label{color:var(--color-white);font-family:var(--font-tn);font-size:90px;position:absolute;right:0;text-transform:uppercase;top:0;transform:translate(40%,-40%);z-index:2}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__label{font-size:60px;transform:translate(30%,-30%)}}@media screen and (max-width:420px){.staff-el .staff-pannel .staff-pannel__label{transform:translate(10%,-10%)}}.staff-el .staff-pannel .staff-pannel__text{font-size:18px;line-height:1.2;margin-bottom:55px}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__text{font-size:12px;margin-bottom:20px}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__text{order:2}}.staff-el .staff-pannel .staff-pannel__text strong{font-weight:700}.staff-el .staff-pannel .staff-pannel__text p{margin-bottom:10px}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__title{display:flex;flex-direction:column;left:0;position:absolute;top:190px;z-index:5}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__title{margin-bottom:20px;order:1;position:relative;text-align:center;top:auto}}.staff-el .staff-pannel .staff-el__position{color:var(--color-accent);font-family:var(--font-ex);font-size:24px;font-weight:500;text-transform:uppercase}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-el__position{order:2}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-el__position{font-size:16px;order:1}}.staff-el .staff-pannel .staff-pannel__name{color:var(--color-white);font-family:var(--font-ex);font-size:100px;font-weight:500;line-height:1.2;margin-bottom:20px;position:relative;text-transform:uppercase;z-index:5}@media screen and (max-width:1300px){.staff-el .staff-pannel .staff-pannel__name{font-size:50px;margin-bottom:0;order:1}}@media screen and (max-width:768px){.staff-el .staff-pannel .staff-pannel__name{font-size:30px;order:2}.staff-el .staff-pannel .staff-pannel__btn{order:3}}.staff-el .staff-pannel .btn{font-size:12px;height:75px}.sec-boss{color:var(--color-white);padding-top:250px}@media screen and (max-width:1200px){.sec-boss{padding-top:150px}}@media screen and (max-width:768px){.sec-boss{padding-top:70px}}.sec-boss .container{display:flex;justify-content:space-between;max-width:1880px}@media screen and (max-width:1200px){.sec-boss .container{flex-direction:column}}.sec-boss .sec-boss__left{width:calc(33.33333% - 30px)}@media screen and (max-width:1200px){.sec-boss .sec-boss__left{height:60px;position:relative;width:100%}}@media screen and (max-width:768px){.sec-boss .sec-boss__left{height:30px}}.sec-boss .sec-boss__left .boss-contacts{margin-bottom:50px}@media screen and (max-width:1200px){.sec-boss .sec-boss__left .boss-contacts,.sec-boss .sec-boss__left .boss-franshiza{display:none}}.sec-boss .sec-boss__center{padding:0 60px;width:calc(33.33333% + 60px)}@media screen and (max-width:1600px){.sec-boss .sec-boss__center{padding:0 30px}}@media screen and (max-width:1200px){.sec-boss .sec-boss__center{height:570px;margin-bottom:50px;padding:0;width:100%}}@media screen and (max-width:768px){.sec-boss .sec-boss__center{height:255px;margin-bottom:35px}}.sec-boss .sec-boss__center img{height:auto;max-width:100%}@media screen and (max-width:1200px){.sec-boss .sec-boss__center img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}}.sec-boss .sec-boss__right{width:calc(33.33333% - 30px)}@media screen and (max-width:1200px){.sec-boss .sec-boss__right{width:100%}}@media screen and (max-width:768px){.sec-boss .sec-boss__right{display:flex;flex-direction:column}}.sec-boss .sec-boss__right .boss-contacts{display:none}@media screen and (max-width:1200px){.sec-boss .sec-boss__right .boss-contacts{display:flex}}@media screen and (max-width:768px){.sec-boss .sec-boss__right .boss-contacts{margin-bottom:35px;order:3}}.sec-boss .big-boss{font-family:var(--font-default);font-size:120px;font-style:italic;font-weight:900;line-height:1.2;margin-bottom:30px}@media screen and (max-width:1600px){.sec-boss .big-boss{font-size:100px}}@media screen and (max-width:1400px){.sec-boss .big-boss{font-size:80px}}@media screen and (max-width:1200px){.sec-boss .big-boss{font-size:120px;left:0;line-height:1;margin-bottom:0;position:absolute;text-align:center;top:0;width:100%}}@media screen and (max-width:768px){.sec-boss .big-boss{font-size:60px}}.sec-boss .boss-contacts{border:1px solid var(--color-accent);border-radius:20px 20px 0 20px;color:var(--color-whiteRGBA07);font-size:24px;line-height:1.3;padding:30px 40px 40px}@media screen and (max-width:1400px){.sec-boss .boss-contacts{font-size:20px;padding:20px 10px 20px 20px}}@media screen and (max-width:1200px){.sec-boss .boss-contacts{border:none;display:flex;justify-content:space-between;padding:30px 0 10px}}@media screen and (max-width:768px){.sec-boss .boss-contacts{font-size:14px;padding-bottom:0;padding-top:0}}.sec-boss .boss-contacts p{margin-bottom:20px}.sec-boss .boss-contacts p:last-child{margin-bottom:0}.sec-boss .boss-contacts a{text-decoration:none;transition:all .3s ease-in-out}.sec-boss .boss-contacts a:hover{color:var(--color-white)}.sec-boss .boss-franshiza{border:1px solid var(--color-gray12);border-radius:20px 20px 0 20px;color:var(--color-whiteRGBA07);font-size:24px;line-height:1.3;padding:30px 40px 40px}@media screen and (max-width:1400px){.sec-boss .boss-franshiza{font-size:18px;padding:20px 10px 20px 20px}}.sec-boss .boss-franshiza .boss-franshiza__link{padding-top:20px}.sec-boss .boss-franshiza .boss-franshiza__link a{align-items:center;border:1px solid transparent;border-radius:20px;display:flex;font-family:var(--font-ex);font-size:12px;font-weight:500;height:53px;justify-content:center;max-width:220px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.sec-boss .boss-franshiza .boss-franshiza__link a,.sec-boss .boss-franshiza .boss-franshiza__link a:active,.sec-boss .boss-franshiza .boss-franshiza__link a:focus{background:var(--color-gray13);color:var(--color-white)}.sec-boss .boss-franshiza .boss-franshiza__link a:hover{background:var(--color-black);border-color:var(--color-accent)}.boss-lines__number{align-items:center;color:var(--color-white);display:flex;font-size:24px;line-height:1.2;margin-bottom:35px}@media screen and (max-width:1600px){.boss-lines__number{font-size:20px;margin-bottom:30px}}@media screen and (max-width:1200px){.boss-lines__number{font-size:24px;justify-content:space-between;margin-bottom:20px}}@media screen and (max-width:768px){.boss-lines__number{font-size:14px;order:1}}@media screen and (max-width:1200px){.boss-lines__number .boss-lines__number-text{max-width:340px}}@media screen and (max-width:768px){.boss-lines__number .boss-lines__number-text{max-width:200px}}.boss-lines__number strong{font-weight:700}.boss-lines__number span{font-size:70px;font-style:italic;font-weight:900;white-space:nowrap}@media screen and (max-width:1800px){.boss-lines__number span{font-size:60px}}@media screen and (max-width:1600px){.boss-lines__number span{font-size:40px}}@media screen and (max-width:1200px){.boss-lines__number span{font-size:70px}}@media screen and (max-width:768px){.boss-lines__number span{font-size:30px}}.boss-name{font-size:50px;margin-bottom:20px;text-transform:uppercase}@media screen and (max-width:1600px){.boss-name{font-size:40px}}@media screen and (max-width:1200px){.boss-name{font-size:50px}}@media screen and (max-width:768px){.boss-name{font-size:40px;margin-bottom:0;order:2}}.boss-desc{font-size:24px;line-height:1.3}@media screen and (max-width:1600px){.boss-desc{font-size:20px}}@media screen and (max-width:1200px){.boss-desc{font-size:24px}}@media screen and (max-width:768px){.boss-desc{order:4}.home-footer-block{overflow:hidden}}.home-footer-block .home-footer-block__top{display:flex;justify-content:space-between;margin-bottom:50px}.home-footer-block .home-footer-block__top .home-footer-block__logo{padding-top:30px;width:340px}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__top .home-footer-block__logo{margin-bottom:0;padding-top:0;width:190px}}@media screen and (max-width:768px){.home-footer-block .home-footer-block__top .home-footer-block__logo{margin-left:auto;margin-right:40px;width:167px}}@media screen and (max-width:1200px){.home-footer-block .home-footer-block__top .home-footer-block__title{font-size:60px;line-height:1.2;margin-bottom:0}}@media screen and (max-width:768px){.home-footer-block .home-footer-block__top .home-footer-block__title{display:none}}.home-footer-block__bottom{align-items:flex-end;display:flex;gap:0 100px;margin-bottom:70px;position:relative}@media screen and (max-width:1800px){.home-footer-block__bottom{gap:0 60px}}@media screen and (max-width:1200px){.home-footer-block__bottom{flex-direction:column}}.home-footer-block__bottom .home-footer-block__bottom_col{width:calc(33.33333% - 66.6666px)}@media screen and (max-width:1800px){.home-footer-block__bottom .home-footer-block__bottom_col{width:calc(33.33333% - 30px)}}@media screen and (max-width:1200px){.home-footer-block__bottom .home-footer-block__bottom_col{width:100%}}@media screen and (max-width:768px){.home-footer-block__bottom .home-footer-block__bottom_col:first-child{order:2}.home-footer-block__bottom .home-footer-block__bottom_col:nth-child(2){margin-bottom:50px;order:1}.home-footer-block__bottom .home-footer-block__bottom_col:nth-child(3){order:3}}.home-footer-block__bottom .home-footer-block__bottom_col .home-footer-block__title{display:none;margin-bottom:0}@media screen and (max-width:1200px){.home-footer-block__bottom .home-footer-block__bottom_col .home-footer-block__title{display:block;font-size:90px;margin-bottom:20px;text-align:center}}@media screen and (max-width:768px){.home-footer-block__bottom .home-footer-block__bottom_col .home-footer-block__title{font-size:60px;line-height:1.1;margin:0 auto 35px;max-width:295px;white-space:normal}}.home-footer-block__bottom .home-footer-block__bottom_col .home-footer-block__title span{width:100%}@media screen and (max-width:1200px){.home-footer-block__bottom .home-footer-block__bottom_col .btn{font-size:30px;height:240px}}@media screen and (max-width:768px){.home-footer-block__bottom .home-footer-block__bottom_col .btn{font-size:20px;height:107px}}@media screen and (max-width:1200px){.home-footer-block__bottom .home-footer-block__warranty{margin:0 auto 40px;max-width:530px}}@media screen and (max-width:768px){.home-footer-block__bottom .home-footer-block__warranty{height:140px}.home-footer-block__bottom .home-footer-block__warranty .home-footer-block__warranty-figure{height:109px;left:0;top:-50px;width:109px}}@media screen and (max-width:1400px){.home-footer-block__bottom .home-footer-block__warranty .home-footer-block__warranty-text{font-size:18px;max-width:200px}}@media screen and (max-width:768px){.home-footer-block__bottom .home-footer-block__warranty .home-footer-block__warranty-text{font-size:16px}.home-footer-block__bottom .home-footer-block__warranty .home-footer-block__warranty-img{height:181px}}.home-footer-block__contancts{border:1px solid var(--color-gray6);border-radius:20px;color:var(--color-white);min-height:240px;padding:45px 35px 30px 50px}@media screen and (max-width:1600px){.home-footer-block__contancts{padding:45px 15px 30px 20px}}@media screen and (max-width:1400px){.home-footer-block__contancts{min-height:200px;padding:25px 15px 30px}}@media screen and (max-width:1200px){.home-footer-block__contancts{margin:0 auto 70px;max-width:760px;padding:40px 25px 40px 55px}}@media screen and (max-width:768px){.home-footer-block__contancts{border:none;padding:0;text-align:center}}.home-footer-block__contancts .home-footer-block__contancts-title{font-family:var(--font-ex);font-size:24px;text-transform:uppercase}@media screen and (max-width:1800px){.home-footer-block__contancts .home-footer-block__contancts-title{font-size:22px}}@media screen and (max-width:1400px){.home-footer-block__contancts .home-footer-block__contancts-title{font-size:20px}}@media screen and (max-width:1200px){.home-footer-block__contancts .home-footer-block__contancts-title{font-size:35px}}@media screen and (max-width:768px){.home-footer-block__contancts .home-footer-block__contancts-title{margin-bottom:20px}}.home-footer-block__contancts .home-footer-block__contancts-address{color:var(--color-whiteRGBA07);font-size:24px;margin-bottom:40px}@media screen and (max-width:1800px){.home-footer-block__contancts .home-footer-block__contancts-address{font-size:20px}}@media screen and (max-width:1400px){.home-footer-block__contancts .home-footer-block__contancts-address{font-size:18px}}@media screen and (max-width:1200px){.home-footer-block__contancts .home-footer-block__contancts-address{font-size:24px}}@media screen and (max-width:768px){.home-footer-block__contancts .home-footer-block__contancts-address{margin-bottom:20px}}.home-footer-block__contancts .home-footer-block__contancts-line{align-items:flex-start;display:flex;gap:0 16px;justify-content:space-between}@media screen and (max-width:768px){.home-footer-block__contancts .home-footer-block__contancts-line{align-items:center;flex-direction:column}}.home-footer-block__contancts .home-footer-block__contancts-line .messengers{margin-top:5px}@media screen and (max-width:768px){.home-footer-block__contancts .home-footer-block__contancts-line .messengers{display:flex;margin-bottom:15px;order:1}}.home-footer-block__contancts .home-footer-block__contancts-phone{color:var(--color-accent);display:block;font-family:var(--font-ex);font-size:28px;font-weight:300;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:1800px){.home-footer-block__contancts .home-footer-block__contancts-phone{font-size:24px}}@media screen and (max-width:1400px){.home-footer-block__contancts .home-footer-block__contancts-phone{font-size:20px}}@media screen and (max-width:1200px){.home-footer-block__contancts .home-footer-block__contancts-phone{font-size:40px}}@media screen and (max-width:768px){.home-footer-block__contancts .home-footer-block__contancts-phone{font-size:30px;order:2}}.home-footer-block__contancts .home-footer-block__contancts-phone:active,.home-footer-block__contancts .home-footer-block__contancts-phone:focus{color:var(--color-accent)}.home-footer-block__contancts .home-footer-block__contancts-phone:hover{color:var(--color-white)}.home-footer-block__bottom_ctx{font-family:var(--font-default);font-size:50px;font-style:italic;font-weight:900;margin-bottom:40px;text-align:center;text-transform:uppercase}@media screen and (max-width:1200px){.home-footer-block__bottom_ctx{display:none}}.branche-map{border-radius:20px;height:530px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.branche-map{border-radius:0;left:-30px;width:100vw}}@media screen and (max-width:480px){.branche-map{border-radius:0;left:calc(var(--container-padding)*-1);width:calc(100% + var(--container-padding)*2)}}.branche-map #single__map{height:100%;left:0;position:absolute;top:0;width:100%}.alternatives-branches{border:1px solid var(--color-accent);border-radius:20px;color:var(--color-white);padding:60px 60px 40px}@media screen and (max-width:1600px){.alternatives-branches{padding:40px 20px}}.alternatives-branches .alternatives-branches__name{font-family:var(--font-ex);font-size:40px;font-weight:500;line-height:1.2;margin-bottom:15px}@media screen and (max-width:1900px){.alternatives-branches .alternatives-branches__name{margin-bottom:40px}}@media screen and (max-width:768px){.alternatives-branches .alternatives-branches__name{font-size:30px;margin-bottom:20px}}.alternatives-branches .alternatives-branches__line{display:flex;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:1900px){.alternatives-branches .alternatives-branches__line{margin-bottom:40px}}@media screen and (max-width:768px){.alternatives-branches .alternatives-branches__line{flex-direction:column;margin-bottom:20px}}.alternatives-branches .btn{font-size:20px;height:130px;margin-bottom:30px}@media screen and (max-width:768px){.alternatives-branches .btn{height:109px}}.alternatives-branches .alternatives-branches__address{font-family:var(--font-ex);font-size:20px;padding-top:10px}@media screen and (max-width:1600px){.alternatives-branches .alternatives-branches__address{font-size:18px}}@media screen and (max-width:768px){.alternatives-branches .alternatives-branches__address{font-size:20px}}.alternatives-branches .alternatives-branches__phone{padding-left:20px}@media screen and (max-width:768px){.alternatives-branches .alternatives-branches__phone{padding-left:0}}.alternatives-branches .alternatives-branches__phone .phone{color:var(--color-accent);font-family:var(--font-default);font-size:40px;font-weight:300;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:1900px){.alternatives-branches .alternatives-branches__phone .phone{font-size:30px}}.alternatives-branches .alternatives-branches__phone .phone:active,.alternatives-branches .alternatives-branches__phone .phone:focus{color:var(--color-accent)}.alternatives-branches .alternatives-branches__phone .phone:hover{color:var(--color-white)}.alternatives-branches .alternatives-branches__stoke{font-family:var(--font-ex);font-size:20px;text-align:center;text-transform:uppercase}@media screen and (max-width:1600px){.alternatives-branches .alternatives-branches__stoke{font-size:18px}}@media screen and (max-width:768px){.alternatives-branches .alternatives-branches__stoke{font-size:14px}}@media screen and (max-width:480px){.alternatives-branches .alternatives-branches__stoke{font-size:12px}}.page-stock{color:var(--color-white);min-height:100vh;padding-bottom:110px;padding-top:270px}@media screen and (max-width:768px){.page-stock{padding-top:100px}}.page-stock .running-line__wrapper{margin-bottom:40px;position:relative}.page-stock .running-line__wrapper:before{background:url(/local/templates/.default/assets/v6/css/../img/stock_christmas.png) no-repeat 50%;background-size:contain;content:"";height:170px;left:83%;margin-top:-85px;position:absolute;top:50%;width:180px;z-index:2}@media screen and (max-width:768px){.page-stock .running-line__wrapper:before{height:80px;left:auto;margin-top:-40px;right:var(--container-padding);width:70px}}.page-stock .running-line{background:linear-gradient(180deg,#de1515,#ff3459);bottom:auto;height:auto;padding:21px 0;position:relative;z-index:1}@media screen and (max-width:768px){.page-stock .running-line{padding:16px 0}}.page-stock .running-line .running-line__content{animation:marquee 35s linear infinite forwards;color:var(--color-white);font-size:14px;font-weight:400}@media screen and (max-width:768px){.page-stock .running-line .running-line__content{display:block;font-size:12px}}.page-stock .running-line .running-line__content .list-inline li:before{display:none}.page-stock__title{color:var(--color-white);font-size:120px;font-weight:300;line-height:1.2;margin-bottom:40px;text-transform:uppercase}@media screen and (max-width:1400px){.page-stock__title{font-size:90px}}@media screen and (max-width:768px){.page-stock__title{font-size:50px}}.page-stock__title h1{font-size:120px;font-weight:300;margin:0}@media screen and (max-width:1400px){.page-stock__title h1{font-size:90px}}@media screen and (max-width:768px){.page-stock__title h1{font-size:50px}}.stock-block{overflow:hidden;position:relative}.stock-block .stock__bg{align-items:center;background:url(/local/templates/.default/assets/v6/css/../img/stock__bg.svg) no-repeat top;background-size:contain;display:flex;height:100%;justify-content:center;left:50%;max-width:1360px;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}@media screen and (max-width:1400px){.stock-block .stock__bg{max-width:1160px}}@media screen and (max-width:480px){.stock-block .stock__bg{width:300vw}}.stock-block .stock__bg svg{height:auto;max-width:100%}.stock-slider{overflow:visible;position:relative;z-index:5}.stock-slider .swiper-slide{max-width:480px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:60.6060606061vh}@media screen and (max-width:768px){.stock-slider .swiper-slide{width:370px}}@media screen and (max-width:480px){.stock-slider .swiper-slide{width:300px}}.stock-slider .swiper-slide.swiper-slide-active .stock-slider__item .stock-slider__item-banner:before{opacity:0}.stock-slider .swiper-slide.swiper-slide-active .stock-slider__item .stock-slider__item-content{opacity:1;pointer-events:all}.stock-slider .swiper-pagination{bottom:auto;display:flex;flex-wrap:wrap;gap:24px 30px;margin-bottom:110px;position:relative;z-index:50}@media screen and (max-width:1400px){.stock-slider .swiper-pagination{gap:20px}}@media screen and (max-width:768px){.stock-slider .swiper-pagination{gap:10px}}@media screen and (max-width:480px){.stock-slider .swiper-pagination{margin-bottom:50px}}.stock-slider .swiper-pagination .stock-slider__nav{background:transparent;border:1px solid var(--color-gray9);border-radius:10px;cursor:pointer;font-size:12px;height:auto;margin:0;opacity:1;padding:18px 22px;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}@media screen and (max-width:1400px){.stock-slider .swiper-pagination .stock-slider__nav{font-size:11px;padding:12px}}@media screen and (max-width:768px){.stock-slider .swiper-pagination .stock-slider__nav{font-size:10px;padding:10px}}.stock-slider .swiper-pagination .stock-slider__nav.swiper-pagination-bullet-active{border-color:var(--color-accent)}.stock-slider .stock-slider__item{position:relative}.stock-slider .stock-slider__item .stock-slider__item-banner{border-radius:32px;height:calc(100vh - 50px);max-height:760px;overflow:hidden;position:relative;transition:all .4s var(--transition);width:100%}@media screen and (max-width:768px){.stock-slider .stock-slider__item .stock-slider__item-banner{height:580px}}@media screen and (max-width:480px){.stock-slider .stock-slider__item .stock-slider__item-banner{border-radius:24px;height:470px}}.stock-slider .stock-slider__item .stock-slider__item-banner:before{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));border-radius:29px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s var(--transition);width:100%;z-index:2}.stock-slider .stock-slider__item .stock-slider__item-banner img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.stock-slider .stock-slider__item .stock-slider__item-content{font-size:24px;max-width:1120px;opacity:0;padding:105px var(--container-padding) 0 var(--container-padding);pointer-events:none;position:relative;transform:translateX(-29%);transition:all .4s var(--transition);width:100vw}@media screen and (max-width:1200px){.stock-slider .stock-slider__item .stock-slider__item-content{font-size:16px;left:50%;max-width:100vw;transform:translateX(-350px);width:700px}}@media screen and (max-width:700px){.stock-slider .stock-slider__item .stock-slider__item-content{font-size:14px;padding-top:60px;transform:translateX(-50%);width:100vw}}.stock-slider .stock-slider__item .stock-slider__item-content:before{background:var(--color-white);content:"";height:1px;left:50%;margin-left:-240px;opacity:.1;position:absolute;top:55px;width:480px}@media screen and (max-width:700px){.stock-slider .stock-slider__item .stock-slider__item-content:before{left:50%;margin-left:0;top:30px;transform:translateX(-50%);width:calc(100% - 50px)}}.stock-slider .stock-slider__item .stock-slider__item-content .stock-slider__item-title{font-size:18px;font-weight:500;line-height:1.2;margin-bottom:50px;text-align:center;text-transform:uppercase}@media screen and (max-width:700px){.stock-slider .stock-slider__item .stock-slider__item-content .stock-slider__item-title{font-size:16px;margin-bottom:30px}}.stock-slider .stock-slider__item .stock-slider__item-content ul{list-style-position:inside}.page-jobs{color:var(--color-white);min-height:100vh;overflow:hidden;padding-bottom:110px;padding-top:270px}@media screen and (max-width:768px){.page-jobs{padding-top:100px}}.jobs-header{align-items:center;display:flex;height:400px;justify-content:center;margin-bottom:215px;position:relative}@media screen and (max-width:1300px){.jobs-header{height:300px;margin-bottom:150px}}@media screen and (max-width:768px){.jobs-header{margin-bottom:30px}}.jobs-header:before{background:url(/local/templates/.default/assets/v6/css/../img/jobs_header_blur.png) no-repeat 50%;background-size:contain;content:"";height:400%;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:2}@media screen and (max-width:768px){.jobs-header:before{left:50%;opacity:.7;transform:translate(-50%,-50%);width:300%}}.jobs-header .jobs-header__slide{animation:scroll 100s linear infinite;animation:marquee 120s linear infinite forwards;background-size:auto 100%;content:"";display:flex;gap:0 40px;height:auto;left:0;line-height:0px;margin-top:-200px;min-width:100%;position:absolute;top:50%;z-index:1}.jobs-header .jobs-header__slide .jobs-header__slide-line{display:flex;gap:0 40px}.jobs-header .jobs-header__slide .jobs-header__slide-item img{height:400px;width:auto}@media screen and (max-width:1300px){.jobs-header .jobs-header__slide .jobs-header__slide-item img{height:300px}}.jobs-header .container{position:relative;z-index:3}.jobs-header .jobs-header__title{color:var(--color-accent);font-size:120px;font-weight:300;line-height:1.2;text-align:center;text-transform:uppercase}@media screen and (max-width:1300px){.jobs-header .jobs-header__title{font-size:90px}}@media screen and (max-width:768px){.jobs-header .jobs-header__title{font-size:60px}}@media screen and (max-width:480px){.jobs-header .jobs-header__title{font-size:50px}}.jobs-header .jobs-header__title h1{font-size:120px;font-weight:300;margin:0}@media screen and (max-width:1300px){.jobs-header .jobs-header__title h1{font-size:90px}}@media screen and (max-width:768px){.jobs-header .jobs-header__title h1{font-size:60px}}@media screen and (max-width:480px){.jobs-header .jobs-header__title h1{font-size:50px}}@keyframes scroll{to{background-position:-3330px 0}}.jobs-figures{margin-bottom:155px}@media screen and (max-width:1200px){.jobs-figures{margin-bottom:70px}}.jobs-figures .container{display:flex;max-width:1640px}@media screen and (max-width:1200px){.jobs-figures .container{flex-wrap:wrap}}.jobs-figures .jobs-figures__content{align-items:center;border:1px solid var(--color-accent);border-radius:30px;display:flex;font-size:18px;font-style:normal;font-weight:400;height:150px;margin-right:25px;padding:20px 20px 20px 40px;width:34%}@media screen and (max-width:1200px){.jobs-figures .jobs-figures__content{justify-content:center;margin-bottom:30px;margin-right:0;text-align:center;width:100%}}@media screen and (max-width:768px){.jobs-figures .jobs-figures__content{padding:30px}}.jobs-figures .jobs-figures__content span{color:var(--color-accent)}.jobs-figures .jobs-figures__list{display:flex;gap:0 18px;width:calc(66% - 25px)}@media screen and (max-width:1200px){.jobs-figures .jobs-figures__list{width:100%}}@media screen and (max-width:768px){.jobs-figures .jobs-figures__list{flex-direction:column;gap:26px 0}}.jobs-figures .jobs-figures__el{background:var(--br,linear-gradient(300deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%));border:1px solid var(--color-accent);border-radius:30px 30px 0 0;color:var(--color-black);font-size:20px;height:150px;line-height:1.2;padding:15px 30px;width:calc(33.33333% - 12px)}@media screen and (max-width:768px){.jobs-figures .jobs-figures__el{border-radius:30px;width:100%}}.jobs-figures .jobs-figures__el .jobs-figures__el_t{font-size:48px}.jobs-figures .jobs-figures__el:first-child{border-radius:30px 30px 0 30px}.jobs-figures .jobs-figures__el:last-child{border-radius:30px 30px 30px 0}.jobs-autor{margin-bottom:230px}@media screen and (max-width:1600px){.jobs-autor{margin-bottom:150px}}@media screen and (max-width:1400px){.jobs-autor{margin-bottom:50px}}.jobs-autor .container{display:flex;max-width:1690px;position:relative}@media screen and (max-width:768px){.jobs-autor .container{display:block}}.jobs-autor .jobs-autor__img{align-items:flex-start;display:flex;justify-content:flex-end;margin-right:140px;padding-right:60px;padding-top:95px;position:relative;width:580px}@media screen and (max-width:1600px){.jobs-autor .jobs-autor__img{margin-right:70px;width:460px}}@media screen and (max-width:1400px){.jobs-autor .jobs-autor__img{width:calc(100% - 670px)}}@media screen and (max-width:1200px){.jobs-autor .jobs-autor__img{width:calc(100% - 470px)}}@media screen and (max-width:768px){.jobs-autor .jobs-autor__img{justify-content:flex-start;left:0;margin-right:0;position:absolute;top:150px;width:100%;z-index:1}}.jobs-autor .jobs-autor__img:before{border:1px solid hsla(0,0%,100%,.2);border-radius:100px;content:"";height:calc(100% - 160px);left:0;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:768px){.jobs-autor .jobs-autor__img:before{border-radius:70px;height:calc(100% + 70px);left:25px;width:calc(100% - 50px)}}.jobs-autor .jobs-autor__img:after{background:url(/local/templates/.default/assets/v6/css/../img/jobs-autor__blur.png) no-repeat 50%;background-size:contain;bottom:0;content:"";height:880px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:1200px;z-index:2}.jobs-autor .jobs-autor__img .jobs-autor__img-bg{background:var(--br,linear-gradient(300deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%));border-radius:92px;content:"";height:calc(100% - 310px);left:25px;position:absolute;top:25px;width:calc(100% - 50px);z-index:3}@media screen and (max-width:768px){.jobs-autor .jobs-autor__img .jobs-autor__img-bg{border-radius:70px;height:calc(100% - 120px);left:40px;top:15px;width:calc(100% - 80px)}}.jobs-autor .jobs-autor__img .jobs-autor__img-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/jobs-autor__logo.png) no-repeat 0 0;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.jobs-autor .jobs-autor__img .jobs-autor__img-bg .text-logo{height:164px;position:absolute;right:-40px;top:-45px;width:160px}@media screen and (max-width:768px){.jobs-autor .jobs-autor__img .jobs-autor__img-bg .text-logo{display:none}}.jobs-autor .jobs-autor__img .jobs-autor__img-bg .text-logo svg{height:164px;width:160px}.jobs-autor .jobs-autor__img .jobs-autor__img-bg .text-logo svg path{fill:#cbfd42}.jobs-autor .jobs-autor__img img{height:auto;max-width:100%;position:relative;width:auto;z-index:10}@media screen and (max-width:768px){.jobs-autor .jobs-autor__img img{max-height:300px}}.jobs-autor .jobs-autor__content{max-width:695px;width:calc(100% - 720px)}@media screen and (max-width:1600px){.jobs-autor .jobs-autor__content{width:calc(100% - 530px)}}@media screen and (max-width:1400px){.jobs-autor .jobs-autor__content{width:600px}}@media screen and (max-width:1200px){.jobs-autor .jobs-autor__content{width:400px}}@media screen and (max-width:768px){.jobs-autor .jobs-autor__content{position:relative;width:100%;z-index:5}}.jobs-autor .jobs-autor__title{color:var(--color-white);font-size:100px;font-style:italic;font-weight:900;line-height:1.2;margin-bottom:10px;position:relative;text-transform:uppercase;z-index:1}@media screen and (max-width:1400px){.jobs-autor .jobs-autor__title{font-size:70px}}@media screen and (max-width:1200px){.jobs-autor .jobs-autor__title{font-size:50px}}@media screen and (max-width:768px){.jobs-autor .jobs-autor__title{font-size:40px}}.jobs-autor .jobs-autor__title span{display:block;padding-left:70px}.jobs-autor .jobs-autor__title .jobs-autor__title-shadow{color:var(--color-grayDark);left:10px;position:absolute;top:10px;z-index:-1}.jobs-autor .jobs-autor__subtitle{font-size:18px;margin-bottom:70px;text-align:right}@media screen and (max-width:768px){.jobs-autor .jobs-autor__subtitle{margin-bottom:340px}}.jobs-autor .jobs-autor__text{font-size:18px;font-weight:400;line-height:1.4;margin-bottom:80px;max-width:600px}@media screen and (max-width:768px){.jobs-autor .jobs-autor__text{margin-bottom:40px;padding-left:50px}}.jobs-autor .jobs-autor__text p{margin-bottom:26px}.jobs-autor .jobs-autor__text p:last-child{margin-bottom:0}.btn-play{align-items:center;border:1px solid hsla(0,0%,100%,.2);border-radius:200px;color:var(--color-white);display:flex;height:246px;max-width:690px;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (max-width:1400px){.btn-play{height:190px}}@media screen and (max-width:1200px){.btn-play{height:120px;max-width:420px}}.btn-play:focus,.btn-play:hover{color:var(--color-white)}.btn-play:hover .play{max-width:calc(100% - 40px)}@media screen and (max-width:1400px){.btn-play:hover .play{max-width:calc(100% - 40px)}}@media screen and (max-width:1200px){.btn-play:hover .play{max-width:calc(100% - 20px)}}.btn-play span{display:block;font-size:30px;line-height:1.4;padding:0 60px 0 40px;position:relative;text-align:right;width:calc(100% - 210px);z-index:2}@media screen and (max-width:1400px){.btn-play span{font-size:20px}}@media screen and (max-width:1200px){.btn-play span{font-size:16px;padding:0 30px 0 20px;width:calc(100% - 100px)}}.btn-play .play{background:linear-gradient(300deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);border:1px solid var(--color-white);border-radius:110px;content:"";height:210px;max-width:210px;position:absolute;right:20px;top:18px;transition:all .8s var(--transition3);width:calc(100% - 40px);z-index:1}@media screen and (max-width:1400px){.btn-play .play{height:150px;max-width:150px}}@media screen and (max-width:1200px){.btn-play .play{height:100px;max-width:100px;right:10px;top:10px;width:calc(100% - 20px)}}.btn-play .play svg{height:24px;margin-top:-12px;position:absolute;right:93px;top:50%;width:24px}@media screen and (max-width:1400px){.btn-play .play svg{right:58px}}@media screen and (max-width:1200px){.btn-play .play svg{right:35px}}.jobs-vacancy-block{margin:0 auto 125px;max-width:1085px}@media screen and (max-width:768px){.jobs-vacancy-block{margin-bottom:70px}}.jobs-vacancy-block .jobs-vacancy-block__title{color:var(--color-white);font-size:120px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:30px;text-align:center;text-transform:uppercase}@media screen and (max-width:1400px){.jobs-vacancy-block .jobs-vacancy-block__title{font-size:90px}}@media screen and (max-width:768px){.jobs-vacancy-block .jobs-vacancy-block__title{font-size:40px;position:relative;z-index:5}}.jobs-vacancy .jobs-vacancy__navs{display:flex;flex-wrap:wrap;gap:20px 40px;justify-content:center;margin-bottom:90px}@media screen and (max-width:1400px){.jobs-vacancy .jobs-vacancy__navs{gap:14px;margin-bottom:50px;position:relative;z-index:5}}@media screen and (max-width:768px){.jobs-vacancy .jobs-vacancy__navs{margin-bottom:20px}}.jobs-vacancy .jobs-vacancy__nav{border:1px solid var(--color-gray9);border-radius:10px;color:var(--color-white);cursor:pointer;font-size:12px;font-weight:400;line-height:1.1;padding:20px 26px;text-transform:uppercase;transition:all .3s var(--transition);white-space:nowrap}@media screen and (max-width:768px){.jobs-vacancy .jobs-vacancy__nav{border-color:var(--color-white);padding:16px 20px}}.jobs-vacancy .jobs-vacancy__nav._active{border-color:var(--color-accent)}.jobs-vacancy__tabs{position:relative}.jobs-vacancy__tabs:before{background:url(/local/templates/.default/assets/v6/css/../img/jobs-vacancy_bg.png) no-repeat 50%;background-size:contain;content:"";height:1060px;left:50%;pointer-events:none;position:absolute;top:-25%;transform:translateX(-50%);width:1600px}@media screen and (max-width:768px){.jobs-vacancy__tabs:before{opacity:.7;z-index:1}}.jobs-vacancy__tabs .jobs-vacancy__tabs-scroll{display:flex;gap:0 30px;position:relative;transform:translateX(0);transition:all .5s var(--transition);z-index:5}.jobs-vacancy__tabs .jobs-vacancy__tab{min-width:100%;opacity:0;transform:scale(.65);transition:all .5s var(--transition3)}.jobs-vacancy__tabs .jobs-vacancy__tab._active{opacity:1;transform:scale(1)}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-top{align-items:center;border:1px solid hsla(0,0%,100%,.2);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:25px;padding:25px 70px}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-top{margin-bottom:20px;padding:25px 20px}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-title{color:var(--color-white);font-size:80px;font-style:italic;font-weight:800;line-height:normal;position:relative;text-transform:uppercase;z-index:1}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-title{font-size:26px;width:calc(50% - 10px)}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-title span{color:var(--color-grayDark);left:5px;position:absolute;top:5px;z-index:-1}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-price{color:var(--color-accent);font-size:40px;font-style:italic;font-weight:800;line-height:normal;text-align:right;text-transform:uppercase}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-price{font-size:20px;width:calc(50% - 10px)}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content{border:1px solid hsla(0,0%,100%,.2);border-radius:10px;display:flex;justify-content:space-between;padding:40px 70px}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content{flex-direction:column;padding:30px 15px}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el{font-size:18px;width:calc(50% - 30px)}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el{font-size:14px;margin-bottom:26px;width:100%}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el:last-child{margin-bottom:0}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el .jobs-vacancy__tab_t{font-size:18px;font-weight:500;line-height:1.4;margin-bottom:22px;text-transform:uppercase}@media screen and (max-width:768px){.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el .jobs-vacancy__tab_t{font-size:16px;margin-bottom:14px}}.jobs-vacancy__tabs .jobs-vacancy__tab .jobs-vacancy__tab-content .jobs-vacancy__tab_el ul{list-style-position:inside}.jobs-form-wrap{position:relative}.jobs-form-wrap:before{background:url(/local/templates/.default/assets/v6/css/../img/quality-control__bg.svg) no-repeat top;background-size:contain;bottom:-230px;content:"";filter:blur(250px);-webkit-filter:blur(250px);height:420px;pointer-events:none;position:absolute;right:0;width:2234px;z-index:1}.jobs-form-wrap .container{max-width:1900px}@media screen and (max-width:768px){.jobs-form-wrap .container{padding:0 5px}}.jobs-form-wrap .jobs-form{background:var(--color-black);border:1px solid var(--color-gray6);padding:155px 30px 50px;position:relative;text-align:center;z-index:2}@media screen and (max-width:1200px){.jobs-form-wrap .jobs-form{padding-bottom:30px;padding-top:70px}}@media screen and (max-width:768px){.jobs-form-wrap .jobs-form{padding:40px 15px 30px}}.jobs-form-wrap .jobs-form:before{background:url(/local/templates/.default/assets/v6/css/../img/quality-control__bot.svg) no-repeat top;background-size:100%;bottom:-50px;content:"";height:50px;left:0;position:absolute;width:100%}.jobs-form-wrap .jobs-form__title{color:var(--color-white);font-size:70px;font-weight:300;line-height:1.2;margin-bottom:100px;text-align:center;text-transform:uppercase}@media screen and (max-width:1400px){.jobs-form-wrap .jobs-form__title{font-size:50px}}@media screen and (max-width:768px){.jobs-form-wrap .jobs-form__title{font-size:22px;margin-bottom:40px}}.jobs-form-wrap .jobs-send{z-index:5}.jobs-form-wrap .form-select{margin:0 auto 50px;max-width:730px;width:100%}@media screen and (max-width:768px){.jobs-form-wrap .form-select{margin-bottom:30px}}.jobs-form-wrap .form-input{margin:0 auto 50px;max-width:730px;width:100%}@media screen and (max-width:768px){.jobs-form-wrap .form-input{margin-bottom:30px}}.jobs-form-wrap .form-branch{margin:0 auto 50px;max-width:730px;width:100%}.jobs-form-wrap .form-branch .branches-list__link{display:block}.jobs-form-wrap .form-file{margin:0 auto 25px;max-width:295px;position:relative;text-align:center}@media screen and (max-width:768px){.jobs-form-wrap .form-file{margin-bottom:15px}}.jobs-form-wrap .form-confidentiality{color:var(--color-gray7)}.jobs-form-wrap .jobs-send-ok{align-items:center;background:var(--color-black);color:var(--color-white);display:flex;display:none;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;padding:20px;position:absolute;text-align:center;top:0;width:100%;z-index:50}@media screen and (max-width:768px){.jobs-form-wrap .jobs-send-ok{font-size:40px}}.jobs-form-wrap .jobs-send-ok .jobs-send-ok__wrap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.jobs-form-wrap .jobs-send-ok .jobs-send-ok__title{font-size:70px;font-weight:500;line-height:1.2;margin:0 auto 36px;max-width:1100px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1200px){.jobs-form-wrap .jobs-send-ok .jobs-send-ok__title{font-size:50px}}@media screen and (max-width:768px){.jobs-form-wrap .jobs-send-ok .jobs-send-ok__title{font-size:24px}}.jobs-form-wrap .jobs-send-ok .jobs-send-ok__desc{font-size:42px;font-weight:400;line-height:1.2;margin:0 auto;max-width:1100px;position:relative;z-index:2}@media screen and (max-width:1200px){.jobs-form-wrap .jobs-send-ok .jobs-send-ok__desc{font-size:30px}}@media screen and (max-width:768px){.jobs-form-wrap .jobs-send-ok .jobs-send-ok__desc{font-size:20px}}.jobs-form-wrap .jobs-send-ok .jobs-send-ok__bg{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:768px){.jobs-form-wrap .jobs-send-ok .jobs-send-ok__bg{transform:translate(-25%);width:200%}}.jobs-form-wrap .jobs-send-ok .jobs-send-ok__bg svg{height:auto;max-width:100%}.form-select .selectric-wrapper{border-bottom:1px solid var(--color-grayDark2)}.form-select .selectric-wrapper.selectric-open{background:var(--color-gray10);border:1px solid var(--color-gray6)}.form-select .selectric-wrapper .selectric{background:transparent;border:none}.form-select .selectric-wrapper .selectric .label{color:hsla(0,0%,100%,.5);font-family:var(--font-default);font-size:18px;font-weight:400;height:60px;letter-spacing:1.8px;line-height:60px;margin:0;padding:0 38px 0 25px;text-align:left;text-transform:uppercase}@media screen and (max-width:768px){.form-select .selectric-wrapper .selectric .label{padding-left:16px}}.form-select .selectric-wrapper .selectric .button{background:transparent;height:100%}.form-select .selectric-wrapper .selectric .button:before{display:none}.form-select .selectric-wrapper .selectric-items{background:var(--color-gray10);border:none;border:1px solid var(--color-gray6);border-top:0;box-shadow:none;left:-1px;text-align:left}.form-select .selectric-wrapper .selectric-items ul li{font-family:var(--font-default);font-size:16px;padding:15px 25px}@media screen and (max-width:768px){.form-select .selectric-wrapper .selectric-items ul li{padding:15px 16px}}.form-input input{background:transparent;border:none;border-bottom:1px solid var(--color-grayDark2);color:hsla(0,0%,100%,.5);font-family:var(--font-default);font-size:18px;font-weight:400;height:60px;letter-spacing:1.8px;padding:0 25px;text-transform:uppercase;width:100%}@media screen and (max-width:768px){.form-input input{padding:0 16px}}.form-branch .form-branch__label{align-items:center;background:transparent;border:none;border-bottom:1px solid var(--color-grayDark2);color:hsla(0,0%,100%,.5);cursor:pointer;display:flex;flex-wrap:wrap;font-family:var(--font-default);font-size:16px;font-weight:400;gap:0;height:60px;justify-content:flex-start;letter-spacing:1.8px;line-height:1.2;padding:0 25px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (max-width:768px){.form-branch .form-branch__label{padding:0 16px}}.form-branch .form-branch__label label{line-height:1.1;text-transform:uppercase;width:100%}.form-branch .form-branch__label span{display:block;font-size:12px;letter-spacing:0;overflow:hidden;width:100%}.form-branch__popup{background:var(--color-black);height:100%;left:0;opacity:0;overflow-y:auto;padding:20px 60px;pointer-events:none;position:fixed;top:0;transition:all .2s var(--transition) .2s;visibility:hidden;width:100%;z-index:-1}.form-branch__popup._show{opacity:1;pointer-events:all;transition:all .2s var(--transition);visibility:visible;z-index:2000}.form-branch__popup._show .form-branch__list{opacity:1;transform:translateY(0);transition:all .4s var(--transition) .2s}@media screen and (max-width:1600px){.form-branch__popup{padding:10px 60px 20px 10px}}.form-branch__popup .form-branch__popup-t{display:none}.form-branch__popup .form-branch__popup-close{content:"";cursor:pointer;height:40px;position:fixed;right:30px;top:10px;width:40px;z-index:20}@media screen and (max-width:1900px){.form-branch__popup .form-branch__popup-close{right:20px}}.form-branch__popup .form-branch__popup-close:before{background:var(--color-accent);content:"";height:1px;left:0;position:absolute;top:50%;transform:rotate(-45deg);width:100%}.form-branch__popup .form-branch__popup-close:after{background:var(--color-accent);content:"";height:1px;left:0;position:absolute;top:50%;transform:rotate(45deg);width:100%}.form-branch__popup .form-branch__list{border:1px solid var(--color-gray6);margin:0 auto;max-width:1800px;opacity:0;padding:80px;position:relative;text-align:left;transform:translateY(30px);transition:all .4s var(--transition)}@media screen and (max-width:1600px){.form-branch__popup .form-branch__list{padding:30px 50px}}@media screen and (max-width:1400px){.form-branch__popup .form-branch__list .branches-list .branches-list__title{font-size:12px;margin-bottom:10px}.form-branch__popup .form-branch__list .branches-list .branches-list__literally{font-size:14px;margin-bottom:10px;margin-top:15px;padding-right:0}}.form-branch__popup .form-branch__list .branches-list .branches-list__link{color:hsla(0,0%,100%,.7);cursor:pointer;font-size:16px;position:relative;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-branch__popup .form-branch__list .branches-list .branches-list__link .branches-list__link_t{position:relative}.form-branch__popup .form-branch__list .branches-list .branches-list__link .branches-list__link_t:before{background:url(/local/templates/.default/assets/v6/css/../img/check.svg) no-repeat 50%;background-size:contain;content:"";height:18px;left:-40px;opacity:0;position:absolute;top:2px;transition:all .3s var(--transition);width:18px}.form-branch__popup .form-branch__list .branches-list .branches-list__link input[type=checkbox]{left:0;opacity:0;position:absolute;top:5px}.form-branch__popup .form-branch__list .branches-list .branches-list__link input[type=checkbox]:checked+.branches-list__link_t{color:var(--color-white);font-weight:700}.form-branch__popup .form-branch__list .branches-list .branches-list__link input[type=checkbox]:checked+.branches-list__link_t:before{opacity:1}.form-branch__popup .form-branch__list .branches-list .branches-list__link:hover .branches-list__link_t{color:var(--color-white)}.form-file{margin-left:15px;overflow:hidden;padding-top:25px}.form-file .form-file__inp{display:block;position:relative}.form-file .form-file__inp input{left:0;opacity:0;position:absolute;top:0;visibility:hidden}.form-file .form-file__label{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:center;min-height:20px;padding-top:40px;position:relative;text-align:left}.form-file .form-file__label:before{background:url(/local/templates/.default/assets/v6/css/../img/download-icon.svg) no-repeat 50%;background-size:contain;content:"";height:30px;left:50%;position:absolute;top:0;transform:translate(-50%);width:30px}.form-file .form-file__label span{border:none;border-bottom:1px solid var(--color-gray8);color:var(--color-gray8);display:inline-block;font-size:12px;text-transform:uppercase;transition:all .3s}.form-file .form-file__label:hover span{border-color:var(--color-accent);color:var(--color-accent)}.form-file .form-file__list{color:#000;font-size:10px;font-weight:400;line-height:1.2;margin:10px 0;text-align:center}.form-file .form-file__list span{display:block;margin-bottom:3px}.form-file .form-file__desc{color:#717171;font-size:10px;padding-top:5px;text-align:center}.jobs-send__bg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:768px){.jobs-send__bg{opacity:.2}}.jobs-send__bg span:first-child{background:url(/local/templates/.default/assets/v6/css/../img/jobs-send__bg1.png) no-repeat 50%;background-size:contain;content:"";height:429px;position:absolute;right:80px;top:250px;width:429px}@media screen and (max-width:1400px){.jobs-send__bg span:first-child{height:300px;right:0;width:300px}}.jobs-send__bg span:nth-child(2){background:url(/local/templates/.default/assets/v6/css/../img/jobs-send__bg2.png) no-repeat 50%;background-size:contain;bottom:250px;content:"";height:280px;position:absolute;right:80px;width:280px}.jobs-send__bg span:nth-child(3){background:url(/local/templates/.default/assets/v6/css/../img/jobs-send__bg3.png) no-repeat 50%;background-size:contain;bottom:250px;content:"";height:280px;position:absolute;right:350px;width:240px}.sec-home-cert{padding-top:80px}@media screen and (max-width:768px){.sec-home-cert{overflow:hidden}}@media screen and (max-width:480px){.sec-home-cert{padding-top:40px}}.home-cert{align-items:center;display:flex;position:relative}@media screen and (max-width:768px){.home-cert{flex-wrap:wrap}}.home-cert .home-cert__bg{content:"";left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}@media screen and (max-width:768px){.home-cert .home-cert__bg{display:flex;justify-content:center;left:50%;top:0;transform:translate(-50%);width:100%}}@media screen and (max-width:480px){.home-cert .home-cert__bg{width:100%}}.home-cert .home-cert__bg img{max-width:100%;width:auto}@media screen and (max-width:768px){.home-cert .home-cert__bg img{max-width:none;width:150%}}@media screen and (max-width:480px){.home-cert .home-cert__bg img{width:200%}}.home-cert .home-cert__img{display:block;margin-right:35px;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc(50% - 250px);z-index:2}@media screen and (max-width:1500px){.home-cert .home-cert__img{width:calc(50% - 225px)}}@media screen and (max-width:1200px){.home-cert .home-cert__img{display:none;width:100%}}@media screen and (max-width:480px){.home-cert .home-cert__img{display:block}}.home-cert .home-cert__img img{height:auto;max-width:100%;position:relative;width:auto;z-index:3}.home-cert .home-cert__img .home-cert__star{background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;position:absolute;transition:all .5s var(--transition);width:42px}.home-cert .home-cert__img .home-cert__star.home-cert__star-1{animation:blinker1 2s linear infinite;right:0;top:20%;transform:rotate(30deg);z-index:4}@media screen and (max-width:480px){.home-cert .home-cert__img .home-cert__star.home-cert__star-1{right:-10px;top:5%}}.home-cert .home-cert__img .home-cert__star.home-cert__star-2{animation:blinker2 2.5s linear infinite;bottom:15%;filter:blur(5px);height:74px;left:10%;width:74px;z-index:1}@media screen and (max-width:480px){.home-cert .home-cert__img .home-cert__star.home-cert__star-2{bottom:10%;left:-15px}}.home-cert .home-cert__img .home-cert__star.home-cert__star-3{animation:blinker3 3s linear infinite;bottom:5%;left:24%;z-index:4}@media screen and (max-width:480px){.home-cert .home-cert__img .home-cert__star.home-cert__star-3{bottom:0}}.home-cert .home-cert__midle{margin-right:35px;width:calc(50% - 250px);z-index:3}@media screen and (max-width:1500px){.home-cert .home-cert__midle{width:calc(50% - 225px)}}@media screen and (max-width:1200px){.home-cert .home-cert__midle{width:calc(100% - 415px)}}@media screen and (max-width:992px){.home-cert .home-cert__midle{width:calc(100% - 335px)}}@media screen and (max-width:768px){.home-cert .home-cert__midle{margin-bottom:40px;margin-right:0;width:100%}}.home-cert .home-cert__right{width:430px;z-index:3}@media screen and (max-width:1500px){.home-cert .home-cert__right{width:380px}}@media screen and (max-width:992px){.home-cert .home-cert__right{width:300px}}@media screen and (max-width:768px){.home-cert .home-cert__right{width:100%}}.home-cert .home-cert__title{color:var(--color-white);font-family:var(--font-default);font-size:22px;font-weight:500;line-height:1.1;margin-bottom:30px;padding:25px 30px 30px;position:relative;text-transform:uppercase;z-index:1}@media screen and (max-width:1600px){.home-cert .home-cert__title{font-size:18px;padding:35px 30px 30px}}@media screen and (max-width:1500px){.home-cert .home-cert__title{font-size:16px;padding:35px 20px 30px}}@media screen and (max-width:1200px){.home-cert .home-cert__title{max-width:460px}}@media screen and (max-width:480px){.home-cert .home-cert__title{font-size:12px;margin-bottom:15px;padding:25px 20px 20px}}.home-cert .home-cert__title:before{background:url(/local/templates/.default/assets/v6/css/../img/home_cert_br.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.home-cert .home-cert__title:after{animation:spin 15s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_year.svg) no-repeat 50%;background-size:contain;content:"";height:100px;pointer-events:none;position:absolute;right:7%;top:-80px;width:100px}@media screen and (max-width:1500px){.home-cert .home-cert__title:after{height:76px;right:5%;top:-40px;width:76px}}@media screen and (max-width:768px){.home-cert .home-cert__title:after{top:-50px}}@media screen and (max-width:480px){.home-cert .home-cert__title:after{height:70px;right:0;width:70px}}.home-cert .home-cert__title span{display:block;font-size:90px;font-style:italic;font-weight:800;padding-left:5px;padding-top:5px}@media screen and (max-width:1870px){.home-cert .home-cert__title span{font-size:calc(var(--index)*2.8);padding-top:15px}}@media screen and (max-width:1600px){.home-cert .home-cert__title span{font-size:calc(var(--index)*2.2);padding-top:15px}}@media screen and (max-width:1500px){.home-cert .home-cert__title span{font-size:calc(var(--index)*2)}}@media screen and (max-width:480px){.home-cert .home-cert__title span{font-size:calc(var(--index)*3)}}.home-cert .home-cert__text{color:var(--color-white);font-size:18px}@media screen and (max-width:480px){.home-cert .home-cert__text{font-size:16px;line-height:1.4}}.home-cert .home-cert__text p{margin-bottom:15px}@media screen and (max-width:480px){.home-cert .home-cert__text p{margin-bottom:10px}}.home-cert .home-cert__text p:last-child{margin-bottom:0}.home-cert .home-cert__nominal{align-items:flex-end;border:1px solid hsla(0,0%,100%,.4);border-radius:20px;color:var(--color-white);display:flex;font-family:var(--font-ex);font-size:16px;font-weight:500;height:140px;justify-content:flex-end;line-height:1.4;margin-bottom:40px;padding:20px 30px;position:relative;text-align:right;text-transform:uppercase}@media screen and (max-width:992px){.home-cert .home-cert__nominal{font-size:14px;margin-bottom:26px}}@media screen and (max-width:480px){.home-cert .home-cert__nominal{font-size:12px;height:120px;margin-bottom:10px;padding:20px}}.home-cert .home-cert__nominal:before{background:url(/local/templates/.default/assets/v6/css/../img/home_cert_icon_copy.svg) no-repeat 50%;background-size:contain;content:"";height:33px;left:25px;pointer-events:none;position:absolute;top:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:33px}@media screen and (max-width:480px){.home-cert .home-cert__nominal:before{height:22px;left:20px;top:20px;width:22px}}.home-cert .home-cert__nominal .home-cert__nominal-text{max-width:320px}.home-cert .home-cert__links{display:flex;justify-content:space-between}.home-cert .home-cert__links .home-cert__link{align-items:flex-start;border-radius:30px;color:var(--color-black);display:flex;flex-direction:column;font-size:20px;font-weight:500;justify-content:space-between;line-height:1.3;min-height:200px;padding:25px 20px;position:relative;text-decoration:none;text-transform:uppercase;transform:scale(1);transition:all .3s var(--transition);width:calc(50% - 15px)}@media screen and (max-width:1500px){.home-cert .home-cert__links .home-cert__link{min-height:170px}}@media screen and (max-width:992px){.home-cert .home-cert__links .home-cert__link{font-size:18px;min-height:140px;padding:25px 15px;width:calc(50% - 5px)}}.home-cert .home-cert__links .home-cert__link:hover{transform:scale(1.1)}.home-cert .home-cert__links .home-cert__link:before{background:url(/local/templates/.default/assets/v6/css/../img/arrow_staff__black.svg) no-repeat 50%;background-size:contain;content:"";height:22px;position:absolute;right:20px;top:25px;transform:rotate(-45deg);width:22px}@media screen and (max-width:992px){.home-cert .home-cert__links .home-cert__link:before{height:16px;width:16px}}.home-cert .home-cert__links .home-cert__link span{display:block;margin-top:30px}.home-cert .home-cert__links .home-cert__link.home-cert__link-barber{background:var(--br,linear-gradient(300deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%));border:1px solid #a6ce39}.home-cert .home-cert__links .home-cert__link.home-cert__link-barber img{max-width:calc(100% - 45px);width:auto}.home-cert .home-cert__links .home-cert__link.home-cert__link-soda{background:#e7d6c7}.home-cert .home-cert__links .home-cert__link.home-cert__link-soda img{max-height:36px;width:auto}@keyframes blinker1{50%{opacity:0}}@keyframes blinker2{50%{filter:blur(10px);opacity:0}}@keyframes blinker3{50%{opacity:0}}@keyframes spin{0%{transform:scale(.9) rotate(0deg)}50%{transform:scale(1) rotate(180deg)}to{transform:scale(.9) rotate(1turn)}}.popup-stock{bottom:-30px;height:auto;max-width:600px;opacity:0;pointer-events:none;position:fixed;right:10px;transition:all .5s var(--transition);visibility:hidden;width:calc(100% - 40px);z-index:1000}.popup-stock.show{bottom:10px;opacity:1;pointer-events:all;visibility:visible}.popup-stock .popup-stock__close{background:var(--color-white);border-radius:50%;content:"";cursor:pointer;height:30px;left:-6px;position:absolute;top:-6px;transition:background .3s ease-in-out;width:30px;z-index:5}.popup-stock .popup-stock__close:hover{background:var(--color-accent)}.popup-stock .popup-stock__close:before{background:url(/local/templates/.default/assets/v6/css/../img/icon-close-black.svg) no-repeat 50%;background-size:contain;content:"";height:14px;left:50%;margin-left:-7px;margin-top:-7px;position:absolute;top:50%;width:14px}.popup-stock .popup-stock__img{border-radius:20px;display:block;line-height:0px;max-width:100%;overflow:hidden;position:relative}.popup-stock .popup-stock__img img{height:auto;max-height:calc(100vh - 100px);max-width:100%;width:auto}.mobile-sert-menu{background:radial-gradient(68.35% 68.5% at 44.71% 50%,#553182 0,#000 100%);display:none;height:420px;margin-bottom:50px;overflow:hidden;padding:30px;position:relative;text-decoration:none;width:100%}@media screen and (max-width:992px){.mobile-sert-menu{display:block}}.mobile-sert-menu .mobile-sert-menu__title{color:var(--color-white);font-size:16px;position:relative;text-transform:uppercase;z-index:2}.mobile-sert-menu .mobile-sert-menu__img{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.mobile-sert-menu .mobile-sert-menu__img img{position:absolute}.mobile-sert-menu .mobile-sert-menu__img img:first-child{bottom:-10%;left:-7%;max-height:350px;max-width:320px;transform:rotate(20deg);z-index:2}.mobile-sert-menu .mobile-sert-menu__img img:nth-child(2){bottom:20%;max-height:350px;max-width:320px;right:-10%;transform:rotate(-20deg);z-index:1}.section-love{padding-top:80px;position:relative}@media screen and (max-width:768px){.section-love{overflow:hidden;padding-bottom:90px;padding-top:40px}}.section-love .container{align-items:center;display:flex;gap:0 30px;justify-content:space-between}@media screen and (max-width:768px){.section-love .container{align-items:flex-end;flex-wrap:wrap;gap:60px 40px}.section-love .section-love__left{order:2;width:calc(50% - 20px)}}.section-love .section-love__center{max-width:580px}@media screen and (max-width:768px){.section-love .section-love__center{margin:0 auto;order:1;width:100%}.section-love .section-love__right{order:3;width:calc(50% - 20px)}}.section-love .for-her{color:var(--color-white);display:block;position:relative;text-decoration:none}.section-love .for-her .for-her__certificates{align-items:flex-end;display:flex;max-width:460px;position:relative}.section-love .for-her .for-her__certificates .for-her__certificates-bg{height:300%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:300%;z-index:1}.section-love .for-her .for-her__certificates .for-her__certificates-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/for-her__certificates-bg.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.section-love .for-her .for-her__certificate{position:relative;width:50%;z-index:2}.section-love .for-her .for-her__certificate .for-her__certificate-hearts{height:100%;left:0;position:absolute;top:0;width:100%}.section-love .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart{content:"";position:absolute;transform:translatey(0)}.section-love .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_1.png) no-repeat 50%;background-size:contain;height:21%;right:10%;top:-5%;width:26%;z-index:2}.section-love .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_2.png) no-repeat 50%;background-size:contain;height:39%;right:11%;top:15%;width:52%;z-index:3}.section-love .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:nth-child(3){animation:float 5s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_2.png) no-repeat 50%;background-size:contain;height:24%;left:11%;top:50%;width:34%;z-index:1}.section-love .for-her .for-her__certificate:first-child{transform:rotate(-14deg)}.section-love .for-her .for-her__certificate:nth-child(2){transform:rotate(14deg) translate(-10%,-8%)}.section-love .for-her .for-her__certificate:nth-child(2) .for-her__certificate-hearts .for-her__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__2_2.png) no-repeat 50%;background-size:contain;height:37%;right:1%;top:-4%;width:51%;z-index:2}.section-love .for-her .for-her__certificate:nth-child(2) .for-her__certificate-hearts .for-her__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__2_1.png) no-repeat 50%;background-size:contain;height:22%;left:25%;top:35%;width:33%;z-index:3}.section-love .for-her .for-her__certificate img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.section-love .for-her .for-her__title{align-items:center;display:flex;font-size:60px;font-style:italic;font-weight:800;gap:0 30px;justify-content:center;line-height:1.2;margin-top:40px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.section-love .for-her .for-her__title{font-size:40px}}@media screen and (max-width:1200px){.section-love .for-her .for-her__title{font-size:20px}}.section-love .for-her .for-her__title .arrow{line-height:0px}@media screen and (max-width:1200px){.section-love .for-her .for-her__title .arrow svg{height:auto;width:10px}}.section-love .for-her .for-her__stars{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.section-love .for-her .for-her__stars .for-her__star:first-child{animation:blinker1 2s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;position:absolute;right:1%;top:-12%;transform:rotate(30deg);transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-love .for-her .for-her__stars .for-her__star:first-child{height:30px;right:10%;top:-25%;width:30px}}.section-love .for-her .for-her__stars .for-her__star:nth-child(2){animation:blinker2 2.5s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:15%;content:"";filter:blur(5px);height:74px;left:50%;position:absolute;transition:all .5s var(--transition);width:74px;z-index:1}@media screen and (max-width:768px){.section-love .for-her .for-her__stars .for-her__star:nth-child(2){height:50px;width:50px}}.section-love .for-her .for-her__stars .for-her__star:nth-child(3){animation:blinker3 3s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:17%;content:"";height:42px;left:-5%;position:absolute;transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-love .for-her .for-her__stars .for-her__star:nth-child(3){height:30px;width:30px}}.section-love .for-him{color:var(--color-white);display:block;position:relative;text-decoration:none}.section-love .for-him .for-him__certificates{align-items:flex-end;display:flex;max-width:460px;position:relative}.section-love .for-him .for-him__certificates .for-him__certificates-bg{height:300%;overflow:hidden;pointer-events:none;position:absolute;right:calc(var(--border-offset)*-1);top:50%;transform:translateY(-50%);width:calc(100% + var(--border-offset)*2.5);z-index:1}@media screen and (max-width:1870px){.section-love .for-him .for-him__certificates .for-him__certificates-bg{right:calc(var(--container-padding)*-1);width:50vw}}@media screen and (max-width:1600px){.section-love .for-him .for-him__certificates .for-him__certificates-bg{height:200%;right:calc(var(--container-padding)*-1)}}.section-love .for-him .for-him__certificates .for-him__certificates-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/for-him__certificates-bg.svg) no-repeat 50%;background-size:auto;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1600px){.section-love .for-him .for-him__certificates .for-him__certificates-bg:before{background-size:contain}}.section-love .for-him .for-him__certificate{position:relative;width:50%;z-index:2}.section-love .for-him .for-him__certificate .for-him__certificate-circle{animation:rotating 30s linear infinite;aspect-ratio:1/1;background:url(/local/templates/.default/assets/v6/css/../img/type-certificates__1_text.svg) no-repeat 50%;background-size:contain;border-radius:50%;content:"";opacity:1;position:absolute;right:-10%;top:-5%;transition:all .6s ease-in-out .2s;width:40%;z-index:2}.section-love .for-him .for-him__certificate .for-him__certificate-hearts{height:100%;left:0;position:absolute;top:0;width:100%}.section-love .for-him .for-him__certificate .for-him__certificate-hearts .for-him__certificate-heart{content:"";position:absolute;transform:translatey(0)}.section-love .for-him .for-him__certificate .for-him__certificate-hearts .for-him__certificate-heart:first-child{height:36%;right:8%;top:1%;width:46%;z-index:2}.section-love .for-him .for-him__certificate .for-him__certificate-hearts .for-him__certificate-heart:nth-child(2){height:22%;left:25%;top:25%;width:28%;z-index:3}.section-love .for-him .for-him__certificate:first-child{transform:rotate(-14deg)}.section-love .for-him .for-him__certificate:first-child .for-him__certificate-hearts .for-him__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/love-2-1.png) no-repeat 50%;background-size:contain}.section-love .for-him .for-him__certificate:first-child .for-him__certificate-hearts .for-him__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/love-2-2.png) no-repeat 50%;background-size:contain}.section-love .for-him .for-him__certificate:nth-child(2){transform:rotate(14deg) translate(-5%,5%)}@media screen and (max-width:1870px){.section-love .for-him .for-him__certificate:nth-child(2){transform:rotate(14deg) translate(-15%,5%)}}.section-love .for-him .for-him__certificate:nth-child(2) .for-him__certificate-hearts .for-him__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/love-1-1.png) no-repeat 50%;background-size:contain}.section-love .for-him .for-him__certificate:nth-child(2) .for-him__certificate-hearts .for-him__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/love-1-2.png) no-repeat 50%;background-size:contain}.section-love .for-him .for-him__certificate img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.section-love .for-him .for-him__title{align-items:center;display:flex;font-size:60px;font-style:italic;font-weight:800;gap:0 30px;justify-content:center;line-height:1.2;margin-top:40px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.section-love .for-him .for-him__title{font-size:40px}}@media screen and (max-width:1200px){.section-love .for-him .for-him__title{font-size:20px}}.section-love .for-him .for-him__title .arrow{line-height:0px}@media screen and (max-width:1200px){.section-love .for-him .for-him__title .arrow svg{height:auto;width:10px}}.section-love .for-him .for-him__stars{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.section-love .for-him .for-him__stars .for-him__star:first-child{animation:blinker1 2s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;left:10%;position:absolute;top:-10%;transform:rotate(30deg);transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-love .for-him .for-him__stars .for-him__star:first-child{height:30px;left:45%;top:-15%;width:30px}}.section-love .for-him .for-him__stars .for-him__star:nth-child(2){animation:blinker2 2.5s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:15%;content:"";filter:blur(5px);height:74px;left:25%;position:absolute;transition:all .5s var(--transition);width:74px;z-index:1}@media screen and (max-width:768px){.section-love .for-him .for-him__stars .for-him__star:nth-child(2){height:50px;width:50px}}.section-love .section-love__title{color:var(--color-white);font-size:22px;font-weight:500;line-height:1.2;text-align:center;text-transform:uppercase}@media screen and (max-width:1200px){.section-love .section-love__title{font-size:20px}}@media screen and (max-width:768px){.section-love .section-love__title{font-size:18px}}.section-love .section-love__title strong{display:block;font-size:100px;font-style:italic;font-weight:800;text-transform:uppercase}@media screen and (max-width:1870px){.section-love .section-love__title strong{font-size:70px}}@media screen and (max-width:1200px){.section-love .section-love__title strong{font-size:50px}}@media screen and (max-width:768px){.section-love .section-love__title strong{font-size:40px}}.section-love .section-love__desc{color:var(--color-white);font-size:18px;font-weight:400;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:768px){.section-love .section-love__desc{margin-bottom:30px}}.section-love .section-love__specifications{display:flex;gap:0 25px;justify-content:space-between;max-width:440px}@media screen and (max-width:1870px){.section-love .section-love__specifications{margin:0 auto}}@media screen and (max-width:1200px){.section-love .section-love__specifications{gap:0 20px}}.section-love .section-love__specifications .section-love__specification{color:var(--color-white);font-size:16px;font-weight:500;max-width:320px;text-transform:uppercase}@media screen and (max-width:1400px){.section-love .section-love__specifications .section-love__specification{font-size:14px}}@media screen and (max-width:1200px){.section-love .section-love__specifications .section-love__specification{font-size:12px;width:calc(50% - 10px)}}@media screen and (max-width:768px){.section-love .section-love__specifications .section-love__specification{font-size:10px;text-align:center}}.section-love .section-love__specifications .section-love__specification i{display:block;margin-bottom:20px}@media screen and (max-width:768px){.section-love .section-love__specifications .section-love__specification i{margin:0 auto 10px}}.section-love .section-love__specifications .section-love__specification .icon-nominal{background:url(/local/templates/.default/assets/v6/css/../img/icon-nominal.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}.section-love .section-love__specifications .section-love__specification .icon-time{background:url(/local/templates/.default/assets/v6/css/../img/icon-time.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}.section-defender{padding-top:80px;position:relative}@media screen and (max-width:768px){.section-defender{overflow:hidden;padding-bottom:90px;padding-top:40px}}.section-defender .container{align-items:center;display:flex;gap:0 80px;justify-content:space-between;max-width:1200px}@media screen and (max-width:768px){.section-defender .container{align-items:flex-end;flex-wrap:wrap;gap:60px 40px}}.section-defender .section-defender__left{width:calc(100% - 530px)}@media screen and (max-width:768px){.section-defender .section-defender__left{width:100%}}.section-defender .section-defender__right{width:450px}@media screen and (max-width:768px){.section-defender .section-defender__right{margin:0 auto;max-width:200px;width:100%}}.section-defender .for-her{color:var(--color-white);display:block;position:relative;text-decoration:none}.section-defender .for-her .for-her__certificates{align-items:flex-end;display:flex;max-width:460px;position:relative}.section-defender .for-her .for-her__certificates .for-her__certificates-bg{height:300%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:300%;z-index:1}.section-defender .for-her .for-her__certificates .for-her__certificates-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/for-her__certificates-bg.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.section-defender .for-her .for-her__certificate{position:relative;width:50%;z-index:2}.section-defender .for-her .for-her__certificate .for-her__certificate-hearts{height:100%;left:0;position:absolute;top:0;width:100%}.section-defender .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart{content:"";position:absolute;transform:translatey(0)}.section-defender .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_1.png) no-repeat 50%;background-size:contain;height:21%;right:10%;top:-5%;width:26%;z-index:2}.section-defender .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_2.png) no-repeat 50%;background-size:contain;height:39%;right:11%;top:15%;width:52%;z-index:3}.section-defender .for-her .for-her__certificate .for-her__certificate-hearts .for-her__certificate-heart:nth-child(3){animation:float 5s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__1_2.png) no-repeat 50%;background-size:contain;height:24%;left:11%;top:50%;width:34%;z-index:1}.section-defender .for-her .for-her__certificate:first-child{transform:rotate(-14deg)}.section-defender .for-her .for-her__certificate:nth-child(2){transform:rotate(14deg) translate(-10%,-8%)}.section-defender .for-her .for-her__certificate:nth-child(2) .for-her__certificate-hearts .for-her__certificate-heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__2_2.png) no-repeat 50%;background-size:contain;height:37%;right:1%;top:-4%;width:51%;z-index:2}.section-defender .for-her .for-her__certificate:nth-child(2) .for-her__certificate-hearts .for-her__certificate-heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/for-her__2_1.png) no-repeat 50%;background-size:contain;height:22%;left:25%;top:35%;width:33%;z-index:3}.section-defender .for-her .for-her__certificate img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.section-defender .for-her .for-her__title{align-items:center;display:flex;font-size:60px;font-style:italic;font-weight:800;gap:0 30px;justify-content:center;line-height:1.2;margin-top:40px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.section-defender .for-her .for-her__title{font-size:40px}}@media screen and (max-width:1200px){.section-defender .for-her .for-her__title{font-size:20px}}.section-defender .for-her .for-her__title .arrow{line-height:0px}@media screen and (max-width:1200px){.section-defender .for-her .for-her__title .arrow svg{height:auto;width:10px}}.section-defender .for-her .for-her__stars{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.section-defender .for-her .for-her__stars .for-her__star:first-child{animation:blinker1 2s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;position:absolute;right:1%;top:-12%;transform:rotate(30deg);transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-defender .for-her .for-her__stars .for-her__star:first-child{height:30px;right:10%;top:-25%;width:30px}}.section-defender .for-her .for-her__stars .for-her__star:nth-child(2){animation:blinker2 2.5s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:15%;content:"";filter:blur(5px);height:74px;left:50%;position:absolute;transition:all .5s var(--transition);width:74px;z-index:1}@media screen and (max-width:768px){.section-defender .for-her .for-her__stars .for-her__star:nth-child(2){height:50px;width:50px}}.section-defender .for-her .for-her__stars .for-her__star:nth-child(3){animation:blinker3 3s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:17%;content:"";height:42px;left:-5%;position:absolute;transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-defender .for-her .for-her__stars .for-her__star:nth-child(3){height:30px;width:30px}}.section-defender .for-him{color:var(--color-white);display:block;position:relative;text-decoration:none}.section-defender .for-him .for-him__certificates{align-items:flex-end;display:flex;max-width:460px;position:relative}.section-defender .for-him .for-him__certificates .for-him__certificates-bg{height:300%;overflow:hidden;pointer-events:none;position:absolute;right:calc(var(--border-offset)*-1);top:50%;transform:translateY(-50%);width:calc(100% + var(--border-offset)*2.5);z-index:1}@media screen and (max-width:1870px){.section-defender .for-him .for-him__certificates .for-him__certificates-bg{right:calc(var(--container-padding)*-1);width:50vw}}@media screen and (max-width:1600px){.section-defender .for-him .for-him__certificates .for-him__certificates-bg{height:200%;right:calc(var(--container-padding)*-1)}}.section-defender .for-him .for-him__certificates .for-him__certificates-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/for-him__certificates-bg.svg) no-repeat 50%;background-size:auto;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1600px){.section-defender .for-him .for-him__certificates .for-him__certificates-bg:before{background-size:contain}}.section-defender .for-him .for-him__certificate{position:relative;width:50%;z-index:2}@keyframes rotating{to{transform:rotate(1turn)}}.section-defender .for-him .for-him__certificate .for-him__certificate-circle{animation:rotating 30s linear infinite;aspect-ratio:1/1;background:url(/local/templates/.default/assets/v6/css/../img/type-certificates__1_text.svg) no-repeat 50%;background-size:contain;border-radius:50%;content:"";opacity:1;position:absolute;right:-10%;top:-5%;transition:all .6s ease-in-out .2s;width:40%;z-index:2}.section-defender .for-him .for-him__certificate:first-child{transform:rotate(-14deg)}.section-defender .for-him .for-him__certificate:nth-child(2){transform:rotate(14deg) translate(-5%,5%)}@media screen and (max-width:1870px){.section-defender .for-him .for-him__certificate:nth-child(2){transform:rotate(14deg) translate(-15%,5%)}}.section-defender .for-him .for-him__certificate img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.section-defender .for-him .for-him__title{align-items:center;display:flex;font-size:60px;font-style:italic;font-weight:800;gap:0 30px;justify-content:center;line-height:1.2;margin-top:40px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.section-defender .for-him .for-him__title{font-size:40px}}@media screen and (max-width:1200px){.section-defender .for-him .for-him__title{font-size:20px}}.section-defender .for-him .for-him__title .arrow{line-height:0px}@media screen and (max-width:1200px){.section-defender .for-him .for-him__title .arrow svg{height:auto;width:10px}}.section-defender .for-him .for-him__stars{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.section-defender .for-him .for-him__stars .for-him__star:first-child{animation:blinker1 2s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;left:10%;position:absolute;top:-10%;transform:rotate(30deg);transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-defender .for-him .for-him__stars .for-him__star:first-child{height:30px;left:45%;top:-15%;width:30px}}.section-defender .for-him .for-him__stars .for-him__star:nth-child(2){animation:blinker2 2.5s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:15%;content:"";filter:blur(5px);height:74px;left:25%;position:absolute;transition:all .5s var(--transition);width:74px;z-index:1}@media screen and (max-width:768px){.section-defender .for-him .for-him__stars .for-him__star:nth-child(2){height:50px;width:50px}}.section-defender .section-defender__title{color:var(--color-white);font-size:22px;font-weight:500;line-height:1.2;text-align:center;text-transform:uppercase}@media screen and (max-width:1200px){.section-defender .section-defender__title{font-size:20px}}@media screen and (max-width:768px){.section-defender .section-defender__title{font-size:18px}}.section-defender .section-defender__title strong{display:block;font-size:80px;font-style:italic;font-weight:800;text-transform:uppercase}@media screen and (max-width:1870px){.section-defender .section-defender__title strong{font-size:70px}}@media screen and (max-width:1200px){.section-defender .section-defender__title strong{font-size:50px}}@media screen and (max-width:768px){.section-defender .section-defender__title strong{font-size:40px}}.section-defender .section-defender__desc{color:var(--color-white);font-size:18px;font-weight:400;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:768px){.section-defender .section-defender__desc{margin-bottom:30px}}.section-defender .section-defender__specifications{display:flex;gap:0 25px;justify-content:space-between;max-width:440px}@media screen and (max-width:1870px){.section-defender .section-defender__specifications{margin:0 auto}}@media screen and (max-width:1200px){.section-defender .section-defender__specifications{gap:0 20px}}.section-defender .section-defender__specifications .section-defender__specification{color:var(--color-white);font-size:16px;font-weight:500;max-width:320px;text-transform:uppercase}@media screen and (max-width:1400px){.section-defender .section-defender__specifications .section-defender__specification{font-size:14px}}@media screen and (max-width:1200px){.section-defender .section-defender__specifications .section-defender__specification{font-size:12px;width:calc(50% - 10px)}}@media screen and (max-width:768px){.section-defender .section-defender__specifications .section-defender__specification{font-size:10px;text-align:center}}.section-defender .section-defender__specifications .section-defender__specification i{display:block;margin-bottom:20px}@media screen and (max-width:768px){.section-defender .section-defender__specifications .section-defender__specification i{margin:0 auto 10px}}.section-defender .section-defender__specifications .section-defender__specification .icon-nominal{background:url(/local/templates/.default/assets/v6/css/../img/icon-nominal.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}.section-defender .section-defender__specifications .section-defender__specification .icon-time{background:url(/local/templates/.default/assets/v6/css/../img/icon-time.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}.section-female{overflow:hidden;padding-top:80px;position:relative}@media screen and (max-width:768px){.section-female{overflow:hidden;padding-bottom:90px;padding-top:40px}}.section-female .container{align-items:center;display:flex;gap:0 80px;justify-content:space-between;max-width:1200px}@media screen and (max-width:768px){.section-female .container{align-items:flex-end;flex-wrap:wrap;gap:60px 40px}}.section-female .section-female__left{width:calc(100% - 530px)}@media screen and (max-width:768px){.section-female .section-female__left{width:100%}}.section-female .section-female__right{width:450px}@media screen and (max-width:768px){.section-female .section-female__right{margin:0 auto;max-width:200px;width:100%}}.section-female .for-her{color:var(--color-white);display:block;position:relative;text-decoration:none}.section-female .for-her .for-her__certificates{align-items:flex-end;display:flex;max-width:460px;position:relative}.section-female .for-her .for-her__certificates .for-her__certificates-bg{height:300%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:300%;z-index:1}.section-female .for-her .for-her__certificates .for-her__certificates-bg:before{background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_bg.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.section-female .for-her .for-her__certificate{perspective:800px;position:relative;transform-style:preserve-3d;width:50%;z-index:2}.section-female .for-her .for-her__certificate .for-her__certificate-flowers{height:100%;left:0;position:absolute;top:0;transform:translateZ(1em);width:100%}.section-female .for-her .for-her__certificate .for-her__certificate-flowers .for-her__certificate-flower{content:"";position:absolute;transform:translatey(0)}.section-female .for-her .for-her__certificate.for-her__certificate-first{transform:rotate(-14deg)}.section-female .for-her .for-her__certificate.for-her__certificate-first .for-her__certificate-img img{animation:floatCard 5s ease-in-out infinite;position:relative}.section-female .for-her .for-her__certificate.for-her__certificate-first .for-her__certificate-flowers .for-her__certificate-flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_1.png) no-repeat 50%;background-size:contain;height:30%;right:-10%;top:5%;width:66%;will-change:transform;z-index:3}.section-female .for-her .for-her__certificate.for-her__certificate-first .for-her__certificate-flowers .for-her__certificate-flower:nth-child(2){animation:float 5s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_2.png) no-repeat 50%;background-size:contain;height:44%;right:15%;top:10%;width:67%;z-index:2}.section-female .for-her .for-her__certificate.for-her__certificate-first .for-her__certificate-flowers .for-her__certificate-flower:nth-child(3){animation:floatRotatio2 8s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_3.png) no-repeat 50%;background-size:contain;height:24%;left:20%;top:-5%;width:34%;z-index:1}.section-female .for-her .for-her__certificate.for-her__certificate-second{transform:rotate(14deg) translate(-10%,-8%)}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-img img{animation:floatCard 5s ease-in-out infinite;position:relative}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_4.png) no-repeat 50%;background-size:contain;height:37%;right:-10%;top:0;width:51%;z-index:4}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_5.png) no-repeat 50%;background-size:contain;height:33%;left:20%;top:-3%;width:45%;z-index:3}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_6.png) no-repeat 50%;background-size:contain;height:37%;left:30%;top:25%;width:51%;z-index:2}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:nth-child(4){animation:float 24s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_7.png) no-repeat 50%;background-size:contain;height:12%;left:4%;top:1%;width:20%;z-index:1}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:nth-child(5){animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_8.png) no-repeat 50%;background-size:contain;height:21%;left:12%;top:30%;width:27%;z-index:1}.section-female .for-her .for-her__certificate.for-her__certificate-second .for-her__certificate-flowers .for-her__certificate-flower:nth-child(6){animation:float 6s ease-in-out infinite;background:url(/local/templates/.default/assets/v6/css/../img/certificate-flower_9.png) no-repeat 50%;background-size:contain;height:20%;right:-8%;top:40%;width:25%;z-index:1}.section-female .for-her .for-her__certificate img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.section-female .for-her .for-her__title{align-items:center;display:flex;font-size:60px;font-style:italic;font-weight:800;gap:0 30px;justify-content:center;line-height:1.2;margin-top:40px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.section-female .for-her .for-her__title{font-size:40px}}@media screen and (max-width:1200px){.section-female .for-her .for-her__title{font-size:20px}}.section-female .for-her .for-her__title .arrow{line-height:0px}@media screen and (max-width:1200px){.section-female .for-her .for-her__title .arrow svg{height:auto;width:10px}}.section-female .for-her .for-her__stars{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.section-female .for-her .for-her__stars .for-her__star:first-child{animation:blinker1 2s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;content:"";height:42px;position:absolute;right:1%;top:-12%;transform:rotate(30deg);transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-female .for-her .for-her__stars .for-her__star:first-child{height:30px;right:10%;top:-25%;width:30px}}.section-female .for-her .for-her__stars .for-her__star:nth-child(2){animation:blinker2 2.5s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:15%;content:"";filter:blur(5px);height:74px;left:50%;position:absolute;transition:all .5s var(--transition);width:74px;z-index:1}@media screen and (max-width:768px){.section-female .for-her .for-her__stars .for-her__star:nth-child(2){height:50px;width:50px}}.section-female .for-her .for-her__stars .for-her__star:nth-child(3){animation:blinker3 3s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/home_cert_star.svg) no-repeat 50%;background-size:contain;bottom:17%;content:"";height:42px;left:-5%;position:absolute;transition:all .5s var(--transition);width:42px;z-index:4}@media screen and (max-width:768px){.section-female .for-her .for-her__stars .for-her__star:nth-child(3){height:30px;width:30px}}.section-female .section-female__title{color:var(--color-white);font-size:22px;font-weight:500;line-height:1.2;text-align:center;text-transform:uppercase}@media screen and (max-width:1200px){.section-female .section-female__title{font-size:20px}}@media screen and (max-width:768px){.section-female .section-female__title{font-size:18px}}.section-female .section-female__title strong{display:block;font-size:80px;font-style:italic;font-weight:800;text-transform:uppercase}@media screen and (max-width:1870px){.section-female .section-female__title strong{font-size:70px}}@media screen and (max-width:1200px){.section-female .section-female__title strong{font-size:50px}}@media screen and (max-width:768px){.section-female .section-female__title strong{font-size:40px}}.section-female .section-female__desc{color:var(--color-white);font-size:18px;font-weight:400;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:768px){.section-female .section-female__desc{margin-bottom:30px}}.section-female .section-female__specifications{display:flex;gap:0 25px;justify-content:space-between;max-width:440px}@media screen and (max-width:1870px){.section-female .section-female__specifications{margin:0 auto}}@media screen and (max-width:1200px){.section-female .section-female__specifications{gap:0 20px}}.section-female .section-female__specifications .section-female__specification{color:var(--color-white);font-size:16px;font-weight:500;max-width:320px;text-transform:uppercase}@media screen and (max-width:1400px){.section-female .section-female__specifications .section-female__specification{font-size:14px}}@media screen and (max-width:1200px){.section-female .section-female__specifications .section-female__specification{font-size:12px;width:calc(50% - 10px)}}@media screen and (max-width:768px){.section-female .section-female__specifications .section-female__specification{font-size:10px;text-align:center}}.section-female .section-female__specifications .section-female__specification i{display:block;margin-bottom:20px}@media screen and (max-width:768px){.section-female .section-female__specifications .section-female__specification i{margin:0 auto 10px}}.section-female .section-female__specifications .section-female__specification .icon-nominal{background:url(/local/templates/.default/assets/v6/css/../img/icon-nominal.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}.section-female .section-female__specifications .section-female__specification .icon-time{background:url(/local/templates/.default/assets/v6/css/../img/icon-time.svg) no-repeat 50%;background-size:contain;height:33px;width:33px}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}@keyframes floatRotatio{0%{transform:translatey(0) rotate(20deg)}50%{transform:translatey(-30%) rotate(0deg)}to{transform:translatey(0) rotate(20deg)}}@keyframes floatRotatio2{0%{transform:translatey(0) rotate(-45deg)}50%{transform:translatey(-30%) rotate(-20deg)}to{transform:translatey(0) rotate(-45deg)}}@keyframes floatCard{0%{transform:translatey(0)}50%{transform:translatey(10px)}to{transform:translatey(0)}}.block-franchise{background:var(--color-black);overflow:hidden;padding-bottom:235px;position:relative}@media screen and (max-width:992px){.block-franchise{padding-bottom:160px}}.block-franchise .block-franchise__inner{background:var(--color-black);border-radius:20px;padding-bottom:60px;padding-top:216px;position:relative;z-index:2}@media screen and (max-width:992px){.block-franchise .block-franchise__inner{padding-bottom:40px;padding-top:70px}}.block-franchise .block-franchise__inner .container{position:relative;z-index:2}.block-franchise .block-franchise__subtitle{color:hsla(0,0%,100%,.49);font-size:40px;font-style:italic;font-weight:900;line-height:1.2;margin-bottom:10px;text-transform:uppercase}@media screen and (max-width:992px){.block-franchise .block-franchise__subtitle{font-size:24px}}.block-franchise .block-franchise__title{color:var(--color-white);font-family:var(--font-default);font-size:calc(var(--index)*2.5);font-style:italic;font-weight:900;line-height:calc(var(--index)*2.7);margin-bottom:35px;overflow:hidden;position:relative;text-transform:uppercase;z-index:5}@media screen and (max-width:480px){.block-franchise .block-franchise__title{margin-bottom:40px}}.block-franchise .block-franchise__title h2{font-size:calc(var(--index)*2.51);font-weight:900;margin:0;position:relative;z-index:2}.block-franchise .block-franchise__title span{color:var(--color-grayDark);display:block;left:0;position:absolute;top:0;transform:translate(10px,10px);z-index:1}.block-franchise__row{display:flex;gap:0 16px}@media screen and (max-width:992px){.block-franchise__row{flex-direction:column}}.block-franchise__row .block-franchise__col{position:relative}.block-franchise__row .block-franchise__col:first-child{width:calc(65% - 16px)}@media screen and (max-width:1390px){.block-franchise__row .block-franchise__col:first-child{width:calc(60% - 16px)}}@media screen and (max-width:992px){.block-franchise__row .block-franchise__col:first-child{margin-bottom:60px;width:100%}}.block-franchise__row .block-franchise__col:nth-child(2){display:flex;flex-direction:column;gap:14px;justify-content:space-between;width:35%}@media screen and (max-width:1390px){.block-franchise__row .block-franchise__col:nth-child(2){width:40%}}@media screen and (max-width:992px){.block-franchise__row .block-franchise__col:nth-child(2){width:100%}}.block-franchise__calc{border:1px solid var(--color-accent);border-radius:20px;overflow:hidden;padding:60px 90px;position:relative}@media screen and (max-width:1600px){.block-franchise__calc{padding:60px 40px}}@media screen and (max-width:1200px){.block-franchise__calc{padding:40px 20px 70px}}@media screen and (max-width:992px){.block-franchise__calc{padding:20px 16px 80px}}.block-franchise__calc .block-franchise__calc-title{color:var(--color-white);font-family:var(--font-default);font-size:calc(var(--index)*2.5);font-style:italic;font-weight:900;line-height:1.2;margin:0;position:relative;z-index:2}.block-franchise__calc .block-franchise__calc-desc{color:hsla(0,0%,100%,.9);font-size:20px;font-weight:400;line-height:1.4;margin-bottom:30px;position:relative;z-index:2}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-desc{font-size:18px}}.block-franchise__calc .block-franchise__calc-search{align-items:flex-start;display:flex;gap:0 14px;margin-bottom:76px;max-width:755px;position:relative;z-index:4}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-search{margin-bottom:34px}}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-search{flex-direction:column;gap:10px}}.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input{position:relative;width:calc(100% - 264px)}@media screen and (max-width:1200px){.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input{width:calc(100% - 194px)}}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input{width:100%}}.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,hsla(0,0%,78%,.08),rgba(98,98,98,.08));border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input input{background:transparent;border:1px solid var(--color-gray5);border-radius:20px;color:var(--color-white);font-family:var(--font-default);font-size:20px;font-weight:400;height:74px;padding:0 30px;position:relative;width:100%;z-index:2}@media screen and (max-width:1200px){.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-input input{height:60px;padding:0 20px}}.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-submit{border-radius:20px;font-size:14px;font-weight:500;height:74px;width:250px}@media screen and (max-width:1200px){.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-submit{font-size:12px;height:60px;width:180px}}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-search .block-franchise__calc-submit{width:100%}}.block-franchise__calc .block-franchise__calc-result{filter:blur(3px);min-height:220px;opacity:.5;position:relative;transition:filter .4s ease-in-out,opacity .4s ease-in-out;z-index:2}.block-franchise__calc .block-franchise__calc-result._focus,.block-franchise__calc .block-franchise__calc-result._pre_focus{filter:blur(0);opacity:1}.block-franchise__calc .block-franchise__calc-result._pre_focus .block-franchise__calc-indicators,.block-franchise__calc .block-franchise__calc-result._pre_focus .block-franchise__calc-status{filter:blur(3px);opacity:.5}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-result{min-height:190px}}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-result{min-height:auto}}.block-franchise__calc .block-franchise__calc-city{color:var(--color-white);font-size:44px;font-style:italic;font-weight:900;line-height:1.2;text-transform:uppercase}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-city{font-size:30px}}.block-franchise__calc .block-franchise__calc-city span{color:var(--color-error);font-size:24px}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-city span{font-size:18px}}.block-franchise__calc .block-franchise__calc-status{color:hsla(0,0%,100%,.9);font-size:20px;font-weight:400;line-height:1.4;margin-bottom:40px}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-status{font-size:18px;margin-bottom:30px}}.block-franchise__calc .block-franchise__calc-indicators{border-top:1px solid hsla(0,0%,100%,.48);display:flex;gap:0 60px;max-width:755px;padding-top:14px}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-indicators{gap:16px}}.block-franchise__calc .block-franchise__calc-indicator{color:hsla(0,0%,100%,.9);font-size:16px;line-height:1.2}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-indicator{font-size:14px}}.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-label{font-weight:400;line-height:1.4}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-label{min-height:40px}}.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-value{align-items:center;color:var(--color-white);display:flex;font-family:var(--font-cn);font-size:36px;font-style:italic;font-weight:500;gap:0 6px;line-height:1.2}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-value{font-size:32px}}.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-value span{white-space:nowrap}.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-value .rub{background:url(/local/templates/.default/assets/v6/css/../img/rub.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:30px;line-height:0px;width:20px}@media screen and (max-width:1390px){.block-franchise__calc .block-franchise__calc-indicator .block-franchise__calc-indicator-value .rub{height:24px;width:15px}}.block-franchise__calc .block-franchise__calc-warning{bottom:20px;color:hsla(0,0%,100%,.9);font-size:14px;font-weight:400;line-height:1.2;pointer-events:none;position:absolute;right:34px;text-align:right;width:calc(100% - 54px);z-index:2}@media screen and (max-width:1200px){.block-franchise__calc .block-franchise__calc-warning{max-width:300px;right:20px;width:calc(100% - 120px)}}@media screen and (max-width:992px){.block-franchise__calc .block-franchise__calc-warning{font-size:13px;max-width:220px;right:14px}}.block-franchise__calc-gallery,.block-franchise__calc-gallery:before{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.block-franchise__calc-gallery:before{background:rgba(0,0,0,.5);content:"";z-index:2}@media screen and (max-width:992px){.block-franchise__calc-gallery:before{background:rgba(0,0,0,.7)}}.block-franchise__calc-gallery .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.block-franchise__calc-gallery .swiper-pagination{bottom:20px;left:90px;line-height:0px;pointer-events:all;position:absolute;width:auto}@media screen and (max-width:1600px){.block-franchise__calc-gallery .swiper-pagination{left:40px}}@media screen and (max-width:1390px){.block-franchise__calc-gallery .swiper-pagination{bottom:20px}}@media screen and (max-width:1200px){.block-franchise__calc-gallery .swiper-pagination{left:20px}}.block-franchise__calc-gallery .swiper-pagination .swiper-pagination-bullet{background:var(--color-gray11);border-radius:10px;height:10px;margin:0;transition:all .3s ease-in-out;width:20px}@media screen and (max-width:1390px){.block-franchise__calc-gallery .swiper-pagination .swiper-pagination-bullet{height:7px;width:14px}}.block-franchise__calc-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;width:60px}@media screen and (max-width:1390px){.block-franchise__calc-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px}}.block-franchise__numbers{display:flex;gap:0 16px}@media screen and (max-width:1200px){.block-franchise__numbers{position:relative;z-index:2}}.block-franchise__numbers .block-franchise__number{border:1px solid var(--color-accent);border-radius:20px;color:var(--color-accent);display:flex;flex-direction:column;gap:20px;justify-content:space-between;max-width:215px;min-height:200px;overflow:hidden;padding:20px 26px 20px 20px;position:relative;width:calc(33.33333% - 10.666px)}@media screen and (max-width:1390px){.block-franchise__numbers .block-franchise__number{min-height:140px;padding:20px 10px 14px 20px}}@media screen and (max-width:1200px){.block-franchise__numbers .block-franchise__number{width:calc(50% - 8px)}}.block-franchise__numbers .block-franchise__number:before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.06);border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-franchise__numbers .block-franchise__number .block-franchise__number-title{font-size:50px;font-style:italic;font-weight:300;line-height:1.2;position:relative;z-index:2}@media screen and (max-width:1390px){.block-franchise__numbers .block-franchise__number .block-franchise__number-title{font-size:40px}}.block-franchise__numbers .block-franchise__number .block-franchise__number-desc{font-size:18px;position:relative;text-align:right;z-index:2}@media screen and (max-width:1390px){.block-franchise__numbers .block-franchise__number .block-franchise__number-desc{font-size:16px}}.block-franchise__bg{overflow:hidden;pointer-events:none;z-index:1}.block-franchise__bg,.block-franchise__bg:before{height:100%;left:0;position:absolute;top:0;width:100%}.block-franchise__bg:before{background:radial-gradient(50% 50% at 50% 50%,transparent 0,#000 100%);content:"";z-index:2}.block-franchise__bg img,.block-franchise__bg video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;pointer-events:none;width:100%}.block-franchise__company{border:1px solid var(--color-accent);border-radius:20px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.block-franchise__company{padding-bottom:40px}}.block-franchise__company:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(90deg,hsla(0,0%,78%,.08),rgba(98,98,98,.08));border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-franchise__company .block-franchise__company-inner{color:var(--color-accent);line-height:1.2;padding:30px 26px;position:relative;z-index:2}@media screen and (max-width:1200px){.block-franchise__company .block-franchise__company-inner{padding:20px 16px}}.block-franchise__company .block-franchise__company-title{font-size:24px;font-weight:500;margin-bottom:60px}@media screen and (max-width:1390px){.block-franchise__company .block-franchise__company-title{font-size:20px}}@media screen and (max-width:1200px){.block-franchise__company .block-franchise__company-title{margin-bottom:20px}}.block-franchise__company .block-franchise__company-title img{left:-15px;max-width:100%;position:relative;width:240px}@media screen and (max-width:1390px){.block-franchise__company .block-franchise__company-title img{left:-10px;width:160px}}.block-franchise__company .block-franchise__company-desc{font-size:16px;font-weight:400;max-width:320px}@media screen and (max-width:1600px){.block-franchise__company .block-franchise__company-desc{max-width:270px}}@media screen and (max-width:1390px){.block-franchise__company .block-franchise__company-desc{font-size:14px;max-width:250px}}.block-franchise__btn{position:relative;z-index:2}.block-franchise__btn .btn:hover+.block-franchise__hands .block-franchise__hand{height:58%;width:58%}.block-franchise__hands{aspect-ratio:1/.8;height:auto;position:absolute;right:0;top:0;transform:translate(25%,-110%);width:60%}@media screen and (max-width:1600px){.block-franchise__hands{transform:translate(25%,-100%)}}.block-franchise__hands .block-franchise__hand{height:53%;position:absolute;transition:all .5s ease-in-out;width:53%}.block-franchise__hands .block-franchise__hand img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.block-franchise__hands .block-franchise__hand:first-child{bottom:0;left:0}.block-franchise__hands .block-franchise__hand:nth-child(2){right:0;top:11%}.block-franchise__shadow{background:url(/local/templates/.default/assets/v6/css/../img/franchise__shadow.png) no-repeat bottom;background-size:contain;bottom:-5%;height:100%;left:0;position:absolute;width:100%;z-index:1}@media screen and (max-width:992px){.block-franchise__shadow{bottom:0;left:50%;transform:translateX(-50%);width:300%}}.block-franchise__figure{height:100%;pointer-events:none;position:absolute;right:0;top:-7%;width:100%;z-index:4}@media screen and (max-width:1200px){.block-franchise__figure{top:-20%;z-index:1}}@media screen and (max-width:992px){.block-franchise__figure{top:-15%}}.block-franchise__figure .block-franchise__logo{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;position:absolute;right:0;top:0;width:25%}@media screen and (max-width:992px){.block-franchise__figure .block-franchise__logo img{width:60%}}.block-franchise__figure .block-franchise__logo:before{animation-duration:25s;animation-iteration-count:infinite;animation-name:rotation;animation-timing-function:linear;background:url(/local/templates/.default/assets/v6/css/../img/franchise-header__logo-text.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.block-franchise__figure .block-franchise__star-1{animation:blinker3 3s linear infinite;position:absolute;right:15%;top:30%}.block-franchise__figure .block-franchise__star-2{animation:blinker2 2.5s linear infinite;position:absolute;right:17%;top:37%}.suggestions-suggestions{-webkit-text-size-adjust:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:transparent;background:linear-gradient(90deg,hsla(0,0%,78%,.08),rgba(98,98,98,.08));border:1px solid var(--color-accent);border-radius:20px;-ms-box-sizing:border-box;box-sizing:border-box;color:var(--color-white);cursor:default;left:0;min-width:100%;overflow:hidden;position:absolute;z-index:9999}.suggestions-suggestions strong{color:var(--color-white);font-weight:400}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestion{cursor:pointer;overflow:hidden;padding:6px 16px}.suggestions-selected,.suggestions-suggestion:hover{background:var(--color-accent)}.suggestions-selected{opacity:.7}.suggestions-selected:hover{opacity:1}.suggestions-hint{font-size:14px;line-height:20px;order:10;overflow:hidden;padding:16px;white-space:nowrap}.suggestions-hint,.suggestions-subtext{color:var(--color-white)}.suggestions-subtext_inline{display:inline-block;margin:0 .5em 0 0;min-width:6em;vertical-align:bottom}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{background:#f5f5f5;border-radius:3px;font-size:85%;margin:0 0 0 .25em;padding:0 3px}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{border-top:1px solid rgba(0,0,0,.4);content:"";left:0;position:absolute;right:0;top:50%}.suggestions-promo{color:#777;display:none;font-size:85%;opacity:.1;padding:10px 10px 0 0;pointer-events:none;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;right:0;text-align:left;top:0}}.is-prime{--color-white:#fff;--color-accent-l:#f9d5b9;--color-accent-lRgba014:rgba(255,226,114,.14);--color-accent:#cb9f58;--color-accentRGBA05:rgba(203,159,88,.5);--color-accent2:#a54115;--color-accent3:#dd6e3e;--color-accent4:#ffd498;--color-accent5:#fad8bc;--color-accent6:#cdbea4;--color-accent7:#fef2be;--color-accent8:#cc9f58;--color-accent9:#433c2f;--color-accent10:#252525;--color-accent11:#272019;--color-blackRgba05:rgba(0,0,0,.5)}.is-prime .menu-pannel__open span,.is-prime .menu-pannel__open:after,.is-prime .menu-pannel__open:before{background:var(--color-accent)}.is-prime .branche-scrin:before{background:url(/local/templates/.default/assets/v6/css/../img/branche-scrin__figure--prime.svg) no-repeat 50%}.is-prime .branche-scrin:after{background:url(/local/templates/.default/assets/v6/css/../img/branche-scrin__figure--prime2.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";filter:blur(160px);height:calc(var(--index)*9);pointer-events:none;position:absolute;right:0;transform:translateX(10%);width:calc(var(--index)*35);z-index:1}.is-prime .branche-scrin .branche-scrin__block-img2{position:relative}.is-prime .branche-scrin .branche-scrin__block-img2:before{animation:logo-glich 4s linear infinite;background:url(/local/templates/.default/assets/v6/css/../img/prime_min_logo.svg) no-repeat 50%;background-size:contain;content:"";height:23px;left:5.5%;opacity:.5;position:absolute;top:4%;width:140px;z-index:2}@keyframes logo-glich{0%{transform:translateY(0)}49.5%{opacity:.7;transform:translateY(0)}50%{opacity:.8;transform:translateY(0) scaleY(.1) skewX(253deg)}51%{opacity:.9;transform:scaleY(.5) skewY(37deg)}52%{opacity:1;transform:translateY(0)}to{transform:translateY(0)}}.is-prime .branche-scrin__content{background:var(--color-black);border:1px solid var(--color-accent-lRgba014);position:relative}.is-prime .branche-scrin__content:before{animation:circle_fire 16s linear infinite;background:radial-gradient(#000 76.96%,#bf713a 87.03%,#e7e077 94.72%,#f7f0ec 100%);background-position:32.15% 46.28%;background-size:100% 100%;content:"";height:120%;pointer-events:none;position:absolute;width:120%;z-index:1}@keyframes circle_fire{0%{background-position:32.15% 46.28%;bottom:0;left:-20%}25%{background-position:32.15% 46.28%;bottom:0;left:0}50%{background-position:32.15% 46.28%;bottom:-20%;left:0}75%{background-position:32.15% 46.28%;bottom:-20%;left:-20%}to{background-position:32.15% 46.28%;bottom:0;left:-20%}}.is-prime .branche-scrin__content .branche-scrin__content--figure{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.is-prime .branche-scrin__content .branche-scrin__content--figure .branche-scrin__content--figure_img{position:absolute}.is-prime .branche-scrin__content .branche-scrin__content--figure .branche-scrin__content--figure_img:first-child{animation:float 6s ease-in-out 0s infinite normal none running;aspect-ratio:1/.65;background:url(/local/templates/.default/assets/v6/css/../img/prime_figure_img1.png) no-repeat 50%;background-size:contain;bottom:15%;right:2%;width:calc(var(--index)*12.3)}@media screen and (max-width:480px){.is-prime .branche-scrin__content .branche-scrin__content--figure .branche-scrin__content--figure_img:first-child{bottom:auto;left:10%;right:auto;top:37%}}.is-prime .branche-scrin__content .branche-scrin__content--figure .branche-scrin__content--figure_img:nth-child(2){animation:float 9s ease-in-out .4s infinite normal none running;aspect-ratio:1/.65;background:url(/local/templates/.default/assets/v6/css/../img/prime_figure_img2.png) no-repeat 50%;background-size:contain;bottom:45%;filter:blur(3px);right:10%;width:calc(var(--index)*6.9)}.is-prime .branche-scrin__city{color:var(--color-accent-l)}.is-prime .branche-scrin__city i{background:url(/local/templates/.default/assets/v6/css/../img/city_star--prime.svg) no-repeat 50%;background-size:contain}.is-prime .branche-scrin__address,.is-prime .branche-scrin__phone a{color:var(--color-accent-l)}.is-prime .branche-scrin__phone a:hover{color:var(--color-accent)}.is-prime .messengers a svg path{fill:var(--color-accent-l);transition:fill .3s ease-in-out}.is-prime .messengers a:hover svg path{fill:var(--color-accent);transition:fill .3s ease-in-out}.is-prime .running-line{background:linear-gradient(90deg,#000,#2a1800);color:var(--color-accent-l)}.is-prime .btn.btn-gradient{background:var(--color-accent2);border:1px solid var(--color-accent3);color:var(--color-accent4)}.is-prime .btn.btn-gradient:before{display:none}.is-prime .btn.btn-gradient:after{background:linear-gradient(300deg,#dd6e3e -1.68%,#a54115 53.84%,#f9d5b9 100.81%);background-size:200% 200%}.is-prime .header-discount{border-color:var(--color-accent-lRgba014);color:var(--color-accent-l);display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:calc(var(--index)*.8);position:relative}.is-prime .header-discount:hover{background:transparent}.is-prime .header-discount:hover:before{border-radius:0;opacity:1;width:100%}.is-prime .header-discount:before{background:linear-gradient(90deg,rgba(0,0,0,.1),#2a1800);border-radius:50% 0 0 50%;content:"";height:100%;opacity:0;position:absolute;right:0;top:0;transition:all .7s var(--transition);width:0;z-index:1}.is-prime .header-discount .header-discount__title{font-weight:400;position:relative;z-index:2}.is-prime .header-discount .header-discount__desc{position:relative;width:calc(100% - 60px);z-index:2}.is-prime .header-discount .arrow{background:url(/local/templates/.default/assets/v6/css/../img/prime_arrow.svg) no-repeat 50%;background-size:contain;z-index:2}.is-prime .branche-scrin__row .home-social .home-social__title{color:var(--color-accent5);opacity:1}.is-prime .branche-scrin__row .home-app{background:transparent;border:1px solid var(--color-accent-lRgba014)}.is-prime .branche-scrin__row .home-app .home-app__title{color:var(--color-accent5);opacity:1}.is-prime .branche-scrin__row .home-app .home-app__list .home-app__link:hover{border-color:var(--color-accent)}.is-prime .social a{color:var(--color-accent5)}.is-prime .social a:hover{color:var(--color-accent)}.is-prime .services-wrap .services-tabs__nav{border:none}.is-prime .services-wrap .services-tabs__nav:before{background:var(--color-gray10);border-radius:2px;content:"";height:4px;left:0;position:absolute;top:0;transition:all .5s var(--transition);width:100%}.is-prime .services-wrap .services-tabs__nav:after{background:linear-gradient(0deg,rgba(45,26,15,.38),rgba(255,170,116,.38));border-radius:50%;content:"";filter:blur(25px);height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-45%);transition:all .5s var(--transition);width:0;z-index:-1}.is-prime .services-wrap .services-tabs__nav.-active{color:var(--color-accent)}.is-prime .services-wrap .services-tabs__nav.-active:before{background:var(--color-accent)}.is-prime .services-wrap .services-tabs__nav.-active:after{border-radius:0;border-radius:20px;height:90%;opacity:1;width:90%}.is-prime .services-tabs__item .services-line .services-desc-el{color:var(--color-accent6);opacity:1}.is-prime .services-tabs__top .title-price .title-price__el{color:var(--color-accent)}.is-prime .title-price__val_hint{background:var(--color-accent-lRgba014);color:var(--color-accent-l)}.is-prime .branches-info__numbers .branches-info__number{border-color:var(--color-accent-lRgba014);color:var(--color-accent)}.is-prime .branches-info__numbers .branches-info__number span{color:var(--color-accent)}.is-prime .staff-section .staff-section__title{color:var(--color-accent7);position:relative;z-index:2}.is-prime .staff-section .staff-section__title:before{background:linear-gradient(0deg,rgba(45,26,15,.43),rgba(255,128,37,.43));content:"";filter:blur(50px);height:165px;left:0;position:absolute;top:50%;width:380px;z-index:1}.is-prime .staff-section .staff-section__title h2{position:relative;z-index:2}.is-prime .staff-section .staff-section__top .line{background:var(--color-accent8)}.is-prime .staff-section .staff-section__top .particles-stars{bottom:0;left:15%;transform:translateY(50%)}.is-prime .staff-section .staff-section__top:before{aspect-ratio:1/.52;background:url(/local/templates/.default/assets/v6/css/../img/prime_staff-figure.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(150px);left:0;position:absolute;top:0;transform:translate(-16%,-10%);width:36.5%;z-index:1}.is-prime .staff-section .staff-figure{display:none}.is-prime .staff-section .staff-list-row .staff-list__col:nth-child(2) .staff-list .staff-el:hover .staff-el__cont{background:transparent;color:var(--color-white)}.is-prime .staff-el:hover .staff-el__cont{background:transparent}.is-prime .staff-el:hover .staff-el__cont:before{background:var(--color-accent)}.is-prime .staff-el:hover .staff-el__cont:after{height:100%;opacity:1;width:100%}.is-prime .staff-el .staff-el__item .staff-el__img{margin-bottom:16px}.is-prime .staff-el .staff-el__cont{border:none;color:var(--color-white);padding:26px 22px;position:relative;z-index:1}.is-prime .staff-el .staff-el__cont:before{background:var(--color-gray10);border-radius:2px;content:"";height:4px;left:0;position:absolute;top:0;transition:all .5s var(--transition);width:100%}.is-prime .staff-el .staff-el__cont:after{background:linear-gradient(0deg,rgba(45,26,15,.45),rgba(255,128,37,.45));border-radius:20px;content:"";filter:blur(65px);height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-45%);transition:all .5s var(--transition);width:0;z-index:2}.is-prime .staff-el .staff-pannel:before{background:linear-gradient(1turn,rgba(45,26,15,.27),rgba(255,128,37,.27));filter:blur(70px);height:30%;left:0;top:0;transform:translateX(0);width:100%}.is-prime .staff-el .staff-pannel:after{background:var(--color-accent);border-radius:2px;content:"";height:4px;left:20px;position:absolute;top:10px;width:calc(100% - 40px)}.is-prime .staff-el .staff-pannel .staff-pannel__close:before{background:url(/local/templates/.default/assets/v6/css/../img/prime_big_arrow.svg) no-repeat 0;background-size:contain}.is-prime .home-footer-block__contancts{border-color:var(--color-accent9)}.is-prime .home-footer-block__contancts .home-footer-block__contancts-title{color:var(--color-accent-l)}.is-prime .home-footer-block__contancts .home-footer-block__contancts-address{color:var(--color-accent-l);opacity:.75;text-transform:none}.is-prime .home-footer-block__contancts .home-footer-block__contancts-phone{color:var(--color-accent8)}.is-prime .home-footer-block__contancts .home-footer-block__contancts-phone:hover{color:var(--color-accent)}.is-prime .home-footer-block__contancts .messengers a:hover svg path{fill:var(--color-accent-l)}.is-prime .home-footer-block__contancts .messengers a svg path{fill:var(--color-accent)}.is-prime .home-footer-block__warranty{background:var(--color-black);border:1px solid var(--color-accent10);border-radius:20px}.is-prime .home-footer-block__warranty .home-footer-block__warranty-text{color:var(--color-accent-l)}.is-prime .home-footer-block__warranty .home-footer-block__warranty-img{border-radius:0 0 20px 0;overflow:hidden}.is-prime .branche-map{overflow:visible}.is-prime .branche-map:before{background:url(/local/templates/.default/assets/v6/css/../img/prime_branche_map_figure.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(150px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.is-prime .branche-map #single__map{border-radius:20px;overflow:hidden}.is-prime .home-footer-block__bottom .particles-stars{bottom:-70px;right:20%;z-index:2}.is-prime .main-menu li a.js__s_certificates:before{background:url(/local/templates/.default/assets/v6/css/../img/prime_gift.svg) no-repeat 50%;background-size:contain}.is-prime .main-menu li a._accent:hover,.is-prime .main-menu li a.js__s_certificates:hover{background:var(--color-accent2)}.is-prime .main-footer .footer-email,.is-prime .main-footer .footer-rezim{color:var(--color-accent-l)}.is-prime .main-footer .footer-email:hover{color:var(--color-accent)}.is-prime .main-footer .main-footer__line-bot .main-footer__organization{color:var(--color-accent-l);opacity:.5}.is-prime .main-footer .main-footer__line-bot .main-footer__organization a{color:var(--color-accent-l)}.is-prime .main-footer .main-footer__line-bot .main-footer__oferta{color:var(--color-accent-l);opacity:.5}.is-prime .main-footer .footer-menu .footer-menu__link{color:var(--color-accent-l)}.is-prime .main-footer .footer-menu .footer-menu__link:hover{color:var(--color-accent);opacity:1}.is-prime .developer .developer__link{color:var(--color-accent-l);opacity:.5}.is-prime .developer .developer__link:hover{color:var(--color-accent);opacity:1}.is-prime .home-footer-block__figure:before{background:url(/local/templates/.default/assets/v6/css/../img/home-footer-block__figure_prime.svg) no-repeat 50%;background-size:contain}.sec-advantages-prime{padding-top:130px}@media screen and (max-width:992px){.sec-advantages-prime{display:flex;justify-content:center;margin-bottom:60px;text-align:center}}.sec-advantages-prime .advantages-prime__logo{margin-bottom:70px}.sec-advantages-prime .advantages-prime__logo img{height:auto;max-width:500px;width:100%}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__logo img{max-width:260px}}.sec-advantages-prime .advantages-prime__grid{display:flex;flex-wrap:wrap;gap:14px 16px}.sec-advantages-prime .advantages-prime__el .advantages-prime__el-desc{text-align:left}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1{align-items:flex-end;border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;min-height:410px;padding:40px 40px 20px;position:relative;width:calc(50% - 8px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1{min-height:340px;padding:30px 20px 40px}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1{margin-bottom:40px;min-height:auto;width:100%}}@media screen and (min-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1:hover .advantages-prime__el-img svg path{fill:var(--color-accent)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1:before{background:var(--color-accent);content:"";height:4px;left:20px;position:absolute;top:-2px;width:calc(100% - 40px);z-index:2}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1:after{background:linear-gradient(0deg,rgba(45,26,15,.26),rgba(255,128,37,.26));content:"";filter:blur(70px);height:calc(100% - 16px);left:8px;position:absolute;top:8px;width:calc(100% - 16px);z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-img{position:relative;width:100%;z-index:3}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-img svg{height:auto;max-width:100%}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-img svg path{fill:transparent}@media screen and (min-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-img svg path{transition:all 2s var(--transition)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-content{color:var(--color-white);line-height:1.4;position:relative;width:100%;z-index:3}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-desc{font-size:18px;font-weight:400;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-1 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2{border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;justify-content:flex-end;min-height:410px;padding:40px;position:relative;width:calc(50% - 8px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2{min-height:340px;padding:30px 20px 40px}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2{min-height:auto;padding-top:calc(var(--index)*8);width:100%}}@media screen and (min-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2:hover .advantages-prime__el-img{transform:scale(1.1) translateX(-45%) translateY(-28%)}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2:hover:after{opacity:1;transform:scale(1)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2:before{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(127,74,44,.2));border-radius:18px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2:after{background:linear-gradient(0deg,rgba(45,26,15,.26),rgba(255,128,37,.26));content:"";filter:blur(70px);height:calc(100% - 16px);left:8px;opacity:0;position:absolute;top:8px;transform:scale(.7);transition:all .7s var(--transition);width:calc(100% - 16px);z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-img{aspect-ratio:1/.41;left:50%;overflow:hidden;position:absolute;top:0;transform:translateX(-50%) translateY(-30%);transform-origin:center;transition:all .7s var(--transition);width:90%;z-index:5}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center;width:100%}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-content{color:var(--color-white);line-height:1.4;position:relative;width:100%;z-index:3}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:720px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-2 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3{display:flex;flex-direction:column;gap:16px 0;justify-content:flex-end;position:relative;width:calc(33.33333% - 10.6666px)}@media screen and (max-width:1400px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3{width:calc(50% - 8px)}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3{height:400px;width:100%}}@media screen and (min-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3:hover:before{animation-duration:25s;animation-iteration-count:infinite;animation-name:advantages_circle;animation-timing-function:linear}}@keyframes advantages_circle{0%{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3:before{aspect-ratio:1/1;background:radial-gradient(57.89% 48.44% at 45.04% 55.16%,#000 76.96%,#bf713a 87.03%,#e7e077 94.72%,#f7f0ec 100%);border-radius:50%;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%) rotate(0turn);transform-origin:center;transition:all .2s var(--transition);z-index:1}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3:before{animation-duration:25s;animation-iteration-count:infinite;animation-name:advantages_circle;animation-timing-function:linear}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-content{aspect-ratio:1/1;color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;line-height:1.4;padding:calc(var(--index)*1.8);position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-content{left:auto;position:relative;top:auto;transform:translate(0)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:720px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-desc p{margin-bottom:16px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-3 .advantages-prime__el-desc p:last-child{margin-bottom:0}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4{border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;justify-content:space-between;padding:40px 50px;position:relative;width:calc(33.33333% - 10.6666px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4{padding:20px 20px 30px}}@media screen and (max-width:1400px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4{width:calc(50% - 8px)}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4{width:100%}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4:before{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(127,74,44,.2));border-radius:19px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-img{align-items:center;display:flex;justify-content:center}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-img img{max-width:170px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-content{color:var(--color-white);display:flex;flex-direction:column;gap:46px 0;height:100%;justify-content:space-between;line-height:1.4;position:relative;z-index:5}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-content{gap:26px 0}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:720px;min-height:125px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-desc{font-size:16px;min-height:auto}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-desc p{margin-bottom:16px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-4 .advantages-prime__el-desc p:last-child{margin-bottom:0}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5{border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;justify-content:space-between;padding:40px 50px;position:relative;width:calc(33.33333% - 10.6666px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5{padding:20px 20px 30px}}@media screen and (max-width:1400px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5{width:100%}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-bg{border-radius:20px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-bg:before{background:radial-gradient(57% 57% at 47.28% 35.8%,transparent 0,#000 100%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-bg img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-content{color:var(--color-white);display:flex;flex-direction:column;gap:46px 0;height:100%;justify-content:space-between;line-height:1.4;position:relative;z-index:5}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:720px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-desc p{margin-bottom:16px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-5 .advantages-prime__el-desc p:last-child{margin-bottom:0}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6{border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;justify-content:flex-end;min-height:510px;overflow:hidden;padding:40px 50px;position:relative;width:calc(50% - 8px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6{padding:20px 20px 30px}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6{min-height:390px;width:100%}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6:before{background:radial-gradient(90.94% 85.5% at 62.04% 61.76%,#000 76.96%,#bf713a 87.03%,#e7e077 94.72%,#f7f0ec 100%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-img{height:68%;position:absolute;right:10%;top:7%;width:auto;z-index:1}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-img{height:70%;right:5%;top:3%;width:50%}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-img span{aspect-ratio:1/1;background:url(/local/templates/.default/assets/v6/css/../img/prime_advantages_span.svg) no-repeat 50%;background-size:contain;left:-5%;position:absolute;top:5%;width:51%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;width:100%;z-index:2}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-content{color:var(--color-white);line-height:1.4;position:relative;z-index:5}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:720px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-desc p{margin-bottom:16px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-6 .advantages-prime__el-desc p:last-child{margin-bottom:0}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7{border:1px solid var(--color-accent-lRgba014);border-radius:20px;display:flex;flex-direction:column;gap:16px 0;justify-content:flex-end;min-height:510px;overflow:hidden;padding:40px 50px;position:relative;width:calc(50% - 8px)}@media screen and (max-width:1600px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7{padding:20px 20px 30px}}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7{min-height:auto;padding-bottom:calc(var(--index)*25);width:100%}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7:before{background:radial-gradient(100.13% 85.61% at 32.15% 46.28%,#000 76.96%,#bf713a 87.03%,#e7e077 94.72%,#f7f0ec 100%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-img{bottom:0;height:68%;position:absolute;right:0;width:auto;z-index:2}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-img{height:calc(var(--index)*23)}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;position:relative;width:100%;z-index:2}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-content{color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:1.4;position:relative;z-index:5}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-content{gap:0 0}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-title{font-size:32px;font-weight:500;margin-bottom:26px;max-width:445px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-title{font-size:24px;margin-bottom:22px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-desc{font-size:18px;font-weight:400;max-width:460px;opacity:.67}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-desc{font-size:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-desc p{margin-bottom:16px}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-7 .advantages-prime__el-desc p:last-child{margin-bottom:0}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8{background-color:var(--color-blackRgba05);display:flex;flex-direction:column;gap:36px 0;justify-content:space-between;min-height:calc(100vh - 20px);overflow:hidden;padding:calc(var(--index)*2.7) calc(var(--index)*1.4) calc(var(--index)*1.85) calc(var(--index)*1.85);position:relative;width:100%;z-index:10}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8{min-height:70vh}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-video{border-radius:20px;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-video video{pointer-events:none}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-video img,.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-video video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;width:100%;z-index:1}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-overlay{background-color:var(--color-blackRgba05);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-img{pointer-events:none;position:relative;z-index:5}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-img img,.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-img svg{height:auto;max-width:100%}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-content{color:var(--color-white);line-height:1.2;position:relative;z-index:5}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-desc{font-size:32px;font-weight:400;max-width:1050px;opacity:.9}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-desc{font-size:18px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-desc p{margin-bottom:26px}@media screen and (max-width:992px){.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-desc p{margin-bottom:16px}}.sec-advantages-prime .advantages-prime__el.advantages-prime__el-8 .advantages-prime__el-desc p:last-child{margin-bottom:0}.particles-stars{aspect-ratio:1/1;content:"";height:calc(var(--index)*8.7);pointer-events:none;position:absolute}.particles-stars span{background:url(/local/templates/.default/assets/v6/css/../img/prime_stars.png) no-repeat 50%;background-size:contain;position:absolute}.particles-stars span:first-child{animation-delay:.4s;animation-duration:6s;animation-iteration-count:infinite;animation-name:spark_1;animation-timing-function:linear;aspect-ratio:1/1.25;bottom:0;content:"";left:0;position:absolute;width:6.5%}.particles-stars span:nth-child(2){animation-delay:.4s;animation-iteration-count:infinite;animation-name:spark_2;animation-timing-function:linear;bottom:50%;left:10%}.particles-stars span:nth-child(2),.particles-stars span:nth-child(3){animation-duration:8s;aspect-ratio:1/1.25;content:"";position:absolute;width:8%}.particles-stars span:nth-child(3){animation-delay:.5s;animation-iteration-count:infinite;animation-name:spark_3;animation-timing-function:linear;bottom:0;left:20%}.particles-stars span:nth-child(4){animation-delay:.2s;animation-duration:6s;animation-iteration-count:infinite;animation-name:spark_4;animation-timing-function:linear;aspect-ratio:1/1.25;bottom:10%;content:"";left:60%;position:absolute;width:5%}.particles-stars span:nth-child(5){animation-delay:.2s;animation-iteration-count:infinite;animation-name:spark_5;animation-timing-function:linear;left:50%;width:5%}.particles-stars span:nth-child(5),.particles-stars span:nth-child(6){animation-duration:9s;aspect-ratio:1/1.25;bottom:70%;content:"";position:absolute}.particles-stars span:nth-child(6){animation-delay:.2s;animation-iteration-count:infinite;animation-name:spark_6;animation-timing-function:linear;left:75%;width:10%}.particles-stars span:nth-child(7){animation-delay:.4s;animation-duration:5s;animation-iteration-count:infinite;animation-name:spark_7;animation-timing-function:linear;aspect-ratio:1/1.25;bottom:40%;content:"";left:80%;position:absolute;width:6%}.particles-stars span:nth-child(8){animation-delay:.3s;animation-duration:7s;animation-iteration-count:infinite;animation-name:spark_8;animation-timing-function:linear;aspect-ratio:1/1.25;bottom:0;content:"";left:98%;position:absolute;width:8%}@keyframes spark_1{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*4*-1))}}@keyframes spark_2{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*4*-1))}}@keyframes spark_3{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*4*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*7*-1))}}@keyframes spark_4{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*5*-1))}}@keyframes spark_5{0%{opacity:1;transform:translate(0)}33%{transform:translate(calc(var(--index)*1),calc(var(--index)*1*-1))}66%{opacity:.6;transform:translate(calc(var(--index)*.3),calc(var(--index)*2*-1))}to{opacity:0;transform:translate(calc(var(--index)*.6),calc(var(--index)*3*-1))}}@keyframes spark_6{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*4*-1))}}@keyframes spark_7{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*4*-1))}}@keyframes spark_8{0%{opacity:1;transform:translate(0)}33%{transform:translate(12px,calc(var(--index)*2*-1))}66%{opacity:.6;transform:translateY(calc(var(--index)*3*-1))}to{opacity:0;transform:translate(6px,calc(var(--index)*4*-1))}}.services-certificates.services-certificates--prime{aspect-ratio:1/1.33;box-sizing:border-box;height:auto;max-width:385px;overflow:visible;width:100%}@media screen and (max-width:1200px){.services-certificates.services-certificates--prime{aspect-ratio:none;border:1px solid var(--color-accent11);height:150px;width:320px}}@media screen and (max-width:610px){.services-certificates.services-certificates--prime{align-items:flex-start;height:180px;width:100%}}.services-certificates.services-certificates--prime .services-certificates__text{color:var(--color-accent-l);font-weight:500}@media screen and (max-width:610px){.services-certificates.services-certificates--prime .services-certificates__text{max-width:200px}}.services-certificates.services-certificates--prime .services-certificates__figure1{animation:float 6s ease-in-out infinite;aspect-ratio:1/.84;background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card_figure.png) no-repeat 50%;background-size:contain;pointer-events:none;position:absolute;right:10%;top:10%;width:45.5%;z-index:4}@media screen and (max-width:1200px){.services-certificates.services-certificates--prime .services-certificates__figure1{left:30%;right:auto;top:5%;width:30%}}@media screen and (max-width:610px){.services-certificates.services-certificates--prime .services-certificates__figure1{left:10%;top:2%}}.services-certificates.services-certificates--prime .services-certificates__figure2{animation:float 9s ease-in-out .2s infinite;aspect-ratio:1/.84;background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card_figure.png) no-repeat 50%;background-size:contain;filter:blur(3px);pointer-events:none;position:absolute;right:8%;top:-9%;transform:rotate(-60deg);width:36%;z-index:3}@media screen and (max-width:1200px){.services-certificates.services-certificates--prime .services-certificates__figure2{left:50%;right:0;width:24%}}@media screen and (max-width:610px){.services-certificates.services-certificates--prime .services-certificates__figure2{left:40%;top:15%}}.services-certificates.services-certificates--prime .services-certificates__card{background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card.png) no-repeat 50%;background-size:contain;content:"";height:150%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-48%,-51%) rotate(17deg);width:190%;z-index:2}@media screen and (max-width:1200px){.services-certificates.services-certificates--prime .services-certificates__card{height:230%;left:76%;top:70%;width:110%}}.services-certificates.services-certificates--prime .services-certificates__card span{animation-duration:25s;animation-iteration-count:infinite;animation-name:rotation;animation-timing-function:linear;aspect-ratio:1/1;background:url(/local/templates/.default/assets/v6/css/../img/franchise-header__logo-text.svg) no-repeat 50%;background-size:contain;content:"";left:52%;position:absolute;top:14%;width:12%}.services-certificates.services-certificates--prime .particles-stars-wraper{bottom:0;height:100%;overflow:hidden;pointer-events:none;position:absolute;right:0;width:100%;z-index:2}.services-certificates.services-certificates--prime .particles-stars{bottom:0;right:3%;z-index:2}.services-certificates.services-certificates--prime .services-certificates__bg{aspect-ratio:1/2;background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card_bg.png) no-repeat bottom;background-size:contain;bottom:8%;height:auto;left:-5%;pointer-events:none;top:auto;width:112%;z-index:1}@media screen and (max-width:1200px){.services-certificates.services-certificates--prime .services-certificates__bg{aspect-ratio:none;background-position:30%;background-size:200%;border-radius:20px;bottom:0;height:100%;left:0;overflow:hidden;top:0;transform:scale(1);width:100%}}.prime-mobile-sert{align-items:flex-start;border:1px solid var(--color-accent11);border-radius:20px;color:var(--color-white);display:flex;flex-direction:column;font-family:var(--font-ex);font-size:16px;height:180px;justify-content:flex-end;line-height:1.3;padding:16px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease-in-out;width:100%}.prime-mobile-sert .prime-mobile-sert__text{color:var(--color-accent-l);font-weight:500;max-width:200px;position:relative;text-align:left;width:100%;z-index:4}.prime-mobile-sert .prime-mobile-sert__card{background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card.png) no-repeat 50%;background-size:contain;content:"";height:230%;left:76%;pointer-events:none;position:absolute;top:70%;transform:translate(-48%,-51%) rotate(17deg);width:110%;z-index:2}.prime-mobile-sert .prime-mobile-sert__card span{animation-duration:25s;animation-iteration-count:infinite;animation-name:rotation;animation-timing-function:linear;aspect-ratio:1/1;background:url(/local/templates/.default/assets/v6/css/../img/franchise-header__logo-text.svg) no-repeat 50%;background-size:contain;content:"";left:52%;position:absolute;top:14%;width:12%}.prime-mobile-sert .prime-mobile-sert__figure1{animation:float 6s ease-in-out infinite;left:10%;top:2%;width:30%;z-index:4}.prime-mobile-sert .prime-mobile-sert__figure1,.prime-mobile-sert .prime-mobile-sert__figure2{aspect-ratio:1/.84;background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card_figure.png) no-repeat 50%;background-size:contain;pointer-events:none;position:absolute}.prime-mobile-sert .prime-mobile-sert__figure2{animation:float 9s ease-in-out .2s infinite;filter:blur(3px);left:40%;top:15%;transform:rotate(-60deg);width:24%;z-index:3}.prime-mobile-sert .particles-stars-wraper{bottom:0;height:100%;overflow:hidden;pointer-events:none;position:absolute;right:0;width:100%;z-index:2}.prime-mobile-sert .particles-stars-wraper .particles-stars{bottom:0;right:3%;z-index:2}.prime-mobile-sert .prime-mobile-sert__bg{aspect-ratio:none;background:url(/local/templates/.default/assets/v6/css/../img/prime_gift_card_bg.png) no-repeat bottom;background-position:30%;background-size:200%;border-radius:20px;bottom:0;height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:scale(1);width:100%;z-index:1}.prime-mobile-sert-wrap{display:none;overflow:hidden;padding-bottom:40px;padding-top:50px}@media screen and (max-width:992px){.prime-mobile-sert-wrap{display:block}}.menu-pannel .prime-mobile-sert{margin:0 auto;max-width:calc(100% - 40px)}.main-footer{background:#000;color:#fff;overflow:hidden;padding:50px 0}@media screen and (max-width:480px){.main-footer{padding:30px 0 15px}}.main-footer .main-footer__line-top{align-items:center;display:flex;margin-bottom:35px}@media screen and (max-width:992px){.main-footer .main-footer__line-top{margin-bottom:20px}}@media screen and (max-width:480px){.main-footer .main-footer__line-top{flex-direction:column}}.main-footer .main-footer__line-bot .main-footer__line-bot--line{display:flex;justify-content:space-between;margin-bottom:25px}.main-footer .main-footer__line-bot .main-footer__line-bot--line:last-child{margin-bottom:0}@media screen and (max-width:992px){.main-footer .main-footer__line-bot .main-footer__line-bot--line{flex-direction:column}}.main-footer .main-footer__line-bot .main-footer__contacts{width:300px}@media screen and (max-width:992px){.main-footer .main-footer__line-bot .main-footer__contacts{width:100%}}.main-footer .main-footer__line-bot .footer-menu{width:calc(100% - 340px)}@media screen and (max-width:992px){.main-footer .main-footer__line-bot .footer-menu{width:100%}}.main-footer .main-footer__line-bot .main-footer__organization{color:hsla(0,0%,100%,.5);font-size:10px;line-height:15px;margin-right:40px;text-transform:uppercase;width:300px}@media screen and (max-width:992px){.main-footer .main-footer__line-bot .main-footer__organization{margin-bottom:15px;margin-right:0;width:100%}}@media screen and (max-width:480px){.main-footer .main-footer__line-bot .main-footer__organization{text-align:center}}.main-footer .main-footer__line-bot .main-footer__organization a{color:hsla(0,0%,100%,.5);pointer-events:none;text-decoration:none}.main-footer .main-footer__line-bot .main-footer__oferta{color:hsla(0,0%,100%,.5);font-size:10px;line-height:15px;text-transform:uppercase;width:calc(100% - 340px)}@media screen and (max-width:992px){.main-footer .main-footer__line-bot .main-footer__oferta{width:100%}}@media screen and (max-width:480px){.main-footer .main-footer__line-bot .main-footer__oferta{text-align:center}}.main-footer .logo{margin-right:40px;max-width:110px}@media screen and (max-width:480px){.main-footer .logo{margin-bottom:20px;margin-right:0}}.main-footer .main-footer__contacts{margin-right:40px}@media screen and (max-width:992px){.main-footer .main-footer__contacts{order:2}}@media screen and (max-width:768px){.main-footer .main-footer__contacts{margin-right:0}}@media screen and (max-width:480px){.main-footer .main-footer__contacts{text-align:center}}.main-footer .footer-email{color:#fff;display:inline-block;font-size:12px;line-height:15px;margin-bottom:10px;text-decoration-line:underline;text-transform:uppercase;transition:all .3s}.main-footer .footer-email:hover{color:#a6ce39}.main-footer .footer-rezim{color:#fff;font-size:12px;line-height:15px;text-transform:uppercase}.footer-menu{display:flex;flex-wrap:wrap;list-style:none}@media screen and (max-width:992px){.footer-menu{margin-bottom:20px;order:1}}@media screen and (max-width:480px){.footer-menu{justify-content:center}}.footer-menu .footer-menu__item{margin-right:30px}@media screen and (max-width:1200px){.footer-menu .footer-menu__item{margin-right:20px}}@media screen and (max-width:992px){.footer-menu .footer-menu__item{margin-bottom:10px}}.footer-menu .footer-menu__item:last-child{margin-right:0}.footer-menu .footer-menu__link{color:#fff;font-size:11px;line-height:15px;opacity:.5;text-decoration:none;text-transform:uppercase;transition:all .3s}.footer-menu .footer-menu__link:hover{color:#a6ce39}
/* End */


/* Start:/local/templates/.default/assets/v6/css/map-branches.css?169473177516165*/
:root{--index:calc(1vw + 1vh);--widthPrice:165px;--container-width:1840px;--container-padding:40px;--gradientBtn:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);--color-white:#fff;--color-whiteRGBA03:hsla(0,0%,100%,.3);--color-blackRGBA03:rgba(0,0,0,.3);--color-black:#000;--color-black2:#020201;--color-black3:#1e1e1e;--color-gray:#9d9d9d;--color-gray2:#555;--color-gray3:#616161;--color-gray4:#c6c6c6;--color-gray5:#8d8d8d;--color-gray6:#252525;--color-gray7:#454545;--color-gray8:#9e9e9e;--color-grayDark:#303030;--color-grayDark2:#373737;--color-accent:#a6ce39;--color-error:#ff4141;--font-default:AkzidenzGroteskPro-britva,sans-serif;--font-ex:AkzidenzGroteskProEx-britva,sans-serif;--font-cn:AkzidenzGroteskProCn-britva,sans-serif;--font-tn:Thunder-britva,sans-serif;--font-price:Allerta-britva,sans-serif;--font-soda:NextArt-soda,sans-serif;--transition:cubic-bezier(0.445,0.050,0.550,0.950);--transition2:cubic-bezier(0.785,0.135,0.150,0.860);--transition3:cubic-bezier(0.715,-0.235,0.120,1.300)}@media screen and (max-width:1600px){:root{--widthPrice:110px}}@media screen and (max-width:768px){:root{--widthPrice:90px}}@media screen and (max-width:600px){:root{--widthPrice:55px}}@media screen and (max-width:1200px){:root{--container-padding:30px}}@media screen and (max-width:480px){:root{--container-padding:20px}}.s-branches{color:#fff;overflow:hidden;padding-top:315px}@media screen and (max-width:1200px){.s-branches{padding-top:90px;position:relative;z-index:10}}@media screen and (max-width:480px){.s-branches{padding-top:35px;position:static}}.s-branches .container{max-width:1840px}.s-branches .s-branches__top{align-items:flex-end;display:flex;margin-bottom:50px}@media screen and (max-width:1200px){.s-branches .s-branches__top{flex-direction:column}}.s-branches .s-branches__top-left{margin-right:40px;width:calc(100% - 600px)}@media screen and (max-width:1200px){.s-branches .s-branches__top-left{margin-right:0;order:2;width:100%}}.s-branches .s-branches__top-right{width:560px}@media screen and (max-width:1200px){.s-branches .s-branches__top-right{margin-bottom:30px;order:1;width:100%}}.s-branches .map-branches-list{margin-bottom:36px}.s-branches .map-branches-list ul{display:flex;flex-wrap:wrap;gap:30px 35px;list-style:none}@media screen and (max-width:1600px){.s-branches .map-branches-list ul{gap:20px 25px}}@media screen and (max-width:768px){.s-branches .map-branches-list ul{gap:10px}}.s-branches .map-branches-list ul a{background:transparent;border:1px solid #5f5f5f;border-radius:10px;box-sizing:border-box;color:hsla(0,0%,100%,.5);display:block;font-size:30px;font-style:italic;font-weight:900;height:70px;line-height:68px;padding:0 25px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:1600px){.s-branches .map-branches-list ul a{font-size:20px;height:50px;line-height:48px}}@media screen and (max-width:768px){.s-branches .map-branches-list ul a{font-size:14px;height:37px;line-height:35px;padding:0 15px}}@media screen and (max-width:420px){.s-branches .map-branches-list ul a{font-size:12px}}.s-branches .map-branches-list ul a:active,.s-branches .map-branches-list ul a:focus{color:#fff;text-decoration:none}.s-branches .map-branches-list ul a:hover{color:#fff}.s-branches .map-branches-list ul a.-active{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);border:1px solid #a6ce39;color:#000}.map-branches__pannel{margin-bottom:50px}@media screen and (max-width:480px){.map-branches__pannel{background:#000;border-radius:20px 20px 0 0;bottom:0;left:0;margin-bottom:0;padding:60px 25px 30px;pointer-events:none;position:fixed;transform:translateY(150%) scale(1.1);transition:all .4s ease-in-out;width:100%;will-change:auto;z-index:1500}.map-branches__pannel.-show{pointer-events:all;transform:translate(0) scale(1)}}.map-branches__pannel .map-branches__pannel-close{align-items:center;display:none;height:30px;justify-content:center;left:0;position:absolute;top:0;width:100%}.map-branches__pannel .map-branches__pannel-close:before{background:#fff;border:2px;content:"";display:block;height:2px;opacity:.4;width:60px}@media screen and (max-width:480px){.map-branches__pannel .map-branches__pannel-close{display:flex}}.map-branches__pannel-item{position:relative}.map-branches__pannel-item .map-branches__pannel-item__row{align-items:flex-end;display:flex}@media screen and (max-width:768px){.map-branches__pannel-item .map-branches__pannel-item__row{flex-direction:column}}.map-branches__pannel-item .map-branches__wrap{background:#0d0d0d;border-radius:20px;color:#fff;font-family:AkzidenzGroteskProEx-britva,sans-serif;margin-right:40px;padding:30px 80px 30px 40px;position:relative;width:calc(100% - 600px)}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__wrap{padding:30px 60px 30px 20px;width:calc(100% - 340px)}}@media screen and (max-width:768px){.map-branches__pannel-item .map-branches__wrap{margin-bottom:20px;margin-right:0;width:100%}}@media screen and (max-width:480px){.map-branches__pannel-item .map-branches__wrap{padding:40px 20px 20px}}.map-branches__pannel-item .map-branches__wrap:hover:before{transform:rotate(0deg)}.map-branches__pannel-item .map-branches__wrap:before{background:url(/local/templates/.default/assets/v6/css/../img/arrow.svg) no-repeat 50%;background-size:contain;border-radius:20px;content:"";height:30px;position:absolute;right:45px;top:40px;transform:rotate(-45deg);transition:all .3s ease-in-out;width:30px;z-index:2}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__wrap:before{right:20px;top:30px}}@media screen and (max-width:992px){.map-branches__pannel-item .map-branches__wrap:before{height:20px;width:20px}}@media screen and (max-width:480px){.map-branches__pannel-item .map-branches__wrap:before{height:14px;right:15px;top:15px;width:14px}}.map-branches__pannel-item .map-branches__title{font-size:40px;font-weight:500;line-height:1.1;position:relative;text-transform:uppercase;z-index:3}@media screen and (max-width:1600px){.map-branches__pannel-item .map-branches__title{font-size:30px;margin-bottom:5px}}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__title{font-size:24px}}@media screen and (max-width:992px){.map-branches__pannel-item .map-branches__title{font-size:20px}}.map-branches__pannel-item .map-branches__address{font-size:20px;font-weight:400;margin-bottom:5px;position:relative;z-index:3}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__address{font-size:18px}}@media screen and (max-width:992px){.map-branches__pannel-item .map-branches__address{font-size:16px}}.map-branches__pannel-item .map-branches__phone{display:inline-block;font-size:30px;font-weight:300;position:relative;text-transform:uppercase;z-index:10}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__phone{font-size:22px}}@media screen and (max-width:992px){.map-branches__pannel-item .map-branches__phone{font-size:20px}}.map-branches__pannel-item .map-branches__phone a{color:#a6ce39;text-decoration:none;transition:all .3s ease-in-out}.map-branches__pannel-item .map-branches__phone a:active,.map-branches__pannel-item .map-branches__phone a:focus{color:#a6ce39}.map-branches__pannel-item .map-branches__phone a:hover{color:#fff}.map-branches__pannel-item .map-branches__link{font-size:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.map-branches__pannel-item .map-branches__order{width:560px}@media screen and (max-width:1200px){.map-branches__pannel-item .map-branches__order{width:300px}}@media screen and (max-width:768px){.map-branches__pannel-item .map-branches__order{width:100%}}@media screen and (max-width:480px){.map-branches__pannel-item .map-branches__order .btn{font-size:14px;height:75px}}.map-branches-search{max-width:945px;position:relative}@media screen and (max-width:1200px){.map-branches-search{max-width:750px}}.map-branches-search .map-branches-search__el{position:relative;z-index:120}.map-branches-search .map-branches-search__el:before{background:url(/local/templates/.default/assets/v6/css/../img/select-arrow.svg) no-repeat 50%;background-size:contain;content:"";height:37px;margin-top:-18px;pointer-events:none;position:absolute;right:40px;top:50%;width:37px;z-index:3}@media screen and (max-width:768px){.map-branches-search .map-branches-search__el:before{height:30px;margin-top:-15px;right:20px;width:30px}}.map-branches-search .map-branches-search__el input{background:#000;border:2px solid #a6ce39;border-radius:10px;box-sizing:border-box;color:#fff;font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:30px;height:120px;padding:0 120px 0 40px;position:relative;width:100%;z-index:2}@media screen and (max-width:1600px){.map-branches-search .map-branches-search__el input{height:95px}}@media screen and (max-width:768px){.map-branches-search .map-branches-search__el input{font-size:20px;height:75px;padding:0 70px 0 15px}}.map-branches-search .map-branches-search__el input.placeholder{color:hsla(0,0%,100%,.5)}.map-branches-search .map-branches-search__el input:-moz-placeholder,.map-branches-search .map-branches-search__el input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.map-branches-search .map-branches-search__el input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.map-branches-search .map-branches-search__el input::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.map-branches-search .map-branches-search__result{background:#212121;border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-family:AkzidenzGroteskPro-britva,sans-serif;height:390px;left:0;list-style:none;opacity:0;overflow-y:auto;padding:30px 20px 20px;position:absolute;top:calc(100% - 15px);transition:all .3s ease-in-out;visibility:hidden;width:100%;z-index:100}@media screen and (max-width:768px){.map-branches-search .map-branches-search__result{padding:30px 15px 15px}}.map-branches-search .map-branches-search__result.-active{opacity:1;top:calc(100% - 10px);visibility:visible}.map-branches-search .map-branches-search__result::-webkit-scrollbar{width:2px}.map-branches-search .map-branches-search__result::-webkit-scrollbar-track{background:#1e1e1e}.map-branches-search .map-branches-search__result::-webkit-scrollbar-thumb{background-color:none;border:3px solid #a6ce39;border-radius:1px}.map-branches-search .map-branches-search__result li{display:none}.map-branches-search .map-branches-search__result a{color:#fff;font-size:22px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}@media screen and (max-width:768px){.map-branches-search .map-branches-search__result a{display:block;font-size:18px;margin-bottom:5px}}.map-branches-search .map-branches-search__result a span{font-size:14px}.map-branches-search .map-branches-search__result a:active,.map-branches-search .map-branches-search__result a:focus{color:#fff}.map-branches-search .map-branches-search__result a:hover{color:#a6ce39}.map-branches-search .map-branches-search__label{display:none}.wrapper-map{border-radius:20px;height:800px;margin:0 auto;max-height:calc(100vh - 100px);max-width:calc(var(--container-width) - var(--container-padding)*2);overflow:hidden;position:relative;width:calc(100% - var(--container-padding)*2)}@media screen and (max-width:480px){.wrapper-map{max-height:70vh}}#map-branches{height:100%;left:0;position:absolute;top:0;width:100%}.branches-swich{display:flex;gap:0 25px}.btn-map{align-items:flex-start;border:1px solid transparent;border-radius:10px;color:#fff;display:block;display:flex;flex-direction:column;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:16px;font-weight:500;height:120px;justify-content:flex-end;opacity:.5;padding:24px;text-decoration:none;transition:all .3s ease-in-out;width:120px}@media screen and (max-width:768px){.btn-map{font-size:14px;height:66px;padding:10px;width:89px}}.btn-map:active,.btn-map:focus{color:#fff}.btn-map:hover{color:#fff;opacity:.8}.btn-map i{background:url(/local/templates/.default/assets/v6/css/../img/btn-map.svg) no-repeat 50%;background-size:contain;display:block;height:29px;margin-bottom:13px;min-height:29px;min-width:21px;width:21px}@media screen and (max-width:768px){.btn-map i{height:16px;margin-bottom:5px;min-height:16px;min-width:11px;width:11px}}.btn-map.-active{border-color:#cacaca;opacity:1}.btn-map.-active:hover{color:#fff;opacity:1}.btn-list{align-items:flex-start;border:1px solid transparent;border-radius:10px;color:#fff;display:block;display:flex;flex-direction:column;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:16px;font-weight:500;height:120px;justify-content:flex-end;opacity:.5;padding:24px;text-decoration:none;transition:all .3s ease-in-out;width:120px}@media screen and (max-width:768px){.btn-list{font-size:14px;height:66px;padding:10px;width:89px}}.btn-list:active,.btn-list:focus{color:#fff}.btn-list:hover{color:#fff;opacity:.8}.btn-list i{background:url(/local/templates/.default/assets/v6/css/../img/btn-list.svg) no-repeat 50%;background-size:contain;display:block;height:34px;margin-bottom:13px;min-height:34px;min-width:34px;width:34px}@media screen and (max-width:768px){.btn-list i{height:19px;margin-bottom:5px;min-height:19px;min-width:19px;width:19px}}.btn-list.-active{border-color:#cacaca;opacity:1}.btn-list.-active:hover{color:#fff;opacity:1}.type_branches.type-map .wrapper-map{display:block}.type_branches.type-map .wprapper-list{display:none}.type_branches.type-map .map-branches__pannel{display:block}.type_branches.type-list .wrapper-map{display:none}.type_branches.type-list .wprapper-list{display:block}.type_branches.type-list .map-branches__pannel{display:none}@media screen and (max-width:1300px){.type_branches.type-list .s-branches__top-left{display:none}}.type_branches.type-list .s-branches__top-left .map-branches-list,.type_branches.type-list .s-branches__top-left .map-branches-search{opacity:0;pointer-events:none}.branches-list{-moz-column-count:4;column-count:4;gap:40px}@media screen and (max-width:1400px){.branches-list{-moz-column-count:3;column-count:3}}@media screen and (max-width:1200px){.branches-list{-moz-column-count:2;column-count:2}}@media screen and (max-width:768px){.branches-list{-moz-column-count:1;column-count:1;gap:0}}.branches-list .branches-list__title{color:#fff;font-family:AkzidenzGroteskProEx-britva,sans-serif;font-size:18px;font-weight:700;margin-bottom:20px;margin-top:30px;padding-right:30px;text-transform:uppercase}@media screen and (max-width:768px){.branches-list .branches-list__title{padding-right:0}}.branches-list .branches-list__title:first-child{margin-top:0}.branches-list .branches-list__literally{color:#fff;font-family:AkzidenzGroteskPro-britva,sans-serif;font-size:16px;font-weight:700;margin-bottom:10px;margin-top:25px;padding-right:30px;text-transform:uppercase}@media screen and (max-width:768px){.branches-list .branches-list__literally{padding-right:0}}.branches-list .branches-list__link{margin-bottom:3px;padding-right:30px;position:relative}@media screen and (max-width:768px){.branches-list .branches-list__link{padding-right:0}}.branches-list .branches-list__link .branches-list__link_m{border-radius:50%;content:"";height:6px;left:-19px;position:absolute;top:10px;width:6px}.branches-list .branches-list__link .address{font-size:12px}.branches-list .branches-list__link .new{color:#f25924;display:block;font-size:10px;padding-right:13px;position:relative}.branches-list .branches-list__link .new i{display:inline-block;height:12px;position:relative;width:10px}.branches-list .branches-list__link .new i:after{background:url(/local/templates/.default/assets/v6/css/../img/fire-icon.svg) 50% no-repeat;background-size:contain;content:"";height:10px;margin-top:-3px;position:absolute;right:0;top:50%;width:10px}.branches-list .branches-list__link a{color:hsla(0,0%,100%,.7);font-size:16px;font-weight:AkzidenzGroteskPro-britva,sans-serif;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:768px){.branches-list .branches-list__link a{font-size:20px}}.branches-list .branches-list__link a:active,.branches-list .branches-list__link a:focus{color:hsla(0,0%,100%,.7)}.branches-list .branches-list__link a:hover{color:#fff}
/* End */
/* /local/templates/.default/assets/v6/css/vendor.css?169791222942095 */
/* /local/templates/.default/assets/v6/css/main.css?1748723127272270 */
/* /local/templates/.default/assets/v6/css/map-branches.css?169473177516165 */
