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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

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

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

fieldset,
img,
span {
  border: none;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

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

sub {
  top: 0.4em;
}

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

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

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

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

textarea {
  -webkit-appearance: none;
}

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

body {
  font-family: "MailSans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  background: #E7EDFB;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

b {
  font-weight: 500;
}

.wrap {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap {
    padding: 0 52px;
  }
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 920px;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .wrap {
    max-width: 1246px;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.page {
  overflow: hidden;
}

.button {
  display: inline-block;
  font-family: "MailSans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  padding: 20px 30px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 0 none;
  color: #ffffff;
  background: #005FF9;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  cursor: pointer;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    background: #2276FF;
  }
}

.form {
  max-width: 668px;
  margin: 0 auto;
}
.form__field {
  display: block;
  width: 100%;
  font-family: "MailSans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 24px 14px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  border: 1px solid transparent;
  color: #333333;
  background: #E7EDFB;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.form__field::-webkit-input-placeholder {
  color: #333333;
}
.form__field:-moz-placeholder {
  color: #333333;
}
.form__field::-moz-placeholder {
  color: #333333;
}
.form__field:-ms-input-placeholder {
  color: #333333;
}
.form__field:focus::-webkit-input-placeholder {
  color: transparent;
}
.form__field:focus:-moz-placeholder {
  color: transparent;
}
.form__field:focus::-moz-placeholder {
  color: transparent;
}
.form__field:focus:-ms-input-placeholder {
  color: transparent;
}
.form__field.-error {
  border-color: #ff1100;
}
.form__error {
  color: #ff1100;
  font-size: 13px;
  line-height: 20px;
  padding-left: 24px;
  visibility: hidden;
}
.-error + .form__error {
  visibility: visible;
}
.form__button {
  text-align: center;
  margin-top: 30px;
}

.start {
  padding-top: 24px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .start {
    padding-top: 108px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1024px) {
  .start {
    padding-bottom: 151px;
  }
}
@media (min-width: 1366px) {
  .start {
    padding-top: 118px;
    padding-bottom: 140px;
  }
}
.start__wrap {
  position: relative;
  padding-top: 353px;
}
@media (min-width: 768px) {
  .start__wrap {
    padding-top: 0;
  }
}
.start__wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 66px;
  left: 50%;
  margin-left: -181px;
  width: 362px;
  height: 470px;
  background: url("img/bg-start-mobile.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .start__wrap:before {
    top: 86px;
    margin-left: 82px;
    width: 438px;
    height: 322px;
    margin-bottom: 0;
    background-image: url("img/bg-start.png");
  }
}
@media (min-width: 1024px) {
  .start__wrap:before {
    top: -20px;
    margin-left: 78px;
    width: 607px;
    height: 446px;
  }
}
@media (min-width: 1366px) {
  .start__wrap:before {
    top: 20px;
    margin-left: 46px;
    width: 562px;
    height: 413px;
  }
}
.start__content {
  max-width: 500px;
  color: #2C2D2E;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .start__content {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .start__content {
    margin-left: 38px;
  }
}
.start__content p {
  max-width: 340px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .start__content p {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .start__content p {
    max-width: inherit;
  }
}
.start__logos {
  position: absolute;
  top: 0;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .start__logos {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.start__logos img {
  display: block;
}
.start__logositem:not(:last-child) {
  margin-right: 25px;
  margin-top: 3px;
}
.start__title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .start__title {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .start__title br {
    display: none;
  }
}
.start .button {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .start .button {
    margin-top: 30px;
  }
}

.steps {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .steps {
    padding-bottom: 94px;
  }
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .steps__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 940px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .steps__list {
    max-width: 1246px;
  }
}
.steps__item {
  padding-left: 20px;
  width: 293px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1024px) {
  .steps__item {
    display: block;
    width: calc(33.3333% - 20px);
    padding: 0 !important;
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .steps__item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .steps__item.-first {
    padding-left: 52px;
  }
}
.steps__block {
  height: 313px;
  padding: 40px;
  background: #ffffff;
  -webkit-border-radius: 34px;
          border-radius: 34px;
}
@media (min-width: 1366px) {
  .steps__block {
    padding: 40px 50px;
  }
}
.steps__title {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #000000;
}
.steps__icon {
  display: block;
  margin-bottom: 30px;
}
.steps__discount {
  color: #ffffff;
  padding: 233px 30px 30px 30px;
  background: #0157EE url("img/bg-discount-370.png") no-repeat 0 0;
  -webkit-background-size: 310px 291px;
          background-size: 310px 291px;
  -webkit-border-radius: 34px;
          border-radius: 34px;
}
@media (min-width: 768px) {
  .steps__discount {
    padding: 53px 0;
    background-image: url("img/bg-discount-768.png");
    background-position: 0 20px;
    -webkit-background-size: 343px 409px;
            background-size: 343px 409px;
  }
}
@media (min-width: 1024px) {
  .steps__discount {
    background-image: url("img/bg-discount-1024.png");
    background-position: 0 0;
    -webkit-background-size: 508px 487px;
            background-size: 508px 487px;
  }
}
@media (min-width: 1366px) {
  .steps__discount {
    background-image: url("img/bg-discount-1366.png");
    -webkit-background-size: 749px 465px;
            background-size: 749px 465px;
  }
}
@media (min-width: 768px) {
  .steps__content {
    max-width: 320px;
    margin: 0 40px 0 auto;
  }
}
@media (min-width: 1024px) {
  .steps__content {
    max-width: 400px;
  }
}
@media (min-width: 1366px) {
  .steps__content {
    margin-right: 70px;
  }
}
.steps__discounttitle {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 9px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .steps__discounttitle {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.steps .button {
  margin-top: 20px;
  background-color: #2C7CFF;
}
@media (min-width: 768px) {
  .steps .button {
    margin-top: 30px;
  }
}
.steps .owl-dots {
  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-top: 40px;
}
.steps .owl-dots .owl-dot {
  margin: 0 7px;
  outline: none;
}
.steps .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 95, 249, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.steps .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #005FF9;
}

.order {
  padding-top: 55px;
  padding-bottom: 72px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .order {
    padding-top: 148px;
    padding-bottom: 148px;
  }
}
.order__title {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .order__title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 40px;
  }
}

.partner {
  padding-top: 72px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .partner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .partner__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 940px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .partner__list {
    max-width: 1246px;
  }
}
.partner__item {
  padding-left: 20px;
  width: 293px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1024px) {
  .partner__item {
    display: block;
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .partner__item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .partner__item.-first {
    padding-left: 52px;
  }
}
.partner__block {
  height: 313px;
  padding: 40px;
  background: #ffffff;
  -webkit-border-radius: 34px;
          border-radius: 34px;
}
@media (min-width: 1366px) {
  .partner__block {
    padding: 50px;
  }
}
.partner__itemtitle {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000000;
}
.partner__title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 44px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .partner__title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 50px;
  }
}
.partner .owl-dots {
  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-top: 40px;
}
.partner .owl-dots .owl-dot {
  margin: 0 7px;
  outline: none;
}
.partner .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 95, 249, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.partner .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #005FF9;
}

.benefit {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}
.benefit__list {
  display: block;
  max-width: 668px;
  padding: 0 20px;
  margin: 0 auto -40px auto;
}
@media (min-width: 768px) {
  .benefit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    max-width: inherit;
  }
}
@media (min-width: 1024px) {
  .benefit__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .benefit__list {
    max-width: 1286px;
  }
}
.benefit__item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .benefit__item {
    width: 376px;
    padding-left: 40px;
    margin-bottom: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (min-width: 1024px) {
  .benefit__item {
    width: calc(33.3333% - 40px);
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefit__item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefit__item.-first {
    padding-left: 52px;
  }
}
.benefit__block {
  position: relative;
  padding-left: 66px;
  background: #ffffff;
  -webkit-border-radius: 34px;
          border-radius: 34px;
}
@media (min-width: 1024px) {
  .benefit__block {
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .benefit__block {
    position: relative;
    padding-left: 66px;
  }
}
.benefit__itemtitle {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 768px) {
  .benefit__itemtitle {
    font-size: 32px;
  }
}
.benefit__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .benefit__icon {
    position: static;
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .benefit__icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.benefit__title {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  color: #000000;
  max-width: 668px;
  padding: 0 20px;
  margin: 0 auto 52px auto;
}
@media (min-width: 768px) {
  .benefit__title {
    max-width: inherit;
    padding: 0;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .benefit__title {
    margin-bottom: 80px;
  }
}
.benefit .owl-dots {
  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-top: 40px;
}
.benefit .owl-dots .owl-dot {
  margin: 0 7px;
  outline: none;
}
.benefit .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 95, 249, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.benefit .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #005FF9;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
.popup.-open {
  display: block;
}
.popup__body {
  display: table;
  width: 100%;
  height: 100%;
}
.popup__dialog {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.popup__content {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  color: #2C2D2E;
  padding: 40px;
  background: #FFFFFF;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}
.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.popup__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.popup .button {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  height: 41px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

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

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