@charset "UTF-8";
.zaymtorus  .card-info__label, .card-info__value {
        font-family: Rubik, sans-serif !important;
        font-size: 14px;
        line-height: 120%;
    }
    .footer__center-text, .footer__bottom-text, .footer__bottom-text, .stretched-text{
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__text{
  display: none !important;
}
.showcase-form__message_error[data-v-37d6435f]{
  color: red !important;
}
html {
  scroll-behavior: smooth;
}
input::placeholder{
  font-family: 'Rubik' !important;
  font-weight: 400 !important;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #018576;
  --color-green: #a9d94f;
  --color-green-100: #d1f6cf;
  --color-orange: #ea7500;
  --color-yellow: #ffc14d;
  --color-yellow-100: #ffa600;
  --color-gray: #e9e9e9;
  --color-blue: #19a5d8;
  --transition-normal: all 0.3s ease 0s;
}
.vfm-consent-popup-content a{
  background: transparent !important;
}
/*Обнуление*/

* {
  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: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

body {
  color: var(--color-black);
  font-size: 16px;
  line-height: normal;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  background: var(--color-white);
}

body.lock {
  overflow: hidden;
}

body.page-bg {
  background: #fff;
}

body.page-bg .header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

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

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

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

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

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

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

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

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

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

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

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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rubik", sans-serif;
}

h1 {
  color: inherit;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.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;
  text-align: center;
  height: 43px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  border-radius: 100px;
  background: var(--color-white);
  color: var(--color-black);
  padding: 5px 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 176%;
  position: relative;
  overflow: hidden;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn.btn-white {
  color: var(--color-black);
  background: var(--color-white);
}

.btn.btn-white:hover {
  opacity: 0.8;
}

.btn.btn-red {
  background: var(--color-red);
  color: var(--color-white);
  position: relative;
}

.btn.btn-red:hover {
  opacity: 0.8;
}

.header {
  background: var(--color-white);
  padding: 20px 0;
}

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

.header__left {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 12;
}

.header__center {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__right {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 12;
}

.header__location {
  color: var(--color-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.header__menu-icon {
  display: none;
}

.logo {
  display: inline-block;
  width: 100%;
  max-width: 208px;
}

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

.menu:before {
  content: "";
  display: none;
  width: 100%;
  height: 86px;
  background: var(--color-white);
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 5px;
}

.menu__link {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.menu__link:hover {
  color: var(--color-green);
}

.menu__link-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  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;
}

.icon-menu {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: relative;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.icon-menu.open .icon-menu__body span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.open .icon-menu__body span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
}

.icon-menu.open .icon-menu__body span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
}

.icon-menu__body {
  position: relative;
  width: 20px;
  height: 15px;
}

.icon-menu__body span {
  position: absolute;
  top: 6px;
  width: 100%;
  height: 3px;
  left: 0;
  background: var(--color-black);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}

.icon-menu__body span:first-child {
  top: 0;
}

.icon-menu__body span:last-child {
  top: auto;
  bottom: 0;
}

.footer {
  color: var(--color-white);
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
  margin-top: 90px;
}

.footer__content {
  border-radius: 32px;
  background: #133128;
  padding: 30px 48px 40px;
  margin-top: 60px;
}

.footer__top-row {
  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;
  margin: 0 -10px;
}

.footer__top-col-1 {
  padding: 0 10px;
  line-height: 1;
}

.footer__top-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 200;
  line-height: 170%;
}

.footer__top-link:hover span {
  border-color: transparent;
}

.footer__top-link span {
  border-bottom: 1px solid var(--color-red);
}

.footer__top-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.footer__bottom-text a{
  color: var(--color-red);
}
.footer__top-col-2 {
  padding: 0 10px;
  line-height: 1;
}

.footer__top-col-3 {
  padding: 0 10px;
  line-height: 1;
}

.footer__top-btn {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  border-bottom: 1px solid var(--color-red);
  padding-bottom: 4px;
}

.footer__top-btn:hover {
  border-color: transparent;
}

.footer__top-col-4 {
  padding: 0 10px;
  line-height: 1;
}

.footer__top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__top-btn1 .btn {
  min-width: 120px;
  padding-left: 15px;
  padding-right: 15px;
  height: 43px;
}

.footer__top-btn2 .btn {
  padding-left: 15px;
  padding-right: 15px;
  height: 43px;
}

.footer__center {
  margin: 28px 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

.footer__center-btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.footer__center-text {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
}

.footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.footer__bottom-left {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__bottom-text {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 300;
  line-height: 120%;
}

.footer__bottom-text strong {
  font-weight: 600;
}

.footer__bottom-text p:not(:last-child) {
  margin-bottom: 14px;
}

.footer__bottom-icons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

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

.footer__bottom-links {
  margin-top: auto;
  margin-top: 20px;
}

.footer__bottom-links li {
  line-height: 1;
  color: var(--color-white);
  font-size: 10px;
}

.footer__bottom-links li a {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 300;
  line-height: 180%;
  text-decoration: underline;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer__bottom-links li a:hover {
  text-decoration: none;
}

.footer__bottom-right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}



.main-popup.fancybox__content .f-button.is-close-btn {
  top: 24px;
  right: 24px;
  color: var(--color-black);
}

.main-popup.fancybox__content {
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
  padding: 50px 55px;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 220%;
}

.questions-section {
  margin-top: 64px;
  position: relative;
  z-index: 4;
}

.questions-section__row {
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
}

.questions-section__image {
  margin-top: -8px;
}

.questions-section__image img {
  width: 100%;
  height: auto;
}

.questions-section__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 28px;
  font-family: 'Montserrat', sans-serif;
}

.questions-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.questions-section__item {
  border: 2px solid #018576;
  border-radius: 8px;
  background: var(--color-white);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.questions-section__item.active {
  -webkit-box-shadow: 0 10px 26px rgba(1, 133, 118, 0.1);
          box-shadow: 0 10px 26px rgba(1, 133, 118, 0.1);
}

.questions-section__item.active .questions-section__arrow {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.questions-section__question {
  width: 100%;
  min-height: 46px;
  padding: 12px 22px 12px 26px;
  background: transparent;
  color: var(--color-black);
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.questions-section__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #018576;
  border-bottom: 2px solid #018576;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: -5px;
}

.questions-section__answer {
  display: none;
  padding: 0 26px 18px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.reviews-block {
  margin: -34px 0 80px;
  position: relative;
  z-index: 5;
}

.reviews-block__row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 58px 58px;
  border-radius: 34px;
  background: #eaf6f0;
}

.reviews-block__left {
  grid-column: 1/-1;
  padding-right: 80px;
  text-align: center;
}

.reviews-block__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  font-family: "Montserrat", sans-serif;
}

.reviews-block__right {
  position: absolute;
  top: 52px;
  right: 58px;
}

.reviews-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.reviews-block__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  max-width: 100%;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--color-white);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #018576;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.reviews-block__prev:hover {
  color: var(--color-white);
  background: #018576;
}

.reviews-block__prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.reviews-block__prev svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.reviews-block__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  max-width: 100%;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: #018576;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.reviews-block__next:hover {
  color: var(--color-white);
  opacity: 0.86;
}

.reviews-block__next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.reviews-block__next svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.reviews-block__slider {
  grid-column: 1/-1;
  min-width: 0;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
}

.reviews-slider__slide {
  height: auto;
}

.reviews-slider__item {
  height: 100%;
  min-height: 188px;
  border-radius: 14px;
  background: var(--color-white);
  padding: 54px 24px 24px;
  position: relative;
}

.reviews-slider__photo {
  display: none;
}

.reviews-slider__body {
  min-width: 0;
}

.reviews-slider__top {
  display: block;
}

.reviews-slider__name {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.reviews-slider__rating {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #ffd66b;
}

.reviews-slider__rating svg {
  fill: currentColor;
}

.reviews-slider__text {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}

.reviews-slider__label {
  position: absolute;
  top: 18px;
  right: 24px;
  max-width: calc(100% - 120px);
  min-height: 20px;
  border-radius: 100px;
  background: #018576;
  color: var(--color-white);
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  white-space: nowrap;
}

.reviews-slider__label span {
  display: inline-block;
}

.how-get {
  margin-top: 80px;
  margin-bottom: 90px;
  position: relative;
  z-index: 4;
}

.how-get__title {
  margin-bottom: 28px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.how-get__items {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.how-get__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.how-get__col {
  min-width: 0;
}

.how-get__item {
  background: #EBF5F0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 136px;
  padding: 24px 24px 32px 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.how-get__item:hover {
  background: #eff3f9;
}

.how-get__item:hover .how-get__number-block {
  background: var(--color-red);
  color: var(--color-white);
}

.how-get__number {
  width: 32px;
  height: 32px;
  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;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 1;
}

.how-get__number-block {
  display: block;
  width: 100%;
  height: 100%;
  background: #018576;;
  color: var(--color-white);
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.how-get__number-block span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.how-get__icon {
font-weight: 500;
   max-width: 100%;

  margin-top: 5px;
  margin-left: 50px;
}

.how-get__icon img,
.how-get__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.how-get__name {
  color: var(--color-black);
  font-size: 16px;

  line-height: 110%;
  position: relative;
  z-index: 3;
}

.offer-block__content {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 14px 0 rgba(104, 97, 97, 0.1);
          box-shadow: 0 0 14px 0 rgba(104, 97, 97, 0.1);
  padding: 46px;
}

.offer-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer-block__bg 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;
}

.offer-block__wrap {
  position: relative;
  z-index: 2;
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
 background: transparent;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 46px;
}

.offer-block__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
}

.offer-block__text {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
}

.offer-block__body {
border-radius: 32px;
background: #FFF;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
  padding: 35px 40px 10px 35px;
}

.offer-block__body > span {
  height: 166px;
  display: block;
  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;
}

.block-top {
  padding-top: 32px;
}

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

.block-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.block-top__title {
  color: var(--color-black);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 176%;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.block-top__heading {
  color: var(--color-black);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 113%;
  margin-bottom: 36px;
}

.block-top__body {
  border-radius: 38px;
  background: var(--color-green);
  -webkit-box-shadow: 0 0 14px 0 rgba(50, 46, 46, 0.1);
          box-shadow: 0 0 14px 0 rgba(50, 46, 46, 0.1);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px;
}

.block-top__body:not(:last-child) {
  margin-bottom: 46px;
}

.stretched-text {
  color: inherit;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 70px;
  display: inline-block;
  color: #fff;
}

.our-approach__top {
  position: relative;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.our-approach__inner {
  position: relative;
  flex: 0 1 704px;
  max-width: 704px;
  min-height: 306px;
  overflow: hidden;
  border-radius: 32px;
  background: #018576;
  box-shadow: 0 0 14px 0 rgba(50, 46, 46, 0.1);
}

.our-approach__text {
  position: relative;
  z-index: 2;
  padding: 60px 340px 44px 56px;
}

.our-approach__image {
  position: absolute;
  right: -8px;
  bottom: 0;
  z-index: 1;
  width: 423px;
  max-width: 62%;
}

.our-approach__image img {
  width: 100%;
  height: auto;
}

.our-approach__right {
  flex: 0 0 360px;
  width: 360px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.our-approach__body {
  position: relative;
  z-index: 3;
  max-width: 480px;
}

.our-approach__list {
  margin-top: 24px;
}

.our-approach__list li {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.our-approach__list li::marker {
  color: var(--color-red);
}

.our-approach__img {
  position: absolute;
  top: -70px;
  right: 0px;
}

.our-approach__img img {
  max-width: 100%;
}

.our-approach__bottom {
  padding-top: 24px;
  position: relative;
  z-index: 3;
}

.loan-tariffs__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 28px;
  font-family: "Montserrat", "Rubik", sans-serif;
}

.loan-tariffs__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
  justify-content: space-between;
  gap: 32px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.loan-tariffs__card {
  min-height: 290px;
  padding: 26px 34px 28px;
  border: 2px solid #018576;
  border-radius: 26px;
  background: var(--color-white);
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 12px 32px rgba(1, 133, 118, 0);
          box-shadow: 0 12px 32px rgba(1, 133, 118, 0);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.loan-tariffs__card:hover {
  -webkit-box-shadow: 0 12px 32px rgba(1, 133, 118, 0.12);
          box-shadow: 0 12px 32px rgba(1, 133, 118, 0.12);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.loan-tariffs__label {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 6px;
}

.loan-tariffs__name {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Montserrat", "Rubik", sans-serif;
}

.loan-tariffs__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.loan-tariffs__param {
  display: grid;
  grid-template-columns: 28px minmax(70px, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  min-width: 0;
}

.loan-tariffs__icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #d2f4ed;
  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;
}

.loan-tariffs__icon img,
.loan-tariffs__icon svg {
  max-width: 20px;
  max-height: 20px;
}

.loan-tariffs__param-name {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  min-width: 0;
}

.loan-tariffs__param-value {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-align: right;
  white-space: nowrap;
}

.loan-tariffs__button {
  width: 100%;
  max-width: 178px;
  min-height: 40px;
  margin-top: 22px;
  border-radius: 100px;
  background: #018576;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  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;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 9px 18px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.loan-tariffs__button:hover {
  color: var(--color-white);
  opacity: 0.86;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.approach-title {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.approach-subtitles {
  margin-top: 26px;
}

.approach-subtitles ul {
  padding-left: 19px;
}

.approach-subtitles ul li {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.approach-block {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.approach-block__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.approach-block__icon svg {
  width: 100%;
  height: 100%;
}

.approach-block__text {
  flex: 1 1 auto;
  min-width: 0;
}

.approach-text__title {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  font-family: "Montserrat", sans-serif;
}

.approach-text__subtitle {
  color: var(--color-black);
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1199.98px) {
  .footer__top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

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

  .footer__top-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }

  .footer__top-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }

  .footer__top-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 19px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer__top-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .footer__top-btn1 .btn {
    min-width: 200px;
    height: 40px;
  }

  .footer__top-btn2 .btn {
    min-width: 200px;
    height: 40px;
  }
}

@media (max-width: 1100px) {
  .header__location {
    font-size: 15px;
  }

  .menu__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }

  .menu__link {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

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

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

  .header__right {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }

  .header__location {
    font-size: 16px;
  }

  .header__menu-icon {
    display: block;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: var(--transition-normal);
    transition: var(--transition-normal);
    background: var(--color-white);
  }

  .menu.open {
    right: 0;
  }

  .menu.open:before {
    right: 0;
  }

  .menu:before {
    display: block;
  }

  .menu__list {
    display: block;
  }

  .menu__item {
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .menu__link {
    font-size: 20px;
  }

  .menu__link-icon {
    display: none;
  }

  .footer__content {
    padding: 24px 20px 28px;
    border-radius: 30px;
  }

  .footer__top-btn:hover {
    text-decoration: none;
  }

  .footer__center {
    margin: 21px 0 28px;
  }

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

  .footer__bottom-row {
    margin: 0 -18px;
  }

  .footer__bottom-left {
    padding: 0 18px;
  }

  .footer__bottom-right {
    padding: 0 18px;
  }

  .questions-section {
    margin-top: 54px;
  }

  .questions-section__row {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .questions-section__title {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .reviews-block {
    margin-top: 42px;
    margin-bottom: 60px;
  }

  .reviews-block__row {
    padding: 44px 34px 42px;
    border-radius: 28px;
  }

  .reviews-block__right {
    top: 44px;
    right: 34px;
  }

  .how-get {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .how-get__items {
    max-width: 521px;
  }

  .how-get__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }

  .offer-block__content {
    overflow: hidden;
  }

  .offer-block__wrap {
    max-width: 573px;
  }

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

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

  .offer-block__body {
    padding: 32px;
  }

  .offer-block__body > span {
    height: 226px;
  }

  .block-top {
    margin: 46px 0;
  }

  .block-top__logo {
    margin-bottom: 16px;
  }

  .block-top__body {
    border-radius: 38px;
  }

  .our-approach__top {
    gap: 36px;
  }

  .our-approach__inner {
    flex-basis: 448px;
    max-width: 448px;
    min-height: 210px;
    border-radius: 20px;
  }

  .our-approach__text {
    padding: 32px 210px 26px 32px;
  }

  .our-approach__image {
    right: -36px;
    width: 278px;
    max-width: 64%;
  }

  .our-approach__right {
    flex-basis: 324px;
    width: 324px;
    gap: 24px;
  }

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

  .approach-subtitles {
    margin-top: 18px;
  }

  .approach-subtitles ul li {
    font-size: 12px;
  }

  .our-approach__body {
    max-width: 385px;
  }

  .our-approach__img {
    max-width: 494px;
    top: 17px;
    right: -22px;
  }

  .our-approach__bottom {
    padding-top: 18px;
  }

  .loan-tariffs__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .loan-tariffs__items {
    grid-template-columns: repeat(2, minmax(0, 290px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 28px;
  }

  .loan-tariffs__card {
    padding: 24px 30px 26px;
  }

  .loan-tariffs__card:nth-child(3):last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: 100%;
    max-width: 290px;
  }
}

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

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

  h1 {
    font-size: 22px;
  }

  .header__row {
    margin: 0 -10px;
  }

  .header__left {
    padding: 0 10px;
  }

  .header__right {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0 10px;
    max-width: 50%;
  }

  .header__location {
    font-size: 14px;
    text-align: right;
  }

  .logo {
    max-width: 153px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu:before {
    height: 75px;
  }

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

  .footer__top-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__top-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer__top-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 9px;
  }

  .footer__top-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 15px;
  }

  .footer__top-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
  }

  .footer__top-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__top-btn1 {
    display: none;
  }

  .footer__top-btn1 .btn {
    min-width: 270px;
  }

  .footer__top-btn2 .btn {
    min-width: 270px;
  }

  .footer__center {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 16px 0;
  }

  .footer__center-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__center-btn .btn {
    min-width: 270px;
    height: 40px;
  }

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

  .footer__bottom-icons {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .main-popup.fancybox__content {
    padding: 50px 20px;
  }

  .questions-section {
    margin-top: 42px;
  }

  .questions-section__row {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .questions-section__image {
    max-width: 250px;
    margin: 0 auto;
  }

  .questions-section__title {
    text-align: center;
    font-size: 22px;
  }

  .questions-section__content {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .questions-section__question {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    font-size: 12px;
  }

  .questions-section__question span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .questions-section__answer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-block {
    margin-top: 38px;
    margin-bottom: 46px;
  }

  .reviews-block__row {
    grid-template-columns: 1fr;
    padding: 32px 18px 28px;
    row-gap: 20px;
    max-width: 320px;
  }

  .reviews-block__left {
    padding-right: 0;
  }

  .reviews-block__title {
    font-size: 24px;
  }

  .reviews-block__right {
    position: static;
    justify-self: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .reviews-slider {
    overflow: hidden;
  }

  .reviews-slider__item {
    min-height: 0;
    padding: 54px 20px 22px;
  }

  .reviews-slider__rating svg {
    width: 68px;
    height: auto;
  }

  .reviews-slider__label {
    right: 20px;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 8px;
  }

  .how-get {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .how-get__title {
    margin-bottom: 24px;
  }
.offer-block__title
  .how-get__items {
    max-width: 100%;
  }
.offer-block__title{
  margin-top: -25px;
}
  .how-get__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .offer-block__content {
    padding: 28px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }

  .offer-block__wrap {
    padding: 28px 20px;
    border-radius: 20px;
  }

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

  .offer-block__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .offer-block__body {
    padding: 20px;
    border-radius: 20px;
  }

  .offer-block__body > span {
    height: 246px;
  }

  .block-top {
    margin: 40px 0;
    padding-top: 18px;
  }

  .block-top__logo {
    margin-bottom: 22px;
  }

  .block-top__title {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 113%;
  }

  .block-top__heading {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .block-top__body {
    padding: 20px 20px;
    border-radius: 24px;
  }

  .stretched-text {
    text-align: center;
    display: block;
    margin-top: 35px;
  }

  .our-approach__top {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 28px;
  }

  .our-approach__inner {
    width: 100%;
    max-width: 520px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
  }

  .our-approach__text {
    padding: 32px 45% 32px 24px;
  }

  .our-approach__image {
 right: 50px;
        width: 330px;
        max-width: 100%;
  }

  .our-approach__right {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
  }

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

  .our-approach__img {
    max-width: 360px;
    bottom: -69px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }

  .our-approach__bottom {
    padding-top: 8px;
  }

  .loan-tariffs__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .loan-tariffs__items {
    grid-template-columns: minmax(0, 1fr);
    max-width: 300px;
    gap: 20px;
  }

  .loan-tariffs__card {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .loan-tariffs__name {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .loan-tariffs__button {
    max-width: 210px;
  }

  .loan-tariffs__param {
    grid-template-columns: 28px minmax(54px, 1fr) auto;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .loan-tariffs__param-name,
  .loan-tariffs__param-value {
    font-size: 12px;
  }

  .approach-title {
    font-size: 21px;
  }

  .our-approach__text {
    padding-right: 36%;
  }
}

@media (max-width: 578px) {
  .main-popup.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}

@media (max-height: 578px) {
  .main-popup.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
.success{
      font-family: 'Proxima Nova' !important;
    font-weight: 600 !important;
    color: #28123A !important;
    
}
.success-title{
  font-size: 24px !important;
}








.anketa-bottom{
  border-radius: 40px;
background: url(../img/offer-bg2.png);
background-blend-mode: multiply, normal, normal;
position: relative;
padding: 28px 60px;

}
.anketa-bottom__img{
  position: absolute;
  bottom: 0;
  left: 9%;
}
.anketa-bottom__body{
  display: flex;
  justify-content: space-between;
}
.anketa-bottom__inner{
  width: 510px;
  border-radius: 24px;
background: #FFF;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
padding: 25px 40px;
z-index: 99;
}
.block-body__wrapper{
  display: flex;
  justify-content: center;
}
.vue-app .vf-row{
  flex-direction: column;
}
.vf-row>.vf-amount, .vf-row>.vf-period{
  max-width: 100% !important;
}
.offer-block__body{
  width: 80%;
}
.vue-app2 .vf-btn.vf-btn-primary{
  
  width: 100%;
  font-size: 16px !important;
  padding: 12px 25px !important;
  
}
.vfm-consent-popup .vf-btn.vf-btn-primary{
  max-width: 80% !important;
}
.anketa-bottom .vf-btn.vf-btn-primary{
  margin-top: 0 !important;
}
.anketa-bottom__title{
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 44px */
text-transform: uppercase;
font-family: "Montserrat";
}
.anketa-bottom__subtitle{
  color: #FFF;
font-family: Rubik;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
margin-top: 32px;
width: 47%;
}
.anketa-bottom__text{
  margin-top: 32px;
}

.offer-block__preferences{
  display: flex;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

.pref-text{
  color: #FFF;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.pref-block{
  border-radius: 16px;
border: 0.6px solid #FFF;
background: rgba(255, 255, 255, 0.10);
display: flex;
align-items: center;
gap: 10px;
padding: 12px 20px;
}
.metrika-pics{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.data-metrika__bot__wrapper{
  display: flex;
  align-items: center;
  min-width: 190px; /* или min-width */
  flex-shrink: 0;
}
@media (max-width: 420px) {
  .data-metrika__bot__wrapper{
    min-width: 190px;
  }
}
.data-metrika__bot__title{
  margin-left: 15px;
  color: #000;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
}
.data-metrika__bot__value{
  flex: 1;
  color: #000;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 19.2px */
}
.data-metrika__title{
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
  text-align: center;
}
.block-subtitle__wrapper{
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
}
.block-subtitle{
  border-radius: 8px;
  display: flex;
  padding: 7px 25px;
background: #018576;
align-items: center;
}
@media (max-width: 420px) {
  .block-subtitle{
    padding: 7px 15px;
  }
}
.block-title{
color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
text-transform: uppercase;
text-align: center;
}
.block-title span{
  color: #018576;
}
.block-txt{
  color: #FFF;
font-family: Rubik;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 14.4px */
}
.block-txt-2{
  color: #FFF;
font-family: Rubik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
}
.block-txt__wrapper{
  margin-left: 12px;
}
@media(max-width: 430px){
  .offer-block__preferences{
    flex-direction: column;
    padding: 0px 20px;
  }
  .pref-block:not(:last-child){
    margin-bottom: 20px;
  }
  .offer-block__body{
    width: 100%;
  }
  .how-get__icon{
   margin-bottom: 20px;
  }
  .anketa-bottom__img{
    display: none;
  }
  .anketa-bottom__body{
    flex-direction: column;
  }
  .anketa-bottom{
    background: linear-gradient(180deg, #07523B 0%, #018576 100%);
        padding: 28px 10px;
  }
  .anketa-bottom__text {
    margin-top: 32px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.anketa-bottom__subtitle, .anketa-bottom__title{
  width: 100%;
}
.anketa-bottom__title{
  font-size: 18px;
}
.anketa-bottom__subtitle{
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;

}
.anketa-bottom__inner{
  width: 100%;
  padding: 25px 20px;
}
.pref-text{
  font-size: 14px;
}
}


.browser-notice {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.browser-notice.browser-notice_show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.browser-notice.browser-notice_hide {
  opacity: 0;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
}

.browser-notice__body {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  width: 100%;
  max-width: 820px;
  min-height: 62px;
  border: 1px solid rgba(244, 61, 60, 0.18);
  border-left: 5px solid var(--color-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 13px 14px 13px 18px;
  -webkit-animation: browser-notice-soft-pulse 4.5s ease-in-out infinite;
          animation: browser-notice-soft-pulse 4.5s ease-in-out infinite;
}

.browser-notice__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  font-family: "Rubik", sans-serif;
}

.browser-notice__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 145%;
  text-align: left;
  text-wrap: pretty;
}

.browser-notice__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f4f4f4;
  color: #565656;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.browser-notice__close span {
  font-size: 23px;
  line-height: 1;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.browser-notice__close:hover {
  background: var(--color-red);
  color: var(--color-white);
}

@-webkit-keyframes browser-notice-soft-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
  }
  50% {
    -webkit-box-shadow: 0 14px 40px rgba(244, 61, 60, 0.18);
            box-shadow: 0 14px 40px rgba(244, 61, 60, 0.18);
  }
}

@keyframes browser-notice-soft-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
  }
  50% {
    -webkit-box-shadow: 0 14px 40px rgba(244, 61, 60, 0.18);
            box-shadow: 0 14px 40px rgba(244, 61, 60, 0.18);
  }
}

@media (max-width: 767.98px) {
  .browser-notice {
    bottom: 10px;
    padding: 0 12px;
  }
  .browser-notice__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    min-height: auto;
    padding: 12px 10px 12px 12px;
  }
  .browser-notice__icon {
    -ms-flex-preferred-size: 26px;
        flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 15px;
    margin-top: 1px;
  }
  .browser-notice__text {
    font-size: 13px;
    line-height: 140%;
  }
  .browser-notice__close {
    -ms-flex-preferred-size: 28px;
        flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
  .browser-notice__close span {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .browser-notice,
  .browser-notice__body {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}
