@charset "UTF-8";
/*! 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.
 */
@import url("https://db.onlinewebfonts.com/c/8bae8ac7ec8f35d5eff04dd7d4b528b0?family=Sharp+Sans+No1+Extrabold");
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 */
  -webkit-text-decoration: underline dotted;
          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.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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: 'Graphik';
  src: url("../../fonts/Graphik-Super.woff2") format("woff2"), url("../../fonts/Graphik-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../../fonts/Graphik-Bold.woff2") format("woff2"), url("../../fonts/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../../fonts/Graphik-Regular.woff2") format("woff2"), url("../../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li {
  display: inline-block;
}

body, html {
  background: white;
  font-family: 'Graphik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  color: #2e2e2e;
}

body.modal-is-open {
  position: relative;
}

body.modal-is-open:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
}

.container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 992px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.icon-logo {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 300px;
  height: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-logo {
    background-size: 300px 70px;
    background-image: url("../img/sprite@2x.png");
  }
}

.ico-arrow-btn {
  width: 1.4em;
  height: 1em;
  fill: #005062;
}

.ico-arrow-left {
  width: 0.55em;
  height: 1em;
  fill: #FFF;
}

.ico-arrow-right {
  width: 0.55em;
  height: 1em;
  fill: #FFF;
}

.ico-close {
  width: 0.98em;
  height: 1em;
  fill: #005062;
}

.ico-compas {
  width: 0.97em;
  height: 1em;
  fill: #063B46;
}

.ico-docs {
  width: 1em;
  height: 1em;
  fill: #005062;
}

.ico-eye {
  width: 1.33em;
  height: 1em;
  fill: #FFF;
}

.ico-flat {
  width: 4.06em;
  height: 1em;
  fill: #FFF;
}

.ico-house {
  width: 1.06em;
  height: 1em;
  fill: #FFF;
}

.ico-map-white {
  width: 0.7em;
  height: 1em;
  fill: #FFF;
}

.ico-menu {
  width: 1.5em;
  height: 1em;
  fill: #005062;
}

.ico-play-big {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.ico-play-mini {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.ico-ruble {
  width: 0.79em;
  height: 1em;
  fill: #0EB4C4;
}

.ico-sales {
  width: 0.96em;
  height: 1em;
  fill: #FFF;
}

.ico-wave-left {
  width: 2.55em;
  height: 1em;
  fill: #0EB4C4;
}

.ico-wave-right {
  width: 2.55em;
  height: 1em;
  fill: #0EB4C4;
}

.icon {
  display: inline-block;
  font-style: normal;
  content: ' ';
}

.ico {
  fill: currentColor;
  transition: all 0.3s ease-in-out;
}

.header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 90px;
}

.header .container {
  max-width: 2000px;
}

.header__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: inline-block;
  max-width: 85px;
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__menu {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 15px;
}

.header__menu:hover {
  cursor: pointer;
}

.header__menu img {
  width: 100%;
  height: auto;
  display: block;
}

.footer {
  padding-top: 140px;
  padding-bottom: 80px;
}

.footer__contacts {
  padding-bottom: 125px;
}

.footer__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 24px;
  font-family: "Sharp Sans No1 Extrabold";
}

.footer__contacts-wrap {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__name {
  font-size: 35px;
  margin: 0;
  padding-right: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #2e2e2e;
}

.footer__contacts-item {
  margin-left: 60px;
}

.footer__label {
  font-size: 12px;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer__mail, .footer__tel {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

.footer__mail:hover, .footer__tel:hover {
  text-decoration: underline;
}

.footer__partners {
  padding-top: 125px;
  margin-bottom: 50px;
  text-align: center;
}

.footer__partners-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.footer__copyrights {
  text-align: center;
}

.footer__copy-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  color: #888888;
  opacity: 0.55;
}

.footer__copy-link:hover {
  text-decoration: underline;
}

.footer__copy-text {
  font-size: 14px;
  text-align: center;
  color: #888888;
  opacity: 0.55;
  margin-top: 15px;
}

@media only screen and (max-width: 1336px) {
  .footer {
    padding-top: 80px;
  }
  .footer__contacts {
    padding-bottom: 80px;
  }
  .footer__partners {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
  .footer__contacts {
    padding-bottom: 50px;
  }
  .footer__name {
    font-size: 30px;
    padding-right: 45px;
    border-right: 0;
  }
  .footer__contacts-item {
    margin-left: 35px;
  }
  .footer__partners {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__contacts-wrap {
    flex-wrap: wrap;
  }
  .footer__name {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__contacts-item {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .footer__title {
    margin-bottom: 35px;
    font-size: 22px;
  }
  .footer__contacts {
    padding-bottom: 25px;
  }
  .footer__contacts-item {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer__partners {
    padding-top: 25px;
    margin-bottom: 30px;
  }
}

.apply-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1090px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  z-index: 20;
  background-color: #fff;
  padding: 55px;
  overflow-y: auto;
  max-height: 90%;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.apply-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.apply-modal__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "Sharp Sans No1 Extrabold";
}

.apply-modal__text {
  font-size: 17px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 27px;
  font-weight: 400;
}

.apply-modal__text span {
  font-weight: 700;
}

.apply-modal__check {
  display: none;
}

.apply-modal__check:checked + label:before {
  background-image: url(../img/check.png);
}

.apply-modal__label-check {
  font-size: 15px;
  line-height: 26px;
  display: block;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 45px;
}

.apply-modal__label-check:hover {
  cursor: pointer;
}

.apply-modal__label-check:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #e1e1e1;
  background-color: #f3f3f3;
  background-size: 17px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.apply-modal__form {
  margin-top: 35px;
  padding: 38px 42px;
  background-color: #f3f3f3;
}

.apply-modal__form .apply-modal__label-check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 85px;
  padding-left: 40px;
}

.apply-modal__form .apply-modal__label-check:before {
  background-color: #fff;
}

.apply-modal__form-title {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 18px;
  font-family: "Sharp Sans No1 Extrabold";
}

.apply-modal__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.apply-modal__item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.apply-modal__item:first-child {
  width: calc(50% - 20px);
}

.apply-modal__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px;
}

.apply-modal__input {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 11px 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.apply-modal__btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #2a96f4;
  border: 1px solid #2a96f4;
  transition: all 0.3s;
  border-radius: 8px;
  padding: 18px 65px;
}

.apply-modal__btn:hover {
  cursor: pointer;
  background-color: transparent;
  color: #2a96f4;
}

@media only screen and (max-width: 992px) {
  .apply-modal {
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .apply-modal__form {
    padding: 20px;
  }
  .apply-modal__item {
    width: calc(50% - 20px);
  }
  .apply-modal__btn {
    padding: 15px 50px;
  }
}

@media only screen and (max-width: 568px) {
  .apply-modal {
    padding: 20px;
  }
  .apply-modal__title {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .apply-modal__text {
    font-size: 16px;
    line-height: 22px;
  }
  .apply-modal__label-check {
    line-height: 22px;
  }
  .apply-modal__btn {
    padding: 13px 50px;
  }
}

.promo-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg.jpg);
  background-position: 50% 50%;
  padding-top: 282px;
  padding-bottom: 140px;
  position: relative;
}

.promo-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8) 20%, #fff 60%);
}

.promo-sec:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/scroll@2x.png);
}

.promo-sec .container {
  position: relative;
  z-index: 2;
}

.promo-sec__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promo-sec__info {
  width: 63%;
}

.promo-sec__logos {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 45px;
}

.promo-sec__subtitle {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 24px;
  font-family: "Sharp Sans No1 Extrabold";
}

.promo-sec__title {
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
  font-family: "Sharp Sans No1 Extrabold";
  margin-bottom: 45px;
}

.promo-sec__title span {
  color: #2a96f4;
}

.promo-sec__text {
  margin: 0;
  font-size: 17px;
  line-height: 27px;
}

.promo-sec__text span {
  font-weight: 700;
}

.promo-sec__main-img {
  width: 37%;
}

.promo-sec__main-img img {
  display: block;
  height: auto;
  width: calc(100% + 180px);
}

.priorities {
  padding-top: 55px;
  padding-bottom: 45px;
}

.priorities__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 24px;
  line-height: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Sharp Sans No1 Extrabold";
}

.priorities__title span {
  color: #2a96f4;
}

.priorities__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.priorities__col {
  width: 50%;
  max-width: 350px;
  margin-top: 0;
  padding: 0;
}

.priorities__col:last-child {
  width: auto;
}

.priorities__item {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  font-size: 17px;
}

.priorities__item:before {
  content: '—';
  position: absolute;
  top: 50%;
  left: 0;
  color: #2a96f4;
  transform: translateY(-57%);
}

.system {
  padding-top: 40px;
  padding-bottom: 140px;
}

.system__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 24px;
  line-height: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Sharp Sans No1 Extrabold";
}

.system__title span {
  color: #2a96f4;
}

.system__block {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  padding: 90px 100px;
}

.system__item-title {
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 40px;
  font-family: "Sharp Sans No1 Extrabold";
}

.system__item-title span {
  color: #2a96f4;
}

.system__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.system__img {
  width: 50%;
}

.system__img img {
  display: block;
  height: auto;
  width: calc(100% + 50px);
  margin-left: -55px;
}

.system__info {
  width: 50%;
  padding: 35px 28px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}

.system__specs {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 24px;
}

.system__specs-subtitle {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 12px;
}

.system__specs-row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}

.system__specs-row + .system__specs-subtitle {
  margin-top: 25px;
}

.system__specs-header {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  padding-right: 10px;
}

.system__specs-info {
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
  text-align: right;
}

.how-works {
  padding-top: 135px;
  padding-bottom: 135px;
}

.how-works__title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 40px;
  font-family: "Sharp Sans No1 Extrabold";
}

.how-works__text {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 55px;
  margin-top: 0;
}

.how-works__wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
}

.how-works__item {
  width: calc(33.33% - 36px);
  margin-left: 18px;
  margin-right: 18px;
}

.how-works__info {
  border-radius: 2px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  padding: 45px 38px;
  margin-bottom: 45px;
}

.how-works__info-title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 24px;
  font-family: "Sharp Sans No1 Extrabold";
}

.how-works__price {
  margin: 0;
  font-size: 40px;
  color: #2a96f4;
  font-family: "Sharp Sans No1 Extrabold";
}

.how-works__info-text {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  color: #888888;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.how-works__info-text .red {
  font-weight: 700;
  color: #ff3350;
}

.how-works__info-text .green {
  font-weight: 700;
  color: #36e082;
}

.how-works__info-text .gray {
  font-weight: 700;
}

.reserve {
  padding: 135px 0;
}

.reserve__title {
  font-size: 40px;
  margin-bottom: 45px;
  margin-top: 0;
  text-align: center;
  font-family: "Sharp Sans No1 Extrabold";
}

.reserve__title span {
  color: #2a96f4;
}

.reserve__text {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}

.reserve__text-bold {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reserve__input {
  display: block;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 10px;
  background-color: #f3f3f3;
  text-align: center;
  color: #ff3350;
  font-size: 24px;
  font-family: "Sharp Sans No1 Extrabold";
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.reserve__btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #2a96f4;
  border: 1px solid #2a96f4;
  transition: all 0.3s;
  border-radius: 6px;
  padding: 20px 80px;
}

.reserve__btn:hover {
  cursor: pointer;
  background-color: transparent;
  color: #2a96f4;
}

@media only screen and (max-width: 1336px) {
  .promo-sec {
    padding-top: 200px;
  }
  .system {
    padding-bottom: 100px;
  }
  .how-works {
    padding: 80px 0;
  }
  .reserve {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 992px) {
  .promo-sec {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .promo-sec__subtitle {
    margin-bottom: 25px;
  }
  .promo-sec__title {
    font-size: 32px;
    line-height: 40px;
  }
  .promo-sec__main-img img {
    width: calc(100% + 120px);
  }
  .system {
    padding-bottom: 50px;
  }
  .system__block {
    padding: 50px;
  }
  .system__item-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .system__info {
    padding: 25px;
  }
  .system__specs {
    font-size: 22px;
  }
  .how-works {
    padding: 50px 0;
  }
  .how-works__info {
    padding: 25px;
    margin-bottom: 25px;
  }
  .how-works__info-title {
    font-size: 20px;
  }
  .how-works__price {
    font-size: 32px;
  }
  .reserve {
    padding: 50px 0;
  }
  .reserve__title {
    font-size: 32px;
  }
  .reserve__btn {
    padding: 17px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .promo-sec {
    padding-top: 120px;
  }
  .promo-sec__main-img {
    display: none;
  }
  .promo-sec__info {
    width: 100%;
  }
  .system__wrap {
    flex-direction: column;
  }
  .system__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .system__img img {
    width: 100%;
  }
  .system__info {
    width: 100%;
  }
  .how-works {
    padding-bottom: 25px;
  }
  .how-works__wrap {
    flex-wrap: wrap;
  }
  .how-works__item {
    width: calc(50% - 36px);
    margin-bottom: 30px;
  }
  .how-works__info {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 568px) {
  .promo-sec {
    padding-bottom: 70px;
  }
  .promo-sec__title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .priorities {
    padding-bottom: 25px;
  }
  .priorities__title {
    font-size: 22px;
    line-height: 26px;
  }
  .priorities__wrap {
    flex-direction: column;
  }
  .priorities__col {
    width: 100%;
  }
  .system {
    padding-bottom: 25px;
  }
  .system__title {
    font-size: 22px;
    line-height: 26px;
  }
  .system__block {
    box-shadow: none;
    padding: 0;
  }
  .system__item-title {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
  }
  .system__img img {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .how-works__title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .how-works__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .how-works__text {
    margin-bottom: 25px;
  }
  .how-works__info-text {
    max-width: 100%;
    padding: 0 25px;
  }
  .how-works__wrap {
    margin: 0;
  }
  .reserve {
    padding-top: 25px;
  }
  .reserve__title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .reserve__btn {
    padding: 13px 45px;
    margin-top: 25px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=app.css.map */
