@charset "UTF-8";

ul {
  margin-bottom: 0 !important;
}

:root {
  --color-white: #fff;
  --color-white-100: #fafafa;
  --color-black: #000;
  --color-green: #31bb38;
  --color-gray: #6a6a6a;
  --gradient-bg: linear-gradient(270deg, #31bb38 0%, #1193a7 100%);
  --transition-normal: all 0.3s ease 0s;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 360px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

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

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

ol,
ul {
  padding-left: 19px;
}

/*Обнуление*/

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

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

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

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  color: var(--color-black);
  font-size: 14px;
  line-height: normal;
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
  background: var(--color-white-100) !important;
}

body.lock {
  overflow: hidden;
}

.data-text-lower {
  right: 2% !important;
}

.container {
  padding-left: 45px !important;
  padding-right: 45px !important;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px !important;
}

#anketa-wrap {
  padding: 30px 65px;
  border-radius: 22px;
  background: #FFF;
}

#anketa-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.main-wrapper h1 {
  color: inherit;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: normal;
}

.main-wrapper h1 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-wrapper h2 {
  color: inherit;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}

.main-wrapper h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-wrapper h3 {
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: normal;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */

.cookies-alarm {
  z-index: 99;
  padding: 22px 24px;
  max-width: 380px;
  position: fixed;
  bottom: 5%;
  right: -90%;
  -webkit-transition: right 1.8s linear;
  transition: right 1.8s linear;
  border-radius: 12px;
  background: rgba(36, 36, 36, 0.85);
  display: block;
}

.cookies-alarm__text {
  text-align: left;
  color: #FFF;
  width: 74%;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.cookies-alarm__text a {
  color: #FFF;
  text-decoration: underline;
}

.cookies-alarm__text a:hover {
  color: #0056b3;
  text-decoration: none;
}

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

.cookies-alarm__btn button {
  border-radius: 5px;
  background: #767676;
  color: #FFF;
  padding: 15px 30px;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cookies-alarm__btn button:hover {
  background: rgba(118, 118, 118, 0.5);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 60px;
  padding-top: 20px;
}

.block-margin {
  margin: 60px 0;
}

.block-margin:first-child {
  margin-top: 0;
}

.block-margin:last-child {
  margin-bottom: 0;
}

.ah-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  height: 50px;
  border-radius: 8px;
  background: var(--gradient-bg);
  color: var(--color-white);
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
}

.ah-btn:hover {
  color: var(--color-white);
  text-decoration: none;
  opacity: 0.85;
}

.header {
  padding: 40px 0;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
}

.header__left {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.header__box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__right {
  padding: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.header__link {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.header .ah-btn {
  height: 40px;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 5px;
}

.logo {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 161px;
  max-width: 100%;
}

.logo img {
  max-width: 100%;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.menu__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.menu__link {
  color: var(--color-black);
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.menu__link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer {
  background: #f2f2f2;
  padding: 41px 0;
}

.footer__row {
  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;
  margin: -15px -10px;
}

.footer__left {
  padding: 15px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26.5%;
  max-width: 100%;
}

.footer__text {
  color: var(--color-black);
  font-size: 12px;
  line-height: 150%;
}

.footer__center {
  padding: 15px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40.5%;
  max-width: 100%;
}

.footer__items {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 4px;
}

.footer__item {
  background: -webkit-gradient(linear, left top, right top, from(#1193a7), to(#31bb38));
  background: linear-gradient(90deg, #1193a7 0%, #31bb38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}

.footer a.footer__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gradient-bg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.footer__right {
  padding: 15px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55%;
  max-width: 100%;
}

.footer__links {
  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;
  padding-left: 40px;
}

.footer__link {
  color: var(--color-black);
  font-size: 12px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.block-desc {
  margin-top: 0;
  padding-bottom: 20px;
}

.block-desc__text {
  color: var(--color-gray);
  font-size: 10px;
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

.reviews__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 253px;
  max-width: 100%;
  padding: 0 10px;
}

.reviews__title {
  margin: 0 !important;
}

.reviews__right {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.reviews-slider {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-white);
}

.reviews-slider__slide {
  height: auto;
}

.reviews-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 4;
}

.reviews-slider__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  max-width: 100%;
  height: 30px;
  border-radius: 50%;
  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;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  color: var(--color-white);
}

.reviews-slider__prev.swiper-button-disabled {
  background: #ededed;
  color: #1c1b1f;
  pointer-events: none;
}

.reviews-slider__prev.swiper-button-lock {
  display: none;
}

.reviews-slider__prev svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.reviews-slider__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  max-width: 100%;
  height: 30px;
  border-radius: 50%;
  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;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  color: var(--color-white);
}

.reviews-slider__next.swiper-button-disabled {
  background: #ededed;
  color: #1c1b1f;
  pointer-events: none;
}

.reviews-slider__next.swiper-button-lock {
  display: none;
}

.reviews-slider__next svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.item-reviews {
  height: 100%;
  padding: 35px;
}

.item-reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  height: 100%;
  margin-top: -3px;
}

.item-reviews__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 125px;
  max-width: 100%;
  height: 125px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.item-reviews__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}

.item-reviews__body {
  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;
  row-gap: 32px;
  height: 100%;
}

.item-reviews__grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.item-reviews__grade img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 21px;
  max-width: 100%;
  height: 21px;
}

.item-reviews__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 120%;
}

.item-reviews__info {
  margin-top: auto;
  color: var(--color-black);
  font-size: 12px;
  line-height: 120%;
  padding-right: 90px;
}

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

.faq__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37%;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.faq__img img {
  max-width: 100%;
}

.faq__body {
  margin-left: -15%;
  padding: 72px 66px 78px 232px;
  border-radius: 20px 0px 0px 20px;
  background: var(--color-white);
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.faq__title {
  margin-bottom: 35px;
  font-weight: 500 !important;
}

.faq-spoiler__item:not(:last-child) {
  margin-bottom: 10px;
}

.faq-spoiler__item.active .faq-spoiler__heading:before {
  background-image: url("../img/spoiler-minus.svg");
}

.faq-spoiler__title {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.faq-spoiler__heading {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  padding-left: 34px;
}

.faq-spoiler__heading:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/spoiler-plus.svg") center/24px 24px no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.faq-spoiler__body {
  display: none;
  padding-bottom: 16px;
  padding-top: 12px;
  padding-left: 34px;
}

.faq-spoiler__body.active {
  display: block;
}

.faq-spoiler__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.steps-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

.steps-block__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 250px;
  max-width: 100%;
  padding-top: 8px;
}

.steps-block__title {
  margin-bottom: 15px;
}

.steps-block__subtitle {
  color: var(--color-black);
  font-size: 24px;
  line-height: 120%;
}

.steps-block__right {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.steps-block__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/steps-block-bg.svg") center/cover no-repeat;
  border-radius: 8px;
  overflow: hidden;
}

.steps-block__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.steps-block__box:nth-child(2) .steps-block__item {
  padding-left: 50px;
}

.steps-block__box:nth-child(3) .steps-block__item {
  padding-left: 48px;
  padding-right: 15px;
}

.steps-block__item {
  height: 100%;
  padding: 19px 45px 19px 30px;
}

.steps-block__top {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.steps-block__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.steps-block__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.steps-block__img img {
  max-width: 100%;
}

.steps-block__text {
  color: var(--color-black);
  font-size: 13.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.advantages-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.advantages-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.advantages-block__item {
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  background: var(--color-white);
}

.advantages-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.advantages-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45px;
  max-width: 100%;
}

.advantages-block__icon img {
  max-width: 100%;
}

.advantages-block__title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.advantages-block__text {
  margin-top: 28px;
  color: var(--color-black);
  font-size: 14px;
}

.offer-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.offer-block__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-block__body {
  padding-top: 10px;
}

.offer-block__title {
  margin-bottom: 38px;
}

.offer-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.offer-block__item:not(:last-child) {
  margin-bottom: 21px;
}

.offer-block__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  max-width: 100%;
  font-size: 32px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-block__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #959593;
  font-size: 18px;
}

.offer-block__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}

.offer-block__title-mob {
  display: none;
  color: inherit;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.offer-block__title-mob span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1193a7), to(#31bb38));
  background: linear-gradient(180deg, #1193a7 0%, #31bb38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 3px;
}

.form-loan {
  padding: 68px 63px 40px;
  border-radius: 20px;
  background: var(--color-white);
}

.form-loan__items {
  text-align: left;
}

.form-loan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.form-loan__item:not(:last-child) {
  margin-bottom: 65px;
}

.form-loan__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65px;
  max-width: 100%;
  color: #999;
  font-size: 18px;
}

.form-loan__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
}

.form-loan__bottom {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-loan__label {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #999;
  font-size: 14px;
}

.form-loan .ah-btn {
  margin-top: 60px;
}

.we-help {
  border-radius: 20px;
  background: #f2f2f2;
  padding: 38px 35px;
}

.we-help__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.we-help__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38.7%;
  max-width: 100%;
}

.we-help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.we-help__item:not(:last-child) {
  margin-bottom: 15px;
}

.we-help__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35px;
  max-width: 100%;
}

.we-help__item-icon img {
  max-width: 100%;
}

.we-help__item-text {
  color: var(--color-black);
  font-size: 20px;
  line-height: 100%;
}

.we-help__title {
  margin-top: 20px;
}

.we-help__img {
  margin-bottom: -47px;
  margin-top: 51px;
  position: relative;
  z-index: 3;
}

.we-help__img img {
  max-width: 100%;
}

.we-help__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 61.3%;
  max-width: 100%;
}

.no-ui-slider.noUi-target {
  background: var(--gradient-bg);
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-ui-slider.noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.no-ui-slider.noUi-target .noUi-base .noUi-origin:last-child .noUi-handle .noUi-tooltip {
  right: auto;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.no-ui-slider.noUi-target.noUi-horizontal {
  height: 4px;
  border-radius: 6px;
}

.no-ui-slider.noUi-target .noUi-connects {
  border-radius: 6px;
  background: var(--gradient-bg);
}

.no-ui-slider.noUi-target .noUi-connects .noUi-connect {
  background: var(--color-blue);
  border-radius: 0;
}

.no-ui-slider.noUi-target .noUi-handle {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gradient-bg);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -40px;
  top: -9px;
  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;
  position: relative;
}

.no-ui-slider.noUi-target .noUi-handle:before {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.no-ui-slider.noUi-target .noUi-handle:after {
  display: none;
}

.no-ui-slider.noUi-target .noUi-handle .noUi-touch-area {
  display: none;
}

.no-ui-slider.noUi-target .noUi-handle .noUi-tooltip {
  bottom: 30px;
  border: none;
  background: transparent;
  padding: 0;
  right: auto;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.questionnaire__body {
  border-radius: 22px;
  background: var(--color-white);
  padding: 10px 70px 0px;
}

.anketa-title-wrapper {
  margin-bottom: 50px;
}

.anketa-title-wrapper .anketa-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
}

.anketa-title-wrapper .anketa-subtitle {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
}

.anketa-title-wrapper .anketa-subtitle span {
  color: #31bb38;
}

.header-anketa-start {
  padding: 20px 0;
}

a.primary {
  display: inline-block;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

dialog {
  padding: 25px;
  border-radius: 20px;
  background: #EFEFEF;
  border: 0;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  top: 20%;
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
}

dialog::-webkit-backdrop {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  background: rgba(255, 254, 254, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

dialog::backdrop {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  background: rgba(255, 254, 254, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

dialog .x {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: ease filter, -webkit-transform 0.3s;
  transition: ease filter, -webkit-transform 0.3s;
  transition: ease filter, transform 0.3s;
  transition: ease filter, transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

dialog .x:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

dialog .dialog__title {
  color: #000;
  font-family: Jost;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.partner-footer {
  margin-top: 15px;
  color: #000;
  font-family: Jost;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.partner-before,
.doc-before {
  padding-left: 14px;
  position: relative;
}

.partner-footer::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#1193A7), to(#31BB38));
  background: linear-gradient(180deg, #1193A7 0%, #31BB38 100%);
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 2px;
}

@media (max-width: 1199.98px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .header__row {
    margin: 0 -15px;
  }

  .header__left {
    padding: 0 15px;
  }

  .header__box {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .header__box-1 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .header__right {
    padding: 0 15px;
  }

  .header__body {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .no-ui-slider.noUi-target .noUi-handle {
    right: -35px;
  }
}

@media (max-width: 1100px) {
  .steps-block__box:nth-child(3) .steps-block__item {
    padding-left: 53px;
  }
}

@media (max-width: 991.98px) {
  .main-wrapper h1 {
    font-size: 30px;
  }

  .main-wrapper h2 {
    font-size: 30px;
  }

  .main-wrapper h3 {
    font-size: 24px;
  }

  .header__body {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }

  .logo {
    width: 142px;
  }

  .menu {
    display: none;
  }

  .footer {
    padding: 15px 0 16px;
  }

  .footer__left {
    width: 31%;
  }

  .footer__text {
    font-size: 9px;
  }

  .footer__center {
    width: 31%;
  }

  .footer__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__item {
    font-size: 10px;
  }

  .footer__right {
    width: 38%;
  }

  .footer__links {
    padding-left: 34px;
  }

  .footer__link {
    font-size: 9px;
  }

  .block-desc__text {
    font-size: 8px;
    line-height: 125%;
  }

  .reviews__left {
    width: 158px;
  }

  .reviews-slider__nav {
    right: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .reviews-slider__prev {
    width: 25px;
    height: 25px;
  }

  .reviews-slider__prev svg {
    width: 10px;
    height: 10px;
  }

  .reviews-slider__next {
    width: 25px;
    height: 25px;
  }

  .reviews-slider__next svg {
    width: 10px;
    height: 10px;
  }

  .item-reviews {
    padding: 35px 20px 35px 35px;
  }

  .item-reviews__photo {
    width: 100px;
    height: 100px;
  }

  .item-reviews__body {
    row-gap: 20px;
  }

  .item-reviews__grade {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }

  .item-reviews__grade img {
    width: 15px;
    height: 15px;
  }

  .item-reviews__text {
    font-size: 11px;
  }

  .faq__body {
    padding: 27px 20px 40px 149px;
  }

  .faq__title {
    font-size: 16px !important;
    margin-bottom: 20px;
  }

  .faq-spoiler__item:not(:last-child) {
    margin-bottom: 7px;
  }

  .faq-spoiler__heading {
    font-size: 12px;
  }

  .faq-spoiler__text {
    font-size: 12px;
  }

  .steps-block__left {
    width: 130px;
    padding-top: 20px;
  }

  .steps-block__title {
    margin-bottom: 10px;
  }

  .steps-block__subtitle {
    font-size: 14px;
  }

  .steps-block__boxes {
    border-radius: 6px;
  }

  .steps-block__box:nth-child(2) .steps-block__item {
    padding-left: 35px;
  }

  .steps-block__box:nth-child(3) .steps-block__item {
    padding-left: 35px;
  }

  .steps-block__item {
    padding: 12px 25px 12px 18px;
  }

  .steps-block__number img {
    height: 59px;
  }

  .steps-block__img img {
    height: 59px;
  }

  .steps-block__text {
    font-size: 10px;
    margin-top: 20px;
    line-height: 120%;
  }

  .advantages-block__row {
    margin: -5px;
  }

  .advantages-block__col {
    padding: 5px;
  }

  .advantages-block__item {
    padding: 15px;
    border-radius: 12px;
  }

  .advantages-block__icon {
    width: 26px;
  }

  .advantages-block__title {
    font-size: 11px;
  }

  .advantages-block__text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 130%;
  }

  .offer-block__body {
    padding-top: 0;
  }

  .offer-block__title {
    margin-bottom: 24px;
  }

  .offer-block__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .offer-block__item-number {
    font-size: 24px;
    width: 95px;
  }

  .offer-block__item-text {
    font-size: 12px;
  }

  .offer-block__title-mob {
    font-size: 30px;
  }

  .form-loan {
    padding: 43px 25px 25px;
    border-radius: 12px;
  }

  .form-loan__text {
    font-size: 12px;
    width: 45px;
  }

  .form-loan__label {
    font-size: 12px;
  }

  .form-loan .ah-btn {
    margin-top: 30px;
    padding: 5px 15px;
    height: 42px;
    font-size: 12px;
  }

  .we-help {
    padding: 19px 25px;
  }

  .we-help__body {
    padding-top: 18px;
  }

  .we-help__item-icon {
    width: 26px;
  }

  .we-help__item-text {
    font-size: 12px;
  }

  .we-help__title {
    margin-top: 15px;
  }

  .we-help__img {
    margin-top: 5px;
    margin-bottom: -27px;
  }

  .no-ui-slider.noUi-target .noUi-handle {
    right: -25px;
  }

  .no-ui-slider.noUi-target .noUi-handle .noUi-tooltip {
    font-size: 14px;
    bottom: 25px;
  }

  .questionnaire__body {
    padding: 29px 60px 39px;
    border-radius: 18px;
  }
}

@media (max-width: 659px) {
  .offer-block__item-text {
    font-size: 14px;
  }

  .main-wrapper h1 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .anketa-title-wrapper {
    margin-bottom: 40px;
  }

  .anketa-title-wrapper .anketa-title {
    font-size: 25px;
  }

  .anketa-title-wrapper .anketa-subtitle {
    font-size: 18px;
    width: 84%;
    margin: 0 auto;
  }

  .anketa-title-wrapper .anketa-subtitle span {
    color: #31bb38;
  }
}

@media (max-width: 575.98px) {
  .no-ui-slider.noUi-target .noUi-handle {
    right: -20px;
  }
}

@media (max-width: 552.98px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .main-wrapper h1 {
    font-size: 24px;
    line-height: 110%;
  }

  .main-wrapper h2 {
    font-size: 24px;
  }

  .main-wrapper h3 {
    font-size: 20px;
  }

  .fancybox-slide {
    padding: 30px 15px;
  }

  .main {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .block-margin {
    margin: 30px 0;
  }

  .ah-btn {
    height: 46px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 30px;
  }

  .header {
    padding: 20px 5px;
  }

  .header__link {
    display: none;
  }

  .logo {
    width: 110px;
  }

  .footer {
    padding: 22px 0;
    text-align: center;
  }

  .footer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .footer__item {
    font-size: 12px;
  }

  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .footer__link {
    font-size: 10px;
  }

  .block-desc {
    margin-top: 0;
  }

  .reviews__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .reviews__title {
    text-align: center;
  }

  .reviews__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .reviews-slider__nav {
    right: 16px;
    bottom: 27px;
  }

  .item-reviews {
    padding: 20px 24px 62px 24px;
  }

  .item-reviews__row {
    margin-top: 0;
    display: block;
    height: auto;
  }

  .item-reviews__photo {
    width: 80px;
    height: 80px;
    margin: 0 auto 14px;
  }

  .item-reviews__body {
    row-gap: 13px;
  }

  .item-reviews__grade {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-reviews__text {
    font-size: 12px;
  }

  .item-reviews__info {
    padding-top: 5px;
    margin-bottom: -42px;
  }

  .faq {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .faq__img img {
    -webkit-transform: translateY(-26px);
        -ms-transform: translateY(-26px);
            transform: translateY(-26px);
  }

  .faq__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -65px;
  }

  .faq__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 64px 16px 35px;
    margin: 0;
  }

  .faq__title {
    text-align: center;
    margin-bottom: 23px;
  }

  .faq-spoiler__item:not(:last-child) {
    margin-bottom: 9px;
  }

  .faq-spoiler__body {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .steps-block__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .steps-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .steps-block__title {
    text-align: center;
    margin-bottom: 6px;
  }

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

  .steps-block__boxes {
    max-width: 420px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url("../img/steps-block-bg-mob.svg");
    background-position: center -20px;
    margin-bottom: 20px;
    position: relative;
  }

  .steps-block__boxes:before {
    content: "";
    display: block;
    width: 100%;
    height: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
    background: var(--color-white);
    z-index: 1;
  }

  .steps-block__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .steps-block__box:nth-child(2) .steps-block__item {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .steps-block__box:nth-child(3) .steps-block__item {
    padding-left: 10px;
  }

  .steps-block__item {
    padding: 36px 10px;
  }

  .steps-block__top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .steps-block__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80px;
    max-width: 100%;
    text-align: center;
  }

  .steps-block__number img {
    height: 55px;
  }

  .steps-block__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80px;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .steps-block__img img {
    height: auto;
  }

  .steps-block__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: center;
  }

  .advantages-block__row {
    margin: -15px;
  }

  .advantages-block__col {
    padding: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .advantages-block__item {
    border-radius: 15px;
    padding: 25px 25px 33px;
  }

  .advantages-block__top {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }

  .advantages-block__icon {
    width: 35px;
  }

  .advantages-block__title {
    font-size: 14px;
  }

  .advantages-block__text {
    margin-top: 15px;
    font-size: 12px;
  }

  .offer-block__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .offer-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offer-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .offer-block__title {
    display: none;
  }

  .offer-block__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .offer-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 34px;
  }

  .offer-block__title-mob {
    display: block;
    text-align: center;
    font-size: 42px;
    line-height: 110%;
    margin-bottom: 26px;
  }

  .form-loan {
    border-radius: 20px;
    padding: 20px 43px 20px 43px;
    text-align: center;
    margin: 0 -20px;
  }

  .form-loan__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-loan__item:not(:last-child) {
    margin-bottom: 32px;
  }

  .form-loan__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 12px;
  }

  .form-loan__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .form-loan .ah-btn {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .we-help {
    padding: 0;
    background: transparent;
  }

  .we-help__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .we-help__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .we-help__body {
    padding-top: 0;
  }

  .we-help__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .we-help__item {
    max-width: 80px;
    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;
    row-gap: 15px;
    text-align: center;
  }

  .we-help__item:not(:last-child) {
    margin-bottom: 0;
  }

  .we-help__item-icon {
    width: 35px;
  }

  .we-help__title {
    margin-top: 25px;
    text-align: center;
  }

  .we-help__img {
    text-align: center;
    max-width: 225px;
    margin: 22px auto -7px;
  }

  .we-help__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .no-ui-slider.noUi-target.noUi-horizontal {
    height: 6px;
  }

  .questionnaire__body {
    padding: 16px 15px 33px;
    border-radius: 15px;
  }
}

@media (max-width: 460px) {
  dialog {
    top: 2%;
  }
}

@media (max-width: 450px) {
  #anketa-wrap {
    padding: 35px 10px !important;
  }

  .cookies-alarm {
    max-width: 300px;
    padding: 15px 20px;
  }

  .cookies-alarm__text {
    font-size: 10px;
  }

  .cookies-alarm__btn button {
    font-size: 10px;
    padding: 10px 20px;
  }
}

@media (max-width: 439px) {
  .form-loan .ah-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    height: 50px;
  }

  .header .ah-btn {
    height: 35px;
    font-size: 10px;
  }
}

@media (any-hover: hover) {
  .header__link {
    color: var(--color-black);
  }

  .header__link:hover {
    text-decoration: none;
  }

  .menu__link:hover {
    text-decoration: none;
    color: var(--color-black);
  }

  .menu__link:hover:before {
    width: 100%;
  }

  .footer a.footer__item:hover:before {
    background: transparent;
  }

  .footer__link:hover {
    color: var(--color-black);
    text-decoration: none;
  }
}