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

@charset "UTF-8";
@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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

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

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

textarea {
  -webkit-appearance: none;
}

:root {
  --color_white: rgb(255, 255, 255);
  --color_black: rgb(0, 0, 0);
  --color_text: rgb(44, 45, 46);
  --color_text_dark: rgb(25, 25, 25);
  --color_text_grey: rgb(30, 30, 30);
  --color_text_light: rgb(135, 137, 143);
  --color_blue: rgb(0, 112, 240);
  --color_blue2: rgb(141, 204, 255);
  --color_green: rgb(180, 236, 125);
  --color_green2: rgb(184, 252, 117) ;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 320px) {
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-inline-grid {
    display: inline-grid !important;
  }
  .d-xxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
}
@media (min-width: 360px) {
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
}
:root {
  --padding-h: 12px;
  --padding-v: 12px;
}
@media only screen and (min-width: 768px) {
  :root {
    --padding-h: 16px;
    --padding-v: 32px;
  }
}

.p-0 {
  padding: 0;
}

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

body {
  background-color: #CEE7FF;
  background-image: -webkit-linear-gradient(rgb(190, 223, 255) 1px, transparent 1px), -webkit-linear-gradient(left, rgb(190, 223, 255) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgb(190, 223, 255) 1px, transparent 1px), -o-linear-gradient(left, rgb(190, 223, 255) 1px, transparent 1px);
  background-image: linear-gradient(rgb(190, 223, 255) 1px, transparent 1px), linear-gradient(90deg, rgb(190, 223, 255) 1px, transparent 1px);
  -webkit-background-size: 78px 78px;
          background-size: 78px 78px;
  font-family: "VKSansDisplay", sans-serif;
  -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: 16px;
  font-display: swap;
  line-height: 19px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: var(--color_text);
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
}

* {
  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 {
  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;
  width: 100%;
  margin: 0 auto;
}

.section {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.section-inner {
  width: 100%;
  padding: var(--padding-v) var(--padding-h);
}

.section-heading {
  gap: 12px;
  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;
  max-width: 960px;
  margin: 0 auto 52px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-heading {
    gap: 24px;
    font-size: 20px;
    line-height: 26px;
  }
}
.section-heading a {
  color: var(--color_blue);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section-heading a:hover {
  color: var(-color_text_dark);
}

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 52px;
    line-height: 55px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}

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

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  overflow: visible;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.swiper-initialized {
  position: relative;
}
.swiper-container-initialized {
  position: relative;
}
.swiper-wrapper {
  height: auto;
}
.swiper-navigation {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: static;
  z-index: 1;
  opacity: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1024px) {
  .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper:hover .swiper-navigation {
  opacity: 1;
}
.swiper-pagination-lock + .swiper-navigation, .swiper-scrollbar-lock + .swiper-navigation {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  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;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: var(--color_white);
  color: var(--color_text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: var(--color_blue);
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
  color: currentColor;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 13px;
  height: 12px;
}
.swiper-button-prev {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev {
    left: calc((100vw - 100%) / -2 + 40px);
  }
}
.swiper-button-next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .swiper-button-next {
    right: calc((100vw - 100%) / -2 + 40px);
  }
}
.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
  visibility: hidden;
}
.swiper .swiper-pagination-lock {
  display: none;
}
.swiper .swiper-pagination {
  position: static;
  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;
  gap: 0 20px;
  width: 100%;
  margin: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  .swiper .swiper-pagination {
    margin: 32px 0 0;
  }
}
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(39, 43, 55, 0.3);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active-main, .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color_text);
  cursor: default;
}
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: var(--color_white);
  opacity: 1;
}
.swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color_white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .a-btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.a-btn--primary {
  color: var(--color_white);
  background-color: var(--color_text_dark);
}
@media (hover: hover) {
  .a-btn--primary:hover {
    background-color: var(--color_blue);
  }
}
.a-btn--md {
  height: 46px;
  padding: 0 24px;
}
.a-btn--lg {
  height: 46px;
  padding: 0 24px;
}
@media only screen and (min-width: 992px) {
  .a-btn--lg {
    height: 54px;
    padding: 0 40px;
  }
}
.a-btn__ico {
  margin-right: 8px;
}

.m-apps {
  display: inline-grid;
  gap: 18px 8px;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  margin: 0 0 42px;
}
@media only screen and (min-width: 992px) {
  .m-apps {
    gap: 8px;
  }
}
.m-apps__item {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  min-width: 0;
}
.m-apps a {
  overflow: hidden;
  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;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color_text_dark);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) {
  .m-apps a {
    width: 181px;
    height: 52px;
  }
  .m-apps a:hover {
    background-color: var(--color_black);
  }
}
.m-apps a svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.a-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .a-rating {
    display: none;
  }
}
.a-rating__num {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.a-rating__stars {
  position: relative;
  display: block;
  width: 72px;
  height: 14px;
}
.a-rating__stars-item {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.a-rating__stars svg {
  display: block;
  height: 100%;
}

.m-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  max-width: 298px;
}
@media only screen and (max-width: 991px) {
  .m-qr {
    display: none;
  }
}
.m-qr__code {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  width: 90px;
  height: 90px;
  padding: 10px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color_white);
}
.m-qr__code svg, .m-qr__code img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.m-qr__text-title {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.m-qr__text-descr {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
}

.m-share {
  position: absolute;
  left: auto;
  top: 8px;
  right: 24px;
}
@media only screen and (min-width: 768px) {
  .m-share {
    position: relative;
    top: 0;
    right: 0;
  }
}
.m-share__toggle {
  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;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 10.22px 10.22px 0px rgba(168, 181, 195, 0.22);
          box-shadow: 0px 10.22px 10.22px 0px rgba(168, 181, 195, 0.22);
  color: var(--color_text_grey);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .m-share__toggle {
    width: auto;
    height: auto;
    padding: 14px 20px;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    background-color: var(--color_white);
    font-size: 16px;
    line-height: 19px;
  }
}
.m-share__toggle.--copied:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: var(--color_green);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='800px' height='800px' viewBox='-3.5 0 19 19' class='cf-icon-svg'%3e%3cpath d='M4.63 15.638a1.028 1.028 0 0 1-.79-.37L.36 11.09a1.03 1.03 0 1 1 1.58-1.316l2.535 3.043L9.958 3.32a1.029 1.029 0 0 1 1.783 1.03L5.52 15.122a1.03 1.03 0 0 1-.803.511.89.89 0 0 1-.088.004z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 24px 24px;
          background-size: 24px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .m-share__toggle.--copied:after {
    content: "Скопировано";
    background: var(--color_green);
    -webkit-border-radius: 100px;
            border-radius: 100px;
  }
}
.m-share__toggle:hover {
  background-color: var(--color_blue);
  color: var(--color_white);
}
.m-share__links {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0;
  overflow: hidden;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 0;
  margin: 8px auto 0;
}
@media only screen and (min-width: 768px) {
  .m-share__links {
    left: 0;
  }
}
.m-share__links button {
  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;
  width: 32px;
  height: 32px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--color_text_grey);
  color: var(--color_white);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.m-share__links button:hover {
  background-color: var(--color_white);
  color: var(--color_text);
}
.m-share.--visible .m-share__links {
  max-height: 100px;
}

.m-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .m-social {
    gap: 16px;
  }
}
.m-social__link {
  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;
  width: 41px;
  height: 41px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color_text_dark);
  color: var(--color_white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1024px) {
  .m-social__link {
    width: 40px;
    height: 40px;
  }
  .m-social__link:hover {
    background-color: var(--color_black);
  }
}
.m-social__link svg, .m-social__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tariffs-blocks {
  margin: 60px 0 0;
}
.tariffs-blocks__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 310px;
  min-height: 200px;
  padding: 20px;
  -webkit-border-radius: 28px;
          border-radius: 28px;
}
@media only screen and (min-width: 992px) {
  .tariffs-blocks__item {
    min-height: 252px;
    padding: 28px;
  }
}
.tariffs-blocks__item.--tarif-0 {
  background-color: rgb(237, 255, 231);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.tariffs-blocks__item.--tarif-0 > span {
  background-color: var(--color_green2);
}
.tariffs-blocks__item.--tarif-1 {
  background-color: rgb(245, 249, 255);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.tariffs-blocks__item.--tarif-1 > span {
  background-color: rgb(204, 228, 255);
}
.tariffs-blocks__item > span {
  position: absolute;
  left: auto;
  top: -20px;
  right: 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border: 2px solid var(--color_white);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 16px;
  line-height: 19px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.tariffs-blocks h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.tariffs-blocks a {
  margin: auto 0 0;
  padding: 13px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: var(--color_text_dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color_white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tariffs-blocks a:hover {
  background-color: var(--color_blue);
}

.header {
  position: relative;
  z-index: 20;
  padding: 12px 24px 26px;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 20px 28px 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.header__logo {
  margin: 0 auto;
  color: var(--color_text);
}
@media only screen and (min-width: 768px) {
  .header__logo {
    margin: 0;
    margin-left: 62px;
  }
}
.header__personal {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .header__avatar {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .header__avatar {
    display: none;
    overflow: hidden;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: aquamarine;
  }
}
.header__avatar img {
  display: block;
  width: 44px;
  height: 44px;
}

.footer {
  margin: 12px 0 0;
  background-color: var(--color_text);
  color: var(--color_white);
}
@media only screen and (min-width: 992px) {
  .footer {
    margin: 116px 0 0;
  }
}
.footer__inner {
  max-width: 324px;
  padding: 66px 0 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer__inner {
    max-width: 1240px;
    padding: 70px 50px 82px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__grid {
    gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .footer__grid-left {
    width: 366px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__grid-left {
    padding-top: 5px;
  }
}
.footer__grid-right {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer__grid-right {
    width: 375px;
    text-align: unset;
  }
}
.footer__intro {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer__intro {
    margin: 0 0 28px;
    text-align: left;
  }
}
.footer__intro-links {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px 0 24px;
}
@media only screen and (min-width: 992px) {
  .footer__intro-links {
    gap: 20px;
  }
}
.footer__intro a {
  color: rgb(0, 119, 255);
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__intro a:hover {
  color: var(--color_white);
}
@media only screen and (min-width: 992px) {
  .footer__intro a {
    font-size: 20px;
    line-height: 26px;
  }
}
.footer__intro-title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .footer__intro-title {
    font-size: 34px;
    line-height: 36px;
  }
}
.footer__intro-text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  color: var(--color_text_light);
}
@media only screen and (min-width: 992px) {
  .footer__intro-text {
    max-width: unset;
    font-size: 20px;
    line-height: 26px;
    color: var(--color_white);
  }
}
@media only screen and (min-width: 992px) {
  .footer__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 16px 0 0;
  }
}
.footer__logo {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 366px;
    margin: auto 0;
    text-align: left;
  }
}
.footer__logo .a-logo {
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .footer__logo .a-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__policy {
  display: block;
  margin: 24px auto 0;
  text-align: center;
  opacity: 0.5;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) {
  .footer__policy {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-flex-item-align: center;
        align-self: center;
    margin: auto 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.footer__social {
  margin: 20px auto 36px;
}
@media only screen and (min-width: 992px) {
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    width: 375px;
  }
}

.main {
  --gameWidth: 460px;
  --cardWidth: 160px;
  --cardRotate: 4deg;
}
@media only screen and (min-width: 992px) {
  .main {
    --gameWidth: 1008px;
    --cardWidth: 315px;
  }
}
.main {
  position: relative;
  width: 100%;
  min-height: 425px;
  margin: -16px auto 22px;
}
@media only screen and (min-width: 992px) {
  .main {
    min-height: 498px;
    margin: -16px auto 30px;
  }
}
.main__heading {
  position: relative;
  z-index: 1;
  max-width: 285px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main__heading {
    max-width: 356px;
  }
}
.main__heading svg {
  position: absolute;
  left: auto;
  top: -10px;
  right: 57px;
  width: 30px;
  height: 38px;
}
@media only screen and (min-width: 992px) {
  .main__heading svg {
    top: -20px;
    right: 33px;
    width: 42px;
    height: 53px;
  }
}
.main__heading p {
  margin: 4px 0 0;
  line-height: 22px;
}
@media only screen and (min-width: 992px) {
  .main__heading p {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 26px;
  }
}
.main h1 {
  max-width: 222px;
  margin: 0 auto;
  padding-bottom: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='209' height='12' fill='none' viewBox='0 0 209 12'%3e%3cpath stroke='%2307F' stroke-linecap='square' stroke-width='5' d='M3.782 8.637C50.008 2.767 121.023-.091 206.08 7.02'/%3e%3c/svg%3e");
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  -webkit-background-size: 146px 15px;
          background-size: 146px 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (min-width: 992px) {
  .main h1 {
    max-width: auto;
    -webkit-background-size: 209px 12px;
            background-size: 209px 12px;
    font-size: 52px;
    line-height: 49px;
  }
}
.main__game {
  position: absolute;
  left: 0;
  top: 268px;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: var(--gameWidth);
  margin: 0 auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (min-width: 992px) {
  .main__game {
    top: 155px;
  }
}
.--game-finished .main__game {
  top: 40px;
}
.main__card {
  position: absolute;
  top: -50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main__card:last-child {
  margin-left: -14px;
  left: calc(100% - var(--cardWidth));
}
.main__card:last-child ins {
  -webkit-transform: rotate(var(--cardRotate));
          transform: rotate(var(--cardRotate));
}
.main__card:last-child-item {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .main__card:last-child {
    margin-left: 0;
  }
}
.main__card:first-child {
  margin-left: 14px;
  left: 0;
}
.main__card:first-child ins {
  -webkit-transform: rotate(calc(-1 * var(--cardRotate)));
          transform: rotate(calc(-1 * var(--cardRotate)));
}
.main__card:first-child-item {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .main__card:first-child {
    margin-left: 0;
  }
}
.main__card ins {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  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;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='251' height='112' fill='none' viewBox='0 0 251 112'%3e%3cpath stroke='%23B0D5FF' stroke-width='4.75' d='M164.371 108.744C62.686 108.537-5.511 63.777 3.795 37.265 13.102 10.754 69.96-1.242 125.57 4.736c56.567 6.082 125.911 26.64 121.972 56.21-3.939 29.573-67.909 31.564-117.016 25.657'/%3e%3c/svg%3e");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--color_text_grey);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) {
  .main__card ins {
    font-size: 18px;
    line-height: 23px;
  }
}
.main__card.--new {
  -webkit-animation: from-top 0.2s ease-in forwards;
          animation: from-top 0.2s ease-in forwards;
}
.main__card.--removed {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main__card.--hovered {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.main__card.--hovered .main__card-item:after {
  opacity: 1;
}
.main__card.--clicked ins {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main__card.--clicked:first-child .main__card-item {
  -webkit-animation: to-left 0.5s ease-out forwards;
          animation: to-left 0.5s ease-out forwards;
}
.main__card.--clicked:last-child .main__card-item {
  -webkit-animation: to-right 0.5s ease-out forwards;
          animation: to-right 0.5s ease-out forwards;
}
.main__card-item {
  position: relative;
  overflow: hidden;
  gap: 8px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: var(--cardWidth);
  height: 214px;
  padding: 6px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: var(--color_white);
  text-align: center;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .main__card-item {
    gap: 16px;
    height: 405px;
    padding: 8px;
    -webkit-border-radius: 28px;
            border-radius: 28px;
  }
}
.main__card-item img {
  width: 100%;
  height: auto;
}
.main__card-item span {
  margin: auto;
  font-size: 12px;
  line-height: 14px;
  color: var(--color_text_grey);
}
@media only screen and (min-width: 992px) {
  .main__card-item span {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.main__card-item:after {
  content: "Удалить";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='140.599px' height='65.391px' viewBox='1.865 7.312 140.599 65.391'%3e%3cpath fill='none' stroke='%23B0D5FF' stroke-width='3' d='M97.21 70.449C40.447 75.743-.113 51.977 3.601 35.25 7.314 18.524 38.377 8.149 69.747 8.844c31.91.708 71.759 9.596 71.211 27.91-.547 18.314-36.138 22.943-63.874 21.945'/%3e%3c/svg%3e");
  background-color: var(--color_white);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 14px;
  color: var(--color_text_grey);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .main__card-item:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='138' height='68' fill='none' viewBox='0 0 138 68'%3e%3cpath stroke='%23B0D5FF' stroke-width='4.75' d='M90.212 65.475c-55.1 0-92-26.512-86.925-42.275C8.362 7.437 39.187.24 69.312 3.725c30.645 3.545 68.195 15.675 66.025 33.25-2.17 17.575-36.836 18.835-63.439 15.386'/%3e%3c/svg%3e");
    font-size: 18px;
    line-height: 23px;
  }
}
.main__card:last-child .main__card-item {
  -webkit-transform: rotate(var(--cardRotate));
          transform: rotate(var(--cardRotate));
}
.main__card:first-child .main__card-item {
  -webkit-transform: rotate(calc(-1 * var(--cardRotate)));
          transform: rotate(calc(-1 * var(--cardRotate)));
}
.main__card:first-child:before {
  content: "Жмите на картинки, чтобы удалить их навсегда";
  position: absolute;
  z-index: 10;
  top: -22px;
  left: 42px;
  width: 125px;
  height: 75px;
  padding: 16px 20px 20px;
  background: url("https://cloud.imgsmail.ru/cloud.landings/663062/static/48409b0/landing/cloud-sp_mailspace25/img/main/tooltip-sm.svg") no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: var(--color_text);
  -webkit-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
  -webkit-animation: zoom-in-mobile 0.4s ease-out forwards 1s;
          animation: zoom-in-mobile 0.4s ease-out forwards 1s;
}
.--hide-tooltip .main__card:first-child:before {
  content: none;
}
@media only screen and (min-width: 992px) {
  .main__card:first-child:before {
    top: -92px;
    left: 50px;
    width: 234px;
    height: 240px;
    padding: 32px 20px 20px;
    background: url("https://cloud.imgsmail.ru/cloud.landings/663062/static/48409b0/landing/cloud-sp_mailspace25/img/main/tooltip-md.svg") no-repeat 0 0;
    font-size: 16px;
    line-height: 19px;
    color: var(--color_blue);
    -webkit-animation: zoom-in-desktop 0.4s ease-out forwards 1s;
            animation: zoom-in-desktop 0.4s ease-out forwards 1s;
  }
}
.main__result {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
@media only screen and (min-width: 992px) {
  .main__result {
    max-width: 0;
    padding-left: calc(var(--cardWidth) + 50px);
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .main__result-txt {
    width: calc(var(--gameWidth) - var(--cardWidth) - 50px);
  }
}
@media only screen and (max-width: 991px) {
  .main__result h2 {
    line-height: 34px;
  }
}
.main__result p {
  margin-top: 28px;
  padding-right: 16px;
}
@media only screen and (max-width: 991px) {
  .main__result p {
    margin-top: 10px;
  }
  .main__result p:not(#result-text) {
    display: none;
  }
}
.main__result .a-btn {
  margin: 16px auto 0;
}
@media only screen and (min-width: 992px) {
  .main__result .a-btn {
    margin: 32px 0 0;
  }
}
.main__bottom {
  position: relative;
  z-index: 1;
  margin: 266px auto 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main__bottom {
    margin: 62px auto 0;
  }
}
.main__bottom-finger {
  width: 68px;
  height: 58px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .main__bottom-finger {
    width: 95px;
    height: 80px;
  }
}
.main__bottom-finger.--to-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main__bottom-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0;
  font-size: 24px;
  line-height: 28px;
  color: var(--color_text_grey);
}
@media only screen and (min-width: 992px) {
  .main__bottom-arrows {
    margin: 74px 0 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.main__bottom-arrows ins {
  text-decoration: none;
}
.main__bottom-arrows svg {
  position: absolute;
  top: auto;
  bottom: 2px;
}
@media only screen and (min-width: 992px) {
  .main__bottom-arrows svg {
    bottom: 8px;
  }
}
.main__bottom-policy {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(var(--color_text_grey), 0.5);
}
@media only screen and (min-width: 992px) {
  .main__bottom-policy {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 17px;
  }
}
.main__bottom a {
  color: var(--color_blue);
}
.main__bottom a:hover {
  color: var(--color_black);
}
.main__bg {
  --w: 100%;
}
@media only screen and (min-width: 768px) {
  .main__bg {
    --w: 992px;
  }
}
@media only screen and (min-width: 1366px) {
  .main__bg {
    --w: 1790px;
  }
}
.main__bg {
  position: absolute;
  left: calc((var(--w) - 100vw) / -2);
  top: 0;
  bottom: 0;
  width: var(--w);
}
.main__bg picture {
  position: absolute;
}
.main__bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__bg picture:first-child {
  left: 0;
  top: -108px;
  width: 125px;
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .main__bg picture:first-child {
    width: 264px;
    height: 464px;
  }
}
@media only screen and (min-width: 1366px) {
  .main__bg picture:first-child {
    left: 80px;
    top: 60px;
  }
}
.main__bg picture:last-child {
  left: auto;
  right: 0px;
  top: -108px;
  width: 175px;
  height: 248px;
}
@media only screen and (min-width: 768px) {
  .main__bg picture:last-child {
    top: -95px;
    width: 306px;
    height: 314px;
  }
}
@media only screen and (min-width: 1366px) {
  .main__bg picture:last-child {
    right: 172px;
  }
}
.main__bg-win {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .main__bg-win {
    display: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes from-top {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes to-left {
  0% {
    opacity: 1;
    left: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: -22px;
  }
  100% {
    opacity: 0;
    left: -51vw;
    top: 0;
  }
}
@-webkit-keyframes to-right {
  0% {
    opacity: 1;
    right: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: -22px;
  }
  100% {
    opacity: 1;
    right: -51vw;
    top: 0;
  }
}
@-webkit-keyframes zoom-in-mobile {
  0% {
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(8deg);
            transform: scale(1.1) rotate(8deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(12deg);
            transform: scale(1) rotate(12deg);
  }
}
@-webkit-keyframes zoom-in-desktop {
  0% {
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(-10deg);
            transform: scale(1.1) rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-12deg);
            transform: scale(1) rotate(-12deg);
  }
}
.main:not(.--stop-animation) .main__game {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: pulse 2s ease-in infinite alternate;
          animation: pulse 2s ease-in infinite alternate;
}
.main.--stop-animation .main__game {
  -webkit-animation-play-state: unset;
          animation-play-state: unset;
}
.--game-finished .main__heading, .--game-finished .main__bottom, .--game-finished .main__card-item:after {
  display: none;
}
.--game-finished .main__card {
  top: -90px;
}
.--game-finished .main__card:first-child {
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-name: unset;
          animation-name: unset;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
@media only screen and (min-width: 992px) {
  .--game-finished .main__card:first-child {
    left: -20px;
    top: 26px;
    margin: 0;
  }
}
.--game-finished .main__card-item {
  -webkit-transform: rotate(calc(-1 * var(--cardRotate)));
          transform: rotate(calc(-1 * var(--cardRotate)));
}
.--game-finished .main__bg-win {
  opacity: 1;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
.--game-finished .main__result {
  max-width: 312px;
  height: auto;
  padding-top: 256px;
}
@media only screen and (min-width: 992px) {
  .--game-finished .main__result {
    max-width: var(--gameWidth);
    padding-top: 94px;
  }
}

.--game-finished .tariffs,
.--game-finished .lottery,
.--game-finished .travel {
  display: none;
}

.lottery .section-heading {
  gap: 6px;
  margin-bottom: 48px;
}
.lottery .section-heading p {
  padding: 0 40px;
}
@media only screen and (min-width: 992px) {
  .lottery .section-heading {
    gap: 24px;
    margin-bottom: 52px;
    padding: 0;
  }
}
.lottery__slider {
  overflow: visible;
  max-width: 904px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lottery__slider.swiper-initialized {
  opacity: 1;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.lottery__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 308px;
  height: 234px;
  padding: 8px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 8.17px 8.17px 0px rgba(168, 181, 195, 0.22);
          box-shadow: 0px 8.17px 8.17px 0px rgba(168, 181, 195, 0.22);
}
@media only screen and (min-width: 992px) {
  .lottery__slide {
    gap: 8px;
    width: 430px;
    height: 328px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
  }
}
.lottery__slide picture {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  width: 100%;
  height: 124px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
}
@media only screen and (min-width: 992px) {
  .lottery__slide picture {
    height: 188px;
    -webkit-border-radius: 18px;
            border-radius: 18px;
  }
}
.lottery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lottery__slide-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (min-width: 992px) {
  .lottery__slide-title {
    font-size: 52px;
    line-height: 55px;
  }
}
.lottery__slide-text {
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 992px) {
  .lottery__slide-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.lottery__slide-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 12px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .lottery__slide-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 22px;
  }
}
.lottery__slide-flag {
  position: absolute;
  left: auto;
  top: -15px;
  right: 0;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  padding: 4px 18px;
  border: 3px solid var(--color_white);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: var(--color_blue2);
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) {
  .lottery__slide-flag {
    right: -16px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 19px;
  }
}
.lottery__slide.--super .lottery__slide-flag {
  background-color: var(--color_green2);
}

.subscribe {
  margin: 12px auto 0;
  padding: 0 var(--padding-h);
}
@media only screen and (min-width: 768px) {
  .subscribe {
    margin: 48px auto 0;
  }
}
.subscribe .subscribe__inner {
  position: relative;
  padding: 20px 20px 24px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid var(--color_white);
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 768px) {
  .subscribe .subscribe__inner {
    border: none;
    background-color: transparent;
  }
}
.subscribe .swiper-pagination {
  position: absolute;
  left: auto;
  top: auto;
  bottom: -56px;
}
.subscribe__bg {
  position: absolute;
  left: auto;
  top: -26px;
  right: -12px;
  width: 110px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .subscribe__bg {
    display: none;
  }
}
.subscribe__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.subscribe__bg img:last-child {
  display: none;
}
.subscribe .section-heading {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 420px) and (max-width: 767px) {
  .subscribe .section-heading {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe .section-heading {
    margin-bottom: 40px;
    text-align: center;
  }
}
.subscribe .--heading-last {
  display: none;
}
@media only screen and (min-width: 768px) {
  .subscribe .swiper-wrapper {
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 821px;
    margin: 0 auto;
  }
}
.subscribe__item {
  position: relative;
  gap: 10px;
  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;
  height: auto;
  min-width: 0;
  width: 288px;
  padding: 12px 16px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: var(--color_white);
  text-align: center;
}
.subscribe__item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1px' height='14.481px' viewBox='.5 .774 1 14.481'%3e%3cpath fill='none' stroke='%23BEDFFF' stroke-dasharray='7 7' stroke-linecap='round' d='M1 1.274v13.481'/%3e%3c/svg%3e");
  background-position: 0 0;
}
@media only screen and (min-width: 768px) {
  .subscribe__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding: 100px 28px 28px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    text-align: left;
  }
  .subscribe__item:before {
    content: none;
  }
}
.subscribe__item:nth-child(3n+1) {
  grid-column: 1/-1;
}
.subscribe__item-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .subscribe__item-title {
    display: block;
  }
}
.subscribe__item-description {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 992px) {
  .subscribe__item-description {
    font-size: 18px;
    line-height: 23px;
  }
}
.subscribe__item picture {
  position: absolute;
  left: -10px;
  top: -38px;
  width: 190px;
  height: 140px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .subscribe__item picture {
    display: block;
  }
}
.subscribe__item picture img {
  width: 100%;
  height: auto;
}
.subscribe__item ins {
  font-style: normal;
  text-decoration: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .subscribe__item ins {
    display: inline;
  }
}
.subscribe .a-btn {
  display: none;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .--game-finished .subscribe {
    margin-bottom: 115px;
  }
}
.--game-finished .subscribe .--heading-first {
  display: none;
}
.--game-finished .subscribe .--heading-last {
  display: block;
}
@media only screen and (max-width: 767px) {
  .--game-finished .subscribe .section-heading {
    max-width: 340px;
    margin: 0 0 42px;
  }
  .--game-finished .subscribe h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.--game-finished .subscribe__bg {
  width: 186px;
}
.--game-finished .subscribe__bg img:first-child {
  display: none;
}
.--game-finished .subscribe__bg img:last-child {
  display: block;
}
.--game-finished .subscribe .a-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .--game-finished .subscribe .a-btn {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
  }
}

.prizes {
  display: none;
  padding: 12px 0 0;
}
@media only screen and (min-width: 992px) {
  .prizes {
    padding: 18px 0 0;
  }
}
.--game-finished .prizes {
  display: block;
}
@media only screen and (max-width: 991px) {
  .prizes .section-heading {
    margin: 0 0 16px;
  }
}
.prizes__slider {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .prizes__slider:after {
    position: absolute;
    left: auto;
    top: -60px;
    right: -136px;
    content: "";
    display: block;
    width: 144px;
    height: 74px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='142' height='73' fill='none' viewBox='0 0 142 73'%3e%3cpath stroke='%23B0D5FF' stroke-width='5' d='M2 53.39 70.174 3M16.862 69.772 140.8 17.404'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
.prizes__item {
  overflow: hidden;
  position: relative;
  width: 312px;
  height: auto;
  padding: 20px 20px 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: var(--color_white);
}
@media only screen and (max-width: 991px) {
  .prizes__item:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .prizes__item {
    width: 410px;
    padding: 22px 22px 84px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
  }
}
.prizes__item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='2' height='327' fill='none' viewBox='0 0 2 327'%3e%3cpath stroke='%2307F' stroke-dasharray='13.75 13.75' stroke-linecap='round' stroke-width='1.3749' d='M1.173 1.096v324.889'/%3e%3c/svg%3e");
  background-position: 0 18px;
}
@media only screen and (min-width: 992px) {
  .prizes__item:not(:first-child):before {
    left: 0;
    right: auto;
  }
}
.prizes__item h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .prizes__item h3 {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 44px;
  }
}
.prizes__item h3 img {
  width: 24px;
  height: auto;
  margin: -4px 0 0 4px;
}
@media only screen and (min-width: 992px) {
  .prizes__item h3 img {
    width: 40px;
    margin: -6px 0 0px 10px;
  }
}
.prizes__item picture {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.prizes__item picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.prizes__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .prizes__item-list {
    gap: 12px;
  }
}
.prizes__item span {
  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;
  gap: 6px;
  padding: 4px 6px;
  -webkit-border-radius: 154px;
          border-radius: 154px;
  background: rgb(218, 235, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .prizes__item span {
    gap: 8px;
    padding: 6px 6px 6px 12px;
    font-size: 25px;
    line-height: 30px;
  }
}
.prizes__item ins {
  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;
  width: 28px;
  height: 28px;
  margin-left: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgb(110, 178, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  color: var(--color_white);
}
@media only screen and (min-width: 992px) {
  .prizes__item ins {
    width: 37px;
    height: 37px;
    font-size: 18px;
    line-height: 24px;
  }
}

.tariffs {
  overflow: hidden;
  position: relative;
  margin: 55px auto 0;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .tariffs {
    margin: 62px auto 0;
  }
}
.tariffs .section-heading {
  position: relative;
  max-width: 350px;
  margin: 0 auto 24px;
}
@media only screen and (min-width: 576px) {
  .tariffs .section-heading {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .tariffs .section-heading {
    margin: 0 auto 44px;
  }
}
.tariffs .section-heading svg {
  position: absolute;
  left: auto;
  top: -12px;
  right: 48px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .tariffs .section-heading svg {
    right: -32px;
  }
}
@media only screen and (min-width: 768px) {
  .tariffs .section-heading svg {
    display: none;
  }
}
.tariffs__list {
  position: relative;
  display: grid;
  gap: 32px;
  max-width: 810px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .tariffs__list {
    gap: 62px;
  }
}
.tariffs__list:after {
  content: "";
  position: absolute;
  left: auto;
  top: 56px;
  right: 100%;
  bottom: 0;
  width: 114px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='106' height='394' fill='none' viewBox='0 0 106 394'%3e%3cpath stroke='%23B0D5FF' stroke-width='5' d='M102.5 3C49.5 30 4.2 97.4 3 177c-1.2 79.6 37 178 99.5 206.5'/%3e%3cpath stroke='%23B0D5FF' stroke-width='5' d='m75 391.25 27.5-7-8.5-25.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.tariffs__item {
  position: relative;
  min-width: 0;
  padding-left: 70px;
}
@media only screen and (min-width: 992px) {
  .tariffs__item {
    padding-left: 112px;
  }
}
.tariffs__item-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .tariffs__item-title {
    font-size: 30px;
    line-height: 33px;
  }
}
.tariffs__item-title svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tariffs__item-title svg {
    position: absolute;
    left: 100%;
    top: -30px;
    display: block;
  }
}
.tariffs__item-img {
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 66px;
  height: 90px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tariffs__item-img {
    top: -30px;
    width: 98px;
    height: 132px;
  }
}
@media only screen and (max-width: 575px) {
  .tariffs .tariffs-blocks {
    margin-left: -70px;
  }
  .tariffs .swiper-pagination {
    margin: 28px 35px 0;
  }
}

.tariffs-win {
  display: none;
  max-width: 946px;
  margin: 5px auto 0;
}
@media only screen and (min-width: 992px) {
  .tariffs-win {
    margin: -34px auto 0;
  }
}
.--game-finished .tariffs-win {
  display: block;
}
.tariffs-win .section-heading p {
  max-width: 524px;
}
@media only screen and (max-width: 991px) {
  .tariffs-win h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.tariffs-win .tariffs-blocks {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 62px auto 0;
}
@media only screen and (min-width: 992px) {
  .tariffs-win .tariffs-blocks {
    margin: 74px auto 0;
  }
}

.travel {
  max-width: 100%;
  margin: 20px 0 0;
}
@media only screen and (min-width: 992px) {
  .travel {
    margin: 56px 0 0;
  }
}
.travel .section-heading {
  position: relative;
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 40px;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .travel .section-heading {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 23px;
  }
  .travel .section-heading br {
    display: none;
  }
}
.travel .section-heading img {
  display: none;
  width: 126px;
  height: 140px;
  margin-left: 18px;
  margin-top: -64px;
  margin-right: -133px;
}
@media only screen and (min-width: 992px) {
  .travel .section-heading img {
    display: block;
  }
}
.travel__slider {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
}
.travel__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 188px;
  height: 188px;
}
@media only screen and (min-width: 992px) {
  .travel__slide {
    width: 300px;
    height: 300px;
  }
}
.travel__slide picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid var(--color_white);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0px 10.22px 10.22px 0px rgba(168, 181, 195, 0.22);
          box-shadow: 0px 10.22px 10.22px 0px rgba(168, 181, 195, 0.22);
}
@media only screen and (min-width: 992px) {
  .travel__slide picture {
    border-width: 6px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
}
.travel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.travel__slide span {
  position: absolute;
  left: auto;
  top: -15px;
  right: 0;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  padding: 4px 12px;
  border: 3px solid var(--color_white);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: var(--color_green2);
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) {
  .travel__slide span {
    right: -16px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 19px;
  }
}