@charset "UTF-8";
/* 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; }

/* 1024-1279 рх */
/* 768-1023 рх */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"); }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-weight: 400;
  font-family: "Manrope", "Arial", sans-serif;
  color: #111a18;
  scroll-behavior: smooth; }

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

a {
  color: inherit; }

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

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2; }

.body--locked {
  overflow: hidden; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px; }

@media (max-width: 1024px) {
  .container {
    padding: 0 30px; } }

@media (max-width: 767px) {
  .container {
    padding: 0 20px; } }

.section-title {
  font-size: 35px;
  line-height: 48px;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #111a18; }

@media (max-width: 1024px) {
  .section-title {
    font-size: 30px;
    line-height: 40px; } }

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    line-height: 28px; } }

.button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  min-width: 153px;
  padding: 12px 14px 10px;
  color: #c22728;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  border: 1px solid #c22728;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }
  .button:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(193, 22, 22, 0.05); }

@media (max-width: 1024px) {
  .button {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 12px 8px; } }

@media (max-width: 767px) {
  .button {
    font-size: 12px;
    line-height: 16px;
    min-width: 140px; } }

.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff; }

.page-header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-header__top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto; }
  .page-header__top-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px; }
    .page-header__top-nav li:last-child {
      margin-right: 0; }
  .page-header__top-nav svg {
    margin-right: 15px; }
  .page-header__top-nav a {
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none; }
    .page-header__top-nav a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-header__top-nav a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.7; }

.page-header__bottom {
  padding: 10px 0 6px;
  background-color: #f3f2f2; }
  .page-header__bottom img {
    margin-right: auto;
    margin-top: -32px; }

.page-header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-header__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px; }
  .page-header__bottom-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 44px; }
  .page-header__bottom-nav li {
    margin-right: 50px; }
    .page-header__bottom-nav li:last-child {
      margin-right: 0; }
  .page-header__bottom-nav a {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none; }
    .page-header__bottom-nav a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-header__bottom-nav a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #c22728; }
    .page-header__bottom-nav a.active {
      color: #c22728; }

.page-header__callback-button {
  padding: 8px 9px 7px;
  font-weight: 400;
  text-transform: unset;
  background-color: #ffffff; }
  .page-header__callback-button:hover {
    color: #ffffff;
    background-color: #c22728; }

.page-header__nav-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: none;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 1024px) {
  .page-header__bottom img {
    width: 50px; }
  .page-header__bottom-nav ul {
    margin-right: 20px; }
  .page-header__bottom-nav li {
    margin-right: 20px; }
  .page-header__bottom-nav a {
    font-size: 14px;
    line-height: 18px; }
  .page-header__callback-button {
    padding: 5px 8px 5px; } }

@media (max-width: 767px) {
  .page-header__top-nav {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-header__top-nav li {
      margin-right: 30px; }
    .page-header__top-nav svg {
      margin-right: 10px; }
    .page-header__top-nav a {
      font-size: 13px;
      line-height: 18px; }
  .page-header__bottom {
    position: relative;
    padding: 5px 0; }
    .page-header__bottom img {
      width: 45px;
      margin-top: 0; }
  .page-header__bottom-nav {
    padding-bottom: 0; }
    .page-header__bottom-nav ul {
      position: absolute;
      z-index: 1;
      top: 70px;
      left: 0;
      bottom: auto;
      display: none;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 20px;
      overflow: auto;
      background-color: #f3f2f2; }
    .page-header__bottom-nav li {
      margin-bottom: 5px;
      margin-right: 0; }
      .page-header__bottom-nav li:last-child {
        margin-bottom: 0; }
    .page-header__bottom-nav--opened ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-header__bottom-nav--opened .page-header__nav-toggle {
      background-image: url("../img/icon-cross.svg"); }
  .page-header__nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-header__callback-button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 20px; } }

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 630px;
  padding-top: 126px;
  padding-bottom: 172px;
  color: #ffffff;
  /* margin-left: -100%;*/ } 
  .intro__content h1 {
    font-size: 53px;
    line-height: 61px;
    margin: 0;
    margin-bottom: 34px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase; }
  .intro__content p {
    font-size: 20px;
    line-height: 27px;
    max-width: 450px;
    margin: 0;
    margin-bottom: 38px;
    font-weight: 700; }
  .intro__content button {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .intro__content.visible {
    margin-left: 0;
    -webkit-transition: margin-left 2s linear;
    transition: margin-left 2s linear; }

@media (max-width: 1024px) {
  .intro__content {
    max-width: 550px;
    padding-bottom: 140px; }
    .intro__content h1 {
      font-size: 45px;
      line-height: 55px; }
    .intro__content p {
      font-size: 18px;
      line-height: 24px; } }

@media (max-width: 767px) {
  .intro__content {
    max-width: 350px;
    padding-top: 100px;
    padding-bottom: 120px; }
    .intro__content h1 {
      font-size: 28px;
      line-height: 36px; }
    .intro__content p {
      font-size: 16px;
      line-height: 21px; } }

.page-progress {
  position: fixed;
  bottom: 50px;
  left: 20px;
  z-index: 1;
  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: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fbfafa;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15); }
  .page-progress span {
    font-size: 15px;
    line-height: 20px;
    color: #538590;
    font-weight: 700; }

@media (max-width: 1024px) {
  .page-progress {
    left: 10px; } }

@media (max-width: 767px) {
  .page-progress {
    left: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px; }
    .page-progress span {
      font-size: 12px;
      line-height: 16px; } }

.services {
  padding-top: 75px;
  background-color: #fbfafa; }
  .services h2 {
    margin-bottom: 66px; }

.services__main-list,
.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  background-color: #ffffff;
  /* margin-top: 80px;
  opacity: 0;*/ } 
  .services__item:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .services__item.visible {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .services__item h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    margin-bottom: 17px; }
  .services__item span {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #538590; }
  .services__item p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 22px;
    color: #777273; }
  .services__item a {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
    .services__item a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .services__item a:last-of-type {
      margin-bottom: 50px; }
    .services__item a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #c22728; }
  .services__item button {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: auto;
    opacity: 0;
    visibility: hidden; }
    .services__item button:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .services__item:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15); }
    .services__item:hover button {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      visibility: visible; }
  .services__item:not([data-id]):hover {
    cursor: auto; }

.services__main-list {
  margin-bottom: 30px; }
  .services__main-list .services__item {
    width: 49.27%;
    margin-right: 1.46%;
    padding: 40px 55px 28px; }
    .services__main-list .services__item:nth-child(2n) {
      margin-right: 0; }

.services__list .services__item {
  width: 24.4%;
  min-height: 263px;
  margin-bottom: 12px;
  margin-right: 0.8%;
  padding: 30px 22px 21px; }
  .services__list .services__item:nth-child(4n) {
    margin-right: 0; }
  .services__list .services__item h3 {
    margin-bottom: 15px; }
  .services__list .services__item span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px; }
  .services__list .services__item p {
    margin-bottom: 18px; }

@media (max-width: 1024px) {
  .services {
    padding-top: 50px; }
    .services h2 {
      margin-bottom: 55px; }
  .services__item button {
    opacity: 1;
    visibility: visible; }
  .services__item span {
    margin-bottom: 20px; }
  .services__item p {
    font-size: 14px;
    line-height: 18px; }
  .services__main-list {
    margin-bottom: 12px; }
    .services__main-list .services__item {
      padding: 20px 18px 21px; }
  .services__list .services__item {
    padding: 20px 10px 21px; }
    .services__list .services__item h3 {
      font-size: 15px;
      line-height: 19px; }
    .services__list .services__item span {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px; }
    .services__list .services__item button {
      font-size: 10px;
      line-height: 12px;
      padding: 10px 8px 8px; } }

@media (max-width: 767px) {
  .services {
    padding-top: 40px; }
    .services h2 {
      margin-bottom: 35px; }
  .services__item {
    border-radius: 5px; }
    .services__item h3 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; }
    .services__item span {
      font-size: 22px;
      line-height: 30px; }
    .services__item a {
      font-size: 12px;
      line-height: 15px; }
      .services__item a:last-of-type {
        margin-bottom: 30px; }
  .services__list .services__item {
    width: 49.27%;
    margin-right: 1.46%;
    min-height: auto;
    padding: 20px 18px 21px; }
    .services__list .services__item:nth-child(2n) {
      margin-right: 0; }
    .services__list .services__item h3 {
      font-size: 18px;
      line-height: 24px; }
    .services__list .services__item p {
      margin-bottom: 20px; }
    .services__list .services__item button {
      font-size: 12px;
      line-height: 16px;
      padding: 10px 12px 8px; } }

@media (max-width: 500px) {
  .services__main-list,
  .services__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .services__main-list .services__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px; }
    .services__main-list .services__item:last-child {
      margin-bottom: 0; }
  .services__list .services__item {
    width: 100%;
    margin-right: 0; }
    .services__list .services__item:last-child {
      margin-bottom: 0; } }

.how {
  padding-top: 57px;
  padding-bottom: 96px;
  background-color: #fbfafa; }
  .how h2 {
    margin-bottom: 50px; }

.how__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1244px;
  margin: 0 auto; }
  .how__list li {
    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;
    width: 21.4%;
    margin-right: 4.8%;
    /* opacity: 0;*/ } 
    .how__list li.visible {
      opacity: 1;
      -webkit-transition: 1s;
      transition: 1s; }
    .how__list li:nth-child(4n) {
      margin-right: 0; }
    .how__list li:nth-child(1) h3 {
      max-width: 220px; }
    .how__list li svg {
      margin-bottom: 15px; }
    .how__list li h3 {
      font-size: 22px;
      line-height: 25px;
      max-width: 235px;
      margin: 0;
      margin-bottom: 15px;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase;
      text-align: center; }
    .how__list li p {
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      color: #777273;
      text-align: center; }
    .how__list li button {
      margin-top: 17px; }

@media (max-width: 1024px) {
  .how {
    padding-top: 50px;
    padding-bottom: 70px; }
    .how h2 {
      margin-bottom: 40px; }
  .how__list li {
    width: 23.125%;
    margin-right: 2.5%; }
    .how__list li:nth-child(1) h3 {
      max-width: 150px; }
    .how__list li svg {
      width: 85px;
      margin-bottom: 10px; }
    .how__list li h3 {
      font-size: 15px;
      line-height: 18px;
      max-width: 180px;
      margin-bottom: 10px; }
    .how__list li p {
      font-size: 13px;
      line-height: 18px; }
    .how__list li button {
      margin-top: 17px; } }

@media (max-width: 767px) {
  .how {
    padding-bottom: 50px; }
    .how h2 {
      margin-bottom: 30px; }
  .how__list li {
    width: 40%;
    margin-right: 20%;
    margin-bottom: 25px; }
    .how__list li:last-child {
      margin-bottom: 0; }
    .how__list li:nth-child(2n) {
      margin-right: 0; }
    .how__list li svg {
      margin-bottom: 5px; }
    .how__list li p {
      max-width: 300px; }
    .how__list li button {
      margin-top: 12px; } }

@media (max-width: 500px) {
  .how__list li {
    width: 100%;
    margin-right: 0; } }

.assistance {
  position: relative;
  padding-top: 71px;
  padding-bottom: 12px;
  background-color: #538590;
  color: #f3f2f2;
  background-image: url("../img/assistance-top.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .assistance {
      background-image: url("../img/assistance-top@2x.png"); } }
  .assistance h2 {
    margin-bottom: 6px;
    color: #f3f2f2; }

.assistance__form {
  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; }

.assistance__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px; }
  .assistance__form-inputs input {
    font-size: 20px;
    line-height: 27px;
    width: 424px;
    margin-right: 22px;
    padding: 21px 16px 17px;
    font-weight: 700;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px; }
    .assistance__form-inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .assistance__form-inputs input:last-child {
      margin-right: 0; }
    .assistance__form-inputs input::-webkit-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #ffffff; }
    .assistance__form-inputs input::-moz-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #ffffff; }
    .assistance__form-inputs input:-ms-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #ffffff; }
    .assistance__form-inputs input::-ms-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #ffffff; }
    .assistance__form-inputs input::placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #ffffff; }
    .assistance__form-inputs input:hover, .assistance__form-inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 3px 1px white;
              box-shadow: inset 0 0 3px 1px white; }

.assistance__subtitle {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 50px;
  text-align: center; }

.assistance__form-button {
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff; }
  .assistance__form-button:hover {
    background-color: rgba(255, 255, 255, 0.35); }

.assistance__form-consent {
  font-size: 12px;
  line-height: 16px;
  max-width: 450px;
  margin: 0;
  text-align: center; }

@media (max-width: 1024px) {
  .assistance {
    padding-top: 50px; }
  .assistance__form-inputs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .assistance__form-inputs input {
      font-size: 18px;
      line-height: 24px;
      max-width: 424px;
      width: 45%;
      margin-right: 5%;
      padding: 18px 16px 15px; }
      .assistance__form-inputs input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 24px; }
      .assistance__form-inputs input::-moz-placeholder {
        font-size: 18px;
        line-height: 24px; }
      .assistance__form-inputs input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px; }
      .assistance__form-inputs input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px; }
      .assistance__form-inputs input::placeholder {
        font-size: 18px;
        line-height: 24px; } }

@media (max-width: 767px) {
  .assistance {
    padding-top: 40px; }
  .assistance__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px; }
  .assistance__form-inputs input {
    font-size: 16px;
    line-height: 21px;
    width: 47.5%;
    padding: 13px 12px 11px; }
    .assistance__form-inputs input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .assistance__form-inputs input::-moz-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .assistance__form-inputs input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .assistance__form-inputs input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .assistance__form-inputs input::placeholder {
      font-size: 16px;
      line-height: 20px; }
  .assistance__form-consent {
    font-size: 10px;
    line-height: 12px;
    max-width: 400px; } }

@media (max-width: 500px) {
  .assistance__form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    .assistance__form-inputs input {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .assistance__form-inputs input:last-child {
        margin-bottom: 0; } }

.advantages {
  background-color: #fbfafa;
  background-size: cover;
  background-position: center; }

.advantages__wrapper {
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: url("../img/advantages-top.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .advantages__wrapper {
      background-image: url("../img/advantages-top@2x.png"); } }

.advantages__title {
  max-width: 500px;
  margin-bottom: 98px; }
  .advantages__title span {
    font-size: 55px;
    line-height: 55px; }

.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1125px;
  margin: 0 auto;
  /* margin-top: -100px;
  opacity: 0; */} 
  .advantages__list.visible {
    margin-top: 0;
    opacity: 1;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .advantages__list li {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 44.86%;
    margin-right: 10.28%;
    margin-bottom: 80px;
    padding-left: 30px; }
    .advantages__list li:nth-child(2n) {
      margin-right: 0; }
    .advantages__list li h3 {
      font-size: 22px;
      line-height: 25px;
      position: relative;
      margin: 0;
      margin-bottom: 25px;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase; }
      .advantages__list li h3::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        background-color: #c22728;
        left: -30px;
        top: 10px; }
    .advantages__list li p {
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      color: #777273; }
    .advantages__list li button {
      min-width: 143px;
      margin-top: 15px; }

@media (max-width: 1024px) {
  .advantages__wrapper {
    padding-top: 70px; }
  .advantages__title {
    margin-bottom: 70px; }
    .advantages__title span {
      font-size: 50px;
      line-height: 50px; }
  .advantages__list {
    margin-top: -50px; }
    .advantages__list li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 60px; }
      .advantages__list li h3 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .advantages__wrapper {
    padding-top: 60px; }
  .advantages__title {
    max-width: 350px;
    margin-bottom: 50px; }
    .advantages__title span {
      font-size: 40px;
      line-height: 40px; }
  .advantages__list li {
    margin-bottom: 50px;
    padding-left: 18px; }
    .advantages__list li h3 {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 10px; }
      .advantages__list li h3::before {
        width: 15px;
        left: -25px;
        top: 8px; }
    .advantages__list li p {
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 500px) {
  .advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .advantages__list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; }
      .advantages__list li:last-child {
        margin-bottom: 0; } }

.faq {
  padding-top: 83px;
  padding-bottom: 104px;
  background-color: #fbfafa; }

.faq__title {
  margin-bottom: 50px; }

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto; }

.faq__new-question {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 280px;
  margin-right: auto;
  padding-top: 70px; }
  .faq__new-question p {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #777273; }

.faq__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 676px;
  width: 58.78%;
  margin-left: 20px; }

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .faq__list li {
    border-bottom: 1px solid #111A18;
    /* opacity: 0; */} 
    .faq__list li.active div a {
      color: #111A18; }
      .faq__list li.active div a::after {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .faq__list li.active p {
      display: block; }
    .faq__list li.visible {
      opacity: 1;
      -webkit-transition: opacity 1s linear;
      transition: opacity 1s linear; }
  .faq__list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 13px; }
    .faq__list div a {
      font-size: 16px;
      line-height: 22px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-right: auto;
      text-decoration: none;
      color: #777273; }
      .faq__list div a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .faq__list div a:after {
        content: "+";
        font-size: 23px;
        line-height: 23px;
        -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: 30px;
        height: 30px;
        margin-left: 10px;
        font-weight: 700;
        color: #111A18; }
        .faq__list div a:after:not(:hover) {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .faq__list div a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #111A18; }
        .faq__list div a:hover::after {
          outline: none;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          color: #777273; }
  .faq__list p {
    font-size: 14px;
    line-height: 19px;
    display: none;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #777273; }

@media (max-width: 1024px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 50px; }
  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%; }
  .faq__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
  .faq__new-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin-right: 0;
    padding-top: 60px; }
    .faq__new-question p {
      text-align: center; } }

@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px; }
  .faq__title {
    margin-bottom: 30px; }
  .faq__new-question {
    padding-top: 50px; }
    .faq__new-question p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 15px; }
  .faq__list div {
    padding-top: 10px;
    padding-bottom: 3px; }
    .faq__list div a {
      font-size: 15px;
      line-height: 20px; }
  .faq__list p {
    font-size: 13px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 20px; } }

.request {
  padding-top: 50px;
  padding-bottom: 52px;
  background-image: url("../img/request-top.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .request {
      background-image: url("../img/request-top@2x.png"); } }

.request__title {
  margin-bottom: 50px;
  color: #777273; }

@media (max-width: 767px) {
  .request {
    padding-top: 40px; }
  .request__title {
    margin-bottom: 30px; } }

.request-form {
  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; }

.request-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 870px;
  margin-bottom: 20px; }
  .request-form__inputs input {
    font-size: 20px;
    line-height: 27px;
    width: 424px;
    margin-right: 22px;
    margin-bottom: 15px;
    padding: 21px 16px 17px;
    font-weight: 700;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    color: #c4c4c4;
    border-radius: 5px; }
    .request-form__inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .request-form__inputs input:nth-child(2n) {
      margin-right: 0; }
    .request-form__inputs input::-webkit-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #c4c4c4; }
    .request-form__inputs input::-moz-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #c4c4c4; }
    .request-form__inputs input:-ms-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #c4c4c4; }
    .request-form__inputs input::-ms-input-placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #c4c4c4; }
    .request-form__inputs input::placeholder {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
      color: #c4c4c4; }
    .request-form__inputs input:hover, .request-form__inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 3px 1px #c4c4c4;
              box-shadow: inset 0 0 3px 1px #c4c4c4; }

.request-form__button {
  margin-bottom: 25px; }

.request-form__consent {
  font-size: 12px;
  line-height: 16px;
  max-width: 450px;
  margin: 0;
  text-align: center; }

@media (max-width: 1024px) {
  .request-form__inputs input {
    font-size: 18px;
    line-height: 24px;
    width: 47%;
    margin-right: 6%;
    padding: 18px 16px 15px; }
    .request-form__inputs input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px; }
    .request-form__inputs input::-moz-placeholder {
      font-size: 18px;
      line-height: 24px; }
    .request-form__inputs input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px; }
    .request-form__inputs input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px; }
    .request-form__inputs input::placeholder {
      font-size: 18px;
      line-height: 24px; } }

@media (max-width: 767px) {
  .request-form__inputs input {
    font-size: 16px;
    line-height: 21px;
    width: 49%;
    margin-right: 2%;
    padding: 13px 12px 11px; }
    .request-form__inputs input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .request-form__inputs input::-moz-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .request-form__inputs input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .request-form__inputs input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px; }
    .request-form__inputs input::placeholder {
      font-size: 16px;
      line-height: 20px; }
  .request-form__consent {
    font-size: 10px;
    line-height: 12px;
    max-width: 400px; } }

@media (max-width: 500px) {
  .request-form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    .request-form__inputs input {
      width: 100%;
      margin-right: 0; }
      .request-form__inputs input:last-child {
        margin-bottom: 0; } }

.page-footer {
  background-color: #111A18;
  color: #fbfafa; }

.page-footer__top {
  max-width: 1150px;
  margin: 0 auto 50px;
  padding-top: 100px; }

.page-footer__top-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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; }
  .page-footer__top-list li {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 20px; }
    .page-footer__top-list li:last-child {
      margin-right: 0; }
    .page-footer__top-list li h3 {
      font-size: 22px;
      line-height: 25px;
      margin: 0;
      margin-bottom: 10px;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase;
      color: #ffffff; }
    .page-footer__top-list li a {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 17px;
      text-decoration: none; }
    .page-footer__top-list li p {
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      margin-bottom: 17px; }
    .page-footer__top-list li span {
      font-size: 16px;
      line-height: 22px; }
    .page-footer__top-list li .button {
      font-size: 10px;
      line-height: 14px;
      min-width: auto;
      margin: 0;
      padding: 4px 14px 4px;
      background-color: rgba(255, 255, 255, 0.1);
      border-color: #ffffff;
      color: #ffffff; }
      .page-footer__top-list li .button:hover {
        background-color: rgba(255, 255, 255, 0.45); }

.page-footer__bottom {
  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;
  padding: 10px 0;
  color: rgba(243, 242, 242, 0.5); }
  .page-footer__bottom p {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    margin-right: 20px; }
    .page-footer__bottom p:last-child {
      margin-right: 0; }
  .page-footer__bottom a {
    text-decoration: none; }
    .page-footer__bottom a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-footer__bottom a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #f3f2f2; }

@media (max-width: 1024px) {
  .page-footer__top {
    margin-bottom: 35px;
    padding-top: 70px; }
  .page-footer__top-list li h3 {
    font-size: 18px;
    line-height: 20px; }
  .page-footer__top-list li a {
    font-size: 13px;
    line-height: 18px; }
  .page-footer__top-list li p {
    font-size: 13px;
    line-height: 18px; }
  .page-footer__top-list li span {
    font-size: 13px;
    line-height: 18px; }
  .page-footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-footer__bottom p {
      width: 58.5%; }
      .page-footer__bottom p:last-child {
        width: auto; } }

@media (max-width: 767px) {
  .page-footer__top {
    margin-bottom: 0;
    padding-top: 45px; }
  .page-footer__top-list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px; }
    .page-footer__top-list li:nth-child(2n) {
      margin-right: 0; }
    .page-footer__top-list li h3 {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 5px; }
    .page-footer__top-list li a {
      font-size: 10px;
      line-height: 13px;
      margin-bottom: 10px; }
    .page-footer__top-list li p {
      font-size: 10px;
      line-height: 13px;
      margin-bottom: 10px; }
    .page-footer__top-list li span {
      font-size: 10px;
      line-height: 13px; }
    .page-footer__top-list li .button {
      font-size: 9px;
      line-height: 12px; }
  .page-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-footer__bottom p {
      font-size: 10px;
      line-height: 12px;
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; }
      .page-footer__bottom p:last-child {
        margin-bottom: 0;
        text-align: center; } }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto; }

@-webkit-keyframes smooth {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes smooth {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modal--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal--show .modal__content {
    -webkit-animation-name: smooth;
            animation-name: smooth;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }

.modal__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff; }

.modal__content-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.modal__close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 50px;
  top: 17px;
  width: 20px;
  height: 20px; }
  .modal__close:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .modal__close:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

@media (max-width: 1024px) {
  .modal__close {
    right: 30px; } }

@media (max-width: 767px) {
  .modal__close {
    right: 20px;
    width: 16px;
    height: 16px; }
    .modal__close svg {
      width: 16px;
      height: 16px; } }

.request-modal .modal__content-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
  padding-bottom: 130px; }

.request-modal__title {
  margin-bottom: 50px;
  color: #777273; }

@media (max-width: 1024px) {
  .request-modal .modal__content-container {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (max-width: 767px) {
  .request-modal .modal__content-container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .request-modal__title {
    margin-bottom: 30px; } }

.details-modal .modal__content-container {
  padding-top: 50px;
  padding-bottom: 175px;
  padding-left: 170px; }

.details-modal__title {
  max-width: 600px;
  margin: 0;
  margin-bottom: 35px;
  color: #111a18;
  text-align: left; }

.details-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px; }
  .details-modal__list li {
    margin-bottom: 35px; }
    .details-modal__list li:last-child {
      margin-bottom: 0; }
    .details-modal__list li h3 {
      font-size: 22px;
      line-height: 25px;
      margin: 0;
      margin-bottom: 10px;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase; }
    .details-modal__list li p {
      font-size: 16px;
      line-height: 22px;
      margin: 0; }

.details-modal__bottom {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .details-modal__bottom span {
    font-size: 35px;
    line-height: 48px;
    color: #538590; }

@media (max-width: 1024px) {
  .details-modal .modal__content-container {
    padding-bottom: 100px;
    padding-left: 30px; }
  .details-modal__bottom span {
    font-size: 30px;
    line-height: 40px; } }

@media (max-width: 767px) {
  .details-modal .modal__content-container {
    padding-bottom: 40px;
    padding-left: 20px; }
  .details-modal__title {
    font-size: 18px;
    line-height: 26px;
    max-width: 300px;
    margin-bottom: 25px; }
  .details-modal__list {
    margin-bottom: 40px; }
    .details-modal__list li {
      margin-bottom: 35px; }
      .details-modal__list li h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px; }
      .details-modal__list li p {
        font-size: 13px;
        line-height: 18px; }
  .details-modal__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .details-modal__bottom span {
      font-size: 20px;
      line-height: 28px;
      margin-top: 10px; } }

.privacy-policy {
  padding-top: 50px;
  padding-bottom: 50px; }
  .privacy-policy h1 {
    font-size: 35px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase; }
  .privacy-policy h2 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    margin-bottom: 20px; }
  .privacy-policy p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 15px; }

@media (max-width: 1024px) {
  .privacy-policy h1 {
    font-size: 30px;
    line-height: 40px; }
  .privacy-policy p {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .privacy-policy {
    padding-top: 30px;
    padding-bottom: 30px; }
    .privacy-policy h1 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; }
    .privacy-policy h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; }
    .privacy-policy p {
      margin-bottom: 10px; } }
