@charset "UTF-8";

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

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

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

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

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

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

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

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-telegram-plane:before {
  content: "\e908";
}

._icon-arrow-right:before {
  content: "\e900";
}

._icon-arrow-right-l:before {
  content: "\e901";
}

._icon-arrow-top:before {
  content: "\e902";
}

._icon-pencil:before {
  content: "\e904";
}

._icon-phone:before {
  content: "\e905";
}

._icon-telegram:before {
  content: "\e906";
}

._icon-whatsapp:before {
  content: "\e907";
}

* {
  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: #111215;
  line-height: 1;
  font-family: "SFUIText", sans-serif;
  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: "SFUIText", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

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

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

.page {
  background-color: #FBFCFC;
}

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

@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: 83.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  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;
}

.footer-top__text {
  font-family: "SFUIText", sans-serif;
  font-weight: 400;
}

.case-info__title,
.price-tabs__title,
.breadcrumb,
.projects-tags a,
.projects-subtitle,
.title,
.heading-subtitle,
.heading-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}

.quize-question .quize__placeholder-text,
.quize-question .quize__placeholder-label,
.quize-question .quize__placeholder,
.quize__btn-next,
.quize__btn-send,
.quize__title,
.quize__heading-title,
.case-info__list,
.portfolio-work__info,
.stages__content-item-title,
.services-spollers__title,
.footer-top__contacts-item,
.footer-top__heading,
.menu__link,
.consultation-question .consultation__placeholder-text,
.consultation-question .consultation__placeholder-label,
.consultation-question .consultation__placeholder,
.consultation__title,
.header__contacts-item,
.header__box-title,
.development-technologies__marque-list,
.projects-action__btn,
.projects-title,
.projects__title-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
}

.price-tabs__body,
.footer-top__title,
.heading-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}

.quize .quize__item-input,
.consultation__item-input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
}

.checkbox-checked {
  background-color: #fff;
}

.checkbox-icon {
  width: 18px;
  height: 14px;
  position: absolute;
  right: 0;
  background-image: url(../img/icons/check-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.spline-container {
  /* width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255,0,0,0.1); Временный фон для видимости */
}

.spline-canvas canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.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: flex-start;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 50px;
}

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

.heading-text {
  line-height: 120%;
  color: #7E808F;
}

.heading-title {
  line-height: 120%;
  color: #fff;
}



.heading-subtitle {
  line-height: 120%;
  color: #fff;
}

.title {
  font-size: 1.125rem;
  line-height: 120%;
  color: #111215;
}

.action-btn {
  position: relative;
  padding: 20px 15px 20px 30px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  border-radius: 50px;
  background-color: inherit;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.action-btn::before {
  width: 39px;
  height: 39px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #111215;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.action-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.projects__container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 3;
}

.projects__bg {
  position: relative;
}

.projects__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
}

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

.projects__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 260px;
  z-index: 1;
}

.projects__inner::after {
  content: "";
  position: absolute;
  top: 420px;
  right: -575px;
  width: 637px;
  height: 637px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 173, 248, 0.4);
}

.projects__title {
  color: #fff;
}

.projects__title-text {
  font-size: 1.5rem;
  line-height: 120%;
  color: #fff;
}

.projects-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.projects-title {
  font-size: 1.5rem;
  line-height: 120%;
  color: #fff;
}

.projects-subtitle {
  font-size: 1.125rem;
  line-height: 120%;
  color: #fff;
}

.projects-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
}

.projects-tags a {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 6px 20px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.25);
  font-size: 0.875rem;
  line-height: 120%;
  color: #fff;
}

.projects-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  row-gap: 100px;
}

.projects-item {
  width: 100%;
  background-color: #000;
  height: 400px;
  padding: 60px 100px 30px 40px;
  border-radius: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.projects-item:nth-child(2n) {
  margin-top: 300px;
}

.projects-item:nth-child(2) {
  margin-top: 300px;
}

.projects-action__btn {
  position: relative;
  line-height: 120%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}

.projects-action__btn::before {
  width: 80px;
  height: 80px;
  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-size: 2.25rem;
  color: #fff;
  z-index: 2;
}

.projects-action__btn::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.development-technologies {
  background-color: #FBFCFC;
  padding-top: 40px;
}

.development-technologies__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.development-technologies__heading {
  position: relative;
  font-size: 3rem;
  line-height: 120%;
}

.development-technologies__heading::before {
  content: "";
  position: absolute;
  width: 175%;
  height: 165%;
  background-repeat: no-repeat;
  top: -110px;
  left: -80px;
}

.development-technologies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}

.development-technologies__marquee {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.development-technologies__marquee-wrap {
  width: 1px;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
}

.development-technologies__marque-list {
  padding-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 200px;
     -moz-column-gap: 200px;
          column-gap: 200px;
  white-space: nowrap;
  font-size: 3rem;
}

.development-technologies__title {
  position: relative;
}

.development-technologies__title::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #000;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.questions__container {
  padding-top: 120px;
  padding-bottom: 220px;
}

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

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

.questions-spollers {
  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;
  row-gap: 25px;
}

.questions-spollers__item {
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #B2B3C0;
  -webkit-transition: border-bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, border-bottom 0.3s ease 0s;
  transition: transform 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.questions-spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -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: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: 100%;
  text-align: left;
  position: relative;
  list-style: none;
  font-weight: 500;
  line-height: 120%;
  color: #B2B3C0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.questions-spollers__title::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.questions-spollers__title::marker {
  display: none;
}

.questions-spollers__title::-webkit-details-marker {
  display: none;
}

._spoller-init .questions-spollers__title {
  cursor: pointer;
}

._spoller-init .questions-spollers__title._spoller-active::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.questions-spollers__body {
  max-width: 495px;
  width: 100%;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  left: 105%;
  font-weight: 300;
  line-height: 160%;
  color: #111215;
  -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.questions-spollers .questions-spollers__item:nth-child(n+4) .questions-spollers__body {
  bottom: 235px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Background image */

.no-webp .background{
  background-image: url("../img/decor/tv-bg-min.jpg"); }

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* Ensures it covers the entire screen */
  background-position: center;
  /* Centers the image */
  z-index: 0;
  /* Puts it behind the particle system */
}

/* Three.js particle canvas */

.particle-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Puts the Three.js canvas above the background image */
}

.particle-bg canvas {
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
}

.quize::before,
.footer__bg::before,
.main__bg::before,
.development__bg::before,
.case__bg::before,
.projects__bg::before {
  opacity: 0.9;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.timeline_heading {
  font-size: 3.125rem;
  font-weight: 500;
}

.timeline {
  margin-top: 1rem;
  position: relative;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 10px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline_images {
  width: 100%;
  height: 32.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 9.375rem;
}

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

.timline_line {
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.timeline_line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  width: 1px;
  height: 75vh;
  position: sticky;
  top: 0;
}

.timeline_circle {
  z-index: 2;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-bottom: 20rem;
  margin-left: -8px;
  margin-right: auto;
  position: sticky;
  top: 40vh;
}

.timeline_image {
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.timeline_image.ti-1 {
  opacity: 1;
}

#w-node-fef70782-38b4-bc0b-9276-f20abec59768-bec59766 {
  -ms-grid-row-span: 4;
  grid-row: span 4;
  /* Элемент растягивается на 4 строки */
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  /* Элемент растягивается на 1 колонку */
  -ms-grid-row-align: start;
      align-self: start;
  /* Вертикальное выравнивание элемента */
  -ms-grid-column-align: center;
      justify-self: center;
  /* Горизонтальное выравнивание элемента */
}

#w-node-fef70782-38b4-bc0b-9276-f20abec5976d-bec59766,
#w-node-fef70782-38b4-bc0b-9276-f20abec5976f-bec59766 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/6/3;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 20px;
}

.header__container {
  max-width: 1560px;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}

.header__inner {
  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__logo {
  z-index: 7;
}

.header__logo img {
  width: 55px;
  height: 21px;
}

.header__consultation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__consultation .header__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__content-inner {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__box {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__box-title {
  font-size: 1.5rem;
  line-height: 120%;
  color: #fff;
}

.header__contacts {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__contacts ._icon-phone::before {
  font-size: 19px;
}

.header__contacts ._icon-telegram::before {
  font-size: 19px;
  color: #39B4F9;
}

.header__contacts ._icon-whatsapp::before {
  font-size: 19px;
  color: #63E426;
}

.header__contacts-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1rem;
  line-height: 120%;
  color: #fff;
}

.header__contacts-item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.header__contacts-link {
  cursor: none;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  z-index: 7;
}

.menu-open .header__actions {
  cursor: none;
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #B2B3C0;
  z-index: 5;
}

/* .breadcrumb::before {
  content: "/";
  position: absolute;
  left: 32px;
  top: 1px;
} */

.breadcrumb [typeof="ListItem"]:first-child a span{
  display: none;
}

.breadcrumb [typeof="ListItem"]:first-child a {
  position: relative;
}


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

.header-navigation__breadcrumbs-link {
  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;
}

.header-navigation__breadcrumbs-icon {
  width: 16px;
  height: 16px;
}

.consultation {
  position: relative;
  z-index: 5;
}

.consultation__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.consultation__title {
  position: relative;
  line-height: 120%;
  color: #7E808F;
}

.consultation__inner {
  width: 100%;
}

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

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

.consultation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.consultation__item-label {
  position: relative;
  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;
  cursor: none;
  border: 2px solid #7E808F;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.consultation__item-label::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.consultation__item-text {
  line-height: 120%;
  color: #fff;
}

.consultation__item-input:checked + .consultation__item-label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.consultation__item-input:checked + .consultation__item-label {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-color: #fff;
  background-color: #fff;
}

.consultation__item-input:checked + .consultation__item-label .consultation__item-text {
  color: #111215;
  z-index: 10;
}

.consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.consultation__item-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}




.consultation__btn {
  border-radius: 150px;
  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;
  background-color: #242424;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  cursor: none;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}

.circ {
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  /* Для плавной анимации позиции */
  /* Для точного позиционирования */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  /* Игнорирует клики */
}

.consultation-question .consultation__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;
  row-gap: 15px;
}

.consultation-question .consultation__checkbox-validation {
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  width: 20px;
  height: 20px;
}

.consultation-question .consultation__item-checkbox-icon {
  width: 18px;
  height: 14px;
  position: absolute;
  right: 0;
  background-image: url(../img/icons/check-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.consultation-question .consultation__placeholder {
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #7E808F;
  padding: 15px 15px 15px 0;
  width: 100%;
  line-height: 120%;
  color: #fff;
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
}

.consultation-question .consultation__placeholder:focus + .consultation__placeholder-label,
.consultation-question .consultation__placeholder:valid + .consultation__placeholder-label {
  top: -25px;
  left: 0;
  color: #B2B3C0;
  font-size: 0.875rem;
}

/*cf7 start */
.wpcf7-form-control-wrap._form-focus + .consultation__placeholder-label{
  top: -25px;
  left: 0;
  color: #B2B3C0;
  font-size: 0.875rem;
}


.consultation__placeholder-label--active{
  top: -25px !important;
  left: 0 !important;
  font-size: 0.875rem !important;
}

.wpcf7-list-item-label {
  display: none;
}

.wpcf7-response-output {
  color: #fff;
  font-size: 0.875rem;
  line-height: 120%;
}

/*cf7 end */

.consultation-question .consultation__placeholder-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
  pointer-events: none;
  line-height: 120%;
  color: #7E808F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.consultation-question .consultation__placeholder-text {
  font-weight: 300;
  line-height: 145%;
  color: #fff;
}

.menu__wrapper {
  position: fixed;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
  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;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  background-color: #111215;
  z-index: 6;
}

.menu-open .menu__wrapper {
  right: 0;
  top: 0;
  cursor: none;
}

.menu__content {
  position: relative;
  max-width: 1300px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 0.6fr;
  grid-template-columns: 1.4fr 0.6fr;
}

.menu__content::before {
  content: "";
  position: absolute;
  width: 637px;
  height: 637px;
  left: -420px;
  top: -260px;
  border-radius: 100%;
  background: rgba(109, 173, 248, 0.4);
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}

.menu__content::after {
  content: "";
  position: absolute;
  width: 637px;
  height: 637px;
  right: -420px;
  bottom: -260px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(154, 248, 109, 0.3);
  z-index: -1;
}

.menu__list {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 50px;
}

.menu__item {
  position: relative;
  text-align: right;
}

.menu__item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #7E808F;
  bottom: -4px;
  opacity: 0;
}

.menu__link {
  position: relative;
  font-size: 1.5rem;
  line-height: 120%;
  color: #7E808F;
  cursor: none;
}

.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}

.menu__btn-text {
  font-size: 0.875rem;
  line-height: 120%;
  color: #fff;
  z-index: 5;
}

.menu-open .menu__btn-text {
  cursor: none;
}

.menu__btn-open {
  pointer-events: none;
}

.menu-open .menu__btn-open {
  display: none;
}

.menu__btn-close {
  display: none;
}

.menu-open .menu__btn-close {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 50;
}

.icon-menu {
  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: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #fff;
  border-radius: 50%;
}

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

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

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

.menu-open .icon-menu::before,
.menu-open .icon-menu::after {
  position: absolute;
  width: 1.125rem;
  height: 0.125rem;
}

.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.0625rem);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer {
  background-color: #000;
}

.footer__bg {
  position: relative;
}

.footer__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
}

.footer__container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}

.footer__container::after {
  content: "";
  position: absolute;
  top: 150px;
  right: -200px;
  width: 357px;
  height: 357px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 248, 173, 0.6);
  z-index: 4;
}

.footer__container::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 342px;
  height: 342px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(248, 217, 109, 0.8);
  z-index: 4;
}

.footer__inner {
  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;
  row-gap: 80px;
  z-index: 5;
  background: inherit;
}

.footer__inner:has(> .footer-custom__top) {
  row-gap: 40px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.footer-top__discussing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-top__discussing:first-child .footer-top__text {
  padding: 10px 0;
}

.footer-top__discussing:first-child .footer-top__button {
  text-transform: none;
}

.footer-top__content {
  max-width: 100%;
  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;
  row-gap: 40px;
}

.footer-top__title {
  line-height: 120%;
  color: #fff;
}

.footer-top__text {
  line-height: 160%;
  color: #7E808F;
}

.footer-top__action {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer-top__button {
  border: none;
  background-color: #111215;
  color: #fff;
  white-space: nowrap;
}

.footer-top__separator {
  font-size: 1.5rem;
  line-height: 120%;
  color: #fff;
}

.footer-top .footer-top__button._icon-telegram::before {
  color: #39B4F9;
}

.footer-top__heading {
  line-height: 170%;
  color: #fff;
}

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

.footer-top__contacts ._icon-phone::before {
  font-size: 19px;
}

.footer-top__contacts ._icon-telegram::before {
  font-size: 19px;
  color: #39B4F9;
}

.footer-top__contacts ._icon-whatsapp::before {
  font-size: 19px;
  color: #63E426;
}

.footer-top__contacts-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1rem;
  line-height: 120%;
  color: #fff;
  white-space: nowrap;
}

.footer-top__contacts-item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.footer-bottom__items {
  padding-top: 40px;
  border-top: 1px solid #353839;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}

.footer-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  font-size: 1.125rem;
  line-height: 120%;
  color: #7E808F;
}

.footer-bottom__menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}

.footer-bottom__menu-link {
  position: relative;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-bottom__menu-link::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7E808F;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.footer-bottom__copyright {
  color: #fff;
}

.footer-bottom__policy-link {
  position: relative;
  -webkit-transition: color 0.9s ease, opacity 0.3s ease;
  transition: color 0.9s ease, opacity 0.3s ease;
}

.footer-bottom__policy-link::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7E808F;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.footer-custom .footer__container::before {
  display: none;
}

.main {
  position: relative;
  margin-bottom: 60px;
}

.main__container {
  position: relative;
}

.main__container::after {
  content: "";
  position: absolute;
  top: 66px;
  right: -420px;
  width: 357px;
  height: 357px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(0, 255, 254, 1);
  z-index: 3;
}

.main__bg {
  position: relative;
}

.main__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

.main__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 0.5fr;
  grid-template-columns: 1.5fr 0.5fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  z-index: 4;
}

.main__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.main__box {
  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;
  row-gap: 30px;
}

.main__robot-adaptive {
  display: none;
}

.main__title {
  z-index: 1;
}

.main__subtitle {
  z-index: 1;
}

.main__action {
  z-index: 1;
}

.main__hero {
  position: relative;
}

.main__hero .home_spline_roboto {
  position: absolute;
}

.main__img {
  max-width: 100%;
  display: block;
}

.main__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__robot-img {
  display: none;
}

.services {
  background-color: #FBFCFC;
}

.services__container {
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.services__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(340px, 1fr) minmax(440px, 0.5fr);
  grid-template-columns: minmax(340px, 1fr) minmax(440px, 0.5fr);
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}

.services__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  line-height: 120%;
  color: #111215;
}

.services-spollers {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}

.services-spollers__item {
  cursor: pointer;
  position: relative;
  padding: 90px 0 90px 50px;
  border-left: 1px solid #adaeba;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.services-spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 2rem;
  line-height: 120%;
  color: #111215;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.services-spollers__title::before {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.services-spollers__title::marker {
  display: none;
}

.services-spollers__title::-webkit-details-marker {
  display: none;
}

._spoller-init .services-spollers__title {
  cursor: pointer;
}

._spoller-init .services-spollers__title._spoller-active::before {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.services-spollers__body {
  width: 0;
  height: 0;
  font-weight: 300;
  line-height: 140%;
  color: #111215;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.development {
  position: relative;
  margin-bottom: 60px;
}

.development__container {
  position: relative;
}

.development__container::after {
  content: "";
  position: absolute;
  top: 66px;
  right: -420px;
  width: 357px;
  height: 357px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(30, 204, 47, 0.4);
  z-index: 3;
}

.development__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 342px;
  height: 342px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(245, 109, 248, 0.2);
  z-index: 4;
}

.development__bg {
  position: relative;
}

.development__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
}

.development__inner {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.development__content {
  z-index: 5;
}

.development__hero img {
  width: 300px;
  height: 330px;
}

.development__img img {
  width: 300px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.availability {
  padding-top: 60px;
  background-color: #FBFCFC;
}

.availability__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.availability__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.availability__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(460px, 1.3fr) minmax(460px, 0.7fr);
  grid-template-columns: minmax(460px, 1.3fr) minmax(460px, 0.7fr);
  gap: 40px;
}

.availability__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.availability__info-text {
  font-weight: 300;
  line-height: 153%;
}

.availability__video {
  width: 100%;
  max-width: 100%;
  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;
}

.availability__video-bg {
  max-width: 460px;
  width: 100%;
  max-height: 640px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-price {
  background-color: #FBFCFC;
}

.price-tabs__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(290px, 0.6fr) minmax(460px, 1.4fr);
  grid-template-columns: minmax(290px, 0.6fr) minmax(460px, 1.4fr);
  -webkit-column-gap: 105px;
     -moz-column-gap: 105px;
          column-gap: 105px;
}

.price-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 80px;
}

.price-tabs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  line-height: 120%;
  color: #7E808F;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.price-tabs__title::before {
  font-size: 1rem;
}

.price-tabs__title._tab-active {
  font-weight: 500;
  color: #111215;
}

.price-tabs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 35px;
}

.price-tabs__info-text {
  font-weight: 300;
  line-height: 167%;
  color: #111215;
}

.price-tabs__info-text:not(:last-child) {
  margin-bottom: 40px;
}

.price-tabs__body {
  padding: 30px 0;
  line-height: 120%;
  color: #111215;
  white-space: nowrap;
}

.price-tabs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.price-tabs__action-btn {
  background-color: #111215;
}

.stages {
  background-color: #111215;
}

.stages__container {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.stages__title {
  color: #fff;
}

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

.stages__info-title {
  font-weight: 400;
  color: #fff;
}

.stages__info-text {
  font-weight: 300;
  line-height: 160%;
  color: #fff;
}

.stages__box {
  display: -ms-grid;
  display: grid;
  padding-left: 0;
  padding-right: 0;
}

.stages__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  /* Элемент растягивается на 1 колонку */
  -ms-grid-row-align: start;
      align-self: start;
  /* Вертикальное выравнивание элемента */
  -ms-grid-column-align: center;
      justify-self: center;
  /* Горизонтальное выравнивание элемента */
}

.stages__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 43px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
  padding-bottom: 75px;
}

.stages__content-item-label {
  border: 1px solid #7E808F;
  border-radius: 50px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 120%;
  color: #7E808F;
}

.stages__content-item-title {
  line-height: 220%;
  color: #fff;
}

.stages__content-item-text {
  font-weight: 300;
  line-height: 160%;
  color: #fff;
}

.design-questions .questions-spollers .questions-spollers__item:nth-child(n+3) .questions-spollers__body {
  bottom: 235px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.portfolio__container {
  padding-top: 245px;
  padding-bottom: 120px;
}

.portfolio-work__inner {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}

.portfolio-work__info {
  font-size: 3rem;
  line-height: 162%;
  text-align: center;
  color: #7E808F;
}

.case {
  position: relative;
  overflow: hidden;
}

.case::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -500px;
  width: 755px;
  height: 755px;
  border-radius: 100%;
  -webkit-filter: blur(350px);
          filter: blur(350px);
  background: rgba(13, 212, 246, 0.9);
  z-index: 2;
}

.case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 342px;
  height: 342px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: 3;
}

.case__bg {
  position: relative;
}

.case__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

.case__inner {
  position: relative;
  padding-left: max(15px, (100% - 1300px) / 2);
  padding-right: max(15px, (100% - 1920px) / 2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(320px, 800px) minmax(160px, 720px);
  grid-template-columns: minmax(320px, 800px) minmax(160px, 720px);
  z-index: 3;
}

.case__heading {
  width: 100%;
}

.case__title {
  text-wrap: balance;
}

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

.case__attribute-img {
  max-width: 100%;
  display: block;
}

.case__attribute-img img {
  max-height: 720px;
  height: 100%;
  max-width: 720px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
}

.case-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  font-size: 0.875rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.case-info__title {
  color: #7E808F;
  white-space: nowrap;
}

.case-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  color: #fff;
}

.case-info__list-item {
  white-space: nowrap;
}

.task__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.task__info-text {
  font-weight: 300;
  line-height: 160%;
}

.task__slider {
  position: relative;
  overflow: hidden;
  row-gap: 55px;
  background-color: #000;
}

.task__wrapper {
  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;
  row-gap: 55px;
}

.task__slider-top,
.task__slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
  /* Оптимизация для анимации */
}

.task__slider-item {
  display: inline-block;
  vertical-align: top;
  width: 695px;
  /* Пример ширины слайда */
  border-radius: 25px;
}

.task__slider-item img {
  width: 695px;
  height: 390px;
  border-radius: 25px;
}

.slider-spacer {
  width: 100%;
  background-color: #000;
}

.process {
  position: relative;
  background-color: #000;
}

.process__container {
  padding-left: 0;
  padding-right: 0;
}

.process__wrapper {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: max(45px, (100% - 1830px) / 2);
  padding-right: max(45px, (100% - 1830px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process__title {
  color: #fff;
}

.process__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 300;
  color: #fff;
}

.process__item:nth-child(2n) {
  padding-top: 96px;
}

.process__item {
  max-width: 100%;
  display: block;
}

.process__item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.next-project__bg {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.next-project__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 130px;
}

.next-project__heading-text {
  color: #fff;
}

.next-project__action {
  width: 148px;
  height: 150px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.next-project__link {
  padding: 20px 25px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 150px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.page:has(> .quize) {
  background-color: #000;
}

.quize {
  position: relative;
  color: #fff;
}

.quize::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
}

.quize__container {
  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;
  row-gap: 40px;
}

.quize__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  z-index: 3;
}

.quize__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

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

.quize__heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #7E808F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.quize__heading-title {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 700;
}

.quize__heading-description {
  font-weight: 300;
  line-height: 167%;
}

.quize__question {
  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;
  row-gap: 30px;
}

.quize__title {
  position: relative;
  line-height: 120%;
  color: #7E808F;
}

.quize__description {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%;
}

.quize__inner {
  width: 100%;
}

.quize__form {
  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;
  row-gap: 80px;
}

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

.quize__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

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

.quize__placeholder {
  max-width: 900px;
  width: 100%;
  border-radius: 50px;
  padding: 20px 25px;
  border: 2px solid #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  background: inherit;
  outline: none;
  color: #fff;
}

.quize__placeholder::-webkit-input-placeholder {
  color: #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.quize__placeholder::-moz-placeholder {
  color: #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.quize__placeholder:-ms-input-placeholder {
  color: #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.quize__placeholder::-ms-input-placeholder {
  color: #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.quize__placeholder::placeholder {
  color: #7E808F;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.quize__placeholder:focus {
  border: 2px solid #fff;
}

.quize__placeholder:focus::-webkit-input-placeholder {
  visibility: hidden;
}

.quize__placeholder:focus::-moz-placeholder {
  visibility: hidden;
}

.quize__placeholder:focus:-ms-input-placeholder {
  visibility: hidden;
}

.quize__placeholder:focus::-ms-input-placeholder {
  visibility: hidden;
}

.quize__placeholder:focus::placeholder {
  visibility: hidden;
}

.quize__textarea {
  padding: 25px 20px;
  border-radius: 20px;
  height: 145px;
  resize: none;
}

.quize .quize__item-label {
  position: relative;
  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;
  cursor: pointer;
  border: 2px solid #7E808F;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.quize .quize__item-label::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.quize .quize__item-label:has(> .quize__item-input:checked) {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-color: #fff;
  background-color: #fff;
}

.quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-text {
  color: #111215;
  z-index: 3;
}

.quize .quize__item-label:has(> .quize__item-input:checked)::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.quize .quize__item-label:has(> .quize__item-input[type=radio]:checked)::after {
  display: none;
}

.quize .quize__item-text {
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  text-align: center;
}

.quize .quize__item-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

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

.quize__btn-prev ._icon-arrow-right {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
  color: #7E808F;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quize__btn-prev .quize__btn-next-icon {
  background-color: #3C3B37;
}

.quize__btn-next,
.quize__btn-send {
  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: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  background-color: inherit;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
}

.quize__btn-next ._icon-arrow-right,
.quize__btn-send ._icon-arrow-right {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
  color: #000;
}

.quize__btn-next ._icon-telegram-plane,
.quize__btn-send ._icon-telegram-plane {
  font-size: 2rem;
  color: #000;
}

.quize__btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.quize__btn-send {
  display: none;
}

.quize__btn-next-icon,
.quize__btn-send-icon {
  width: 68px;
  height: 68px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
}

.quize__items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.quize-question__hidden {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease, visibility 0.3s ease;
  transition: max-height 0.3s ease, visibility 0.3s ease;
}

.quize-question__hidden .quize__items {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
}

.quiz_block {
  display: none;
}

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

.progress_bar {
  display: none;
}

.quize__block-box {
  display: none;
}

.quize-question .quize__item {
  max-width: 900px;
  width: 100%;
  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;
  row-gap: 15px;
}

.quize-question .quize__checkbox-validation {
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  width: 20px;
  height: 20px;
}

.quize-question .quize__item-checkbox-icon {
  width: 18px;
  height: 14px;
  position: absolute;
  right: 0;
  background-image: url(../img/icons/check-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.quize-question .quize__placeholder {
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #7E808F;
  padding: 15px 15px 15px 0;
  width: 100%;
  line-height: 120%;
  color: #fff;
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
}

.quize-question .quize__placeholder:focus + .quize__placeholder-label,
.quize-question .quize__placeholder:valid + .quize__placeholder-label {
  top: -25px;
  left: 0;
  color: #B2B3C0;
  font-size: 0.875rem;
}

.quize-question .quize__placeholder-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
  pointer-events: none;
  line-height: 120%;
  color: #7E808F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quize-question .quize__placeholder-text {
  font-weight: 300;
  line-height: 145%;
  color: #fff;
}

.quize__question[data-group=createSite] {
  row-gap: 40px;
}

.wrapper .quize__container:has(.quize__block-general.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(248, 231, 109, 0.4);
  z-index: 3;
}

.wrapper .quize__container:has(.quize__block-common.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 248, 119, 0.4);
  z-index: 3;
}

.wrapper .quize__container:has(.quize__block-common + .quize__block-common.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 243, 248, 0.4);
  z-index: 3;
}

.wrapper .quize__container:has(.quize__block-social.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 248, 119, 0.4);
  z-index: 3;
}

.wrapper .quize__container:has(.quize__block-social + .quize__block-social.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 243, 248, 0.4);
  z-index: 3;
}

.wrapper .quize__container:has(.quize__block-contact.active)::before {
  content: "";
  position: absolute;
  top: -520px;
  left: -250px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(204, 109, 248, 0.4);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-general.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 248, 119, 0.3);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-common.active.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 243, 248, 0.3);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-common + .quize__block-common.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(204, 109, 248, 0.3);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-social.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(109, 243, 248, 0.3);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-social + .quize__block-social.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(204, 109, 248, 0.3);
  z-index: 3;
}

.wrapper:has(.quize__container):has(.quize__block-contact.active) .footer-custom .footer__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -150px;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  background: rgba(248, 109, 112, 0.3);
  z-index: 3;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.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: 57.5em) {
  .footer-top__heading {
    font-size: 1.5rem;
  }
}

@media (min-width: 62.49875em) {
  .action-btn {
    font-size: 1.25rem;
  }

  .questions-spollers__title {
    font-size: 1.375rem;
  }

  .questions-spollers__body {
    font-size: 1.25rem;
  }

  .timeline {
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }
}

@media (min-width: 86.25em) {
  .questions-spollers {
    -ms-flex-preferred-size: 48.125rem;
        flex-basis: 48.125rem;
  }
}

@media (min-width: 92.5em) {
  .services-spollers__title::before {
    font-size: 1.6875rem;
  }
}

@media (min-width: 90em) {
  .footer-bottom__menu-list {
    -webkit-column-gap: 8.75rem;
       -moz-column-gap: 8.75rem;
            column-gap: 8.75rem;
  }
}

@media (min-width: 120em) {
  .checkbox-icon {
    top: 1.5625rem;
  }

  .heading-text {
    font-size: 1.5rem;
  }

  .heading-title {
    font-size: 4.5rem;
  }

  .heading-subtitle {
    font-size: 2.75rem;
  }

  .projects-items {
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
  }

  .projects-action__btn {
    font-size: 4rem;
  }

  .header {
    padding-top: 1.25rem;
  }

  .header__content-inner {
    row-gap: 10.25rem;
  }

  .header__box {
    row-gap: 2.375rem;
  }

  .header__contacts {
    row-gap: 1.875rem;
  }

  .consultation__question {
    row-gap: 3.125rem;
  }

  .consultation__title {
    font-size: 1.5rem;
  }

  .consultation__form {
    row-gap: 3.125rem;
  }

  .consultation__wrapper {
    row-gap: 3.125rem;
  }

  .consultation__item-label {
    padding-top: 1.25rem;
  }

  .consultation__item-label {
    padding-bottom: 1.25rem;
  }

  .consultation__item-label {
    padding-left: 1.5625rem;
  }

  .consultation__item-label {
    padding-right: 1.5625rem;
  }

  .consultation__item-text {
    font-size: 1rem;
  }

  .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
    width: 1.125rem;
  }

  .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
    height: 1.125rem;
  }

  .consultation__btn {
    width: 8.5625rem;
  }

  .consultation__btn {
    height: 8.375rem;
  }

  .consultation__btn {
    font-size: 1rem;
  }

  .consultation-question .consultation__item-checkbox-icon {
    top: 1.5625rem;
  }

  .consultation-question .consultation__placeholder {
    padding-top: 0.9375rem;
  }

  .consultation-question .consultation__placeholder {
    padding-bottom: 0.9375rem;
  }

  .consultation-question .consultation__placeholder {
    font-size: 1.5rem;
  }

  .consultation-question .consultation__placeholder-label {
    font-size: 1.5rem;
  }

  .consultation-question .consultation__placeholder-text {
    font-size: 1rem;
  }

  .menu__wrapper {
    padding-top: 7.5rem;
  }

  .menu__content {
    -webkit-column-gap: 12.1875rem;
       -moz-column-gap: 12.1875rem;
            column-gap: 12.1875rem;
  }

  .menu__list {
    row-gap: 3.125rem;
  }

  .menu__link {
    font-size: 1.5rem;
  }

  .footer-top__title {
    font-size: 4rem;
  }

  .footer-top__text {
    font-size: 1.875rem;
  }

  .footer-top__contacts {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .main__inner {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .main__item:first-child {
    padding-top: 15.3125rem;
  }

  .main__item:first-child {
    padding-bottom: 15.625rem;
  }

  .main__item:last-child {
    max-width: 24.375rem;
  }

  .main__hero .home_spline_roboto {
    right: -5rem;
  }

  .main__hero .home_spline_roboto {
    top: -26.6875rem;
  }

  .main__hero .home_spline_roboto {
    width: 28.75rem;
  }

  .main__hero .home_spline_roboto {
    height: 28.75rem;
  }

  .main__img img {
    height: 24.375rem;
  }

  .services__inner {
    row-gap: 3.75rem;
  }

  .services__content {
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .services__item:first-child {
    font-size: 1.75rem;
  }

  .services__item:first-child {
    row-gap: 3.75rem;
  }

  .services-spollers__item {
    padding-top: 5.625rem;
  }

  .services-spollers__item {
    padding-bottom: 5.625rem;
  }

  .services-spollers__title {
    font-size: 2rem;
  }

  .services-spollers__body {
    font-size: 1.25rem;
  }

  .development__box {
    padding-top: 15.3125rem;
  }

  .development__box {
    padding-bottom: 15.625rem;
  }

  .availability__container {
    row-gap: 7.5rem;
  }

  .availability__container {
    padding-top: 3.75rem;
  }

  .availability__container {
    padding-bottom: 7.5rem;
  }

  .availability__info {
    row-gap: 3.75rem;
  }

  .availability__info-text {
    font-size: 1.875rem;
  }

  .price-tabs__wrapper {
    -webkit-column-gap: 6.5625rem;
       -moz-column-gap: 6.5625rem;
            column-gap: 6.5625rem;
  }

  .price-tabs__navigation {
    row-gap: 5rem;
  }

  .price-tabs__title {
    font-size: 1.5rem;
  }

  .price-tabs__info-text {
    font-size: 1.5rem;
  }

  .price-tabs__body {
    font-size: 1.5rem;
  }

  .stages__info-title {
    font-size: 4rem;
  }

  .stages__info-text {
    font-size: 1.875rem;
  }

  .stages__content-item-title {
    font-size: 2.25rem;
  }

  .stages__content-item-text {
    font-size: 1.5rem;
  }

  .portfolio-work__info {
    font-size: 3rem;
  }

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

  .case__item:first-child {
    padding-top: 15.3125rem;
  }

  .case__item:first-child {
    padding-bottom: 15.625rem;
  }

  .case-info__items {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }

  .task__inner {
    padding-top: 5rem;
  }

  .task__inner {
    padding-bottom: 5rem;
  }

  .task__inner {
    row-gap: 3.75rem;
  }

  .task__info-text {
    font-size: 1.5rem;
  }

  .task__slider {
    padding-top: 5rem;
  }

  .task__slider {
    padding-bottom: 5rem;
  }

  .task__slider-item img {
    width: 43.4375rem;
  }

  .task__slider-item img {
    height: 24.375rem;
  }

  .process__wrapper {
    row-gap: 6.25rem;
  }

  .process__inner {
    row-gap: 3.75rem;
  }

  .process__info-text {
    font-size: 1.5rem;
  }

  .process__items {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }

  .process__item:nth-child(2n) {
    padding-top: 6rem;
  }

  .process__slide:nth-child(2n) {
    padding-top: 6rem;
  }

  .next-project__container {
    padding-top: 14.0625rem;
  }

  .next-project__container {
    padding-bottom: 17.1875rem;
  }

  .quize {
    padding-top: 15.625rem;
  }

  .quize {
    padding-bottom: 13.125rem;
  }

  .quize__heading-description {
    font-size: 1.5rem;
  }

  .quize__title {
    font-size: 1.5rem;
  }

  .quize__wrapper {
    row-gap: 3.125rem;
  }

  .quize .quize__item-label {
    padding-top: 1.25rem;
  }

  .quize .quize__item-label {
    padding-bottom: 1.25rem;
  }

  .quize .quize__item-label {
    padding-left: 1.5625rem;
  }

  .quize .quize__item-label {
    padding-right: 1.5625rem;
  }

  .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
    width: 1.125rem;
  }

  .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
    height: 1.125rem;
  }

  .quize .quize__item-text {
    font-size: 1rem;
  }

  .quize__btn-next,
  .quize__btn-send {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .quize__btn-next,
  .quize__btn-send {
    font-size: 1.5rem;
  }

  .quize-question .quize__item-checkbox-icon {
    top: 1.5625rem;
  }

  .quize-question .quize__placeholder {
    padding-top: 0.9375rem;
  }

  .quize-question .quize__placeholder {
    padding-bottom: 0.9375rem;
  }

  .quize-question .quize__placeholder {
    font-size: 1.5rem;
  }

  .quize-question .quize__placeholder-label {
    font-size: 1.5rem;
  }

  .quize-question .quize__placeholder-text {
    font-size: 1rem;
  }
}

@media (any-hover: hover) and (min-width: 120em) {
  .services-spollers__item:hover .services-spollers__body {
    top: 6.25rem;
  }
}

@media (max-width: 105em) {
  .process__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 90em) {
  .footer-top__title {
    font-size: 3.625rem;
  }

  .footer-top__text {
    font-size: 1.5rem;
  }

  .main__inner {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .main__inner {
    -ms-grid-columns: 1.4fr 0.5fr;
    grid-template-columns: 1.4fr 0.5fr;
  }

  .main__item:first-child {
    padding-top: 9.375rem;
  }

  .main__item:first-child {
    padding-bottom: 5rem;
  }

  .main__item:last-child {
    max-width: 15rem;
  }

  .main__hero .home_spline_roboto {
    right: -3.5625rem;
  }

  .main__hero .home_spline_roboto {
    top: -17.375rem;
  }

  .main__hero .home_spline_roboto {
    width: 18.75rem;
  }

  .main__hero .home_spline_roboto {
    height: 18.75rem;
  }

  .main__img img {
    height: 15.625rem;
  }

  .development__box {
    padding-top: 9.375rem;
  }

  .development__box {
    padding-bottom: 5rem;
  }

  .stages__info-title {
    font-size: 3.625rem;
  }

  .stages__info-text {
    font-size: 1.5rem;
  }

  .stages__content-item-title {
    font-size: 1.75rem;
  }

  .stages__content-item-text {
    font-size: 1.125rem;
  }

  .case__item:first-child {
    padding-top: 9.375rem;
  }

  .case__item:first-child {
    padding-bottom: 11.25rem;
  }
}

@media screen and (max-width: 999.98px) {
  .timeline {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1.5rem 1fr;
    grid-template-columns: 1.5rem 1fr;
  }

  .timeline_images {
    display: none;
  }

  #w-node-fef70782-38b4-bc0b-9276-f20abec5976d-bec59766,
  #w-node-fef70782-38b4-bc0b-9276-f20abec5976f-bec59766 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media screen and (max-width: 999.98px) and (max-width: 62.49875em) {
  .timeline {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

@media (max-width: 55em) {
  .footer__inner {
    row-gap: 120px;
  }

  .footer-top__discussing:first-child .footer-top__text {
    padding: 0;
    text-wrap: balance;
  }

  .footer-top__discussing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }

  .footer-top__content {
    row-gap: 30px;
  }

  .footer-top__action {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .footer-bottom__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }

  .footer-bottom__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-bottom__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }

  .footer-bottom__menu-item:nth-child(even) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 55em) and (max-width: 26.25em) {
  .footer-top__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 48em) {
  .process__slide:nth-child(2n) {
    padding-top: 0;
  }
}

@media (max-width: 30em) {
  .timeline {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

@media (max-width: 92.5em) {
  .checkbox-icon {
    top: 0.9375rem;
  }

  .header__content-inner {
    row-gap: 3.125rem;
  }

  .header__box {
    row-gap: 1.875rem;
  }

  .header__contacts {
    row-gap: 1.25rem;
  }

  .consultation__question {
    row-gap: 1.875rem;
  }

  .consultation__title {
    font-size: 1.25rem;
  }

  .consultation__form {
    row-gap: 1.25rem;
  }

  .consultation__wrapper {
    row-gap: 1.875rem;
  }

  .consultation__item-label {
    padding-top: 0.9375rem;
  }

  .consultation__item-label {
    padding-bottom: 0.9375rem;
  }

  .consultation__item-label {
    padding-left: 1.25rem;
  }

  .consultation__item-label {
    padding-right: 1.25rem;
  }

  .consultation__item-text {
    font-size: 0.875rem;
  }

  .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
    width: 0.875rem;
  }

  .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
    height: 0.875rem;
  }

  .consultation__btn {
    width: 6.25rem;
  }

  .consultation__btn {
    height: 6.25rem;
  }

  .consultation__btn {
    font-size: 0.875rem;
  }

  .consultation-question .consultation__item-checkbox-icon {
    top: 0.9375rem;
  }

  .consultation-question .consultation__placeholder {
    padding-top: 0.75rem;
  }

  .consultation-question .consultation__placeholder {
    padding-bottom: 0.75rem;
  }

  .consultation-question .consultation__placeholder {
    font-size: 1rem;
  }

  .consultation-question .consultation__placeholder-label {
    font-size: 1.125rem;
  }

  .consultation-question .consultation__placeholder-text {
    font-size: 0.875rem;
  }

  .menu__wrapper {
    padding-top: 6.25rem;
  }

  .menu__content {
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .menu__list {
    row-gap: 1.25rem;
  }

  .menu__link {
    font-size: 1.125rem;
  }

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

  .services__inner {
    row-gap: 2.5rem;
  }

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

  .services__item:first-child {
    font-size: 1.5rem;
  }

  .services-spollers__item {
    padding-top: 4.0625rem;
  }

  .services-spollers__item {
    padding-bottom: 3.75rem;
  }

  .services-spollers__title {
    font-size: 1.75rem;
  }

  .services-spollers__body {
    font-size: 1.125rem;
  }

  .availability__container {
    row-gap: 1.875rem;
  }

  .availability__container {
    padding-top: 2.5rem;
  }

  .availability__container {
    padding-bottom: 3.75rem;
  }

  .availability__info-text {
    font-size: 1.5rem;
  }

  .price-tabs__navigation {
    row-gap: 3.125rem;
  }

  .price-tabs__title {
    font-size: 1.25rem;
  }

  .price-tabs__info-text {
    font-size: 1.125rem;
  }

  .price-tabs__body {
    font-size: 1.25rem;
  }

  .task__inner {
    padding-top: 3.75rem;
  }

  .task__inner {
    padding-bottom: 3.75rem;
  }

  .task__inner {
    row-gap: 1.875rem;
  }

  .task__info-text {
    font-size: 1.125rem;
  }

  .task__slider {
    padding-top: 3.75rem;
  }

  .task__slider {
    padding-bottom: 2.5rem;
  }

  .task__slider-item img {
    width: 23.75rem;
  }

  .task__slider-item img {
    height: 14.375rem;
  }

  .process__wrapper {
    row-gap: 3.75rem;
  }

  .process__inner {
    row-gap: 1.875rem;
  }

  .process__info-text {
    font-size: 1.125rem;
  }

  .process__items {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .process__item:nth-child(2n) {
    padding-top: 4.75rem;
  }

  .process__slide:nth-child(2n) {
    padding-top: 4.75rem;
  }

  .next-project__container {
    padding-top: 9.375rem;
  }

  .next-project__container {
    padding-bottom: 9.375rem;
  }

  .quize {
    padding-top: 9.375rem;
  }

  .quize {
    padding-bottom: 6.25rem;
  }

  .quize__heading-description {
    font-size: 1.125rem;
  }

  .quize__title {
    font-size: 1.25rem;
  }

  .quize__wrapper {
    row-gap: 1.875rem;
  }

  .quize .quize__item-label {
    padding-top: 0.9375rem;
  }

  .quize .quize__item-label {
    padding-bottom: 0.9375rem;
  }

  .quize .quize__item-label {
    padding-left: 1.25rem;
  }

  .quize .quize__item-label {
    padding-right: 1.25rem;
  }

  .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
    width: 0.875rem;
  }

  .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
    height: 0.875rem;
  }

  .quize .quize__item-text {
    font-size: 0.875rem;
  }

  .quize-question .quize__item-checkbox-icon {
    top: 0.9375rem;
  }

  .quize-question .quize__placeholder {
    padding-top: 0.75rem;
  }

  .quize-question .quize__placeholder {
    padding-bottom: 0.75rem;
  }

  .quize-question .quize__placeholder {
    font-size: 1rem;
  }

  .quize-question .quize__placeholder-label {
    font-size: 1.125rem;
  }

  .quize-question .quize__placeholder-text {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) and (max-width: 92.5em) {
  .services-spollers__item:hover .services-spollers__body {
    top: 3.125rem !important;
  }
}

@media (max-width: 73.75em) {
  .case__attribute {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 68.75em) {
  .price-tabs__wrapper {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media (max-width: 62.49875em) {
  .heading-text {
    font-size: 1.25rem;
  }

  .action-btn::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .action-btn::after {
    display: none;
  }

  .action-btn {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .projects-tags a {
    background: rgba(22, 22, 22, 0.25);
  }

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

  .projects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .projects-item:nth-child(2n) {
    margin-top: 0;
  }

  .projects-item:nth-child(2) {
    margin-top: 0;
  }

  .projects-item {
    padding: 30px;
    border-radius: 36px;
    background-position: center bottom;
    text-wrap: balance;
  }

  .projects-action__btn {
    font-size: 2rem;
  }

  .projects-action__btn::before {
    width: 60px;
    height: 60px;
    color: #000;
  }

  .projects-action__btn::after {
    opacity: 1;
    visibility: visible;
    width: 60px;
    height: 60px;
  }

  .projects-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .development-technologies {
    padding-top: 0;
  }

  .questions__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .questions-spollers {
    -ms-flex-preferred-size: 30rem;
        flex-basis: 30rem;
  }

  .questions-spollers {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    row-gap: 15px;
  }

  ._spoller-init .questions-spollers__title._spoller-active {
    color: #111215;
  }

  .questions-spollers__body {
    padding-top: 20px;
    display: block;
    width: auto;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
  }

  .questions-spollers .questions-spollers__item:nth-child(n+4) .questions-spollers__body {
    top: 0;
    left: 0;
  }

  .timeline_image.ti-1,
  .timeline_image.ti-2,
  .timeline_image.ti-3,
  .timeline_image.ti-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 140px;
    height: 140px;
  }

  .timeline_image.ti-2 {
    opacity: 1;
  }

  .timeline_image.ti-3 {
    opacity: 1;
  }

  .timeline_image.ti-4 {
    opacity: 1;
  }

  .circ {
    display: none;
  }

  .footer-bottom__menu-list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .main {
    margin-bottom: 40px;
  }

  .main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main__item:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main__item:last-child {
    max-width: 100%;
  }

  .main__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }

  .main__robot-adaptive {
    position: absolute;
    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;
    top: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .main__heading {
    row-gap: 60px;
    text-align: center;
  }

  .main__hero .home_spline_roboto {
    width: 260px;
    top: -260px;
  }

  .main__roboto {
    display: none;
  }

  .main__img img {
    width: 155px;
    height: 200px;
  }

  .main__robot-img {
    display: block;
  }

  .services__container {
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .services__item:first-child {
    row-gap: 0.625rem;
  }

  .services__item:first-child {
    font-size: 1.25rem;
  }

  .services-spollers__item {
    padding: 20px 0 20px 10px;
  }

  .services-spollers__item[open] {
    border-left: 2px solid #111215;
  }

  .services-spollers__title::before {
    font-size: 1.25rem;
  }

  .services-spollers__body {
    display: block;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-right: 22px;
    font-size: 1.25rem;
    visibility: visible;
    opacity: 1;
  }

  .development {
    margin-bottom: 40px;
  }

  .development__inner {
    max-width: 100%;
    text-align: center;
  }

  .development__box {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .development__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .availability {
    padding-top: 40px;
  }

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

  .availability__info {
    row-gap: 0.625rem;
  }

  .availability__info-text {
    font-size: 1.25rem;
  }

  .price-tabs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .price-tabs__navigation-wrapper {
    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;
  }

  .price-tabs__title {
    padding: 25px 0;
    font-size: 1.5rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .price-tabs__title._icon-arrow-right::before {
    font-size: 1.25rem;
  }

  .price-tabs__title._tab-active._icon-arrow-right::before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .price-tabs__inner {
    row-gap: 60px;
  }

  .price-tabs__content {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0;
  }

  .price-tabs__body {
    font-weight: 400;
    font-size: 1.125rem;
    width: 100%;
    padding: 0;
  }

  .price-tabs__body-text {
    padding: 15px 0;
    border-bottom: 1px solid #7E808F;
  }

  .price-tabs__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .stages__wrapper {
    row-gap: 60px;
  }

  .stages__info {
    row-gap: 40px;
  }

  .stages__info-text {
    font-size: 1.25rem;
  }

  .stages__content-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .stages__content-item-title {
    font-size: 1.5rem;
  }

  .design-questions .questions-spollers .questions-spollers__item:nth-child(n+3) .questions-spollers__body {
    top: 0;
    left: 0;
  }

  .portfolio__container {
    padding-top: 120px;
  }

  .portfolio-work__info {
    font-size: 2rem;
  }

  .case__inner {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .case__item:first-child {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .case__content {
    width: 100%;
    row-gap: 30px;
  }

  .case-info__items {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .next-project__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .next-project__inner {
    row-gap: 100px;
  }

  .next-project__action {
    width: 128px;
    height: 130px;
  }

  .quize {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .quize__btn-next,
  .quize__btn-send {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .quize__btn-next,
  .quize__btn-send {
    font-size: 1.25rem;
  }

  .quize__btn-next ._icon-telegram-plane,
  .quize__btn-send ._icon-telegram-plane {
    font-size: 1.5rem;
  }

  .quize__btn-send {
    font-size: 1.125rem;
  }
}

@media (max-width: 62.49875em) and (max-width: 26.25em) {
  .projects__inner {
    row-gap: 3.125rem;
  }

  .stages__info-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 62.49875em) and (max-width: 30em) {
  .next-project__heading {
    row-gap: 1.25rem;
  }

  .next-project__heading-text {
    font-size: 1rem;
  }

  .next-project__title {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 57.5em) {
  .header {
    padding-top: 0.625rem;
  }

  .menu-open .header__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 39, 39, 0.005);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    z-index: 7;
  }

  .header__content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .consultation__items {
    gap: 15px;
  }

  .menu__wrapper {
    overflow: auto;
    overflow-x: hidden;
  }

  .menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 30px;
  }

  .menu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-top__heading {
    text-align: center;
    text-wrap: balance;
  }
}

@media (max-width: 52.5em) {
  .quize__btn-next-icon,
  .quize__btn-send-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 47.99875em) {
  .header-navigation__breadcrumbs {
    display: none;
  }

  .stages__content-item {
    row-gap: 30px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .case::after {
    top: auto;
    bottom: -260px;
  }

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

  .case__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .case__content .case__item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .case__heading {
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .case__attribute-img img {
    max-width: 320px;
  }

  .case-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .case-info__item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(50px, 80px) minmax(100px, 1fr);
    grid-template-columns: minmax(50px, 80px) minmax(100px, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .case-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .case-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .quize__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .quize__placeholder {
    padding: 20px 15px;
  }

  .quize .quize__item-label {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 38.75em) {
  .footer-top__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}

@media (max-width: 29.99875em) {
  .projects-item {
    background-position: center right;
  }

  .projects-action__btn::before {
    font-size: 1.5rem;
  }

  .projects-action__btn {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .stages__content-item-title {
    font-size: 1.25rem;
  }

  .next-project__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .next-project__heading {
    text-align: center;
  }

  .quize .quize__item-text {
    font-size: 0.75rem;
  }

  .quize__btn-send .quize__btn-text-mobile {
    display: none;
  }
}

@media (max-width: 26.25em) {
  .heading-title {
    font-size: 2.625rem;
  }

  .heading-subtitle {
    font-size: 1.375rem;
  }

  .action-btn {
    font-size: 1.125rem;
  }

  .questions-spollers__title {
    font-size: 1.125rem;
  }

  .questions-spollers__body {
    font-size: 1rem;
  }

  .consultation-question .consultation__placeholder:focus + .consultation__placeholder-label,
  .consultation-question .consultation__placeholder:valid + .consultation__placeholder-label {
    font-size: 12px;
  }

  .consultation-question .consultation__placeholder-label {
    font-size: 13px;
  }

  .footer-top__heading {
    font-size: 1.25rem;
  }

  .quize-question .quize__placeholder:focus + .quize__placeholder-label,
  .quize-question .quize__placeholder:valid + .quize__placeholder-label {
    font-size: 12px;
  }

  .quize-question .quize__placeholder-label {
    font-size: 13px;
  }
}

@media (max-width: 26.25em) and (max-width: 22.5em) {
  .case__title {
    font-size: 2rem;
  }
}

@media (min-width: 92.5em) and (max-width: 120em) {
@supports (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .checkbox-icon {
      top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem );
    }
}

@supports not (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .checkbox-icon {
      top: calc(0.9375rem + 0.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 3.125rem , -20.8409090909rem  +  25.9090909091vw , 10.25rem )) {
    .header__content-inner {
      row-gap: clamp( 3.125rem , -20.8409090909rem  +  25.9090909091vw , 10.25rem );
    }
}

@supports not (row-gap: clamp( 3.125rem , -20.8409090909rem  +  25.9090909091vw , 10.25rem )) {
    .header__content-inner {
      row-gap: calc(3.125rem + 7.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , 0.1931818182rem  +  1.8181818182vw , 2.375rem )) {
    .header__box {
      row-gap: clamp( 1.875rem , 0.1931818182rem  +  1.8181818182vw , 2.375rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , 0.1931818182rem  +  1.8181818182vw , 2.375rem )) {
    .header__box {
      row-gap: calc(1.875rem + 0.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem )) {
    .header__contacts {
      row-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem );
    }
}

@supports not (row-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem )) {
    .header__contacts {
      row-gap: calc(1.25rem + 0.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .consultation__question {
      row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .consultation__question {
      row-gap: calc(1.875rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .consultation__title {
      font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .consultation__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem )) {
    .consultation__form {
      row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem );
    }
}

@supports not (row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem )) {
    .consultation__form {
      row-gap: calc(1.25rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .consultation__wrapper {
      row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .consultation__wrapper {
      row-gap: calc(1.875rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .consultation__item-label {
      padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem );
    }
}

@supports not (padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .consultation__item-label {
      padding-top: calc(0.9375rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .consultation__item-label {
      padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem );
    }
}

@supports not (padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .consultation__item-label {
      padding-bottom: calc(0.9375rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .consultation__item-label {
      padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .consultation__item-label {
      padding-left: calc(1.25rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .consultation__item-label {
      padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .consultation__item-label {
      padding-right: calc(1.25rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation__item-text {
      font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation__item-text {
      font-size: calc(0.875rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
      width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem );
    }
}

@supports not (width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
      width: calc(0.875rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
      height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem );
    }
}

@supports not (height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .consultation__item-input:checked + .consultation__item-label .consultation__item-checkbox {
      height: calc(0.875rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (width: clamp( 6.25rem , -1.5284090909rem  +  8.4090909091vw , 8.5625rem )) {
    .consultation__btn {
      width: clamp( 6.25rem , -1.5284090909rem  +  8.4090909091vw , 8.5625rem );
    }
}

@supports not (width: clamp( 6.25rem , -1.5284090909rem  +  8.4090909091vw , 8.5625rem )) {
    .consultation__btn {
      width: calc(6.25rem + 2.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (height: clamp( 6.25rem , -0.8977272727rem  +  7.7272727273vw , 8.375rem )) {
    .consultation__btn {
      height: clamp( 6.25rem , -0.8977272727rem  +  7.7272727273vw , 8.375rem );
    }
}

@supports not (height: clamp( 6.25rem , -0.8977272727rem  +  7.7272727273vw , 8.375rem )) {
    .consultation__btn {
      height: calc(6.25rem + 2.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation__btn {
      font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation__btn {
      font-size: calc(0.875rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .consultation-question .consultation__item-checkbox-icon {
      top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem );
    }
}

@supports not (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .consultation-question .consultation__item-checkbox-icon {
      top: calc(0.9375rem + 0.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .consultation-question .consultation__placeholder {
      padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem );
    }
}

@supports not (padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .consultation-question .consultation__placeholder {
      padding-top: calc(0.75rem + 0.1875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .consultation-question .consultation__placeholder {
      padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem );
    }
}

@supports not (padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .consultation-question .consultation__placeholder {
      padding-bottom: calc(0.75rem + 0.1875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem )) {
    .consultation-question .consultation__placeholder {
      font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem )) {
    .consultation-question .consultation__placeholder {
      font-size: calc(1rem + 0.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .consultation-question .consultation__placeholder-label {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .consultation-question .consultation__placeholder-label {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation-question .consultation__placeholder-text {
      font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .consultation-question .consultation__placeholder-text {
      font-size: calc(0.875rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 6.25rem , 2.0454545455rem  +  4.5454545455vw , 7.5rem )) {
    .menu__wrapper {
      padding-top: clamp( 6.25rem , 2.0454545455rem  +  4.5454545455vw , 7.5rem );
    }
}

@supports not (padding-top: clamp( 6.25rem , 2.0454545455rem  +  4.5454545455vw , 7.5rem )) {
    .menu__wrapper {
      padding-top: calc(6.25rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports ((-moz-column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem )) or (column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem ))) {
    .menu__content {
      -webkit-column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem );
         -moz-column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem );
              column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem )) or (column-gap: clamp( 6.25rem , -13.7215909091rem  +  21.5909090909vw , 12.1875rem ))) {
    .menu__content {
      -webkit-column-gap: calc(6.25rem + 5.9375 * (100vw - 92.5rem) / 27.5);
         -moz-column-gap: calc(6.25rem + 5.9375 * (100vw - 92.5rem) / 27.5);
              column-gap: calc(6.25rem + 5.9375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem )) {
    .menu__list {
      row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem );
    }
}

@supports not (row-gap: clamp( 1.25rem , -5.0568181818rem  +  6.8181818182vw , 3.125rem )) {
    .menu__list {
      row-gap: calc(1.25rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .menu__link {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .menu__link {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem )) or (column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem ))) {
    .footer-top__contacts {
      -webkit-column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem );
         -moz-column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem );
              column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem )) or (column-gap: clamp( 1.25rem , -0.8522727273rem  +  2.2727272727vw , 1.875rem ))) {
    .footer-top__contacts {
      -webkit-column-gap: calc(1.25rem + 0.625 * (100vw - 92.5rem) / 27.5);
         -moz-column-gap: calc(1.25rem + 0.625 * (100vw - 92.5rem) / 27.5);
              column-gap: calc(1.25rem + 0.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem )) {
    .services__inner {
      row-gap: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem )) {
    .services__inner {
      row-gap: calc(2.5rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem )) or (column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem ))) {
    .services__content {
      -webkit-column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem );
         -moz-column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem );
              column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem )) or (column-gap: clamp( 1.25rem , -4.0056818182rem  +  5.6818181818vw , 2.8125rem ))) {
    .services__content {
      -webkit-column-gap: calc(1.25rem + 1.5625 * (100vw - 92.5rem) / 27.5);
         -moz-column-gap: calc(1.25rem + 1.5625 * (100vw - 92.5rem) / 27.5);
              column-gap: calc(1.25rem + 1.5625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.5rem , 0.6590909091rem  +  0.9090909091vw , 1.75rem )) {
    .services__item:first-child {
      font-size: clamp( 1.5rem , 0.6590909091rem  +  0.9090909091vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 0.6590909091rem  +  0.9090909091vw , 1.75rem )) {
    .services__item:first-child {
      font-size: calc(1.5rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 4.0625rem , -1.1931818182rem  +  5.6818181818vw , 5.625rem )) {
    .services-spollers__item {
      padding-top: clamp( 4.0625rem , -1.1931818182rem  +  5.6818181818vw , 5.625rem );
    }
}

@supports not (padding-top: clamp( 4.0625rem , -1.1931818182rem  +  5.6818181818vw , 5.625rem )) {
    .services-spollers__item {
      padding-top: calc(4.0625rem + 1.5625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 3.75rem , -2.5568181818rem  +  6.8181818182vw , 5.625rem )) {
    .services-spollers__item {
      padding-bottom: clamp( 3.75rem , -2.5568181818rem  +  6.8181818182vw , 5.625rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , -2.5568181818rem  +  6.8181818182vw , 5.625rem )) {
    .services-spollers__item {
      padding-bottom: calc(3.75rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.75rem , 0.9090909091rem  +  0.9090909091vw , 2rem )) {
    .services-spollers__title {
      font-size: clamp( 1.75rem , 0.9090909091rem  +  0.9090909091vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 0.9090909091rem  +  0.9090909091vw , 2rem )) {
    .services-spollers__title {
      font-size: calc(1.75rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , 0.7045454545rem  +  0.4545454545vw , 1.25rem )) {
    .services-spollers__body {
      font-size: clamp( 1.125rem , 0.7045454545rem  +  0.4545454545vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.7045454545rem  +  0.4545454545vw , 1.25rem )) {
    .services-spollers__body {
      font-size: calc(1.125rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -17.0454545455rem  +  20.4545454545vw , 7.5rem )) {
    .availability__container {
      row-gap: clamp( 1.875rem , -17.0454545455rem  +  20.4545454545vw , 7.5rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -17.0454545455rem  +  20.4545454545vw , 7.5rem )) {
    .availability__container {
      row-gap: calc(1.875rem + 5.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem )) {
    .availability__container {
      padding-top: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , -1.7045454545rem  +  4.5454545455vw , 3.75rem )) {
    .availability__container {
      padding-top: calc(2.5rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 3.75rem , -8.8636363636rem  +  13.6363636364vw , 7.5rem )) {
    .availability__container {
      padding-bottom: clamp( 3.75rem , -8.8636363636rem  +  13.6363636364vw , 7.5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , -8.8636363636rem  +  13.6363636364vw , 7.5rem )) {
    .availability__container {
      padding-bottom: calc(3.75rem + 3.75 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.5rem , 0.2386363636rem  +  1.3636363636vw , 1.875rem )) {
    .availability__info-text {
      font-size: clamp( 1.5rem , 0.2386363636rem  +  1.3636363636vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 0.2386363636rem  +  1.3636363636vw , 1.875rem )) {
    .availability__info-text {
      font-size: calc(1.5rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 3.125rem , -3.1818181818rem  +  6.8181818182vw , 5rem )) {
    .price-tabs__navigation {
      row-gap: clamp( 3.125rem , -3.1818181818rem  +  6.8181818182vw , 5rem );
    }
}

@supports not (row-gap: clamp( 3.125rem , -3.1818181818rem  +  6.8181818182vw , 5rem )) {
    .price-tabs__navigation {
      row-gap: calc(3.125rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .price-tabs__title {
      font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .price-tabs__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .price-tabs__info-text {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .price-tabs__info-text {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .price-tabs__body {
      font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .price-tabs__body {
      font-size: calc(1.25rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__inner {
      padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__inner {
      padding-top: calc(3.75rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__inner {
      padding-bottom: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__inner {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem )) {
    .task__inner {
      row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem )) {
    .task__inner {
      row-gap: calc(1.875rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .task__info-text {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .task__info-text {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__slider {
      padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , -0.4545454545rem  +  4.5454545455vw , 5rem )) {
    .task__slider {
      padding-top: calc(3.75rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 2.5rem , -5.9090909091rem  +  9.0909090909vw , 5rem )) {
    .task__slider {
      padding-bottom: clamp( 2.5rem , -5.9090909091rem  +  9.0909090909vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , -5.9090909091rem  +  9.0909090909vw , 5rem )) {
    .task__slider {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (width: clamp( 23.75rem , -42.4715909091rem  +  71.5909090909vw , 43.4375rem )) {
    .task__slider-item img {
      width: clamp( 23.75rem , -42.4715909091rem  +  71.5909090909vw , 43.4375rem );
    }
}

@supports not (width: clamp( 23.75rem , -42.4715909091rem  +  71.5909090909vw , 43.4375rem )) {
    .task__slider-item img {
      width: calc(23.75rem + 19.6875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (height: clamp( 14.375rem , -19.2613636364rem  +  36.3636363636vw , 24.375rem )) {
    .task__slider-item img {
      height: clamp( 14.375rem , -19.2613636364rem  +  36.3636363636vw , 24.375rem );
    }
}

@supports not (height: clamp( 14.375rem , -19.2613636364rem  +  36.3636363636vw , 24.375rem )) {
    .task__slider-item img {
      height: calc(14.375rem + 10 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 3.75rem , -4.6590909091rem  +  9.0909090909vw , 6.25rem )) {
    .process__wrapper {
      row-gap: clamp( 3.75rem , -4.6590909091rem  +  9.0909090909vw , 6.25rem );
    }
}

@supports not (row-gap: clamp( 3.75rem , -4.6590909091rem  +  9.0909090909vw , 6.25rem )) {
    .process__wrapper {
      row-gap: calc(3.75rem + 2.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem )) {
    .process__inner {
      row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -4.4318181818rem  +  6.8181818182vw , 3.75rem )) {
    .process__inner {
      row-gap: calc(1.875rem + 1.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .process__info-text {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .process__info-text {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports ((-moz-column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem )) or (column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem ))) {
    .process__items {
      -webkit-column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem );
         -moz-column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem );
              column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem )) or (column-gap: clamp( 1.875rem , -6.5340909091rem  +  9.0909090909vw , 4.375rem ))) {
    .process__items {
      -webkit-column-gap: calc(1.875rem + 2.5 * (100vw - 92.5rem) / 27.5);
         -moz-column-gap: calc(1.875rem + 2.5 * (100vw - 92.5rem) / 27.5);
              column-gap: calc(1.875rem + 2.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem )) {
    .process__item:nth-child(2n) {
      padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem );
    }
}

@supports not (padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem )) {
    .process__item:nth-child(2n) {
      padding-top: calc(4.75rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem )) {
    .process__slide:nth-child(2n) {
      padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem );
    }
}

@supports not (padding-top: clamp( 4.75rem , 0.5454545455rem  +  4.5454545455vw , 6rem )) {
    .process__slide:nth-child(2n) {
      padding-top: calc(4.75rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 9.375rem , -6.3920454545rem  +  17.0454545455vw , 14.0625rem )) {
    .next-project__container {
      padding-top: clamp( 9.375rem , -6.3920454545rem  +  17.0454545455vw , 14.0625rem );
    }
}

@supports not (padding-top: clamp( 9.375rem , -6.3920454545rem  +  17.0454545455vw , 14.0625rem )) {
    .next-project__container {
      padding-top: calc(9.375rem + 4.6875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 9.375rem , -16.9034090909rem  +  28.4090909091vw , 17.1875rem )) {
    .next-project__container {
      padding-bottom: clamp( 9.375rem , -16.9034090909rem  +  28.4090909091vw , 17.1875rem );
    }
}

@supports not (padding-bottom: clamp( 9.375rem , -16.9034090909rem  +  28.4090909091vw , 17.1875rem )) {
    .next-project__container {
      padding-bottom: calc(9.375rem + 7.8125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 9.375rem , -11.6477272727rem  +  22.7272727273vw , 15.625rem )) {
    .quize {
      padding-top: clamp( 9.375rem , -11.6477272727rem  +  22.7272727273vw , 15.625rem );
    }
}

@supports not (padding-top: clamp( 9.375rem , -11.6477272727rem  +  22.7272727273vw , 15.625rem )) {
    .quize {
      padding-top: calc(9.375rem + 6.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 6.25rem , -16.875rem  +  25vw , 13.125rem )) {
    .quize {
      padding-bottom: clamp( 6.25rem , -16.875rem  +  25vw , 13.125rem );
    }
}

@supports not (padding-bottom: clamp( 6.25rem , -16.875rem  +  25vw , 13.125rem )) {
    .quize {
      padding-bottom: calc(6.25rem + 6.875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .quize__heading-description {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .quize__heading-description {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .quize__title {
      font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.4090909091rem  +  0.9090909091vw , 1.5rem )) {
    .quize__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .quize__wrapper {
      row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem );
    }
}

@supports not (row-gap: clamp( 1.875rem , -2.3295454545rem  +  4.5454545455vw , 3.125rem )) {
    .quize__wrapper {
      row-gap: calc(1.875rem + 1.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .quize .quize__item-label {
      padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem );
    }
}

@supports not (padding-top: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .quize .quize__item-label {
      padding-top: calc(0.9375rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .quize .quize__item-label {
      padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem );
    }
}

@supports not (padding-bottom: clamp( 0.9375rem , -0.1136363636rem  +  1.1363636364vw , 1.25rem )) {
    .quize .quize__item-label {
      padding-bottom: calc(0.9375rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .quize .quize__item-label {
      padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .quize .quize__item-label {
      padding-left: calc(1.25rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .quize .quize__item-label {
      padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , 0.1988636364rem  +  1.1363636364vw , 1.5625rem )) {
    .quize .quize__item-label {
      padding-right: calc(1.25rem + 0.3125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
      width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem );
    }
}

@supports not (width: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
      width: calc(0.875rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
      height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem );
    }
}

@supports not (height: clamp( 0.875rem , 0.0340909091rem  +  0.9090909091vw , 1.125rem )) {
    .quize .quize__item-label:has(> .quize__item-input:checked) .quize__item-checkbox {
      height: calc(0.875rem + 0.25 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .quize .quize__item-text {
      font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .quize .quize__item-text {
      font-size: calc(0.875rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .quize-question .quize__item-checkbox-icon {
      top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem );
    }
}

@supports not (top: clamp( 0.9375rem , -1.1647727273rem  +  2.2727272727vw , 1.5625rem )) {
    .quize-question .quize__item-checkbox-icon {
      top: calc(0.9375rem + 0.625 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .quize-question .quize__placeholder {
      padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem );
    }
}

@supports not (padding-top: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .quize-question .quize__placeholder {
      padding-top: calc(0.75rem + 0.1875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .quize-question .quize__placeholder {
      padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem );
    }
}

@supports not (padding-bottom: clamp( 0.75rem , 0.1193181818rem  +  0.6818181818vw , 0.9375rem )) {
    .quize-question .quize__placeholder {
      padding-bottom: calc(0.75rem + 0.1875 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem )) {
    .quize-question .quize__placeholder {
      font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , -0.6818181818rem  +  1.8181818182vw , 1.5rem )) {
    .quize-question .quize__placeholder {
      font-size: calc(1rem + 0.5 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .quize-question .quize__placeholder-label {
      font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , -0.1363636364rem  +  1.3636363636vw , 1.5rem )) {
    .quize-question .quize__placeholder-label {
      font-size: calc(1.125rem + 0.375 * (100vw - 92.5rem) / 27.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .quize-question .quize__placeholder-text {
      font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4545454545rem  +  0.4545454545vw , 1rem )) {
    .quize-question .quize__placeholder-text {
      font-size: calc(0.875rem + 0.125 * (100vw - 92.5rem) / 27.5);
    }
}
}

@media (min-width: 62.49875em) and (max-width: 120em) {
@supports (font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem )) {
    .heading-text {
      font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem )) {
    .heading-text {
      font-size: calc(1.25rem + 0.25 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem )) or (column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem ))) {
    .projects-items {
      -webkit-column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem );
         -moz-column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem );
              column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem )) or (column-gap: clamp( 1.25rem , -3.5052362992rem  +  7.6085302493vw , 5.625rem ))) {
    .projects-items {
      -webkit-column-gap: calc(1.25rem + 4.375 * (100vw - 62.49875rem) / 57.50125);
         -moz-column-gap: calc(1.25rem + 4.375 * (100vw - 62.49875rem) / 57.50125);
              column-gap: calc(1.25rem + 4.375 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports (font-size: clamp( 2rem , -0.1738223082rem  +  3.4781852568vw , 4rem )) {
    .projects-action__btn {
      font-size: clamp( 2rem , -0.1738223082rem  +  3.4781852568vw , 4rem );
    }
}

@supports not (font-size: clamp( 2rem , -0.1738223082rem  +  3.4781852568vw , 4rem )) {
    .projects-action__btn {
      font-size: calc(2rem + 2 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports (row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem )) {
    .services__item:first-child {
      row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem )) {
    .services__item:first-child {
      row-gap: calc(0.625rem + 3.125 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports (row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem )) {
    .availability__info {
      row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 0.625rem , -2.7715973566rem  +  5.4346644638vw , 3.75rem )) {
    .availability__info {
      row-gap: calc(0.625rem + 3.125 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports (font-size: clamp( 2rem , 0.9130888459rem  +  1.7390926284vw , 3rem )) {
    .portfolio-work__info {
      font-size: clamp( 2rem , 0.9130888459rem  +  1.7390926284vw , 3rem );
    }
}

@supports not (font-size: clamp( 2rem , 0.9130888459rem  +  1.7390926284vw , 3rem )) {
    .portfolio-work__info {
      font-size: calc(2rem + 1 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports ((-moz-column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem )) or (column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem ))) {
    .case__inner {
      -webkit-column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem );
         -moz-column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem );
              column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem )) or (column-gap: clamp( 0.625rem , -0.0543194713rem  +  1.0869328928vw , 1.25rem ))) {
    .case__inner {
      -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
         -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
              column-gap: calc(0.625rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports ((-moz-column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem )) or (column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem ))) {
    .case-info__items {
      -webkit-column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem );
         -moz-column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem );
              column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem )) or (column-gap: clamp( 0.625rem , -3.4509168279rem  +  6.5215973566vw , 4.375rem ))) {
    .case-info__items {
      -webkit-column-gap: calc(0.625rem + 3.75 * (100vw - 62.49875rem) / 57.50125);
         -moz-column-gap: calc(0.625rem + 3.75 * (100vw - 62.49875rem) / 57.50125);
              column-gap: calc(0.625rem + 3.75 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem )) or (column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem ))) {
    .quize__btn-next,
    .quize__btn-send {
      -webkit-column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem );
         -moz-column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem );
              column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem )) or (column-gap: clamp( 1.25rem , 0.5706805287rem  +  1.0869328928vw , 1.875rem ))) {
    .quize__btn-next,
    .quize__btn-send {
      -webkit-column-gap: calc(1.25rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
         -moz-column-gap: calc(1.25rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
              column-gap: calc(1.25rem + 0.625 * (100vw - 62.49875rem) / 57.50125);
    }
}

@supports (font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem )) {
    .quize__btn-next,
    .quize__btn-send {
      font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.9782722115rem  +  0.4347731571vw , 1.5rem )) {
    .quize__btn-next,
    .quize__btn-send {
      font-size: calc(1.25rem + 0.25 * (100vw - 62.49875rem) / 57.50125);
    }
}
}

@media (min-width: 26.25em) and (max-width: 120em) {
@supports (font-size: clamp( 2.625rem , 2.1rem  +  2vw , 4.5rem )) {
    .heading-title {
      font-size: clamp( 2.625rem , 2.1rem  +  2vw , 4.5rem );
    }
}

@supports not (font-size: clamp( 2.625rem , 2.1rem  +  2vw , 4.5rem )) {
    .heading-title {
      font-size: calc(2.625rem + 1.875 * (100vw - 26.25rem) / 93.75);
    }
}

@supports (font-size: clamp( 1.375rem , 0.99rem  +  1.4666666667vw , 2.75rem )) {
    .heading-subtitle {
      font-size: clamp( 1.375rem , 0.99rem  +  1.4666666667vw , 2.75rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 0.99rem  +  1.4666666667vw , 2.75rem )) {
    .heading-subtitle {
      font-size: calc(1.375rem + 1.375 * (100vw - 26.25rem) / 93.75);
    }
}
}

@media (min-width: 26.25em) and (max-width: 62.49875em) {
@supports (font-size: clamp( 1.125rem , 1.0344796372rem  +  0.3448394772vw , 1.25rem )) {
    .action-btn {
      font-size: clamp( 1.125rem , 1.0344796372rem  +  0.3448394772vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0344796372rem  +  0.3448394772vw , 1.25rem )) {
    .action-btn {
      font-size: calc(1.125rem + 0.125 * (100vw - 26.25rem) / 36.24875);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9439592745rem  +  0.6896789544vw , 1.375rem )) {
    .questions-spollers__title {
      font-size: clamp( 1.125rem , 0.9439592745rem  +  0.6896789544vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9439592745rem  +  0.6896789544vw , 1.375rem )) {
    .questions-spollers__title {
      font-size: calc(1.125rem + 0.25 * (100vw - 26.25rem) / 36.24875);
    }
}

@supports (font-size: clamp( 1rem , 0.8189592745rem  +  0.6896789544vw , 1.25rem )) {
    .questions-spollers__body {
      font-size: clamp( 1rem , 0.8189592745rem  +  0.6896789544vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8189592745rem  +  0.6896789544vw , 1.25rem )) {
    .questions-spollers__body {
      font-size: calc(1rem + 0.25 * (100vw - 26.25rem) / 36.24875);
    }
}
}

@media (max-width: 62.49875em) and (min-width: 62.49875em) {
  .projects__inner {
    row-gap: 3.75rem;
  }

  .stages__info-title {
    font-size: 3.625rem;
  }

  .next-project__heading {
    row-gap: 1.875rem;
  }

  .next-project__heading-text {
    font-size: 1.25rem;
  }

  .next-project__title {
    font-size: 2.625rem;
  }
}

@media (max-width: 62.49875em) and (min-width: 26.25em) and (max-width: 62.49875em) {
@supports (row-gap: clamp( 3.125rem , 2.6723981861rem  +  1.7241973861vw , 3.75rem )) {
    .projects__inner {
      row-gap: clamp( 3.125rem , 2.6723981861rem  +  1.7241973861vw , 3.75rem );
    }
}

@supports not (row-gap: clamp( 3.125rem , 2.6723981861rem  +  1.7241973861vw , 3.75rem )) {
    .projects__inner {
      row-gap: calc(3.125rem + 0.625 * (100vw - 26.25rem) / 36.24875);
    }
}

@supports (font-size: clamp( 2.25rem , 1.2542760095rem  +  3.7932342495vw , 3.625rem )) {
    .stages__info-title {
      font-size: clamp( 2.25rem , 1.2542760095rem  +  3.7932342495vw , 3.625rem );
    }
}

@supports not (font-size: clamp( 2.25rem , 1.2542760095rem  +  3.7932342495vw , 3.625rem )) {
    .stages__info-title {
      font-size: calc(2.25rem + 1.375 * (100vw - 26.25rem) / 36.24875);
    }
}
}

@media (min-width: 62.49875em) and (max-width: 86.25em) {
@supports (flex-basis: clamp( 30rem , -17.6939042682rem  +  76.3117730646vw , 48.125rem )) {
    .questions-spollers {
      -ms-flex-preferred-size: clamp( 30rem , -17.6939042682rem  +  76.3117730646vw , 48.125rem );
          flex-basis: clamp( 30rem , -17.6939042682rem  +  76.3117730646vw , 48.125rem );
    }
}

@supports not (flex-basis: clamp( 30rem , -17.6939042682rem  +  76.3117730646vw , 48.125rem )) {
    .questions-spollers {
      -ms-flex-preferred-size: calc(30rem + 18.125 * (100vw - 62.49875rem) / 23.75125);
          flex-basis: calc(30rem + 18.125 * (100vw - 62.49875rem) / 23.75125);
    }
}
}

@media (min-width: 30em) and (max-width: 62.49875em) {
@supports ((-moz-column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem )) or (column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem ))) {
    .timeline {
      -webkit-column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem );
         -moz-column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem );
              column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem )) or (column-gap: clamp( 0.625rem , -3.1251442363rem  +  12.5004807877vw , 4.6875rem ))) {
    .timeline {
      -webkit-column-gap: calc(0.625rem + 4.0625 * (100vw - 30rem) / 32.49875);
         -moz-column-gap: calc(0.625rem + 4.0625 * (100vw - 30rem) / 32.49875);
              column-gap: calc(0.625rem + 4.0625 * (100vw - 30rem) / 32.49875);
    }
}
}

@media (min-width: 57.5em) and (max-width: 120em) {
@supports (padding-top: clamp( 0.625rem , 0.05rem  +  1vw , 1.25rem )) {
    .header {
      padding-top: clamp( 0.625rem , 0.05rem  +  1vw , 1.25rem );
    }
}

@supports not (padding-top: clamp( 0.625rem , 0.05rem  +  1vw , 1.25rem )) {
    .header {
      padding-top: calc(0.625rem + 0.625 * (100vw - 57.5rem) / 62.5);
    }
}
}

@media (min-width: 90em) and (max-width: 120em) {
@supports (font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem )) {
    .footer-top__title {
      font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem );
    }
}

@supports not (font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem )) {
    .footer-top__title {
      font-size: calc(3.625rem + 0.375 * (100vw - 90rem) / 30);
    }
}

@supports (font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem )) {
    .footer-top__text {
      font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem )) {
    .footer-top__text {
      font-size: calc(1.5rem + 0.375 * (100vw - 90rem) / 30);
    }
}

@supports ((-moz-column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem )) or (column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem ))) {
    .main__inner {
      -webkit-column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem );
         -moz-column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem );
              column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem )) or (column-gap: clamp( 0.625rem , -5rem  +  6.25vw , 2.5rem ))) {
    .main__inner {
      -webkit-column-gap: calc(0.625rem + 1.875 * (100vw - 90rem) / 30);
         -moz-column-gap: calc(0.625rem + 1.875 * (100vw - 90rem) / 30);
              column-gap: calc(0.625rem + 1.875 * (100vw - 90rem) / 30);
    }
}

@supports (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .main__item:first-child {
      padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem );
    }
}

@supports not (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .main__item:first-child {
      padding-top: calc(9.375rem + 5.9375 * (100vw - 90rem) / 30);
    }
}

@supports (padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem )) {
    .main__item:first-child {
      padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem );
    }
}

@supports not (padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem )) {
    .main__item:first-child {
      padding-bottom: calc(5rem + 10.625 * (100vw - 90rem) / 30);
    }
}

@supports (max-width: clamp( 15rem , -13.125rem  +  31.25vw , 24.375rem )) {
    .main__item:last-child {
      max-width: clamp( 15rem , -13.125rem  +  31.25vw , 24.375rem );
    }
}

@supports not (max-width: clamp( 15rem , -13.125rem  +  31.25vw , 24.375rem )) {
    .main__item:last-child {
      max-width: calc(15rem + 9.375 * (100vw - 90rem) / 30);
    }
}

@supports (right: clamp( -5rem , 0.75rem  +  -4.7916666667vw , -3.5625rem )) {
    .main__hero .home_spline_roboto {
      right: clamp( -5rem , 0.75rem  +  -4.7916666667vw , -3.5625rem );
    }
}

@supports not (right: clamp( -5rem , 0.75rem  +  -4.7916666667vw , -3.5625rem )) {
    .main__hero .home_spline_roboto {
      right: calc(-3.5625rem + -1.4375 * (100vw - 90rem) / 30);
    }
}

@supports (top: clamp( -26.6875rem , 10.5625rem  +  -31.0416666667vw , -17.375rem )) {
    .main__hero .home_spline_roboto {
      top: clamp( -26.6875rem , 10.5625rem  +  -31.0416666667vw , -17.375rem );
    }
}

@supports not (top: clamp( -26.6875rem , 10.5625rem  +  -31.0416666667vw , -17.375rem )) {
    .main__hero .home_spline_roboto {
      top: calc(-17.375rem + -9.3125 * (100vw - 90rem) / 30);
    }
}

@supports (width: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem )) {
    .main__hero .home_spline_roboto {
      width: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem );
    }
}

@supports not (width: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem )) {
    .main__hero .home_spline_roboto {
      width: calc(18.75rem + 10 * (100vw - 90rem) / 30);
    }
}

@supports (height: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem )) {
    .main__hero .home_spline_roboto {
      height: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem );
    }
}

@supports not (height: clamp( 18.75rem , -11.25rem  +  33.3333333333vw , 28.75rem )) {
    .main__hero .home_spline_roboto {
      height: calc(18.75rem + 10 * (100vw - 90rem) / 30);
    }
}

@supports (height: clamp( 15.625rem , -10.625rem  +  29.1666666667vw , 24.375rem )) {
    .main__img img {
      height: clamp( 15.625rem , -10.625rem  +  29.1666666667vw , 24.375rem );
    }
}

@supports not (height: clamp( 15.625rem , -10.625rem  +  29.1666666667vw , 24.375rem )) {
    .main__img img {
      height: calc(15.625rem + 8.75 * (100vw - 90rem) / 30);
    }
}

@supports (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .development__box {
      padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem );
    }
}

@supports not (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .development__box {
      padding-top: calc(9.375rem + 5.9375 * (100vw - 90rem) / 30);
    }
}

@supports (padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem )) {
    .development__box {
      padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem );
    }
}

@supports not (padding-bottom: clamp( 5rem , -26.875rem  +  35.4166666667vw , 15.625rem )) {
    .development__box {
      padding-bottom: calc(5rem + 10.625 * (100vw - 90rem) / 30);
    }
}

@supports (font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem )) {
    .stages__info-title {
      font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem );
    }
}

@supports not (font-size: clamp( 3.625rem , 2.5rem  +  1.25vw , 4rem )) {
    .stages__info-title {
      font-size: calc(3.625rem + 0.375 * (100vw - 90rem) / 30);
    }
}

@supports (font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem )) {
    .stages__info-text {
      font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 0.375rem  +  1.25vw , 1.875rem )) {
    .stages__info-text {
      font-size: calc(1.5rem + 0.375 * (100vw - 90rem) / 30);
    }
}

@supports (font-size: clamp( 1.75rem , 0.25rem  +  1.6666666667vw , 2.25rem )) {
    .stages__content-item-title {
      font-size: clamp( 1.75rem , 0.25rem  +  1.6666666667vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 0.25rem  +  1.6666666667vw , 2.25rem )) {
    .stages__content-item-title {
      font-size: calc(1.75rem + 0.5 * (100vw - 90rem) / 30);
    }
}

@supports (font-size: clamp( 1.125rem , 0.0000000625rem  +  1.25vw , 1.5rem )) {
    .stages__content-item-text {
      font-size: clamp( 1.125rem , 0.0000000625rem  +  1.25vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.0000000625rem  +  1.25vw , 1.5rem )) {
    .stages__content-item-text {
      font-size: calc(1.125rem + 0.375 * (100vw - 90rem) / 30);
    }
}

@supports (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .case__item:first-child {
      padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem );
    }
}

@supports not (padding-top: clamp( 9.375rem , -8.4375rem  +  19.7916666667vw , 15.3125rem )) {
    .case__item:first-child {
      padding-top: calc(9.375rem + 5.9375 * (100vw - 90rem) / 30);
    }
}

@supports (padding-bottom: clamp( 11.25rem , -1.875rem  +  14.5833333333vw , 15.625rem )) {
    .case__item:first-child {
      padding-bottom: clamp( 11.25rem , -1.875rem  +  14.5833333333vw , 15.625rem );
    }
}

@supports not (padding-bottom: clamp( 11.25rem , -1.875rem  +  14.5833333333vw , 15.625rem )) {
    .case__item:first-child {
      padding-bottom: calc(11.25rem + 4.375 * (100vw - 90rem) / 30);
    }
}
}

@media (max-width: 55em) and (min-width: 55em) {
  .footer-top__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 55em) and (min-width: 26.25em) and (max-width: 55em) {
@supports (font-size: clamp( 1.25rem , 1.0217391304rem  +  0.8695652174vw , 1.5rem )) {
    .footer-top__text {
      font-size: clamp( 1.25rem , 1.0217391304rem  +  0.8695652174vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0217391304rem  +  0.8695652174vw , 1.5rem )) {
    .footer-top__text {
      font-size: calc(1.25rem + 0.25 * (100vw - 26.25rem) / 28.75);
    }
}
}

@media (min-width: 26.25em) and (max-width: 57.5em) {
@supports (font-size: clamp( 1.25rem , 1.04rem  +  0.8vw , 1.5rem )) {
    .footer-top__heading {
      font-size: clamp( 1.25rem , 1.04rem  +  0.8vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.04rem  +  0.8vw , 1.5rem )) {
    .footer-top__heading {
      font-size: calc(1.25rem + 0.25 * (100vw - 26.25rem) / 31.25);
    }
}
}

@media (min-width: 62.49875em) and (max-width: 90em) {
@supports ((-moz-column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem )) or (column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem ))) {
    .footer-bottom__menu-list {
      -webkit-column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem );
         -moz-column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem );
              column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem );
    }
}

@supports not ((-moz-column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem )) or (column-gap: clamp( 2.5rem , -11.7036157447rem  +  22.7262397164vw , 8.75rem ))) {
    .footer-bottom__menu-list {
      -webkit-column-gap: calc(2.5rem + 6.25 * (100vw - 62.49875rem) / 27.50125);
         -moz-column-gap: calc(2.5rem + 6.25 * (100vw - 62.49875rem) / 27.50125);
              column-gap: calc(2.5rem + 6.25 * (100vw - 62.49875rem) / 27.50125);
    }
}
}

@media (any-hover: hover) and (min-width: 92.5em) and (max-width: 120em) {
@supports (top: clamp( 3.125rem , -7.3863636364rem  +  11.3636363636vw , 6.25rem )) {
    .services-spollers__item:hover .services-spollers__body {
      top: clamp( 3.125rem , -7.3863636364rem  +  11.3636363636vw , 6.25rem ) !important;

    }
}

@supports not (top: clamp( 3.125rem , -7.3863636364rem  +  11.3636363636vw , 6.25rem )) {
    .services-spollers__item:hover .services-spollers__body {
      top: calc(3.125rem + 3.125 * (100vw - 92.5rem) / 27.5);

    }
}
}

@media (min-width: 62.49875em) and (max-width: 92.5em) {
@supports (font-size: clamp( 1.25rem , 0.3385978709rem  +  1.458272572vw , 1.6875rem )) {
    .services-spollers__title::before {
      font-size: clamp( 1.25rem , 0.3385978709rem  +  1.458272572vw , 1.6875rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.3385978709rem  +  1.458272572vw , 1.6875rem )) {
    .services-spollers__title::before {
      font-size: calc(1.25rem + 0.4375 * (100vw - 62.49875rem) / 30.00125);
    }
}
}

@media (min-width: 68.75em) and (max-width: 120em) {
@supports ((-moz-column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem )) or (column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem ))) {
    .price-tabs__wrapper {
      -webkit-column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem );
         -moz-column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem );
              column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem )) or (column-gap: clamp( 1.25rem , -5.8765243902rem  +  10.3658536585vw , 6.5625rem ))) {
    .price-tabs__wrapper {
      -webkit-column-gap: calc(1.25rem + 5.3125 * (100vw - 68.75rem) / 51.25);
         -moz-column-gap: calc(1.25rem + 5.3125 * (100vw - 68.75rem) / 51.25);
              column-gap: calc(1.25rem + 5.3125 * (100vw - 68.75rem) / 51.25);
    }
}
}

@media (max-width: 26.25em) and (min-width: 26.25em) {
  .case__title {
    font-size: 2.625rem;
  }
}

@media (max-width: 26.25em) and (min-width: 22.5em) and (max-width: 26.25em) {
@supports (font-size: clamp( 2rem , -1.75rem  +  16.6666666667vw , 2.625rem )) {
    .case__title {
      font-size: clamp( 2rem , -1.75rem  +  16.6666666667vw , 2.625rem );
    }
}

@supports not (font-size: clamp( 2rem , -1.75rem  +  16.6666666667vw , 2.625rem )) {
    .case__title {
      font-size: calc(2rem + 0.625 * (100vw - 22.5rem) / 3.75);
    }
}
}

@media (max-width: 62.49875em) and (min-width: 30em) and (max-width: 62.49875em) {
@supports (row-gap: clamp( 1.25rem , 0.6730547329rem  +  1.9231508904vw , 1.875rem )) {
    .next-project__heading {
      row-gap: clamp( 1.25rem , 0.6730547329rem  +  1.9231508904vw , 1.875rem );
    }
}

@supports not (row-gap: clamp( 1.25rem , 0.6730547329rem  +  1.9231508904vw , 1.875rem )) {
    .next-project__heading {
      row-gap: calc(1.25rem + 0.625 * (100vw - 30rem) / 32.49875);
    }
}

@supports (font-size: clamp( 1rem , 0.7692218931rem  +  0.7692603562vw , 1.25rem )) {
    .next-project__heading-text {
      font-size: clamp( 1rem , 0.7692218931rem  +  0.7692603562vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.7692218931rem  +  0.7692603562vw , 1.25rem )) {
    .next-project__heading-text {
      font-size: calc(1rem + 0.25 * (100vw - 30rem) / 32.49875);
    }
}

@supports (font-size: clamp( 1.5rem , 0.4614985192rem  +  3.4616716028vw , 2.625rem )) {
    .next-project__title {
      font-size: clamp( 1.5rem , 0.4614985192rem  +  3.4616716028vw , 2.625rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 0.4614985192rem  +  3.4616716028vw , 2.625rem )) {
    .next-project__title {
      font-size: calc(1.5rem + 1.125 * (100vw - 30rem) / 32.49875);
    }
}
}

@media (any-hover: hover) {
  .action-btn:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .action-btn:hover::after {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .projects-action__btn:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .projects-action__btn:hover::before {
    color: #000;
  }

  .questions-spollers__item:hover {
    -webkit-transition: border-bottom 0.3s ease 0s;
    transition: border-bottom 0.3s ease 0s;
    border-bottom: 1px solid #111215;
  }

  .questions-spollers__item:hover .questions-spollers__title {
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    color: #111215;
  }

  .questions-spollers__item:hover .questions-spollers__body {
    max-width: 495px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 105%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s;
  }

  .questions-spollers .questions-spollers__item:nth-child(n+4):hover .questions-spollers__body {
    pointer-events: none;
    bottom: 13px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .header__contacts-item:hover::after {
    opacity: 1;
  }

  .consultation__item-label:hover {
    border-color: #fff;
  }

  .consultation__btn {
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
  }

  .consultation__btn:hover {
    color: #000;
    background-color: #fff;
  }

  .consultation-question .consultation__placeholder:hover,
  .consultation-question .consultation__placeholder:valid,
  .consultation-question .consultation__placeholder:focus {
    border-bottom: 1px solid #fff;
  }

  .menu__item:hover .menu__link {
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    color: #fff;
  }

  .menu__item:hover::after {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    opacity: 1;
  }

  .icon-menu {
    -webkit-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
  }

  .icon-menu:hover {
    background-color: #fff;
  }

  .icon-menu:hover span,
  .icon-menu:hover::before,
  .icon-menu:hover::after {
    background-color: #111215;
  }

  .footer-top__contacts-item:hover::after {
    opacity: 1;
  }

  .footer-bottom__menu-link:hover {
    color: #fff;
  }

  .footer-bottom__menu-link:hover::after {
    opacity: 1;
  }

  .footer-bottom__policy-link:hover {
    color: #fff;
  }

  .footer-bottom__policy-link:hover::after {
    opacity: 1;
  }

  .services-spollers__item:hover {
    border-left: 2px solid #adaeba;
  }

  .services-spollers__item:hover .services-spollers__title {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }

  .services-spollers__item:hover .services-spollers__title::before {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .services-spollers__item:hover .services-spollers__body {
    -webkit-transition: visibility 0.9s ease 0s, opacity 0.9s ease 0s;
    transition: visibility 0.9s ease 0s, opacity 0.9s ease 0s;
    visibility: visible;
    opacity: 1;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 100px;
    left: 50px;
  }

  .price-tabs__title:hover {
    color: #111215;
  }

  .design-questions .questions-spollers .questions-spollers__item:nth-child(n+3):hover .questions-spollers__body {
    pointer-events: none;
    bottom: 13px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .quize .quize__item-label:hover {
    border-color: #fff;
  }

  .quize-question .quize__placeholder:hover,
  .quize-question .quize__placeholder:valid,
  .quize-question .quize__placeholder:focus {
    border-bottom: 1px solid #fff;
  }
}

@media (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

.webp .background{ background-image: url(../img/decor/tv-bg-min.webp); }

/* 404. Спасибо ========================================================================================================================================================*/

.main--404,
.main--thank-you {
  background: #000;
}

.main--404 .main__inner,
.main--thank-you .main__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main--404 .main__item:last-child,
.main--thank-you .main__item:last-child {
  max-width: 100%;
}

.main--404 .main__heading,
.main--thank-you .main__heading {
  row-gap: 30px;
}

.page:has(.main--404),
.page:has(.main--thank-you) {
background: #000;
}


.main__btn--home {
  color: #7E808F;
  transition: color 0.3s ease-in-out 0s, text-decoration 0.3s ease-in-out 0s;
}

@media (any-hover: hover){
  .main__btn--home:hover {
    color: #fff;
    text-decoration: underline 2px solid #fff;
    text-underline-offset: 8px;
  }
}

@media (max-width: 420px) {
  .heading-title--category {
    font-size: clamp(1.625rem, -1.575rem + 16vw, 2.625rem);
  }
}

/*========================================================================*/
@media (max-width: 998.98px) {
  .services-spollers__item:hover .services-spollers__title {
    cursor: default !important;
    -webkit-transform: none !important;
      transform: none !important;
  }

  .services-spollers__item:hover .services-spollers__body {
    cursor: default !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .questions-spollers__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
        row-gap: 30px;

  }


  .questions-spollers__item:hover .questions-spollers__body {
    position: static !important;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .questions-spollers__body {
    padding-top: 0 !important;
  }

  .main__img {
    display: none;
  }

}

