/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

@font-face {
  font-family: "VKSansDisplay";
  src: url("../common/fonts/VKSansDisplayRegular.woff2") format("woff2"), url("../common/fonts/VKSansDisplayRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VKSansDisplay";
  src: url("../common/fonts/VKSansDisplayMedium.woff2") format("woff2"), url("../common/fonts/VKSansDisplayMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "VKSansDisplay";
  src: url("../common/fonts/VKSansDisplayBold.woff2") format("woff2"), url("../common/fonts/VKSansDisplayBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
span {
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.65em;
}

sub {
  top: 0.4em;
}

small,
.small {
  font-size: 0.86em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main,
time {
  display: block;
}

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

textarea {
  -webkit-appearance: none;
}

:root {
  --padding-h: 12px;
  --padding-v: 6px;
}
@media (min-width: 1024px) {
  :root {
    --padding-h: 50px;
    --padding-v: 15px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding-h: 50px;
    --padding-v: 15px;
  }
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  background-color: #f5f5f7;
  font-family: "VKSansDisplay";
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 23px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #2c2d2e;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}

* {
  font-family: inherit;
}

input[type=text],
textarea {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 700;
}

p {
  line-height: inherit;
}

button {
  font-family: inherit;
  line-height: inherit;
}

.nowrap {
  white-space: nowrap;
}

.minwidth {
  min-width: 320px;
}

.page-main {
  overflow: hidden;
}

.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  width: 100%;
  max-width: calc(1266px + var(--padding-h) * 2);
  margin: 0 auto;
}

.m-section {
  width: 100%;
  margin: 0 auto;
  padding: var(--padding-v) var(--padding-h);
}

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@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, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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, 0.15);
}

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

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

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

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

.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 {
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.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: var(--swiper-navigation-top-offset, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.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;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 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;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.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;
  -webkit-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
          border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
          border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
          border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          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: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  --swiper-pagination-bullet-horizontal-gap: 0;
}
.swiper-pagination {
  position: static;
  gap: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
@media (min-width: 1024px) {
  .swiper-pagination {
    margin: 28px 0 0;
  }
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: var(--swiper-pagination-bullet-horizontal-gap);
  background-color: #cfd1d6;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #2c2d2e;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #0077ff;
  opacity: 1;
}

.a-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  background-color: #0077ff;
  border: none;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .a-btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 56px;
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .a-btn:hover {
    background-color: #0056e2;
    color: #fff;
  }
}
.a-btn.--black {
  color: #fff;
  background-color: #2c2d2e;
}
@media (min-width: 1200px) {
  .a-btn.--black:hover {
    background-color: #333333;
  }
}
.a-btn__ico {
  margin-right: 8px;
}

.download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.download-link a {
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 158px;
  max-width: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #191919;
  color: #191919;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.download-link a:hover {
  background-color: black;
  color: black;
}
@media (min-width: 768px) {
  .download-link a {
    height: 52px;
    width: 181px;
  }
}
.download-link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .qr-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
    max-width: 328px;
  }
}
.qr-code__code {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.qr-code__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.qr-code__description {
  font-size: 14px;
  line-height: 17px;
  color: #aaadb3;
}

.ratings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.ratings-item__ico {
  width: 38px;
  height: 38px;
}
.ratings-item__ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
}
.rating__num {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
}
@media (min-width: 768px) {
  .rating__num {
    font-size: 20px;
    line-height: 25px;
  }
}
.rating__stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 72px;
  height: 14px;
}
@media (min-width: 768px) {
  .rating__stars {
    width: 95px;
    height: 19px;
  }
}
.rating__stars-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.rating__stars-item:first-child {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='19' fill='none' viewBox='0 0 96 19'%3e%3cpath fill='%23CFD1D6' d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81H7.14a1 1 0 0 0 .95-.69l.958-2.947ZM28.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM47.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM66.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM85.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947Z'/%3e%3c/svg%3e");
}
.rating__stars-item:last-child {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='19' fill='none' viewBox='0 0 96 19'%3e%3cpath fill='%23FF9E00' d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81H7.14a1 1 0 0 0 .95-.69l.958-2.947ZM28.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM47.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM66.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947ZM85.049 2.927c.3-.921 1.603-.921 1.902 0l.957 2.946a1 1 0 0 0 .951.691h3.098c.97 0 1.372 1.24.588 1.81l-2.506 1.82a1 1 0 0 0-.363 1.118l.957 2.947c.3.92-.755 1.687-1.539 1.118l-2.506-1.821a1 1 0 0 0-1.176 0l-2.506 1.82c-.784.57-1.838-.196-1.539-1.117l.957-2.947a1 1 0 0 0-.363-1.118l-2.506-1.82c-.784-.57-.381-1.81.588-1.81h3.098a1 1 0 0 0 .95-.69l.958-2.947Z'/%3e%3c/svg%3e");
}

.s-space__inner {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 28px 20px;
  background-color: #0077ff;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .s-space__inner {
    padding: 32px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .s-space__inner {
    padding: 72px 32px 50px;
  }
}
@media (min-width: 1366px) {
  .s-space__inner {
    padding: 72px 32px;
  }
}
.s-space__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .s-space__title {
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .s-space__title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media (min-width: 1366px) {
  .s-space__title {
    font-size: 60px;
    line-height: 56px;
  }
}
.s-space__title span {
  position: relative;
  display: inline-block;
}
.s-space__title span svg {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 13px;
}
@media (min-width: 1024px) {
  .s-space__title span svg {
    left: -8px;
    top: auto;
    bottom: -3px;
    width: 142px;
    right: -14px;
    height: auto;
  }
  .s-space__title span svg * {
    stroke-width: 4;
  }
}
@media (min-width: 1366px) {
  .s-space__title span svg {
    left: -9px;
    bottom: -10px;
    width: 186px;
  }
}
.s-space__subtitle {
  margin: 12px auto 24px;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 576px) {
  .s-space__subtitle {
    max-width: 602px;
    margin: 24px auto 30px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1366px) {
  .s-space__subtitle {
    margin: 24px auto 36px;
  }
}
.s-space__btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.s-space__picture {
  position: absolute;
  display: block;
  width: 114px;
  height: 118px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .s-space__picture {
    width: 158px;
    height: 162px;
  }
}
@media (min-width: 1024px) {
  .s-space__picture {
    width: 176px;
    height: 176px;
  }
}
@media (min-width: 1366px) {
  .s-space__picture {
    width: 254px;
    height: 254px;
  }
}
.s-space__picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  width: 100%;
  height: 100%;
}

.footer {
  margin: 32px 0 0;
  padding: 60px var(--padding-h) 30px;
  background-color: #2c2d2e;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 16px;
    padding: 76px 50px 80px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 76px var(--padding-h) 80px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer .wrapper {
    padding: 0 46px;
  }
}
@media (min-width: 1920px) {
  .footer .wrapper {
    padding: 0 84px;
  }
}
.footer__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.footer__description {
  font-size: 16px;
  line-height: 22px;
  color: #959697;
}
@media (min-width: 768px) {
  .footer__description {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .footer__description {
    max-width: 334px;
  }
}
@media (min-width: 1366px) {
  .footer__description {
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .footer__grid {
    display: grid;
    grid-gap: 0 44px;
    grid-template-columns: 1fr 370px;
  }
}
.footer__part--left {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__part--left {
    max-width: 428px;
  }
}
@media (min-width: 1024px) {
  .footer__part--left {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .footer__part--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__ratings {
  display: none;
}
@media (min-width: 768px) {
  .footer__ratings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 50px;
    margin: 28px 0 0;
  }
}
.footer__download-links {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 8px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .footer__download-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 8px;
    margin: 80px auto 0;
  }
  .footer__download-links .rating {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer__download-links {
    margin: -6px 0 0;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 58px 0 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 100px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 50px 0 0;
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    margin: 60px 0 0;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 8px;
  margin: 0 0 36px;
}
@media (min-width: 1024px) {
  .footer__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 12px;
    margin: 0;
    margin-right: auto;
  }
}
@media (min-width: 1366px) {
  .footer__social {
    display: none;
  }
}
.footer__social-item {
  overflow: hidden;
  width: 41px;
  height: 41px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  color: #191919;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .footer__social-item {
    width: 40px;
    height: 40px;
  }
}
.footer__social-item:hover {
  color: black;
}
.footer__social-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 135px;
  height: 30px;
  margin: 0 auto 30px;
  color: white;
}
@media (min-width: 1024px) {
  .footer__logo {
    width: calc(100% - 370px);
    grid-column: 1;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .footer__logo {
    width: auto;
  }
}
.footer__logo a {
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__year {
  font-size: 13px;
  line-height: 18px;
  color: #959697;
}
@media (min-width: 1024px) {
  .footer__year {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1366px) {
  .footer__year {
    display: none;
  }
}
.footer__qr {
  display: none;
}
@media (min-width: 1024px) {
  .footer__qr {
    display: block;
    margin: 40px 0;
  }
}
.footer__nav {
  display: none;
}
@media (min-width: 1366px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    margin-left: auto;
  }
}
.footer__nav-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #959697;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__nav-item:hover {
  color: #fff;
}

.s-main {
  overflow: hidden;
  padding: var(--padding-v) var(--padding-h);
}
@media (min-width: 768px) {
  .s-main {
    margin-top: 6px;
  }
}
@media (min-width: 1920px) {
  .s-main {
    max-width: calc(1626px + var(--padding-h) * 2);
  }
}
.s-main h1 {
  position: absolute;
  left: -99999em;
}
.s-main__inner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 456px;
  padding: 50px 0 0;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  background: #0077ff;
  color: white;
}
@media (min-width: 1024px) {
  .s-main__inner {
    height: 512px;
    padding: 50px 42px 0;
  }
}
@media (min-width: 1366px) {
  .s-main__inner {
    height: 604px;
    padding: 62px 116px 0;
  }
}
@media (min-width: 1920px) {
  .s-main__inner {
    height: 700px;
    padding: 62px 172px 0;
  }
}
.s-main__btn {
  position: relative;
  margin: 24px auto auto;
}
@media (min-width: 1366px) {
  .s-main__btn {
    margin: 35px auto auto;
  }
}
@media (min-width: 1920px) {
  .s-main__btn {
    margin: 48px auto auto;
  }
}
.s-main__btn .a-btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 164px;
  font-size: 18px;
  line-height: 23px;
}
.s-main__btn svg {
  display: none;
}
@media (min-width: 1366px) {
  .s-main__btn svg {
    position: absolute;
    left: auto;
    top: -26px;
    right: -36px;
    display: block;
  }
}
.s-main__title {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}
@media (min-width: 1024px) {
  .s-main__title {
    font-size: 66px;
    line-height: 70px;
  }
}
@media (min-width: 1366px) {
  .s-main__title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (min-width: 1920px) {
  .s-main__title {
    font-size: 74px;
    line-height: 78px;
  }
}
.s-main__title-mail {
  display: block;
}
.s-main__writer {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto -5px;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .s-main__writer {
    padding: 12px 0 5px;
  }
}
@media (min-width: 1366px) {
  .s-main__writer {
    padding: 24px 0 8px;
    margin: 0 auto -8px;
  }
}
.s-main__writer-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-main__writer .--js-writer {
  display: inline-block;
  vertical-align: bottom;
  height: 44px;
}
@media (min-width: 1024px) {
  .s-main__writer .--js-writer {
    height: 70px;
  }
}
@media (min-width: 1366px) {
  .s-main__writer .--js-writer {
    height: 75px;
  }
}
@media (min-width: 1920px) {
  .s-main__writer .--js-writer {
    height: 78px;
  }
}
.s-main__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.s-main__slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0077ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.s-main__slide--first .s-main__slide-el {
  position: absolute;
  left: auto;
  top: -5px;
  right: -8px;
  bottom: 0;
  font-size: 0;
  color: #2c2d2e;
}
@media (min-width: 1024px) {
  .s-main__slide--first .s-main__slide-el {
    left: 100%;
    top: -10px;
    right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 20px;
    padding: 6px 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #b8fc75;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--first .s-main__slide-el {
    top: -18px;
    margin-left: 24px;
    padding: 8px 14px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .s-main__slide--first .s-main__slide-el {
    margin-left: 14px;
  }
}
.s-main__slide--first .s-main__slide-el:before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #b8fc75;
}
@media (min-width: 1024px) {
  .s-main__slide--first .s-main__slide-el:before {
    position: absolute;
    top: 0;
    left: -14px;
    width: 6px;
    height: 66px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--first .s-main__slide-el:before {
    top: 2px;
    left: -12px;
    height: 76px;
  }
}
.s-main__slide--second ins {
  position: absolute;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  text-decoration: none;
  color: #b8fc75;
}
@media (min-width: 1024px) {
  .s-main__slide--second ins {
    font-size: 64px;
    line-height: 68px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--second ins {
    font-size: 70px;
  }
}
.s-main__slide--second ins:first-of-type {
  left: -12px;
}
@media (min-width: 1024px) {
  .s-main__slide--second ins:first-of-type {
    left: -24px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--second ins:first-of-type {
    left: -26px;
  }
}
.s-main__slide--second ins:last-of-type {
  left: auto;
  right: -12px;
}
@media (min-width: 1024px) {
  .s-main__slide--second ins:last-of-type {
    right: -24px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--second ins:last-of-type {
    right: -26px;
  }
}
.s-main__slide--second .s-main__slide-el {
  overflow: hidden;
  position: absolute;
  left: -40px;
  top: 0;
  height: 28px;
  display: block;
  font-size: 26px;
  color: #b8fc75;
}
@media (min-width: 1024px) {
  .s-main__slide--second .s-main__slide-el {
    left: -64px;
    height: 45px;
    font-size: 43px;
  }
}
@media (min-width: 1366px) {
  .s-main__slide--second .s-main__slide-el {
    left: -72px;
    top: -4px;
    height: 50px;
    font-size: 48px;
  }
}
.s-main__slide--third ins {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #b8fc75;
}
@media (min-width: 1024px) {
  .s-main__slide--third ins {
    width: 12px;
    height: 12px;
  }
}
.s-main__slide--third ins:nth-of-type(1) {
  left: -4px;
  top: -5px;
}
@media (min-width: 1024px) {
  .s-main__slide--third ins:nth-of-type(1) {
    left: -5px;
    top: -7px;
  }
}
.s-main__slide--third ins:nth-of-type(2) {
  left: auto;
  top: -5px;
  right: -4px;
}
@media (min-width: 1024px) {
  .s-main__slide--third ins:nth-of-type(2) {
    top: -7px;
    right: -5px;
  }
}
.s-main__slide--third ins:nth-of-type(3) {
  left: -4px;
  top: auto;
  bottom: -5px;
}
@media (min-width: 1024px) {
  .s-main__slide--third ins:nth-of-type(3) {
    left: -5px;
    bottom: -7px;
  }
}
.s-main__slide--third ins:nth-of-type(4) {
  left: auto;
  top: auto;
  right: -4px;
  bottom: -5px;
}
@media (min-width: 1024px) {
  .s-main__slide--third ins:nth-of-type(4) {
    right: -5px;
    bottom: -7px;
  }
}
.s-main__slide--third .--js-writer {
  padding: 0 6px;
  border: 2px solid #b8fc75;
}
@media (min-width: 1024px) {
  .s-main__slide--third .--js-writer {
    padding: 0 16px;
    border-width: 3px;
  }
}
.s-main__img {
  position: relative;
  bottom: -100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  width: 100%;
  height: 183px;
  margin-top: auto;
  padding-left: 22px;
}
@media (min-width: 768px) {
  .s-main__img {
    height: 168px;
    padding: 0 22px;
  }
}
@media (min-width: 1024px) {
  .s-main__img {
    height: 196px;
    margin: auto 0 0;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .s-main__img {
    height: 240px;
  }
}
@media (min-width: 1920px) {
  .s-main__img {
    height: 300px;
  }
}
.s-main__img:before {
  display: block;
  content: "";
  position: absolute;
  left: 64px;
  right: 0px;
  top: 80px;
  bottom: 0;
  z-index: 0;
  -webkit-border-radius: 24px 0 0 0;
          border-radius: 24px 0 0 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(83.57%, rgba(245, 245, 247, 0.47)), color-stop(102.45%, rgba(255, 255, 255, 0.47)));
  background: -webkit-linear-gradient(bottom, rgba(245, 245, 247, 0.47) 83.57%, rgba(255, 255, 255, 0.47) 102.45%);
  background: -o-linear-gradient(bottom, rgba(245, 245, 247, 0.47) 83.57%, rgba(255, 255, 255, 0.47) 102.45%);
  background: linear-gradient(0deg, rgba(245, 245, 247, 0.47) 83.57%, rgba(255, 255, 255, 0.47) 102.45%);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
}
@media (min-width: 768px) {
  .s-main__img:before {
    left: 64px;
    right: 64px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .s-main__img:before {
    left: 40px;
    right: 40px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1366px) {
  .s-main__img:before {
    left: 50px;
    right: 50px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
  }
}
.s-main__img picture {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -100px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.s-main__img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media (min-width: 768px) {
  .s-main__img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.s-main {
  --delay: 0.75s;
  --duration: 1.25s;
}
.s-main__slide {
  z-index: -1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  --third-from-pad: 6px;
  --third-to-pad: 20px;
}
.s-main__slide.swiper-slide-active {
  z-index: 1;
}
.s-main__text:not(.swiper-initialized) .s-main__slide:nth-child(1) .--js-writer, .s-main__slide[data-swiper-slide-index="0"] .--js-writer, .s-main__slide[data-swiper-slide-index="1"] .--js-writer {
  overflow: hidden;
  max-width: 25px;
  -webkit-transition: max-width 0s ease-out;
  -o-transition: max-width 0s ease-out;
  transition: max-width 0s ease-out;
}
@media (min-width: 1024px) {
  .s-main__text:not(.swiper-initialized) .s-main__slide:nth-child(1) .--js-writer, .s-main__slide[data-swiper-slide-index="0"] .--js-writer, .s-main__slide[data-swiper-slide-index="1"] .--js-writer {
    max-width: 40px;
  }
}
@media (min-width: 1366px) {
  .s-main__text:not(.swiper-initialized) .s-main__slide:nth-child(1) .--js-writer, .s-main__slide[data-swiper-slide-index="0"] .--js-writer, .s-main__slide[data-swiper-slide-index="1"] .--js-writer {
    max-width: 43px;
  }
}
@media (min-width: 1920px) {
  .s-main__text:not(.swiper-initialized) .s-main__slide:nth-child(1) .--js-writer, .s-main__slide[data-swiper-slide-index="0"] .--js-writer, .s-main__slide[data-swiper-slide-index="1"] .--js-writer {
    max-width: 45px;
  }
}
.s-main__slide.swiper-slide-active .--js-writer {
  -webkit-transition-duration: 1.25s;
       -o-transition-duration: 1.25s;
          transition-duration: 1.25s;
}
.s-main__slide[data-swiper-slide-index="1"] .--js-writer {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@-webkit-keyframes animate-height {
  from {
    line-height: 300%;
  }
  75% {
    line-height: calc(80% + 2px);
  }
  100% {
    line-height: calc(100% + 2px);
  }
}
@keyframes animate-height {
  from {
    line-height: 300%;
  }
  75% {
    line-height: calc(80% + 2px);
  }
  100% {
    line-height: calc(100% + 2px);
  }
}
.s-main__slide--second .s-main__slide-el {
  line-height: 300%;
}
.s-main__slide--second.swiper-slide-active .s-main__slide-el {
  -webkit-animation: animate-height 0.3s 1.75s ease-in;
          animation: animate-height 0.3s 1.75s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes from-bottom {
  0% {
    top: 2em;
  }
  100% {
    top: 0;
  }
}
@keyframes from-bottom {
  0% {
    top: 2em;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes to-top {
  0% {
    top: 0;
  }
  100% {
    top: -1em;
  }
}
@keyframes to-top {
  0% {
    top: 0;
  }
  100% {
    top: -1em;
  }
}
.s-main__slide.swiper-slide-active:not([data-swiper-slide-index="0"]) .s-main__writer-inner {
  -webkit-animation: from-bottom 0.5s ease-out;
          animation: from-bottom 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.s-main__slide.swiper-slide-prev .s-main__writer-inner, .s-main__slide.swiper-slide-next .s-main__writer-inner {
  top: 2em;
  -webkit-animation: to-top 0.5s ease-out;
          animation: to-top 0.5s ease-out;
}
@media (min-width: 1024px) {
  .s-main__slide {
    --third-from-pad: 16px;
    --third-to-pad: 30px;
  }
}
@-webkit-keyframes animate-pres {
  0% {
    padding: 0 var(--third-from-pad);
  }
  30% {
    padding: 0 var(--third-to-pad);
  }
  80% {
    padding: 0 var(--third-to-pad);
  }
  100% {
    padding: 0 var(--third-from-pad);
  }
}
@keyframes animate-pres {
  0% {
    padding: 0 var(--third-from-pad);
  }
  30% {
    padding: 0 var(--third-to-pad);
  }
  80% {
    padding: 0 var(--third-to-pad);
  }
  100% {
    padding: 0 var(--third-from-pad);
  }
}
.s-main__slide[data-swiper-slide-index="2"].swiper-slide-active .--js-writer {
  -webkit-animation: animate-pres 1.75s 1.25s;
          animation: animate-pres 1.75s 1.25s;
}
@media (min-width: 1366px) {
  .s-main__btn svg {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s 4s ease-in;
    -o-transition: 0.2s 4s ease-in;
    transition: 0.2s 4s ease-in;
  }
  .swiper-slide-active .s-main__btn svg {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes animate-img {
  0% {
    bottom: -100px;
  }
  33% {
    bottom: 0px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes animate-img {
  0% {
    bottom: -100px;
  }
  33% {
    bottom: 0px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes animate-img-first {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes animate-img-first {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -4px;
  }
}
.s-main__img.swiper-initialized {
  -webkit-animation: animate-img var(--duration) ease-in-out;
          animation: animate-img var(--duration) ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.s-main__img.swiper-initialized:before {
  top: 5px;
  -webkit-transition: top var(--delay);
  -o-transition: top var(--delay);
  transition: top var(--delay);
}
@media (min-width: 1024px) {
  .s-main__img.swiper-initialized:before {
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .s-main__img.swiper-initialized:before {
    top: 12px;
  }
}
@media (min-width: 1920px) {
  .s-main__img.swiper-initialized:before {
    top: 24px;
  }
}
.s-main__img .swiper-slide-active {
  z-index: 1;
}
.s-main__img .swiper-slide-active:not([data-swiper-slide-index="0"]) picture {
  bottom: -4px;
  -webkit-animation: animate-img var(--duration) ease-out;
          animation: animate-img var(--duration) ease-out;
}
.s-main__img:not(.--slider-inited) .swiper-slide:first-child picture {
  bottom: 0;
}
.s-main__img.--slider-inited .swiper-slide[data-swiper-slide-index="0"]:not(.swiper-slide-active) picture {
  bottom: -100px;
}
.s-main__img.swiper-initialized:not(.--slider-inited) .swiper-slide.swiper-slide-active[data-swiper-slide-index="0"] picture {
  bottom: -4px;
  -webkit-animation: animate-img-first var(--duration) ease-out;
          animation: animate-img-first var(--duration) ease-out;
}
.s-main__img.--slider-inited .swiper-slide.swiper-slide-active[data-swiper-slide-index="0"] picture {
  bottom: -4px;
  -webkit-animation: animate-img var(--duration) ease-out;
          animation: animate-img var(--duration) ease-out;
}
.s-main__img .swiper-slide:not(.swiper-slide-active)[data-swiper-slide-index="2"] {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.s-main__img picture {
  -webkit-transition: var(--duration) 0.1s ease-in;
  -o-transition: var(--duration) 0.1s ease-in;
  transition: var(--duration) 0.1s ease-in;
}

.s-second__inner {
  overflow: hidden;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  background-color: #cce4ff;
}
@media (min-width: 576px) {
  .s-second__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 1024px) {
  .s-second__inner {
    grid-template-columns: 1fr 428px;
  }
}
@media (min-width: 1366px) {
  .s-second__inner {
    grid-template-columns: 1fr 695px;
  }
}
.s-second__text {
  padding: 20px 24px;
}
@media (min-width: 1024px) {
  .s-second__text {
    padding: 36px 40px 42px;
  }
}
@media (min-width: 1366px) {
  .s-second__text {
    max-width: 508px;
    padding: 50px 44px 48px;
    font-size: 18px;
    line-height: 23px;
  }
}
.s-second__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .s-second__title {
    margin: 0 0 20px;
    font-size: 46px;
    line-height: 48px;
  }
}
@media (min-width: 1366px) {
  .s-second__title {
    margin: 0 0 24px;
  }
}
.s-second .a-btn {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .s-second .a-btn {
    margin: 26px 0 0;
  }
}
@media (min-width: 1366px) {
  .s-second .a-btn {
    margin: 62px 0 0;
  }
}
.s-second__picture {
  display: block;
  height: 240px;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .s-second__picture {
    height: auto;
    margin: auto 0 0;
  }
}
.s-second__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.s-slider {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .s-slider {
    overflow: visible;
  }
}
.s-slider .swiper {
  overflow: visible;
}
.s-slider .swiper-slide {
  width: 280px;
  height: auto;
}
@media (min-width: 768px) {
  .s-slider .swiper-slide {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .s-slider .swiper-slide {
    width: 420px;
  }
  .s-slider .swiper-slide:last-child {
    margin: 0;
  }
}
.s-slider__slider {
  margin: 0 0 calc(2 * var(--padding-v));
}
@media (min-width: 768px) {
  .s-slider__slider {
    width: 652px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .s-slider__slider {
    width: 100%;
  }
}
.s-slider__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 24px 30px;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 768px) {
  .s-slider__card {
    -webkit-border-radius: 32px;
            border-radius: 32px;
  }
}
@media (min-width: 1024px) {
  .s-slider__card {
    padding: 40px 40px 46px;
  }
}
@media (min-width: 1366px) {
  .s-slider__card {
    padding: 40px;
  }
}
.s-slider__card-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 0 auto;
}
@media (min-width: 768px) {
  .s-slider__card-icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .s-slider__card-icon {
    width: 80px;
    height: 80px;
  }
}
.s-slider__card-icon svg {
  width: 100%;
  height: 100%;
}
.s-slider__card-title {
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
@media (min-width: 768px) {
  .s-slider__card-title {
    margin: 32px 0 16px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .s-slider__card-title {
    margin: 50px 0 18px;
    font-size: 30px;
    line-height: 33px;
  }
}

.s-two-cols__inner {
  gap: calc(var(--padding-v) * 2);
  display: grid;
}
@media (min-width: 768px) {
  .s-two-cols__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .s-two-cols__inner {
    grid-template-columns: 1fr 450px;
  }
}

.s-adaptive {
  overflow: hidden;
  padding: 20px 24px 0;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  background-color: #cce4ff;
}
@media (min-width: 1024px) {
  .s-adaptive {
    padding: 36px 40px 0;
  }
}
@media (min-width: 1366px) {
  .s-adaptive {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 32px 40px 0;
  }
}
.s-adaptive__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .s-adaptive__title {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 1366px) {
  .s-adaptive__title {
    grid-column: 1;
    margin: 0 0 24px;
    font-size: 46px;
    line-height: 48px;
  }
}
.s-adaptive__title .--el {
  position: relative;
  display: inline-block;
}
.s-adaptive__title .--el svg {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: auto;
  stroke-width: 4px;
}
@media (min-width: 1024px) {
  .s-adaptive__title .--el svg {
    stroke-width: 3px;
  }
}
.s-adaptive__descr {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .s-adaptive__descr {
    margin: 0 0 16px;
  }
}
@media (min-width: 1366px) {
  .s-adaptive__descr {
    grid-column: 1;
    margin: auto 0 40px;
  }
}
.s-adaptive__picture {
  display: block;
  width: 297px;
  height: 240px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .s-adaptive__picture {
    width: auto;
    height: auto;
    margin-right: -40px;
  }
}
@media (min-width: 1366px) {
  .s-adaptive__picture {
    grid-row: 1/3;
    grid-column: 2;
    width: 335px;
    margin: 16px -8px 0 8px;
  }
}
.s-adaptive__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.s-formats {
  position: relative;
  padding: 20px 24px 25px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-color: #2b2b2c;
  color: white;
}
@media (min-width: 768px) {
  .s-formats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .s-formats {
    padding: 32px 40px 40px;
    padding-right: 80px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
  }
}
.s-formats__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .s-formats__title {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 36px;
  }
}
.s-formats .a-btn {
  margin: 72px 0 0;
}
@media (min-width: 768px) {
  .s-formats .a-btn {
    margin: auto 0 0;
  }
}
.s-formats__el {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 120px;
  stroke-width: 5px;
}
@media (min-width: 1024px) {
  .s-formats__el {
    right: 22px;
    width: 245px;
    height: 162px;
    stroke-width: 3px;
  }
}
.s-formats__el svg {
  display: block;
  width: 100%;
  height: 100%;
}