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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

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

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

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

fieldset,
img,
span {
  border: none;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

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

sub {
  top: 0.4em;
}

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

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

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

textarea {
  -webkit-appearance: none;
}

:root {
  --color_white: rgb(255, 255, 255);
  --color_black: rgb(0, 0, 0);
  --color-text-primary: rgba(30, 30, 30);
  --color-text-primary2: rgb(44, 45, 46);
  --color-text-secondary: rgb(51, 51, 51);
  --color-text-tertiary: rgb(170, 173, 179);
  --color-text-dark: rgb(44, 45, 46);
  --color-text-blue: rgb(0, 119, 255);
  --color-text-green: rgb(46, 162, 0);
  --color-bg-dark: rgb(25, 25, 25);
  --color-bg-blue: rgb(25, 142, 255);
  --color-bg-green: rgb(190, 255, 127);
}

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

:root {
  --layout-width: 460px;
}
@media only screen and (min-width: 1200px) {
  :root {
    --layout-width: 1366px;
  }
}

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

body {
  background-color: rgb(171, 213, 255);
  -webkit-background-size: 78px 78px;
          background-size: 78px 78px;
  font-family: "VKSansDisplay", sans-serif;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-display: swap;
  line-height: 19px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: var(--color-text-primary2);
}
@media only screen and (min-width: 768px) {
  body {
    background: rgb(171, 213, 255) url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/common/bg-lg.webp") no-repeat center 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
}

* {
  font-family: inherit;
}

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

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

b {
  font-weight: 700;
}

p {
  line-height: inherit;
}

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

.nowrap {
  white-space: nowrap;
}

.minwidth {
  min-width: 320px;
}

.page-main {
  overflow: hidden;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page {
    background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/common/bg-summer-lg.webp") no-repeat center 0;
    -webkit-background-size: 140% auto;
            background-size: 140% auto;
  }
}

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

.section-heading {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto 52px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .section-heading {
    gap: 24px;
    font-size: 20px;
    line-height: 26px;
  }
}
.section-heading a {
  color: var(--color-text-blue);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section-heading a:hover {
  color: var(--color-text-dark);
}

h2 {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  h2 {
    margin: 0 0 40px;
    font-size: 46px;
    line-height: 48px;
  }
}

.a-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  padding: 12px 40px;
  border: none;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color_white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) {
  .a-btn {
    height: 60px;
    font-size: 20px;
    line-height: 26px;
  }
}
.a-btn--primary {
  color: var(--color_white);
  background-color: var(--color-text-primary2);
}
@media (hover: hover) {
  .a-btn--primary:hover {
    background-color: var(--color-text-blue);
  }
}
.a-btn__ico {
  margin-right: 8px;
}

.m-apps {
  display: inline-grid;
  gap: 18px 8px;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  margin: 0 0 42px;
}
@media only screen and (min-width: 1200px) {
  .m-apps {
    gap: 8px;
  }
}
.m-apps__item {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}
.m-apps a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color-bg-dark);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) {
  .m-apps a {
    width: 181px;
    height: 52px;
  }
  .m-apps a:hover {
    background-color: var(--color_black);
  }
}
.m-apps a svg,
.m-apps a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.m-apps-min-ico {
  gap: 24px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m-apps-min-ico__item {
  gap: 20px;
  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;
}
.m-apps-min-ico a {
  display: block;
  width: 38px;
  height: 38px;
}
.m-apps-min-ico a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-apps-min-ico .a-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-apps-min-ico .a-rating .a-rating__num {
  font-size: 20px;
  line-height: 25px;
}
.m-apps-min-ico .a-rating .a-rating__stars {
  width: 95px;
  height: 19px;
}

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

.m-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: var(--color-bg-dark);
  color: var(--color_white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1366px) {
  .m-social__link {
    width: 40px;
    height: 40px;
  }
  .m-social__link:hover {
    background-color: var(--color_black);
  }
}
.m-social__link svg, .m-social__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.m_umbrella {
  overflow: hidden;
  height: 458px;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella {
    height: 710px;
  }
}
.m_umbrella__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella__inner {
    height: 640px;
    max-width: 775px;
  }
}
.m_umbrella__spinner {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  min-width: 400px;
  margin-left: 50%;
  -webkit-transition: 0.1s opacity 0.2s, 0.2s -webkit-transform;
  transition: 0.1s opacity 0.2s, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.1s opacity 0.2s;
  transition: 0.2s transform, 0.1s opacity 0.2s;
  transition: 0.2s transform, 0.1s opacity 0.2s, 0.2s -webkit-transform;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella__spinner {
    max-width: 638px;
  }
  .m_umbrella__spinner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/m_umbrella/bg-lg.webp") no-repeat;
    background-position: 50% 20px;
    -webkit-background-size: 798px 560px;
            background-size: 798px 560px;
  }
  .--spining-start .m_umbrella__spinner:before, .--spining-end .m_umbrella__spinner:before {
    opacity: 0;
  }
}
.m_umbrella .--spinner-arrow {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 88px;
  height: 146px;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--spinner-arrow {
    top: -85px;
    width: 138px;
    height: 228px;
  }
}
.--spining-to-left .m_umbrella .--spinner-arrow {
  -webkit-animation: rotate-left 0.5s linear;
          animation: rotate-left 0.5s linear;
}
.--spining-to-right .m_umbrella .--spinner-arrow {
  -webkit-animation: rotate-right 0.5s 0.3s, vibrate-right 0.2s 0.6s 16, vibrate-right-slow 0.4s 3s 6, vibrate-right-slow 1.2s 5.4s 2;
          animation: rotate-right 0.5s 0.3s, vibrate-right 0.2s 0.6s 16, vibrate-right-slow 0.4s 3s 6, vibrate-right-slow 1.2s 5.4s 2;
}
.m_umbrella .--spinner-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.m_umbrella .--spinner-umbrella {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--spinner-umbrella {
    margin-top: -16px;
  }
}
.m_umbrella .--spinner-umbrella-empty {
  z-index: 1;
}
.--spining-start .m_umbrella .--spinner-umbrella-empty, .--spining-end .m_umbrella .--spinner-umbrella-empty {
  z-index: -1;
  opacity: 0;
}
.m_umbrella .--spinner-umbrella-full {
  opacity: 0;
  z-index: -1;
}
.--spining-start .m_umbrella .--spinner-umbrella-full, .--spining-end .m_umbrella .--spinner-umbrella-full {
  opacity: 1;
  z-index: 1;
}
@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@-webkit-keyframes vibrate-right {
  0% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes vibrate-right {
  0% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@-webkit-keyframes vibrate-right-slow {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes vibrate-right-slow {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.m_umbrella__winner {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  min-width: 400px;
  max-width: 638px;
  margin-left: 50%;
  -webkit-transition: 0.1s opacity 0.2s, 0.2s -webkit-transform;
  transition: 0.1s opacity 0.2s, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.1s opacity 0.2s;
  transition: 0.2s transform, 0.1s opacity 0.2s;
  transition: 0.2s transform, 0.1s opacity 0.2s, 0.2s -webkit-transform;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 0;
}
.--spining-end .m_umbrella__winner {
  z-index: 1;
  -webkit-animation: show-winner 0.2s 0.2s ease-in;
          animation: show-winner 0.2s 0.2s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.--spining-end .m_umbrella__spinner {
  z-index: -1;
  -webkit-animation: hide-spinner 0.2s ease-in;
          animation: hide-spinner 0.2s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes show-winner {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes show-winner {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hide-spinner {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes hide-spinner {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 0;
  }
}
.m_umbrella .--winner-bg {
  position: absolute;
  left: calc(50% - 150px);
  top: 43px;
  width: 0;
  height: 250px;
  -webkit-transition: 0.6s width 0.5s;
  -o-transition: 0.6s width 0.5s;
  transition: 0.6s width 0.5s;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-bg {
    left: calc(50% - 316px);
    top: 46px;
    height: 525px;
  }
}
.m_umbrella .--winner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.--spining-end .m_umbrella .--winner-bg {
  width: 336px;
}
@media only screen and (min-width: 1200px) {
  .--spining-end .m_umbrella .--winner-bg {
    width: 730px;
  }
}
.m_umbrella .--winner-circle {
  position: absolute;
  left: 0;
  top: 44px;
  right: 0;
  width: 308px;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-circle {
    top: 38px;
    width: 655px;
  }
}
.m_umbrella .--winner-delay {
  position: absolute;
  left: calc(50% - 8px);
  top: 172px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 45px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-color: var(--color-bg-green);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  font-family: "VK Sans Display Expanded";
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-green);
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-delay {
    top: 315px;
    left: calc(50% - 15px);
    width: 318px;
    height: 95px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    font-size: 37px;
  }
}
.m_umbrella .--winner-tarif {
  position: absolute;
  top: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "VK Sans Display Expanded";
  font-weight: 700;
  color: var(--color_white);
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-tarif {
    top: 156px;
    margin-left: 16px;
  }
}
.m_umbrella .--winner-tarif span:first-child {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  font-size: 90px;
  line-height: 120px;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-tarif span:first-child {
    font-size: 192px;
    line-height: 254px;
  }
}
.m_umbrella .--winner-tarif span:last-child {
  position: relative;
  top: -60px;
  left: -20px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-size: 60px;
  line-height: 120px;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--winner-tarif span:last-child {
    top: -130px;
    left: -50px;
    font-size: 128px;
    line-height: 254px;
  }
}
.m_umbrella .--js-start-btn,
.m_umbrella .--win-btn {
  position: relative;
  z-index: 10;
}
.m_umbrella .--win-btn {
  display: none;
  margin: -14px auto 0;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--win-btn {
    margin-top: 10px;
  }
}
.--spining-end .m_umbrella .--win-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m_umbrella .--js-start-btn {
  margin: 4px auto 0;
}
@media only screen and (min-width: 1200px) {
  .m_umbrella .--js-start-btn {
    margin-top: -40px;
  }
}
.--spining-end .m_umbrella .--js-start-btn {
  display: none;
}

.header {
  position: relative;
  z-index: 20;
  padding: 32px 24px 2px;
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 28px 28px 0px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  color: var(--color-text-primary2);
}
.header__logo img,
.header__logo svg {
  width: 156px;
  height: 26px;
}
@media only screen and (min-width: 1200px) {
  .header__logo img,
  .header__logo svg {
    width: 180px;
    height: 30px;
  }
}

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

.s_main {
  padding-bottom: 12px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .s_main {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.s_main h1 {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}
@media only screen and (min-width: 1200px) {
  .s_main h1 {
    max-width: 722px;
    font-size: 46px;
    line-height: 48px;
  }
}
.s_main__description {
  margin: 8px auto 16px;
}
@media only screen and (min-width: 1200px) {
  .s_main__description {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.s_steps {
  position: relative;
  gap: 0;
  display: grid;
  justify-items: center;
}
.s_steps:before {
  position: absolute;
  left: calc(50% + 78px);
  top: 114px;
  z-index: 3;
  content: "";
  display: block;
  width: 116px;
  height: 120px;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/star-sm.webp") no-repeat 0 0/contain;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) {
  .s_steps:before {
    top: 128px;
    left: calc(50% + 225px);
    width: 184px;
    height: 190px;
  }
}
.s_steps:after {
  position: absolute;
  left: calc(50% + 121px);
  top: 222px;
  z-index: 3;
  content: "";
  display: block;
  width: 58px;
  height: 115px;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-sm-2.svg") no-repeat 0 0/contain;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) {
  .s_steps:after {
    left: auto;
    top: 8px;
    right: calc(50% + 100px);
    width: 332px;
    height: 209px;
    background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-lg-2.svg");
  }
}
.s_steps__item {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  background-image: -webkit-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: -o-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: linear-gradient(211.6deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item {
    -webkit-border-radius: 42px;
            border-radius: 42px;
  }
}
.s_steps__item:before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/bg-sm.webp") no-repeat 0 0/cover;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.s_steps__item-wrapper {
  position: relative;
  width: 100%;
  max-width: 310px;
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper {
    max-width: 450px;
  }
}
.s_steps__item-wrapper:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.s_steps__item-wrapper:nth-child(1) {
  left: 16px;
  top: 4px;
  z-index: 2;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper:nth-child(1) {
    left: 104px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.s_steps__item-wrapper:nth-child(1):after {
  top: 0;
  left: -50px;
  z-index: -1;
  width: 100px;
  height: 165px;
  background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-sm-1.svg");
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper:nth-child(1):after {
    left: auto;
    right: -42px;
    top: -38px;
    width: 85px;
    height: 84px;
    background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-lg-1.svg");
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.s_steps__item-wrapper:nth-child(2) {
  left: -16px;
  z-index: 1;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper:nth-child(2) {
    left: -198px;
    top: -15px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.s_steps__item-wrapper:nth-child(3) {
  top: 8px;
  z-index: 2;
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper:nth-child(3) {
    left: 198px;
    margin-top: -154px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.s_steps__item-wrapper:nth-child(3):after {
  left: -24px;
  top: auto;
  bottom: -20px;
  width: 30px;
  height: 40px;
  background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-sm-3.svg");
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-wrapper:nth-child(3):after {
    left: -190px;
    top: 112px;
    width: 292px;
    height: 209px;
    background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_steps/step-lg-3.svg");
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.s_steps__item-inner {
  position: relative;
  z-index: 1;
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 20px 24px;
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-inner {
    gap: 10px;
    padding: 26px 42px 24px;
  }
}
.s_steps__item-index {
  position: absolute;
  left: 10px;
  top: 10px;
  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: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(var(--color-bg-blue) 0 0) padding-box, -webkit-linear-gradient(150.06deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  background: -o-linear-gradient(var(--color-bg-blue) 0 0) padding-box, -o-linear-gradient(150.06deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  background: linear-gradient(var(--color-bg-blue) 0 0) padding-box, linear-gradient(299.94deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  color: var(--color_white);
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-index {
    left: 16px;
    top: 16px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 36px;
  }
}
.s_steps__item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-title {
    font-size: 30px;
    line-height: 33px;
  }
}
.s_steps__item-text {
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .s_steps__item-text {
    font-size: 18px;
    line-height: 23px;
  }
}
.s_steps .a-btn {
  margin: 40px auto 0;
}
@media only screen and (min-width: 1200px) {
  .s_steps .a-btn {
    margin: 95px auto 0;
  }
}

@media only screen and (min-width: 1200px) {
  .s_subscribe {
    margin-top: 10px;
  }
}
.s_subscribe__items {
  gap: 20px;
  display: grid;
  justify-items: center;
  padding: 0 8px;
}
@media only screen and (min-width: 1200px) {
  .s_subscribe__items {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 32px;
  }
}
.s_subscribe__item {
  position: relative;
  overflow: hidden;
  padding: 2px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  background-image: -webkit-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: -o-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: linear-gradient(211.6deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
}
@media only screen and (min-width: 1200px) {
  .s_subscribe__item {
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
}
.s_subscribe__item:before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_subscribe/bg-sm.webp") no-repeat 0 0/cover;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.s_subscribe__item-text {
  position: relative;
  z-index: 1;
  gap: 12px;
  display: grid;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .s_subscribe__item-text {
    margin: 6px 0 0;
    padding: 0 42px 28px;
  }
}
.s_subscribe__item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.s_subscribe__item-title svg {
  height: 0.5em;
  margin-left: -2px;
}
@media only screen and (min-width: 1200px) {
  .s_subscribe__item-title {
    font-size: 30px;
    line-height: 33px;
  }
  .s_subscribe__item-title svg {
    margin-left: 0;
  }
}
.s_subscribe picture {
  position: relative;
  z-index: 1;
  display: block;
  height: 177px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .s_subscribe picture {
    height: 167px;
  }
}
.s_subscribe picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s_prizes__items {
  display: grid;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__items {
    grid-template-columns: repeat(3, 1fr);
    max-width: 830px;
    padding: 0;
  }
}
.s_prizes__row {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1200px) {
  .s_prizes__row {
    gap: 20px 10px;
  }
  .s_prizes__row.--idx-1 {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1/-1;
  }
  .s_prizes__row.--idx-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
  }
  .s_prizes__row.--idx-3 {
    grid-template-columns: 1fr;
    grid-column: 3;
    margin-left: 8px;
  }
}
.s_prizes__subtitle {
  grid-column: 1/-1;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.s_prizes__subtitle:not(.--idx-1) {
  margin-top: 12px;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__subtitle {
    text-align: left;
  }
  .s_prizes__subtitle:not(.--idx-1) {
    margin-top: 20px;
  }
}
.s_prizes__item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 154px;
  padding: 1px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-image: -webkit-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: -o-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
  background-image: linear-gradient(211.6deg, rgba(255, 255, 255, 0.5) 2.46%, #9DCFFF 57.02%);
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item {
    height: 263px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
.s_prizes__item:before {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  content: "";
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_prizes/bg-sm.webp") no-repeat 0 0/cover;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item:before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.s_prizes__item img {
  width: 158px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item img {
    width: 100%;
    height: 198px;
  }
}
.s_prizes__item-wrapper {
  position: relative;
  min-width: 0;
}
.s_prizes__item-wrapper ins {
  position: absolute;
  left: auto;
  top: -3px;
  right: -3px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(var(--color-bg-blue) 0 0) padding-box, -webkit-linear-gradient(150.06deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  background: -o-linear-gradient(var(--color-bg-blue) 0 0) padding-box, -o-linear-gradient(150.06deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  background: linear-gradient(var(--color-bg-blue) 0 0) padding-box, linear-gradient(299.94deg, #FFFFFF -16.23%, #CAD6E2 51.1%, #FFFFFF 97.55%);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  color: var(--color_white);
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item-wrapper ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 26px;
  }
}
.s_prizes__item-wrapper.--idx-3-1 {
  grid-column: 1/-1;
}
.s_prizes__item-wrapper.--idx-3-1 .s_prizes__item {
  background-image: -webkit-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #BEFF7F 57.02%);
  background-image: -o-linear-gradient(238.4deg, rgba(255, 255, 255, 0.5) 2.46%, #BEFF7F 57.02%);
  background-image: linear-gradient(211.6deg, rgba(255, 255, 255, 0.5) 2.46%, #BEFF7F 57.02%);
}
.s_prizes__item-wrapper.--idx-3-1:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 303px;
  height: 154px;
  background: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_prizes/iphone-sm.webp") no-repeat 0 0/cover;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item-wrapper.--idx-3-1:after {
    left: 305px;
    top: -25px;
    width: 77px;
    height: 263px;
    background-image: url("https://cloud.imgsmail.ru/cloud.landings/797844/static/2f647cc/landing/cloud-mailspace_leto/img/s_prizes/iphone-lg.svg");
  }
}
.s_prizes__item-wrapper.--idx-3-1 img {
  position: relative;
  top: -56px;
  height: 355px;
  width: 350px;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item-wrapper.--idx-3-1 img {
    left: -6px;
    top: -42px;
    width: 278px;
    height: 282px;
  }
}
@media only screen and (max-width: 1198px) {
  .s_prizes__item-wrapper.--idx-3-1 span {
    display: none;
  }
}
.s_prizes__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: var(--color_white);
}
.s_prizes__item-inner span {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0;
  z-index: 1;
  padding: 0 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .s_prizes__item-inner span {
    font-size: 20px;
    line-height: 26px;
    padding: 0 12px 26px;
  }
}
.s_prizes .--super-prize {
  display: none;
  position: absolute;
  left: 180px;
  top: -14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  height: 45px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: var(--color-bg-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text-blue);
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media only screen and (min-width: 1200px) {
  .s_prizes .--super-prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}