@charset "UTF-8";
.vfm-consent-popup-content{
  font-size: 12px;
}
.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;
}
.mt-3{
  margin-top: 30px;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-blue: #2158fb;
  --color-green: #2cb742;
  --color-orange: #ed885c;
  --color-gray: #f3f3f3;
  --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: "Rubik";
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prosto One";
  src: url("../fonts/ProstoOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: var(--color-black);
  font-size: 16px;
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
}

body.lock {
  overflow: hidden;
}

body.page-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#cfd9df), to(#e2ebf0));
  background: -o-linear-gradient(left, #cfd9df 0%, #e2ebf0 100%);
  background: linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
}

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

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

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

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #6d6d6d;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;

}

h2 {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.slider-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  max-width: 100%;
  height: 50px;
  background: #f4f4f4;
  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-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  color: #6332CB;
}

.slider-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slider-prev.swiper-button-lock {
  opacity: 0.5;
  pointer-events: none;
}

.slider-prev svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.slider-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  max-width: 100%;
  height: 50px;
  background: #f4f4f4;
  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-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  color: #6332CB;
}

.slider-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slider-next.swiper-button-lock {
  opacity: 0.5;
  pointer-events: none;
}

.slider-next svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.offset-block {
  margin-left: calc(((100vw - 1170px) / 2 + 30px) * -1);
  margin-right: calc(((100vw - 1170px) / 2 + 30px) * -1);
  padding-left: calc((100vw - 1170px) / 2 + 30px);
  padding-right: calc((100vw - 1170px) / 2 + 30px);
}

.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;
  border-radius: 100px;
  border: 1px solid transparent;
  height: 40px;
  padding: 5px 15px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 176%;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.btn.btn-blue {
  border-radius: 1000px;
  background: var(--11, linear-gradient(90deg, #365DC7 0%, #6332CB 100%));
  color: var(--color-white);
}

.btn.btn-blue:hover {
opacity: .8;
}

.btn.btn-outline-blue {
  border-color: var(--color-white);
  color: var(--color-white);
}

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

.footer {
  margin-top: 65px;
  margin-bottom: 57px;
}

.footer__body {
border-radius: 12px;
background: #413850;
  padding: 30px 61px 38px 69px;
  color: var(--color-white);
}

.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 svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.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: 200;
  line-height: 140%;
}

.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__center {
  margin: 31px 0;
  padding-top: 13px;
  padding-bottom: 13px;
  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: 12px;
}

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

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

.footer__bottom-left {
  padding: 0 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
  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: 200;
  line-height: 120%;
}

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

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

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

.footer__bottom-links li {
  line-height: 1;
  color: var(--color-black);
}

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

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

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

.reviews-block {
  margin-top: 57px;
  margin-bottom: 61px;
}

.reviews-block__top {
  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: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 35px;
}
.reviews-block__title{
  color: #000;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
}
.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: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}

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

.reviews-slider__slide {
  height: auto;
}

.reviews-slider__item {
  border-radius: 20px;
  background: #f3f3f3;
  padding: 28px;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.reviews-slider__top {

}

.reviews-slider__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46px;
  max-width: 100%;
  height: 46px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: relative;
  overflow: hidden;
}
.reviews-slider__info{
   display: flex;
    flex-direction: column;
    height: 100%;
}
.reviews-slider__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;
}
.reviews-slider__top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-slider__name {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.reviews-slider__img{

}
.reviews-slider__bottom{
  color: #6332CB;
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 16.8px */
margin-top: auto;
}
.reviews-slider__info {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  margin-left: 20px;
}

.reviews-slider__text {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 20px;
}

.reviews-slider__rating {
  color: #ed885c;

}

.reviews-slider__rating svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  max-width: 100%;
  height: 15px;
  fill: currentColor;
}

.faq-block {
 border-radius: 12px;
  background: #413850;  
  padding: 70px 95px;
  margin-top: 91px;
  margin-bottom: 50px;
}

.faq-block__title {
  margin-bottom: 25px;
  color: #FFF;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
text-align: center;
}

.faq-spoiler__item {
border-radius: 8px;
background: #FFF;
}

.faq-spoiler__item:not(:last-child) {
  margin-bottom: 15px;
}
.faq-spoiler__arrow svg {
  transition: transform 0.25s ease;
}
.faq-spoiler__item.active .faq-spoiler__arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-spoiler__title {
  padding: 15px 20px 15px 30px;
  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;
  cursor: pointer;
}

.faq-spoiler__heading {
color: #000;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.faq-spoiler__arrow {
  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-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: var(--color-blue);
  margin-left: auto;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.faq-spoiler__arrow svg {
    width: 20px;
    height: 29px;
  fill: currentColor;
}

.faq-spoiler__body {
  display: none;
  padding: 0 13px 20px 30px;
}

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

.faq-spoiler__text {
  font-size: 16px;
  color: var(--color-black);
}

.our-tariffs {
  margin: 57px 0 91px;
}

.our-tariffs__title {
  
  text-align: left;
  background: rgba(235, 241, 255, 1);
  margin-bottom: 25px;
color: #000;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
}
.our-tariffs__wrapper{
  padding: 70px 0px;
    background: rgba(235, 241, 255, 1);
}
.our-tariffs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;


}
.our-tariffs__img{
  position: absolute;
    right: 0;
    top: 5%;
}
.our-tariffs__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 350px;
  max-width: 100%;
}

.item-tariffs {
  position: relative;
  border-radius: 30px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-tariffs__body {
  position: relative;
  z-index: 2;
  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;
  height: 100%;
  padding: 29px 30px 24px;
  border-radius: 12px;
background: #413850;

}

.item-tariffs__top {
  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;
  margin-bottom: 24px;
}


.item-tariffs__block{
  display: flex;
  align-items: center;
}

.item-tariffs__heading {
color: #FFF;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.item-tariffs__title {
color: #FFF;
font-family: Rubik;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 30.8px */
margin-left: 12px;
}

.item-tariffs__items {
  margin-bottom: 40px;
  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;
}

.item-tariffs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 190px;
  max-width: 100%;
  padding: 5px 12px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  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;
}

.item-tariffs__item:not(:last-child) {
  margin-bottom: 10px;
}

.item-tariffs__item-icon {
  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-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.item-tariffs__item-icon svg {
  width: 30px;
  height: 30px;
}

.item-tariffs__item-text {
color: #FFF;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 19.2px */
}

.item-tariffs__btn {
width: 100%;
  border-radius: 1000px;
  background: var(--11, linear-gradient(90deg, #365DC7 0%, #6332CB 100%));
  color: var(--color-white);
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 5px 21px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
text-align: center;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; 


}

.item-tariffs__btn:hover {
  opacity: 0.8;
}

.how-works {
  background: rgba(65, 56, 80, 1);
  padding: 70px 0px;
  position: relative;
  z-index: 3;
}
.how-works__first{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.how-works__section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
.how-works__ss{
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 1000px;
  padding: 6px 20px;
}
.how-works__ss:nth-child(even){
  background: #6332CB;
  color: #fff;
}
.how-works__title {
color: #FFF;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
}
.how-works__previleges{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-works__prev{
  border-radius: 12px;
background: rgba(245, 252, 255, 0.20);
padding: 22px 22px 18px 35px;
max-width: 343px;
}
.how-works__prev:nth-child(3){
  background: #fff;
}
.how-works__prev__title{
  display: flex;
  align-items: center;
  
}
.how-works__prev__title__num{
      padding: 10px 14px;
    background: white;
    border-radius: 100px;
    margin-right: 15px;
    color: #000;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 115%; /* 18.4px */
}
.how-works__prev:nth-child(3) .how-works__prev__title__num{
  background: #6332CB;
  color: #fff;
}
.how-works__prev__title__txt{
color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 22px */
}
.how-works__prev:nth-child(3) .how-works__prev__title__txt{
  color: #000;
}

.how-works__prev__subtitle{
  color: #FFF;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
margin-top: 15px;
}
.how-works__prev:nth-child(3) .how-works__prev__subtitle{
  color: #000;
}
.how-works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.how-works__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.how-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}

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

.how-works__icon svg {
  width: 45px;
  height: 45px;
  fill: currentColor;
}

.how-works__block {
  padding-top: 11px;
}

.how-works__heading {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.how-works__text {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 105%;
  margin-top: 10px;
}

.how-works__bottom {
  margin-top: 21px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.how-works__boxes {
  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;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}

.how-works__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 158px;
  max-width: 100%;
}

.how-works__box:nth-child(even) .how-works__box-item {
  background: #f3f3f3;
  color: var(--color-black);
}

.how-works__box:nth-child(even) .how-works__box-item svg {
  fill: var(--color-blue);
}

.how-works__box-item {
  border-radius: 90px;
  border: 4px solid var(--color-white);
  background: var(--color-blue);
  height: 58px;
  padding: 10px;
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: var(--color-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 176%;
}

.how-works__box-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  fill: var(--color-white);
}

.offer-block {
  position: relative;
  background-image: url(../img/bg-main.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.offer-block__img {
  width: 729px;
  position: absolute;
  bottom: -90px;
  left: 38%;
}

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

.offer-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 40px 0px;
}

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

.offer-block__box {
  border-radius: 25px;
  background: #e6e6e6;
  padding: 18px 20px;
}

.offer-block__block > span {
  display: block;
  height: 390px;
  text-align: center;
}

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

.offer-block__title {
  color: var(--color-black);
font-family: "Prosto One";
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 110%;
text-transform: uppercase;
  position: relative;
  z-index: 3;
  max-width: 81%;
}
.color-purple{
  color: rgba(99, 50, 203, 1);
}
.offer-block__text {
  color: var(--color-black);
  font-size: 32px;
  font-weight: 300;
  line-height: 113%;
  max-width: 380px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
}

.offer-block__text span {
  color: var(--color-blue);
}

.header {

}

.header__body {
background: #413850;
box-shadow: 0 4px 14px 0 rgba(104, 97, 97, 0.10);
  padding: 15px 0px;
}

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

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

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

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

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

.header__location-text {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  border-left: 1px solid var(--color-white);
  padding-left: 20px;
}

.header__location-city {
  height: 42px;
  padding: 5px 14px;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;

}

.header__location-icon {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header__location-icon img,
.header__location-icon svg {
  width: 35px;
  height: 35px;
}

.header-inner {
  padding: 22px 0;
}

.header-inner__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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.header-inner__logo {
  max-width: 251px;
}

.header-inner__logo img {
  max-width: 100%;
}

.header-inner__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}

.header-inner__location-text {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.header-inner__location-city {
  height: 42px;
  padding: 5px 14px;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 100px;
  background: var(--color-blue);
}

.logo {
  display: inline-block;
  width: 165px;
}

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

.menu {
  position: relative;
}

.menu__icon {
  display: none;
  cursor: pointer;
}

.menu__icon img,
.menu__icon svg {
  width: 35px;
  height: 35px;
}

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

.menu__close {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 1;
}

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

.menu__link {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  display: inline-block;
}

.menu__link:hover {
  text-decoration: underline;
}



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

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

.call-back {
  display: none;
}

.call-back.fancybox__content {
  width: 100%;
  max-width: 375px;
  border-radius: 25px;
  padding: 18px 36px 26px;
}

.call-back.fancybox__content .f-button.is-close-btn {
  top: 14px;
  right: 14px;
  color: var(--color-black);
}

.call-back__title {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 176%;
  margin-bottom: 24px;
  text-align: center;
}

.call-back__check {
  margin-top: 14px;
  cursor: pointer;
  position: relative;
}

.call-back__check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.call-back__check input:checked + span:after {
  opacity: 1;
}

.call-back__check span {
  color: var(--color-black);
  font-size: 8px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  display: block;
  padding-left: 20px;
}

.call-back__check span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ebebeb;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -1px;
}

.call-back__check span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--color-black);
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 2;
  opacity: 0;
}

.call-back__check span a {
  color: inherit;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  text-decoration: underline;
}

.call-back__check span a:hover {
  text-decoration: none;
}

.call-back__bottom-text {
  margin-top: 8px;
  padding-top: 3px;
  position: relative;
  padding-left: 20px;
  color: var(--color-black);
  font-size: 8px;
  font-weight: 400;
  line-height: 120%;
}

.call-back__bottom-text:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/form-icon.png") center/16px 16px no-repeat;
}

.call-back__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  
}

.call-back__btn .btn {
  padding: 5px 20px;
}

.form-group {
  position: relative;
}

.form-group:not(:last-child) {
  margin-bottom: 10px;
}

.form-group__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  max-width: 100%;
  height: 30px;
  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: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group__icon img,
.form-group__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.form-fontrol {
  border-radius: 100px;
  background: #f5f5f5;
  width: 100%;
  height: 40px;
  padding: 5px 15px 5px 46px;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 176%;
}

textarea.form-fontrol {
  border-radius: 15px;
  text-align: center;
  height: 100px;
  resize: none;
  padding: 5px 15px;
}

.block-top {
  margin: 50px 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__logo .logo__text {
  font-size: 29px;
}

.block-top__title {
  color: var(--color-black);
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 113%;
  max-width: 750px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.block-top__body {
  border-radius: 40px;
  background: var(--color-white);
  padding: 28px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

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

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.enough-funds {
border-radius: 12px;
border: 2px solid #6332CB;
background: url(../img/bg-sec.png);
background-blend-mode: overlay, normal;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: 61px;
  margin-bottom: 64px;
}

.enough-funds:last-child {
  margin-bottom: 0;
}

.enough-funds__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -12px;
}

.enough-funds__left {
  padding: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.enough-funds__body {
  
}

.enough-funds__img {
  position: absolute;
  left: 80px;
  bottom: 0;

  pointer-events: none;
}

.enough-funds__img img {
  max-width: 100%;
}

.enough-funds__block {

}

.enough-funds__title {
color: #000;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
text-transform: uppercase;
  padding: 60px 0px 0px 60px;
  margin-bottom: 15px;
  width: 70%;
}

.enough-funds__text {
color: #000;
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 22px */
width: 60%;
  padding: 0px 0px 0px 60px;
}

.enough-funds__right {
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 415px;
  max-width: 100%;
}

.enough-funds__box {
  width: 100%;
  border-radius: 25px;
  background: #e6e6e6;
  padding: 30px 26px;
}

.enough-funds__box > span {
  display: block;
  height: 390px;
  text-align: center;
}

.articles-block {
  background: -webkit-gradient(linear, left top, right top, from(#cfd9df), to(#e2ebf0));
  background: -o-linear-gradient(left, #cfd9df 0%, #e2ebf0 100%);
  background: linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
  padding-top: 37px;
  padding-bottom: 57px;
  margin-top: 86px;
  margin-bottom: 57px;
}

.articles-block__top {
  margin-bottom: 28px;
  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;
}

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

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

.articles-slider__slide {
  height: auto;
}

.item-article {
  border-radius: 23px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: block;
  padding: 20px 15px 12px;
  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;
}

.item-article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-article__img 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;
}

.item-article__icon {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 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;
}

.item-article__icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.item-article__title {
  position: relative;
  z-index: 2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  color: var(--color-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.requirements-block {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.requirements-block__left {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.requirements-block__body {
  border-radius: 30px;
  background: transparent;
  height: 100%;
  position: relative;

}
li::marker{
  color: rgba(99, 50, 203, 1);
}
.requirements-block__title {
  color: #000;
font-family: "Prosto One";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 39.6px */
  position: relative;
  z-index: 2;
  width: 38%;
}

.requirements-block__list {
  position: relative;
  z-index: 2;
  margin-top: 21px;
  color: var(--color-black);
  font-size: 18px;
  line-height: 175%;
}

.requirements-block__img {
    width: 65%;
    position: absolute;
    bottom: -19%;
    right: -2.5%;
    pointer-events: none;
}

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

.requirements-block__right {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
}

.requirements-block__item {

  padding: 24px 24px 24px 50px;
  border-radius: 12px;
background: #EBF1FF;
  color: var(--color-white);
  position: relative;
}
.req-ico{
  position: absolute;
  left: -6%;
  top: 26%;
}

.requirements-block__item:not(:last-child) {
  margin-bottom: 10px;
}

.requirements-block__item {
  background: #EBF1FF;
  color: #040404;
}



.requirements-block__item-heading {
color: #000;
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 22px */
}

.requirements-block__item-text {
color: #000;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

@media (max-width: 1199.98px) {
  .footer__body {
    padding: 30px 30px;
  }

  .our-tariffs__row {
    margin: -20px;
  }

  .our-tariffs__col {
    padding: 20px;
    width: 310px;
  }

  .how-works {
    padding: 24px 30px 0;
  }

  .offer-block {
    padding-left: 0;
  }

  .offer-block__img {
    left: 165px;
  }

  .enough-funds__title {
    font-size: 32px;
  }

  .enough-funds__text {
    font-size: 26px;
  }
}

@media (max-width: 1169.98px) {
  .offset-block {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reviews-slider {
    overflow: visible;
  }

  .articles-slider {
    overflow: visible;
  }
}

@media (max-width: 1100px) {
  .offer-block__right {
    width: 300px;
  }

  .offer-block__title {
    font-size: 32px;
  }

  .offer-block__text {
    font-size: 26px;
    max-width: 265px;
  }

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

@media (max-width: 991.98px) {
  h2 {
    font-size: 20px !important;
  }
.main{
  background-repeat: unset;
}
.offer-block__row{
  justify-content: normal;
}
.how-works__first{
  flex-direction: column;
  align-items: flex-start;
}
  .slider-prev {
    width: 30px;
    height: 30px;
  }

  .slider-prev svg {
    width: 10px;
    height: 10px;
  }

  .slider-next {
    width: 30px;
    height: 30px;
  }

  .slider-next svg {
    width: 10px;
    height: 10px;
  }

  .footer {
    margin-bottom: 32px;
  }

  .footer__body {
    padding: 27px 20px 51px;
    border-radius: 30px;
  }

  .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-link {
    color: var(--color-black);
  }

  .footer__top-link span {
    border: none;
  }

  .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-btn {
    color: var(--color-black);
    border: none;
    text-decoration: underline;
  }

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

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

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

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

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

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

  .reviews-block {
    margin-top: 43px;
    margin-bottom: 36px;
  }

  .reviews-block__top {
    margin-bottom: 17px;
  }

  .reviews-block__nav {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }

  .reviews-slider__item {
    padding: 0 20px 26px;
    border-radius: 15px;
  }

  .reviews-slider__top {
    border-radius: 15px;
    padding: 10px 18px;
  }

  .reviews-slider__photo {
    width: 39px;
    height: 39px;
    border-width: 2px;
  }

  .reviews-slider__name {
    font-size: 12px;
  }

  .reviews-slider__info {
    font-size: 10px;
  }

  .reviews-slider__text {
    font-size: 10px;
    margin-top: 22px;
  }

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

  .faq-block {
    padding: 30px 35px;
    margin-top: 64px;
    margin-bottom: 40px;
  }

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

  .faq-spoiler__title {
    padding: 10px 15px 10px 20px;
  }

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

  .faq-spoiler__arrow svg {
    width: 30px;
    height: 30px;
  }

  .faq-spoiler__body {
    padding: 0 15px 20px 20px;
  }

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

  .our-tariffs {
    margin: 40px 0 64px;
  }

  .our-tariffs__title {
    margin-bottom: 21px;
  }

  .our-tariffs__row {
    margin: -4px;
  }

  .our-tariffs__col {
    width: 238px;
    padding: 4px;
  }

  .item-tariffs {
    border-radius: 25px;
  }

  .item-tariffs__body {
    padding: 21px 28px 0;
  }

  .item-tariffs__top {
    margin-bottom: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .item-tariffs__icon svg {
    width: 30px;
    height: 30px;
  }

  .item-tariffs__heading {
    font-size: 8px;
  }

  .item-tariffs__title {
    font-size: 16px;
  }

  .item-tariffs__items {
    margin-bottom: 22px;
  }

  .item-tariffs__item {
    padding: 6px 5px;
    width: 140px;
  }

  .item-tariffs__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .item-tariffs__item-icon svg {
    width: 18px;
    height: 18px;
  }

  .item-tariffs__item-text {
    font-size: 15px;
  }

  .item-tariffs__btn {
    height: 42px;
    font-size: 14px;
    padding: 5px 18px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }

  .how-works {
    
    margin-bottom: 78px;

    padding: 22px 0;
  }
  .how-works__section{
    width: 55%;
  }
.how-works__prev{
  height: 158px;
  width: 32%;
  padding: 15px 15px 12px 25px;
}
  .how-works__title {
    margin-bottom: 32px;
  }

  .how-works__row {
    margin: 0 -10px;
  }

  .how-works__col {
    padding: 0 10px;
  }

  .how-works__item {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .how-works__icon {
    width: 35px;
    height: 35px;
  }

  .how-works__icon svg {
    width: 35px;
    height: 35px;
  }

  .how-works__block {
    padding-top: 8px;
  }

  .how-works__heading {
    font-size: 14px;
  }

  .how-works__text {
    font-size: 12px;
    margin-top: 7px;
  }

  .how-works__bottom {
    margin-top: 10px;
  }

  .how-works__boxes {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .how-works__box {
    width: 143px;
  }

  .how-works__box-item {
    height: 53px;
    font-size: 15px;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }

  .how-works__box-item svg {
    width: 16px;
    height: 16px;
  }

  .offer-block {
    margin-top: 3px;
    
  }

  .offer-block__img {
    width: 590px;
    bottom: -30px;
  }

  .offer-block__left {
    width: 310px;
  }

  .offer-block__box {
    border-radius: 20px;
    padding: 30px 24px;
  }

  .offer-block__block > span {
    height: 310px;
  }

  .offer-block__right {
    padding-top: 33px;
    width: 52%;
  }

  .offer-block__title {
  width: 95%;
    font-size: 32px;
  }

  .offer-block__text {
    font-size: 24px;
    margin-top: 7px;
    max-width: 365px;
  }

  .header__body {
    padding: 8px 9px;
  }

  .header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .header__menu {
    padding-left: 20px;
  }

  .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__location-text {
    padding-left: 0;
    border: none;
  }

  .header__location-city {
    height: 40px;
    font-size: 12px;
  }

  .header-inner__logo {
    max-width: 157px;
  }

  .header-inner__location-text {
    padding-left: 0;
    border: none;
  }

  .header-inner__location-city {
    height: 40px;
    font-size: 12px;
  }

  .logo {
    width: 115px;
  }

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

  .menu.open .menu__body {
    left: -10px;
  }

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

  .menu__body {
    position: absolute;
    top: calc(100% + 24px);
    left: -250px;
    width: 192px;
    z-index: 10;
    border-radius: 0 20px 20px 0;
    background: #7f7f7f;
    padding: 68px 16px 34px 26px;
    -webkit-transition: var(--transition-normal);
    -o-transition: var(--transition-normal);
    transition: var(--transition-normal);
    display: block;
  }

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

  .menu__list {
    display: block;
  }

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

  .menu__link {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 176%;
  }

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

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

  .block-top__logo .logo__text {
    font-size: 22.5px;
  }

  .enough-funds {
    padding: 30px 25px;
    margin-top: 36px;
    margin-bottom: 65px;
  }

  .enough-funds__body {
    padding-left: 110px;
  }

  .enough-funds__img {
    width: 162px;
    left: 10px;
  }

  .enough-funds__block {
    padding-top: 35px;
  }

  .enough-funds__title {
    font-size: 24px;
  }

  .enough-funds__text {
    font-size: 20px;
    margin-top: 13px;
  }

  .enough-funds__right {
    width: 334px;
  }

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

  .enough-funds__box > span {
    height: 310px;
  }

  .articles-block {
    padding-top: 21px;
    padding-bottom: 28px;
    margin-top: 51px;
    margin-bottom: 40px;
  }

  .articles-block__top {
    margin-bottom: 21px;
  }

  .item-article {
    min-height: 200px;
    padding: 9px 10px;
    border-radius: 15px;
  }

  .item-article__icon svg {
    width: 25px;
    height: 25px;
  }

  .item-article__title {
    border-radius: 10px;
    font-size: 10px;
    padding: 10px;
  }

  .requirements-block {
    margin-top: 78px;
    margin-bottom: 51px;
  }

  .requirements-block__row {
    flex-direction: column;
    margin: 0 -9px;
  }

  .requirements-block__left {
    padding: 0 9px;
  }

  .requirements-block__body {

  }

  .requirements-block__list {
    margin-top: 13px;
    font-size: 12px;
  }

  .requirements-block__img {
    width: 65%;
    bottom: -267px;
  }

  .requirements-block__right {
    padding: 0 9px;
    width: 258px;
  }

  .requirements-block__item {
    padding: 10px 20px;
    border-radius: 13px;
  }

  .requirements-block__item-heading {
    font-size: 12px;
  }

  .requirements-block__item-text {
    margin-top: 4px;
    font-size: 10px;
  }
}

@media (max-width: 850px) {
  .offer-block__img {
    width: 535px;
  }

  .requirements-block__img {
    width: 42%;
  }
}

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

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

  h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .faq-block__title{
    text-align: center;
  }

  .offset-block {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    font-size: 10px;
  }

  .footer {
    margin-top: 37px;
  }

  .footer__body {
    padding: 32px 20px;
  }

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

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

  .footer__center {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 20px 0;
  }

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

  .footer__center-btn .btn {
    min-width: 145px;
    display: none;
  }

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

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

  .reviews-block {
    margin-top: 37px;
    margin-bottom: 25px;
  }

  .reviews-block__top {
    margin-bottom: 19px;
  }

  .reviews-slider__item {
    border-radius: 20px;
    padding: 0 20px 30px;
  }

  .reviews-slider__top {
    padding: 12px 20px;
    border-radius: 20px;
  }

  .reviews-slider__photo {
    width: 46px;
    height: 46px;
    border-width: 3px;
  }

  .reviews-slider__name {
    font-size: 14px;
  }

  .reviews-slider__info {
    font-size: 12px;
  }

  .reviews-slider__text {
    font-size: 12px;
    margin-top: 26px;
  }

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

  .faq-block {
    padding: 22px 15px 28px;
    margin-bottom: 31px;
    margin-top: 44px;
  }

  .faq-block__title {
    margin-bottom: 18px;
  }

  .our-tariffs {
    margin: 29px 0 44px;
  }

  .our-tariffs__title {
    margin-bottom: 20px;
  }

  .our-tariffs__row {
    margin: -17px;
  }

  .our-tariffs__col {
    padding: 17px;
    width: 264px;
  }

  .item-tariffs__body {
    padding: 26px 36px 0;
  }

  .item-tariffs__top {
    margin-bottom: 20px;
  }

  .item-tariffs__heading {
    font-size: 10px;
  }

  .item-tariffs__title {
    font-size: 16px;
  }

  .item-tariffs__items {
    margin-bottom: 20px;
  }

  .item-tariffs__item {
    padding: 7px 6px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    width: 177px;
  }

  .item-tariffs__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .item-tariffs__item-icon svg {
    width: 23px;
    height: 23px;
  }

  .item-tariffs__btn {
    padding: 5px 24px;
  }

  .how-works {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 22px 20px 25px;
  }

  .how-works__title {
    margin-bottom: 20px;
  }

  .how-works__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

  .how-works__col:not(:last-child) {
    margin-bottom: 25px;
  }

  .how-works__item {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }

  .how-works__block {
    padding-top: 0;
  }

  .how-works__text {
    margin-top: 3px;
    line-height: 120%;
  }

  .how-works__bottom {
    margin-top: 30px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .how-works__boxes {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .how-works__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 5px);
    max-width: 100%;
  }

  .how-works__box:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .how-works__box-item {
    border: none;
    height: 45px;
    padding: 5px 10px;
  }

  .offer-block {
    margin-top: 13px;
    margin-bottom: 19px;
  }

  .offer-block__img {
    width: 196px;
    left: auto;
    right: -24px;
    bottom: -43px;
  }

  .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%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
    position: relative;
    z-index: 4;
  }

  .offer-block__box {
    padding: 15px;
  }

  .offer-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    position: relative;
  }

  .offer-block__title {
    font-size: 32px;
    max-width: 180px;
  }

  .offer-block__text {
    margin-top: 20px;
  }

  .header__location-text {
    display: none;
  }

  .header-inner__row {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .header-inner__logo {
    max-width: 126px;
  }

  .header-inner__location-text {
    display: none;
  }

  .menu__body {
    top: calc(100% + 16px);
  }

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

  .call-back.fancybox__content {
    padding: 50px 20px;
  }

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

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

  .block-top__logo .logo__text {
    font-size: 21px;
  }

  .block-top__title {
    font-size: 16px;
  }

  .block-top__body {
    padding: 20px 10px;
  }

  .enough-funds {
    border-radius: 20px;
    padding: 20px 15px;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 25px;
    margin-bottom: 37px;
    margin-top: 62px;
  }

  .enough-funds__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .enough-funds__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .enough-funds__body {
    padding-left: 0;
  }

  .enough-funds__img {
    display: none;
  }

  .enough-funds__block {
    padding-top: 0;
  }

  .enough-funds__title {
    text-align: center;
  }

  .enough-funds__text {
    margin-top: 4px;
    text-align: center;
  }

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

  .enough-funds__box {
    padding: 15px;
  }

  .articles-block {
    padding-top: 13px;
    padding-bottom: 27px;
    margin-top: 23px;
    margin-bottom: 29px;
  }

  .articles-block__top {
    margin-bottom: 19px;
  }

  .item-article__title {
    max-width: 180px;
  }

  .requirements-block {
    margin-top: 18px;
    margin-bottom: 23px;
  }

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

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

  .requirements-block__body {
    overflow: hidden;
    padding: 32px 120px 25px 21px;
  }

  .requirements-block__title {
    max-width: 155px;
    font-size: 20px;
  }

  .requirements-block__img {
    width: 177px;
    right: -38px;
  }

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

  .requirements-block__item {
    border-radius: 17px;
  }

  .requirements-block__item:not(:last-child) {
    margin-bottom: 13px;
  }

  .requirements-block__item-heading {
    font-size: 16px;
  }

  .requirements-block__item-text {
    font-size: 14px;
    margin-top: 5px;
  }
}

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

  .call-back.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}

@media (max-width: 575.98px) {
  .reviews-slider__slide {
    width: auto;
  }

  .reviews-slider__item {
    width: 260px;
  }

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

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

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

  .header__location-city {
    display: none;
  }

  .header__location-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479.98px) {
  .articles-slider__slide {
    width: 300px;
  }
}

@media (any-hover: hover) {
  .slider-prev:hover {
    background: #6332CB;
    color: var(--color-white);
  }

  .slider-next:hover {
    background: #6332CB;
    color: var(--color-white);
  }

  .item-article:hover .item-article__icon {
    color: var(--color-blue);
  }
}

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

  .call-back.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}

.footer__bottom-img{
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom-img img{
  width: 25%;
  height: 45px;
  
}
.footer__bottom-img img:nth-of-type(3n){
  margin-top: 10px;
}
.main-block__text{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 113%;
  margin-bottom: 30px;
  margin-top: -30px;
}
@media (max-width: 450px) {
  .main-block__text{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
}



.unsub-btn{
  background: var(--color-blue) !important;
  border: 1px solid var(--color-blue) !important;
  color: white !important;
}
.unsub-btn:hover{
  background: transparent !important;
  border: 1px solid #0e3cc5 !important;
  color: var(--color-blue) !important;
}
#captcha-container{
  height: 120px !important;
}
circle-progress::part(value) {
  stroke: #2158FB !important;
  stroke-dasharray: 1%;
  stroke-width: 10px;
}
.calculator-container[data-v-2ac0d995]{
  margin-top: -10px;
}

