@charset "UTF-8";
/*! 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"],
[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,
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: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  min-width: 320px;
  margin: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background-color: #f7f7f7;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    body {
      background-color: #ffffff; } }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.screens-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  will-change: scroll-position; }

.container {
  min-width: 320px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

.button {
  flex-shrink: 0;
  display: block;
  width: 300px;
  height: 40px;
  padding: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background-image: linear-gradient(to top, #fab91b 0%, #fab91b 0%, #fdf170 100%);
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(248, 152, 29, 0.25);
  cursor: pointer;
  transition: background-image 0.3s; }
  .button--form {
    width: 100%;
    max-width: 300px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px; }
  @media (min-width: 768px) {
    .button {
      width: 312px;
      height: 80px;
      font-size: 20px;
      line-height: 80px;
      letter-spacing: 1px;
      border-radius: 40px;
      box-shadow: 5px 8.7px 20px rgba(248, 152, 29, 0.25); }
      .button--form {
        width: 260px; } }
  @media (min-width: 1280px) {
    .button {
      box-shadow: 0 10px 20px rgba(248, 152, 29, 0.25); } }
  .button:hover, .button:focus {
    background-image: linear-gradient(to top, #fdc945 0%, #fdc945 0%, #fff589 100%); }

.text-input {
  width: 100%; }
  .text-input__label {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #999999; }
    @media (min-width: 768px) {
      .text-input__label {
        font-size: 13px; } }
  .text-input__input {
    width: 100%;
    height: 46px;
    padding: 7px 0 15px;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-bottom: 1px solid #c8c8c8; }
    @media (min-width: 768px) {
      .text-input__input {
        height: 55px;
        padding: 11px 0 20px;
        font-size: 20px; } }
    .text-input__input:focus {
      border-color: #666666; }
    .text-input__input::-ms-clear {
      display: none; }
    .text-input__input:-ms-input-placeholder {
      color: #666666; }
    .text-input__input::placeholder {
      color: #666666; }
  .screen .text-input__input {
    background-color: #f7f7f7; }
    @media (min-width: 768px) {
      .screen .text-input__input {
        background-color: #ffffff; } }
  .error-input .text-input__label {
    color: #eb5757; }
  .error-input .text-input__input {
    border-color: #eb5757; }

.list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .list__item {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    padding: 0;
    font-size: 14px; }
    @media (max-width: 767px) and (min-height: 660px) {
      .list__item {
        margin-bottom: 24px; } }
    @media (max-width: 767px) and (min-height: 740px) {
      .list__item {
        margin-bottom: 32px; } }
    @media (min-width: 768px) {
      .list__item {
        margin: 0 0 6vh;
        font-size: 20px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .list__item {
        margin-bottom: 3vh; } }
    @media (min-width: 1440px) {
      .list__item {
        margin-bottom: 30px; } }
    @media (min-width: 1050px) {
      .list__item--active {
        color: #f8981d; } }
  @media (min-width: 1050px) {
    .screen--5 .list__item:hover {
      color: #f8981d;
      cursor: pointer; } }
  @media (min-width: 1050px) {
    .screen--5 .list__item--active:hover {
      cursor: default; } }
  .list__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .list__icon {
        width: 40px;
        height: 40px;
        margin-right: 12px;
        box-shadow: 5px 8.7px 40px rgba(162, 162, 162, 0.25); } }
    @media (min-width: 1280px) {
      .list__icon {
        box-shadow: 0 10px 40px rgba(162, 162, 162, 0.25); } }
  .list__symbol {
    width: 14px;
    fill: #f8981d; }
    @media (min-width: 768px) {
      .list__symbol {
        width: 18px; } }
    .list__symbol--plus {
      height: 14px; }
      @media (min-width: 768px) {
        .list__symbol--plus {
          height: 18px; } }
    .list__symbol--check-mark {
      height: 11px; }
      @media (min-width: 768px) {
        .list__symbol--check-mark {
          height: 13px; } }

.section-title {
  padding: 0;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000; }
  @media (max-width: 767px) and (min-height: 600px) {
    .section-title {
      margin-bottom: 14px; } }
  @media (min-width: 768px) {
    .section-title {
      margin: 0 0 14px;
      font-size: 36px;
      text-align: left; } }
  @media (min-width: 768px) {
    .section-title--big {
      font-size: 48px; } }

.section-subtitle {
  padding: 0;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #000000; }
  @media (max-width: 767px) and (min-height: 600px) {
    .section-subtitle {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .section-subtitle {
      margin: 0 0 40px;
      font-size: 18px;
      line-height: 30px;
      text-align: left; } }
  @media (min-width: 768px) and (max-height: 900px) {
    .section-subtitle {
      margin-bottom: 30px; } }
  .section-subtitle--grey {
    color: #666666; }

.arrow-button {
  position: relative;
  display: block;
  width: 300px;
  height: 40px;
  padding: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .arrow-button {
      width: auto;
      min-width: 180px;
      height: 70px;
      padding: 0 10px;
      font-size: 16px;
      line-height: 70px;
      color: #333333; } }
  @media (min-width: 1280px) {
    .arrow-button {
      min-width: 230px;
      padding: 0 30px; } }
  .arrow-button:after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #fcbb1d; }
  .arrow-button--back {
    display: none; }
    @media (min-width: 768px) {
      .arrow-button--back {
        display: block; } }
  @media (min-width: 768px) {
    .arrow-button:not(.arrow-button--back):not(:first-child) {
      margin-left: 16px; } }
  .arrow-button svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 17px;
    fill: #fcbb1d; }
  .arrow-button--back svg {
    transform: rotate(180deg);
    left: 0;
    right: unset; }
  .arrow-button:hover, .arrow-button:focus {
    opacity: 0.7; }

.feature {
  display: flex; }
  .feature--small, .feature--short {
    align-items: center; }
  @media (min-width: 768px) {
    .feature--short {
      width: calc((100% - 40px)/3); }
      .feature--short:nth-child(n+4) {
        margin-top: 20px; } }
  @media (min-width: 1050px) {
    .feature--short {
      width: calc((100% - 80px)/3); } }
  @media (min-width: 1280px) {
    .feature--short {
      width: calc((100% - 160px)/3); }
      .feature--short:nth-child(n+4) {
        margin-top: 30px; } }
  @media (min-width: 1280px) and (max-height: 900px) {
    .feature--short:nth-child(n+4) {
      margin-top: 20px; } }
  .feature__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(162, 162, 162, 0.25); }
    @media (min-width: 768px) {
      .feature__icon {
        width: 100px;
        height: 100px;
        margin-right: 24px;
        box-shadow: 5px 8.7px 40px rgba(162, 162, 162, 0.25); } }
    @media (min-width: 1280px) {
      .feature__icon {
        box-shadow: 0 10px 40px rgba(162, 162, 162, 0.25); } }
    @media (min-width: 1280px) and (max-height: 650px) {
      .feature__icon {
        width: 60px;
        height: 60px;
        margin-right: 24px;
        box-shadow: 5px 8.7px 40px rgba(162, 162, 162, 0.25); } }
  .feature__icon-img, .feature__img {
    width: 32px;
    height: 32px; }
    @media (min-width: 768px) {
      .feature__icon-img, .feature__img {
        width: 48px;
        height: 48px; } }
    @media (min-width: 1280px) and (max-height: 650px) {
      .feature__icon-img, .feature__img {
        width: 32px;
        height: 32px; } }
  .feature__img {
    flex-shrink: 0;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .feature__img {
        margin-right: 30px; } }
  @media (min-width: 768px) {
    .feature--short .feature__img {
      margin-right: 18px; } }
  .feature__title {
    margin: 0 0 4px;
    padding: 0;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .feature__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px; } }
  .feature__text {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 12px;
    color: #666666; }
    @media (min-width: 768px) {
      .feature__text {
        font-size: 13px;
        line-height: 19px; } }
  .feature__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .feature__list-item {
    position: relative;
    margin: 0 0 5px;
    padding: 0;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
    color: #666666; }
    @media (min-width: 768px) {
      .feature__list-item {
        margin-bottom: 4px;
        padding-left: 14px;
        font-size: 12px;
        line-height: 18px; } }
    .feature__list-item:last-child {
      margin: 0; }
    .feature__list-item:before {
      position: absolute;
      content: '';
      top: 4px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #f8981d;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .feature__list-item:before {
          top: 8px; } }
  .feature__single-text {
    margin: 0;
    padding: 0;
    font-size: 12px; }
    @media (min-width: 768px) {
      .feature__single-text {
        font-size: 20px;
        line-height: 30px; }
        .feature__single-text--small {
          font-size: 16px;
          line-height: 24px; } }
    @media (min-width: 1280px) and (max-height: 650px) {
      .feature__single-text {
        font-size: 14px;
        line-height: 21px; }
        .feature__single-text--small {
          font-size: 12px;
          line-height: 18px; } }

.main-nav {
  display: block;
  position: absolute;
  z-index: -1;
  top: 49px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 52px);
  height: calc((var(--vh, 1vh) * 100) - 52px);
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  will-change: opacity, z-index;
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s; }
  @media (min-width: 768px) {
    .main-nav {
      position: static;
      z-index: 1;
      width: auto;
      height: auto;
      background-color: transparent;
      border-top: none;
      opacity: 1; } }
  .main-nav--active {
    opacity: 1;
    z-index: 105; }
  @media (min-width: 768px) {
    .main-nav {
      position: static;
      display: block;
      width: calc(100% - 358px);
      max-width: 520px; } }
  @media (min-width: 1220px) {
    .main-nav {
      width: calc(100% - 410px);
      max-width: 755px; } }
  .main-nav__menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .main-nav__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center; } }
  .main-nav__item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6; }
    @media (min-width: 768px) {
      .main-nav__item {
        width: auto;
        padding: 0 5px;
        border-bottom: none; } }
    @media (min-width: 830px) {
      .main-nav__item {
        min-width: 30%; }
        .main-nav__item:nth-child(2) a,
        .main-nav__item:nth-child(5) a {
          text-align: left; }
        .main-nav__item:nth-child(4) a,
        .main-nav__item:nth-child(7) a {
          text-align: right; } }
    @media (min-width: 1220px) {
      .main-nav__item {
        min-width: 0; }
        .main-nav__item:nth-child(4) a,
        .main-nav__item:nth-child(7) a {
          text-align: left; } }
    @media (min-width: 768px) {
      .main-nav__item--wide-hidden {
        display: none; } }
    .main-nav__item a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 48px;
      text-align: center;
      text-decoration: none;
      color: #333333;
      transition: color 0.3s, background-color 0.3s; }
      @media (min-width: 768px) {
        .main-nav__item a {
          font-weight: 400;
          line-height: 26px; }
          .main-nav__item a:hover {
            color: #f8981d; } }
      @media (min-width: 1220px) {
        .main-nav__item a {
          text-align: left; } }
  .main-nav__item--active a {
    color: #ffffff;
    background-color: #f8981d;
    cursor: default; }
    @media (min-width: 768px) {
      .main-nav__item--active a {
        color: #f8981d;
        font-weight: 600;
        background-color: transparent; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  background-color: #ffffff; }
  @media (min-width: 1280px) {
    .header {
      background-color: transparent; } }
  .header--mob-nav-active {
    z-index: 10; }
  .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 6px; }
    @media (min-width: 768px) {
      .header__wrap {
        padding-top: 10px;
        padding-bottom: 20px; } }
  .header__logo {
    flex-shrink: 0;
    display: block;
    width: 80px;
    height: 32px; }
    @media (min-width: 768px) {
      .header__logo {
        width: 148px;
        height: 59px; } }
  .header__logo-img {
    display: block;
    width: 100%;
    height: auto; }
  .header__contacts {
    flex-shrink: 0; }
  .header__phone {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #333333; }
    @media (min-width: 768px) {
      .header__phone {
        font-size: 18px;
        line-height: 20px;
        text-align: right;
        border-bottom: 1px dotted transparent;
        transition: border-color 0.3s; }
        .header__phone:hover {
          border-color: #333333; } }
  @media (min-width: 1280px) {
    .header--light-phones-ext .header__phone {
      color: #ffffff; }
      .header--light-phones-ext .header__phone:hover {
        border-color: #ffffff; } }
  @media (min-width: 1280px) {
    .header--light-phones .header__phone {
      color: #ffffff; }
      .header--light-phones .header__phone:hover {
        border-color: #ffffff; } }
  @media (min-width: 2100px) {
    .header--light-phones .header__phone {
      color: #333333; }
      .header--light-phones .header__phone:hover {
        border-color: #333333; } }
  .header__callback {
    display: none; }
    @media (min-width: 768px) {
      .header__callback {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        text-align: right;
        color: #f8981d;
        opacity: 1;
        transition: opacity 0.3s; } }
    .header__callback svg {
      width: 13px;
      height: 7px;
      margin-right: 4px;
      fill: currentColor; }
    .header__callback span {
      border-bottom: 1px dotted #f8981d; }
    .header__callback:hover {
      opacity: 0.7; }
  @media (min-width: 1280px) {
    .header--light-phones-ext .header__callback {
      color: #ffffff; }
      .header--light-phones-ext .header__callback span {
        border-color: #ffffff; } }
  @media (min-width: 1280px) {
    .header--light-phones .header__callback {
      color: #ffffff; }
      .header--light-phones .header__callback span {
        border-color: #ffffff; } }
  @media (min-width: 2100px) {
    .header--light-phones .header__callback {
      color: #f8981d; }
      .header--light-phones .header__callback span {
        border-color: #f8981d; } }
  .header__nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 0;
    color: #f8981d;
    transition: color 0.3s; }
    .header__nav-btn--active {
      position: relative;
      z-index: 10; }
    @media (min-width: 768px) {
      .header__nav-btn {
        display: none; } }
    .header__nav-btn:hover {
      color: #fcba19; }
  .header__nav-symbol {
    fill: currentColor; }
    .header__nav-symbol--burger {
      width: 32px;
      height: 21px; }
    .header__nav-symbol--cross {
      display: none;
      width: 23px;
      height: 23px; }
  .header__nav-btn--active .header__nav-symbol--burger {
    display: none; }
  .header__nav-btn--active .header__nav-symbol--cross {
    display: block; }

.screen {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .screen {
      padding-top: 120px;
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-height: 900px) {
    .screen {
      padding-bottom: 20px; } }
  @media (min-width: 1280px) {
    .screen {
      padding-top: 125px;
      padding-bottom: 105px; } }
  @media (min-width: 1280px) and (max-height: 980px) {
    .screen {
      padding-top: 100px;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .screen--1 {
      padding-top: 150px; } }
  @media (min-width: 768px) and (max-height: 900px) {
    .screen--1 {
      padding-top: 120px; } }
  @media (min-width: 1280px) {
    .screen--1 {
      padding-top: 145px;
      padding-bottom: 95px;
      background: url("../img/circles.png") calc(50% + 74px) calc(100% - 63px) no-repeat, url("../img/right-1.png") calc(50% + 560px) top no-repeat; } }
  @media (min-width: 1280px) and (max-height: 980px) {
    .screen--1 {
      padding-top: 120px; } }
  @media (min-width: 1280px) and (max-height: 850px) {
    .screen--1 {
      background-position: calc(50% + 74px) calc(100% + 50px), calc(50% + 560px) top; } }
  @media (min-width: 1280px) and (max-height: 800px) {
    .screen--1 {
      padding-top: 100px;
      padding-bottom: 0; } }
  @media (min-width: 1440px) {
    .screen--1 {
      background: url("../img/left-top.png") -127px top no-repeat, url("../img/left-bottom-1.png") -178px bottom no-repeat, url("../img/circles.png") -58px center no-repeat, url("../img/circles.png") calc(50% + 74px) calc(100% - 63px) no-repeat, url("../img/right-1.png") calc(50% + 560px) top no-repeat; } }
  @media (min-width: 1440px) and (max-height: 850px) {
    .screen--1 {
      background-position: -127px top, -178px bottom, -58px center, calc(50% + 74px) calc(100% + 50px), calc(50% + 560px) top; } }
  @media (min-width: 1600px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% - 63px), calc(50% + 560px) top; } }
  @media (min-width: 1600px) and (max-height: 850px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% + 50px), calc(50% + 560px) top; } }
  @media (min-width: 1920px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% - 63px), right top;
      background-size: auto, auto, auto, auto, calc(50% - 160px) auto; } }
  @media (min-width: 1920px) and (max-height: 850px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% + 50px), right top; } }
  @media (min-width: 2100px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% - 63px), calc(100% + 150px) top;
      background-size: auto, auto, auto, auto, auto; } }
  @media (min-width: 2100px) and (max-height: 850px) {
    .screen--1 {
      background-position: left top, left bottom, -18px center, calc(50% + 74px) calc(100% + 50px), calc(100% + 150px) top; } }
  @media (min-width: 1440px) {
    .screen--2 {
      background: url("../img/left-top.png") -127px top no-repeat, url("../img/left-bottom-2.png") -127px bottom no-repeat, url("../img/circles.png") -53px center no-repeat, url("../img/circles.png") calc(100% + 50px) 135px no-repeat, url("../img/right-2.png") calc(100% + 112px) bottom no-repeat; } }
  @media (min-width: 1600px) {
    .screen--2 {
      background-position: -60px top, -60px bottom, -18px center, calc(100% + 20px) 135px, calc(100% + 50px) bottom; } }
  @media (min-width: 1920px) {
    .screen--2 {
      background-position: left top, left bottom, 77px center, calc(100% - 39px) 135px, right bottom; } }
  @media (min-width: 1440px) {
    .screen--3 {
      background: url("../img/circles.png") -53px 62px no-repeat, url("../img/left-bottom-3-4.png") -150px calc(100% + 35px) no-repeat, url("../img/right-3.png") calc(100% + 50px) top no-repeat, url("../img/circles.png") calc(100% + 50px) calc(100% - 62px) no-repeat; } }
  @media (min-width: 1600px) {
    .screen--3 {
      background-position: 38px 62px, -65px calc(100% + 5px), right top, calc(100% - 62px) calc(100% - 62px); } }
  @media (min-width: 1280px) {
    .screen--4 {
      background: url("../img/circles-big.png") calc(50% + 656px) 130px no-repeat; } }
  @media (min-width: 1440px) {
    .screen--4 {
      background: url("../img/left-top.png") -120px top no-repeat, url("../img/circles-big.png") -247px calc(50% - 50px) no-repeat, url("../img/left-bottom-3-4.png") -150px bottom no-repeat, url("../img/circles-big.png") calc(50% + 656px) 130px no-repeat, url("../img/right-4.png") calc(100% + 120px) bottom no-repeat; } }
  @media (min-width: 1600px) {
    .screen--4 {
      background-position: -53px top, -107px calc(50% - 50px), left bottom, calc(50% + 656px) 130px, right bottom; } }
  @media (min-width: 1280px) {
    .screen--5 {
      background: url("../img/circles-big.png") calc(50% + 733px) 126px no-repeat;
      overflow: hidden; } }
  @media (min-width: 1440px) {
    .screen--5 {
      background: url("../img/left-top.png") -127px top no-repeat, url("../img/circles-big.png") -247px calc(50% - 25px) no-repeat, url("../img/left-bottom-5.png") left bottom no-repeat, url("../img/circles-big.png") calc(50% + 733px) 126px no-repeat, url("../img/right-5.png") calc(100% + 70px) bottom no-repeat; } }
  @media (min-width: 1600px) {
    .screen--5 {
      background-position: left top, -247px calc(50% - 25px), left bottom, calc(50% + 733px) 126px, right bottom; } }
  @media (min-width: 1050px) {
    .screen--6 {
      background: url("../img/right-6.svg") calc(100% + 280px) 130px no-repeat;
      background-size: auto 600px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .screen--6 {
      background-position: calc(50% + 590px) 130px; } }
  @media (min-width: 1280px) {
    .screen--6 {
      background: url("../img/circles-white.png") calc(50% + 448px) calc(50% + 26px) no-repeat, url("../img/right-6.svg") calc(50% + 850px) -166px no-repeat, url("../img/circles-big.png") calc(50% + 190px) 160px no-repeat;
      background-size: auto, 1157px 1196px, auto; } }
  @media (min-width: 1440px) {
    .screen--6 {
      background: url("../img/circles.png") -50px 30px no-repeat, url("../img/left-bottom-6.png") -20px bottom no-repeat, url("../img/circles-white.png") calc(50% + 448px) calc(50% + 26px) no-repeat, url("../img/right-6.svg") calc(50% + 850px) -166px no-repeat, url("../img/circles-big.png") calc(50% + 190px) 160px no-repeat;
      background-size: auto, auto, auto, 1157px 1196px, auto; } }
  @media (min-width: 1600px) {
    .screen--6 {
      background-position: 35px 30px, left bottom, calc(50% + 448px) calc(50% + 26px), calc(50% + 850px) -166px, calc(50% + 190px) 160px; } }
  @media (min-width: 768px) and (max-height: 1000px) {
    .screen--7 {
      padding-top: 104px;
      padding-bottom: 20px; } }
  @media (min-width: 1050px) {
    .screen--7 {
      padding-top: 110px;
      padding-bottom: 80px; } }
  @media (min-width: 1050px) and (max-height: 940px) {
    .screen--7 {
      padding-top: 104px;
      padding-bottom: 20px; } }
  @media (min-width: 1440px) {
    .screen--7 {
      background: url("../img/left-7.png") -60px calc(50% - 70px) no-repeat, url("../img/circles-big.png") -247px calc(100% + 134px) no-repeat, url("../img/circles-big.png") calc(100% + 250px) 46px no-repeat, url("../img/right-7.png") calc(100% + 100px) bottom no-repeat; } }
  @media (min-width: 1600px) {
    .screen--7 {
      background-position: left calc(50% - 70px), -77px calc(100% + 134px), calc(100% + 163px) 46px, right bottom; } }
  @media (min-width: 768px) {
    .screen--8 {
      padding-top: 160px; } }
  @media (min-width: 768px) and (max-height: 770px) {
    .screen--8 {
      padding-top: 130px; } }
  @media (min-width: 1050px) {
    .screen--8 {
      background: url("../img/img-8.png") calc(100% - 40px) 104px no-repeat;
      background-size: 340px 513px; } }
  @media (min-width: 1280px) {
    .screen--8 {
      background-position: calc(50% + 347px) 46px;
      background-size: 486px 734px; } }
  @media (min-width: 1280px) and (max-height: 840px) {
    .screen--8 {
      padding-top: 130px;
      background-position: calc(50% + 398px) 74px;
      background-size: 385px 587px; } }
  @media (min-width: 1440px) {
    .screen--8 {
      background: url("../img/img-8.png") calc(50% + 347px) 46px no-repeat, url("../img/circles-big.png") -247px 90px no-repeat, url("../img/left-8.png") -60px bottom no-repeat, url("../img/right-8.png") calc(100% + 50px) top no-repeat, url("../img/circles-big.png") calc(100% + 224px) calc(100% + 38px) no-repeat; } }
  @media (max-width: 1440px) and (max-height: 680px) {
    .screen--8 {
      background-position: calc(50% + 398px) 74px, -247px 90px, -60px bottom, calc(100% + 50px) top, calc(100% + 224px) calc(100% + 38px);
      background-size: 275px 419px, auto, auto, auto, auto;
      padding-top: 90px; } }
  @media (min-width: 1440px) and (max-height: 840px) {
    .screen--8 {
      background-position: calc(50% + 398px) 74px, -247px 90px, -60px bottom, calc(100% + 50px) top, calc(100% + 224px) calc(100% + 38px);
      background-size: 385px 587px, auto, auto, auto, auto; } }
  @media (min-width: 1600px) {
    .screen--8 {
      background-position: calc(50% + 347px) 46px, -174px 90px, left bottom, right top, calc(100% + 224px) calc(100% + 38px); } }
  @media (min-width: 1600px) and (max-height: 840px) {
    .screen--8 {
      background-position: calc(50% + 398px) 74px, -174px 90px, left bottom, right top, calc(100% + 224px) calc(100% + 38px); } }
  @media (min-width: 768px) {
    .screen--ext {
      padding-top: 160px;
      padding-bottom: 20px; } }
  @media (min-width: 768px) and (max-height: 950px) {
    .screen--ext {
      padding-top: 120px; } }
  @media (min-width: 1050px) {
    .screen--ext {
      padding-top: 160px; } }
  @media (min-width: 1050px) and (max-height: 800px) {
    .screen--ext {
      padding-top: 120px; } }
  @media (min-width: 1280px) {
    .screen--ext {
      background: url("../img/left-bottom-ext.png") -320px bottom no-repeat; } }
  @media (min-width: 1440px) {
    .screen--ext {
      background: url("../img/circles-big.png") -240px 42px no-repeat, url("../img/left-bottom-ext.png") -270px bottom no-repeat, url("../img/right-top-ext.png") calc(100% + 100px) top no-repeat, url("../img/circles-big.png") calc(100% + 224px) calc(100% + 136px) no-repeat; } }
  @media (min-width: 1600px) {
    .screen--ext {
      background-position: -154px 42px, left bottom, right top, calc(100% + 74px) calc(100% + 136px); } }
  .screen__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 767px) and (min-height: 500px) {
      .screen__wrap {
        padding-bottom: 40px; } }
    @media (max-width: 767px) and (min-height: 550px) {
      .screen__wrap {
        padding-bottom: 75px; } }
    @media (max-width: 767px) and (min-height: 600px) {
      .screen__wrap {
        padding-top: 20px; } }
    @media (max-width: 767px) and (min-height: 640px) {
      .screen__wrap {
        padding-top: 40px; } }
    @media (max-width: 767px) and (min-height: 740px) {
      .screen__wrap {
        padding-top: 55px; } }
    @media (min-width: 768px) {
      .screen__wrap {
        position: static;
        justify-content: space-around;
        align-items: flex-start;
        padding-top: 0; } }
  @media (max-width: 767px) and (min-height: 500px) {
    .screen--7 .screen__wrap {
      padding-bottom: 5px; } }
  @media (max-width: 767px) and (min-height: 550px) {
    .screen--7 .screen__wrap {
      padding-bottom: 30px; } }
  @media (max-width: 767px) and (min-height: 600px) {
    .screen--7 .screen__wrap {
      padding-bottom: 45px; } }
  @media (max-width: 767px) and (min-height: 640px) {
    .screen--7 .screen__wrap {
      padding-top: 25px;
      padding-bottom: 75px; } }
  @media (max-width: 767px) and (min-height: 656px) {
    .screen--7 .screen__wrap {
      padding-top: 40px; } }
  @media (min-width: 768px) and (max-height: 940px) {
    .screen--7 .screen__wrap {
      justify-content: space-between; } }
  @media (min-width: 1050px) {
    .screen--7 .screen__wrap {
      justify-content: space-around; } }
  @media (min-width: 1050px) and (max-height: 810px) {
    .screen--7 .screen__wrap {
      justify-content: space-between; } }
  @media (min-width: 1280px) {
    .screen--7 .screen__wrap {
      justify-content: space-around; } }
  @media (min-width: 1280px) and (max-height: 790px) {
    .screen--7 .screen__wrap {
      justify-content: space-between; } }
  @media (min-width: 1050px) {
    .screen--1 .screen__wrap {
      position: relative;
      overflow: hidden; }
      .screen--1 .screen__wrap:after {
        position: absolute;
        content: '';
        top: 0;
        right: -128px;
        width: 512px;
        height: 492px;
        background: url("../img/img-1.png") center no-repeat;
        background-size: contain; } }
  @media (min-width: 1200px) {
    .screen--1 .screen__wrap {
      overflow: visible; } }
  @media (min-width: 1280px) {
    .screen--1 .screen__wrap:after {
      right: -184px;
      width: 731px;
      height: 703px; } }
  @media (min-width: 1280px) and (max-height: 950px) {
    .screen--1 .screen__wrap:after {
      right: -128px;
      width: 585px;
      height: 80vh; } }
  @media (min-width: 768px) {
    .screen--8 .screen__wrap,
    .screen--ext .screen__wrap {
      justify-content: flex-start; } }
  @media (min-width: 1280px) {
    .screen--2 .screen__wrap,
    .screen--3 .screen__wrap,
    .screen--4 .screen__wrap,
    .screen--5 .screen__wrap {
      overflow: visible; } }
  @media (min-width: 1050px) {
    .screen--6 .screen__wrap {
      overflow: visible; } }
  .screen__intro {
    max-width: 300px;
    padding-top: 48px; }
    @media (max-width: 767px) and (min-height: 500px) {
      .screen__intro {
        padding-top: 43px; } }
    @media (max-width: 767px) and (min-height: 600px) {
      .screen__intro {
        padding-top: 60px; } }
    @media (max-width: 767px) and (min-height: 740px) {
      .screen__intro {
        padding-top: 85px; } }
    @media (min-width: 768px) {
      .screen__intro {
        max-width: 678px;
        padding-top: 0; } }
  @media (min-width: 1050px) {
    .screen__two-columns {
      display: flex;
      justify-content: space-between;
      width: 100%; } }
  .screen__content {
    width: 100%;
    max-width: 350px; }
    @media (min-width: 768px) {
      .screen__content {
        max-width: none; } }
  @media (min-width: 1050px) {
    .screen--3 .screen__content,
    .screen--4 .screen__content,
    .screen--5 .screen__content,
    .screen--6 .screen__content {
      position: relative;
      overflow: hidden; }
      .screen--3 .screen__content:after,
      .screen--4 .screen__content:after,
      .screen--5 .screen__content:after,
      .screen--6 .screen__content:after {
        position: absolute;
        content: ''; } }
  @media (min-width: 1200px) {
    .screen--3 .screen__content,
    .screen--4 .screen__content,
    .screen--5 .screen__content,
    .screen--6 .screen__content {
      overflow: visible; } }
  @media (min-width: 1050px) {
    .screen--3 .screen__content:after {
      top: 4px;
      right: 0;
      width: 412px;
      height: 414px;
      background: url("../img/img-3.png") center no-repeat;
      background-size: contain; } }
  @media (min-width: 1280px) {
    .screen--3 .screen__content:after {
      right: -50px;
      width: 589px;
      height: 591px; } }
  @media (min-width: 1280px) and (max-height: 860px) {
    .screen--3 .screen__content:after {
      right: 0;
      width: 471px;
      height: 70vh; } }
  @media (min-width: 1050px) {
    .screen--4 .screen__content:after {
      top: 14px;
      right: 0;
      width: 405px;
      height: 405px;
      background: url("../img/img-4.png") center no-repeat;
      background-size: contain; } }
  @media (min-width: 1280px) {
    .screen--4 .screen__content:after {
      right: -37px;
      width: 578px;
      height: 578px; } }
  @media (min-width: 1280px) and (max-height: 830px) {
    .screen--4 .screen__content:after {
      right: 0;
      width: 462px;
      height: 462px; } }
  @media (min-width: 1280px) and (max-height: 680px) {
    .screen--4 .screen__content:after {
      right: 0;
      width: 462px;
      height: 55vh; } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content:after {
      top: 0;
      right: -30px;
      width: 598px;
      height: 494px;
      background: url("../img/img-5-1.png") center no-repeat;
      background-size: contain;
      transition: background-image 0.3s; } }
  @media (min-width: 1280px) {
    .screen--5 .screen__content:after {
      right: -150px;
      width: 747px;
      height: 618px; } }
  @media (min-width: 1280px) and (max-height: 860px) {
    .screen--5 .screen__content:after {
      right: -60px;
      width: 598px;
      height: 494px; } }
  @media (min-width: 1280px) and (max-height: 680px) {
    .screen--5 .screen__content:after {
      right: -60px;
      width: 598px;
      height: 75vh; } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content--1:after {
      background-image: url("../img/img-5-1.png"); } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content--2:after {
      background-image: url("../img/img-5-2.png"); } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content--3:after {
      background-image: url("../img/img-5-3.png"); } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content--4:after {
      background-image: url("../img/img-5-4.png"); } }
  @media (min-width: 1050px) {
    .screen--5 .screen__content--5:after {
      background-image: url("../img/img-5-5.png"); } }
  @media (min-width: 1050px) {
    .screen--6 .screen__content:after {
      top: 80px;
      right: -30px;
      width: 510px;
      height: 278px;
      background: url("../img/img-6.png") center no-repeat;
      background-size: contain; } }
  @media (min-width: 1280px) {
    .screen--6 .screen__content:after {
      right: -80px;
      width: 728px;
      height: 397px; } }
  @media (min-width: 1280px) and (max-height: 680px) {
    .screen--6 .screen__content:after {
      right: -80px;
      width: 728px;
      height: 52vh; } }
  @media (min-width: 1340px) {
    .screen--6 .screen__content:after {
      right: -125px; } }
  @media (min-width: 768px) {
    .screen__col {
      width: 550px; } }
  @media (min-width: 768px) {
    .screen--3 .screen__col,
    .screen--6 .screen__col,
    .screen--8 .screen__col {
      width: 730px; } }
  @media (min-width: 1050px) {
    .screen--3 .screen__col,
    .screen--6 .screen__col,
    .screen--8 .screen__col {
      width: 60%; } }
  @media (min-width: 1280px) {
    .screen--3 .screen__col,
    .screen--6 .screen__col,
    .screen--8 .screen__col {
      width: 550px; } }
  @media (min-width: 768px) {
    .screen--4 .screen__col {
      width: 620px; } }
  @media (min-width: 1280px) {
    .screen--4 .screen__col {
      width: 550px; } }
  .screen__col--ext {
    display: none; }
    @media (min-width: 1050px) {
      .screen__col--ext {
        position: relative;
        display: block;
        width: 400px; }
        .screen__col--ext:after {
          position: absolute;
          content: '';
          top: 140px;
          right: 20px;
          width: 391px;
          height: 351px;
          background: url("../img/img-2.png") center no-repeat;
          background-size: contain; } }
    @media (min-width: 1280px) {
      .screen__col--ext {
        width: 500px;
        overflow: visible; }
        .screen__col--ext:after {
          top: 105px;
          right: -33px;
          width: 559px;
          height: 502px; } }
    @media (min-width: 1280px) and (max-height: 900px) {
      .screen__col--ext:after {
        right: 40px;
        width: 447px;
        height: 55vh; } }
  .screen__bottom {
    width: 300px; }
    @media (min-width: 768px) {
      .screen__bottom {
        display: flex;
        justify-content: space-between;
        width: 100%; } }
    @media (min-width: 768px) {
      .screen__bottom--single-btn {
        justify-content: flex-end; } }
    @media (max-width: 767px) and (min-height: 600px) {
      .screen__bottom .button {
        margin-bottom: 5px; } }
    @media (max-width: 767px) and (min-height: 640px) {
      .screen__bottom .button {
        margin-bottom: 10px; } }
    @media (max-width: 767px) and (min-height: 740px) {
      .screen__bottom .button {
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .screen__bottom-left {
      min-width: 260px; } }
  @media (min-width: 1050px) {
    .screen__bottom-left {
      display: flex;
      align-items: center;
      min-width: 0; } }
  @media (min-width: 768px) {
    .screen__bottom-right {
      display: flex; } }
  .screen__bottom-link {
    display: none; }
    @media (min-width: 768px) {
      .screen__bottom-link {
        display: block;
        margin-top: 32px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        color: #f8981d;
        transition: color 0.3s; } }
    @media (min-width: 1050px) {
      .screen__bottom-link {
        margin-left: 40px;
        margin-top: 0;
        text-align: left; } }
    .screen__bottom-link:hover {
      color: #ed7824; }
  @media (min-width: 1050px) {
    .screen--8 .screen__bottom-link {
      margin-left: 0; } }
  @media (min-width: 1050px) {
    .screen--1 .screen__bottom {
      position: relative;
      z-index: 5; } }
  @media (min-width: 1050px) {
    .screen--8 .screen__bottom {
      margin-top: 50px; } }
  @media (min-width: 1280px) {
    .screen--8 .screen__bottom {
      margin-top: 130px; } }
  @media (min-width: 1050px) and (max-height: 900px) {
    .screen--8 .screen__bottom {
      margin-top: 70px; } }
  @media (min-width: 1050px) and (max-height: 820px) {
    .screen--8 .screen__bottom {
      margin-top: 30px; } }
  @media (max-width: 1440px) and (max-height: 680px) {
    .screen--8 .screen__bottom {
      margin-top: 0px; } }
  .screen--3 .feature {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .screen--3 .feature {
        margin-bottom: 48px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen--3 .feature {
        margin-bottom: 32px; } }
    .screen--3 .feature:last-child {
      margin-bottom: 10px; }
  .screen--3 .section-subtitle {
    margin-bottom: 22px; }
    @media (max-width: 767px) and (min-height: 600px) {
      .screen--3 .section-subtitle {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .screen--3 .section-subtitle {
        margin-bottom: 36px; } }
    @media (min-width: 1280px) and (max-height: 680px) {
      .screen--3 .section-subtitle {
        margin-bottom: 15px; } }
  .screen--4 .feature {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .screen--4 .feature {
        margin-bottom: 48px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen--4 .feature {
        margin-bottom: 32px; } }
    @media (min-width: 1280px) and (max-height: 680px) {
      .screen--4 .feature {
        margin-bottom: 5px; } }
  .screen--4 .section-subtitle {
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .screen--4 .section-subtitle {
        margin-bottom: 32px; } }
    @media (min-width: 1280px) and (max-height: 680px) {
      .screen--4 .section-subtitle {
        margin-bottom: 15px; } }
  .screen--6 .section-subtitle {
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .screen--6 .section-subtitle {
        margin-bottom: 38px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen--6 .section-subtitle {
        margin-bottom: 28px; } }
  .screen--6 .feature {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .screen--6 .feature {
        margin-bottom: 26px; } }
    @media (min-width: 1280px) and (max-height: 680px) {
      .screen--6 .feature {
        margin-bottom: 10px; } }
  @media (max-width: 767px) and (min-height: 640px) {
    .screen--4 .section-subtitle,
    .screen--6 .section-subtitle {
      margin-bottom: 30px; } }
  @media (max-width: 767px) and (min-height: 660px) {
    .screen--3 .feature,
    .screen--4 .feature,
    .screen--6 .feature {
      margin-bottom: 24px; } }
  @media (max-width: 767px) and (min-height: 740px) {
    .screen--3 .feature,
    .screen--4 .feature,
    .screen--6 .feature {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-height: 900px) {
    .screen--7 .section-title {
      margin-bottom: 7px; } }
  @media (max-width: 1440px) and (max-height: 680px) {
    .screen--7 .section-title {
      display: none; } }
  .screen--7 .section-subtitle--grey {
    margin-bottom: 12px; }
    @media (max-width: 767px) and (min-height: 600px) {
      .screen--7 .section-subtitle--grey {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (min-height: 660px) {
      .screen--7 .section-subtitle--grey {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .screen--7 .section-subtitle--grey {
        margin-bottom: 32px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen--7 .section-subtitle--grey {
        margin-bottom: 22px; } }
    @media (max-width: 1440px) and (max-height: 680px) {
      .screen--7 .section-subtitle--grey {
        display: none; } }
  .screen__price-wrap {
    width: 100%; }
    @media (min-width: 768px) {
      .screen__price-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 34px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen__price-wrap {
        margin-bottom: 24px; } }
    @media (min-width: 1280px) {
      .screen__price-wrap {
        margin-bottom: 24px; } }
  .screen__features-wrap {
    display: none; }
    @media (min-width: 768px) {
      .screen__features-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .screen__features-wrap {
        margin-top: 12px; } }
  .screen__existing-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 768px) {
      .screen__existing-wrap {
        justify-content: flex-start;
        margin-top: 18px; } }
    @media (min-width: 1050px) {
      .screen__existing-wrap {
        justify-content: space-between;
        margin-top: 50px; } }
    @media (min-width: 1050px) and (max-height: 800px) {
      .screen__existing-wrap {
        margin-top: 32px; } }

.intro__subtitle {
  padding: 0;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666666; }
  @media (min-width: 768px) {
    .intro__subtitle {
      margin-bottom: 28px;
      font-size: 30px; } }

.intro__title {
  padding: 0;
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #000000; }
  @media (min-width: 768px) {
    .intro__title {
      margin-bottom: 7vh;
      font-size: 8vh;
      line-height: 9vh; } }
  @media (min-width: 1440px) {
    .intro__title {
      margin-bottom: 42px;
      font-size: 60px;
      line-height: 72px; } }

.intro__quote {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #666666; }
  @media (min-width: 768px) {
    .intro__quote {
      max-width: 610px;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 30px; } }

.intro__quote-author {
  display: block;
  font-size: 10px;
  line-height: 30px;
  text-align: right;
  color: #666666; }
  @media (min-width: 768px) {
    .intro__quote-author {
      font-size: 13px; } }

.line-heading {
  display: none; }
  @media (min-width: 768px) {
    .line-heading {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .line-heading__line {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #e5e5e5; } }
  .line-heading .section-subtitle {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 28px; }

.price-card {
  margin-bottom: 8px;
  padding: 12px 18px 13px;
  background-color: #ffffff;
  box-shadow: 0 10px 40px rgba(162, 162, 162, 0.25); }
  @media (max-width: 767px) and (min-height: 660px) {
    .price-card {
      margin-bottom: 16px; } }
  @media (max-width: 767px) and (min-height: 740px) {
    .price-card {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .price-card {
      width: calc((100% - 40px)/3);
      padding: 0;
      background-color: transparent;
      box-shadow: none; } }
  @media (min-width: 1050px) {
    .price-card {
      width: calc((100% - 80px)/3); } }
  @media (min-width: 1280px) {
    .price-card {
      width: calc((100% - 160px)/3); } }
  .price-card__title {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000000; }
    @media (min-width: 768px) {
      .price-card__title {
        margin-bottom: 18px;
        font-size: 26px;
        text-align: left; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .price-card__title {
        margin-bottom: 14px; } }
    @media (min-width: 1280px) {
      .price-card__title {
        font-size: 36px; } }
    @media (min-width: 1280px) and (max-height: 900px) {
      .price-card__title {
        font-size: 30px; } }
  @media (min-width: 768px) {
    .price-card__wrap {
      padding: 16px 20px 20px;
      background-color: #ffffff;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 768px) and (max-height: 900px) {
    .price-card__wrap {
      padding: 16px 20px; } }
  @media (min-width: 1050px) {
    .price-card__wrap {
      padding: 16px 30px 20px; } }
  @media (min-width: 1050px) and (max-height: 900px) {
    .price-card__wrap {
      padding: 16px 20px; } }
  @media (min-width: 1280px) {
    .price-card__wrap {
      padding: 24px 30px; } }
  @media (min-width: 1280px) and (max-height: 900px) {
    .price-card__wrap {
      padding: 16px 20px; } }
  .price-card__text {
    padding: 0;
    margin: 0 0 5px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #666666; }
    @media (min-width: 768px) {
      .price-card__text {
        height: 63px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .price-card__text {
        height: 42px;
        margin-bottom: 20px; } }
    @media (min-width: 1280px) and (max-height: 900px) {
      .price-card__text {
        margin-bottom: 18px; } }
  .price-card__bold-text {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 768px) {
      .price-card__bold-text {
        position: relative;
        height: 88px;
        padding-top: 16px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        overflow: hidden; }
        .price-card__bold-text:before {
          position: absolute;
          display: block;
          content: '';
          top: 0;
          left: 0;
          width: 40px;
          height: 1px;
          background-color: #f8981d; } }
    @media (min-width: 1280px) and (max-height: 900px) {
      .price-card__bold-text {
        height: 68px;
        padding-top: 20px; } }
  .price-card__first-line {
    display: block; }
    @media (min-width: 768px) {
      .price-card__first-line {
        display: inline; } }
    @media (min-width: 850px) {
      .price-card__first-line {
        display: block; } }
  @media (min-width: 850px) {
    .price-card__last-line {
      display: block; } }
  @media (min-width: 850px) and (max-height: 900px) {
    .price-card__last-line {
      display: inline; } }

.callback-form__wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .callback-form__wrap {
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      margin-top: 64px; } }
  @media (min-width: 768px) and (max-height: 720px) {
    .callback-form__wrap {
      margin-top: 44px; } }

.callback-form__button {
  margin: 32px 0 18px; }
  @media (min-width: 768px) {
    .callback-form__button {
      margin: 0;
      margin-right: 40px; } }

.callback-form__text {
  width: 220px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .callback-form__text {
      width: auto;
      font-size: 13px;
      text-align: left; } }

.callback-form__link {
  text-decoration: none;
  color: #f8981d; }
  .callback-form__link:hover {
    text-decoration: underline; }

.callback-form .text-input {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .callback-form .text-input {
      margin-top: 44px; }
      .callback-form .text-input:first-of-type {
        margin-top: 52px; } }
  @media (min-width: 768px) and (max-height: 720px) {
    .callback-form .text-input:first-of-type {
      margin-top: 38px; } }
  @media (max-width: 1440px) and (max-height: 650px) {
    .callback-form .text-input {
      margin-top: 15px; }
      .callback-form .text-input:first-of-type {
        margin-top: 20px; } }

.form-data-sending .callback-form,
.form-data-sending > .section-title,
.form-data-sending > .section-subtitle {
  display: none; }

.callback-loader {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 288px; }
  .screen .callback-loader {
    min-height: 380px; }
    @media (min-width: 768px) {
      .screen .callback-loader {
        min-height: 480px; } }
    @media (min-width: 768px) and (max-height: 720px) {
      .screen .callback-loader {
        min-height: 380px; } }
  .callback-loader--active {
    display: flex; }
  .callback-loader__wrap {
    max-width: 410px; }
  .callback-loader__text {
    margin: 0;
    padding: 0 20px;
    text-align: center; }

.callback-ok {
  display: none;
  align-items: center;
  min-height: 288px; }
  .screen .callback-ok {
    min-height: 380px; }
    @media (min-width: 768px) {
      .screen .callback-ok {
        align-items: flex-start; } }
    @media (min-width: 1280px) {
      .screen .callback-ok {
        align-items: center;
        min-height: 480px; } }
    @media (min-width: 1280px) and (max-height: 720px) {
      .screen .callback-ok {
        min-height: 380px; } }
  .callback-ok--active {
    display: flex; }
  .callback-ok__wrap {
    width: 100%; }
  .modal .callback-ok .section-title {
    margin-bottom: 30px; }
  .callback-ok .button {
    margin: 30px auto 0; }
    @media (min-width: 768px) {
      .callback-ok .button {
        margin: 38px 0 0; } }
  .screen .callback-ok .button {
    margin: 30px auto 0; }
    @media (min-width: 768px) {
      .screen .callback-ok .button {
        margin: 52px 0 0; } }
    @media (min-width: 1280px) {
      .screen .callback-ok .button {
        margin-top: 58px; } }

/* Крутящийся лоадер */
.sk-fading-circle {
  width: 75px;
  height: 75px;
  position: relative;
  margin: 0 auto 24px; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ed7824;
  border-radius: 100%;
  animation: sk-fading-circle-delay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle-2 {
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle-3 {
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle-4 {
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle-5 {
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle-6 {
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle-7 {
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle-8 {
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle-9 {
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle-10 {
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle-11 {
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle-12 {
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle-2:before {
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle-3:before {
  animation-delay: -1s; }

.sk-fading-circle .sk-circle-4:before {
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle-5:before {
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle-6:before {
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle-7:before {
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle-8:before {
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle-9:before {
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle-10:before {
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle-11:before {
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle-12:before {
  animation-delay: -0.1s; }

@keyframes sk-fading-circle-delay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.modal {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .modal {
      padding-top: 120px; } }
  @media (min-width: 768px) and (max-height: 820px) {
    .modal {
      padding-top: 80px; } }
  .modal--active {
    z-index: 200;
    opacity: 1; }
  .modal__content {
    position: relative;
    min-width: 300px;
    width: calc(100% - 20px);
    padding: 20px 10px;
    background-color: #ffffff;
    border-radius: 8px; }
    @media (min-width: 356px) {
      .modal__content {
        padding: 20px; } }
    @media (min-width: 768px) {
      .modal__content {
        width: 710px;
        padding: 62px 80px 80px; } }
    @media (min-width: 768px) and (max-height: 760px) {
      .modal__content {
        padding: 50px 80px 60px; } }
  .modal__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 0;
    color: #f8981d;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .modal__close-btn {
        top: 15px;
        right: 15px; } }
    .modal__close-btn:hover {
      color: #fcba19; }
  .modal__close-symbol {
    width: 18px;
    height: 18px;
    fill: currentColor; }

.existing-card {
  display: block;
  width: calc(50% - 5px);
  min-height: 86px;
  margin-bottom: 10px;
  padding: 7px;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s; }
  @media (min-width: 768px) {
    .existing-card {
      width: calc((100% - 40px)/3);
      min-height: 200px;
      margin-bottom: 20px;
      padding: 42px 4px 50px; } }
  @media (min-width: 768px) and (max-height: 900px) {
    .existing-card {
      min-height: 0;
      padding: 30px 4px 36px; } }
  @media (min-width: 1050px) {
    .existing-card {
      width: calc((100% - 60px)/4);
      padding: 42px 4px 50px; } }
  @media (min-width: 1050px) and (max-height: 800px) {
    .existing-card {
      padding: 30px 4px 36px; } }
  @media (min-width: 768px) {
    .existing-card:nth-child(3n + 1), .existing-card:nth-child(3n + 2) {
      margin-right: 20px; } }
  @media (min-width: 1050px) {
    .existing-card:nth-child(3n + 1), .existing-card:nth-child(3n + 2) {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .existing-card:nth-child(n + 7) {
      margin-bottom: 0; } }
  @media (min-width: 1050px) {
    .existing-card:nth-child(n + 7) {
      margin-bottom: 20px; } }
  .existing-card:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
  .existing-card__title {
    height: 32px;
    padding: 0;
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #333333;
    transition: color 0.3s;
    overflow: hidden; }
    @media (min-width: 768px) {
      .existing-card__title {
        height: auto;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
        overflow: auto; } }
    .existing-card__title span {
      display: block; }
      @media (min-width: 768px) {
        .existing-card__title span {
          display: inline; } }
  .existing-card__text {
    padding: 0;
    margin: 0 0 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #666666;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .existing-card__text {
        margin-bottom: 36px;
        font-size: 12px; } }
    @media (min-width: 768px) and (max-height: 900px) {
      .existing-card__text {
        margin-bottom: 26px; } }
    @media (min-width: 1050px) {
      .existing-card__text {
        margin-bottom: 36px; } }
    @media (min-width: 1050px) and (max-height: 800px) {
      .existing-card__text {
        margin-bottom: 26px; } }
  .existing-card__arrow {
    position: relative;
    width: 80px;
    height: 17px;
    margin: 0 auto;
    color: #fcbb1d;
    transition: color 0.3s; }
    .existing-card__arrow:after {
      position: absolute;
      content: '';
      right: 0;
      left: 0;
      top: 8px;
      width: 100%;
      height: 1px;
      background-color: #fcbb1d;
      transition: background-color 0.3s; }
    .existing-card__arrow svg {
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      height: 17px;
      fill: currentColor; }
  .existing-card:hover .existing-card__title,
  .existing-card:hover .existing-card__text,
  .existing-card:hover .existing-card__arrow {
    color: #ed7824; }
  .existing-card:hover .existing-card__arrow:after {
    background-color: #ed7824; }
