/* stylelint-disable */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

.content-box-component {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

body {
  height: 100%;
  margin: 0 auto;
  color: #313131;
  background-color: #fcfbfc;
  font-family: 'Gotham';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal; }

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

ul,
ol,
li {
  padding: 0;
  margin: 0; }

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

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

.container {
  min-width: 320px;
  max-width: 1400px;
  padding: 0 90px;
  margin: 0 auto; }
  @media (max-width: 650px) {
    .container {
      padding: 0 35px; } }
  @media (max-width: 400px) {
    .container {
      padding: 0 10px; } }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 40px;
  padding: 15px 42px;
  background-color: #E41D22;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  @media (max-width: 1530px) {
    .btn {
      padding: 15px 22px; } }
  @media (max-width: 1150px) {
    .btn {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 874px) {
    .btn {
      padding: 10px 30px;
      font-size: 16px;
      line-height: 24px; } }
  .btn:hover {
    -webkit-box-shadow: 0px 7px 15px -8px #000000;
            box-shadow: 0px 7px 15px -8px #000000; }

.btn--black {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 44px;
  background-color: #313131; }
  @media (max-width: 674px) {
    .btn--black {
      width: 100%;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 22px;
      margin-top: 20px;
      margin-bottom: 35px; } }

.btn--submit {
  max-width: 421px;
  margin: 0;
  margin-left: 10px; }
  @media (max-width: 1217px) {
    .btn--submit {
      max-width: none;
      width: 100%;
      margin-left: 0;
      padding: 10px 22px; } }
  @media (max-width: 340px) {
    .btn--submit {
      padding: 10px 10px; } }

.btn--modal {
  width: 100%; }

.btn--faq {
  width: 100%; }
  @media (max-width: 1200px) {
    .btn--faq {
      margin: 0; } }

button {
  border: none; }

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

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.img-bg {
  position: relative; }

.img-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover; }

.section-caption {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px; }
  @media (max-width: 979px) {
    .section-caption {
      font-size: 20px;
      line-height: 30px;
      text-align: center; } }
  @media (max-width: 400px) {
    .section-caption {
      font-size: 18px;
      line-height: 30px; } }

.section-caption span {
  color: #E41D22; }

.__center {
  text-align: center; }

.footer {
  position: relative;
  padding-top: 80px; }
  @media (max-width: 900px) {
    .footer {
      padding-top: 40px; } }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #E41D22; }
  .footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #E41D22; }

.footer__bottom {
  width: 100%;
  background-color: #C4C4C4;
  padding: 10px 0; }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__wrapper--top {
    margin-bottom: 20px; }
    @media (max-width: 900px) {
      .footer__wrapper--top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  @media (max-width: 739px) {
    .footer__wrapper--bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  @media (max-width: 550px) {
    .footer__docs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer__link--conf {
  text-decoration: underline; }

.footer__link--bottom {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 900px) {
    .footer__link--bottom {
      font-size: 12px; } }
  @media (max-width: 739px) {
    .footer__link--bottom {
      margin-bottom: 10px; } }
  .footer__link--bottom:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #9e9e9e; }

.footer__link--docs {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #313131;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .footer__link--docs:first-child {
    margin-right: 50px; }
    @media (max-width: 550px) {
      .footer__link--docs:first-child {
        margin-right: 0; } }
  .footer__link--docs:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7; }

.footer .logo {
  margin: 0;
  -webkit-transform: unset;
          transform: unset; }

.footer .contacts__location {
  margin-right: 0; }

.footer .contacts__link--mail {
  font-size: 12px; }

.footer .logo img {
  width: 200px;
  max-width: none; }
  @media (max-width: 900px) {
    .footer .logo img {
      width: unset;
      max-width: 100%; } }
  @media (max-width: 500px) {
    .footer .logo img {
      width: 200px;
      max-width: none; } }

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%; }
  .footer__copyright {
    color: #fff;
  }
.header {
  position: absolute;
  z-index: 111;
  width: 100%;
  min-height: 160px;
  padding-top: 44px;
  background-color: transparent; }
  @media (max-width: 1367px) {
    .header {
      padding-top: 30px; } }
  @media (max-width: 1145px) {
    .header {
      padding-top: 20px; } }
  .header--shadow {
    -webkit-box-shadow: 0px 8px 15px -5px #000000;
            box-shadow: 0px 8px 15px -5px #000000; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1920px;
  padding: 0 55px;
  margin: 0 auto; }
  @media (max-width: 1367px) {
    .header__wrapper {
      padding: 0 30px; } }
  @media (max-width: 1150px) {
    .header__wrapper {
      padding: 0 25px 0 70px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 874px) {
    .header__wrapper {
      padding: 0 25px 0 55px; } }

.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 98px;
  margin-right: 37px; }
  @media (max-width: 1230px) {
    .logo {
      margin-right: 25px; } }
  @media (max-width: 1150px) {
    .logo {
      margin-right: 0;
      margin-bottom: 20px;
      -webkit-transform: translateX(-26%);
              transform: translateX(-26%); } }

@media (max-width: 874px) {
  .logo img {
    width: 200px;
    max-width: none; } }

.home--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E41D22), to(#960d12));
  background: linear-gradient(180deg, #E41D22 0%, #960d12 100%);
  border: 1px solid #E41D22;
  -webkit-box-shadow: inset 0px 6px 13px #E41D22;
          box-shadow: inset 0px 6px 13px #E41D22; }
  .home--link::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 14px;
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .home--link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset 0px 6px 13px #E41D22, 0px 0px 20px 1px rgba(99, 10, 10, 0.64);
            box-shadow: inset 0px 6px 13px #E41D22, 0px 0px 20px 1px rgba(99, 10, 10, 0.64); }

.contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1150px) {
    .contacts {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 874px) {
    .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts__wrapper--top {
    margin-bottom: 15px; }

.contacts__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1562px) {
    .contacts__group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px;
      margin-right: 22px; } }
  @media (max-width: 1150px) {
    .contacts__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; } }
  @media (max-width: 459px) {
    .contacts__group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 1150px) {
  .contacts__group--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; } }

@media (max-width: 900px) {
  .contacts__group--footer {
    width: 45%; } }

@media (max-width: 550px) {
  .contacts__group--footer {
    width: 100%; } }

.contacts__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1210px) {
    .contacts__location {
      width: 35%; } }
  @media (max-width: 1150px) {
    .contacts__location {
      width: auto; } }
  @media (max-width: 874px) {
    .contacts__location {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px; } }

@media (max-width: 1210px) {
  .contacts__location--footer {
    width: unset; } }

@media (max-width: 900px) {
  .contacts__location--footer {
    margin-top: 30px; } }

.contacts__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 19px; }
  @media (max-width: 1367px) {
    .contacts__numbers {
      margin-right: 0; } }
  @media (max-width: 1150px) {
    .contacts__numbers {
      margin-left: 30px; } }
  @media (max-width: 449px) {
    .contacts__numbers {
      margin-left: 0; } }
  .contacts__numbers--faq {
    margin-left: 0; }
  .contacts__numbers--footer {
    padding-right: 90px;
    margin-right: 0;
    border-right: 1px dashed rgba(49, 49, 49, 0.5); }
    @media (max-width: 1562px) {
      .contacts__numbers--footer {
        padding-right: 0;
        border: none; } }

@media (max-width: 1150px) {
  .contacts__numbers--footer {
    margin-left: 0; } }

.contacts__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border: 1px solid #313131;
  border-radius: 50%;
  margin-right: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 1530px) {
    .contacts__icon {
      margin-right: 12px; } }
  @media (max-width: 1367px) {
    .contacts__icon {
      width: 45px;
      height: 45px; } }
  @media (max-width: 459px) {
    .contacts__icon {
      width: 25px;
      height: 32px;
      border: none; } }
  .contacts__icon--faq {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #E41D22;
    margin-right: 30px; }
    @media (max-width: 459px) {
      .contacts__icon--faq {
        width: 50px;
        height: 50px;
        border: none; } }
    @media (max-width: 600px) {
      .contacts__icon--faq {
        margin-right: 10px; } }
  .contacts__icon--numbers {
    background-image: url("../img/svg/numbers.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .contacts__icon--mail {
    background-image: url("../img/svg/mail.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.contacts__icon:hover {
  border: 1px solid #E41D22;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 459px) {
    .contacts__icon:hover {
      border: none; } }

.contacts__icon svg,
.contacts__link--messenger svg {
  fill: #313131;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.contacts__icon:hover svg {
  fill: #E41D22;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.contacts__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-left: 20px; }
  @media (max-width: 1367px) {
    .contacts__messengers {
      margin-left: 0; } }
  @media (max-width: 459px) {
    .contacts__messengers {
      margin-bottom: 20px; } }
  @media (max-width: 550px) {
    .contacts__messengers--footer {
      margin-top: 30px; } }

.contacts__link {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .contacts__link--mail {
    font-weight: 500;
    line-height: 28px;
    color: #E41D22;
    text-decoration: underline; }
    @media (max-width: 449px) {
      .contacts__link--mail {
        font-size: 14px; } }
  .contacts__link--phone {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold; }
    @media (max-width: 874px) {
      .contacts__link--phone {
        font-size: 16px; } }
  .contacts__link--text:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8; }
  .contacts__link--messenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #313131;
    border-radius: 50%;
    margin-right: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (max-width: 1530px) {
      .contacts__link--messenger {
        margin-right: 20px; } }
    @media (max-width: 1367px) {
      .contacts__link--messenger {
        width: 45px;
        height: 45px; } }
    @media (max-width: 874px) {
      .contacts__link--messenger {
        margin-right: 25px; } }
  .contacts__link--tm:hover {
    border: 1px solid #41bedd; }
  .contacts__link--viber:hover {
    border: 1px solid #736cd7; }
  .contacts__link--whatsapp:hover {
    border: 1px solid #18A851; }
  .contacts__link--faq {
    color: #313131; }

.contacts__link--tm:hover svg {
  fill: #41bedd;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.contacts__link--viber:hover svg {
  fill: #736cd7;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.contacts__link--whatsapp:hover svg {
  fill: #18A851;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.contacts__address {
  font-style: normal;
  line-height: 28px;
  word-wrap: normal; }
  @media (max-width: 1149px) {
    .contacts__address {
      padding-right: 20px; } }
  @media (max-width: 459px) {
    .contacts__address {
      font-size: 14px;
      padding-right: 0; } }
  .contacts__address--faq {
    text-align: left; }

@media (max-width: 1367px) {
  .contacts__link--messenger:last-child {
    margin-right: 0; } }

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 992px;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 55px;
  padding-bottom: 60px; }
  @media (max-width: 1150px) {
    .hero {
      padding: 0 25px; } }
  @media (max-width: 874px) {
    .hero {
      padding: 0 15px; } }

.hero__img {
  position: absolute;
  top: 250px;
  right: 0;
  width: 520px;
  height: 800px; }
  @media (max-width: 1370px) {
    .hero__img {
      right: -100px; } }
  @media (max-width: 1370px) {
    .hero__img {
      right: -130px; } }
  @media (max-width: 1150px) {
    .hero__img {
      top: 300px;
      right: -230px; } }
  @media (max-width: 979px) {
    .hero__img {
      display: none; } }

.hero__redline {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.73%, #E41D22), to(rgba(228, 29, 34, 0)));
  background: linear-gradient(180deg, #E41D22 40.73%, rgba(228, 29, 34, 0) 100%); }
  .hero__redline--thin {
    width: 12px;
    margin-right: 11px; }
    @media (max-width: 1150px) {
      .hero__redline--thin {
        width: 5px; } }
  .hero__redline--fat {
    width: 32px; }
    @media (max-width: 1150px) {
      .hero__redline--fat {
        width: 10px; } }

.hero__content {
  width: 50%;
  margin-top: 200px;
  margin-left: 200px; }
  @media (max-width: 1370px) {
    .hero__content {
      margin-left: 100px;
      width: 60%; } }
  @media (max-width: 1150px) {
    .hero__content {
      margin-top: 330px; } }
  @media (max-width: 1150px) {
    .hero__content {
      width: 65%;
      margin-left: 70px; } }
  @media (max-width: 1150px) {
    .hero__content {
      width: 70%;
      margin-left: 70px; } }
  @media (max-width: 979px) {
    .hero__content {
      width: 100%;
      margin-left: 25px; } }
  @media (max-width: 599px) {
    .hero__content {
      margin-top: 350px;
      margin-left: 20px; } }
  @media (max-width: 459px) {
    .hero__content {
      margin-top: 400px; } }
  @media (max-width: 359px) {
    .hero__content {
      margin-top: 430px; } }

.hero__caption {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px; }
  @media (max-width: 979px) {
    .hero__caption {
      font-size: 24px;
      line-height: 34px;
      text-align: center; } }

.hero__caption span {
  color: #E41D22; }

.advantages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  text-align: left; }

.advantages__item {
  position: relative;
  width: 40%;
  padding-left: 50px;
  margin-bottom: 20px;
  margin-right: 34px; }
  @media (max-width: 979px) {
    .advantages__item {
      width: 45%; } }
  @media (max-width: 759px) {
    .advantages__item {
      font-size: 14px;
      line-height: 20px;
      margin-right: 26px; } }
  @media (max-width: 599px) {
    .advantages__item {
      width: 100%;
      margin-right: 0;
      padding-left: 30px; } }

.advantages__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(228, 29, 34, 0.5); }
  @media (max-width: 599px) {
    .advantages__icon {
      top: 0; } }

.advantages__icon span {
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.more {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-weight: 400; }
  @media (max-width: 599px) {
    .more {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.more__item {
  padding-top: 5px; }
  @media (max-width: 1300px) {
    .more__item {
      font-size: 14px; } }

.more__item:not(:last-child) {
  padding-right: 30px;
  border-right: 1px dashed rgba(49, 49, 49, 0.5); }
  @media (max-width: 969px) {
    .more__item:not(:last-child) {
      padding-right: 15px; } }
  @media (max-width: 599px) {
    .more__item:not(:last-child) {
      padding-bottom: 15px;
      padding-right: 0;
      border-right: none;
      border-bottom: 1px dashed rgba(49, 49, 49, 0.5);
      margin-bottom: 15px; } }

.more__item:not(:first-child) {
  margin-left: 30px; }
  @media (max-width: 969px) {
    .more__item:not(:first-child) {
      margin-left: 15px; } }
  @media (max-width: 599px) {
    .more__item:not(:first-child) {
      margin-left: 0; } }

.risks {
  margin-top: 50px; }

.risks__content {
  min-height: 1000px;
  background-image: url("../img/risks-guy.png");
  background-position: top 50px center;
  background-repeat: no-repeat; }
  @media (max-width: 1144px) {
    .risks__content {
      background-image: none;
      min-height: auto; } }

.risks__list {
  position: relative;
  list-style: none;
  margin: 0 auto;
  height: 900px; }
  @media (max-width: 1144px) {
    .risks__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 90%;
      height: auto;
      margin-top: 0; } }
  @media (max-width: 935px) {
    .risks__list {
      width: 100%; } }

.risks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  max-width: 340px;
  min-height: 370px;
  padding-top: 229px;
  background-position: top;
  background-repeat: no-repeat; }
  @media (max-width: 1265px) {
    .risks__item {
      min-height: 350px; } }
  @media (max-width: 1144px) {
    .risks__item {
      position: unset;
      margin-bottom: 20px; } }
  @media (max-width: 935px) {
    .risks__item {
      max-width: none;
      width: 100%;
      padding-top: 0;
      padding-left: 100px;
      min-height: 100px;
      background-position: left;
      background-size: 100px 90px; } }
  .risks__item--fines {
    top: 0;
    left: -50px;
    background-image: url("../img/fines.png"); }
  .risks__item--b-list {
    top: 0;
    right: -40px;
    background-image: url("../img/b-list.png"); }
  .risks__item--withdrawal {
    bottom: 0;
    left: 150px;
    background-image: url("../img/withdrawal.png"); }
  .risks__item--expenses {
    bottom: 0;
    right: 150px;
    background-image: url("../img/expenses.png"); }

.risks__caption {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 20px; }
  @media (max-width: 1265px) {
    .risks__caption {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 935px) {
    .risks__caption {
      padding-top: 0; } }
  @media (max-width: 400px) {
    .risks__caption {
      font-size: 16px;
      line-height: 20px; } }

.risks__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 1265px) {
    .risks__description {
      width: 60%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 13px;
      line-height: 18px;
      margin: 0; } }
  @media (max-width: 1144px) {
    .risks__description {
      width: 100%; } }
  @media (max-width: 935px) {
    .risks__description {
      padding: 0 20px; } }
  .risks__description--fines {
    padding: 0 20px; }

.risks__description span {
  color: #E41D22; }

::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #313131; }
  @media (max-width: 834px) {
    ::-webkit-input-placeholder {
      text-align: center;
      font-size: 16px;
      line-height: 26px; } }

::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #313131; }
  @media (max-width: 834px) {
    ::-moz-placeholder {
      text-align: center;
      font-size: 16px;
      line-height: 26px; } }

:-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #313131; }
  @media (max-width: 834px) {
    :-moz-placeholder {
      text-align: center;
      font-size: 16px;
      line-height: 26px; } }

:-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #313131; }
  @media (max-width: 834px) {
    :-ms-input-placeholder {
      text-align: center;
      font-size: 16px;
      line-height: 26px; } }

.form {
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding: 10px 30px;
  margin-top: 40px;
  color: #2d3a4d; }
  @media (max-width: 714px) {
    .form {
      width: 100%;
      padding: 10px 0;
      margin-top: 25px;
      margin-bottom: 0; } }
  .form--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 450px;
    padding: 30px 60px;
    padding-top: calc(30px - 1em);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 40px; }
    @media (max-width: 600px) {
      .form--modal {
        width: 310px;
        padding: 5px 15px;
        padding-top: calc(5px - 1em); } }

.form__caption {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold; }
  .form__caption--modal {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: calc(35px - 1em); }
  @media (max-width: 550px) {
    .form__caption {
      font-size: 24px;
      line-height: 30px; } }

.form__caption--modal span {
  color: #E41D22; }

.form__subcaption {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500; }
  @media (max-width: 550px) {
    .form__subcaption {
      font-size: 16px;
      line-height: 30px; } }
  .form__subcaption--modal {
    font-size: 14px;
    line-height: 21px;
    text-align: center; }
    @media (max-width: 600px) {
      .form__subcaption--modal {
        font-size: 14px;
        line-height: 21px; } }

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .form__wrapper--modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
  @media (max-width: 1217px) {
    .form__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 550px) {
    .form__wrapper {
      margin-bottom: 15px; } }
  .form__wrapper--agreement {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }

.form__input {
  width: 100%;
  padding: 20px 60px 20px 40px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #313131;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #313131; }
  .form__input--tel {
    background-image: url("../img/svg/form-phone.svg");
    background-position: top 25px left 10px;
    background-repeat: no-repeat; }
  .form__input--name {
    padding: 20px 60px 20px 50px;
    background-image: url("../img/svg/form-name.svg");
    background-position: top 25px left 10px;
    background-repeat: no-repeat; }
  .form__input--modal {
    padding: 20px 30px 20px 40px; }
  @media (max-width: 1340px) {
    .form__input {
      font-size: 16px;
      padding: 20px 20px 20px 40px; } }
  .form__input:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset 0 3px 13px -7px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 3px 13px -7px rgba(0, 0, 0, 0.3); }

.form__label {
  min-width: 421px; }
  @media (max-width: 1340px) {
    .form__label {
      min-width: 330px; } }
  @media (max-width: 1217px) {
    .form__label {
      margin-bottom: 15px; } }
  @media (max-width: 833px) {
    .form__label {
      min-width: 300px;
      width: 100%; } }
  .form__label--checkbox {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
    .form__label--checkbox:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-box-shadow: 0 3px 13px -7px rgba(0, 0, 0, 0.3);
              box-shadow: 0 3px 13px -7px rgba(0, 0, 0, 0.3); }
    @media (max-width: 812px) {
      .form__label--checkbox {
        font-size: 12px; } }
    @media (max-width: 390px) {
      .form__label--checkbox {
        width: 280px;
        font-size: 11px; } }
  .form__label--modal {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px; }
  .form__label--modal-checkbox {
    width: auto;
    font-size: 12px; }
    @media (max-width: 600px) {
      .form__label--modal-checkbox {
        text-align: center;
        margin-bottom: 10px; } }

.form__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.form__checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer; }

.form__checkbox + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #313131; }

.form__checkbox:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 2px;
  z-index: 1111;
  border: 3px solid #E41D22;
  border-width: 0 3px 3px 0;
  padding: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg); }

.form-modal {
  display: none;
  max-width: 465px;
  padding: 0;
  border-radius: 20px; }

.faq {
  margin-bottom: 80px; }
  @media (max-width: 799px) {
    .faq {
      margin-bottom: 35px; } }

.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 20px 20px; }
  @media (max-width: 1200px) {
    .faq__accordion {
      width: 100%; } }

.faq__accordion-item {
  margin-bottom: 50px; }
  @media (max-width: 1300px) {
    .faq__accordion-item {
      margin-bottom: 35px; } }

.faq__accordion-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 50px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (max-width: 1200px) {
    .faq__accordion-item-header {
      width: 100%; } }
  @media (max-width: 799px) {
    .faq__accordion-item-header {
      font-size: 18px;
      line-height: 18px; } }

.faq__accordion-item-content {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  visibility: hidden;
  height: 0;
  opacity: 0;
  text-align: left;
  border-left: 2px dotted #313131; }

.faq__accordion-item-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 1200px) {
    .faq__accordion-item-content p {
      font-weight: normal;
      font-size: 13px;
      line-height: 20px; } }

.faq__accordion-item.show .faq__accordion-item-content {
  padding: 1px 50px;
  visibility: visible;
  height: auto;
  opacity: 1; }
  @media (max-width: 1300px) {
    .faq__accordion-item.show .faq__accordion-item-content {
      padding: 1px 15px;
      padding-right: 5px; } }

.faq__accordion-item.show .faq__accordion-item-header {
  position: relative;
  color: #313131; }

.price__arrow {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -13px;
  right: 30px;
  width: 27px;
  height: 27px; }

.price__arrow::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 40px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: dotted #313131;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.faq__accordion-item.show .price__arrow::before {
  background-color: #ffffff;
  top: 50%;
  margin-top: -6px; }

.faq__accordion-item.show .price__arrow::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 40px;
  margin-left: -5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border: dotted #313131;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.faq__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #E41D2280; }

.faq__icon span {
  font-weight: 900;
  font-size: 25px;
  line-height: 46px;
  color: #ffffff; }

.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .faq__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.faq__contacts {
  padding-right: 100px;
  background-image: url("../img/faq-bg.png");
  background-position: top 70px right;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .faq__contacts {
      padding-right: 0;
      background-image: none; } }

.faq__contacts .contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 410px;
  margin-top: 40px;
  padding: 60px 55px;
  background-color: #ffffff;
  border-radius: 40px; }
  @media (max-width: 1300px) {
    .faq__contacts .contacts {
      width: 350px;
      padding: 30px 25px;
      margin-top: 30px; } }
  @media (max-width: 1200px) {
    .faq__contacts .contacts {
      width: 100%;
      margin-top: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.faq__contacts svg {
  fill: #E41D22; }

.faq .contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .faq .contacts__wrapper {
      margin-bottom: 25px; } }

@media (max-width: 1200px) {
  .faq .contacts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 940px) {
  .faq .contacts__column {
    width: 50%; } }

@media (max-width: 799px) {
  .faq .contacts__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; } }

/***/
#primary {
  padding-top: 150px;
}

@media (max-width: 1150px) {
  #primary {
    padding-top: 350px;
  }
}

@media (max-width: 459px) {
  #primary {
    padding-top: 390px;
  }
}

form .btn-main {
	cursor: pointer;
  border: none;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 80px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }

  .form__checkbox+.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #313131;
}
  .form__checkbox:checked+.wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 2px;
    z-index: 1111;
    border: 3px solid #e41d22;
    border-width: 0 3px 3px 0;
    padding: 6px;
    -webkit-transform: rotate(
50deg);
    transform: rotate(
50deg);
}

.form__checkbox+.wpcf7-list-item-label {
  position: relative;
  padding: 5px 0 0 25px;
  cursor: pointer;
  width: auto;
  font-size: 11px;
}

.wpcf7-spinner {
  display: none !important;
}
/*
     FILE ARCHIVED ON 19:03:37 Jun 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:55:16 Sep 28, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 312.203
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.058
  cdx.remote: 0.054
  esindex: 0.009
  LoadShardBlock: 286.524 (3)
  PetaboxLoader3.datanode: 347.293 (5)
  load_resource: 241.122 (2)
  PetaboxLoader3.resolve: 118.043 (2)
*/