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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "VKSansDisplay", sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #2c2d2e;
  background-color: #f5f5f7;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, input, button {
  font-family: "VKSansDisplay", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.--hidden {
  display: none;
}

.minwidth {
  min-width: 320px;
}

@media screen and (max-width: 767px) {
  .headline {
    display: none;
  }
}

.wrap {
  max-width: 728px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 944px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    max-width: 1220px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1360px) {
  .wrap {
    max-width: 1300px;
    padding: 0 60px;
  }
}

.page {
  position: relative;
  overflow: hidden;
}

.m-section {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 520px) {
  .m-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .m-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (min-width: 520px) {
  .m-section__title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (min-width: 769px) {
  .m-section__title {
    font-size: 46px;
    line-height: 48px;
  }
}
.m-section__subtitle {
  max-width: 568px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 769px) {
  .m-section__subtitle {
    max-width: 780px;
    font-size: 18px;
    line-height: 24px;
  }
}

.a-btn {
  display: block;
  cursor: pointer;
  height: 48px;
  width: 100%;
  padding: 0 36px;
  font-weight: 500;
  color: #fff;
  background-color: var(--a-color_blue);
  border: none;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.a-btn:hover {
  background-color: #0056e2;
}
@media screen and (min-width: 768px) {
  .a-btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 58px;
  }
}
.a-btn.--black {
  color: #fff;
  background-color: #0e0e0e;
}
.a-btn.--black:hover {
  background-color: #333333;
}

.rating {
  height: 26px;
  width: 130px;
  position: relative;
}
.rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/svg-44a27b7a.svg);
  background-position: -10px -156px;
  width: 130px;
  height: 26px;
}
.rating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/svg-44a27b7a.svg);
  background-position: -194px -83px;
  width: 130px;
  height: 26px;
}
.rating_small {
  width: 90px;
  height: 18px;
}
.rating_small:before {
  background-image: url(img/svg-44a27b7a.svg);
  background-position: -10px -202px;
  width: 90px;
  height: 18px;
}
.rating_small:after {
  background-image: url(img/svg-44a27b7a.svg);
  background-position: -160px -156px;
  width: 90px;
  height: 18px;
}
.rating_0:after {
  width: 0;
}
.rating_0-5:after {
  width: 10%;
}
.rating_1:after {
  width: 20%;
}
.rating_1-5:after {
  width: 30%;
}
.rating_2:after {
  width: 40%;
}
.rating_2-5:after {
  width: 50%;
}
.rating_3:after {
  width: 60%;
}
.rating_3-5:after {
  width: 70%;
}
.rating_4:after {
  width: 80%;
}
.rating_4-5:after {
  width: 90%;
}
.rating_5:after {
  width: 100%;
}

.s-access {
  display: grid;
  gap: 24px;
  color: white;
  padding: 32px 24px;
  background-color: #0077ff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
}
@media (min-width: 768px) {
  .s-access {
    gap: 16px;
    padding: 40px 36px;
    min-height: 638px;
  }
}
@media (min-width: 1024px) {
  .s-access {
    min-height: auto;
    padding: 32px 24px;
    grid-template-columns: 1fr 1fr;
    padding: 60px;
  }
}
.s-access__title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}
@media (min-width: 768px) {
  .s-access__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 1360px) {
  .s-access__title {
    font-size: 46px;
    line-height: 48px;
  }
}
.s-access__title span {
  position: relative;
}
@media (min-width: 768px) {
  .s-access__title span {
    margin: 0 8px 0 6px;
  }
}
@media (min-width: 1360px) {
  .s-access__title span {
    margin: 0 8px 0 10px;
  }
}
.s-access__title span:after {
  display: block;
  height: 53px;
  width: 120px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 115 53"><path stroke="%23B8FC75" stroke-linecap="square" stroke-width="3.4" d="M89 45c-9 3-20 5-31 5-31 2-56-8-56-22C2 15 27 3 57 2c16-1 30 2 40 6s16 9 16 16c0 4-2 7-6 11"/></svg>');
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
@media (min-width: 768px) {
  .s-access__title span:after {
    height: 59px;
    width: 136px;
  }
}
@media (min-width: 1360px) {
  .s-access__title span:after {
    height: 82px;
    width: 186px;
  }
}
.s-access__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .s-access__subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1360px) {
  .s-access__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.s-access__install {
  display: none;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.s-access__install:hover {
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 1360px) {
  .s-access__install {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.s-access__image {
  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;
}
.s-access__image img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .s-access__image img {
    max-width: 326px;
  }
}
@media (min-width: 1024px) {
  .s-access__image img {
    max-width: 356px;
    margin: -30px -66px 0 0;
  }
}
@media (min-width: 1360px) {
  .s-access__image img {
    max-width: 508px;
    margin: -24px -32px 0 0;
  }
}
.s-access__links {
  display: grid;
  margin-top: 32px;
  max-width: 270px;
}
@media (min-width: 576px) {
  .s-access__links {
    grid-template-columns: 96px 1fr;
    gap: 19px;
    max-width: 525px;
  }
}
@media (min-width: 1024px) {
  .s-access__links {
    margin-top: 40px;
    max-width: 383px;
  }
}
.s-access .app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.s-access .app-links__item {
  width: 126px;
  height: 40px;
}
.s-access .app-links__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-access__qr {
  display: none;
  width: 96px;
}
@media (min-width: 576px) {
  .s-access__qr {
    display: block;
  }
}

.s-main {
  position: relative;
  padding: 32px 20px 34px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .s-main {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .s-main {
    padding: 40px 0 30px;
  }
}
@media (min-width: 1024px) {
  .s-main {
    padding: 99px 0;
  }
}
@media (min-width: 1360px) {
  .s-main {
    padding: 99px 0 105px;
  }
}
.s-main__logo {
  display: block;
  margin: 0 auto 22px;
}
@media (min-width: 768px) {
  .s-main__logo {
    margin-bottom: 30px;
  }
}
.s-main__logo svg {
  display: block;
  margin: 0 auto;
}
.s-main__bg {
  display: none;
}
@media (min-width: 1024px) {
  .s-main__bg {
    position: absolute;
    display: block;
  }
}
.s-main__bg_center {
  position: relative;
  left: 8px;
  display: block;
  width: 174px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .s-main__bg_center {
    width: 173px;
  }
}
@media (min-width: 1024px) {
  .s-main__bg_center {
    display: none;
  }
}
.s-main__bg_left {
  top: 67px;
  left: -110px;
  max-width: 251px;
  margin: 36px auto;
}
@media (min-width: 1200px) {
  .s-main__bg_left {
    top: 80px;
    left: -54px;
  }
}
.s-main__bg_right {
  max-width: 370px;
  right: -230px;
  top: 197px;
}
@media (min-width: 1200px) {
  .s-main__bg_right {
    top: 225px;
    right: -152px;
  }
}
.s-main__title {
  position: relative;
  width: 100%;
  margin: 24px auto;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 375px) {
  .s-main__title {
    font-size: 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .s-main__title {
    font-size: 52px;
    line-height: 55px;
  }
}
@media (min-width: 1024px) {
  .s-main__title {
    margin: 34px auto 58px;
    font-size: 64px;
    line-height: 60px;
  }
}
.s-main__title span {
  position: relative;
  display: inline-block;
}
.s-main__title span.--el-line:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  content: "";
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 190 16"><path stroke="%2307F" stroke-linecap="square" stroke-width="4" d="M3 13C81-7 187 7 187 7"/></svg>');
}
@media (min-width: 768px) {
  .s-main__title span.--el-line:before {
    bottom: -24px;
    height: 22px;
  }
}
@media (min-width: 1024px) {
  .s-main__title span.--el-line:before {
    bottom: -24px;
    height: 26px;
  }
}
.s-main__title span.--el-star:before {
  position: absolute;
  top: -20px;
  right: -26px;
  display: block;
  content: "";
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 40px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 38 40"><path stroke="%2307F" stroke-linecap="square" stroke-width="4" d="M15.88 24.08c2.36-2.37 7.32-7.7 10.4-10.8M23.12 33l8.93-1.75M5.47 19.1l-1.2-9.02"/></svg>');
}
@media (min-width: 768px) {
  .s-main__title span.--el-star:before {
    top: -31px;
    right: -34px;
    width: 55px;
    height: 57px;
  }
}
@media (min-width: 1024px) {
  .s-main__title span.--el-star:before {
    top: -30px;
    right: -36px;
  }
}
.s-main__title span.--el-asterisk:after {
  position: absolute;
  top: 3px;
  right: -17px;
  display: block;
  content: "";
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 36px;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none' viewBox='0 0 16 15'%3e%3cpath fill='%230070F0' d='m7.973 10.36-2.8 4.44-2.8-1.92 3.56-4.16-5.32-1.4 1.04-3.16 5 1.92L6.333.8h3.32l-.32 5.28 5-1.92 1.04 3.16-5.36 1.44 3.6 4.12-2.8 1.92-2.84-4.44Z'/%3e%3c/svg%3e");
}
@media (min-width: 1024px) {
  .s-main__title span.--el-asterisk:after {
    top: 2px;
    right: -21px;
    width: 16px;
    height: 52px;
  }
}
.s-main__title.--static {
  max-width: 280px;
}
@media (min-width: 375px) {
  .s-main__title.--static {
    max-width: 335px;
  }
}
@media (min-width: 576px) {
  .s-main__title.--static {
    max-width: 435px;
  }
}
@media (min-width: 768px) {
  .s-main__title.--static {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .s-main__title.--static {
    max-width: 730px;
  }
}
.s-main__title.--static svg {
  width: 100%;
  height: 100%;
}
.s-main__title.--static .--el-line {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -10px;
  width: 196px;
  height: 25px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .s-main__title.--static .--el-line {
    left: auto;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .s-main__title.--static .--el-line {
    bottom: -4px;
    width: 270px;
    height: 28px;
  }
}
@media (min-width: 1024px) {
  .s-main__title.--static .--el-line {
    left: 54px;
    right: auto;
    bottom: -4px;
    width: 334px;
    height: 30px;
  }
}
.s-main__title.--static .--el-star {
  position: absolute;
  top: 18px;
  left: auto;
  right: -18px;
  width: 40px;
  height: 40px;
}
@media (min-width: 375px) {
  .s-main__title.--static .--el-star {
    top: -18px;
  }
}
@media (min-width: 576px) {
  .s-main__title.--static .--el-star {
    top: -28px;
    right: -14px;
  }
}
@media (min-width: 768px) {
  .s-main__title.--static .--el-star {
    right: -4px;
  }
}
@media (min-width: 1024px) {
  .s-main__title.--static .--el-star {
    top: -41px;
    right: -15px;
    width: 60px;
    height: 60px;
    stroke-width: 6;
  }
}
.s-main__promo {
  display: grid;
  gap: 16px;
  max-width: 510px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .s-main__promo {
    gap: 16px;
  }
}
.s-main__promo-text {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .s-main__promo-text {
    margin: 0 0 8px;
  }
}
.s-main__promo-text span {
  font-weight: 500;
}
.s-main__promo-form {
  display: grid;
  gap: 16px;
}
@media (min-width: 576px) {
  .s-main__promo-form {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .s-main__promo-form {
    max-width: 100%;
    grid-template-columns: 332px 1fr;
    gap: 8px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.s-main__promo-input {
  padding: 18px 13px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.s-main__promo-input:focus-visible {
  outline: 1px solid #005FF9;
}
.s-main__promo-input::-webkit-input-placeholder {
  color: #2c2d2e;
}
.s-main__promo-input::-moz-placeholder {
  color: #2c2d2e;
}
.s-main__promo-input::-ms-input-placeholder {
  color: #2c2d2e;
}
.s-main__promo-input::placeholder {
  color: #2c2d2e;
}
.s-main__promo-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.s-main__promo-input:focus::-moz-placeholder {
  color: transparent;
}
.s-main__promo-input:focus::-ms-input-placeholder {
  color: transparent;
}
.s-main__promo-input:focus::placeholder {
  color: transparent;
}
@media (min-width: 768px) {
  .s-main__promo-input {
    padding: 18px 20px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .s-main__promo-input {
    text-align: left;
  }
}
.s-main__promo-btn {
  padding: 16px 24px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  background-color: #0077FF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  border: 0;
  cursor: pointer;
}
.s-main__promo-btn:hover:not(.--loading):not(:disabled) {
  background-color: #005FF9;
}
.s-main__promo-btn.--loading {
  opacity: 0.48;
}
.s-main__promo-btn:disabled {
  cursor: default;
}
.s-main__promo-change-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #005FF9;
}
@media (min-width: 1024px) {
  .s-main__promo-change-account {
    display: none;
  }
}
.s-main__promo-change-account:hover {
  color: #005FF9;
}

.s-promo {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .s-promo {
    padding-top: 60px;
  }
}
@media (min-width: 1360px) {
  .s-promo .m-section__title {
    max-width: 888px;
    margin: 0 auto;
  }
}
.s-promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .s-promo__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .s-promo__content {
    margin-top: 40px;
  }
}
.s-promo__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 24px;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media (min-width: 768px) {
  .s-promo__item {
    max-width: 330px;
    grid-template-columns: 75px 1fr;
    padding: 27px 24px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .s-promo__item {
    max-width: 353px;
    padding: 32px;
  }
}
.s-promo__item svg {
  width: 100%;
  height: auto;
}

.promo-terms {
  padding-top: 30px;
  padding-bottom: 18px;
}
@media (min-width: 1024px) {
  .promo-terms {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.promo-terms__content {
  text-align: center;
}
.promo-terms__title span {
  color: #005FF9;
}
.promo-terms__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .promo-terms__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .promo-terms__list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 40px auto 0;
  }
}
.promo-terms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 1024px) {
  .promo-terms__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
}
.promo-terms__itemtext {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .promo-terms__itemtext {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px;
    line-height: 23px;
  }
}
.promo-terms__itemicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .promo-terms__itemicon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    height: 75px;
    margin-bottom: 0;
  }
}
.promo-terms__itemicon svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .promo-terms__itemicon svg {
    width: 67px;
    height: 67px;
  }
}
.promo-terms__button {
  text-align: center;
}
.promo-terms__button .button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 100%;
  margin-top: 32px;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  background-color: #2C2D2E;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  color: #fff;
}
.promo-terms__button .button:hover {
  background-color: #0077ff;
  color: #fff;
}
@media (min-width: 768px) {
  .promo-terms__button .button {
    max-width: 191px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .promo-terms__button .button {
    font-size: 18px;
    line-height: 23px;
  }
}

.s-second__content {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .s-second__content {
    gap: 24px;
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .s-second__content {
    gap: 36px;
    margin-top: 55px;
  }
}
.s-second__item {
  overflow: hidden;
  display: grid;
  min-height: 406px;
  background-color: #fff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
}
@media (min-width: 1024px) {
  .s-second__item {
    grid-template-columns: 460px 1fr;
  }
  .s-second__item:nth-child(even) {
    grid-template-columns: 1fr 460px;
  }
}
@media (min-width: 1360px) {
  .s-second__item {
    grid-template-columns: 560px 1fr;
  }
  .s-second__item:nth-child(even) {
    grid-template-columns: 1fr 560px;
  }
}
.s-second__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 242px;
  background-color: #ffe9be;
}
.s-second__item:nth-child(2) .s-second__item-image {
  background-color: #dcd3fb;
}
.s-second__item:nth-child(3) .s-second__item-image {
  background-color: #fecad6;
}
@media (min-width: 768px) {
  .s-second__item-image {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .s-second__item-image {
    height: 100%;
  }
}
.s-second__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.s-second__item-text {
  padding: 24px 24px 32px;
}
@media (min-width: 768px) {
  .s-second__item-text {
    padding: 40px 36px;
  }
}
@media (min-width: 1024px) {
  .s-second__item-text {
    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;
    padding: 24px 60px;
  }
  .s-second__item:nth-child(even) .s-second__item-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.s-second__item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 768px) {
  .s-second__item-title {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (min-width: 1360px) {
  .s-second__item-title {
    font-size: 34px;
    line-height: 36px;
  }
}
.s-second__item-desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .s-second__item-desc {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .s-second__item-desc {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1360px) {
  .s-second__item-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.s-second__item-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  margin-top: 24px;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  background-color: #f5f5f7;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  color: inherit;
}
@media (min-width: 768px) {
  .s-second__item-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 32px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .s-second__item-btn {
    font-size: 18px;
    line-height: 23px;
  }
  .s-second__item-btn.js-autoupload {
    display: none;
  }
}

.footer {
  margin: 30px 0 0;
  padding: 48px 32px;
  background: #2C2D2E;
}
@media (min-width: 768px) {
  .footer {
    padding: 74px 20px;
  }
}
@media (min-width: 1024px) {
  .footer {
    margin: 58px 0 0;
    padding: 72px 0;
  }
}
@media (min-width: 1360px) {
  .footer__body {
    max-width: 1204px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer__infoleft {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 525px;
    padding-top: 18px;
  }
}
@media (min-width: 1360px) {
  .footer__infoleft {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-top: 5px;
  }
}
.footer__inforight {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .footer__inforight {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .footer__inforight {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 372px;
    margin-top: 0;
  }
}
.footer__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 34px;
    line-height: 36px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer__title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 1360px) {
  .footer__title {
    font-size: 46px;
    line-height: 48px;
  }
}
.footer__bottom {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 88px;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__logo svg {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo svg {
    height: 38px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .footer__menu {
    gap: 28px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .footer__menu {
    margin-top: 0;
  }
}
.footer__menuitem {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #87898F;
}
@media (min-width: 768px) {
  .footer__menuitem {
    font-size: 18px;
    line-height: 23px;
  }
}
.footer__menuitem a {
  color: inherit;
  text-decoration: none;
}
.footer__qr {
  display: none;
}
@media (min-width: 768px) {
  .footer__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 370px;
    padding: 24px 30px 24px 24px;
    background: #191919;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
.footer__qrimg {
  min-width: 100px;
  margin-right: 24px;
}
.footer__qrimg img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__qrtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.footer__rating {
  display: none;
}
@media (min-width: 768px) {
  .footer__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
  }
}
.footer__ratingitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 64px;
}
@media (min-width: 768px) {
  .footer__ratingitem {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer__ratingitem:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer__ratingapp {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.footer__ratingapp.-google-play {
  background-image: url(./../cloud-present/img/sprites.png);
  background-position: 0px -86px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 81px 81px;
          background-size: 81px 81px;
  background-position: 0px -43px;
}
.footer__ratingapp.-apple-store {
  background-image: url(./../cloud-present/img/sprites.png);
  background-position: -86px 0px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 81px 81px;
          background-size: 81px 81px;
  background-position: -43px 0px;
}
.footer__ratingapp.-app-gallery {
  background-image: url(./../cloud-present/img/sprites.png);
  background-position: 0px 0px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 81px 81px;
          background-size: 81px 81px;
  background-position: 0px 0px;
}
.footer__ratingvalue {
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 8px;
}
.footer .app-links {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer .app-links {
    gap: 8px;
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .footer .app-links {
    margin-top: 40px;
  }
}
.footer .app-links__item {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #191919;
}
.footer .app-links__item img {
  display: block;
  width: auto;
  height: 54px;
}
@media (min-width: 768px) {
  .footer .app-links__item img {
    height: 52px;
  }
}