/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

::selection {
  background-color: rgba(14, 128, 212, 0.3);
  color: #180B02;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Regular.eot');
  src: url('../fonts/LabGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LabGrotesque-Regular.woff2') format('woff2'), url('../fonts/LabGrotesque-Regular.woff') format('woff'), url('../fonts/LabGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Medium.eot');
  src: url('../fonts/LabGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/LabGrotesque-Medium.woff2') format('woff2'), url('../fonts/LabGrotesque-Medium.woff') format('woff'), url('../fonts/LabGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('../fonts/LabGrotesque-Bold.eot');
  src: url('../fonts/LabGrotesque-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/LabGrotesque-Bold.woff2') format('woff2'), url('../fonts/LabGrotesque-Bold.woff') format('woff'), url('../fonts/LabGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Lab Grotesque', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #180B02;
  background-color: #fff;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}

main {
  min-height: 100vh;
}

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

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: 700;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  field-sizing: content;
}

.w-100 {
  width: 100%;
}

.bg-w {
  background-color: #fff;
}

.bg-f9 {
  background-color: #F9F9F9;
}

.bg-db {
  background-color: #00469A !important;
  color: #fff !important;
}

.bg-lb {
  background-color: #E6F4FD !important;
}

.bg-e3 {
  background-color: #E3E3E3 !important;
}

.overflow {
  overflow: hidden;
}

i,
em {
  font-style: italic;
}

.tac {
  text-align: center;
}

.brs-40 {
  border-radius: 40px;
}

b,
strong {
  font-weight: 700;
}

.custom-logo-link {
  display: block;
}

.custom-logo-link img {
  display: block;
  width: 190px;
  height: auto;
}

.link-more {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #0E80D4;
  font-size: 20px;
  font-weight: 700;
  padding-right: 35px;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.link-more::after {
  position: absolute;
  content: '';
  background: url(../img/arrow-right.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: 0;
}

.link-more:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.read-next {
  display: inline-block;
  padding-top: 10px;
  color: #505152;
  text-decoration: underline;
  font-size: 20px;
}

.section {
  padding: 50px 0;
}

main section:last-child {
  padding-bottom: 116px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

.h2-descr {
  margin-bottom: 30px;
  font-size: 26px;
}

.h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}

.h3-descr {
  font-size: 20px;
  color: #505152;
}

.home .h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}

.home .h2-descr {
  margin-bottom: 30px;
  font-size: 26px;
}

.swiper-slide {
  height: auto;
}

/* Удаляем все анимации и переходы для людей, которые предпочитают их не использовать */

*:focus:not(:focus-visible) {
  outline: none !important;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff622c;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff622c;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Starting size (100%) */
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /* Scale up to 150% at the midpoint */
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Return to original size */
  }
}

@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Starting size (100%) */
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /* Scale up to 150% at the midpoint */
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Return to original size */
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

.burger {
  display: block;
  position: relative;
  z-index: 23;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 24px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 0;
}

.burger:focus {
  outline: none;
}

.burger > span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #180B02;
  position: relative;
  top: 10px;
  transition: background 0.5s 0.5s;
}

.burger > span:before,
.burger > span:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background: #180B02;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: top 0.5s 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s 0.5s, transform 0.5s;
  transition: top 0.5s 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.burger > span:before {
  width: 100%;
  top: -6px;
}

.burger > span:after {
  width: 100%;
  top: 6px;
}

.burger--close {
  position: relative;
}

.burger--close > span {
  transition: background 0.5s;
  background: transparent;
}

.burger--close > span:before,
.burger--close > span:after {
  width: 100%;
  transition: top 0.5s, -webkit-transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  top: 0;
  background-color: #180B02;
}

.burger--close > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.btn {
  display: inline-block;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0E80D4;
  border: 1px solid #0E80D4;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s ease;
}

.btn:hover,
.btn:focus {
  background-color: #30A2F6;
}

.btn:active {
  background-color: #005EB2;
}

.btn-o {
  background-color: #fff;
  color: #0E80D4;
}

.btn-o:hover,
.btn-o:focus {
  color: #30A2F6;
  border-color: #30A2F6;
  background-color: #fff;
}

.btn-o:active {
  color: #005EB2;
  border-color: #005EB2;
  background-color: #fff;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 40px;
  min-height: 260px;
  color: #180B02;
  background-color: #F9F9F9;
  text-decoration: none;
  border-radius: 30px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.card:hover {
  -webkit-transform: translateY(-8px) scale(1.02);
          transform: translateY(-8px) scale(1.02);
}

.card__pic {
  width: 40px;
  height: 40px;
}

.card__title {
  font-size: 26px;
  font-weight: 700;
}

.card__pic + .card__title {
  margin-top: 30px;
}

.card__descr {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
}

a.card {
  display: block;
  min-height: 260px;
}

a.card .card__descr {
  margin-bottom: 50px;
}

a.card::after {
  position: absolute;
  content: '';
  background: url(../img/arrow-right.svg) no-repeat center;
  width: 24px;
  height: 24px;
  bottom: 40px;
  left: 40px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

a.card:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.form__input {
  display: block;
  padding: 18px 30px;
  font-size: 20px;
  border-radius: 500px;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  opacity: 0.6;
}

.form__input:focus {
  opacity: 1;
  border: 1px solid #0E80D4;
}

.form__submit {
  display: block;
  width: 100%;
  max-width: 384px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  outline: none;
  text-wrap: auto;
  cursor: pointer;
}

.form textarea {
  height: 200px;
  padding: 30px;
  resize: none;
  overflow-y: auto;
}

.form__label {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 384px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance {
  font-size: 14px;
  text-align: left;
}

.form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
}

.form .wpcf7-acceptance input[type=checkbox] {
  display: inline-flex;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #0E80D4;
  position: relative;
}

.form .wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: url(../img/check_small-blue.svg) center / contain no-repeat;
}

.form .wpcf7-acceptance input[type=checkbox]:checked:before {
  opacity: 1;
  visibility: visible;
}

#get-chat .wpcf7-form {
  margin-top: -20px;
}

#get-chat .wpcf7-acceptance {
  display: inline-block;
  margin-top: 20px;
}

.soc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.soc__box {
  width: 106px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.soc__box a {
  display: block;
  width: 48px;
  height: 48px;
}

.tabs {
  margin: 20px 0;
  padding-bottom: 5px;
  display: flex;
  gap: 30px;
  overflow-x: auto;
}

.tabs-wrapper .active {
  position: relative;
  color: #0E80D4;
}

.tabs-wrapper .active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-color: #0E80D4;
}

.tab {
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}

.tab-item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.tab-card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.tab-image {
  border-radius: 30px;
}

.tab-image img {
  border-radius: inherit;
}

.tab-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  counter-reset: tab-list-item 0;
}

.tab-list-item {
  position: relative;
  padding-left: 52px;
  list-style: none;
  counter-increment: tab-list-item 1;
}

.tab-list-item::before {
  position: absolute;
  content: counter(tab-list-item);
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
}

.tab-list-item + .tab-list-item {
  margin-top: 10px;
}

.tab-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.tab-subtitle {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
}

.tab-descr {
  font-size: 20px;
  color: #505152;
}

.tab-descr a {
  color: #0E80D4;
  text-decoration: none;
}

.tab-descr a:hover {
  text-decoration: underline;
}

.tab-descr p {
  margin: 0;
}

.tab-descr p + p {
  margin-top: 10px;
}

.tab-descr p + ol {
  margin-top: 0;
}

.tab-descr b {
  display: block;
  color: #505152;
}

.tab-icon {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}

.tab-fin {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.tab-fin ul,
.tab-fin ol {
  margin: 0;
}

.info {
  position: relative;
  padding: 64px 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  background-color: #00469A;
  border-radius: 40px;
}

.info p {
  margin: 0;
}

.info p + p {
  margin-top: 10px;
}

.info::before {
  display: block;
  content: '';
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: url(../img/danger.svg) no-repeat center / contain;
}

.popup {
  max-width: 700px;
  padding: 66px 88px;
  background-color: #fff;
  border-radius: 40px;
}

.popup__title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.popup__descr {
  font-size: 26px;
  text-align: center;
}

.popup__tel {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  color: #0E80D4;
  text-align: center;
}

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

.popup form {
  margin-top: 40px;
}

.popup form .form__input {
  background-color: #F9F9F9;
}

.popup form .form__input:focus {
  background-color: #fff;
}

.popup .wpcf7-form-control-wrap,
.popup .form__input,
.popup .btn {
  max-width: 100%;
  border-radius: 20px;
}

.popup .fancybox-button {
  width: 32px;
  height: 32px;
}

.popup .fancybox-close-small {
  top: 40px;
  right: 40px;
  border: 2px solid #9E9E9E;
  border-radius: 50%;
  color: #9E9E9E;
  opacity: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner {
  height: 140px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/banner-bg.jpg) no-repeat center / cover;
}

.banner__content {
  position: relative;
  padding: 0 30px;
  pointer-events: none;
}

.banner__content::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/close-circle.svg) no-repeat center;
  cursor: pointer;
  pointer-events: all;
}

.header {
  padding: 30px 0;
}

.header li {
  list-style: none;
}

.header a {
  text-decoration: none;
  color: inherit;
  transition: color 0.5s ease;
}

.header a:hover {
  color: #0E80D4;
}

.header .custom-logo-link {
  position: relative;
  z-index: 23;
}

.header .header__menu .current-menu-item,
.header .active {
  color: #0E80D4;
}

.header .header__menu .current-menu-item {
  position: relative;
}

.header .header__menu .current-menu-item::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
  background-color: #0E80D4;
}

.header__content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.header__menu li {
  padding: 14px 8px;
  font-size: 20px;
}

.header__user {
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 500;
}

.header__user .btn-o {
  color: #0E80D4;
}

.header__user .btn-o:hover {
  color: #30A2F6;
}

.header__lang {
  font-size: 16px;
  display: flex;
  gap: 10px;
}

.header__nav {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 11, 2, 0.3);
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: all 0.5s ease-in-out;
}

.header__nav.open {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}

.header__nav.no-banner.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__menu-wrapper {
  padding-top: 130px;
  padding-bottom: 76px;
  background-color: #fff;
}

.header__nav-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.header .menu,
.header .menu1 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.header .menu li,
.header .menu1 li {
  font-size: 20px;
  padding: 5px 0;
}

.header .menu {
  display: none;
}

.header__nav-bottom {
  padding-top: 113px;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.header__nav-bottom .header__user,
.header__nav-bottom .header__lang {
  display: none;
  margin: 0;
}

.header .header__nav .check-status {
  position: relative;
  padding-left: 34px;
}

.header .header__nav .check-status::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/search-status.svg) no-repeat center;
}

.hero {
  padding-top: 40px;
  padding-bottom: 50px;
}

.hero-cards .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: 0;
  margin-right: 0;
}

.hero__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.hero__pic {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.hero__title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
}

.hero__subtitle {
  margin-top: 20px;
  font-size: 20px;
}

.hero__subtitle p {
  margin: 0;
}

.hero__subtitle p + p {
  margin-top: 1rem;
}

.hero .btns {
  margin-top: 30px;
}

.home .hero {
  padding-bottom: 46px;
}

.home .hero__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
}

.home .hero__pic {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  overflow: hidden;
}

.home .hero__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

.page-template-page-border .hero .hero__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(83.33333333333334% - 20px);
}

.home-hero-cards {
  padding-top: 80px;
  padding-bottom: 50px;
}

.work__tabs-content {
  padding: 60px;
  border-radius: 40px;
}

.compare__card {
  padding: 60px;
  background-color: #F9F9F9;
  border-radius: 40px;
}

.ta {
  height: 400px;
  transition: all 1s;
  overflow: hidden;
}

.facts {
  padding: 50px 0;
}

.facts .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.facts__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.facts__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  padding-top: 29px;
}

.facts__name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.facts__descr,
.facts__more {
  margin-bottom: 10px;
  font-size: 20px;
  color: #505152;
}

.facts__wrapper {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.facts__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.facts__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  position: relative;
  padding: 30px 0;
}

.facts__item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #180B02;
}

.facts__item:nth-child(5)::after {
  display: none;
}

.facts__item:nth-child(6)::after {
  display: none;
}

.facts__list {
  margin: 0;
  padding: 0;
}

.facts__list li {
  position: relative;
  list-style: none;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 500;
}

.facts__list li::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/tick-circle.svg) no-repeat center;
  left: 0;
  top: -2px;
}

.facts__list li + li {
  margin-top: 10px;
}

.smart {
  padding: 50px 0;
}

.smart__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 40px;
}

.smart__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  position: relative;
}

.smart__img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.smart__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
  padding: 60px 60px 100px;
}

.smart__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

.smart__descr {
  margin-bottom: 30px;
  font-size: 26px;
}

.smart__descr a {
  text-decoration: none;
  color: #0E80D4;
}

.smart__descr a:hover {
  text-decoration: underline;
}

.smart__descr p {
  margin: 0;
}

.smart__descr p + p {
  margin-top: 10px;
}

.price .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.price__title {
  margin-bottom: 10px;
}

.price__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.price__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  list-style: none;
  padding: 40px;
  background-color: #F9F9F9;
  border-radius: 30px;
}

.price__name {
  font-size: 40px;
  font-weight: 700;
}

.price__descr {
  margin-bottom: 40px;
  font-size: 24px;
}

.price__sum {
  font-size: 30px;
  font-weight: 700;
  color: #0E80D4;
}

.price__about {
  margin-top: 10px;
  font-size: 20px;
  color: #505152;
}

.gift .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gift__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.gift__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  font-size: 50px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.gift__box {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gift__descr {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}

.gift__img {
  margin-bottom: 20px;
}

.gift .link-more {
  align-self: flex-end;
}

.fast .card__pic + .card__title {
  margin-top: 30px;
}

.how .card + .card {
  margin-top: 0;
}

.how .card__descr {
  margin-bottom: 30px;
}

.how .card__pic {
  margin-top: auto;
}

.start__content {
  padding: 50px 95px 54px;
  text-align: center;
  border-radius: 40px;
}

.start__title {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  font-size: 50px;
  font-weight: 700;
}

.start__descr {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 900px;
  font-size: 26px;
}

.start__descr p {
  margin: 0;
}

.home .start {
  padding-top: 50px;
  padding-bottom: 76px;
}

.start2 .start__title,
.start2 .start__descr {
  max-width: 100%;
}

.start2__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 60px 60px 77px;
  border-radius: 40px;
}

.start2__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
}

.start2__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
}

.start2 .wpcf7-form-control-wrap,
.start2 .form__submit {
  max-width: 100%;
}

.map .container {
  overflow-x: auto;
  text-align: center;
}

.map__pic {
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.agree__title {
  margin-bottom: 10px;
}

.agree__box {
  margin: 0;
  padding: 60px;
  counter-reset: agree 0;
}

.agree__item {
  position: relative;
  list-style: none;
  counter-increment: agree 1;
}

.agree__item::before {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  content: counter(agree);
  width: 40px;
  height: 40px;
  border: 2px solid #0E80D4;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  color: #0E80D4;
}

.agree__item-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.agree__item-descr {
  font-size: 20px;
  color: #505152;
}

.agree__item-descr p {
  margin: 0;
}

.agree__item-descr p + p {
  margin-top: 10px;
}

.agree__item + .agree__item {
  margin-top: 30px;
}

.confes .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.confes__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin: 0;
  padding: 0;
}

.confes__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  list-style: none;
}

.accept__content {
  padding: 60px;
}

.accept__subtitle {
  margin-bottom: 53px;
}

.accept__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin: 0;
  padding: 0;
}

.accept__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  list-style: none;
}

.accept .info {
  margin-top: 10px;
}

.scheme__title {
  margin-bottom: 30px;
}

.scheme__steps {
  margin-top: 30px;
  counter-reset: scheme-steps 0;
}

.scheme__steps-item {
  position: relative;
  padding: 60px 60px 74px;
  border-radius: 30px;
  counter-increment: scheme-steps 1;
}

.scheme__steps-item::before {
  position: static;
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 20px;
  content: 'Шаг ' counter(scheme-steps);
  font-size: 20px;
  font-weight: 500;
  border-radius: 500px;
  text-align: center;
  color: #fff;
  background-color: #0E80D4;
}

.scheme__steps-item-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}

.scheme__steps-item-descr {
  color: #505152;
  font-size: 20px;
}

.scheme__steps-item-descr p {
  margin: 0;
}

.scheme__steps-item-descr p + p {
  margin-top: 5px;
}

.scheme__steps-item-list {
  margin: 0;
  padding: 0;
}

.scheme__steps-item-item {
  list-style-position: inside;
}

.steps {
  padding-bottom: 0;
}

.steps__title {
  margin-bottom: 30px;
}

.steps__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  counter-reset: steps 0;
}

.steps__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-bottom: 50px;
  list-style: none;
  counter-increment: steps 1;
}

.steps__item::before {
  padding: 4px 16px;
  display: inline-block;
  content: 'Шаг ' counter(steps);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 500px;
  background-color: #0E80D4;
  color: #fff;
}

.steps__item-title {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}

.steps__item-descr {
  color: #505152;
  font-size: 20px;
}

.steps__item-descr p {
  margin: 0;
}

.steps__item-descr p + p {
  margin-top: 5px;
}

.steps__item-descr ul {
  padding: 0;
}

.steps__item-descr li {
  list-style-position: inside;
  list-style-type: disc;
}

.support .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.support__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.support__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  padding: 40px;
  background-color: #F9F9F9;
  border-radius: 30px;
}

.support__name {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}

.support__descr {
  font-size: 19px;
  color: #505152;
}

.support__descr ul {
  margin: 0;
  padding: 0;
}

.support__descr li {
  list-style-position: inside;
}

.benefits__title {
  margin-bottom: 30px;
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.benefits__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px;
  border-radius: 30px;
}

.benefits__item:first-child {
  width: calc(41.66666666666667% - 20px);
}

.benefits__item:last-child {
  width: calc(58.333333333333336% - 20px);
}

.benefits__item-title {
  margin: 20px 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits__item-list {
  margin: 0;
  padding: 0;
}

.benefits__item-list-item {
  position: relative;
  padding-left: 34px;
  list-style: none;
}

.benefits__item-list-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.benefits__item-list-item + .benefits__item-list-item {
  margin-top: 20px;
}

.benefits__item-list-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.benefits__item-list-descr {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.7;
}

.benefits__pic {
  width: 60px;
  height: 60px;
}

.bg-db .benefits__item-list-item::before {
  border: 1px solid #fff;
  background: url(../img/check_small-white.svg) no-repeat center / contain;
}

.bg-lb .benefits__item-list-item::before {
  border: 1px solid #00469A;
  background: url(../img/check_small-dblue.svg) no-repeat center / contain;
}

.contacts {
  padding-bottom: 50px;
}

.contacts .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contacts__h1 {
  margin: 40px 0;
  font-size: 60px;
  font-weight: 700;
}

.contacts__box {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 240px auto;
  grid-template-areas: "adress time mail" "adress btns btns";
}

.contacts__box a {
  text-decoration: none;
  color: #fff;
}

.contacts__item {
  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts__pic {
  margin-top: auto;
}

.contacts__item--adress {
  grid-area: adress;
}

.contacts__item--time {
  grid-area: time;
}

.contacts__item--mail {
  grid-area: mail;
}

.contacts__head {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.contacts__info {
  font-size: 18px;
  color: #505152;
  margin-bottom: 17px;
}

.contacts__info a {
  color: #505152;
}

.contacts__btns {
  grid-area: btns;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts__btns .btn {
  flex-grow: 1;
}

.contacts__btns svg {
  width: 60px;
  height: 60px;
}

.contacts__banner-content {
  overflow: hidden;
  padding: 60px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 20px;
  background-size: 44%;
}

.contacts__banner-text {
  width: 50%;
  margin-left: auto;
}

.contacts__banner-text .btn {
  margin-top: 30px;
  padding-left: 46px;
  padding-right: 46px;
}

.contacts__banner-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

.contacts__banner-descr {
  font-size: 26px;
}

.contacts__banner-descr p {
  margin: 0;
}

.contacts__banner-descr p + p {
  margin-top: 10px;
}

.contacts__banner-soc {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.legal__h1 {
  max-width: 1200px;
  margin: 40px auto;
  font-size: 60px;
  font-weight: 700;
}

.legal__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.legal__aside {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}

.legal__list {
  margin: 0;
  padding: 0;
  padding: 20px 60px;
  border-radius: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.legal__item {
  padding: 20px 0;
  list-style: none;
  color: #505152;
  font-size: 20px;
  border-bottom: 1px solid #9E9E9E;
}

.legal__item:last-of-type {
  border-bottom: none;
}

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

.legal__item.current-menu-item {
  color: #0E80D4;
  font-weight: 700;
}

.legal__content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
  padding-left: 46px;
  font-size: 20px;
  font-weight: 400;
  margin-top: -1em;
}

.legal__content a {
  color: inherit;
}

.legal__content b,
.legal__content strong {
  font-weight: 500;
}

.legal__content p,
.legal__content ul,
.legal__content li {
  margin: 1em 0;
}

.legal__content ul,
.legal__content ol {
  padding: 0;
}

.legal__content li {
  list-style-position: inside;
}

.possible__title {
  margin-bottom: 30px;
}

.possible .tab-item {
  align-items: flex-start;
}

.possible .tab-image {
  width: calc(58.333333333333336% - 20px);
  text-align: center;
  overflow: hidden;
  height: 460px;
}

.possible .tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 40px;
}

.possible .tab-text {
  width: calc(41.66666666666667% - 20px);
  padding: 40px;
  border-radius: 40px;
  font-size: 20px;
}

.possible .tab-card ul {
  margin: 0;
  padding: 0;
}

.possible .tab-card li {
  position: relative;
  padding-left: 34px;
  list-style: none;
}

.possible .tab-card li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/tick-circle.svg) no-repeat;
}

.possible .tab-card li + li {
  margin-top: 20px;
}

.interest__title {
  margin-bottom: 30px;
  text-align: center;
}

.interest__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  counter-reset: interest 0;
}

.interest__item {
  width: 30%;
  padding: 40px 40px 50px;
  border-radius: 30px;
  position: relative;
  list-style: none;
  counter-increment: interest 1;
}

.interest__item::before {
  margin-bottom: 30px;
  display: block;
  content: counter(interest);
  width: 32px;
  height: 32px;
  border: 1px solid #00469A;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  color: #0E80D4;
}

.interest__item-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}

.interest__item-descr {
  font-size: 20px;
  color: #505152;
}

.interest__item--last {
  width: calc(60% + 24px);
  background: #E3E3E3 url(../img/interest-last-bg.webp) no-repeat center / cover;
}

.interest__item--last::before {
  display: none;
}

.interest__item--last .interest__item-title,
.interest__item--last .interest__item-descr {
  max-width: 50%;
  margin-left: auto;
}

.footer {
  margin-top: 10px;
}

.footer .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer a {
  text-decoration: none;
  color: #505152;
  transition: color 0.3s ease;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  text-decoration: underline;
  color: #0E80D4;
}

.footer__content {
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 1px solid #9E9E9E;
}

.footer__top,
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer .custom-logo-link {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}

.footer__box-wrap {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
}

.footer__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer__info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.footer__item + .footer__item,
.footer__nav + .footer__nav {
  margin-top: 30px;
}

.footer__nav-wrapper {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.footer__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.footer__descr {
  font-size: 20px;
  color: #505152;
}

.footer__menu {
  margin: 0;
  padding: 0;
}

.footer__menu li {
  list-style: none;
  font-size: 20px;
  color: #505152;
}

.footer__menu li + li {
  margin-top: 6px;
}

.footer__bottom {
  padding-top: 10px;
  align-items: flex-end;
}

.footer__bottom .footer__soc {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}

.footer__bottom .footer__descr {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  font-size: 14px;
  color: #9E9E9E;
}

@media screen and (max-width: 1280px) {
  .section {
    padding: 40px 0;
  }

  main section:last-child {
    padding-bottom: 60px;
  }

  .h2 br {
    display: none;
  }

  .h2-descr br {
    display: none;
  }

  a.card {
    min-height: 300px;
  }

  .info {
    padding: 52px 60px;
  }

  .header__menu {
    display: none;
  }

  .header__menu-wrapper {
    padding-bottom: 90px;
  }

  .header .menu,
  .header .menu1 {
    width: calc(100% - 20px);
  }

  .header .menu {
    display: block;
  }

  .header .menu1 {
    padding-top: 20px;
  }

  .header__nav-bottom {
    display: flex;
  }

  .hero {
    padding-bottom: 40px;
  }

  .hero__title {
    font-size: 56px;
  }

  .home .hero {
    padding-bottom: 66px;
  }

  .home .hero__text {
    width: calc(66.66666666666667% - 20px);
  }

  .home .hero__pic {
    width: calc(33.333333333333336% - 20px);
  }

  .page-template-page-border .hero .hero__text {
    width: calc(100% - 20px);
  }

  .home-hero-cards {
    padding: 40px 0;
  }

  .compare__card {
    padding: 40px;
  }

  .facts {
    padding: 40px 0;
  }

  .facts__title {
    width: calc(100% - 20px);
  }

  .facts__title {
    padding-top: 0;
  }

  .facts__title br {
    display: none;
  }

  .facts__wrapper {
    width: calc(100% - 20px);
  }

  .facts__item {
    width: calc(33.333333333333336% - 20px);
  }

  .facts__item:nth-child(4)::after {
    display: none;
  }

  .smart {
    padding: 40px 0;
  }

  .price__item {
    padding: 30px;
  }

  .price__descr {
    margin-bottom: 60px;
  }

  .home .start {
    padding-top: 40px;
    padding-bottom: 127px;
  }

  .start2 .start__title,
  .start2 .start__descr {
    text-align: center;
  }

  .start2__content {
    padding: 50px 95px;
  }

  .start2__left {
    width: calc(100% - 20px);
  }

  .start2__right {
    width: calc(100% - 20px);
  }

  .start2 .wpcf7-form-control-wrap,
  .start2 .form__submit {
    max-width: 384px;
  }

  .accept__subtitle {
    margin-bottom: 39px;
  }

  .steps {
    padding-bottom: 0;
  }

  .benefits__item {
    padding: 30px 30px 53px;
  }

  .benefits__item-title {
    margin-top: 30px;
  }

  .contacts {
    padding-bottom: 40px;
  }

  .contacts__h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 56px;
  }

  .contacts__h1 {
    font-size: 48px;
  }

  .contacts__box {
    gap: 20px;
  }

  .legal__h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 56px;
  }

  .legal__list {
    padding: 20px 40px;
  }

  .legal__content {
    padding-left: 40px;
  }

  .possible .tab-image {
    width: calc(50% - 20px);
  }

  .possible .tab-text {
    width: calc(50% - 20px);
  }
}

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

  main section:last-child {
    padding-bottom: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .h2-descr {
    font-size: 24px;
  }

  .h3 {
    font-size: 24px;
  }

  .home .h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .home .h2-descr {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .card {
    padding: 30px;
    min-height: 280px;
  }

  .card__title {
    font-size: 24px;
  }

  a.card {
    min-height: 280px;
  }

  a.card::after {
    bottom: 30px;
    left: 30px;
  }

  .tabs {
    gap: 20px;
  }

  .tab {
    font-size: 24px;
  }

  .tab-list-item {
    padding-left: 42px;
  }

  .tab-title {
    font-size: 24px;
  }

  .tab-subtitle {
    font-size: 22px;
  }

  .tab-fin {
    font-size: 22px;
  }

  .info {
    padding: 40px 60px;
    gap: 20px;
  }

  .popup {
    padding: 74px 88px;
  }

  .popup__title {
    font-size: 40px;
  }

  .popup__descr {
    font-size: 24px;
  }

  .popup .contacts__btns {
    flex-wrap: nowrap;
  }

  .banner {
    height: 120px;
  }

  .header__nav.open {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }

  .header__menu-wrapper {
    padding-top: 130px;
  }

  .hero {
    padding-bottom: 30px;
  }

  .hero__title {
    font-size: 48px;
  }

  .hero__subtitle br {
    display: none;
  }

  .home-hero-cards {
    padding-bottom: 30px;
  }

  .work__tabs-content {
    padding: 40px;
  }

  .facts {
    padding: 30px 0;
  }

  .facts__title {
    font-size: 40px;
  }

  .smart {
    padding: 30px 0;
  }

  .smart__text {
    padding: 50px 50px 80px;
  }

  .smart__title {
    font-size: 40px;
  }

  .smart__descr {
    font-size: 24px;
  }

  .price__title {
    margin-bottom: 10px;
  }

  .price__descr {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .price__sum {
    font-size: 28px;
  }

  .gift__title {
    width: calc(33.333333333333336% - 20px);
  }

  .gift__title {
    font-size: 40px;
  }

  .gift__box {
    width: calc(66.66666666666667% - 20px);
  }

  .gift__descr {
    font-size: 24px;
  }

  .start__content {
    padding: 50px 80px 65px;
  }

  .start__title {
    font-size: 40px;
  }

  .start__descr {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .home .start {
    padding-top: 30px;
    padding-bottom: 64px;
  }

  .start2__content {
    padding: 50px 80px;
  }

  .agree__title {
    margin-bottom: 10px;
  }

  .agree__subtitle {
    margin-bottom: 30px;
  }

  .agree__item-title {
    font-size: 24px;
  }

  .accept__subtitle {
    margin-bottom: 50px;
  }

  .scheme__steps-item {
    padding: 50px 50px 60px;
  }

  .scheme__steps-item-title {
    font-size: 24px;
  }

  .steps {
    padding-bottom: 0;
  }

  .steps__item {
    margin-bottom: 30px;
  }

  .steps__item-title {
    font-size: 24px;
  }

  .steps__item-descr br {
    display: none;
  }

  .support__item {
    padding: 30px;
  }

  .support__name {
    font-size: 24px;
  }

  .benefits__item {
    padding-bottom: 57px;
  }

  .benefits__item-title {
    font-size: 24px;
  }

  .contacts {
    padding-bottom: 30px;
  }

  .contacts__box {
    gap: 16px;
  }

  .contacts__item {
    padding: 30px;
  }

  .contacts__head {
    font-size: 24px;
  }

  .contacts__banner-content {
    padding: 50px;
    background-position-x: 95%;
    background-position-y: 100px;
  }

  .contacts__banner-text {
    margin-left: 0;
    width: 60%;
  }

  .contacts__banner-title {
    font-size: 40px;
  }

  .legal__h1 {
    font-size: 48px;
  }

  .legal__list {
    padding: 10px 30px;
  }

  .legal__content {
    padding-left: 0;
  }

  .possible__title {
    margin-bottom: 20px;
  }

  .interest__title {
    margin-bottom: 20px;
  }

  .interest__list {
    gap: 16px;
  }

  .interest__item {
    padding: 30px 30px 40px;
  }

  .interest__item::before {
    margin-bottom: 20px;
  }

  .interest__item-title {
    font-size: 24px;
  }

  .interest__item--last {
    width: calc(60% + 16px);
  }

  .footer__bottom {
    padding-top: 82px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 20px 0;
  }

  main section:last-child {
    padding-bottom: 73px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3-descr {
    font-size: 18px;
  }

  .home .h2 {
    font-size: 36px;
  }

  .btn {
    font-size: 18px;
  }

  .card {
    width: calc(100% - 20px);
  }

  .card {
    padding: 40px;
    min-height: 170px;
  }

  .card__descr {
    font-size: 18px;
  }

  .card + .card {
    margin-top: 16px;
  }

  a.card {
    min-height: 160px;
  }

  a.card::after {
    bottom: 40px;
    left: 40px;
  }

  .form__input {
    padding: 15px 30px 17px;
    font-size: 18px;
  }

  .form__label {
    font-size: 18px;
  }

  .tabs {
    gap: 30px;
  }

  .tab-image {
    margin-bottom: 30px;
    text-align: center;
  }

  .tab-descr {
    font-size: 18px;
  }

  .tab-fin {
    font-size: 20px;
  }

  .info {
    padding: 34px 50px;
    font-size: 18px;
  }

  .popup {
    padding: 70px 58px;
  }

  .popup__title {
    font-size: 36px;
  }

  .banner {
    font-size: 18px;
    height: 100px;
  }

  .header {
    padding: 23px 0;
  }

  .header__user {
    font-size: 18px;
  }

  .hero {
    padding-bottom: 20px;
  }

  .hero__text {
    width: calc(100% - 20px);
  }

  .hero__pic {
    width: calc(100% - 20px);
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

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

  .home .hero__text {
    width: calc(100% - 20px);
  }

  .home .hero__pic {
    width: calc(100% - 20px);
  }

  .home .hero__pic {
    order: -1;
  }

  .home .hero__pic img {
    margin-bottom: 26px;
    max-width: 524px;
    height: 380px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .page-template-page-check .hero .hero__content {
    text-align: center;
  }

  .page-template-page-check .hero .hero__pic {
    margin-top: 30px;
  }

  .page-template-page-check .hero .btns {
    justify-content: center;
  }

  .home-hero-cards {
    padding-bottom: 20px;
  }

  .work__tabs-content {
    padding: 40px 40px 57px;
  }

  .work .tab-card {
    width: calc(100% - 20px);
  }

  .facts {
    padding: 20px 0;
  }

  .facts__title {
    font-size: 36px;
  }

  .facts__descr,
  .facts__more {
    font-size: 18px;
  }

  .facts__item {
    width: calc(50% - 20px);
  }

  .facts__item:nth-child(4)::after {
    display: block;
  }

  .facts__list li {
    font-size: 18px;
  }

  .smart {
    padding: 20px 0;
  }

  .smart__img {
    width: calc(100% - 20px);
  }

  .smart__img {
    position: static;
    text-align: center;
  }

  .smart__img img {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .smart__text {
    width: calc(100% - 20px);
  }

  .smart__text {
    order: -1;
    padding: 40px;
  }

  .smart__text {
    padding: 30px 20px;
  }

  .smart__title {
    font-size: 36px;
    text-align: center;
  }

  .smart__descr {
    margin-bottom: 40px;
    text-align: center;
  }

  .smart .soc {
    justify-content: center;
  }

  .price__item {
    width: calc(50% - 20px);
  }

  .price__item {
    margin-bottom: 20px;
  }

  .price__descr {
    margin-bottom: 36px;
  }

  .gift__title {
    width: calc(100% - 20px);
  }

  .gift__title {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
  }

  .gift__box {
    width: calc(100% - 20px);
  }

  .fast .card {
    padding-right: 100px;
  }

  .fast .card__pic + .card__title {
    margin-top: 0;
  }

  .fast .card__pic {
    position: absolute;
    right: 40px;
    top: 40px;
  }

  .how .card {
    width: calc(33.333333333333336% - 20px);
  }

  .how .card {
    padding: 30px;
  }

  .start__content {
    padding: 50px 90px 76px;
  }

  .start__title {
    font-size: 36px;
  }

  .start__descr {
    margin-bottom: 30px;
  }

  .home .start {
    padding: 20px 0;
  }

  .start2__content {
    padding: 50px 90px;
  }

  .map .container {
    padding-left: 0;
    padding-right: 0;
  }

  .agree__box {
    padding: 40px 40px 48px;
  }

  .agree__item-descr {
    font-size: 18px;
  }

  .confes__item {
    width: calc(100% - 20px);
  }

  .confes__item + .confes__item {
    margin-top: 30px;
  }

  .accept__content {
    padding: 40px;
  }

  .accept__subtitle {
    margin-bottom: 35px;
  }

  .accept__item {
    width: calc(100% - 20px);
  }

  .accept__item + .accept__item {
    margin-top: 40px;
  }

  .scheme__steps-item {
    padding: 40px 40px 50px;
  }

  .scheme__steps-item::before {
    font-size: 18px;
  }

  .scheme__steps-item-descr {
    font-size: 18px;
  }

  .steps__title {
    max-width: 60%;
  }

  .steps__item {
    width: calc(100% - 20px);
  }

  .steps__item {
    margin-bottom: 0;
  }

  .steps__item::before {
    font-size: 18px;
  }

  .steps__item-descr {
    font-size: 18px;
  }

  .steps__item + .steps__item {
    margin-top: 30px;
  }

  .support__item {
    width: calc(100% - 20px);
  }

  .support__item {
    margin-left: 0;
    margin-right: 0;
  }

  .support__descr {
    font-size: 18px;
  }

  .benefits__item {
    padding: 40px 40px 47px;
  }

  .benefits__item:first-child {
    width: calc(100% - 20px);
  }

  .benefits__item:first-child {
    margin-bottom: 20px;
  }

  .benefits__item:last-child {
    width: calc(100% - 20px);
  }

  .benefits__item-title {
    margin: 20px 0;
  }

  .benefits__item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .benefits__item-list-title {
    font-size: 18px;
  }

  .benefits__item-list-descr {
    font-size: 18px;
  }

  .contacts {
    padding-bottom: 20px;
  }

  .contacts__h1 {
    font-size: 40px;
  }

  .contacts__box {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "adress time" "btns mail";
  }

  .contacts__btns {
    flex-wrap: wrap;
  }

  .contacts__btns .btn {
    width: 100%;
  }

  .contacts__banner-content {
    text-align: center;
    padding: 60px 90px 377px;
    background-position-x: 50%;
    background-position-y: 380px;
    background-size: 84%;
  }

  .contacts__banner-text {
    margin-left: 0;
    width: 100%;
  }

  .contacts__banner-title {
    font-size: 36px;
  }

  .contacts__banner-descr {
    font-size: 24px;
  }

  .contacts__banner-soc {
    justify-content: center;
  }

  .legal__h1 {
    font-size: 40px;
  }

  .legal__aside {
    width: calc(100% - 20px);
  }

  .legal__aside {
    margin-bottom: 20px;
  }

  .legal__list {
    position: static;
    padding: 15px 30px;
  }

  .legal__item {
    padding: 16px 0;
    font-size: 18px;
  }

  .legal__content {
    width: calc(100% - 20px);
  }

  .legal__content {
    margin-top: 0;
    font-size: 18px;
  }

  .possible .tab-image {
    width: calc(100% - 20px);
  }

  .possible .tab-image {
    margin-bottom: 20px;
    height: 360px;
  }

  .possible .tab-text {
    width: calc(100% - 20px);
  }

  .possible .tab-text {
    font-size: 18px;
    -webkit-column-count: 2;
            column-count: 2;
  }

  .interest__title {
    text-align: left;
  }

  .interest__list {
    display: block;
  }

  .interest__item {
    width: 100%;
    padding: 40px;
  }

  .interest__item-descr {
    font-size: 18px;
  }

  .interest__item--last {
    width: 100%;
    background: #E3E3E3 url(../img/interest-last-bg.webp) no-repeat left center / contain;
  }

  .interest__item + .interest__item {
    margin-top: 16px;
  }

  .footer__info {
    width: calc(100% - 20px);
  }

  .footer__info {
    margin-bottom: 30px;
  }

  .footer__nav-wrapper {
    width: calc(100% - 20px);
  }

  .footer__title {
    font-size: 18px;
  }

  .footer__descr {
    font-size: 18px;
  }

  .footer__menu li {
    font-size: 18px;
  }

  .footer__bottom {
    padding-top: 100px;
  }

  .footer__bottom .footer__descr {
    width: calc(100% - 20px);
  }

  .footer__bottom .footer__descr + .footer__descr {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .order-xs-1 {
    order: -1;
  }

  .link-more {
    font-size: 16px;
  }

  .read-next {
    font-size: 16px;
  }

  main section:last-child {
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2-descr {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3-descr {
    font-size: 16px;
  }

  .home .h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .home .h2-descr {
    font-size: 18px;
  }

  .btn {
    font-size: 16px;
  }

  .btns {
    flex-direction: column;
  }

  .card {
    padding: 30px;
    min-height: 160px;
  }

  .card__title {
    font-size: 18px;
  }

  .card__descr {
    margin-top: 10px;
    font-size: 16px;
  }

  .card + .card {
    margin-top: 10px;
  }

  a.card {
    min-height: 170px;
  }

  a.card::after {
    bottom: 30px;
    left: 30px;
  }

  .form__input {
    padding: 18px 20px 17px;
    font-size: 16px;
  }

  .form textarea {
    padding: 20px;
    height: 160px;
  }

  .form__label {
    font-size: 16px;
  }

  .wpcf7-form-control-wrap {
    margin-bottom: 6px;
  }

  .tabs {
    gap: 20px;
    margin: 10px 0;
  }

  .tab {
    font-size: 18px;
  }

  .tab-card {
    width: calc(100% - 20px);
  }

  .tab-image {
    margin-bottom: 20px;
  }

  .tab-title {
    font-size: 20px;
  }

  .tab-subtitle {
    font-size: 18px;
  }

  .tab-descr {
    font-size: 16px;
  }

  .tab-fin {
    margin-top: 10px;
    font-size: 18px;
  }

  .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 30px;
    font-size: 16px;
  }

  .info::before {
    width: 40px;
    height: 40px;
  }

  .popup {
    padding: 53px 20px;
    border-radius: 20px;
  }

  .popup__title {
    font-size: 24px;
  }

  .popup__descr {
    font-size: 18px;
  }

  .popup__tel {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .popup .contacts__btns {
    flex-wrap: wrap;
  }

  .popup form {
    margin-top: 20px;
  }

  .popup .fancybox-button {
    width: 24px;
    height: 24px;
  }

  .popup .fancybox-close-small {
    top: 20px;
    right: 20px;
  }

  .banner {
    font-size: 16px;
    height: 90px;
  }

  .header {
    padding: 13px 0;
  }

  .header .custom-logo-link {
    order: -1;
  }

  .header__content {
    justify-content: space-between;
  }

  .header__user {
    display: none;
    font-size: 16px;
  }

  .header__lang {
    display: none;
  }

  .header__menu-wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .header .menu li,
  .header .menu1 li {
    font-size: 16px;
  }

  .header__nav-bottom .header__user,
  .header__nav-bottom .header__lang {
    display: flex;
  }

  .hero {
    padding-top: 10px;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .hero .btns {
    margin-top: 20px;
  }

  .home .hero {
    padding: 40px 0;
    padding-top: 10px;
  }

  .home .hero__pic img {
    height: 220px;
  }

  .home-hero-cards {
    padding-top: 40px;
  }

  .work__tabs-content {
    padding: 20px 20px 44px;
    border-radius: 30px;
  }

  .compare__card {
    margin: 0;
    padding: 20px;
    border-radius: 30px;
    flex-shrink: 0;
  }

  .facts__title {
    font-size: 24px;
  }

  .facts__name {
    font-size: 18px;
  }

  .facts__descr,
  .facts__more {
    font-size: 16px;
  }

  .facts__item {
    width: calc(100% - 20px);
  }

  .facts__item {
    padding: 20px 0;
  }

  .facts__item::after {
    width: 100%;
  }

  .facts__item:nth-child(5)::after {
    display: block;
  }

  .facts__list li {
    font-size: 16px;
  }

  .smart__content {
    border-radius: 30px;
  }

  .smart__title {
    font-size: 24px;
  }

  .smart__descr {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .price__item {
    width: calc(100% - 20px);
  }

  .price__item {
    padding: 20px;
    margin: 0;
  }

  .price__descr {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .price__sum {
    font-size: 25px;
  }

  .gift__title {
    font-size: 24px;
  }

  .gift__descr {
    font-size: 18px;
  }

  .gift__descr br {
    display: none;
  }

  .gift__img {
    margin-bottom: 10px;
  }

  .fast .card {
    padding-right: 40px;
  }

  .fast .card__pic + .card__title {
    margin-top: 30px;
  }

  .fast .card__pic {
    position: static;
  }

  .how .card {
    width: calc(100% - 20px);
  }

  .how .card {
    min-height: 210px;
    text-align: center;
  }

  .how .card + .card {
    margin-top: 10px;
  }

  .how .card__pic {
    margin-left: auto;
    margin-right: auto;
  }

  .start__content {
    padding: 30px 20px 39px;
    border-radius: 30px;
  }

  .start__title {
    font-size: 24px;
  }

  .start__descr {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .home .start {
    padding-top: 20px;
    padding-bottom: 46px;
  }

  .start2__content {
    padding: 20px 30px;
    border-radius: 30px;
  }

  .agree__box {
    padding: 30px 20px 44px;
  }

  .agree__item-title {
    font-size: 18px;
  }

  .agree__item-descr {
    font-size: 16px;
    height: 180px;
    transition: all 1s;
    overflow: hidden;
  }

  .accept__content {
    padding: 30px;
  }

  .accept__subtitle {
    margin-bottom: 35px;
  }

  .accept__pic {
    width: 40px;
    height: 40px;
  }

  .scheme__title {
    margin-bottom: 20px;
  }

  .scheme__steps {
    margin-top: 20px;
  }

  .scheme__steps-item {
    padding: 30px;
  }

  .scheme__steps-item::before {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .scheme__steps-item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .scheme__steps-item-descr {
    font-size: 16px;
  }

  .scheme__steps-item + .scheme__steps-item {
    margin-top: 16px;
  }

  .steps__title {
    margin-bottom: 20px;
  }

  .steps__item::before {
    font-size: 16px;
  }

  .steps__item-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .steps__item-descr {
    font-size: 16px;
  }

  .support__item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .support__item + .support__item {
    margin-top: 10px;
  }

  .support__name {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .support__descr {
    font-size: 16px;
  }

  .benefits__title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }

  .benefits__item {
    padding: 30px 30px 44px;
  }

  .benefits__item:first-child {
    margin-bottom: 10px;
  }

  .benefits__item-list-item + .benefits__item-list-item {
    margin-top: 10px;
  }

  .benefits__item-list-title {
    font-size: 16px;
  }

  .benefits__item-list-descr {
    font-size: 16px;
  }

  .benefits__pic {
    width: 40px;
    height: 40px;
  }

  .contacts {
    padding-bottom: 15px;
  }

  .contacts__h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .contacts__box {
    display: block;
  }

  .contacts__box * + * {
    margin-top: 10px;
  }

  .contacts__head {
    font-size: 18px;
  }

  .contacts__info {
    font-size: 16px;
  }

  .contacts__btns {
    justify-content: center;
  }

  .contacts__btns .btn {
    margin-bottom: 10px;
  }

  .contacts__btns svg {
    width: 54px;
    height: 54px;
  }

  .contacts__banner-content {
    padding: 30px 20px 300px;
    background-position-x: 50%;
    background-position-y: 300px;
    background-size: 84%;
  }

  .contacts__banner-title {
    font-size: 24px;
  }

  .contacts__banner-descr {
    font-size: 18px;
  }

  .legal__h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .legal__aside {
    margin-bottom: 10px;
  }

  .legal__list {
    padding: 10px 20px;
  }

  .legal__item {
    padding: 10px 0;
    font-size: 16px;
  }

  .legal__content {
    font-size: 16px;
  }

  .possible .tab-text {
    font-size: 16px;
    -webkit-column-count: 1;
            column-count: 1;
    padding: 30px 20px;
  }

  .interest__item {
    padding: 30px 30px 40px;
  }

  .interest__item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .interest__item-descr {
    font-size: 18px;
  }

  .interest__item--last {
    padding-bottom: 220px;
    background: #E3E3E3 url(../img/interest-last-bg.webp) no-repeat 80px bottom / contain;
  }

  .interest__item--last .interest__item-title,
  .interest__item--last .interest__item-descr {
    max-width: 100%;
  }

  .footer__content {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .footer .custom-logo-link {
    width: calc(100% - 20px);
  }

  .footer__box-wrap {
    width: calc(100% - 20px);
  }

  .footer__info {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer__item + .footer__item,
  .footer__nav + .footer__nav {
    margin-top: 20px;
  }

  .footer__title {
    font-size: 16px;
  }

  .footer__descr {
    font-size: 16px;
  }

  .footer__menu li {
    font-size: 16px;
  }

  .footer__bottom {
    padding-top: 20px;
  }

  .footer__bottom .footer__soc {
    width: calc(100% - 20px);
  }

  .footer__bottom .footer__box-wrap {
    margin-top: 68px;
  }

  .footer__bottom .footer__descr {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}