@charset "UTF-8";
.mt-3{
  margin-top: 30px;
}
@media (max-width: 532px) {
  .header__left{
    display: flex;
    justify-content: center;
  }
  .starzaym .card{
    max-width: 320px !important;
    width: 250px !important;
    padding: 35px 40px 20px 40px !important;
    
    border-radius: 25px !important;
  }
  .card-info__wrapper__text, .card-info__wrapper__value{
    font-size: 12px !important;
  }
  .starzaym{
    justify-content: center !important;
  }
}
.slider-ui{
  height: 45px !important;
}
.slider-ui .value{
  top: 16% !important;
  width: 30px !important;
  height: 30px !important;
}
.starzaym .scale {
  right: -4% !important;
  top: -1% !important;
  
}
.card-btn{
  margin-bottom: 0 !important;
  margin-top: 15px;
}

.starzaym button{
  font-family: "Geologica", sans-serif !important;
  font-size: 12px !important;
  max-width: 145px !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease-in-out;
}
.starzaym button:hover{
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.card{
  filter: drop-shadow(0px 2.84px 16.114px rgba(0, 0, 0, 0.11));
  overflow: hidden;
  max-width: 212px !important;
}
.starzaym{
  justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.step-two__title{
  margin-top: 0 !important;
}
.header-showcase{
  justify-content: space-between;
}
#messageBox{
  display: block;
  text-align: center;
  margin-top: 5px;
}
.error-span {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 5px;
}
#captcha-container{
  height: 100px !important;
}

.main-block{
  margin-top: -15px;
}
body{
  
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-orange: #ed885c;
  --color-gray: #e9e9e9;
  --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: "Geologica";
  src: url("../fonts/Geologica-ExtraLight.woff2") format("woff2"), url("../fonts/Geologica-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

body.lock {
  overflow: hidden;
}

body.page-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fff1eb), to(#ace0f9));
  background: -o-linear-gradient(left, #fff1eb 0%, #ace0f9 100%);
  background: linear-gradient(90deg, #fff1eb 0%, #ace0f9 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;
}



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 !important;
  font-weight: 700;
  line-height: 120%;
}

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

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

.btn.btn-orange:hover {
  background: #c16842;
}

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

.btn.btn-outline-orange:hover {
  background: var(--color-orange);
}

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

.footer__body {
  border-radius: 31px;
  background: var(--color-black);
  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 span {
  border-bottom: 1px dashed var(--color-orange);
}

.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%;
  border-bottom: 1px dashed var(--color-orange);
}

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

.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 {
  border-radius: 31px;
  background: #f6f7f9;
  -webkit-box-shadow: 0px 2.503px 25.216px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 2.503px 25.216px 0px rgba(0, 0, 0, 0);
  padding: 26px 36px 21px 285px;
  position: relative;
  margin: 49px 0;
}

.reviews-block__img {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 232px;
  height: 252px;
}

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

.reviews-block__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

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

.reviews-block__title {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
  line-height: 101%;
}

.reviews-block__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 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: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.reviews-block__slider {
  padding: 0 10px;
  margin-top: 23px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
  margin: -16px;
  padding: 16px;
}

.reviews-slider__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25px;
  max-width: 100%;
  height: 25px;
  border-radius: 5px;
  background: 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;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.reviews-slider__prev:hover {
  background: var(--color-orange);
  color: var(--color-white);
}

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

.reviews-slider__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25px;
  max-width: 100%;
  height: 25px;
  border-radius: 5px;
  background: 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;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.reviews-slider__next:hover {
  background: var(--color-orange);
  color: var(--color-white);
}

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

.reviews-slider__slide {
  height: auto;
}

.reviews-slider__item {
  border-radius: 16px;
  background: var(--color-white);
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  padding: 15px 12px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.reviews-slider__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

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

.reviews-slider__rating svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11px;
  max-width: 100%;
  height: 11px;
  fill: var(--color-gray);
}

.reviews-slider__rating svg.active {
  fill: var(--color-orange);
}

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

.faq-block {
  margin: 50px 0;
}

.faq-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}

.faq-block__left {
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.faq-block__title {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  max-width: 500px;
}

.faq-block__right {
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.faq-block__img {
  text-align: center;
}

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

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

.faq-spoiler__item.active .faq-spoiler__icon {
  opacity: 0;
}

.faq-spoiler__item.active .faq-spoiler__heading {
  font-weight: 600;
}

.faq-spoiler__item.active .faq-spoiler__arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-spoiler__title {
  cursor: pointer;
  border-radius: 8px;
  background: #f6f7f9;
  -webkit-box-shadow: 0px 2.16px 12.417px -2.16px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2.16px 12.417px -2.16px rgba(0, 0, 0, 0.14);
  padding: 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.faq-spoiler__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  position: relative;
}

.faq-spoiler__arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.faq-spoiler__arrow:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.faq-spoiler__heading {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.faq-spoiler__body {
  display: none;
  padding: 19px 10px 2px 32px;
}

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

.faq-spoiler__text {
  color: var(--color-black);
  font-size: 12px;
  line-height: 120%;
}

.our-tariffs {
  margin: 63px 0 78px;
}

.our-tariffs__title {
  text-align: center;
  margin-bottom: 33px;
}

.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: center;
  margin: -27.5px;
}

.our-tariffs__col {
  padding: 27.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 335px;
  max-width: 100%;
}

.item-tariffs {
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 3.604px 20.453px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0px 3.604px 20.453px rgba(0, 0, 0, 0.11));
  border-radius: 30px;
  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;
  height: 100%;
}

.item-tariffs__bg {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
}

.item-tariffs__bg img {
  position: absolute;
  top: -2px;
  right: -2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  max-width: 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 40px 27px;
}

.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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 33px;
}

.item-tariffs__icon {
  -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-tariffs__heading {
  color: var(--color-black);
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
}

.item-tariffs__title {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
}

.item-tariffs__items {
  margin-bottom: 35px;
  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;
  border-radius: 30px;
  background: #f3f3f3;
  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: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.item-tariffs__btn {
  margin-top: auto;
  border-radius: 9px;
  background: var(--color-black);
  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;
  padding: 5px 21px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  transition: var(--transition-normal);
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.item-tariffs__btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.our-advantages {
  margin: 57px 0 63px;
}

.our-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -15px;
}

.our-advantages__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding: 15px 15px;
}

.our-advantages__col:nth-child(1) .our-advantages__item {
  background: #3e3e3e;
  -webkit-box-shadow: 3.129px 6.883px 24.402px -3.754px rgba(0, 0, 0, 0.45);
          box-shadow: 3.129px 6.883px 24.402px -3.754px rgba(0, 0, 0, 0.45);
}

.our-advantages__col:nth-child(1) .our-advantages__item .our-advantages__list li:before {
  background-image: url("../img/list-arrow-orange.svg");
}

.our-advantages__col:nth-child(2) .our-advantages__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f97c7), to(#185356));
  background: -o-linear-gradient(top, #3f97c7 0%, #185356 100%);
  background: linear-gradient(180deg, #3f97c7 0%, #185356 100%);
  padding: 30px 150px 30px 46px;
}

.our-advantages__col:nth-child(2) .our-advantages__item .our-advantages__list {
  line-height: 110%;
}

.our-advantages__item {
  border-radius: 42px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 150px 30px 30px;
}

.our-advantages__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.our-advantages__body {
  position: relative;
  z-index: 2;
}

.our-advantages__title {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 16px;
}

.our-advantages__list {
  padding: 0;
  list-style: none;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
}

.our-advantages__list li {
  position: relative;
  padding-left: 18px;
  max-width: 270px;
}

.our-advantages__list li:not(:last-child) {
  margin-bottom: 10px;
}

.our-advantages__list li strong {
  display: block;
  font-weight: 800;
}

.our-advantages__list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/list-arrow-white.svg") center/10px 10px no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}

.how-works {
  margin: 56px 0;
}

.how-works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.how-works__left {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  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;
}

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

.how-works__item {
  border-radius: 16px;
  background: #f6f7f9;
  height: 100%;
  padding: 22px 36px 22px;
  position: relative;
}

.how-works__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 51px;
  max-width: 100%;
  height: 51px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 1;
}

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

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

.how-works__text {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
  max-width: 170px;
}

.offer-block {
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#fff1eb), to(#ace0f9));
  background: -o-linear-gradient(left, #fff1eb 0%, #ace0f9 100%);
  background: linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
  padding: 25px 47px 25px 60px;
  margin-top: 20px;
}

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

.offer-block__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 445px;
  padding: 76px 0;
  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;
}

.offer-block__title {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 800;
  line-height: 113%;
}

.offer-block__items {
  margin-top: 35px;
  border-radius: 16px;
  background: var(--color-white);
  width: 100%;
  max-width: 375px;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.offer-block__item {
  color: var(--color-orange);
  font-size: 25px;
  font-weight: 900;
  line-height: 176%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 7.5px);
  max-width: 100%;
}

.offer-block__item:nth-child(2) {
  color: var(--color-black);
}

.offer-block__item:nth-child(3) {
  color: var(--color-black);
}

.offer-block__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25px;
  max-width: 100%;
  height: 25px;
}

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

.offer-block__box {
  position: relative;
}

.offer-block__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: -55%;
}
@media (max-width: 1199px) {
  .offer-block__bg {
    position: absolute;
    bottom: 125px;
    left: -39%;
}
  
}
@media (max-width: 800px) {
  .offer-block__bg {
    display: none;
}
  
}

.offer-block__block {
  position: relative;
  z-index: 3;
  width: 375px;
  border-radius: 25px;
  background: #fff;
  padding: 30px 36px;
}
@media (max-width: 991.98px) {
  .offer-block__block {
    padding: 20px 30px;
    width: 375px;
}
}

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

.header {
  padding: 22px 0;
}

.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-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.header__location-city {
  height: 45px;
  padding: 5px 16px;
  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;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
  border-radius: 10px;
  border: 2px dashed var(--color-orange);
}

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

.logo__text {
  color: #f39200;
  font-size: 22.5px;
  font-weight: 800;
  line-height: 176%;
  text-transform: uppercase;
}

.logo__text:last-child {
  color: var(--color-black);
}

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

.menu {
  position: relative;
}

.menu__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;
  cursor: pointer;
}

.menu__icon img {
  width: 40px;
  height: 40px;
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

.menu__link {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 176%;
  -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 {
  display: none;
}

.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:has(.error-message) .form-group__icon {
  top: 35%;
}


.form-group__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  max-width: 100%;
  height: 15px;
  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: 12px;
  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 40px;
  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;
  margin-bottom: -5px;
}

.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: 24px;
  font-weight: 800;
  line-height: 113%;
  max-width: 750px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.block-top__subtitle {
  color: var(--color-black);
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 113%;
  max-width: 750px;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media (min-width: 991.98px) {
  .reviews-slider__slide.swiper-slide-active + .reviews-slider__slide + .reviews-slider__slide .reviews-slider__item {
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
  }

  .reviews-slider__slide.swiper-slide-active + .reviews-slider__slide .reviews-slider__item {
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
  }

  .reviews-slider__slide.swiper-slide-active .reviews-slider__item {
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
  }
}

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

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

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

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

  .how-works__left {
    padding: 10px;
  }

  .how-works__item {
    padding: 22px 22px 22px;
  }

  .offer-block {
    padding: 20px 32px;
  }

  .offer-block__bg {
    right: 100px;
    bottom: 60px;
  }
}

@media (max-width: 1100px) {
  .menu__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 20px !important;
  }

  .footer {
    margin-top: 60px;
    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 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 {
    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 {
    padding: 24px 24px 24px 203px;
  }

  .reviews-block {
    margin: 56px 0 48px;
  }

  .reviews-block__img {
    width: 203px;
    height: 220px;
    left: 0;
  }

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

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

  .reviews-block__slider {
    margin-top: 26px;
  }

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

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

  .faq-block {
    margin: 56px 0;
  }

  .faq-block__title {
    font-size: 20px;
  }

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

  .faq-spoiler__title {
    padding: 8px 7px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1.721px 9.898px -1.721px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 1.721px 9.898px -1.721px rgba(0, 0, 0, 0.14);
  }

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

  .faq-spoiler__body {
    padding: 10px 7px 6px 23px;
  }

  .our-tariffs {
    margin: 50px 0 71px;
  }

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

  .our-tariffs__col {
    width: 250px;
  }

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

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

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

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

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

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

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

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

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

  .item-tariffs__btn {
    height: 30px;
    font-size: 10px;
    padding: 5px 18px;
  }

  .our-advantages {
    margin: 45px 0 49px;
  }

  .our-advantages__row {
    margin: -15px -24px;
  }

  .our-advantages__col {
    padding: 15px 24px;
  }

  .our-advantages__col:nth-child(1) .our-advantages__item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .our-advantages__col:nth-child(2) .our-advantages__item {
    padding: 20px 100px 26px 26px;
  }

  .our-advantages__item {
    border-radius: 28px;
    padding: 20px 100px 26px 26px;
  }

  .our-advantages__title {
    font-size: 18px;
  }

  .our-advantages__title {
    margin-bottom: 10px;
  }

  .our-advantages__list {
    font-size: 10px;
  }

  .our-advantages__list li {
    max-width: 190px;
  }

  .our-advantages__list li:not(:last-child) {
    margin-bottom: 7px;
  }

  .our-advantages__list li:before {
    top: 2px;
  }

  .how-works {
    margin: 41px 0 45px;
  }

  .how-works__col {
    padding: 10px;
  }

  .how-works__item {
    border-radius: 10px;
    padding: 18px 15px 12px;
  }

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

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

  .how-works__heading {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .how-works__text {
    font-size: 11px;
    line-height: 105%;
    max-width: 125px;
  }

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

  .offer-block.inner {
    background: -webkit-gradient(linear, right top, left top, from(#fff1eb), to(#ace0f9));
    background: -o-linear-gradient(right, #fff1eb 0%, #ace0f9 100%);
    background: linear-gradient(270deg, #fff1eb 0%, #ace0f9 100%);
  }

  .offer-block__left {
    max-width: 305px;
    padding: 60px 0;
  }

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

  .offer-block__items {
    max-width: none;
    margin-top: 25px;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    background: transparent;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .offer-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 120px;
    max-width: 100%;
    border-radius: 11px;
    background: var(--color-white);
    font-size: 15px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding: 9px;
  }

  .offer-block__item svg {
    width: 20px;
    height: 20px;
  }

  .offer-block__bg {
    bottom: 20px;
    right: 7px;
  }

  .offer-block__block {
    padding: 20px 30px;
    width: 375px;
  }

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

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

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

  .header__menu {
    padding-left: 20px;
  }

  .header__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

  .logo__text {
    font-size: 21px;
  }

  .menu.open .menu__body {
    right: -20px;
  }

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

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

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

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

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

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

  .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 {
    display: none;
  }

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

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

  .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 {
    padding: 0;
    background: transparent;
    margin: 6px 0 37px;
  }

  .reviews-block__img {
    position: static;
    margin: 0 auto;
  }

  .reviews-block__right {
    padding: 19px 20px 13px;
    background: #f6f7f9;
    -webkit-box-shadow: 0px 2.194px 22.1px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 2.194px 22.1px 0px rgba(0, 0, 0, 0);
    margin: 0 -20px;
  }

  .reviews-block__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .reviews-block__title {
    text-align: center;
  }

  .reviews-block__nav {
    -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: 15px;
  }

  .reviews-block__slider {
    margin-top: 0;
  }

  .reviews-slider {
    overflow: visible;
  }

  .reviews-slider__slide {
    width: auto;
  }

  .reviews-slider__item {
    width: 280px;
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
    padding: 20px 24px 24px;
  }

  .reviews-slider__text {
    font-size: 11px;
    margin-top: 9px;
  }

  .faq-block {
    margin: 38px 0 6px;
  }

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

  .faq-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
  }

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

  .our-tariffs {
    margin: 48px 0 38px;
  }

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

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

  .our-tariffs__col {
    padding: 13px;
    width: 291px;
  }

  .item-tariffs {
    border-radius: 26px;
    -webkit-filter: drop-shadow(0px 3.405px 19.321px rgba(0, 0, 0, 0.11));
            filter: drop-shadow(0px 3.405px 19.321px rgba(0, 0, 0, 0.11));
  }

  .item-tariffs__body {
    padding: 22px 36px 29px;
  }

  .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__item-text {
    font-size: 16px;
  }

  .item-tariffs__btn {
    margin-left: 31px;
    height: 40px;
    font-size: 14px;
    padding: 5px 24px;
  }

  .our-advantages {
    margin: 32px 0 48px;
  }

  .our-advantages__row {
    margin: -10px;
  }

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

  .our-advantages__col:nth-child(2) .our-advantages__item {
    padding: 20px 50px 26px 21px;
  }

  .our-advantages__item {
    padding: 20px 50px 26px 21px;
  }

  .our-advantages__list {
    font-size: 12px;
  }

  .our-advantages__list li {
    max-width: 230px;
  }

  .our-advantages__list li:not(:last-child) {
    margin-bottom: 9px;
  }

  .our-advantages__list li:before {
    top: 3px;
  }

  .how-works {
    margin: 35px 0 32px;
  }

  .how-works__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 7.5px;
  }

  .how-works__title {
    text-align: center;
    padding-bottom: 3px;
  }

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

  .how-works__item {
    padding: 22px 40px 12px 26px;
    border-radius: 12px;
  }

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

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

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

  .how-works__text {
    font-size: 14px;
    max-width: 215px;
  }

  .offer-block {
    padding: 25px 10px;
    border-radius: 20px;
    margin-top: 0;
  }

  .offer-block.inner {
    display: none;
  }

  .offer-block__row {
    display: block;
  }

  .offer-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .offer-block__items {
    display: none;
  }

  .offer-block__bg {
    display: none;
  }

  .offer-block__block {
    width: 100%;
    border-radius: 20px;
    padding: 50px 90px;
  }
@media (max-width: 578px) {
    .offer-block__block {
      padding: 20px 10px;
    }
  
}
  .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;
    margin-bottom: 25px;
  }
  .block-top__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -20px;
  }

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

@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) {
  .header__right {
    display: none;
  }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .reviews-slider__slide.swiper-slide-active + .reviews-slider__slide .reviews-slider__item {
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
  }

  .reviews-slider__slide.swiper-slide-active .reviews-slider__item {
    -webkit-box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.503px 14.203px 0.626px rgba(0, 0, 0, 0.11);
  }
}

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

.consent-text{
  font-size: 9px !important;
}
circle-progress::part(value) {
  stroke: #ed885c !important;
  stroke-dasharray: 1%;
  stroke-width: 10px;
}