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

body {
  font-family: Arial, Helvetica, sans-serif; }
  .font-loaded-proxima body {
    font-weight: 400;
    font-family: 'Proxima Nova', Arial, Helvetica, 'sans-serif'; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../common/fonts/ProximaNova-Light.eot");
  src: url("../common/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../common/fonts/ProximaNova-Light.woff") format("woff"), url("../common/fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../common/fonts/ProximaNova-Bold.eot");
  src: url("../common/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../common/fonts/ProximaNova-Bold.woff") format("woff"), url("../common/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
  body:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    top: 527px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: -webkit-linear-gradient(311deg, #f4f7ff 0%, #f4f7ff 50%, rgba(244, 247, 255, 0) 50.0001%, rgba(244, 247, 255, 0) 100%) no-repeat;
    background: -o-linear-gradient(311deg, #f4f7ff 0%, #f4f7ff 50%, rgba(244, 247, 255, 0) 50.0001%, rgba(244, 247, 255, 0) 100%) no-repeat;
    background: linear-gradient(139deg, #f4f7ff 0%, #f4f7ff 50%, rgba(244, 247, 255, 0) 50.0001%, rgba(244, 247, 255, 0) 100%) no-repeat; }
  body:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: -webkit-linear-gradient(311deg, rgba(244, 247, 255, 0) 0%, rgba(244, 247, 255, 0) 50%, #f4f7ff 50.0001%, #f4f7ff 100%) 0 -26px no-repeat;
    background: -o-linear-gradient(311deg, rgba(244, 247, 255, 0) 0%, rgba(244, 247, 255, 0) 50%, #f4f7ff 50.0001%, #f4f7ff 100%) 0 -26px no-repeat;
    background: linear-gradient(139deg, rgba(244, 247, 255, 0) 0%, rgba(244, 247, 255, 0) 50%, #f4f7ff 50.0001%, #f4f7ff 100%) 0 -26px no-repeat; }

body, html {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Proxima Nova', Arial, Helvetica, 'sans-serif' !important;
  font-size: 17px;
  color: #615f76;
  line-height: 24px; }

h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 42px; }

h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 32px; }

p {
  margin: 0;
  font-size: 17px;
  line-height: 24px; }

a {
  color: inherit; }
  a:visited, a:hover, a:active, a:focus {
    text-decoration: none; }

.accent {
  white-space: nowrap;
  color: #168de2;
  font-weight: bold; }

.main {
  overflow: hidden; }

.layout-block__content {
  margin: 0 auto;
  max-width: 1500px; }

.layout-block__block_2 {
  display: none; }

.layout-block__block_3 {
  display: none; }

.layout-block__content_two-cols {
  margin-top: 60px; }

.layout-block_first .layout-block__content_two-cols {
  margin-top: 0; }

.layout-block_last .layout-block__content_two-cols {
  margin-bottom: 25px; }

.layout-block__content_two-cols .layout-block__block_2,
.layout-block__content_two-cols_random .layout-block__block_3 {
  display: block; }

.layout-block__content_two-cols_random .layout-block__block_2 .content-block__picture {
  position: relative;
  z-index: -1; }

.input {
  -webkit-appearance: none;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #262626;
  line-height: 58px;
  height: 60px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  outline: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .input:hover {
    border-color: rgba(0, 0, 0, 0.24); }
  .input:focus, .input:active {
    border-color: #168de2; }
  .input.error, .input.error:hover, .input.error:focus, .input.error:active {
    border-color: #ff1100; }
  .input[disabled], .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
    opacity: 0.5;
    border-color: #b2b2b2;
    background-color: #f0f0f0; }

.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 58px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  width: 280px;
  min-width: 240px;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #005ff9;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04); }
  .button:last-child {
    margin-right: 0; }
  .button_small {
    font-size: 17px;
    height: 50px;
    line-height: 47px;
    padding: 0 20px; }
  .button:hover, .button:focus {
    background: #005bef;
    border-color: #005bef;
    text-decoration: none;
    color: #fff; }
  .button:active {
    background: #0057e5;
    border-color: #0057e5;
    text-decoration: none;
    color: #fff; }
  .button_main {
    background: #f8e71c;
    color: #333;
    border: 1px solid #f8e71c; }
  .button_main:hover, .button_main:focus {
    background: #eede1b;
    color: #333; }
  .button_main:active {
    background: #e4d51a;
    color: #333; }
  .button_stretch {
    width: auto;
    min-width: 0; }
  .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
    opacity: 0.4; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown__dropdown {
    text-align: left;
    position: absolute;
    width: 240px;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s, top 0s ease-out 1.5s, right 0s ease-out 1.5s, bottom 0s ease-out 1.5s;
    -o-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s, top 0s ease-out 1.5s, right 0s ease-out 1.5s, bottom 0s ease-out 1.5s;
    transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s, top 0s ease-out 1.5s, right 0s ease-out 1.5s, bottom 0s ease-out 1.5s;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16); }
  .dropdown_open .dropdown__dropdown {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s, top 0s ease-out 0s, right 0s ease-out 0s, bottom 0s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s, top 0s ease-out 0s, right 0s ease-out 0s, bottom 0s ease-out 0s;
    transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s, top 0s ease-out 0s, right 0s ease-out 0s, bottom 0s ease-out 0s; }
  .dropdown__dropdown_r {
    left: -10000px; }
  .dropdown_open .dropdown__dropdown_r {
    left: 0; }
  .dropdown__dropdown_l {
    right: -10000px; }
  .dropdown_open .dropdown__dropdown_l {
    right: 0; }
  .dropdown__dropdown_t {
    bottom: 46px; }
  .dropdown__dropdown_b {
    top: 46px; }
  .dropdown__control {
    display: inline-block;
    padding: 0 33px 0 20px;
    cursor: pointer;
    position: relative;
    line-height: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out 150ms;
    -o-transition: background-color 0.3s ease-out 150ms;
    transition: background-color 0.3s ease-out 150ms;
    white-space: nowrap; }
    .dropdown__control:after {
      content: '';
      position: absolute;
      right: 13px;
      top: 50%;
      margin-top: -2px;
      width: 6px;
      height: 4px;
      background-image: url(img/svg-713308a6.svg);
      background-position: -37px -120px;
      width: 6px;
      height: 4px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.2s ease-out 150ms;
      transition: -webkit-transform 0.2s ease-out 150ms;
      -o-transition: transform 0.2s ease-out 150ms;
      transition: transform 0.2s ease-out 150ms;
      transition: transform 0.2s ease-out 150ms, -webkit-transform 0.2s ease-out 150ms; }
  .dropdown_open .dropdown__control {
    background-color: rgba(0, 0, 0, 0.08); }
    .dropdown_open .dropdown__control:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .dropdown__item {
    display: block;
    position: relative;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    background-color: #fff;
    text-decoration: none; }
    .dropdown__item:hover, .dropdown__item:focus, .dropdown__item:active {
      background-color: #f5f5f5; }
  .dropdown:hover .dropdown__item,
  .dropdown:focus .dropdown__item,
  .dropdown:active .dropdown__item {
    text-decoration: none; }
  .dropdown__dropdown_with-active .dropdown__item_active {
    cursor: default; }
    .dropdown__dropdown_with-active .dropdown__item_active:hover, .dropdown__dropdown_with-active .dropdown__item_active:focus, .dropdown__dropdown_with-active .dropdown__item_active:active {
      background-color: #fff; }
    .dropdown__dropdown_with-active .dropdown__item_active:before {
      content: '';
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -10px;
      background-image: url(img/svg-713308a6.svg);
      background-position: -21px -120px;
      width: 16px;
      height: 16px; }

.content-block {
  text-align: center; }
  .content-block_inverted {
    color: #fff; }
  .content-block__header {
    margin: 0 20px 20px; }
  .content-block__description {
    margin: 20px 20px 30px; }
  .content-block_inverted .content-block__description {
    color: rgba(255, 255, 255, 0.5); }
  .content-block__picture {
    margin: 40px 6% 0; }
  .content-block__image {
    max-width: 100%; }
  .content-block__buttons {
    margin: 20px 20px 0;
    font-size: 17px;
    line-height: 24px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background: #005ff9; }
  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 82px;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 20px; }
  .header__spacer {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .header__links {
    white-space: nowrap; }
    .header__links-link {
      position: relative;
      margin: 0 20px;
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      height: 19px; }
      .header__links-link:after {
        content: '';
        position: absolute;
        right: -22px;
        top: 4px;
        height: 12px;
        width: 1px;
        background: rgba(255, 255, 255, 0.5); }
      .header__links-link:last-child:after {
        display: none; }
      .header__links-link:last-child {
        margin-right: 0; }
  .header__link {
    font-weight: normal;
    text-decoration: none; }
    .header__link:hover, .header__link:active, .header__link:focus {
      text-decoration: underline; }
    .header__link_accent {
      font-weight: bold;
      color: white; }
  .header__burger {
    margin-right: 20px; }
    .header__burger-control {
      position: relative;
      z-index: 11112;
      background-image: url(img/svg-713308a6.svg);
      background-position: 0px -120px;
      width: 21px;
      height: 18px; }
    .header__burger-menu {
      position: fixed;
      left: -10000px;
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: 11111;
      background: #005ff9;
      opacity: 0;
      padding-top: 82px;
      -webkit-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s;
      -o-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s;
      transition: opacity 0.5s ease-out 150ms, left 0s ease-out 1.5s; }
    .header__burger_open .header__burger-menu {
      opacity: 1;
      left: 0;
      -webkit-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s;
      -o-transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s;
      transition: opacity 0.5s ease-out 150ms, left 0s ease-out 0s; }
    .header__burger-menu-item {
      display: block;
      line-height: 40px;
      height: 40px;
      padding: 0 20px;
      text-decoration: none;
      font-size: 17px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      .header__burger-menu-item_header {
        font-size: 15px;
        text-transform: uppercase;
        opacity: 0.26;
        padding-top: 13px; }
  .header__logo-img {
    width: 122px;
    height: 28px;
    margin-top: 5px; }
  .header__services {
    display: none;
    margin-left: 40px; }
  .header__services .header__dropdown {
    display: none; }
  .header_scroll .header__services .header__links {
    display: none; }
  .header_scroll .header__services .header__dropdown {
    display: block; }
  .header__download {
    display: none; }
  .header__registration {
    display: none;
    white-space: nowrap;
    margin-left: 40px; }
  .header .button {
    margin-left: 24px; }

.cloud {
  background: #005ff9;
  padding-top: 100px;
  /*@include grid-media($tablet) {
    padding-top: 135px;
  }*/ }
  .cloud .content-block__header {
    margin-left: 25px;
    margin-right: 25px; }
  .cloud .content-block__picture {
    margin-top: -2.5%;
    margin-left: 6%;
    margin-right: 6%;
    -webkit-transform: translateY(12.9%);
            transform: translateY(12.9%); }
  .cloud .content-block__buttons {
    text-align: center; }
  .cloud .button {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }

.mobile .content-block__picture {
  margin-bottom: -78px;
  margin-right: -30px; }

.mobile__stores {
  font-size: 0; }

.mobile__store {
  display: block;
  margin: 0 auto 0; }
  .mobile__store_apple {
    background-image: url(img/svg-713308a6.svg);
    background-position: 0px 0px;
    width: 172px;
    height: 60px; }
  .mobile__store_google {
    background-image: url(img/svg-713308a6.svg);
    background-position: 0px -60px;
    width: 172px;
    height: 60px;
    margin-top: 16px; }

.mobile__form {
  text-align: left;
  background-color: #f4f7ff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(63, 69, 84, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(63, 69, 84, 0.1);
  max-width: 580px;
  margin: 0 auto; }
  .mobile__form-form {
    padding: 20px 20px 30px;
    text-align: center;
    font-size: 15px; }
  .mobile__form-label {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    color: #615f76;
    line-height: 20px;
    height: 40px; }
  .mobile__form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobile__form-input {
    display: block;
    width: 100%; }
  .mobile__form-button {
    display: block;
    margin-top: 12px;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    font-size: 17px;
    min-width: 0; }
  .mobile__form-message {
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
    text-align: left; }
  .mobile__form-error {
    color: #ff1100; }

.footer {
  background: #fff;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.08); }
  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    padding: 0 20px; }
  .footer__logo {
    width: 84px;
    height: 28px; }
  .footer__links-item {
    display: inline-block;
    margin-left: 35px;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    text-align: left; }
    .footer__links-item:first-child {
      margin-left: 0; }
    .footer__links-item_hidden {
      display: none; }
  .footer__links-menu {
    margin-left: 15px; }
    .footer__links-menu .dropdown__control:after {
      background-image: url(img/svg-713308a6.svg);
      background-position: -43px -120px;
      width: 6px;
      height: 4px; }

.os-windows .download-button_osx,
.os-windows .download-button_linux,
.os-windows .download-button_other,
.os-osx .download-button_windows,
.os-osx .download-button_linux,
.os-osx .download-button_other,
.os-linux .download-button_windows,
.os-linux .download-button_osx,
.os-linux .download-button_other:not(.download-button_linux),
.os-other .download-button_windows,
.os-other .download-button_linux,
.os-other .download-button_osx {
  display: none; }

.banners {
  margin: 20px 0 137px;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: none; }
  .banners_visible {
    height: auto;
    overflow: auto;
    visibility: visible; }

.mcs-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f6e754;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6e754;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 112px;
  padding: 0 5%; }
  .mcs-banner__logo {
    margin-top: -8px;
    width: 126px;
    height: 42px;
    margin-right: auto;
    background: url(img/mcs.svg);
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat; }
  .mcs-banner::after {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: -webkit-linear-gradient(312deg, #443bc7 0%, #443bc7 50%, #f6e754 50%, #f6e754 100%);
    background: -o-linear-gradient(312deg, #443bc7 0%, #443bc7 50%, #f6e754 50%, #f6e754 100%);
    background: linear-gradient(138deg, #443bc7 0%, #443bc7 50%, #f6e754 50%, #f6e754 100%);
    background-repeat: no-repeat;
    background-position-x: -183px; }
  .mcs-banner::before {
    position: absolute;
    z-index: -1;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    background: url(img/infra.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 114px;
    height: 120px;
    display: block; }
  .mcs-banner__title {
    color: #333;
    font-weight: 700;
    font-family: "Proxima Nova";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 24px;
    max-width: 260px;
    text-align: center;
    padding-right: 1.7%; }
  .mcs-banner__button {
    display: block;
    background: #ff2a7a;
    line-height: normal;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    font-family: "Proxima Nova";
    font-weight: 700;
    padding: 14px 16px;
    cursor: pointer; }
    .mcs-banner__button:hover, .mcs-banner__button:active {
      background: #f52875; }

.blackfriday-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #191e2c url("img/blackfridaybg.svg") no-repeat center left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100px;
  padding: 0 5%; }
  .blackfriday-banner__logo {
    width: 256px;
    height: 99px;
    margin-right: auto;
    background: url(img/blackfriday.svg);
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat; }
  .blackfriday-banner__content {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -webkit-calc(300px + 5%);
    left: calc(300px + 5%);
    top: 50%;
    max-width: 260px;
    padding-right: 1.7%; }
  .blackfriday-banner__title {
    color: #fff;
    font-weight: 700;
    font-family: "Proxima Nova";
    font-size: 24px; }
  .blackfriday-banner__description {
    color: #c6c3e7;
    font-size: 20px;
    line-height: 24px; }
  .blackfriday-banner__button {
    line-height: 46px;
    height: 48px;
    font-size: 24px;
    font-family: 'Proxima Nova';
    padding: 0 32px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    width: auto;
    min-width: 0; }
  .blackfriday-banner__button-hide {
    display: none; }

.newyear-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #191e2c url(img/newyearbg.svg) no-repeat center left;
  z-index: 1;
  overflow: hidden;
  height: 100px;
  padding: 0 5%;
  position: fixed;
  bottom: 0px; }
  .newyear-banner__logo {
    width: 100%;
    height: 100px;
    margin-right: auto; }
  .newyear-banner__content {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 5%;
    top: 50%;
    max-width: 500px;
    padding-right: 1.7%; }
  .newyear-banner__title {
    color: #fff;
    font-weight: 800;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    font-size: 34px;
    line-height: 54px; }
  .newyear-banner__description {
    color: #ffcba1;
    font-size: 18px;
    line-height: 24px; }
  .newyear-banner__button {
    line-height: 46px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Proxima Nova';
    padding: 0 32px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    width: auto; }
  .newyear-banner__button-hide {
    display: none; }

.tariffs__list {
  max-width: 528px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  margin: 32px auto 0; }

.tariffs__description {
  font-size: 17px;
  line-height: 24px; }

.tariffs__item {
  display: inline-block;
  margin: 0 8px 16px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(97, 95, 118, 0.24);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  background: #fff;
  width: 160px;
  height: 201px;
  text-align: center;
  padding: 23px 16px 22px; }
  .tariffs__item_hidden {
    display: none; }

.tariffs__show-all {
  font-size: 20px;
  text-align: center;
  color: #005bd1;
  cursor: pointer;
  border: none;
  background: none;
  margin-bottom: 20px; }
  .tariffs__show-all:hover {
    text-decoration: underline; }

.tariffs__item-discount {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #28c75d;
  height: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: -20px;
  color: #fff; }

.tariffs__item-icon {
  width: 38px;
  height: 49px;
  margin: 0 auto 18px;
  position: relative;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat; }
  .tariffs__item-icon_greenhdd {
    background-image: url(img/greenhdd.svg); }
  .tariffs__item-icon_purplehdd {
    background-image: url(img/purplehdd.svg); }
  .tariffs__item-icon_redhdd {
    background-image: url(img/redhdd.svg); }
  .tariffs__item-icon_bluehdd {
    background-image: url(img/bluehdd.svg); }
  .tariffs__item-icon_yellowhdd {
    background-image: url(img/yellowhdd.svg); }

.tariffs__item-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 26px; }

.tariffs__item-price {
  font-size: 20px;
  color: #333; }
  .tariffs__item-price span {
    font-size: 15px; }

.tariffs__features {
  list-style: none;
  padding: 0;
  margin: 16px 0 0; }

.tariffs__feature {
  margin-bottom: 12px;
  position: relative; }

@media only screen and (min-width: 775px) {
  body:after {
    background-position: 0 -12px; }
  body, html {
    font-size: 24px;
    line-height: 32px; }
  h1 {
    font-size: 48px;
    line-height: 53px; }
  h2 {
    font-size: 32px;
    line-height: 40px; }
  p {
    font-size: 24px;
    line-height: 32px; }
  .layout-block__content_two-cols {
    margin: 150px auto; }
  .layout-block_last .layout-block__content_two-cols {
    margin-bottom: 75px; }
  .content-block__header {
    margin: 0 10% 30px; }
  .content-block__description {
    margin: 30px 20% 30px; }
  .content-block__picture {
    margin-top: 60px;
    margin-right: 10%;
    margin-left: 10%; }
  .header {
    position: fixed; }
  .header__content {
    padding: 0 30px; }
  .header__burger-menu {
    padding-top: 122px; }
  .header__download {
    display: block; }
  .header_scroll .header__registration {
    display: block; }
  .cloud .content-block__picture {
    -webkit-transform: translateY(11.5%);
            transform: translateY(11.5%);
    margin-left: auto;
    margin-right: auto;
    max-width: 670px; }
  .cloud .layout-block__content {
    margin-bottom: 39px; }
  .mobile .layout-block__content {
    margin-top: -30px; }
  .mobile .content-block__picture {
    margin-bottom: -120px;
    margin-right: 20%;
    margin-left: 20%; }
  .mobile__store {
    display: inline-block;
    vertical-align: middle; }
  .mobile__store_apple {
    margin-right: 12px; }
  .mobile__store_google {
    margin-top: 0; }
  .mobile__form {
    height: 168px;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
  .mobile__form-form {
    text-align: left;
    padding: 32px 40px 40px;
    font-size: 17px; }
  .mobile__form-label {
    height: auto; }
  .mobile__form-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .mobile__form-input {
    -webkit-border-radius: 8px 0px 0px 8px;
            border-radius: 8px 0px 0px 8px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .mobile__form-button {
    padding: 0 20px;
    margin: 0;
    width: 196px;
    -webkit-border-radius: 0px 8px 8px 0px;
            border-radius: 0px 8px 8px 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .mobile__form-message {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    height: 20px; }
  .footer__content {
    padding: 0 30px; }
  .footer__links-item_hidden-tablet {
    display: inline-block; }
  .footer__links-menu__item_hidden {
    display: none; }
  .banners {
    display: block; }
  .mcs-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .blackfriday-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .newyear-banner__title {
    font-size: 34px; }
  .tariffs__description {
    font-size: 24px;
    line-height: 32px; } }

@media only screen and (min-width: 1000px) {
  body:before {
    top: 160px; }
  body:after {
    bottom: 64px;
    background-position: 0 0px;
    padding-bottom: 94px; }
  .layout-block__content_two-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 296px auto; }
  .layout-block_last .layout-block__content_two-cols {
    margin-bottom: 140px; }
  .layout-block__content_two-cols .layout-block__block_1 {
    width: 50%; }
  .layout-block__content_two-cols .layout-block__block_2 {
    width: 50%; }
  .layout-block__content_two-cols_inverted .layout-block__block_2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .layout-block__content_two-cols_inverted .layout-block__block_2 .content-block__picture {
    float: right; }
  .layout-block__content_two-cols_random {
    display: block; }
  .layout-block__content_two-cols_random:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .layout-block__content_two-cols_random .layout-block__block_1 {
    width: 50%;
    float: right; }
  .layout-block__content_two-cols_random .layout-block__block_2 {
    width: 50%;
    float: left; }
  .layout-block__content_two-cols_random .layout-block__block_2 .content-block__picture {
    float: right; }
  .layout-block__content_two-cols_random .layout-block__block_2:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .layout-block__content_two-cols_random .layout-block__block_3 {
    width: 50%;
    float: right; }
  .button {
    width: auto;
    text-align: center; }
  .content-block__header {
    text-align: left;
    margin: 0 20px 30px 42px;
    max-width: 490px; }
  .content-block__description {
    text-align: left;
    margin: 30px 0px 30px 42px;
    max-width: 480px; }
  .content-block__picture {
    margin: 0;
    width: 130%;
    max-width: 760px; }
  .content-block__buttons {
    text-align: left;
    margin: 40px 0px 60px 42px;
    max-width: 490px; }
  .header__content {
    padding: 0 42px; }
  .header__burger {
    display: none; }
  .header__services {
    display: block; }
  .cloud .content-block__header {
    padding-top: 52px;
    margin-bottom: 24px;
    margin-left: 42px;
    margin-right: 0px;
    max-width: 370px; }
  .cloud .content-block__description {
    margin-top: 24px;
    margin-bottom: 49px;
    max-width: 400px; }
  .cloud .content-block__picture {
    -webkit-transform: none;
            transform: none;
    margin: 0;
    max-width: 830px; }
  .cloud .content-block__buttons {
    width: 240px; }
  .cloud .layout-block__content {
    margin-bottom: auto; }
  .cloud .layout-block__block_1 {
    width: 40%; }
  .cloud .layout-block__block_2 {
    width: 60%; }
  .mobile .content-block__picture {
    margin-bottom: 0;
    margin-right: 35px;
    margin-left: 0;
    max-width: 570px; }
  .mobile__form {
    margin-right: -2px;
    max-width: none; }
  .disko .content-block__header {
    padding-top: 20px;
    margin-right: 0; }
  .screenshoter .content-block__header {
    padding-top: 90px; }
  .screenshoter .layout-block__block_1 {
    margin-left: -12px; }
  .footer__content {
    padding: 0 42px; }
  .footer__links-item_hidden {
    display: inline-block; }
  .footer__links-menu {
    display: none; }
  .mcs-banner {
    padding: 0 4%;
    height: 100px; }
  .mcs-banner__logo {
    width: 146px;
    height: 50px; }
  .mcs-banner::after {
    background-position-x: -233px; }
  .mcs-banner__title {
    max-width: none;
    padding-right: 0; }
  .blackfriday-banner {
    padding: 0 4%;
    height: 100px; }
  .blackfriday-banner__content {
    max-width: none;
    padding-right: 30px;
    left: -webkit-calc(300px + 4%);
    left: calc(300px + 4%); }
  .blackfriday-banner__button-hide {
    display: inline; }
  .newyear-banner {
    padding: 0 4%;
    height: 100px;
    background-position-x: 30%; }
  .newyear-banner__content {
    max-width: none;
    padding-right: 30px;
    left: 4.5%; }
  .newyear-banner__title {
    font-size: 44px; }
  .newyear-banner__button-hide {
    display: inline; }
  .tariffs__list {
    margin-top: 0px; }
  .tariffs__feature {
    padding-left: 33px; }
  .tariffs__feature::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
    width: 17px;
    height: 12px;
    background: url(img/mark.svg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media only screen and (min-width: 1130px) {
  .header_scroll .header__services .header__links {
    display: block; }
  .header_scroll .header__services .header__dropdown {
    display: none; } }

@media only screen and (min-width: 1255px) {
  body:after {
    padding-bottom: 0; }
  .layout-block__content_two-cols .layout-block__block_1 {
    width: 48%; }
  .layout-block__content_two-cols .layout-block__block_2 {
    width: 48%; }
  .layout-block__content_two-cols_random .layout-block__block_1 {
    width: 48%; }
  .layout-block__content_two-cols_random .layout-block__block_2 {
    width: 48%; }
  .layout-block__content_two-cols_random .layout-block__block_3 {
    width: 48%; }
  .header__content {
    padding: 0 42px 0 90px; }
  .cloud .content-block__header {
    margin-left: 90px; }
  .cloud .content-block__description {
    margin-left: 90px; }
  .cloud .content-block__buttons {
    margin-left: 90px; }
  .cloud .layout-block__block_1 {
    width: 48%; }
  .cloud .layout-block__block_2 {
    width: 52%; }
  .mobile .content-block__picture {
    margin-right: 0; }
  .disko .content-block__header {
    margin-left: auto;
    margin-right: 0; }
  .disko .content-block__description {
    margin-left: auto;
    margin-right: 0; }
  .disko .content-block__buttons {
    margin-left: auto;
    margin-right: 0; }
  .footer__content {
    padding: 0 50px; }
  .mcs-banner {
    padding: 0 7%; }
  .mcs-banner::after {
    background-position-x: -283px; }
  .mcs-banner__title {
    font-size: 28px; }
  .blackfriday-banner {
    padding: 0 7%; }
  .blackfriday-banner__content {
    left: -webkit-calc(300px + 7%);
    left: calc(300px + 7%); }
  .blackfriday-banner__title {
    font-size: 28px; }
  .newyear-banner {
    padding: 0 4.5%;
    background-position-x: center; }
  .newyear-banner__content {
    left: 5%; }
  .newyear-banner__title {
    font-size: 54px; }
  .newyear-banner__description {
    font-size: 20px; } }

@media only screen and (min-width: 1655px) {
  body:before {
    top: -170px; }
  body:after {
    background-position: 0 192px; }
  .mobile .content-block__picture {
    margin-right: 150px; }
  .disko .content-block__header {
    margin-right: 130px; }
  .disko .content-block__description {
    margin-right: 130px; }
  .disko .content-block__buttons {
    margin-right: 130px; }
  .footer__content {
    padding: 0 0; }
  .mcs-banner {
    padding: 0 5%; }
  .mcs-banner::after {
    background-position-x: -357px; }
  .blackfriday-banner {
    padding: 0 5%; }
  .blackfriday-banner__content {
    left: -webkit-calc(300px + 5%);
    left: calc(300px + 5%); }
  .newyear-banner {
    padding: 0 5%; }
  .newyear-banner__content {
    left: 5.6%; } }
