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

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

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

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

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

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

fieldset,
img,
span {
  border: none;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

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

sub {
  top: 0.4em;
}

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

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

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

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

textarea {
  -webkit-appearance: none;
}

:root {
  --padding-h: 16px;
  --padding-v: 40px;
}
@media (min-width: 768px) {
  :root {
    --padding-h: 32px;
    --padding-v: 40px;
  }
}
@media (min-width: 1024px) {
  :root {
    --padding-h: 80px;
    --padding-v: 40px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding-h: 80px;
    --padding-v: 60px;
  }
}
@media (min-width: 1366px) {
  :root {
    --padding-h: 136px;
    --padding-v: 60px;
  }
}

.a-font-h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .a-font-h1 {
    font-size: 64px;
    line-height: 68px;
  }
}

.a-font-h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .a-font-h2 {
    font-size: 52px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .a-font-h2_small {
    font-size: 40px;
    line-height: 46px;
  }
}

.a-font-h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .a-font-h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.a-font-text {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .a-font-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.a-font-text_small {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.a-font-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .a-font-button {
    font-size: 20px;
    line-height: 26px;
  }
}

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

body {
  background-color: white;
  font-family: "MailSans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2c2d2e;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 1366px) {
  body {
    font-size: 20px;
    line-height: 33px;
  }
}
body.os-windows .os-windows {
  display: block !important;
}
body.os-osx .os-osx {
  display: block !important;
}
body.os-linux .os-linux {
  display: block !important;
}
body.os-other .os-other {
  display: block !important;
}

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

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

b {
  font-weight: 700;
}

.page {
  overflow: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f3f3f5;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--padding-v) var(--padding-h);
}
.wrap__headline {
  max-width: 462px;
  margin: 0 auto 32px;
}
@media (min-width: 1200px) {
  .wrap__headline {
    max-width: 800px;
    margin: 0 auto 40px;
  }
}

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  -webkit-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
          border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

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

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
          border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

.swiper-pagination {
  position: static;
  gap: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
@media (min-width: 1200px) {
  .swiper-pagination {
    margin: 40px 0 0;
  }
}
.swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet-active {
  background-color: #1b1b1d;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #005ff9;
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: auto;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  background-color: #f3f3f5;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px var(--padding-h);
}
@media (min-width: 768px) {
  .header .wrap {
    padding: 16px var(--padding-h);
  }
}
@media (min-width: 1200px) {
  .header .wrap {
    padding: 48px var(--padding-h) 40px;
  }
}
.header__logo {
  position: relative;
  z-index: 10;
  color: #005ff9;
}
.header__logo svg {
  display: block;
  width: 104px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__logo svg {
    width: 139px;
    height: 32px;
  }
}
@media (min-width: 1366px) {
  .header__logo svg {
    width: auto;
  }
}
.header__show-menu {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  padding: 10px 8px;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: transparent;
}
@media (min-width: 768px) {
  .header__show-menu {
    display: none;
  }
}
.header__show-menu svg {
  width: 100%;
  height: 100%;
}
.header__show-menu:hover {
  background-color: rgba(71, 71, 71, 0.1);
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: block;
    margin: 0 40px;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    margin-left: 40px;
  }
}
.header__nav .header-nav__item {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #2c2d2e;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__nav .header-nav__item:hover {
  color: #005ff9;
}
.header__signin {
  position: relative;
  margin-left: auto;
}
.header__signin a {
  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: 73px;
  height: 32px;
  padding: 6px 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: black;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
@media (min-width: 768px) {
  .header__signin a {
    width: 84px;
    height: 36px;
    padding: 8px 22px;
    font-size: 15px;
    line-height: 20px;
  }
}
.header__signin a:hover {
  background-color: #005ff9;
}
.header.--scroll {
  background-color: white;
}

.--menu-opened {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 768px) {
  .--menu-opened {
    overflow: unset;
    height: unset;
  }
}

.mobile-menu {
  position: fixed;
  left: -102%;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 576px) {
  .mobile-menu {
    max-width: 375px;
  }
  .mobile-menu:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: rgba(44, 45, 46, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.--menu-opened .mobile-menu {
  left: 0;
  right: 0;
}
.--menu-opened .mobile-menu:after {
  left: 100%;
  opacity: 1;
}
.mobile-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px var(--padding-h) 16px;
}
.mobile-menu__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 12px;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(71, 71, 71, 0.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mobile-menu__close:hover {
  background-color: white;
}
.mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.mobile-menu__nav .header-nav {
  gap: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 24px 0;
}
.mobile-menu__nav .header-nav__item {
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mobile-menu__nav .header-nav__item:hover {
  color: #005ff9;
}
.mobile-menu__download {
  margin: auto 0 12px;
}
.mobile-menu__download .button {
  width: 100%;
}
.mobile-menu__download .button:hover {
  background-color: #005ff9;
}
.mobile-menu__signin {
  width: 100%;
}
.mobile-menu__signin a {
  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: 48px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  color: #2c2d2e;
}
.mobile-menu__signin a:hover {
  background-color: #005ff9;
  color: white;
}

.button {
  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;
  min-height: 48px;
  padding: 14px 16px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #005ff9;
  outline: 0;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button:hover {
  background-color: #4e74c9;
}
.button.--bg-dark {
  background-color: black;
}
.button.--bg-dark:hover {
  background-color: #005ff9;
}
@media (min-width: 768px) {
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 260px;
    padding: 16px 36px;
  }
}
.button__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__ico:first-child {
  margin-right: 10px;
}
.button__ico:last-child {
  margin-right: 0;
}
@media (min-width: 1366px) {
  .button__ico {
    display: none;
  }
}

.download-link {
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 150px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: black no-repeat center/contain;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.download-link:hover {
  background-color: #2c2d2e;
}
.download-link_google-play {
  background-image: url("./../cloud-promo-files/img/download-link/google_play.png");
}
.download-link_app-store {
  background-image: url("./../cloud-promo-files/img/download-link/app_store.png");
}
.download-link_app-gallery {
  background-image: url("./../cloud-promo-files/img/download-link/app_gallery.png");
}
.download-link_ru-store {
  background-image: url("./../cloud-promo-files/img/download-link/rustore.png");
}

.intro {
  overflow: hidden;
  position: relative;
  margin-top: 48px;
  background-color: #f3f3f5;
  text-align: center;
}
@media (min-width: 768px) {
  .intro {
    overflow: visible;
    margin-top: 68px;
  }
}
@media (min-width: 1200px) {
  .intro {
    margin: 124px 0 24px;
  }
}
@media (min-width: 1366px) {
  .intro {
    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;
    min-height: 552px;
  }
}
.intro__body {
  position: relative;
  z-index: 1;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro__body {
    max-width: 462px;
  }
}
@media (min-width: 1024px) {
  .intro__body {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .intro__body {
    max-width: 820px;
  }
}
@media (min-width: 1200px) {
  .intro__description {
    max-width: 682px;
  }
}
.intro__title {
  margin: 0 0 20px;
}
.intro__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 220px 0 0;
}
@media (min-width: 576px) {
  .intro__button {
    margin: 60px auto 0;
  }
}
.intro__button-btn {
  width: 100%;
}
@media (min-width: 576px) {
  .intro__button-btn {
    width: auto;
  }
}
.intro__bg {
  position: absolute;
  left: 0;
  top: auto;
  bottom: calc(var(--padding-v) + 48px);
  right: 0;
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .intro__bg {
    bottom: 0;
    width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    margin: 0 -72px;
  }
}
@media (min-width: 768px) {
  .intro__bg {
    margin: 0;
  }
}
@media (min-width: 960px) {
  .intro__bg {
    top: 0;
    bottom: auto;
    height: 40vw;
  }
}
@media (min-width: 1200px) {
  .intro__bg {
    height: 32vw;
  }
}
@media (min-width: 1366px) {
  .intro__bg {
    height: 592px;
  }
}
@media (min-width: 1920px) {
  .intro__bg {
    height: 720px;
  }
}
.intro__bg-img {
  height: 100%;
}
.intro__bg-img img {
  width: auto;
  height: 100%;
}

.download {
  overflow: hidden;
}
.download__title {
  text-align: center;
}
.download__items {
  gap: 12px;
  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;
  margin: 0 0 24px;
}
@media (min-width: 960px) {
  .download__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .download__items {
    gap: 16px;
  }
}
.download__items-item {
  gap: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding: 12px 16px;
  border: 1px solid #99a2ad;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.download__items-item svg {
  width: 20px;
  height: 20px;
  color: inherit;
}
.download__apps {
  overflow: hidden;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #005ff9;
  color: white;
}
@media (min-width: 768px) {
  .download__apps {
    display: grid;
    grid-template-columns: 460px 1fr;
  }
}
@media (min-width: 960px) {
  .download__apps {
    grid-template-columns: 520px 1fr;
  }
}
@media (min-width: 1200px) {
  .download__apps {
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
.download__apps-inner {
  padding: 40px 32px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .download__apps-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 32px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .download__apps-inner {
    padding: 60px;
    padding-right: 0px;
  }
}
.download__apps-title {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .download__apps-title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.download__apps-button {
  display: block;
  max-width: 375px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .download__apps-button {
    display: none;
  }
}
.download__apps-links {
  display: none;
}
@media (min-width: 768px) {
  .download__apps-links {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 16px;
  }
}
.download__apps-links .download-link {
  width: 126px;
  height: 40px;
  border: none;
  background-color: black;
}
.download__apps .qr-code {
  display: none;
}
@media (min-width: 768px) {
  .download__apps .qr-code {
    display: block;
    width: 96px;
    height: 96px;
    padding: 0;
    background-color: transparent;
  }
}
.download__apps .qr-code__code {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.download__apps-img {
  display: block;
  width: 100%;
  height: 228px;
  margin: 28px 0 0;
}
@media (min-width: 576px) {
  .download__apps-img {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .download__apps-img {
    overflow: hidden;
    -ms-flex-item-align: end;
        align-self: end;
    width: 100%;
    margin: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .download__apps-img {
    height: 276px;
  }
}
.download__apps-img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-slider__title {
  text-align: center;
}
.text-slider .swiper {
  overflow: visible;
  width: 280px;
  margin: 0;
}
@media (min-width: 1200px) {
  .text-slider .swiper {
    width: 49%;
  }
}
.text-slider .swiper-wrapper {
  overflow: visible;
}
.text-slider .swiper-slide {
  height: auto;
}
.text-slider .pagination {
  margin-left: auto;
  margin-right: auto;
}
.text-slider__item {
  height: 100%;
  padding: 32px 32px 44px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #f9f9fa;
}
@media (min-width: 1200px) {
  .text-slider__item {
    padding: 60px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    background-color: white;
  }
}
.text-slider__item-title {
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .text-slider__item-title {
    margin: 0 0 16px;
  }
}
.text-slider__btns {
  display: none;
}
@media (min-width: 1200px) {
  .text-slider__btns {
    gap: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }
}
.text-slider__btns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding: 10px 16px;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: white;
  font-family: inherit;
  color: #2c2d2e;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.text-slider__btns-item:not(.--active):hover {
  -webkit-box-shadow: 0 0 1px 1px;
          box-shadow: 0 0 1px 1px;
}
.text-slider__btns-item.--active {
  background-color: black;
  color: white;
  cursor: default;
}

.badge-cards {
  overflow: hidden;
}
.badge-cards__title {
  text-align: center;
}
.badge-cards__items {
  display: grid;
  gap: 12px;
}
@media (min-width: 576px) {
  .badge-cards__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .badge-cards__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .badge-cards__items {
    gap: 24px;
  }
}
.badge-cards__item {
  overflow: hidden;
  position: relative;
  padding: 32px;
  background-color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 1200px) {
  .badge-cards__item {
    padding: 60px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 576px) {
  .badge-cards__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 960px) {
  .badge-cards__item:last-child:nth-child(odd) {
    grid-column: unset;
  }
}
.badge-cards__item-title {
  margin: 0 0 12px;
  color: #2c2d2e;
}
.badge-cards__item-text {
  color: #2c2d2e;
}
.badge-cards__item-icon {
  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: 60px;
  height: 60px;
  margin: 0 0 24px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
.badge-cards__item-icon svg {
  width: 28px;
  height: 28px;
  color: white;
}
.badge-cards__item-badge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  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: 146px;
  height: 40px;
  -webkit-border-bottom-left-radius: inherit;
          border-bottom-left-radius: inherit;
}
.badge-cards__item:nth-child(3n+1) .badge-cards__item-icon {
  background-color: #c172ff;
}
.badge-cards__item:nth-child(3n+1) .badge-cards__item-badge {
  background-color: color-mix(in srgb, #c172ff 50%, transparent);
  color: color-mix(in srgb, #c172ff 70%, #000);
}
.badge-cards__item:nth-child(3n+2) .badge-cards__item-icon {
  background-color: #ff9270;
}
.badge-cards__item:nth-child(3n+2) .badge-cards__item-badge {
  background-color: color-mix(in srgb, #ff9270 50%, transparent);
  color: color-mix(in srgb, #ff9270 70%, #000);
}
.badge-cards__item:nth-child(3n+3) .badge-cards__item-icon {
  background-color: #64ca81;
}
.badge-cards__item:nth-child(3n+3) .badge-cards__item-badge {
  background-color: color-mix(in srgb, #64ca81 50%, transparent);
  color: color-mix(in srgb, #64ca81 70%, #000);
}
.badge-cards__subscribe {
  position: relative;
  overflow: hidden;
  margin: 12px 0 0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #1b1b1d;
  color: white;
}
@media (min-width: 576px) {
  .badge-cards__subscribe {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .badge-cards__subscribe {
    display: grid;
    grid-template-columns: 460px 1fr;
    text-align: left;
    margin: 12px 0 0;
  }
}
@media (min-width: 1200px) {
  .badge-cards__subscribe {
    grid-template-columns: 720px 1fr;
    margin: 22px 0 0;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
.badge-cards__subscribe-inner {
  position: relative;
  z-index: 1;
  padding: 40px 32px 0;
}
@media (min-width: 576px) {
  .badge-cards__subscribe-inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .badge-cards__subscribe-inner {
    padding: 40px 32px;
  }
}
@media (min-width: 1200px) {
  .badge-cards__subscribe-inner {
    padding: 60px 60px 70px;
  }
}
@media (min-width: 1200px) {
  .badge-cards__subscribe-inner {
    max-width: unset;
  }
}
.badge-cards__subscribe-title {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .badge-cards__subscribe-title {
    margin: 0 0 16px;
  }
}
.badge-cards__subscribe-description {
  margin: 0 0 40px;
}
.badge-cards__subscribe-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 375px;
}
@media (min-width: 576px) {
  .badge-cards__subscribe-button {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .badge-cards__subscribe-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: unset;
    margin: 0;
  }
}
.badge-cards__subscribe-button .button {
  width: 100%;
}
@media (min-width: 768px) {
  .badge-cards__subscribe-button .button {
    width: auto;
  }
}
.badge-cards__subscribe-img {
  display: block;
  width: 100%;
  height: 228px;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .badge-cards__subscribe-img {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
  }
}
@media (min-width: 960px) {
  .badge-cards__subscribe-img {
    height: 342px;
  }
}
.badge-cards__subscribe-img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.send-instructions {
  overflow: hidden;
}
.send-instructions__title {
  text-align: center;
}
.send-instructions__inner {
  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;
}
@media (min-width: 768px) {
  .send-instructions__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .send-instructions__inner {
    gap: 24px;
  }
}
.send-instructions__block {
  padding: 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  .send-instructions__block {
    padding: 60px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
.send-instructions__block-title {
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .send-instructions__block-title {
    margin: 0 0 16px;
  }
}
.send-instructions__block-item:not(:last-child) {
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .send-instructions__block-item:not(:last-child) {
    margin: 0 0 28px;
  }
}
.send-instructions__block-item strong {
  display: block;
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .send-instructions__block-item strong {
    margin: 0 0 16px;
  }
}
.send-instructions__block-item ol, .send-instructions__block-item ul {
  position: relative;
  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;
  margin: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .send-instructions__block-item ol, .send-instructions__block-item ul {
    gap: 16px;
  }
}
.send-instructions__block-item ol li, .send-instructions__block-item ul li {
  position: relative;
  padding: 0 0 0 24px;
}
.send-instructions__block-item ol {
  counter-reset: idx;
}
.send-instructions__block-item ol li:before {
  position: absolute;
  left: 6px;
  top: 0;
  content: counter(idx) ".";
  counter-increment: idx;
  font-variant-numeric: tabular-nums;
}
.send-instructions__block-item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: currentColor;
}
.send-instructions__block-item p:not(:last-child) {
  margin: 0 0 8px;
}
.send-instructions__block-item svg {
  width: 28px;
  height: 28px;
  margin: -0.5em 0.25em;
}
.send-instructions__button {
  display: block;
  margin: 40px auto 0;
  max-width: 375px;
}
@media (min-width: 768px) {
  .send-instructions__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .send-instructions__button {
    margin: 60px auto 0;
  }
}
.send-instructions__button .button {
  width: 100%;
}
@media (min-width: 768px) {
  .send-instructions__button .button {
    width: auto;
  }
}

.cards-ico-title-text {
  overflow: hidden;
}
.cards-ico-title-text__title {
  text-align: center;
}
.cards-ico-title-text__inner {
  gap: 12px;
  display: grid;
}
@media (min-width: 576px) {
  .cards-ico-title-text__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .cards-ico-title-text__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .cards-ico-title-text__inner {
    gap: 24px;
  }
}
.cards-ico-title-text__card {
  padding: 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  .cards-ico-title-text__card {
    padding: 40px 40px 56px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 576px) {
  .cards-ico-title-text__card:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 960px) {
  .cards-ico-title-text__card:last-child:nth-child(odd) {
    grid-column: unset;
  }
}
.cards-ico-title-text__card-icon {
  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: 60px;
  height: 60px;
  margin: 0 0 24px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  color: white;
}
.cards-ico-title-text__card-title {
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .cards-ico-title-text__card-title {
    margin: 0 0 16px;
  }
}
.cards-ico-title-text__card:nth-child(3n+1) .cards-ico-title-text__card-icon {
  background-color: #337ffa;
}
.cards-ico-title-text__card:nth-child(3n+2) .cards-ico-title-text__card-icon {
  background-color: #62cc62;
}
.cards-ico-title-text__card:nth-child(3n+3) .cards-ico-title-text__card-icon {
  background-color: #ffb800;
}

.formats {
  overflow: hidden;
}
.formats__inner {
  padding: 40px 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: white;
}
@media (min-width: 768px) {
  .formats__inner {
    gap: 0 40px;
    display: grid;
    grid-template-columns: 1fr 40%;
  }
}
@media (min-width: 1200px) {
  .formats__inner {
    gap: 0 116px;
    padding: 80px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    grid-template-columns: 1fr 332px;
  }
}
.formats__title {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .formats__title {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media (min-width: 1200px) {
  .formats__title {
    margin: 0 0 16px;
  }
}
.formats__list {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px -6px 0;
}
@media (min-width: 576px) {
  .formats__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .formats__list {
    -ms-flex-item-align: center;
        align-self: center;
    grid-column: 2;
    grid-row: 1/3;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .formats__list {
    gap: 16px;
  }
}
.formats__list 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;
  min-width: 0;
  width: 100%;
  height: 66px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.formats__list span:nth-child(6n+1) {
  background-color: rgba(255, 92, 92, 0.2);
  color: #ff5c5c;
}
.formats__list span:nth-child(6n+2) {
  background-color: rgba(255, 160, 0, 0.2);
  color: #ffa000;
}
.formats__list span:nth-child(6n+3) {
  background-color: rgba(213, 92, 255, 0.2);
  color: #d55cff;
}
.formats__list span:nth-child(6n+4) {
  background-color: rgba(76, 177, 82, 0.2);
  color: #4cb152;
}
.formats__list span:nth-child(6n+5) {
  background-color: rgba(1, 139, 242, 0.2);
  color: #018bf2;
}
.formats__list span:nth-child(6n+6) {
  background-color: rgba(149, 80, 215, 0.2);
  color: #9550d7;
}

.file-links {
  overflow: hidden;
}
.file-links__title {
  text-align: center;
}
.file-links__grid {
  gap: 12px;
  display: grid;
}
@media (min-width: 576px) {
  .file-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .file-links__grid {
    gap: 24px;
  }
}
.file-links__card {
  overflow: hidden;
  width: 100%;
  padding: 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  .file-links__card {
    padding: 48px 60px 60px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 576px) {
  .file-links__card:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .file-links__card:last-child:nth-child(odd) {
    gap: 0 40px;
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-template-areas: "title img" "text img";
  }
}
.file-links__card-img {
  grid-area: img;
  display: block;
  width: 100%;
  height: 184px;
}
@media (min-width: 1200px) {
  .file-links__card-img {
    height: 210px;
    margin: 0 0 -12px;
  }
}
.file-links__card-img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.file-links__card-title {
  grid-area: title;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .file-links__card-title {
    -ms-flex-item-align: self-end;
        align-self: self-end;
  }
}
.file-links__card-text {
  grid-area: text;
}
.file-links__card-text svg {
  margin: -0.5em 0.25em;
}

.cards-title-text {
  overflow: hidden;
}
.cards-title-text__title {
  text-align: center;
}
.cards-title-text__inner {
  gap: 12px;
  display: grid;
}
@media (min-width: 576px) {
  .cards-title-text__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .cards-title-text__inner {
    gap: 24px;
  }
}
.cards-title-text__card {
  padding: 32px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: white;
}
@media (min-width: 576px) {
  .cards-title-text__card:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1200px) {
  .cards-title-text__card {
    padding: 48px 60px 60px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
.cards-title-text__card-icon {
  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: 60px;
  height: 60px;
  margin: 0 0 24px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  color: white;
}
.cards-title-text__card-title {
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .cards-title-text__card-title {
    max-width: 440px;
    margin: 0 0 16px;
  }
}
.cards-title-text__card:nth-child(3n+1) .cards-title-text__card-icon {
  background-color: #337ffa;
}
.cards-title-text__card:nth-child(3n+2) .cards-title-text__card-icon {
  background-color: #62cc62;
}
.cards-title-text__card:nth-child(3n+3) .cards-title-text__card-icon {
  background-color: #ffb800;
}

.share {
  overflow: hidden;
  margin: var(--padding-v) 0 0;
  background-color: #005ff9;
  color: white;
}
.share .wrap {
  padding: 48px var(--padding-h) 0;
}
@media (min-width: 768px) {
  .share .wrap {
    gap: 0 40px;
    display: grid;
    grid-template-columns: 1fr 44%;
    padding: 0 var(--padding-h);
  }
}
@media (min-width: 1366px) {
  .share .wrap {
    gap: 0 124px;
  }
}
.share__inner {
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .share__inner {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: unset;
    margin: 0;
    padding: var(--padding-v) 0;
  }
}
@media (min-width: 1366px) {
  .share__inner {
    -ms-flex-item-align: self-start;
        align-self: self-start;
    padding: 120px 0;
  }
}
.share__title {
  margin: 0 0 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .share__title {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .share__title {
    margin: 0 0 20px;
  }
}
.share__description {
  text-align: center;
}
@media (min-width: 768px) {
  .share__description {
    text-align: left;
  }
}
.share__cards {
  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;
  margin: 32px 0 0;
}
@media (min-width: 1366px) {
  .share__cards {
    gap: 22px;
    margin: 40px 0 0;
  }
}
.share__card {
  gap: 0 12px;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media (min-width: 1366px) {
  .share__card {
    gap: 0 20px;
  }
}
.share__card-icon {
  grid-row: 1/3;
  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: 48px;
  height: 48px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.share__card-icon svg {
  width: 24px;
  height: 24px;
}
.share__card-title {
  font-weight: 500;
}
.share__card-text {
  grid-column: 2;
  opacity: 0.6;
}
.share__button {
  display: block;
  margin: 40px 0 0;
}
@media (min-width: 1366px) {
  .share__button {
    margin: 60px 0 0;
  }
}
.share__button .button {
  width: 100%;
}
.share__button .button:hover {
  background-color: #4e74c9;
}
@media (min-width: 768px) {
  .share__button .button {
    width: auto;
  }
}
.share__img {
  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%;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .share__img {
    margin: var(--padding-v) 0 0;
  }
}
@media (min-width: 1366px) {
  .share__img {
    margin: 120px 0 0;
  }
}
.share__img img {
  display: block;
  width: 375px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .share__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}

.rating {
  position: relative;
  width: 64px;
  height: 13px;
}
@media (min-width: 768px) {
  .rating {
    width: 95px;
    height: 19px;
  }
}
.rating:before, .rating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.rating:before {
  background-image: url(img/svg-58bd575f.svg);
  background-position: -125px -10px;
  width: 64px;
  height: 14px;
}
@media (min-width: 768px) {
  .rating:before {
    background-image: url(img/svg-58bd575f.svg);
    background-position: -10px -49px;
    width: 95px;
    height: 19px;
  }
}
.rating:after {
  background-image: url(img/svg-58bd575f.svg);
  background-position: -10px -88px;
  width: 64px;
  height: 14px;
}
@media (min-width: 768px) {
  .rating:after {
    background-image: url(img/svg-58bd575f.svg);
    background-position: -10px -10px;
    width: 95px;
    height: 19px;
  }
}
.rating_0:after {
  width: 0;
}
.rating_0-5:after {
  width: 10%;
}
.rating_1:after {
  width: 20%;
}
.rating_1-5:after {
  width: 30%;
}
.rating_2:after {
  width: 40%;
}
.rating_2-5:after {
  width: 50%;
}
.rating_3:after {
  width: 60%;
}
.rating_3-5:after {
  width: 70%;
}
.rating_4:after {
  width: 80%;
}
.rating_4-5:after {
  width: 90%;
}
.rating_4-6:after {
  width: 82%;
}
@media (min-width: 768px) {
  .rating_4-6:after {
    width: 92%;
  }
}
.rating_5:after {
  width: 100%;
}

.footer {
  background-color: #191919;
  padding: 20px 0 20px;
  color: white;
}
@media (min-width: 375px) {
  .footer {
    padding: 20px 32px 20px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 24px 0 10px;
  }
}
.footer__header {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__header {
    font-size: 34px;
    line-height: 44px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer__header {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__header {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 473px;
  }
}
.footer__part--right {
  display: none;
}
@media (min-width: 768px) {
  .footer__part--right {
    display: block;
    margin: 100px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__part--right {
    margin: 110px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__part--right {
    margin: 32px 0 0;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin: 100px 0 0;
    grid-gap: 22px 40px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    grid-gap: 12px 40px;
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    margin: 92px 0 0;
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 768px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: white;
  }
}
.footer__logo svg {
  width: 165px;
  height: 38px;
}
.footer__links {
  display: none;
}
@media (min-width: 768px) {
  .footer__links {
    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;
  }
}
.footer__links-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #87898f;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__links-item:not(:last-child) {
  margin-right: 28px;
}
.footer__links-item:hover {
  color: white;
}
.footer__download {
  width: 100%;
  max-width: 375px;
  margin: 64px auto 0;
}
@media (min-width: 768px) {
  .footer__download {
    display: none;
  }
}
.footer__download-title {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.footer__download-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background-color: #333333;
}
.footer__download-btn:hover {
  background-color: #005ff9;
}
.footer__store-ratings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .footer__store-ratings {
    display: inline-grid;
    grid-gap: 24px 50px;
  }
}
.footer__store-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-width: 0;
}
.footer__store-rating:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__store-rating-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .footer__store-rating-img {
    margin-right: 20px;
  }
}
.footer__store-rating-img_google-play {
  background-image: url(./../cloud-promo-files/img/sprites.png);
  background-position: -10px -96px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 51.4285714286px 51.4285714286px;
          background-size: 51.4285714286px 51.4285714286px;
  background-position: 0px -27.3015873016px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_google-play {
    height: 38px;
    width: 38px;
    -webkit-background-size: 81px 81px;
            background-size: 81px 81px;
    background-position: 0px -43px;
  }
}
.footer__store-rating-img_apple-store {
  background-image: url(./../cloud-promo-files/img/sprites.png);
  background-position: -96px -10px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 51.4285714286px 51.4285714286px;
          background-size: 51.4285714286px 51.4285714286px;
  background-position: -27.3015873016px 0px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_apple-store {
    height: 38px;
    width: 38px;
    -webkit-background-size: 81px 81px;
            background-size: 81px 81px;
    background-position: -43px 0px;
  }
}
.footer__store-rating-img_app-gallery {
  background-image: url(./../cloud-promo-files/img/sprites.png);
  background-position: -10px -10px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 51.4285714286px 51.4285714286px;
          background-size: 51.4285714286px 51.4285714286px;
  background-position: 0px 0px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_app-gallery {
    height: 38px;
    width: 38px;
    -webkit-background-size: 81px 81px;
            background-size: 81px 81px;
    background-position: 0px 0px;
  }
}
.footer__store-rating-img_rustore {
  background-image: url(./../cloud-promo-files/img/sprites.png);
  background-position: -96px -96px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 51.4285714286px 51.4285714286px;
          background-size: 51.4285714286px 51.4285714286px;
  background-position: -27.3015873016px -27.3015873016px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_rustore {
    height: 38px;
    width: 38px;
    -webkit-background-size: 81px 81px;
            background-size: 81px 81px;
    background-position: -43px -43px;
  }
}
.footer__store-rating-info {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__store-rating-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .footer__store-rating-text {
    font-size: 21px;
    line-height: 30px;
  }
}
.footer__qr {
  display: none;
}
@media (min-width: 768px) {
  .footer__qr {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer__qr {
    display: block;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .footer__qr {
    margin-bottom: 24px;
  }
}
.footer__actions {
  display: none;
}
@media (min-width: 768px) {
  .footer__actions {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .footer__actions .download-link {
    width: 148px;
    height: 48px;
  }
}

.qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2b2b2b;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 20px;
}
@media (min-width: 768px) {
  .qr-code {
    padding: 24px;
    padding-right: 38px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .qr-code {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .qr-code {
    width: 100%;
  }
}
.qr-code__code {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.qr-code__text {
  font-size: 15px;
  line-height: 20px;
  color: white;
}
@media (min-width: 1024px) {
  .qr-code__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .qr-code__text {
    font-size: 15px;
    line-height: 20px;
  }
}