@charset "UTF-8";



.popups {
  background: rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 2; /*more or eq&after login popup*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.popups--item {
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: none;
}
.popups--item.form {
  padding: 35px 30px;
  width: 380px;
  height: auto;
}
.popups--item.success {
  padding: 91px 0 35px;
  width: 380px;
  height: auto;
}
.popups--close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  display: block;
  width: 18px;
  height: 18px;
}
.popups--close:before,
.popups--close:after {
  content: "";
  background: rgba(17, 17, 17, 0.3);
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.popups--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popups--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popups--close:hover {
  color: #111111;
}
.popups--item.form .popups--title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.popups--item.form .popups--field input {
  border: 1px solid #e1e5e9;
  margin: 0 0 20px;
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 40px;
}
.popups--item.form .popups--submit {
  padding: 0;
  border: none;
  color: #ffffff;
  background: #fcc400;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popups--item.success .popups--icon {
  background: url(./popups--icon.png) no-repeat;
  margin: 0 auto 47px;
  display: block;
  width: 81px;
  height: 58px;
}
.popups--item.success .popups--icon_fail {
  background: url(./message-24-warning.png) no-repeat;
  background-size: contain;
  margin: 0 auto 47px;
  display: block;
  width: 61px;
  height: 58px;
}
.popups--item.success .popups--title {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.visible-xs,
.visible-xs-ib,
.visible-sm,
.visible-sm-ib,
.visible-md,
.visible-md-ib,
.visible-lg,
.visible-lg-ib {
  display: none;
}




/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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"],
[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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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,
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: 'Geometria';
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria.eot");
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria.woff") format("woff"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria.ttf") format("truetype"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Bold.eot");
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Bold.woff") format("woff"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Bold.ttf") format("truetype"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Medium.eot");
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Medium.woff") format("woff"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Medium.ttf") format("truetype"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Light.eot");
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Light.woff") format("woff"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Light.ttf") format("truetype"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-ExtraLight.eot");
  src: url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-ExtraLight.woff") format("woff"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-ExtraLight.ttf") format("truetype"), url("https://design.cloudserver.ru/assets/web/fonts/geometria/fonts/Geometria-ExtraLight.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Geometria'; }

section {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 1920px;
  border-bottom: dotted 1px rgba(40, 40, 40, 0.2); }

.s1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #145ED1;
  border-bottom: none; }

.s1__logo {
  position: absolute;
  top: 4rem;
  left: 4rem; }

.s1__back {
  position: absolute;
  bottom: 0;
  right: 4rem; }

.s1__heading {
  margin: 2rem;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  color: white; }

.s1__subheading {
  max-width: 1024px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: white; }

.s2, .s9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white; }

.s2__heading, .s4__heading, .s9__heading {
  font-size: 40px;
  font-weight: 500;
  color: #4A4A4A; }

.s2__list, .s9__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 80vw;
  width: calc(100% - 4rem);
  margin-top: 4rem; }

.s2__item, .s9__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: calc(80vw / 3); }

.s2__figure, .s9__figure {
  height: 128px;
  margin-bottom: 4rem; }

.s2__caption, .s9__caption {
  font-size: 24px;
  text-align: center;
  color: #4A4A4A; }

.s3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: white; }

.s3__heading {
  max-width: 50%;
  margin: 4rem;
  font-size: 40px;
  color: #4A4A4A; }

.s3__list {
  max-width: 50%; }

.s3__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4rem; }

.s3__figure {
  width: 114px; }

.s3__caption {
  margin-left: 4rem;
  font-size: 24px;
  font-weight: 300;
  color: #4A4A4A; }

.s4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.s4__figures, .s4__captions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 100vw;
  width: 100%;
  margin-top: 2rem; }

.s4__captions {
  align-items: flex-start;
  max-width: 100vw;
  width: 100%; }

.s4__container {
  display: flex;
  align-items: center;
  justify-content: center; }

.s4__figure {
  width: 128px; }

.s4__caption, .s4__container {
  width: calc(100% / 3); }

.s4__stage, .s4__subheading {
  display: block;
  text-align: center; }

.s4__stage {
  margin: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #9B9B9B; }

.s4__subheading {
  font-size: 24px;
  color: #4A4A4A; }

.s4__divider {
  width: 92px;
  height: 2rem;
  margin: auto;
  margin-bottom: 2rem;
  border-bottom: solid 3px #7ED321; }

.s4__paragraph {
  max-width: calc(80% - 36px);
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #4A4A4A; }

.s5, .s6, .s7, .s8 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.s5__figure, .s6__figure, .s7__figure, .s8__figure {
  max-width: 254px;
  margin-right: 5rem; }

.s5__stage, .s6__stage, .s7__stage, .s8__stage, .s5__subheading, .s6__subheading, .s7__subheading, .s8__subheading {
  display: block; }

.s5__stage, .s6__stage, .s7__stage, .s8__stage {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  color: #D0D0D0; }

.s5__subheading, .s6__subheading, .s7__subheading, .s8__subheading {
  font-size: 40px;
  line-height: 50px;
  color: #4A4A4A; }

.s5__list, .s6__list, .s7__list, .s8__list {
  min-width: 40vw;
  max-width: 40vw;
  width: 50%;
  padding: 0;
  list-style: none outside; }

.s5__item, .s6__item, .s7__item, .s8__item {
  position: relative;
  margin: 1rem 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #4A4A4A; }
  .s5__item::before, .s6__item::before, .s7__item::before, .s8__item::before {
    content: '▶';
    position: absolute;
    left: -1.25rem;
    font-size: 12px;
    line-height: 32px;
    color: #145ED1; }

.s5__duration, .s6__duration, .s7__duration, .s8__duration {
  display: block;
  position: relative;
  margin: 2rem;
  font-size: 18px;
  font-weight: 300;
  color: #9B9B9B; }
  .s5__duration::before, .s6__duration::before, .s7__duration::before, .s8__duration::before {
    content: '';
    display: block;
    position: absolute;
    left: -2rem;
    width: 18px;
    height: 18px;
    background-image: url("static/duration.png");
    background-size: 100%;
    background-repeat: no-repeat; }

.s8__duration::before {
  background-image: url("static/additional.png"); }

@media screen and (max-width: 1023px) {
  section {
    min-height: 100vh;
    max-height: 14881488px;
    height: auto; }
  .s2 {
    padding: 4rem 0; }
  .s2__list, .s3, .s4__captions, .s5, .s6, .s7, .s8, .s9__list {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .s3__heading {
    max-width: 100%; }
  .s3__list {
    max-width: 100%; }
  .s4__figures {
    display: none; }
  .s4__caption {
    max-width: 100%;
    width: 100%; }
  .s4__caption, .s9__item {
    margin-bottom: 4rem; }
  .s5__figure, .s6__figure, .s7__figure, .s8__figure {
    margin-right: 0;
    margin-bottom: 4rem; }
  .s5__caption, .s6__caption, .s7__caption, .s8__caption {
    padding-left: 4rem; }
  .s5__list, .s6__list, .s7__list, .s8__list {
    max-width: 100%;
    width: 100%; } }

@media screen and (max-width: 512px) {
  .s2__list {
    margin: 0; }
  .s2__item {
    max-width: 320px;
    margin-bottom: 4rem; }
  .s3__item {
    flex-direction: column; }
  .s3__caption {
    margin: 0;
    margin-top: 2rem; }
  .s1__heading {
    font-size: 60px; }
  .s1__subheading {
    font-size: 20px; }
  .s2__heading, .s4__heading, .s9__heading {
    font-size: 24px;
    text-align: center; }
  .s2__caption, .s9__caption {
    font-size: 16px; }
  .s3__heading {
    font-size: 24px;
    margin: 2rem 2rem 0rem 2rem; }
  .s3__caption {
    font-size: 16px;
    text-align: center; }
  .s4__stage, .s5__stage, .s6__stage, .s7__stage, .s8__stage, .s5__duration, .s6__duration, .s7__duration, .s8__duration {
    font-size: 12px; }
    .s4__stage::before, .s5__stage::before, .s6__stage::before, .s7__stage::before, .s8__stage::before, .s5__duration::before, .s6__duration::before, .s7__duration::before, .s8__duration::before {
      left: -1rem;
      width: 12px;
      height: 12px; }
  .s4__subheading, .s5__subheading, .s6__subheading, .s7__subheading, .s8__subheading {
    font-size: 16px; }
  .s4__paragraph, .s5__item, .s6__item, .s7__item, .s8__item {
    font-size: 14px; } }

@media screen and (min-width: 1024px) and (max-height: 767px) {
  section {
    min-height: 768px;
    max-height: 14881488px;
    height: auto; } }
