@charset "UTF-8";

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

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

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

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

body {
  color: #fff;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  background: #010101;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  overflow: hidden;
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.button {
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background: linear-gradient(180deg, #E9C566 0%, #A88730 100%);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(255, 255, 255, 0.25);
  padding: 0.8125rem 1.3125rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.title {
  color: #FFF;
  font-family: "PreonDEMO";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background-image: linear-gradient(to bottom, #E9C566, #A88730);
  position: relative;
}

.title_border::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -16px;
  background: url("../img/icons/title.svg") center/contain no-repeat;
}

.title_monserrat {
  font-family: "Montserrat";
  font-weight: 700;
}

.text {
  line-height: 1.2;
}

.text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.text span {
  font-weight: 600;
}

.main-decoration_1 {
  top: 147px;
  left: 210px;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}

.main-decoration_2 {
  top: 135px;
  right: 165px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.main-decoration_3 {
  top: 45%;
  left: 20px;
}

.main-decoration_4 {
  top: 38%;
  right: -15px;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}

.main-decoration_5 {
  bottom: 110px;
  left: 95px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.main-decoration_6 {
  bottom: 165px;
  right: 95px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.decoration {
  position: absolute;
  padding: 0.3125rem;
  border-radius: 12.974px;
  background: rgba(43, 55, 63, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.decoration__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
  height: 86px;
  border-radius: 12px;
  overflow: hidden;
}

.decoration__img img {
  width: 100%;
  height: 100%;
}

.decoration__content {
  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: start;
  gap: 0.625rem;
}

.decoration__label {
  font-family: "Play";
  font-size: 0.875rem;
}

.decoration__price {
  font-family: "Play";
  font-size: 2.75rem;
  font-weight: 700;
  color: #989898;
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header._header-scroll {
  padding: 0.625rem 0;
  background: #010101;
}

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

.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5625rem;
}

.menu__link {
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 1.0625rem 0;
}

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

.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.no-webp .mainscreen{
  background: url("../img/mainscreen/bg.png") center/cover no-repeat; }

.mainscreen__container {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.mainscreen__content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.mainscreen__logo {
  margin: 0 auto;
}

.mainscreen__title {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-weight: 700;
  line-height: 90%;
  max-width: 40.9375rem;
}

.mainscreen__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.mainscreen__text {
  color: #FFF;
  font-weight: 600;
  max-width: 36.875rem;
}

.about {
  overflow: hidden;
}

.about__container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  position: relative;
  max-width: 66.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__title {
  text-align: start;
}

.prices__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
}

.item-price {
  border-radius: 14.854px;
  border: 1.981px solid #000;
  background: #0B0B0B;
  -webkit-box-shadow: 0px 0px 16.142px 0px #B5933B;
          box-shadow: 0px 0px 16.142px 0px #B5933B;
}

.item-price__title {
  text-align: center;
}

.item-price__label {
  text-align: center;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background-image: linear-gradient(to bottom, #E9C566, #A88730);
}

.item-price__label:not(:last-child) {
  margin-bottom: 1.125rem;
}

.item-price__list:not(:last-child) {
  margin-bottom: 1.125rem;
}

.item-price__item {
  position: relative;
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-indent: 18px;
  line-height: 1.3;
}

.item-price__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), color-stop(109.89%, #A88730)), #D9D9D9;
  background: linear-gradient(180deg, #E9C566 0%, #A88730 109.89%), #D9D9D9;
  border-radius: 50%;
  line-height: normal;
}

.item-price__item:not(:last-child)::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), color-stop(109.89%, #A88730)), #000;
  background: linear-gradient(180deg, #E9C566 0%, #A88730 109.89%), #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.item-price__price {
  font-family: "Play";
  font-weight: 700;
  text-align: center;
}

.item-price__price span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background-image: linear-gradient(to bottom, #E9C566, #A88730);
}

.statistics__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
}

.statistics__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (205px)[4];
  grid-template-columns: repeat(4, 205px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 4.25rem;
}

.item-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}

.item-statistics__icon {
  position: absolute;
  top: -50px;
  right: -25px;
  width: 123px;
  height: 123px;
}

.item-statistics__icon_dollar {
  top: -40px;
  right: -35px;
}

.item-statistics__icon_arrow {
  top: -30px;
  right: -35px;
}

.item-statistics__icon_user {
  top: -63px;
  right: -40px;
}

.item-statistics__icon img {
  position: relative;
  z-index: 2;
}

.item-statistics__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DCB13F), color-stop(109.89%, #46360B)), #D9D9D9;
  background: linear-gradient(180deg, #DCB13F 0%, #46360B 109.89%), #D9D9D9;
  -webkit-filter: blur(30.846818924px);
          filter: blur(30.846818924px);
}

.item-statistics__num {
  position: relative;
  z-index: 3;
  height: 10.75rem;
  width: 10.75rem;
  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;
  border-radius: 26.44px;
  border: 1.322px solid #FFF;
  background: rgba(81, 81, 81, 0.2);
  -webkit-backdrop-filter: blur(2.6440131664px);
          backdrop-filter: blur(2.6440131664px);
}

.item-statistics__num span {
  font-family: "Play";
  text-shadow: 0px 0.881px 3.525px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background-image: linear-gradient(to bottom, #E9C566, #A88730);
}

.item-statistics__title {
  color: #FFF;
  font-weight: 600;
}

.social__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.item-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 217px;
          flex: 0 1 217px;
  position: relative;
}

.item-social::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 186, 93, 0.5)), color-stop(109.89%, rgba(70, 54, 11, 0.4901960784))), rgba(217, 217, 217, 0.5058823529);
  background: linear-gradient(180deg, rgba(222, 186, 93, 0.5) 0%, rgba(70, 54, 11, 0.4901960784) 109.89%), rgba(217, 217, 217, 0.5058823529);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.item-social__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.item-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.item-social__title {
  font-family: "PreonDEMO";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730));
  background-image: linear-gradient(to bottom, #E9C566, #A88730);
}

.reviews-slider {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-slider__slide {
  position: relative;
}

.reviews-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.reviews-slider__slide-content {
  position: relative;
  z-index: 2;
}

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

.reviews-slider__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  border-radius: 50%;
  overflow: hidden;
}

.reviews-slider__head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}

.reviews-slider__head-name {
  font-weight: 500;
}

.reviews-slider__head-status {
  font-weight: 300;
}

.request {
  position: relative;
}

.request__container {
  position: relative;
  z-index: 2;
  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;
}

.request__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-request__title {
  max-width: 19.5rem;
}

.form-request__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form-request__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-request__item input,
.form-request__item label {
  position: relative;
  z-index: 2;
}

.form-request__label {
  padding: 0.75rem 0.75rem 0 0.75rem;
}

.form-request__input {
  padding: 0.625rem 1.5rem 0.8125rem 1.5rem;
  background: transparent;
  outline: none;
  color: #fff;
}

.form-request__input::-webkit-input-placeholder {
  text-decoration: underline;
}

.form-request__input::-moz-placeholder {
  text-decoration: underline;
}

.form-request__input:-ms-input-placeholder {
  text-decoration: underline;
}

.form-request__input::-ms-input-placeholder {
  text-decoration: underline;
}

.form-request__input::placeholder {
  text-decoration: underline;
}

.form-request__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  margin-bottom: 2.1875rem;
}

.form-request__radios-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.form-request__radios-item input {
  width: 0;
  height: 0;
}

.form-request__radios-item input:checked ~ .form-request__radios-label {
  border: 1.668px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730)), #515151;
  background: linear-gradient(180deg, #E9C566 0%, #A88730 100%), #515151;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.form-request__radios-item input:checked ~ .form-request__radios-label img {
  display: none;
}

.form-request__radios-label {
  cursor: pointer;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 10px;
  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;
  font-family: "PreonDEMO";
}

.form-request__radios-label span {
  position: relative;
  z-index: 2;
}

.form-request__btn {
  width: 100%;
}

.input-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  opacity: 0.8;
}

.form__error {
  color: red;
  position: relative;
  z-index: 2;
  padding: 0 1.5rem 0.75rem 1.5rem;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 47.99875em) {
  .item-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25.25rem;
            flex: 0 1 25.25rem;
  }
}

@media (min-width: 61.99875em) {
  .about__container::before {
    content: "";
    position: absolute;
    width: 438px;
    height: 620px;
    bottom: 0;
    left: -75px;
    border-radius: 620px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730)), #600060;
    background: linear-gradient(180deg, #E9C566 0%, #A88730 100%), #600060;
    -webkit-filter: blur(250px);
            filter: blur(250px);
  }

  .about__img {
    position: absolute;
    bottom: 0;
    left: -170px;
    width: 610px;
  }

  .about__img .mob {
    display: none;
  }

  .about__content {
    max-width: 32.5rem;
    margin: 0 0 0 auto;
  }

  .about__title {
    margin-left: -7px;
  }

  .about-rev .about__container::before {
    left: auto;
    right: -75px;
    border-radius: 620px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9C566), to(#A88730)), #600060;
    background: linear-gradient(180deg, #E9C566 0%, #A88730 100%), #600060;
    -webkit-filter: blur(250px);
            filter: blur(250px);
  }

  .about-rev .about__content {
    margin: 0;
  }

  .about-rev .about__img {
    bottom: 0;
    left: auto;
    right: -170px;
    width: 610px;
  }

  .request__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40.625rem;
            flex: 0 1 40.625rem;
  }

  .request__img img.request__img_mob {
    display: none;
  }

  .form-request {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.75rem;
            flex: 0 0 28.75rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 78.125em) {
  .about__title:not(:last-child) {
    margin-bottom: 3.375rem;
  }
}

@media (min-width: 78.125em) {
  .title {
    font-size: 2rem;
  }

  .title_border::before {
    width: 2.9375rem;
  }

  .title_border::before {
    height: 2.8125rem;
  }

  .title_big {
    font-size: 2.8125rem;
  }

  .title_sm {
    font-size: 1.25rem;
  }

  .about__container {
    padding-top: 4.25rem;
  }

  .about__text:not(:last-child) {
    margin-bottom: 3.375rem;
  }

  .prices {
    padding-top: 3.5625rem;
  }

  .prices {
    padding-bottom: 3.5625rem;
  }

  .item-price {
    padding-top: 2.5rem;
  }

  .item-price {
    padding-bottom: 1.25rem;
  }

  .item-price {
    padding-left: 1.75rem;
  }

  .item-price {
    padding-right: 1.75rem;
  }

  .item-price__label {
    font-size: 1.25rem;
  }

  .item-price__item {
    font-size: 1rem;
  }

  .item-price__price {
    font-size: 1.9375rem;
  }

  .item-price__price span {
    font-size: 3.25rem;
  }

  .statistics {
    padding-top: 4.1875rem;
  }

  .statistics {
    padding-bottom: 6.875rem;
  }

  .statistics__container {
    gap: 7.75rem;
  }

  .item-statistics {
    row-gap: 1.3125rem;
  }

  .item-statistics__num_s64 span {
    font-size: 4rem;
  }

  .item-statistics__num_s40 span {
    font-size: 2.5rem;
  }

  .item-statistics__num_s34 span {
    font-size: 2.125rem;
  }

  .item-statistics__num_s34 span span {
    font-size: 2.125rem;
  }

  .item-statistics__title {
    font-size: 1.3125rem;
  }

  .social {
    padding-top: 3.8125rem;
  }

  .social {
    padding-bottom: 4.375rem;
  }

  .social__title:not(:last-child) {
    margin-bottom: 4.625rem;
  }

  .item-social__link {
    padding-top: 1.625rem;
  }

  .item-social__link {
    padding-bottom: 1.375rem;
  }

  .item-social__link {
    padding-left: 1.9375rem;
  }

  .item-social__link {
    padding-right: 1.9375rem;
  }

  .item-social__link {
    row-gap: 1.8125rem;
  }

  .reviews {
    padding-top: 4.375rem;
  }

  .reviews {
    padding-bottom: 4.375rem;
  }

  .reviews__title {
    margin-bottom: 4rem;
  }

  .reviews-slider__slide {
    padding: 1.5rem;
  }

  .reviews-slider__head {
    gap: 1.4375rem;
  }

  .reviews-slider__head:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .reviews-slider__img {
    -ms-flex-preferred-size: 3.25rem;
        flex-basis: 3.25rem;
  }

  .reviews-slider__img {
    height: 3.25rem;
  }

  .reviews-slider__head-name {
    font-size: 1.25rem;
  }

  .reviews-slider__head-status {
    font-size: 1.25rem;
  }

  .reviews-slider__text {
    font-size: 1rem;
  }

  .request {
    padding-top: 2.625rem;
  }

  .form-request {
    margin-bottom: 2.625rem;
  }

  .form-request__item {
    margin-bottom: 0.75rem;
  }

  .form-request__radios {
    margin-top: 0.9375rem;
  }

  .form-request__radios-label {
    padding-top: 1.375rem;
  }

  .form-request__radios-label {
    padding-bottom: 1.375rem;
  }

  .form-request__radios-label {
    font-size: 1.4375rem;
  }
}

@media (min-width: 120em) {
  .button_big {
    font-size: 2rem;
  }

  .button_big {
    padding-top: 1.3125rem;
  }

  .button_big {
    padding-bottom: 1.3125rem;
  }

  .button_big {
    padding-right: 5.3125rem;
  }

  .button_big {
    padding-left: 5.3125rem;
  }

  .menu__list {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .footer__logo {
    -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem;
  }

  .mainscreen__logo {
    max-width: 32.875rem;
  }

  .mainscreen__logo:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .mainscreen__title {
    font-size: 3.8125rem;
  }

  .mainscreen__content-content:not(:last-child) {
    margin-bottom: 5.0625rem;
  }

  .mainscreen__text {
    font-size: 1.5rem;
  }

  .social__list {
    gap: 6.25rem;
  }

  .item-social__title {
    font-size: 1.125rem;
  }
}

@media (max-width: 62em) {
  .button_big {
    font-size: 1.75rem;
  }

  .button_big {
    padding-top: 1.125rem;
  }

  .button_big {
    padding-bottom: 1.125rem;
  }

  .button_big {
    padding-right: 4.75rem;
  }

  .button_big {
    padding-left: 4.75rem;
  }

  .menu__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .mainscreen__logo:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .mainscreen__title {
    font-size: 1.875rem;
  }

  .mainscreen__content-content:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .mainscreen__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 30em) {
  .footer__logo {
    -ms-flex-preferred-size: 15.625rem;
        flex-basis: 15.625rem;
  }

  .item-social__title {
    font-size: 0.5rem;
  }
}

@media (max-width: 20em) {
  .title {
    font-size: 1.1875rem;
  }

  .title_border::before {
    width: 1.875rem;
  }

  .title_border::before {
    height: 1.75rem;
  }

  .title_big {
    font-size: 2.375rem;
  }

  .title_sm {
    font-size: 1.0625rem;
  }

  .about__container {
    padding-top: 1.5625rem;
  }

  .about__text:not(:last-child) {
    margin-bottom: 2.75rem;
  }

  .prices {
    padding-top: 1.125rem;
  }

  .prices {
    padding-bottom: 1.125rem;
  }

  .item-price {
    padding-top: 2.0625rem;
  }

  .item-price {
    padding-bottom: 1rem;
  }

  .item-price {
    padding-left: 1.4375rem;
  }

  .item-price {
    padding-right: 1.4375rem;
  }

  .item-price__label {
    font-size: 1.0625rem;
  }

  .item-price__item {
    font-size: 0.8125rem;
  }

  .item-price__price {
    font-size: 1.625rem;
  }

  .item-price__price span {
    font-size: 2.75rem;
  }

  .statistics {
    padding-top: 3rem;
  }

  .statistics {
    padding-bottom: 1.4375rem;
  }

  .statistics__container {
    gap: 3.75rem;
  }

  .item-statistics {
    row-gap: 0.75rem;
  }

  .item-statistics__num_s64 span {
    font-size: 2.5rem;
  }

  .item-statistics__num_s40 span {
    font-size: 1.25rem;
  }

  .item-statistics__num_s34 span {
    font-size: 0.9375rem;
  }

  .item-statistics__num_s34 span span {
    font-size: 1.875rem;
  }

  .item-statistics__title {
    font-size: 0.75rem;
  }

  .social {
    padding-top: 1.4375rem;
  }

  .social {
    padding-bottom: 2.25rem;
  }

  .social__title:not(:last-child) {
    margin-bottom: 3.1875rem;
  }

  .item-social__link {
    padding-top: 0.75rem;
  }

  .item-social__link {
    padding-bottom: 0.6875rem;
  }

  .item-social__link {
    padding-left: 1.0625rem;
  }

  .item-social__link {
    padding-right: 1.0625rem;
  }

  .item-social__link {
    row-gap: 0.8125rem;
  }

  .reviews {
    padding-top: 2.875rem;
  }

  .reviews {
    padding-bottom: 2.625rem;
  }

  .reviews__title {
    margin-bottom: 2.625rem;
  }

  .reviews-slider__slide {
    padding: 0.8125rem;
  }

  .reviews-slider__head {
    gap: 0.8125rem;
  }

  .reviews-slider__head:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .reviews-slider__img {
    -ms-flex-preferred-size: 1.875rem;
        flex-basis: 1.875rem;
  }

  .reviews-slider__img {
    height: 1.875rem;
  }

  .reviews-slider__head-name {
    font-size: 0.6875rem;
  }

  .reviews-slider__head-status {
    font-size: 0.6875rem;
  }

  .reviews-slider__text {
    font-size: 0.5625rem;
  }

  .request {
    padding-top: 0.0000000625rem;
  }

  .form-request {
    margin-bottom: 1.875rem;
  }

  .form-request__item {
    margin-bottom: 0.5625rem;
  }

  .form-request__radios {
    margin-top: 0.4375rem;
  }

  .form-request__radios-label {
    padding-top: 1rem;
  }

  .form-request__radios-label {
    padding-bottom: 1rem;
  }

  .form-request__radios-label {
    font-size: 1.0625rem;
  }
}

@media (max-width: 81.25em) and (max-width: 62em) {
  [class*=__container] {
    padding-right: 1.25rem;
  }

  [class*=__container] {
    padding-left: 1.25rem;
  }
}

@media (max-width: 78.75em) {
  .about__content {
    max-width: 480px;
  }
}

@media (max-width: 61.99875em) {
  .main-decoration_1 {
    top: 150px;
    right: auto;
    left: 0;
  }

  .main-decoration_2 {
    top: 80px;
    right: auto;
    left: 0;
  }

  .main-decoration_3 {
    top: auto;
    bottom: 150px;
    left: 50%;
    -webkit-transform: translate(-50%) scale(0.7);
        -ms-transform: translate(-50%) scale(0.7);
            transform: translate(-50%) scale(0.7);
  }

  .main-decoration_4 {
    top: 120px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }

  .main-decoration_5 {
    left: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }

  .main-decoration_6 {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    right: 0;
    bottom: 190px;
  }

  .decoration__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39px;
            flex: 0 0 39px;
    height: 39px;
  }

  .decoration__label {
    font-size: 0.375rem;
  }

  .decoration__price {
    font-size: 1.25rem;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #010101;
    z-index: 4;
    padding: 5.625rem 0 2.5rem 0;
    overflow: auto;
    top: -100vh;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.75rem;
    background-color: #010101;
    z-index: 2;
    visibility: hidden;
  }

  .menu-open .menu__body {
    top: 0;
  }

  .menu-open .menu__body::before {
    visibility: visible;
  }

  .mainscreen__container {
    padding-top: 90px;
  }

  .mainscreen__content-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .about__img {
    margin-bottom: 0.9375rem;
    max-width: 70%;
  }

  .about__img img {
    display: none;
  }

  .about__img .mob {
    display: block;
  }

  .about__title {
    margin-bottom: 0.5rem;
  }

  .about-rev .about__img img {
    display: block;
  }

  .statistics__list {
    -ms-grid-columns: (205px)[3];
    grid-template-columns: repeat(3, 205px);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .item-statistics__icon {
    top: -40px;
    right: -20px;
    width: 74px;
    height: 74px;
  }

  .item-statistics__icon_dollar {
    top: -30px;
    right: -12px;
  }

  .item-statistics__icon_arrow {
    top: -10px;
    right: 0px;
  }

  .item-statistics__icon_user {
    top: -40px;
    right: -15px;
  }

  .item-social::before {
    -webkit-filter: blur(40px);
            filter: blur(40px);
  }

  .request__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .request__bg {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .request__img {
    max-width: 70%;
    margin: 0 auto;
  }

  .request__img img {
    display: none;
  }

  .request__img img.request__img_mob {
    display: block;
  }

  .form-request {
    width: 28.75rem;
  }

  .form-request__title {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 18.75rem;
  }
}

@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .menu__link {
    font-size: 1.125rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.4375rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background-color: #E9C566;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.125rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.1875rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .prices__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-price {
    max-width: 25rem;
    margin: 0 auto;
  }

  .statistics__list {
    -ms-grid-columns: (160px)[2];
    grid-template-columns: repeat(2, 160px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-statistics__icon_arrow {
    top: -20px;
    right: -30px;
  }

  .item-statistics__icon_user {
    top: -40px;
    right: -30px;
  }

  .item-statistics__num {
    height: 10rem;
    width: 10rem;
  }

  .request__img {
    max-width: 100%;
  }

  .request__img img.request__img_mob {
    width: 100%;
  }

  .form-request {
    width: 100%;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.9375em) {
  .mainscreen__logo {
    max-width: 20.25rem;
  }

  .social__list {
    gap: 1.0625rem;
  }
}

@media (max-width: 29.99875em) {
  .header__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .mainscreen__text {
    color: #C6C6C6;
  }

  .about__img {
    max-width: 100%;
  }

  .statistics__list {
    -ms-grid-columns: (127px)[2];
    grid-template-columns: repeat(2, 127px);
  }

  .item-statistics__icon_dollar {
    right: -30px;
  }

  .item-statistics__num {
    height: 7.9375rem;
    width: 7.9375rem;
  }

  .request__img {
    position: relative;
    left: -20px;
    min-width: calc(100% + 40px);
  }
}

@media (max-width: 81.25em) and (min-width: 81.25em) {
  [class*=__container] {
    padding-right: 5.625rem;
  }

  [class*=__container] {
    padding-left: 5.625rem;
  }
}

@media (max-width: 81.25em) and (min-width: 62em) and (max-width: 81.25em) {
@supports (padding-right: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem )) {
    [class*=__container] {
      padding-right: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem )) {
    [class*=__container] {
      padding-right: calc(1.25rem + 4.375 * (100vw - 62rem) / 19.25);
    }
}

@supports (padding-left: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem )) {
    [class*=__container] {
      padding-left: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , -12.8409090909rem  +  22.7272727273vw , 5.625rem )) {
    [class*=__container] {
      padding-left: calc(1.25rem + 4.375 * (100vw - 62rem) / 19.25);
    }
}
}

@media (min-width: 62em) and (max-width: 120em) {
@supports (font-size: clamp( 1.75rem , 1.4827586207rem  +  0.4310344828vw , 2rem )) {
    .button_big {
      font-size: clamp( 1.75rem , 1.4827586207rem  +  0.4310344828vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.4827586207rem  +  0.4310344828vw , 2rem )) {
    .button_big {
      font-size: calc(1.75rem + 0.25 * (100vw - 62rem) / 58);
    }
}

@supports (padding-top: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem )) {
    .button_big {
      padding-top: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem );
    }
}

@supports not (padding-top: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem )) {
    .button_big {
      padding-top: calc(1.125rem + 0.1875 * (100vw - 62rem) / 58);
    }
}

@supports (padding-bottom: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem )) {
    .button_big {
      padding-bottom: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.125rem , 0.9245689655rem  +  0.3232758621vw , 1.3125rem )) {
    .button_big {
      padding-bottom: calc(1.125rem + 0.1875 * (100vw - 62rem) / 58);
    }
}

@supports (padding-right: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem )) {
    .button_big {
      padding-right: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem );
    }
}

@supports not (padding-right: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem )) {
    .button_big {
      padding-right: calc(4.75rem + 0.5625 * (100vw - 62rem) / 58);
    }
}

@supports (padding-left: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem )) {
    .button_big {
      padding-left: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem );
    }
}

@supports not (padding-left: clamp( 4.75rem , 4.1487068966rem  +  0.9698275862vw , 5.3125rem )) {
    .button_big {
      padding-left: calc(4.75rem + 0.5625 * (100vw - 62rem) / 58);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem )) or (column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem );
         -moz-column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem );
              column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem )) or (column-gap: clamp( 1.25rem , -0.7543103448rem  +  3.2327586207vw , 3.125rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 58);
         -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 58);
              column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 58);
    }
}

@supports (margin-bottom: clamp( 1.25rem , -2.0905172414rem  +  5.3879310345vw , 4.375rem )) {
    .mainscreen__logo:not(:last-child) {
      margin-bottom: clamp( 1.25rem , -2.0905172414rem  +  5.3879310345vw , 4.375rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , -2.0905172414rem  +  5.3879310345vw , 4.375rem )) {
    .mainscreen__logo:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.125 * (100vw - 62rem) / 58);
    }
}

@supports (font-size: clamp( 1.875rem , -0.1961206897rem  +  3.3405172414vw , 3.8125rem )) {
    .mainscreen__title {
      font-size: clamp( 1.875rem , -0.1961206897rem  +  3.3405172414vw , 3.8125rem );
    }
}

@supports not (font-size: clamp( 1.875rem , -0.1961206897rem  +  3.3405172414vw , 3.8125rem )) {
    .mainscreen__title {
      font-size: calc(1.875rem + 1.9375 * (100vw - 62rem) / 58);
    }
}

@supports (margin-bottom: clamp( 1.25rem , -2.8254310345rem  +  6.5732758621vw , 5.0625rem )) {
    .mainscreen__content-content:not(:last-child) {
      margin-bottom: clamp( 1.25rem , -2.8254310345rem  +  6.5732758621vw , 5.0625rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , -2.8254310345rem  +  6.5732758621vw , 5.0625rem )) {
    .mainscreen__content-content:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.8125 * (100vw - 62rem) / 58);
    }
}

@supports (font-size: clamp( 1.25rem , 0.9827586207rem  +  0.4310344828vw , 1.5rem )) {
    .mainscreen__text {
      font-size: clamp( 1.25rem , 0.9827586207rem  +  0.4310344828vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.9827586207rem  +  0.4310344828vw , 1.5rem )) {
    .mainscreen__text {
      font-size: calc(1.25rem + 0.25 * (100vw - 62rem) / 58);
    }
}
}

@media (min-width: 20em) and (max-width: 78.125em) {
@supports (font-size: clamp( 1.1875rem , 0.9079301075rem  +  1.3978494624vw , 2rem )) {
    .title {
      font-size: clamp( 1.1875rem , 0.9079301075rem  +  1.3978494624vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.1875rem , 0.9079301075rem  +  1.3978494624vw , 2rem )) {
    .title {
      font-size: calc(1.1875rem + 0.8125 * (100vw - 20rem) / 58.125);
    }
}

@supports (width: clamp( 1.875rem , 1.5094086022rem  +  1.8279569892vw , 2.9375rem )) {
    .title_border::before {
      width: clamp( 1.875rem , 1.5094086022rem  +  1.8279569892vw , 2.9375rem );
    }
}

@supports not (width: clamp( 1.875rem , 1.5094086022rem  +  1.8279569892vw , 2.9375rem )) {
    .title_border::before {
      width: calc(1.875rem + 1.0625 * (100vw - 20rem) / 58.125);
    }
}

@supports (height: clamp( 1.75rem , 1.3844086022rem  +  1.8279569892vw , 2.8125rem )) {
    .title_border::before {
      height: clamp( 1.75rem , 1.3844086022rem  +  1.8279569892vw , 2.8125rem );
    }
}

@supports not (height: clamp( 1.75rem , 1.3844086022rem  +  1.8279569892vw , 2.8125rem )) {
    .title_border::before {
      height: calc(1.75rem + 1.0625 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 2.375rem , 2.2244623656rem  +  0.752688172vw , 2.8125rem )) {
    .title_big {
      font-size: clamp( 2.375rem , 2.2244623656rem  +  0.752688172vw , 2.8125rem );
    }
}

@supports not (font-size: clamp( 2.375rem , 2.2244623656rem  +  0.752688172vw , 2.8125rem )) {
    .title_big {
      font-size: calc(2.375rem + 0.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem )) {
    .title_sm {
      font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem )) {
    .title_sm {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 1.5625rem , 0.6377688172rem  +  4.623655914vw , 4.25rem )) {
    .about__container {
      padding-top: clamp( 1.5625rem , 0.6377688172rem  +  4.623655914vw , 4.25rem );
    }
}

@supports not (padding-top: clamp( 1.5625rem , 0.6377688172rem  +  4.623655914vw , 4.25rem )) {
    .about__container {
      padding-top: calc(1.5625rem + 2.6875 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem )) {
    .about__text:not(:last-child) {
      margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem );
    }
}

@supports not (margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem )) {
    .about__text:not(:last-child) {
      margin-bottom: calc(2.75rem + 0.625 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem )) {
    .prices {
      padding-top: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem );
    }
}

@supports not (padding-top: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem )) {
    .prices {
      padding-top: calc(1.125rem + 2.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem )) {
    .prices {
      padding-bottom: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem );
    }
}

@supports not (padding-bottom: clamp( 1.125rem , 0.2862903226rem  +  4.1935483871vw , 3.5625rem )) {
    .prices {
      padding-bottom: calc(1.125rem + 2.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 2.0625rem , 1.9119623656rem  +  0.752688172vw , 2.5rem )) {
    .item-price {
      padding-top: clamp( 2.0625rem , 1.9119623656rem  +  0.752688172vw , 2.5rem );
    }
}

@supports not (padding-top: clamp( 2.0625rem , 1.9119623656rem  +  0.752688172vw , 2.5rem )) {
    .item-price {
      padding-top: calc(2.0625rem + 0.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 1rem , 0.9139784946rem  +  0.4301075269vw , 1.25rem )) {
    .item-price {
      padding-bottom: clamp( 1rem , 0.9139784946rem  +  0.4301075269vw , 1.25rem );
    }
}

@supports not (padding-bottom: clamp( 1rem , 0.9139784946rem  +  0.4301075269vw , 1.25rem )) {
    .item-price {
      padding-bottom: calc(1rem + 0.25 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-left: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem )) {
    .item-price {
      padding-left: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem );
    }
}

@supports not (padding-left: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem )) {
    .item-price {
      padding-left: calc(1.4375rem + 0.3125 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-right: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem )) {
    .item-price {
      padding-right: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem );
    }
}

@supports not (padding-right: clamp( 1.4375rem , 1.3299731183rem  +  0.5376344086vw , 1.75rem )) {
    .item-price {
      padding-right: calc(1.4375rem + 0.3125 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem )) {
    .item-price__label {
      font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , 0.997983871rem  +  0.3225806452vw , 1.25rem )) {
    .item-price__label {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.747983871rem  +  0.3225806452vw , 1rem )) {
    .item-price__item {
      font-size: clamp( 0.8125rem , 0.747983871rem  +  0.3225806452vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.747983871rem  +  0.3225806452vw , 1rem )) {
    .item-price__item {
      font-size: calc(0.8125rem + 0.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.625rem , 1.5174731183rem  +  0.5376344086vw , 1.9375rem )) {
    .item-price__price {
      font-size: clamp( 1.625rem , 1.5174731183rem  +  0.5376344086vw , 1.9375rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.5174731183rem  +  0.5376344086vw , 1.9375rem )) {
    .item-price__price {
      font-size: calc(1.625rem + 0.3125 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 2.75rem , 2.5779569892rem  +  0.8602150538vw , 3.25rem )) {
    .item-price__price span {
      font-size: clamp( 2.75rem , 2.5779569892rem  +  0.8602150538vw , 3.25rem );
    }
}

@supports not (font-size: clamp( 2.75rem , 2.5779569892rem  +  0.8602150538vw , 3.25rem )) {
    .item-price__price span {
      font-size: calc(2.75rem + 0.5 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 3rem , 2.5913978495rem  +  2.0430107527vw , 4.1875rem )) {
    .statistics {
      padding-top: clamp( 3rem , 2.5913978495rem  +  2.0430107527vw , 4.1875rem );
    }
}

@supports not (padding-top: clamp( 3rem , 2.5913978495rem  +  2.0430107527vw , 4.1875rem )) {
    .statistics {
      padding-top: calc(3rem + 1.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 1.4375rem , -0.4334677419rem  +  9.3548387097vw , 6.875rem )) {
    .statistics {
      padding-bottom: clamp( 1.4375rem , -0.4334677419rem  +  9.3548387097vw , 6.875rem );
    }
}

@supports not (padding-bottom: clamp( 1.4375rem , -0.4334677419rem  +  9.3548387097vw , 6.875rem )) {
    .statistics {
      padding-bottom: calc(1.4375rem + 5.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (gap: clamp( 3.75rem , 2.373655914rem  +  6.8817204301vw , 7.75rem )) {
    .statistics__container {
      gap: clamp( 3.75rem , 2.373655914rem  +  6.8817204301vw , 7.75rem );
    }
}

@supports not (gap: clamp( 3.75rem , 2.373655914rem  +  6.8817204301vw , 7.75rem )) {
    .statistics__container {
      gap: calc(3.75rem + 4 * (100vw - 20rem) / 58.125);
    }
}

@supports (row-gap: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem )) {
    .item-statistics {
      row-gap: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem );
    }
}

@supports not (row-gap: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem )) {
    .item-statistics {
      row-gap: calc(0.75rem + 0.5625 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 2.5rem , 1.9838709677rem  +  2.5806451613vw , 4rem )) {
    .item-statistics__num_s64 span {
      font-size: clamp( 2.5rem , 1.9838709677rem  +  2.5806451613vw , 4rem );
    }
}

@supports not (font-size: clamp( 2.5rem , 1.9838709677rem  +  2.5806451613vw , 4rem )) {
    .item-statistics__num_s64 span {
      font-size: calc(2.5rem + 1.5 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.25rem , 0.8198924731rem  +  2.1505376344vw , 2.5rem )) {
    .item-statistics__num_s40 span {
      font-size: clamp( 1.25rem , 0.8198924731rem  +  2.1505376344vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.8198924731rem  +  2.1505376344vw , 2.5rem )) {
    .item-statistics__num_s40 span {
      font-size: calc(1.25rem + 1.25 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.5288978495rem  +  2.0430107527vw , 2.125rem )) {
    .item-statistics__num_s34 span {
      font-size: clamp( 0.9375rem , 0.5288978495rem  +  2.0430107527vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.5288978495rem  +  2.0430107527vw , 2.125rem )) {
    .item-statistics__num_s34 span {
      font-size: calc(0.9375rem + 1.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.875rem , 1.7889784946rem  +  0.4301075269vw , 2.125rem )) {
    .item-statistics__num_s34 span span {
      font-size: clamp( 1.875rem , 1.7889784946rem  +  0.4301075269vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.7889784946rem  +  0.4301075269vw , 2.125rem )) {
    .item-statistics__num_s34 span span {
      font-size: calc(1.875rem + 0.25 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem )) {
    .item-statistics__title {
      font-size: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.5564516129rem  +  0.9677419355vw , 1.3125rem )) {
    .item-statistics__title {
      font-size: calc(0.75rem + 0.5625 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 1.4375rem , 0.6202956989rem  +  4.0860215054vw , 3.8125rem )) {
    .social {
      padding-top: clamp( 1.4375rem , 0.6202956989rem  +  4.0860215054vw , 3.8125rem );
    }
}

@supports not (padding-top: clamp( 1.4375rem , 0.6202956989rem  +  4.0860215054vw , 3.8125rem )) {
    .social {
      padding-top: calc(1.4375rem + 2.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 2.25rem , 1.5188172043rem  +  3.6559139785vw , 4.375rem )) {
    .social {
      padding-bottom: clamp( 2.25rem , 1.5188172043rem  +  3.6559139785vw , 4.375rem );
    }
}

@supports not (padding-bottom: clamp( 2.25rem , 1.5188172043rem  +  3.6559139785vw , 4.375rem )) {
    .social {
      padding-bottom: calc(2.25rem + 2.125 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 3.1875rem , 2.6928763441rem  +  2.4731182796vw , 4.625rem )) {
    .social__title:not(:last-child) {
      margin-bottom: clamp( 3.1875rem , 2.6928763441rem  +  2.4731182796vw , 4.625rem );
    }
}

@supports not (margin-bottom: clamp( 3.1875rem , 2.6928763441rem  +  2.4731182796vw , 4.625rem )) {
    .social__title:not(:last-child) {
      margin-bottom: calc(3.1875rem + 1.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 0.75rem , 0.4489247312rem  +  1.5053763441vw , 1.625rem )) {
    .item-social__link {
      padding-top: clamp( 0.75rem , 0.4489247312rem  +  1.5053763441vw , 1.625rem );
    }
}

@supports not (padding-top: clamp( 0.75rem , 0.4489247312rem  +  1.5053763441vw , 1.625rem )) {
    .item-social__link {
      padding-top: calc(0.75rem + 0.875 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 0.6875rem , 0.4509408602rem  +  1.1827956989vw , 1.375rem )) {
    .item-social__link {
      padding-bottom: clamp( 0.6875rem , 0.4509408602rem  +  1.1827956989vw , 1.375rem );
    }
}

@supports not (padding-bottom: clamp( 0.6875rem , 0.4509408602rem  +  1.1827956989vw , 1.375rem )) {
    .item-social__link {
      padding-bottom: calc(0.6875rem + 0.6875 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-left: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem )) {
    .item-social__link {
      padding-left: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem );
    }
}

@supports not (padding-left: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem )) {
    .item-social__link {
      padding-left: calc(1.0625rem + 0.875 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-right: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem )) {
    .item-social__link {
      padding-right: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem );
    }
}

@supports not (padding-right: clamp( 1.0625rem , 0.7614247312rem  +  1.5053763441vw , 1.9375rem )) {
    .item-social__link {
      padding-right: calc(1.0625rem + 0.875 * (100vw - 20rem) / 58.125);
    }
}

@supports (row-gap: clamp( 0.8125rem , 0.4684139785rem  +  1.7204301075vw , 1.8125rem )) {
    .item-social__link {
      row-gap: clamp( 0.8125rem , 0.4684139785rem  +  1.7204301075vw , 1.8125rem );
    }
}

@supports not (row-gap: clamp( 0.8125rem , 0.4684139785rem  +  1.7204301075vw , 1.8125rem )) {
    .item-social__link {
      row-gap: calc(0.8125rem + 1 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 2.875rem , 2.3588709677rem  +  2.5806451613vw , 4.375rem )) {
    .reviews {
      padding-top: clamp( 2.875rem , 2.3588709677rem  +  2.5806451613vw , 4.375rem );
    }
}

@supports not (padding-top: clamp( 2.875rem , 2.3588709677rem  +  2.5806451613vw , 4.375rem )) {
    .reviews {
      padding-top: calc(2.875rem + 1.5 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 2.625rem , 2.0228494624rem  +  3.0107526882vw , 4.375rem )) {
    .reviews {
      padding-bottom: clamp( 2.625rem , 2.0228494624rem  +  3.0107526882vw , 4.375rem );
    }
}

@supports not (padding-bottom: clamp( 2.625rem , 2.0228494624rem  +  3.0107526882vw , 4.375rem )) {
    .reviews {
      padding-bottom: calc(2.625rem + 1.75 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 2.625rem , 2.1518817204rem  +  2.3655913978vw , 4rem )) {
    .reviews__title {
      margin-bottom: clamp( 2.625rem , 2.1518817204rem  +  2.3655913978vw , 4rem );
    }
}

@supports not (margin-bottom: clamp( 2.625rem , 2.1518817204rem  +  2.3655913978vw , 4rem )) {
    .reviews__title {
      margin-bottom: calc(2.625rem + 1.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding: clamp( 0.8125rem , 0.5759408602rem  +  1.1827956989vw , 1.5rem )) {
    .reviews-slider__slide {
      padding: clamp( 0.8125rem , 0.5759408602rem  +  1.1827956989vw , 1.5rem );
    }
}

@supports not (padding: clamp( 0.8125rem , 0.5759408602rem  +  1.1827956989vw , 1.5rem )) {
    .reviews-slider__slide {
      padding: calc(0.8125rem + 0.6875 * (100vw - 20rem) / 58.125);
    }
}

@supports (gap: clamp( 0.8125rem , 0.5974462366rem  +  1.0752688172vw , 1.4375rem )) {
    .reviews-slider__head {
      gap: clamp( 0.8125rem , 0.5974462366rem  +  1.0752688172vw , 1.4375rem );
    }
}

@supports not (gap: clamp( 0.8125rem , 0.5974462366rem  +  1.0752688172vw , 1.4375rem )) {
    .reviews-slider__head {
      gap: calc(0.8125rem + 0.625 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 0.875rem , 0.6169354839rem  +  1.2903225806vw , 1.625rem )) {
    .reviews-slider__head:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.6169354839rem  +  1.2903225806vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 0.875rem , 0.6169354839rem  +  1.2903225806vw , 1.625rem )) {
    .reviews-slider__head:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.75 * (100vw - 20rem) / 58.125);
    }
}

@supports (flex-basis: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem )) {
    .reviews-slider__img {
      -ms-flex-preferred-size: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem );
          flex-basis: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem );
    }
}

@supports not (flex-basis: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem )) {
    .reviews-slider__img {
      -ms-flex-preferred-size: calc(1.875rem + 1.375 * (100vw - 20rem) / 58.125);
          flex-basis: calc(1.875rem + 1.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (height: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem )) {
    .reviews-slider__img {
      height: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem );
    }
}

@supports not (height: clamp( 1.875rem , 1.4018817204rem  +  2.3655913978vw , 3.25rem )) {
    .reviews-slider__img {
      height: calc(1.875rem + 1.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem )) {
    .reviews-slider__head-name {
      font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem )) {
    .reviews-slider__head-name {
      font-size: calc(0.6875rem + 0.5625 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem )) {
    .reviews-slider__head-status {
      font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.6875rem , 0.4939516129rem  +  0.9677419355vw , 1.25rem )) {
    .reviews-slider__head-status {
      font-size: calc(0.6875rem + 0.5625 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 0.5625rem , 0.4119623656rem  +  0.752688172vw , 1rem )) {
    .reviews-slider__text {
      font-size: clamp( 0.5625rem , 0.4119623656rem  +  0.752688172vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.5625rem , 0.4119623656rem  +  0.752688172vw , 1rem )) {
    .reviews-slider__text {
      font-size: calc(0.5625rem + 0.4375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 0.0000000625rem , -0.9032257224rem  +  4.5161289247vw , 2.625rem )) {
    .request {
      padding-top: clamp( 0.0000000625rem , -0.9032257224rem  +  4.5161289247vw , 2.625rem );
    }
}

@supports not (padding-top: clamp( 0.0000000625rem , -0.9032257224rem  +  4.5161289247vw , 2.625rem )) {
    .request {
      padding-top: calc(0.0000000625rem + 2.6249999375 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.6169354839rem  +  1.2903225806vw , 2.625rem )) {
    .form-request {
      margin-bottom: clamp( 1.875rem , 1.6169354839rem  +  1.2903225806vw , 2.625rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.6169354839rem  +  1.2903225806vw , 2.625rem )) {
    .form-request {
      margin-bottom: calc(1.875rem + 0.75 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-bottom: clamp( 0.5625rem , 0.497983871rem  +  0.3225806452vw , 0.75rem )) {
    .form-request__item {
      margin-bottom: clamp( 0.5625rem , 0.497983871rem  +  0.3225806452vw , 0.75rem );
    }
}

@supports not (margin-bottom: clamp( 0.5625rem , 0.497983871rem  +  0.3225806452vw , 0.75rem )) {
    .form-request__item {
      margin-bottom: calc(0.5625rem + 0.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (margin-top: clamp( 0.4375rem , 0.2654569892rem  +  0.8602150538vw , 0.9375rem )) {
    .form-request__radios {
      margin-top: clamp( 0.4375rem , 0.2654569892rem  +  0.8602150538vw , 0.9375rem );
    }
}

@supports not (margin-top: clamp( 0.4375rem , 0.2654569892rem  +  0.8602150538vw , 0.9375rem )) {
    .form-request__radios {
      margin-top: calc(0.4375rem + 0.5 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-top: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem )) {
    .form-request__radios-label {
      padding-top: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem );
    }
}

@supports not (padding-top: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem )) {
    .form-request__radios-label {
      padding-top: calc(1rem + 0.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (padding-bottom: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem )) {
    .form-request__radios-label {
      padding-bottom: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem );
    }
}

@supports not (padding-bottom: clamp( 1rem , 0.8709677419rem  +  0.6451612903vw , 1.375rem )) {
    .form-request__radios-label {
      padding-bottom: calc(1rem + 0.375 * (100vw - 20rem) / 58.125);
    }
}

@supports (font-size: clamp( 1.0625rem , 0.9334677419rem  +  0.6451612903vw , 1.4375rem )) {
    .form-request__radios-label {
      font-size: clamp( 1.0625rem , 0.9334677419rem  +  0.6451612903vw , 1.4375rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , 0.9334677419rem  +  0.6451612903vw , 1.4375rem )) {
    .form-request__radios-label {
      font-size: calc(1.0625rem + 0.375 * (100vw - 20rem) / 58.125);
    }
}
}

@media (min-width: 30em) and (max-width: 120em) {
@supports (flex-basis: clamp( 15.625rem , 12.5rem  +  10.4166666667vw , 25rem )) {
    .footer__logo {
      -ms-flex-preferred-size: clamp( 15.625rem , 12.5rem  +  10.4166666667vw , 25rem );
          flex-basis: clamp( 15.625rem , 12.5rem  +  10.4166666667vw , 25rem );
    }
}

@supports not (flex-basis: clamp( 15.625rem , 12.5rem  +  10.4166666667vw , 25rem )) {
    .footer__logo {
      -ms-flex-preferred-size: calc(15.625rem + 9.375 * (100vw - 30rem) / 90);
          flex-basis: calc(15.625rem + 9.375 * (100vw - 30rem) / 90);
    }
}

@supports (font-size: clamp( 0.5rem , 0.2916666667rem  +  0.6944444444vw , 1.125rem )) {
    .item-social__title {
      font-size: clamp( 0.5rem , 0.2916666667rem  +  0.6944444444vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.5rem , 0.2916666667rem  +  0.6944444444vw , 1.125rem )) {
    .item-social__title {
      font-size: calc(0.5rem + 0.625 * (100vw - 30rem) / 90);
    }
}
}

@media (min-width: 47.9375em) and (max-width: 120em) {
@supports (max-width: clamp( 20.25rem , 11.8515828274rem  +  17.5195143105vw , 32.875rem )) {
    .mainscreen__logo {
      max-width: clamp( 20.25rem , 11.8515828274rem  +  17.5195143105vw , 32.875rem );
    }
}

@supports not (max-width: clamp( 20.25rem , 11.8515828274rem  +  17.5195143105vw , 32.875rem )) {
    .mainscreen__logo {
      max-width: calc(20.25rem + 12.625 * (100vw - 47.9375rem) / 72.0625);
    }
}

@supports (gap: clamp( 1.0625rem , -2.3883347788rem  +  7.1986123157vw , 6.25rem )) {
    .social__list {
      gap: clamp( 1.0625rem , -2.3883347788rem  +  7.1986123157vw , 6.25rem );
    }
}

@supports not (gap: clamp( 1.0625rem , -2.3883347788rem  +  7.1986123157vw , 6.25rem )) {
    .social__list {
      gap: calc(1.0625rem + 5.1875 * (100vw - 47.9375rem) / 72.0625);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 78.75em) {
  .about__container::before {
    left: -40px;
  }

  .about__img {
    left: -15px;
    width: 540px;
  }

  .about-rev .about__container::before {
    left: auto;
    right: -40px;
  }

  .about-rev .about__img {
    left: auto;
    right: -15px;
    width: 540px;
  }
}

@media (min-width: 61.99875em) and (max-width: 93.75em) {
  .about__img {
    left: -110px;
  }

  .about-rev .about__img {
    left: auto;
    right: -110px;
  }
}

@media (min-width: 61.99875em) and (min-width: 20em) and (max-width: 78.125em) {
@supports (margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem )) {
    .about__title:not(:last-child) {
      margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem );
    }
}

@supports not (margin-bottom: clamp( 2.75rem , 2.5349462366rem  +  1.0752688172vw , 3.375rem )) {
    .about__title:not(:last-child) {
      margin-bottom: calc(2.75rem + 0.625 * (100vw - 20rem) / 58.125);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 20em) {
  .about__title:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}

@media (any-hover: hover) {
  .button:hover {
    -webkit-box-shadow: 0px 4px 20px 5px rgba(255, 255, 255, 0.25);
            box-shadow: 0px 4px 20px 5px rgba(255, 255, 255, 0.25);
  }

  .menu__link:hover {
    color: #E9C566;
  }

  .item-social:hover::before {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
}

.webp .mainscreen{ background: url(../img/mainscreen/bg.webp) center/cover no-repeat; }

/* === АНИМАЦИЯ ПОЯВЛЕНИЯ === */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* === ПЛАВАЮЩИЕ КАРТОЧКИ === */
.decoration {
  animation: float 6s ease-in-out infinite;
}

/* базовая анимация */
.decoration {
  animation: float 6s ease-in-out infinite;
  will-change: transform, opacity;
}

/* scale + задержки */
.main-decoration_1 { --scale: 0.4; animation-delay: 0s; }
.main-decoration_2 { --scale: 0.6; animation-delay: 1s; }
.main-decoration_3 { --scale: 1;   animation-delay: 2s; }
.main-decoration_4 { --scale: 0.3; animation-delay: 3s; }
.main-decoration_5 { --scale: 0.5; animation-delay: 1.5s; }
.main-decoration_6 { --scale: 0.7; animation-delay: 2.5s; }

/* идеальная анимация */
@keyframes float {
  0% {
    transform: translateY(0px) scale(var(--scale));
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px) scale(var(--scale));
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(var(--scale));
    opacity: 0.9;
  }
}

