/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v19-latin-700.woff2") format("woff2"), url("../fonts/roboto-v19-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v19-latin-900.woff2") format("woff2"), url("../fonts/roboto-v19-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #FFF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: inherit; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #5078de;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #5078de;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover:focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

html {
  scroll-behavior: smooth;
  font-size: 1rem; }

h1 {
  font-size: 60px;
  font-weight: 900; }
  @media (max-width: 1309px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 36px;
  font-weight: 600; }
  @media (max-width: 1309px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 60px;
  font-weight: 900; }
  @media (max-width: 1309px) {
    h3 {
      font-size: 36px; } }

img {
  max-width: 100%; }

.container {
  width: 100%;
  max-width: 1329px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    display: block;
    content: "";
    clear: both; }

.btn {
  padding: 25px 66px 21px;
  font-size: 24px;
  color: #FFF;
  border: none;
  background: #5078de;
  border-radius: 35px;
  text-align: center;
  line-height: 1; }
  .btn--success {
    background-color: #15c219; }

.title--bordered {
  margin: 25px 0;
  padding-left: 55px;
  border-left: 11px solid #000; }

.title--primary {
  border-color: #5078de; }

.check-list {
  max-width: 600px;
  margin: 0;
  padding-left: 0;
  padding-top: 50px;
  list-style: none; }
  .check-list__item {
    position: relative;
    min-height: 50px;
    margin-bottom: 35px;
    padding-left: 62px;
    font-size: 24px;
    line-height: 30px; }
    .check-list__item:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -10px;
      width: 27px;
      height: 19px;
      background-image: url("/img/check_icon_list.png");
      background-repeat: no-repeat;
      background-position: 0 0; }

.text-bold {
  font-weight: 900; }

.topbar {
  padding: 18px 50px 0px; }
  @media (max-width: 1309px) {
    .topbar {
      padding-left: 15px;
      padding-right: 1s5px; } }
  .topbar__logo {
    overflow: hidden; }
    .topbar__logo-img {
      float: left;
      margin-right: 15px; }
    .topbar__logo-text {
      float: left;
      font-weight: 600;
      font-size: 36px;
      line-height: 53px;
      vertical-align: middle; }

.header {
  position: relative;
  padding-top: 70px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));
  background: linear-gradient(#FFF, #ededed);
  z-index: 1; }
  @media (max-width: 1309px) {
    .header {
      padding-top: 30px; } }
  .header__title {
    margin-bottom: 3px;
    line-height: 1; }
    @media (max-width: 1309px) {
      .header__title {
        font-size: 40px;
        margin-bottom: 10px; } }
  .header__subtitle {
    margin-bottom: 0;
    line-height: 1; }
    @media (max-width: 1309px) {
      .header__subtitle {
        padding-bottom: 70px; } }
  .header__picture {
    width: 100%;
    height: 580px;
    margin-top: 5px;
    background-image: url("/img/intro.png");
    background-repeat: no-repeat;
    background-position: bottom center; }
    @media (max-width: 1309px) {
      .header__picture {
        display: none; } }
  .header__btn {
    position: absolute;
    bottom: -33px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 2; }

.section {
  position: relative;
  padding: 97px 0 105px;
  background-color: #FFF; }
  .section--plan {
    padding-top: 0;
    padding-bottom: 160px; }
    .section--plan .card-wrapper {
      padding-top: 0; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 405px;
  padding: 32px 23px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 10px; }
  @media (max-width: 1309px) {
    .card {
      max-width: 305px; } }
  .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px; }
    @media (max-width: 1309px) {
      .card-wrapper {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .card--success {
    background-color: #15c219;
    color: #FFF; }
    .card--success .card__plan {
      border-color: #FFF;
      color: #FFF; }
  .card--primary {
    background-color: #5078de;
    color: #FFF; }
    .card--primary .card__plan {
      border-color: #FFF;
      color: #FFF; }
  .card__img {
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down; }
    .card__img-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 157px;
      margin-bottom: 50px;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: inherit;
      -ms-flex-flow: inherit;
      flex-flow: inherit;
      text-align: center; }
  .card__text {
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center; }
  .card__plan {
    width: 100%;
    margin-left: 17px;
    margin-right: 17px;
    padding-top: 35px;
    padding-bottom: 30px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
    font-size: 30px;
    border-top: 1px solid #15c219;
    color: #15c219; }
    .card__plan .text-bold {
      font-size: 48px; }
  .card__title {
    max-width: 230px;
    width: 100%;
    margin-bottom: 42px;
    font-size: 48px;
    clear: both;
    line-height: 1;
    margin-left: auto;
    margin-right: auto; }
    .card__title s {
      display: block;
      color: #909090; }
  .card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .card__header .text-bold {
      font-size: 48px; }

.benefits {
  padding: 90px 0px 80px;
  background-color: #5078de;
  color: #FFF; }
  @media (max-width: 1309px) {
    .benefits {
      padding-top: 30px; } }

.footer {
  position: relative;
  padding: 0 0 47px;
  background-color: #28282b;
  color: #FFF;
  z-index: 1; }
  @media (max-width: 1309px) {
    .footer {
      padding-top: 0; } }
  .footer__copyright {
    float: left;
    font-size: 18px; }
  .footer__contacts {
    float: right; }
    .footer__contacts a {
      color: #FFF; }
  .footer__form {
    width: 100%;
    position: relative;
    top: -90px;
    z-index: 2; }
    @media (max-width: 1309px) {
      .footer__form {
        position: relative; } }

.request-form {
  width: 100%;
  padding: 30px 66px 33px;
  background-color: #5078de;
  border-radius: 30px; }
  .request-form__title {
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 32px; }
    @media (max-width: 1309px) {
      .request-form__title {
        font-size: 32px; } }
  .request-form__input {
    width: 423px;
    height: 56px;
    padding: 24px 22px;
    border-radius: 10px;
    border: none; }
    .request-form__input.--error {
      -webkit-box-shadow: inset 0 0 0 3px #f86458;
      box-shadow: inset 0 0 0 3px #f86458; }
    @media (max-width: 1309px) {
      .request-form__input {
        width: 100%;
        margin-bottom: 10px; } }
  .request-form__btn {
    width: 276px;
    height: 56px;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 1309px) {
      .request-form__btn {
        width: 100%; } }
  .request-form__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px; }
    @media (max-width: 1309px) {
      .request-form__controls {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .request-form__alerts {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 20px; }
    .request-form__alerts.--success {
      color: #15c219; }
    .request-form__alerts.--error {
      color: #f86458; }

.feature {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 52px;
  padding-right: 15px;
  font-size: 48px;
  font-weight: 600;
  border-left: 11px solid #00f4cb;
  line-height: 1; }
  @media (max-width: 1309px) {
    .feature {
      margin-top: 50px;
      margin-bottom: 25px;
      font-size: 36px; } }
  .feature.marked {
    border-left-color: #5078de; }
  .feature-caption {
    margin: -20px 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    list-style: none; }
    .feature-caption li {
      padding-top: 20px;
      padding-bottom: 10px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .row .col {
    width: 100%; }
    .row .col:nth-child(odd) {
      max-width: 57.4484339%; }
      @media (max-width: 1309px) {
        .row .col:nth-child(odd) {
          max-width: 100%; } }
    .row .col:nth-child(even) {
      max-width: 42.551566%; }
      @media (max-width: 1309px) {
        .row .col:nth-child(even) {
          max-width: 100%; } }
    .row .col.short {
      max-width: 35.1413292%; }
      @media (max-width: 1309px) {
        .row .col.short {
          max-width: 100%; } }
      .row .col.short + .col {
        max-width: 64.8586708%; }
        @media (max-width: 1309px) {
          .row .col.short + .col {
            max-width: 100%; } }

.animate-dropup {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  will-change: opacity, transform; }
  @media (max-width: 1309px) {
    .animate-dropup {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms; } }
  .animate-dropup.animated {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.animate-rotate {
  opacity: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  will-change: opacity, transform; }
  @media (max-width: 1309px) {
    .animate-rotate {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms; } }
  .animate-rotate:nth-child(2n + 2) {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }
  .animate-rotate.animated {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

.animate-zoom {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  will-change: opacity, transform; }
  @media (max-width: 1309px) {
    .animate-zoom {
      -webkit-transition-delay: 50ms;
      transition-delay: 50ms;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; } }
  .animate-zoom.animated {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

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