@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.heading {
  margin-bottom: 4rem;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.1489361702;
}
@media (max-width: 1760px) {
  .heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 1440px) {
  .heading {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 425px) {
  .heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 375px) {
  .heading {
    text-align: center;
    font-size: 2.2rem;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  font-size: 62.5%;
}
html.menu-visible, html.modal-open {
  overflow: hidden;
}

body {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a,
button {
  outline: none;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
}

input,
textarea {
  border: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: currentColor;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  -moz-transition: 0.2s;
  transition: 0.2s;
  color: currentColor;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: 0.2s;
  transition: 0.2s;
  color: currentColor;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: 0.2s;
  transition: 0.2s;
  color: currentColor;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

select {
  background-color: none;
  color: #000;
  background: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

ol {
  padding-left: 2rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #82B5C5;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

figure {
  margin: 0;
}

button {
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.wrapper {
  width: 120rem;
  max-width: calc(100% - 6rem);
  margin: 0 auto;
  position: relative;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

html.modal-open {
  overflow: hidden;
}

.btn {
  display: inline-block;
  position: relative;
  transition: transform 300ms ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:hover::before {
  box-shadow: 0 3px 8px rgba(52, 134, 160, 0.7);
}
.btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6.2rem;
  padding: 0.5rem 2.4rem;
  transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
  background: #573B3A;
  color: #fff;
  font-size: 1.8rem;
  min-width: 23.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 520px) {
  .btn span {
    min-height: 4.6rem;
    min-width: 18rem;
    font-size: 1.8rem;
  }
}
.btn span:hover {
  background-color: #573B3A;
}
.btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  transition: box-shadow 0.25s;
  content: "";
  width: calc(100% - 2rem);
  box-shadow: 0 5px 12px rgba(52, 134, 160, 0.5);
}

.form {
  background: url(../img/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.5rem 9.8rem 6.5rem;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .form {
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .form {
    padding: 2rem 1.5rem 2.5rem;
  }
}
.form__title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 2.6rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2272727273;
  text-align: center;
}
@media (max-width: 768px) {
  .form__title {
    font-size: 2rem;
  }
}
@media (max-width: 520px) {
  .form__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 425px) {
  .form__title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 375px) {
  .form__title {
    text-align: center;
  }
}
.form__cta {
  margin-top: 2.7rem;
  text-align: center;
}
.form__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__group {
  width: calc(50% - 1rem);
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 520px) {
  .form__group {
    width: 100%;
  }
}
.form__field {
  display: block;
  width: 100%;
  height: 4.2rem;
  border: 1px solid #82B5C5;
  border-radius: 5px;
  background-color: #fff;
  letter-spacing: 0.15px;
  font-size: 1.4rem;
  line-height: 2rem;
  transition: border-color 0.25s, background-color 0.25s;
  padding: 1.5rem 1.2rem 2px;
}
.form__label {
  position: absolute;
  top: auto;
  bottom: 1.1rem;
  left: 0;
  right: 0;
  padding: 0 1.3rem;
  text-align: left;
  font-size: 1.4rem;
  color: #9C9C9C;
  line-height: 2rem;
  cursor: text;
  pointer-events: none;
  transition-property: bottom, font, color;
  transition-duration: 0.3s;
}
.form__field.filled ~ .form__label, .form__field:focus ~ .form__label, .form__field:active ~ .form__label {
  font-size: 1rem;
  bottom: 2.2rem;
}
.form .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
  color: #6C4C48;
  font-weight: 700;
}
.form__agreements {
  position: relative;
}
.form__agreements .error {
  margin-left: 3rem;
}
.form__agreement {
  display: flex;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 1.5rem;
}
.form__info {
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #387181;
}
@media (max-width: 425px) {
  .form__info {
    margin-top: 3.5rem;
  }
}
@media (max-width: 375px) {
  .form__info {
    margin-top: 4rem;
  }
}
.form__info a {
  color: #573B3A;
  font-weight: 700;
}
.form__info a:hover {
  text-decoration: underline;
}

.agreement {
  cursor: pointer;
}
.agreement__checkbox {
  position: relative;
}
.agreement__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agreement__label {
  margin-left: 1rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 12px;
  color: #387181;
}
.agreement__checkmark {
  display: block;
  position: relative;
  width: 20px;
  height: 2rem;
  box-shadow: 0 2px 5px rgba(56, 113, 129, 0.3);
  border: 1px solid #82B5C5;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
  margin-top: -0.2rem;
}
.agreement__checkmark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  opacity: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EF7B22;
  content: "✓";
  transition: opacity 0.25s;
}
.agreement__tooltip {
  color: #6C4C48;
  font-weight: 700;
}
.agreement__tooltip:hover {
  text-decoration: underline;
}
.agreement__input:checked ~ .agreement__checkmark::after {
  opacity: 1;
}

.u-tooltip {
  display: none;
  z-index: 98;
  position: absolute;
  padding: 2rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #f9f9f9;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  line-height: 1.3;
  font-size: 1.2rem;
  color: #646262;
  transform: translateX(-87.5%);
  width: 36.8rem;
  max-width: 96vw;
}
@media (max-width: 1760px) {
  .u-tooltip {
    transform: translateX(-84%);
  }
}
@media (max-width: 520px) {
  .u-tooltip {
    left: 40px !important;
    right: 40px !important;
    transform: translate(0, 4px);
    width: calc(100% - 8rem);
    max-width: 100%;
  }
}

.section-intro {
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .section-intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-intro__content {
  width: 100%;
}
.section-intro__image {
  width: 51.6%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 3rem;
  padding-right: 5rem;
}
@media (max-width: 1760px) {
  .section-intro__image {
    padding-right: 2rem;
    width: 49%;
  }
}
@media (max-width: 1440px) {
  .section-intro__image {
    padding-right: 3rem;
  }
}
@media (max-width: 1366px) {
  .section-intro__image {
    width: 90%;
    margin-top: 4rem;
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .section-intro__image {
    width: 100%;
  }
}
.section-intro__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2340425532;
}
@media (max-width: 768px) {
  .section-intro__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 425px) {
  .section-intro__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 375px) {
  .section-intro__title {
    text-align: center;
    font-size: 2.2rem;
  }
  .section-intro__title br {
    display: none;
  }
}
.section-intro__title b {
  font-weight: 400;
  color: #78D1ED;
}
.section-intro__info {
  margin-top: 0.5rem;
  font-size: 4rem;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .section-intro__info {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section-intro__info {
    font-size: 1.7rem;
  }
}
@media (max-width: 425px) {
  .section-intro__info {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  .section-intro__info {
    display: block;
    text-align: center;
  }
}
.section-intro__list {
  width: 60%;
}
@media (max-width: 480px) {
  .section-intro__list {
    width: 100%;
    margin-top: 3rem;
  }
}

.list__item {
  margin-bottom: 1rem;
  position: relative;
  padding: 0.5rem 0 0 5rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .list__item {
    margin-bottom: 2rem;
    padding: 0.2rem 0 0 3.5rem;
  }
}
@media (max-width: 425px) {
  .list__item {
    font-size: 1.5rem;
  }
}
.list__item::before {
  content: "";
  height: 3.2rem;
  width: 3.2rem;
  background: url("../img/list.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .list__item::before {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.list__item b {
  color: #78D1ED;
}
.list__item u {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.9166666667;
}
.list__item:last-of-type {
  margin-bottom: 0;
}

.pros {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.9rem;
  grid-auto-rows: 1fr;
}
@media (max-width: 1366px) {
  .pros {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.9rem;
  }
}
@media (max-width: 520px) {
  .pros {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pros__item {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 0.5rem;
  padding: 3.2rem 4rem 2.8rem;
  position: relative;
}
@media (max-width: 1760px) {
  .pros__item {
    padding: 3rem 2rem;
  }
}
@media (max-width: 520px) {
  .pros__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pros__item:last-of-type {
    margin-bottom: 0;
  }
}
.pros__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  transition: box-shadow 0.25s;
  content: "";
  width: calc(100% - 2rem);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.pros__icon {
  height: 8.2rem;
  width: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.5rem;
}
@media (max-width: 520px) {
  .pros__icon {
    height: auto;
    width: auto;
    margin-bottom: 2rem;
  }
}
.pros__icon img {
  max-height: 100%;
  max-width: 100%;
}
.pros__title {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3125;
}

.accordion {
  text-align: center;
}
.accordion__btn {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.15px;
  font-size: 1.4rem;
}
.accordion__btn::after {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 6px;
  background-image: url(../img/dropdown.svg);
  background-size: 10px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  content: "";
  margin-left: 8px;
  transform: rotate(0);
  transition: transform 0.25s;
}
.accordion__btn.is-active::after {
  transform: rotate(-180deg);
}
.accordion__desc {
  display: none;
  margin-top: 4rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .accordion__desc {
    margin-top: 2rem;
  }
}
@media (max-width: 520px) {
  .accordion__desc {
    font-size: 1.2rem;
  }
}

.message {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 4rem 4rem 4rem;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 40rem;
  max-width: calc(100% - 5rem);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 520px) {
  .message {
    padding: 3rem;
  }
}
@media (max-width: 375px) {
  .message {
    padding: 2rem;
  }
}
.message__icon {
  display: block;
  margin: 0 auto;
}
.message__title {
  margin-top: 2.5rem;
  line-height: 1.35;
  font-size: 3rem;
}
@media (max-width: 520px) {
  .message__title {
    font-size: 2.4rem;
  }
}
.message__text {
  margin-top: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15px;
  font-size: 1.4rem;
  color: #727272;
}
@media (max-width: 520px) {
  .message__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 375px) {
  .message__text {
    font-size: 1.2rem;
  }
}

.header {
  margin-bottom: 4rem;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 13.9rem;
  overflow: hidden;
}
.header__container {
  display: flex;
  align-items: center;
  position: relative;
  height: 9.7rem;
}
.header__container:after, .header__container:before {
  position: absolute;
  top: 100%;
  width: 100vw;
  height: 14px;
  background: url(../img/header-shadow.png) repeat-x;
  content: "";
}
.header__container::before {
  right: calc(100% + 1.1rem);
}
.header__container::after {
  left: 10.1rem;
}
.header__logo {
  margin: 2.7rem 0 0;
  position: relative;
  width: 9.1rem;
  height: 9.1rem;
}
.header__logo::before {
  display: block;
  width: 11.2rem;
  height: 4.2rem;
  background-image: url(../img/logo-bg.png);
  background-size: 11.2rem 4.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  content: "";
  top: 8rem;
  left: -1.1rem;
  position: absolute;
}
.header__logo strong {
  display: block;
  width: 9.1rem;
  height: 9.1rem;
  background-image: url(../img/logo.svg);
  background-size: 9.1rem 9.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  content: "";
  z-index: 2;
  position: relative;
}
.header__slogan {
  margin-left: 6rem;
  line-height: 1.45;
  letter-spacing: 0.15px;
  font-weight: 400;
}
@media (max-width: 520px) {
  .header__slogan {
    font-size: 1.3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 425px) {
  .header__slogan {
    display: none;
  }
}

.section {
  align-items: flex-start;
}
.section__container::after {
  content: "";
  clear: both;
  display: table;
}
.section__intro, .section__pros {
  float: left;
  width: 50%;
}
@media (max-width: 1440px) {
  .section__intro, .section__pros {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .section__intro, .section__pros {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .section__intro, .section__pros {
    width: 100%;
  }
}
.section__form {
  float: right;
  width: 50%;
  top: 10rem;
  position: sticky;
}

@media (max-width: 1024px) {
  .section__form {
    width: 100%;
    position: static;
    margin-top: 8rem;
  }
}
.section__pros {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .section__pros {
    margin-top: 8rem;
  }
}

.footer {
  width: 100%;
  margin-top: 8rem;
  padding: 6.8rem 0 7.9rem;
  background: #F1FCFF;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0;
  }
}

.section-intro__card {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .section-intro__card {
    display: block;
  }
}
.card__image {
  width: 40%;
}
@media (max-width: 480px) {
  .card__image {
    width: 100%;
  }
}

.section-intro__additional {
  margin-top: 6rem;
}
.section-intro__additional p {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 425px) {
  .section-intro__additional p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
input#secondname::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
input#secondname::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
input#secondname:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
input#secondname:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
input#secondname:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
input#secondname:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
input#secondname:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
input#secondname:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */