:root {
  --light-gray: #dadfe5;
  --black: black;
  --green: #345b48;
  --white: white;
  --yellow: #e6f75f;
}

body {
  background-color: var(--light-gray);
  color: var(--black);
  letter-spacing: -.03em;
  font-family: "Neue Helvetica Paneuropean 75", sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 110%;
}

h1, .h1 {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 18.16rem;
  font-weight: 900;
  line-height: 134%;
}

h2, .h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.35rem;
  font-weight: 700;
  line-height: 90%;
}

h3, .h3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldschool Grotesk, sans-serif;
  font-size: 5.15rem;
  font-weight: 900;
  line-height: 88%;
}

a {
  text-decoration: none;
}

.custom-code {
  display: none;
}

.section {
  z-index: 10;
  width: 100%;
  background-color: var(--green);
  position: relative;
}

.section.is--start {
  z-index: 1;
  height: 300vh;
  background-color: var(--light-gray);
  color: var(--green);
  position: relative;
}

.section.is--wow {
  z-index: 100;
  background-color: var(--black);
  transform-origin: 50% 0;
  color: var(--light-gray);
  padding-top: 3.16rem;
  padding-bottom: 4.41rem;
}

.section.is--why {
  background-color: var(--light-gray);
  color: var(--green);
}

.section.is--process {
  height: 500vh;
  background-color: var(--green);
  color: var(--light-gray);
}

.section.is--reasons {
  background-color: var(--light-gray);
  color: var(--green);
  padding-top: 10.29rem;
  padding-bottom: 11.76rem;
}

.section.is--works {
  height: 200vh;
  background-color: var(--white);
}

.section.is--form {
  color: var(--light-gray);
  padding-top: 8.82rem;
  padding-bottom: 8.82rem;
}

.section.is--next {
  background-color: var(--light-gray);
  color: var(--green);
}

.section.is--access {
  background-color: var(--white);
  color: var(--green);
}

.section.is--footer {
  height: 100vh;
  color: var(--light-gray);
}

.container {
  z-index: 10;
  width: 100%;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  position: relative;
}

.container.is--start {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--startups {
  padding-top: 1.47rem;
  padding-bottom: 15.37rem;
}

.container.is--why {
  padding-top: 5.88rem;
  padding-bottom: 13.09rem;
}

.container.is--process {
  height: 100vh;
  align-items: center;
  padding-top: 3.68rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container.is--works {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container.is--form {
  padding-left: 8.9rem;
  padding-right: 8.9rem;
}

.container.is--next {
  align-items: center;
  padding-top: 3.68rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container.is--access {
  justify-content: center;
  align-items: center;
  padding: 7.35rem 11.76rem;
  display: flex;
}

.container.is--footer {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__logo {
  width: 4.12rem;
  height: 2.94rem;
}

.header__current-time {
  flex: none;
  align-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.start__header {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.76rem;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.start__eye-embed {
  width: 37.57rem;
  height: 21.47rem;
  flex: none;
  position: absolute;
  top: 10%;
}

.start__text-1 {
  z-index: 100;
  width: 48.24rem;
  text-align: center;
  flex: none;
  position: absolute;
  bottom: 25%;
}

.start__text-2-wrap {
  z-index: 100;
  width: 61rem;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20.5%;
}

.start__text-2 {
  z-index: 100;
  width: 48.24rem;
  text-align: center;
  flex: none;
  margin-top: .6rem;
  margin-bottom: 1.47rem;
}

.start__scroll {
  text-align: center;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 1.91rem;
}

.wow__title {
  width: 100%;
  height: 12.43rem;
  margin-bottom: 3.68rem;
}

.wow__title.is--mobile {
  display: none;
}

.divider {
  width: 100%;
  height: .22rem;
  background-color: var(--light-gray);
  transform-origin: 0%;
  transform: translate(0);
}

.divider.is--black {
  background-color: var(--black);
}

.divider.is--black.is--price {
  margin-bottom: 1.76rem;
}

.sturtups__title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-dot {
  width: 3.82rem;
  height: 3.82rem;
}

.title-dot.is--sturtups {
  flex: none;
}

.title-dot.is--concepts {
  flex: none;
  position: relative;
  top: 1.6rem;
}

.sturtups__title {
  flex: 1;
}

.sturtups__details-grid {
  grid-column-gap: 1.47rem;
  grid-row-gap: 2.21rem;
  grid-template-rows: auto auto;
  grid-template-columns: 71.1rem 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.94rem;
  display: grid;
}

.sturtups__detail-description-card {
  width: 100%;
  background-color: var(--green);
  padding: 1.76rem;
}

.sturtups__detail-description-text {
  text-transform: uppercase;
}

.sturtups__detail-description-text.is--1 {
  margin-right: 10.81rem;
}

.sturtups__detail-description-text-wrap {
  align-items: center;
  display: flex;
}

.sturtups__detail-description-title {
  margin-top: 13.09rem;
}

.sturtups__details-monolang-card {
  border: .22rem solid var(--light-gray);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4.41rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sturtups__details-monolang-img {
  width: 11.18rem;
  height: 11.18rem;
  margin-bottom: 2.5rem;
}

.sturtups__details-image-wrap {
  z-index: 10;
  height: 39.71rem;
  position: relative;
  overflow: hidden;
}

.sturtups__details-image {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: relative;
}

.concepts__title {
  flex: 1;
}

.concepts__title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.35rem;
  padding-bottom: 8.24rem;
  display: flex;
}

.concepts__grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.concepts__price-card {
  background-color: var(--light-gray);
  color: var(--black);
  text-transform: uppercase;
  flex: 1;
  padding-top: 3.38rem;
  padding-left: 1.76rem;
  padding-right: 1.76rem;
  overflow: hidden;
}

.concepts__price-title {
  margin-bottom: 2.35rem;
}

.concepts__price-wrap {
  justify-content: space-between;
  margin-top: 5.88rem;
  display: flex;
}

.concepts__price-text {
  letter-spacing: -.07em;
  flex: none;
  padding-right: 1.8rem;
  font-size: 17.28rem;
  line-height: 88%;
}

.concepts__time-card {
  z-index: 10;
  background-color: var(--yellow);
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  padding-top: 3.38rem;
  padding-left: 3.42rem;
  padding-right: 3.42rem;
  position: relative;
  overflow: hidden;
}

.concepts__time-title {
  margin-bottom: 6.84rem;
}

.concepts__time-number {
  text-align: center;
  letter-spacing: -.07em;
  flex: none;
  padding-right: 1.8rem;
  font-size: 17.28rem;
  line-height: 88%;
}

.concepts__time-circle {
  z-index: -1;
  width: 51.03rem;
  height: 51.03rem;
  border: .22rem solid var(--green);
  border-radius: 100%;
  position: absolute;
  bottom: -64%;
  left: -4%;
}

.concepts__reduce-card {
  height: 100%;
  background-color: var(--green);
  text-transform: uppercase;
  border-radius: 3.68rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1.47rem;
  display: flex;
}

.concepts__time-weeks {
  text-transform: none;
  position: relative;
  top: -2.4rem;
}

.concepts__grid-inside {
  height: 100%;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1.47rem;
  display: flex;
}

.concepts__reduce-img {
  width: 10.81rem;
  height: 13.53rem;
  margin-bottom: 1.47rem;
}

.why__title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.22rem;
  display: flex;
}

.why__subtitle {
  margin-bottom: 1.3rem;
}

.why__mirco-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.why__mirco-hand {
  width: 33.75rem;
  height: 25.96rem;
  position: relative;
  top: 2.6rem;
  left: 2.3rem;
}

.why__mirco-body {
  width: 16.47rem;
  height: 25.44rem;
  object-fit: contain;
}

.why__mirco-illustration {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.why__text-bubble {
  width: 39.26rem;
  background-color: var(--white);
  border-radius: 0 3.68rem 3.68rem;
  padding: 2.35rem;
  position: relative;
  top: 6rem;
  left: -2.3rem;
}

.process__content {
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  display: flex;
}

.process__start-screen {
  flex-direction: column;
  display: flex;
}

.process__start-text-wrap {
  flex: 1;
  display: flex;
}

.process__start-text.is--1 {
  width: 25.4rem;
  margin-right: 10.51rem;
}

.process__start-text.is--2 {
  width: 27.7rem;
}

.process__start-title {
  flex: 1;
  margin-top: 15.2rem;
}

.process__timeline-screen {
  flex-direction: column;
  margin-left: 21.47rem;
  display: flex;
}

.process__timeline-top {
  width: 100%;
  color: var(--white);
  margin-bottom: 2.94rem;
}

.process__timeline-line {
  width: 100%;
  height: .22rem;
  background-color: var(--white);
  margin-bottom: 1.62rem;
}

.process__timeline-cards {
  width: 187.06rem;
  color: var(--green);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.process__timeline-week-number {
  text-transform: uppercase;
  flex: none;
}

.process__timeline-card {
  z-index: 10;
  width: 53.31rem;
  background-color: var(--white);
  position: relative;
}

.process__timeline-card.is--gray {
  background-color: var(--light-gray);
}

.process__timeline-card.is--gray.is--content {
  width: 74.71rem;
  margin-left: 15.66rem;
}

.process__timeline-card.is--concepting {
  margin-bottom: 1.47rem;
  margin-right: 1.47rem;
}

.process__timeline-card.is--development {
  width: 95.22rem;
  background-color: var(--light-gray);
  margin-left: 1.47rem;
}

.process__timeline-card-headline {
  height: 8.82rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.process__timeline-card-content {
  width: 100%;
  background-color: var(--white);
  position: absolute;
  overflow: hidden;
}

.process__timeline-card-content.is--gray {
  background-color: var(--light-gray);
}

.process__card-title-icon {
  width: 4.26rem;
  height: 4.26rem;
  flex: none;
}

.process__timeline-card-title {
  text-transform: uppercase;
  flex: 1;
  position: relative;
  top: 10%;
}

.process__timeline-card-content-text {
  width: 40rem;
  height: 13rem;
  align-items: flex-end;
  padding-top: 2.79rem;
  padding-bottom: 2.65rem;
  padding-left: 2.5rem;
  display: flex;
}

.process__timeline-card-content-text.is--content {
  width: 37rem;
  padding-top: 0;
}

.process__timeline-card-content-text.is--development {
  width: 39.8rem;
  display: block;
}

.process__timeline-numbers {
  justify-content: space-between;
  display: flex;
}

.reasons__title-wrap {
  text-align: center;
  margin-bottom: 5.15rem;
}

.reasons__cards-grid {
  width: 100%;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 6.47rem;
  padding-right: 6.47rem;
  display: flex;
}

.reasons__card {
  height: 20.66rem;
}

.reasons__card.is--small {
  width: 26.47rem;
  height: 20.66rem;
}

.reasons__card.is--small.is--1 {
  background-color: var(--green);
  color: var(--light-gray);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1.76rem;
  display: flex;
}

.reasons__card.is--2 {
  z-index: 10;
  border: .22rem solid var(--green);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 1.47rem;
  padding: 1.76rem;
  display: flex;
  position: relative;
}

.reasons__card.is--3 {
  z-index: 10;
  width: 66%;
  border: .22rem none var(--green);
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-right: 1.47rem;
  padding: 1.76rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reasons__card-text.is--stend {
  width: 19.12rem;
}

.reasons__card-text.is--gain {
  width: 20rem;
}

.reasons__card-flower-img {
  width: 19.49rem;
  height: 23.09rem;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.reasons__card-line-embed {
  width: 24.49rem;
  height: 24.26rem;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.button {
  flex: none;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.button.reasons__cards-button {
  height: 7.35rem;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: 1000rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  text-decoration: none;
  display: flex;
}

.button.reasons__cards-button:hover {
  background-color: var(--yellow);
  color: var(--green);
}

.button.is--request {
  height: 7.35rem;
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  text-decoration: none;
  display: flex;
}

.button.is--request:hover {
  background-color: var(--green);
  color: var(--white);
}

.button.is--form {
  height: 5.37rem;
  color: var(--green);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-top: .4rem;
  padding-left: 4.41rem;
  padding-right: 4.41rem;
  display: flex;
}

.button.is--form.is--back {
  border: .29rem solid var(--green);
  margin-right: .37rem;
}

.button.is--form.is--next {
  background-color: var(--green);
  color: var(--white);
}

.button.is--form.is--submit {
  background-color: var(--green);
  color: var(--white);
  padding-top: .9rem;
  display: none;
}

.work__headline {
  z-index: -1;
  color: var(--light-gray);
  text-align: left;
  margin-left: -1.3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.work__headline.is--duplicate {
  display: none;
}

.swiper.is--work {
  z-index: 100;
  width: 41.99rem;
  height: 23.97rem;
  color: var(--green);
  position: absolute;
  top: 11rem;
  overflow: visible;
}

.swiper-wrapper.is--work, .swiper-slide.is--work {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.work__lottie-wrap {
  z-index: 1;
  width: 106rem;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3rem;
}

.work__slide-image-wrap {
  width: 100%;
  height: 100%;
}

.work__slide-text {
  width: 23.53rem;
  position: absolute;
  top: 11rem;
  bottom: auto;
  left: -26.8rem;
  right: auto;
}

.work__slide-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-pagination {
  flex: none;
  position: absolute;
  top: auto;
  bottom: 5%;
}

.swiper-navigation-wrap {
  z-index: 100;
  flex: none;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-nav-button {
  cursor: pointer;
  flex: 1;
}

.swiper-nav-cursor {
  width: 13.97rem;
  height: 13.97rem;
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.form__title-wrap {
  text-align: center;
  margin-bottom: 5.88rem;
}

.next__content {
  align-items: stretch;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  display: flex;
}

.next__start-screen {
  flex-direction: column;
  display: flex;
}

.next__timeline-screen {
  flex-direction: column;
  flex: none;
  margin-left: 21.47rem;
  display: flex;
}

.next__timeline-top {
  width: 100%;
  margin-bottom: 2.94rem;
}

.next__timeline-line {
  width: 100%;
  height: .22rem;
  background-color: var(--green);
  margin-bottom: 1.62rem;
}

.next__timeline-numbers {
  justify-content: space-between;
  display: flex;
}

.next__timeline-week-number {
  text-transform: uppercase;
  flex: none;
}

.next__timeline-week-number.is--work {
  margin-left: 11.6rem;
}

.next__timeline-cards {
  color: var(--green);
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.next__card {
  width: 38.24rem;
  height: 19.49rem;
  background-color: var(--green);
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-right: 1.47rem;
  padding: 2.5rem;
  display: flex;
}

.next__card.is--outline {
  border: .22rem solid var(--green);
  color: var(--green);
  background-color: rgba(0, 0, 0, 0);
}

.next__card.is--last {
  margin-right: 0;
}

.next__card-text.is--2 {
  width: 78%;
}

.next__card-text.is--3 {
  width: 32.2rem;
}

.next__card-text.is--5 {
  width: 29rem;
}

.next__card-text.is--6 {
  width: 29.85rem;
}

.next__card-number {
  color: var(--light-gray);
}

.next__card-number.is--outline {
  color: var(--green);
}

.next__cursor {
  z-index: 100;
  width: 10rem;
  height: 10rem;
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__text-wrap {
  z-index: 100;
  width: 66rem;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.footer__contacts-wrap {
  width: 100%;
  flex: none;
  justify-content: space-between;
  padding-bottom: 1.76rem;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.footer__eye-embed {
  width: 37.57rem;
  height: 21.47rem;
  flex: none;
  margin-top: -4.3rem;
  position: static;
  top: 10%;
}

.section-overflow-wrap {
  z-index: 50;
  background-color: var(--light-gray);
  position: relative;
}

.process__content-wrap {
  height: 100%;
  flex: none;
}

.form__success-message-wrap {
  width: 100%;
  height: 100%;
  color: var(--green);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 2.94rem;
  overflow: hidden;
}

.form__success-message-text-wrap {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.next__content-wrap {
  z-index: 1;
  flex: none;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.access {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.access__title {
  width: 80%;
}

.access__text {
  width: 59%;
  margin-top: 2.35rem;
  margin-bottom: 3.97rem;
}

.access__form {
  display: flex;
  position: relative;
}

.access__input {
  width: 100%;
  height: auto;
  min-height: 5.37rem;
  background-color: var(--light-gray);
  color: var(--white);
  border: 1px #000;
  border-radius: 1000px;
  margin-bottom: 0;
  padding: .5rem 2.94rem 0;
  font-size: 2.35rem;
}

.access__input:focus-visible {
  color: var(--black);
}

.access__input[data-wf-focus-visible] {
  color: var(--black);
}

.access__input::-ms-input-placeholder {
  color: var(--white);
}

.access__input::placeholder {
  color: var(--white);
}

.access__button {
  height: 100%;
  background-color: var(--green);
  border-radius: 1000px;
  padding: .5rem 3.2rem 0;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.access__button:hover {
  background-color: var(--yellow);
  color: var(--green);
}

.access__form-block {
  width: 100%;
  margin-bottom: 0;
}

.access__from-success-message {
  border: 3px solid var(--green);
  background-color: rgba(0, 0, 0, 0);
  padding: 1.9rem;
}

.access__from-error {
  border-radius: 100px;
}

.start__text-3 {
  z-index: 100;
  width: 54rem;
  text-align: center;
  flex: none;
  position: absolute;
  bottom: 25%;
}

.sturtups__detail-description-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.sturtups__detail-description-wrap.is--mobile {
  display: none;
}

.sturtups__detail-description-icon {
  width: 2.65rem;
  height: 2.65rem;
  cursor: pointer;
  flex: none;
  margin-left: .74rem;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  top: -.3rem;
}

.sturtups__detail-description-icon:hover {
  opacity: .8;
  transform: rotate(20deg);
}

.sturtups__popup-wrap {
  z-index: 99999;
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sturtups__popup-block {
  z-index: 50;
  width: 47.79rem;
  height: 95vh;
  background-color: var(--green);
  color: var(--light-gray);
  border-radius: 3.68rem;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sturtups__popup-header {
  border-bottom: .22rem solid var(--light-gray);
  justify-content: space-between;
  margin-left: 3.14rem;
  margin-right: 3.14rem;
  padding-top: 2.84rem;
  padding-bottom: 2.84rem;
  display: flex;
}

.sturtups__popup-close {
  width: 4.41rem;
  height: 4.41rem;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.sturtups__popup-close:hover {
  opacity: .8;
  transform: rotate(46deg);
}

.sturtups__popup-title {
  flex: 1;
}

.sturtups__popup-content {
  width: 100%;
  flex: 1;
  padding-top: 2.94rem;
  padding-left: 3.14rem;
  padding-right: 3.14rem;
  overflow: auto;
}

.sturtups__popup-overlay {
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sturtups__details-image-text {
  z-index: 10;
  width: 17rem;
  text-transform: uppercase;
  margin-top: 1.76rem;
  margin-left: 1.76rem;
  position: absolute;
}

.wow__title-graffiti {
  display: none;
}

.steps__start-title {
  flex: 1;
  margin-top: 15.2rem;
}

.steps__start-text.is--1 {
  width: 25.4rem;
  margin-right: 10.51rem;
}

.steps__start-text-wrap {
  flex: 1;
  display: flex;
}

.next__timeline-step {
  display: none;
}

.footer__contacts-wrap-link.is--email {
  display: block;
}

.footer__contacts-wrap-link.is--email.is--footer, .footer__contacts-wrap-link.is--imprint, .footer__ask-wrap, .footer__contacts-divider {
  display: none;
}

.request-wrap {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.request__button {
  z-index: 10;
  width: 7.35rem;
  height: 7.35rem;
  background-color: var(--black);
  color: var(--yellow);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.47rem;
  margin-right: 1.47rem;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.request__button:hover {
  opacity: .7;
}

.request__button-icon {
  width: 4.41rem;
  height: 4.41rem;
  position: relative;
}

.request__window {
  width: 30rem;
  border: .22rem solid var(--light-gray);
  background-color: var(--black);
  color: var(--light-gray);
  border-radius: 3.68rem;
  padding: 2.94rem 1.76rem;
  position: absolute;
  top: auto;
  bottom: 110%;
  left: auto;
  right: 1.47rem;
}

.request__divider {
  height: .22rem;
  background-color: var(--light-gray);
  margin-top: 2.94rem;
  margin-bottom: 1.76rem;
}

.request__text {
  text-transform: uppercase;
}

.request__text-link {
  text-decoration: underline;
}

.request__text-link:hover {
  text-decoration: none;
}

.why__bubble-arrow {
  display: none;
}

.start__texts-wrap {
  flex: 1;
  justify-content: center;
  display: flex;
}

.work__headline-wrap {
  flex: 1;
}

.form__side {
  width: 26.47rem;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.12rem;
  padding-left: 2.94rem;
  padding-right: 2.94rem;
  display: flex;
}

.form__block-wrap {
  background-color: var(--light-gray);
  flex: 1;
  margin-bottom: 0;
  overflow: hidden;
}

.form__content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.94rem 1.47rem;
  display: flex;
  overflow: hidden;
}

.form__wrap {
  width: 100%;
  height: 40.59rem;
  border-radius: 3.68rem;
  display: flex;
  overflow: hidden;
}

.form__side-mirco {
  width: 15rem;
  margin-top: 7.94rem;
}

.form__progress-wrap {
  z-index: 10;
  width: 100%;
  height: .88rem;
  background-color: var(--light-gray);
  border-radius: 1000px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.form__progress-bar {
  width: 100%;
  height: 100%;
  background-color: var(--green);
  transition: width .3s cubic-bezier(.645, .045, .355, 1);
}

.form__slide {
  width: 100%;
  color: var(--green);
}

.form__input {
  width: 100%;
  height: 5.37rem;
  color: var(--green);
  letter-spacing: -.03em;
  border: 0 #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 0 0 2.94rem;
  font-size: 2.35rem;
}

.form__input::-ms-input-placeholder {
  color: var(--light-gray);
}

.form__input::placeholder {
  color: var(--light-gray);
}

.form__input.is--text-area {
  height: 100%;
  border-radius: 3.68rem;
  padding-top: 2.94rem;
  padding-right: 2.94rem;
}

.form__label {
  margin-bottom: 1.76rem;
}

.form__label.is--contacts {
  width: 26.47rem;
}

.form__input-group {
  margin-bottom: 3.68rem;
}

.form__buttons {
  align-items: center;
  display: flex;
}

.form__text-area-wrap {
  height: 17.06rem;
}

.form__privacy-text {
  width: 19rem;
  color: var(--green);
  margin-left: auto;
  font-size: 1.32rem;
  line-height: 110%;
}

.cookie-popup__text {
  letter-spacing: -.01em;
  margin-bottom: 1.32rem;
  font-size: 1.32rem;
  line-height: 110%;
}

.button-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 3.68rem;
  padding-right: 3.68rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-2.is--leave {
  color: var(--light-gray);
}

.button-2.is--accept {
  color: var(--green);
}

.cookie-popup__buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-popup {
  z-index: 5000;
  height: 10rem;
  max-width: 56.47rem;
  background-color: var(--white);
  opacity: 0;
  text-align: center;
  border-radius: 3.68rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.1rem;
  padding-right: 3.1rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 0;
  right: 0%;
}

.cookie-popup__buttons-left {
  display: flex;
}

.form__title, .reasons__title {
  margin-bottom: .4rem;
}

@media screen and (max-width: 767px) {
  .ui-kit {
    z-index: 99999;
    position: relative;
  }

  .cookie-popup__text {
    margin-bottom: 3.87rem;
    margin-right: 0;
    font-size: 3.44rem;
    line-height: 1.1;
  }

  .button-2 {
    height: 15rem;
    padding-left: 6.08rem;
    padding-right: 6.08rem;
  }

  .cookie-text-wrap {
    width: 100%;
  }

  .cookie-popup {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
    flex-direction: column;
    margin-left: 3.13rem;
    margin-right: 3.13rem;
    padding: 4.09rem 6.18rem;
    bottom: 2%;
  }

  .cookie-popup__buttons-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 6.4rem;
  }

  h1, .h1 {
    letter-spacing: -.05em;
    font-size: 32rem;
    line-height: 78%;
  }

  h2, .h2 {
    letter-spacing: -.03em;
    font-size: 14.67rem;
  }

  h3, .h3 {
    font-size: 9.87rem;
    line-height: 88%;
  }

  .section.is--wow {
    padding-top: 6.4rem;
    padding-bottom: 10.67rem;
  }

  .section.is--process {
    height: 400vh;
  }

  .section.is--reasons {
    padding-top: 10.67rem;
    overflow: hidden;
  }

  .section.is--works {
    height: auto;
  }

  .section.is--form {
    padding-top: 10.67rem;
    padding-bottom: 10.67rem;
  }

  .section.is--footer {
    height: auto;
  }

  .container {
    padding-left: 2.67rem;
    padding-right: 2.67rem;
  }

  .container.is--start {
    flex-direction: column;
  }

  .container.is--startups {
    padding-top: 0;
    padding-bottom: 21.33rem;
  }

  .container.is--why {
    padding-top: 10.67rem;
    padding-bottom: 10.67rem;
  }

  .container.is--process {
    height: 100%;
    padding-top: 11.73rem;
    padding-bottom: 27.73rem;
    position: relative;
    overflow: visible;
  }

  .container.is--works {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16rem;
    position: relative;
  }

  .container.is--form {
    padding-left: 2.67rem;
    padding-right: 2.67rem;
  }

  .container.is--next {
    padding-top: 10.67rem;
  }

  .container.is--access {
    padding: 10.67rem 2.67rem;
  }

  .container.is--footer {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo {
    width: 8.27rem;
    height: 5.6rem;
  }

  .start__header {
    margin-top: 6.4rem;
    padding-left: 2.67rem;
    padding-right: 2.67rem;
  }

  .start__header.is--footer {
    position: relative;
  }

  .start__eye-embed {
    width: 72.8rem;
    height: 41rem;
    margin-bottom: 8.9rem;
    position: static;
  }

  .start__text-1 {
    width: 73rem;
    position: relative;
    bottom: 0%;
  }

  .start__text-2-wrap {
    width: 75.3rem;
    bottom: auto;
  }

  .start__text-2 {
    margin-top: 2.67rem;
    margin-bottom: 4.27rem;
  }

  .start__scroll {
    bottom: 5.33rem;
  }

  .wow__title.is--desktop {
    display: none;
  }

  .wow__title.is--mobile {
    height: 52rem;
    display: block;
  }

  .divider {
    height: 2px;
  }

  .divider.is--black.is--price {
    margin-bottom: 4.27rem;
  }

  .sturtups__title-wrap, .title-dot.is--concepts {
    display: none;
  }

  .sturtups__details-grid {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-top: 3.2rem;
  }

  .sturtups__detail-description-card {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 2.13rem;
  }

  .sturtups__detail-description-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .sturtups__detail-description-title {
    width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 25.07rem;
  }

  .sturtups__details-monolang-card {
    border-width: 2px;
    margin-bottom: 2.13rem;
    padding-top: 10.67rem;
    padding-bottom: 10.67rem;
  }

  .sturtups__details-monolang-img {
    width: 21.33rem;
    height: 21.33rem;
    margin-bottom: 6rem;
  }

  .sturtups__details-image-wrap {
    width: 100%;
    height: 65.6rem;
  }

  .sturtups__details-image {
    width: 260%;
    max-width: none;
    object-position: 0% 0%;
    left: -57%;
  }

  .concepts__title-wrap {
    margin-top: 5.33rem;
    padding-bottom: 21.33rem;
  }

  .concepts__grid {
    grid-template-columns: 1fr;
  }

  .concepts__price-card.is--price-card {
    padding-top: 6.4rem;
    padding-left: 4.27rem;
    padding-right: 4.27rem;
  }

  .concepts__price-title {
    margin-bottom: 4.27rem;
    font-size: 14.3rem;
  }

  .concepts__price-wrap {
    margin-top: 11rem;
  }

  .concepts__price-text {
    padding-right: 3.2rem;
    font-size: 34.13rem;
  }

  .concepts__time-card.is--price-card {
    margin-top: 2.13rem;
    padding-top: 6.4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .concepts__time-title {
    margin-bottom: 16rem;
  }

  .concepts__time-number {
    font-size: 34.13rem;
  }

  .concepts__time-circle {
    width: 100rem;
    height: 100rem;
    border-width: 2px;
    bottom: -62%;
    left: -2%;
  }

  .concepts__reduce-card.is--price-card {
    border-radius: 6.4rem;
    margin-top: 2.13rem;
    padding-top: 6.93rem;
    padding-bottom: 6.93rem;
  }

  .concepts__grid-inside {
    margin-left: 0;
  }

  .concepts__reduce-img {
    width: 21.33rem;
    height: 27rem;
    margin-bottom: 5.33rem;
  }

  .why__title-wrap {
    margin-bottom: 10.67rem;
  }

  .why__subtitle {
    margin-bottom: 2.67rem;
  }

  .why__mirco-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .why__mirco-hand {
    width: 51.73rem;
    height: 40rem;
    left: 0;
  }

  .why__mirco-body {
    width: 36.27rem;
    height: 54rem;
    position: relative;
    left: -3.8rem;
  }

  .why__text-bubble {
    width: 85%;
    border-radius: 6.4rem;
    margin-top: 14rem;
    margin-left: auto;
    margin-right: auto;
    padding: 6.4rem;
    top: 0;
    left: 0;
  }

  .process__content {
    height: 100%;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .process__start-screen {
    z-index: 10;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 23.47rem;
    padding-left: 2.67rem;
    padding-right: 2.67rem;
    position: relative;
  }

  .process__start-text-wrap {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    padding-left: 5.2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
  }

  .process__start-text.is--1 {
    width: 100%;
    margin-bottom: 16rem;
    margin-right: 0;
  }

  .process__start-text.is--2 {
    width: 100%;
  }

  .process__start-title {
    flex: none;
    margin-top: 0;
    margin-left: 4rem;
  }

  .process__timeline-screen {
    flex: 1;
    margin-left: 0;
    padding-left: 2.67rem;
    padding-right: 2.67rem;
  }

  .process__timeline-top {
    margin-bottom: 8.53rem;
  }

  .process__timeline-cards {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    position: relative;
  }

  .process__timeline-week-number {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .process__timeline-week-number.is--mobile {
    width: 100%;
    display: flex;
  }

  .process__timeline-card {
    z-index: 30;
    width: 100%;
    height: 53.33rem;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4.27rem;
    margin-right: 2.13rem;
    display: flex;
  }

  .process__timeline-card.is--gray.is--content {
    z-index: 20;
    width: 100%;
    flex: 0 auto;
    margin-left: 0;
  }

  .process__timeline-card.is--concepting {
    z-index: 10;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4.27rem;
    margin-right: 0;
  }

  .process__timeline-card.is--development {
    z-index: 40;
    width: 100%;
    background-color: var(--light-gray);
    margin-left: 0;
  }

  .process__timeline-card-headline {
    height: 17.07rem;
    padding-left: 4.27rem;
    padding-right: 4.27rem;
  }

  .process__timeline-card-headline.is--double {
    height: auto;
    padding-top: 4.27rem;
    padding-bottom: 8.53rem;
  }

  .process__timeline-card-content {
    position: relative;
  }

  .process__card-title-icon {
    display: none;
  }

  .process__timeline-card-content-text {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 2.67rem;
    padding-left: 4.27rem;
    display: block;
  }

  .process__timeline-card-content-text.is--content {
    width: 100%;
    align-items: flex-start;
    display: block;
  }

  .process__timeline-card-content-text.is--development {
    width: 100%;
  }

  .reasons__title-wrap {
    margin-bottom: 10.67rem;
  }

  .reasons__cards-grid {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .reasons__card {
    width: 100%;
    margin-bottom: 2.13rem;
    padding: 4.27rem;
  }

  .reasons__card.is--small.is--1 {
    width: 100%;
    height: 42.67rem;
    margin-bottom: 2.13rem;
    padding: 4.27rem;
  }

  .reasons__card.is--2 {
    height: 42.67rem;
    border-width: 2px;
    flex: none;
    margin-left: 0;
    padding: 4.27rem;
  }

  .reasons__card.is--3 {
    z-index: 8;
    width: 100%;
    height: 42.67rem;
    margin-right: 0;
    padding: 4.27rem;
  }

  .reasons__card-text.is--stend {
    width: 60%;
  }

  .reasons__card-text.is--gain {
    width: 100%;
  }

  .reasons__card-flower-img {
    width: 39.47rem;
    height: 46rem;
    top: auto;
    bottom: -47%;
    left: auto;
    right: -9%;
  }

  .reasons__card-line-embed {
    display: none;
  }

  .button.reasons__cards-button, .button.is--request {
    width: 100%;
    height: 21.33rem;
    flex: none;
  }

  .button.is--form {
    width: 100%;
    height: 16.8rem;
    padding-left: 11.53rem;
    padding-right: 11.53rem;
  }

  .button.is--form.is--back {
    cursor: none;
  }

  .work__headline {
    white-space: nowrap;
    flex: none;
    margin-top: 13rem;
    margin-bottom: 8rem;
    margin-left: 0;
    position: relative;
  }

  .work__headline.is--duplicate {
    margin-left: 8rem;
    display: block;
  }

  .swiper.is--work {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }

  .swiper-wrapper.is--work {
    display: flex;
  }

  .swiper-slide.is--work {
    width: auto;
    flex: none;
  }

  .work__lottie-wrap {
    display: none;
  }

  .work__slide-image-wrap {
    width: 82.8rem;
    height: 47.8rem;
  }

  .work__slide-text {
    width: 70rem;
    margin-top: 6.4rem;
    position: relative;
    top: 0;
    left: 0;
  }

  .work__slide-image {
    border: 4px solid var(--green);
    object-fit: cover;
    border-radius: 2.67rem;
  }

  .swiper-pagination, .swiper-navigation-wrap {
    display: none;
  }

  .form__title-wrap {
    width: 100%;
    margin-bottom: 10.67rem;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .next__content {
    width: 100%;
    flex-direction: column;
  }

  .next__start-screen {
    width: 100%;
    align-items: center;
  }

  .next__timeline-screen {
    margin-left: 0;
  }

  .next__timeline-top {
    display: none;
  }

  .next__timeline-cards {
    flex-flow: column;
  }

  .next__card {
    width: 100%;
    height: 50.67rem;
    margin-bottom: 2.13rem;
    padding: 4.27rem;
  }

  .next__card.is--outline {
    border-width: 2px;
  }

  .next__card-text.is--2 {
    width: 84%;
  }

  .next__card-text.is--3 {
    width: 67rem;
  }

  .next__card-text.is--5 {
    width: 85rem;
  }

  .next__card-text.is--6 {
    width: 81rem;
  }

  .next__cursor {
    display: none;
  }

  .footer__text-wrap {
    position: relative;
    bottom: 0%;
  }

  .footer__contacts-wrap {
    background-color: var(--light-gray);
    color: var(--green);
    padding: 2.67rem 2.67rem 6.67rem;
    position: relative;
  }

  .footer__eye-embed {
    width: 83rem;
    height: 46rem;
    margin-top: 20rem;
    position: static;
    top: 0%;
  }

  .process__content-wrap {
    width: 100%;
  }

  .form__success-message-wrap {
    font-size: 6.4rem;
  }

  .next__content-wrap {
    width: 100%;
    flex-direction: column;
  }

  .access__title {
    width: 100%;
  }

  .access__text {
    width: 73%;
    margin-top: 6.4rem;
    margin-bottom: 10.67rem;
  }

  .access__form {
    flex-direction: column;
  }

  .access__input {
    min-height: 15.47rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    font-size: 6.4rem;
  }

  .access__input:focus-visible {
    color: var(--green);
  }

  .access__input[data-wf-focus-visible] {
    color: var(--green);
  }

  .access__button {
    height: 15.47rem;
    position: relative;
  }

  .start__text-3 {
    width: 78.93rem;
    bottom: auto;
  }

  .sturtups__detail-description-wrap {
    display: none;
  }

  .sturtups__detail-description-wrap.is--mobile {
    background-color: var(--light-gray);
    color: var(--black);
    justify-content: space-between;
    padding: 5.87rem 4.27rem;
    display: flex;
  }

  .sturtups__detail-description-icon {
    width: 9.6rem;
    height: 9.6rem;
  }

  .sturtups__popup-wrap {
    align-items: flex-end;
  }

  .sturtups__popup-block {
    width: 100%;
    height: auto;
    border-radius: 6.4rem 6.4rem 0 0;
  }

  .sturtups__popup-header {
    margin-left: 6.4rem;
    margin-right: 6.4rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .sturtups__popup-close {
    width: 10.67rem;
    height: 10.67rem;
  }

  .sturtups__popup-content {
    padding: 6.4rem;
  }

  .sturtups__details-image-text {
    width: 49%;
    margin-top: 4.27rem;
    margin-left: 4.27rem;
  }

  .wow__title-graffiti {
    width: 100%;
    margin-top: -18.7rem;
    margin-bottom: 6.4rem;
    display: block;
    position: relative;
  }

  .mobile-text-wrap {
    display: inline-block;
  }

  .steps__start-title {
    flex: none;
    margin-top: 8.9rem;
    font-size: 32rem;
  }

  .steps__start-text.is--1 {
    width: 100%;
    margin-right: 0;
  }

  .steps__start-text-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .next__timeline-step {
    width: 100%;
    border-top: 2px solid var(--green);
    text-transform: uppercase;
    margin-top: 10.67rem;
    margin-bottom: 6.4rem;
    padding-top: 2.67rem;
    display: block;
  }

  .next__timeline-step.is--last {
    margin-bottom: 10.67rem;
  }

  .footer__contacts-wrap-link.is--email {
    display: none;
  }

  .footer__contacts-wrap-link.is--email.is--footer {
    margin-top: 48.8rem;
    margin-bottom: 5.6rem;
    display: block;
  }

  .footer__contacts-wrap-link.is--imprint {
    display: block;
  }

  .footer__contacts-wrap-hide {
    display: none;
  }

  .footer__ask-wrap {
    width: 100%;
    background-color: var(--light-gray);
    color: var(--green);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 17.87rem 9.2rem 14.4rem;
    display: flex;
  }

  .footer__contacts-divider {
    height: 2px;
    background-color: var(--green);
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0%;
    left: 2.67rem;
    right: 2.67rem;
  }

  .footer__ask-link {
    text-decoration: underline;
  }

  .request-wrap {
    display: none;
  }

  .why__bubble-arrow {
    width: 8rem;
    height: 11.3rem;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    top: -22%;
    bottom: auto;
    left: auto;
    right: 25%;
  }

  .process__timeline-screen-wrap {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 10.67rem;
  }

  .process__timeline-track {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .start__texts-wrap {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 14rem;
    display: flex;
  }

  .work__headline-wrap {
    display: flex;
  }

  .form__side {
    width: 100%;
    background-color: var(--light-gray);
    padding-top: 8.53rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .form__content {
    padding: 0 3.2rem 8.53rem;
  }

  .form__wrap {
    height: 122.93rem;
    flex-direction: column;
  }

  .form__side-mirco {
    display: none;
  }

  .form__progress-wrap {
    height: 2.13rem;
    background-color: var(--white);
    margin-bottom: 10.67rem;
  }

  .form__input {
    height: 15.47rem;
    padding-left: 6.4rem;
    font-size: 6.4rem;
  }

  .form__label {
    margin-bottom: 3.2rem;
  }

  .form__label.is--contacts {
    width: 100%;
  }

  .form__input-group {
    margin-bottom: 8rem;
  }

  .form__buttons {
    grid-column-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form__text-area-wrap {
    height: 43.47rem;
  }

  .form__privacy-text {
    width: 100%;
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }

  .cookie-popup__text {
    margin-bottom: 2.13rem;
    font-size: 3.2rem;
  }

  .cookie-popup__buttons {
    width: 100%;
  }

  .cookie-popup {
    height: auto;
    max-width: none;
    border-radius: 6.4rem;
    margin-left: 2.67rem;
    margin-right: 2.67rem;
    padding: 4.27rem;
    bottom: 2.67rem;
  }

  .cookie-popup__buttons-left {
    flex-direction: row;
  }

  .hide-span {
    display: none;
  }

  .link-mobile {
    text-decoration: underline;
  }

  .form__title {
    margin-bottom: 2.67rem;
  }

  .html-embed {
    display: none;
  }
}

#w-node-_4ba6536b-68d9-2b27-81b4-6320f31c8ae6-103b34a9, #w-node-ebc98bdd-1e13-1fa1-de42-66b1a42c299b-103b34a9, #w-node-af5ef913-0a30-8dcf-6608-b41f83f1462d-103b34a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5149f9a5-a785-f671-f86c-43743a5f6754-103b34a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff750bc4-ae36-2588-3fae-803517a38063-103b34a9, #w-node-_2ebee11f-36b8-2fa0-1cd9-065db8a78877-103b34a9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff750bc4-ae36-2588-3fae-803517a38080-103b34a9, #w-node-ff750bc4-ae36-2588-3fae-803517a38081-103b34a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0937906e-731e-b119-2c70-36821be0cc6e-103b34a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a812f2af-eb57-c9f1-3792-3af801eb29e9-103b34a9 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_5149f9a5-a785-f671-f86c-43743a5f6754-103b34a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30d710c8-bc11-317c-a034-2f7a50365b95-103b34a9 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Oldschool Grotesk';
  src: url('../fonts/OldschoolGrotesk-Heavy.woff2') format('woff2'), url('../fonts/OldschoolGrotesk-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica Paneuropean 75';
  src: url('../fonts/Neue-Helvetica-Paneuropean-75-Bold.woff2') format('woff2'), url('../fonts/Neue-Helvetica-Paneuropean-75-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}