/*! 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/MailSansMedium.woff2") format("woff2"), url("../common/fonts/MailSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
span {
  border: none;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

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

sub {
  top: 0.4em;
}

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

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

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

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

textarea {
  -webkit-appearance: none;
}

html, body {
  width: 100%;
  height: 100%;
}
html.-overflow-hidden, body.-overflow-hidden {
  overflow: hidden;
}

body {
  font-family: "MailSans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2C2D2E;
  background: #FFFFFF;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

.wrap {
  padding-left: 28px;
  padding-right: 28px;
  max-width: 712px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wrap {
    padding: 0;
    max-width: 864px;
  }
}
@media (min-width: 1440px) {
  .wrap {
    max-width: 1180px;
  }
}

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

.button {
  display: inline-block;
  font-family: "MailSans", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 0 none;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.button.-gray {
  background: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .button.-gray:hover {
    background: #1D1D1D;
  }
}
.button.-gradient-blue {
  position: relative;
  -webkit-box-shadow: 0px 42px 65px rgba(20, 111, 234, 0.57), 0px 17.5466px 27.1554px rgba(20, 111, 234, 0.409747), 0px 9.38125px 14.5186px rgba(20, 111, 234, 0.339781), 0px 5.25905px 8.13901px rgba(20, 111, 234, 0.285), 0px 2.79304px 4.32257px rgba(20, 111, 234, 0.230219), 0px 1.16225px 1.79872px rgba(20, 111, 234, 0.160253);
          box-shadow: 0px 42px 65px rgba(20, 111, 234, 0.57), 0px 17.5466px 27.1554px rgba(20, 111, 234, 0.409747), 0px 9.38125px 14.5186px rgba(20, 111, 234, 0.339781), 0px 5.25905px 8.13901px rgba(20, 111, 234, 0.285), 0px 2.79304px 4.32257px rgba(20, 111, 234, 0.230219), 0px 1.16225px 1.79872px rgba(20, 111, 234, 0.160253);
}
.button.-gradient-blue:before, .button.-gradient-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.button.-gradient-blue:before {
  background: -webkit-linear-gradient(9.89deg, #6787FF 11.46%, #0B64EB 25.93%, #6787FF 61.16%), -webkit-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  background: -o-linear-gradient(9.89deg, #6787FF 11.46%, #0B64EB 25.93%, #6787FF 61.16%), -o-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  background: linear-gradient(80.11deg, #6787FF 11.46%, #0B64EB 25.93%, #6787FF 61.16%), radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
}
.button.-gradient-blue:after {
  background: url("img/bg-gradient-blue-hover.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.button.-gradient-blue .button__text {
  position: relative;
  background: url("img/bg-gradient-blue.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .button.-gradient-blue:hover:before {
    background: -webkit-linear-gradient(9.89deg, #5175FF 11.46%, #0B64EB 25.93%, #5175FF 61.16%), -webkit-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
    background: -o-linear-gradient(9.89deg, #5175FF 11.46%, #0B64EB 25.93%, #5175FF 61.16%), -o-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
    background: linear-gradient(80.11deg, #5175FF 11.46%, #0B64EB 25.93%, #5175FF 61.16%), radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  }
  .button.-gradient-blue:hover .button__text {
    background-image: none;
  }
}
.button.-gradient-gray {
  position: relative;
  -webkit-box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.49), 0px 18.7999px 33.4221px rgba(0, 0, 0, 0.352239), 0px 10.0513px 17.869px rgba(0, 0, 0, 0.292093), 0px 5.6347px 10.0172px rgba(0, 0, 0, 0.245), 0px 2.99255px 5.32008px rgba(0, 0, 0, 0.197907), 0px 1.24527px 2.21381px rgba(0, 0, 0, 0.137761);
          box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.49), 0px 18.7999px 33.4221px rgba(0, 0, 0, 0.352239), 0px 10.0513px 17.869px rgba(0, 0, 0, 0.292093), 0px 5.6347px 10.0172px rgba(0, 0, 0, 0.245), 0px 2.99255px 5.32008px rgba(0, 0, 0, 0.197907), 0px 1.24527px 2.21381px rgba(0, 0, 0, 0.137761);
}
.button.-gradient-gray:before, .button.-gradient-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.button.-gradient-gray:before {
  background: -webkit-linear-gradient(9.89deg, #2F3340 11.46%, #1A1B1E 25.93%, #2C303D 58.61%), -webkit-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  background: -o-linear-gradient(9.89deg, #2F3340 11.46%, #1A1B1E 25.93%, #2C303D 58.61%), -o-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  background: linear-gradient(80.11deg, #2F3340 11.46%, #1A1B1E 25.93%, #2C303D 58.61%), radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
}
.button.-gradient-gray:after {
  background: url("img/bg-gradient-gray-hover.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.button.-gradient-gray .button__text {
  position: relative;
  background: url("img/bg-gradient-gray.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .button.-gradient-gray:hover:before {
    background: -webkit-linear-gradient(9.89deg, #22242C 11.46%, #1A1B1E 25.93%, #22242C 58.61%), -webkit-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
    background: -o-linear-gradient(9.89deg, #22242C 11.46%, #1A1B1E 25.93%, #22242C 58.61%), -o-radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
    background: linear-gradient(80.11deg, #22242C 11.46%, #1A1B1E 25.93%, #22242C 58.61%), radial-gradient(47.18% 82.75% at 6.24% 80.13%, rgba(255, 255, 242, 0.54) 0%, rgba(255, 255, 242, 0) 100%);
  }
  .button.-gradient-gray:hover .button__text {
    background-image: none;
  }
}
.button.-size-s {
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.button.-size-s .button__text {
  padding: 14px 24px;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.button.-size-s:before {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.button.-size-s:after {
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.button.-size-m {
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media (min-width: 1024px) {
  .button.-size-m {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
.button.-size-m .button__text {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 24px 16px 24px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media (min-width: 1024px) {
  .button.-size-m .button__text {
    font-size: 20px;
    line-height: 24px;
    padding: 23px 24px 23px 24px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
.button.-size-m:before {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media (min-width: 1024px) {
  .button.-size-m:before {
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.button.-size-m:after {
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media (min-width: 1024px) {
  .button.-size-m:after {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
.button__text {
  display: inline-block;
  position: relative;
}

.download-link {
  display: inline-block;
  height: 52px;
  width: 158px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 0;
  line-height: 0;
}
.download-link:not(:last-child) {
  margin-right: 12px;
}
.download-link_cloud-photo:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .download-link_cloud-photo_freespace {
    margin-bottom: 12px;
  }
}
.download-link_google-play {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: 0px -228px;
  width: 332px;
  height: 104px;
  height: 52px;
  width: 166px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: 0px -114px;
}
.download-link_app-store {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: -366px -114px;
  width: 316px;
  height: 104px;
  height: 52px;
  width: 158px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: -183px -57px;
  margin-right: 0;
}
.download-link_app-gallery {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: 0px 0px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: 0px 0px;
}
.download-link_ru-store {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: -366px 0px;
  width: 319px;
  height: 104px;
  height: 52px;
  width: 159.5px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: -183px 0px;
}
.download-link_qr-code {
  display: none;
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: 0px -114px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: 0px -57px;
}
@media (min-width: 1024px) {
  .download-link_qr-code {
    display: inline-block;
  }
}
.download-link_qr-code:hover {
  cursor: pointer;
}

.start {
  padding-top: 40px;
  margin-bottom: 83px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .start {
    position: relative;
    padding-top: 120px;
    margin-bottom: 234px;
    background: url("img/start-bg-top-left.png") no-repeat 0 32px;
    -webkit-background-size: 271px 412px;
            background-size: 271px 412px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start {
    background: url("img/start-bg-top-left-1440.png") no-repeat 0 40px;
    -webkit-background-size: 442px 495px;
            background-size: 442px 495px;
  }
}
@media (min-width: 1920px) {
  .start {
    background: url("img/start-bg-top-left-1920.png") no-repeat 0 60px;
    -webkit-background-size: 610px 495px;
            background-size: 610px 495px;
  }
}
@media (min-width: 1024px) {
  .start:before {
    content: "";
    position: absolute;
    top: 416px;
    right: 0;
    width: 203px;
    height: 381px;
    background: url("img/start-bg-bottom-right.png") no-repeat 0 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) and (max-width: 1919px) {
  .start:before {
    top: 218px;
    width: 359px;
    height: 584px;
    background-image: url("img/start-bg-bottom-right-1440.png");
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .start:before {
    width: 564px;
    height: 636px;
    background-image: url("img/start-bg-bottom-right-1920.png");
  }
}
@media (min-width: 1024px) {
  .start__body {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .start__body:before, .start__body:after {
    content: "";
    position: absolute;
    left: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .start__body:before {
    top: -23px;
    width: 239px;
    height: 262px;
    margin-left: 190px;
    background: url("img/start-bg-top-right.png") no-repeat 0 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start__body:before {
    margin-left: 265px;
  }
}
@media (min-width: 1920px) {
  .start__body:before {
    margin-left: 344px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .start__body:after {
    top: 423px;
    width: 236px;
    height: 283px;
    margin-left: -526px;
    background: url("img/start-bg-bottom-left.png") no-repeat 0 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .start__body:after {
    top: 414px;
    margin-left: -683px;
  }
}
@media (min-width: 1920px) {
  .start__body:after {
    top: 518px;
    margin-left: -603px;
  }
}
.start__content {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.start__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .start__title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .start__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.start__logo {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .start__logo {
    margin-bottom: 60px;
  }
}
.start__logo img {
  display: block;
  margin: 0 auto;
}
.start .button {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .start .button {
    margin-top: 56px;
  }
}
@media (max-width: 1023px) {
  .start .button .-after-mobile {
    display: none;
  }
}

.tools {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .tools {
    margin-bottom: 150px;
  }
}
.tools__item {
  padding: 12px 20px 20px 20px;
  background: #F9F9FA;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
@media (min-width: 1024px) {
  .tools__item {
    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: 60px;
    -webkit-border-radius: 36px;
            border-radius: 36px;
  }
}
@media (min-width: 1440px) {
  .tools__item {
    padding: 80px 100px 80px 40px;
  }
}
.tools__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .tools__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .tools__item.-invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .tools__item.-invert {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .tools__content {
    width: 352px;
  }
}
@media (min-width: 1440px) {
  .tools__content {
    width: 480px;
  }
}
.tools__img {
  position: relative;
  display: block;
  height: 192px;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .tools__img {
    width: 320px;
    height: 256px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .tools__img {
    width: 480px;
    height: 384px;
  }
}
.tools__img img {
  display: block;
  position: absolute;
}
@media (min-width: 1024px) {
  .tools__img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .tools__img.-img1 img {
    top: 0;
    left: -15px;
  }
}
@media (max-width: 1023px) {
  .tools__img.-img2 img {
    top: -18px;
    left: -28px;
  }
}
@media (max-width: 1023px) {
  .tools__img.-img3 img {
    top: 0;
    left: -8px;
  }
}
@media (max-width: 1023px) {
  .tools__img.-img4 img {
    top: 11px;
    left: -8px;
  }
}
.tools__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .tools__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 24px;
  }
}
.tools .button {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .tools .button {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .tools .button {
    margin-top: 40px;
  }
}

.benefit {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .benefit {
    margin-bottom: 150px;
  }
}
.benefit__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .benefit__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .benefit__title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .benefit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.benefit__item {
  padding: 20px;
  background: #F9F9FA;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .benefit__item {
    width: calc(50% - 10px);
    padding: 32px;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .benefit__item {
    position: relative;
    width: calc(50% - 20px);
    padding: 40px 40px 40px 132px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .benefit__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.benefit__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .benefit__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.benefit__icon {
  display: block;
  width: 48px;
  height: auto;
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
  .benefit__icon {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 64px;
    margin-bottom: 0;
  }
}

.info {
  padding-top: 40px;
  padding-bottom: 123px;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.33%, #31CEFF), to(#0044F2));
  background: -webkit-linear-gradient(top, #31CEFF 8.33%, #0044F2 100%);
  background: -o-linear-gradient(top, #31CEFF 8.33%, #0044F2 100%);
  background: linear-gradient(180deg, #31CEFF 8.33%, #0044F2 100%);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info {
    padding-top: 100px;
    padding-bottom: 164px;
    background: -webkit-gradient(linear, left top, left bottom, from(#31CEFF), to(#0044F2));
    background: -webkit-linear-gradient(top, #31CEFF 0%, #0044F2 100%);
    background: -o-linear-gradient(top, #31CEFF 0%, #0044F2 100%);
    background: linear-gradient(180deg, #31CEFF 0%, #0044F2 100%);
  }
}
@media (min-width: 1440px) {
  .info {
    padding-bottom: 170px;
  }
}
.info__content {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info__content {
    max-width: 766px;
    margin-bottom: 76px;
  }
}
@media (min-width: 1440px) {
  .info__content {
    max-width: 940px;
    margin-bottom: 80px;
  }
}
.info__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .info__title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .info__text {
    max-width: 640px;
    margin: 0 auto;
  }
}
.info__list {
  max-width: 264px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: inherit;
  }
}
.info__item {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info__item {
    width: 240px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .info__item {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .info__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.info__img {
  display: block;
  position: relative;
  margin: 0 auto 12px auto;
  width: 264px;
  height: 264px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info__img {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .info__img {
    width: 320px;
    height: 320px;
  }
}
.info__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info .button {
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info .button {
    margin-top: 120px;
  }
}
@media (min-width: 1440px) {
  .info .button {
    margin-top: 130px;
  }
}
@media (max-width: 1023px) {
  .info .button .-after-mobile {
    display: none;
  }
}

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

.footer__wrapper {
  width: 100%;
  background-color: #181818;
  color: #ffffff;
}
.footer__content {
  max-width: 320px;
  margin: 0 auto;
  padding: 58px 20px 46px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__content {
    max-width: 100%;
    padding: 62px 50px 80px 50px;
  }
}
@media (min-width: 1366px) {
  .footer__content {
    max-width: 1264px;
    padding: 50px 24px 100px 24px;
  }
}
.footer__part_top {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .footer__part_top {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__part_top {
    margin-bottom: 62px;
  }
}
@media (min-width: 1280px) {
  .footer__part_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .footer__part_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 0;
    line-height: 0;
  }
}
.footer__part-top {
  margin-bottom: 65px;
}
@media (min-width: 1366px) {
  .footer__part-top-left {
    width: 560px;
  }
  .footer__part-top-right {
    width: 540px;
  }
}
.footer__part-bottom-left {
  margin-bottom: 19px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .footer__part-bottom-left {
    margin-right: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__part-bottom-right {
  margin-top: 2px;
}
@media (min-width: 1366px) {
  .footer__part-bottom-right {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__part-bottom-right {
    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;
    margin-top: 20px;
  }
}
.footer__header {
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .footer__header {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 45px;
  }
}
.footer__store-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 38px;
  margin-bottom: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__store-ratings {
    height: auto;
    margin: 22px 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__store-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .footer__store-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer__store-ratings {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .footer__store-ratings {
    width: 430px;
  }
}
.footer__store-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
}
@media (max-width: 768px) {
  .footer__store-rating {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.footer__store-rating_google-play, .footer__store-rating_apple-store, .footer__store-rating_app-gallery {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .footer__store-rating_google-play, .footer__store-rating_apple-store, .footer__store-rating_app-gallery {
    margin: 0 auto;
  }
}
.footer__store-rating_rustore {
  display: none;
}
@media (max-width: 768px) {
  .footer__store-rating_rustore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer__store-rating_app-gallery, .footer__store-rating_google-play, .footer__store-rating_apple-store {
    margin: 33px auto 0 auto;
  }
}
@media (min-width: 1280px) {
  .footer__store-rating_app-gallery {
    margin-top: 36px;
  }
}
.footer__store-rating-img_google-play {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: -618px -228px;
  width: 60px;
  height: 64px;
  height: 32px;
  width: 30px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: -309px -114px;
  margin-right: 23px;
}
.footer__store-rating-img_apple-store {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: -86px -342px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: -43px -171px;
  margin-right: 14px;
}
.footer__store-rating-img_app-gallery {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: 0px -342px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: 0px -171px;
  margin-right: 14px;
}
.footer__store-rating-img_rustore {
  background-image: url(./../cloud-editor/img/sprites.png);
  background-position: -366px -228px;
  width: 242px;
  height: 64px;
  height: 32px;
  width: 121px;
  -webkit-background-size: 342.5px 209px;
          background-size: 342.5px 209px;
  background-position: -183px -114px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer__store-rating-info {
    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: 21px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer__store-rating-text {
    margin-top: 2px;
    margin-right: 8px;
  }
}
.footer__store-rating-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__store-rating-button-wrapper {
  margin-left: 40px;
  height: 100%;
}
@media (min-width: 768px) {
  .footer__store-rating-button-wrapper {
    display: none;
  }
}
.footer__store-rating-button {
  background: #005ff9;
  display: block;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.footer__store-rating-button:hover {
  color: whitesmoke;
  background-color: #0057e5;
}
.footer__store-rating-button:active, .footer__store-rating-button:focus {
  color: #ebebeb;
  background-color: #004fd0;
}
.footer__download-button {
  display: none;
  height: 48px;
  background: #005ff9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 47px;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer__download-button:hover {
  color: whitesmoke;
  background-color: #0057e5;
}
.footer__download-button:active, .footer__download-button:focus {
  color: #ebebeb;
  background-color: #004fd0;
}
.ios .footer__download-button_ios, .android .footer__download-button_android {
  display: block;
}
@media (min-width: 768px) {
  .ios .footer__download-button_ios, .android .footer__download-button_android {
    display: none;
  }
}
.footer__qr {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .footer__qr {
    display: block;
    margin-bottom: 38px;
  }
}
@media (min-width: 1366px) {
  .footer__qr {
    display: block;
    margin-bottom: 24px;
  }
}
.footer__actions {
  display: none;
}
@media (min-width: 768px) {
  .footer__actions {
    display: block;
  }
}
.footer__logo {
  display: inline-block;
  text-align: center;
}
.footer__logo img {
  display: block;
  width: auto;
}
@media (min-width: 1024px) {
  .footer__logo img {
    height: 38px;
  }
}
.footer__links {
  text-align: right;
}
.footer__links:last-child {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .footer__links:last-child {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .footer__links {
    text-align: left;
  }
  .footer__links:last-child {
    margin-top: 20px;
  }
}
.footer__links-item {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__links-item {
    display: inline-block;
    margin-left: 22px;
    margin-bottom: 0;
  }
}
.footer__links-item:first-child {
  margin-left: 0;
}
.footer__link {
  color: #cccccc;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer__link:hover {
  cursor: pointer;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer__store-rating-button-wrapper {
  display: none;
}
.ios .footer__store-rating-button-wrapper_ios, .android .footer__store-rating-button-wrapper_android {
  display: block;
}

.qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 526px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 20px;
}
.qr-code__code {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 20px;
  -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: #fff;
}

.qr-code_invert {
  background: rgba(0, 16, 61, 0.06);
}
.qr-code_invert .qr-code__text {
  color: #2c2d2e;
}