body {
  background-color: #1f1f1f;
  font-family: 'Suisse Intl', sans-serif;
  color: #c4c4c4;
  font-size: 2.08rem;
  line-height: 1.13;
  font-weight: 400;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12rem;
  line-height: 76%;
  font-weight: 400;
  letter-spacing: -0.07em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 6.25rem;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.05em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.47rem;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.05em;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.custom-code {
  position: fixed;
  display: inline-block;
}

.section {
  position: relative;
  z-index: 500;
  overflow: hidden;
  width: 100%;
}

.section.is--for {
  overflow: visible;
  height: 800vh;
}

.section.is--conditions {
  overflow: visible;
  height: 400vh;
}

.section.is--you-get {
  overflow: visible;
  height: 600vh;
}

.section.is--how {
  padding-bottom: 6rem;
  border-top: 2px solid #c4c4c4;
}

.section.is--faq {
  overflow: visible;
}

.section.is--form {
  border-top: 2px solid #c4c4c4;
  background-color: #e45a29;
}

.container {
  width: 100%;
  height: 100%;
}

.container.is--for {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--you-get {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.hero {
  width: 100vw;
  height: 100vh;
}

.hero-logo {
  position: absolute;
  display: inline-block;
  height: 3.96rem;
  margin-top: 2.08rem;
  margin-left: 2.08rem;
  background-color: #c4c4c4;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
}

.hero-logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "left right"
    "left right";
  -ms-grid-columns: 2fr 0px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.hero-left {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #c4c4c4;
}

.hero-lines {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 25rem;
}

.hero-hand {
  position: absolute;
  left: auto;
  top: -6%;
  right: 7%;
  bottom: auto;
  z-index: 10;
  width: 25rem;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-title {
  position: relative;
  margin-top: auto;
  margin-bottom: 4%;
  color: #e45a29;
  font-size: 14.4rem;
  line-height: 80%;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__points-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__point {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10.7rem;
  padding: 0.7rem 1.9rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #1f1f1f;
  border-radius: 100rem;
  background-color: #c4c4c4;
  color: #1f1f1f;
}

.hero__point.is--1 {
  z-index: 9;
}

.hero__point.is--2 {
  z-index: 10;
  margin-top: -4%;
}

.hero__point.is--3 {
  z-index: 11;
  margin-top: -4%;
}

.hero__point.is--4 {
  z-index: 12;
  margin-top: -4%;
}

.hero__point-text-wrap {
  width: 100%;
  margin-left: 1.3rem;
}

.hero__point-image {
  width: 7.92rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-right__7days {
  margin-right: 5%;
  margin-bottom: 8%;
  text-align: right;
}

.hero-title__aster {
  position: absolute;
  left: 45%;
  top: 47%;
  display: inline-block;
  font-size: 9rem;
}

.for {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.7rem;
  padding-left: 3.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 2px solid #c4c4c4;
  background-color: #e45a29;
}

.for__section.is--presentation {
  width: 66vw;
  background-color: #c4c4c4;
  color: #e45a29;
}

.for__section.is--idea {
  width: 73vw;
  background-color: #e45a29;
}

.for__section.is--fans {
  width: 70vw;
  background-color: #c4c4c4;
  color: #e45a29;
}

.for__section.is--end {
  width: 88vw;
  background-color: #e45a29;
}

.for__section.is--1 {
  width: 40vw;
  padding-left: 2rem;
}

.for__section.is--2 {
  width: 63vw;
}

.for__section.is--4 {
  width: 68vw;
}

.for__section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36rem;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__tell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.for__number {
  line-height: 100%;
  letter-spacing: 0em;
}

.for__number.is--bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__tell-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13ch;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.05em;
}

.for__tell-img {
  position: relative;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__tell-img.is--end {
  width: 48vw;
  cursor: pointer;
}

.for__presentation-text {
  width: 13ch;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__charity-text {
  width: 14ch;
  margin-top: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: -0.05em;
}

.for__idea-text {
  width: 16ch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.for__end-text {
  width: 30rem;
  margin-top: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 5.5rem;
  line-height: 81%;
}

.for__end-arrow {
  position: absolute;
  top: 11%;
  right: auto;
  bottom: auto;
  width: 6rem;
}

.conditions {
  position: relative;
  height: 100%;
}

.conditions__grid {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-template-areas: "Selectors Tab-content"
    "Selectors Tab-content";
  -ms-grid-columns: 2fr 32.6rem;
  grid-template-columns: 2fr 32.6rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.conditions__tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 2.78rem;
  padding-bottom: 2.78rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 2px solid #c4c4c4;
}

.conditions__headline-wrap {
  padding-top: 2.78rem;
  padding-bottom: 2.78rem;
  padding-left: 2rem;
  border-bottom: 2px solid #c4c4c4;
}

.conditions__tab-text {
  line-height: 95%;
}

.conditions__tab-trigger {
  display: inline-block;
  padding: 0.2rem 0.9rem;
  border: 2px solid #c4c4c4;
  border-radius: 100rem;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.conditions__tab-trigger:hover {
  opacity: 0.8;
}

.conditions__tab-trigger.is--active {
  background-color: #c4c4c4;
  color: #1f1f1f;
}

.conditions__tab-content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.conditions__tab-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3.18rem 2.58rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
}

.conditions__tab-content.is--active {
  opacity: 1;
}

.conditions__tab-content-text {
  z-index: 10000;
}

.conditions__tab-content-text.hide {
  display: none;
}

.conditions__tab-content-img {
  width: 80%;
  margin-top: auto;
}

.conditions__tab-content-img.is--our-work {
  width: 100%;
}

.conditions__tab-content-img.hide {
  display: none;
}

.you-get-lines {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 25rem;
}

.you-get {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #026e54;
}

.you-get__start {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.you-get__start-grid {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-template-areas: "Selectors Tab-content"
    "Selectors Tab-content";
  -ms-grid-columns: 2fr 32.6rem;
  grid-template-columns: 2fr 32.6rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.you-get__start-grid-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px solid #c4c4c4;
}

.you-get-title {
  margin-bottom: 4%;
  padding-left: 2rem;
}

.you-get-hand {
  position: absolute;
  left: auto;
  top: auto;
  right: -29%;
  bottom: 9%;
  z-index: 10;
  width: 29rem;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.you-get__headlines {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #026e54;
}

.you-get__headline-wrap {
  position: absolute;
  left: -31%;
  top: 10%;
}

.you-get__headline-wrap.is--webflow {
  left: -4%;
  top: auto;
  bottom: 9%;
}

.you-get__headline {
  white-space: nowrap;
}

.you-get__subtitle {
  margin-left: 23%;
  line-height: 90%;
  white-space: nowrap;
}

.you-get__subtitle-link:hover {
  text-decoration: none;
}

.you-get__comments {
  position: relative;
  width: 70%;
  padding: 6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 2px solid #c4c4c4;
  background-color: #1f1f1f;
}

.comments__text-higlight {
  display: inline-block;
  width: 7%;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1);
}

.comments__text-higlight.is--active {
  background-color: #c4c4c4;
  color: #1f1f1f;
}

.you-get__tabs {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  background-color: #1f1f1f;
}

.you-get__tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #c4c4c4;
  color: #026e54;
}

.you-get__tab {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  padding-right: 2rem;
  padding-left: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #026e54;
  border-radius: 100rem;
  background-color: #c4c4c4;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.you-get__tab.is--2 {
  z-index: 11;
  margin-top: -5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.you-get__tab.is--3 {
  z-index: 12;
  margin-top: -5%;
}

.you-get__tab.is--4 {
  z-index: 13;
  margin-top: -5%;
}

.you-get__tab.is--active {
  background-color: #026e54;
  color: #c4c4c4;
}

.you-get__tab-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.you-get__tab-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80%;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.you-get__tab-icon.is--mobile {
  display: none;
}

.you-get__tab-subtitle {
  margin-left: 2%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2.08rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.you-get__text-figma {
  margin-top: 2rem;
  margin-right: 2rem;
  text-align: right;
}

.you-get__tabs-content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.you-get__tab-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  padding: 2.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
}

.you-get__tab-content.is--active {
  opacity: 1;
}

.you-get__tab-content.is--3 {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.you-get__tab-content.is--4 {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.you-get__tab-content-title {
  margin-bottom: 2.08rem;
}

.you-get__tab-content-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.you-get__tab-content-text.is--analytics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.how {
  padding-top: 4.7rem;
}

.hwo__title {
  margin-bottom: 6rem;
  padding-right: 1.8rem;
  padding-left: 2rem;
}

.how__point {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18rem;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #c4c4c4;
  border-radius: 100rem;
  background-color: #1f1f1f;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
}

.how__point.is--1 {
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.how__point.is--2 {
  z-index: 11;
}

.how__point.is--3 {
  z-index: 12;
}

.how__point.is--active {
  background-color: #026e54;
  color: #c4c4c4;
}

.how__point.is--6 {
  z-index: 20;
  background-color: #c4c4c4;
  color: #1f1f1f;
}

.how__point.is--5 {
  z-index: 14;
}

.how__point.is--4 {
  z-index: 13;
}

.how__points-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how__point-number {
  width: 24%;
}

.how__point-text {
  margin-right: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.how__point-text.is--3 {
  margin-right: 17%;
}

.how__point-text.is--4 {
  margin-right: 15%;
}

.how__point-text.is--6 {
  margin-right: 27%;
}

.how__point-text.is--5 {
  margin-right: 18%;
}

.how__point-text.is--2 {
  margin-right: 30%;
}

.how__point-avatars-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.how__point-avatar {
  position: relative;
  z-index: 3;
  width: 9.03rem;
  height: 9.03rem;
  border: 4px solid #c4c4c4;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how__point-avatar.is--overlap {
  z-index: 5;
  margin-right: -3rem;
}

.how__point-avatar.is--overlap.is--sveta {
  z-index: 7;
}

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

.faq__headline {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c4c4c4;
  color: #026e54;
}

.faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 2.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #026e54;
}

.faq__lines {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq__title {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 5%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16rem;
}

.faq__comment {
  margin-bottom: 1rem;
  padding: 2.3rem 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 4px solid #c4c4c4;
  border-radius: 3.1rem;
}

.faq__comment.is--filled {
  margin-left: auto;
  background-color: #c4c4c4;
  color: #026e54;
}

.faq__comment.is--filled.is--lena-2 {
  width: 90%;
}

.faq__comment.is--filled.is--lena-3 {
  width: 70%;
}

.faq__comment.is--filled.is--kobro {
  width: 90%;
}

.faq__comment-text.is--logos {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 4px solid #026e54;
}

.faq__comment-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq__comment-wrap.is--1 {
  width: 50%;
}

.faq__comment-wrap.is--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: auto;
}

.faq__comment-wrap.is--3 {
  width: 59%;
  margin-top: 2rem;
}

.faq__comment-wrap.is--5 {
  width: 62%;
  margin-top: 2rem;
}

.faq__comment-wrap.is--lena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.faq__comment-wrap.is--6 {
  width: 62%;
  margin-top: 2rem;
}

.faq__comment-avatar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 6rem;
  height: 6rem;
  margin-left: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #c4c4c4;
  border-radius: 100%;
}

.faq__comment-wrap-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq__company-logos {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.made__header {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #c4c4c4;
}

.made__header-title {
  width: 88%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.made__project-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 33.3rem;
  outline-color: #c4c4c4;
  outline-style: solid;
  outline-width: 1px;
  text-decoration: none;
}

.made__project-wrap:hover {
  outline-color: #c4c4c4;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.made__project-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c4c4c4;
  border-radius: 100%;
}

.made__project-circle.is--your-project {
  border-style: none;
  border-radius: 0%;
}

.made__project-circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.made__project-circle-number.is--order {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1f1f1f;
  font-size: 2.08rem;
  text-align: center;
}

.made__project-image {
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.made__project-image.is--your-project {
  width: 100%;
}

.made__project-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e45a29;
  opacity: 0;
}

.made__project-cover.is--want {
  background-color: transparent;
}

.form__header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #c4c4c4;
}

.form__header-title {
  display: inline;
}

.form__header-text {
  display: inline-block;
  width: 30%;
  margin-left: 2rem;
}

.form__header-left {
  margin-left: 2rem;
}

.form__header-lines {
  width: 100%;
  margin-left: -0.06944444444444445rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form__header-lines.is--mobile {
  display: none;
}

.send-button-default {
  position: absolute;
  opacity: 0;
}

.form__input {
  height: 12.36rem;
  margin-top: -4px;
  margin-bottom: 0px;
  padding: 0px 2rem 0px 4rem;
  border: 4px solid #c4c4c4;
  border-radius: 100rem;
  background-color: transparent;
  color: #c4c4c4;
  font-size: 3.47rem;
}

.form__input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.form__input:-ms-input-placeholder {
  color: #c4c4c4;
}

.form__input::-ms-input-placeholder {
  color: #c4c4c4;
}

.form__input::placeholder {
  color: #c4c4c4;
}

.form__input.is--1 {
  margin-top: -2px;
}

.faq__title-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16rem;
}

.send-button-main {
  border-bottom: 2px solid #c4c4c4;
  -webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #026e54;
}

.send-button-main:hover {
  color: #1f1f1f;
}

.from-success {
  padding: 4rem 1.8rem;
  background-color: #026e54;
}

.from-block {
  display: block;
  margin-bottom: 0px;
}

.form__masha {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__masha-text {
  width: 60%;
}

.form__masha-avatar {
  position: absolute;
  left: 36%;
  bottom: 34.5%;
  width: 8rem;
  height: 8rem;
  border: 4px solid #c4c4c4;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.form__masha-lines {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.6rem;
  height: 54rem;
  max-width: none;
  margin-top: -6px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
}

.concept-popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: 80vh;
}

.concept-popup__bg {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3.4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 4px solid #c4c4c4;
  border-radius: 4rem;
  background-color: #1f1f1f;
}

.concept-popup__close {
  position: absolute;
  left: auto;
  top: -8.5rem;
  right: 0%;
  bottom: auto;
  width: 8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.concept-popup__title {
  width: 45rem;
}

.concept-popup__text {
  width: 28rem;
  margin-top: auto;
}

.concept-popup__text.is--mobile {
  display: none;
}

.concepts-wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.concept-popup__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.concept-popup__concept-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.concept-popup__concept-wrap.is--2 {
  position: absolute;
  left: -19%;
  top: 50%;
}

.concept-popup__concept-wrap.is--1 {
  position: absolute;
  left: 24%;
}

.concept-popup__concept-wrap.is--3 {
  position: absolute;
  left: 45%;
  top: 59%;
}

.concept-popup__concept-image {
  width: 20rem;
  margin-left: 2rem;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 1rem;
}

.popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
}

.send-button-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.conditions__tab-content-img-1 {
  width: 100%;
}

.faq__comment-text-author {
  margin-bottom: 1rem;
  opacity: 0.4;
}

.form__masha-lines-svg {
  width: 100%;
  height: 100%;
  margin-top: 0.3rem;
}

.form__masha-lines-svg.is--mobile {
  display: none;
}

.form__masha-copyright {
  position: absolute;
  width: 60%;
  padding-top: 0.5rem;
  background-color: #e45a29;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
}

.swiper.for-mobile {
  display: none;
}

.swiper.is--made {
  display: none;
}

.conditions__tab-popup-wrap {
  display: none;
}

.conditions__tab-popup__close {
  position: absolute;
  left: auto;
  top: -8.5rem;
  right: 0%;
  bottom: auto;
  width: 8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.you-get-hand-mobile {
  position: absolute;
  left: auto;
  top: auto;
  right: -29%;
  bottom: 9%;
  z-index: 10;
  display: none;
  width: 29rem;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.you-get__plus {
  display: none;
}

.you-get__tab-popup-wrap {
  display: none;
}

.you-get__tab-popup__close {
  position: absolute;
  left: auto;
  top: -8.5rem;
  right: 0%;
  bottom: auto;
  width: 8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.metriks {
  position: fixed;
  display: none;
}

.made__header-question-sign {
  position: absolute;
  top: 13.3rem;
  right: 5.5rem;
  width: 7rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: color 200ms cubic-bezier(.645, .045, .355, 1);
}

.made__header-question-tooltip-wrap {
  position: absolute;
  top: 2.6rem;
  right: 13rem;
  z-index: 100;
  width: 35rem;
  padding: 3.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #e45a29;
  border-radius: 4rem;
  background-color: #1f1f1f;
  opacity: 0;
  -webkit-transition: opacity 270ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 270ms cubic-bezier(.645, .045, .355, 1);
}

.made__header-tooltip-text {
  display: inline;
}

.made__header-tooltip-logo {
  position: relative;
  top: 0.5rem;
  display: inline-block;
  width: 12.6rem;
  height: 2.2rem;
}

.made__header-tooltip-first-line {
  position: relative;
  top: 0.5rem;
}

.for__tell-img-icon {
  width: 100%;
  height: 100%;
}

.conditions__description {
  line-height: 0.9;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.error-form {
  height: 0px;
  max-height: 0px;
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
}

.submit-form-message {
  padding: 2rem;
}

.site-form {
  display: none;
}

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

  h1 {
    font-size: 18.67rem;
    line-height: 0.74;
  }

  h2 {
    font-size: 12.27rem;
  }

  h3 {
    font-size: 6.4rem;
    line-height: 90%;
  }

  .section.is--for {
    height: 100vh;
  }

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

  .section.is--you-get {
    height: auto;
  }

  .section.is--how {
    padding-bottom: 12rem;
  }

  .section.is--made {
    height: 100vh;
  }

  .section.is--form {
    border-top-style: none;
  }

  .container.is--for {
    overflow: visible;
  }

  .container.is--you-get {
    height: auto;
  }

  .hero {
    height: auto;
  }

  .hero-logo {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 8rem;
    margin-top: 16.8rem;
    margin-left: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-grid {
    grid-template-areas: "left"
      "right";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42.67rem;
  }

  .hero-hand {
    display: none;
  }

  .hero-title {
    margin-top: 8%;
    margin-bottom: 6%;
    margin-left: 4rem;
    font-size: 18.67rem;
    line-height: 0.8;
  }

  .hero-right {
    background-color: #c4c4c4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0, #1f1f1f));
    background-image: linear-gradient(180deg, transparent 10%, #1f1f1f 0);
  }

  .hero__points-wrap {
    position: relative;
  }

  .hero__point {
    height: 38.4rem;
    border-width: 2px;
    border-radius: 7rem;
  }

  .hero__point.is--2 {
    margin-top: -7%;
  }

  .hero__point.is--3 {
    margin-top: -7%;
  }

  .hero__point.is--4 {
    margin-top: -7%;
  }

  .hero__point-text-wrap {
    margin-left: 4rem;
  }

  .hero__point-image {
    width: 21rem;
  }

  .hero-right__7days {
    margin-top: 8rem;
    margin-bottom: 8rem;
    margin-left: 4rem;
    text-align: left;
  }

  .hero-title__aster {
    left: 41%;
    top: 56%;
  }

  .for {
    display: none;
  }

  .for__section-title {
    width: 100%;
    height: auto;
    margin-top: 5.3rem;
    margin-bottom: 5.33rem;
  }

  .for__tell {
    height: 100%;
    margin-right: 4rem;
    margin-left: 4rem;
    padding-bottom: 8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .conditions__grid {
    position: relative;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-template-areas: "Selectors"
      "Selectors";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .conditions__tabs-wrap {
    padding-right: 4rem;
    padding-left: 4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px none #000;
  }

  .conditions__headline-wrap {
    padding-top: 7rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    border: 1px none #000;
  }

  .conditions__tab-text-wrap {
    margin-bottom: 5.3rem;
  }

  .conditions__tab-trigger {
    padding: 1.1rem 2.3rem;
  }

  .conditions__tab-content-wrap {
    display: none;
  }

  .you-get-lines {
    position: absolute;
    z-index: 0;
    display: block;
    height: 100%;
  }

  .you-get {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .you-get__start {
    height: auto;
  }

  .you-get__start-grid {
    display: block;
    height: auto;
    grid-template-areas: ".";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .you-get__start-grid-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42.67rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    text-align: center;
  }

  .you-get-title {
    position: relative;
    z-index: 100;
    width: 85%;
    margin-bottom: 0%;
    padding-left: 0rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #026e54;
  }

  .you-get-hand {
    display: none;
  }

  .you-get__headlines {
    width: auto;
    margin-top: 10rem;
    margin-left: 4rem;
  }

  .you-get__headline-wrap {
    position: static;
    margin-bottom: 8rem;
  }

  .you-get__headline-wrap.is--webflow {
    position: static;
  }

  .you-get__headline {
    margin-bottom: 2rem;
  }

  .you-get__subtitle {
    margin-left: 0%;
  }

  .you-get__comments {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
    border: 1px none #000;
    background-color: #026e54;
  }

  .comments__text-higlight {
    width: 96%;
  }

  .you-get__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .you-get__tabs-wrap {
    width: 100%;
    background-color: #1f1f1f;
  }

  .you-get__tab {
    height: 29rem;
    padding-right: 4rem;
    padding-left: 9rem;
    border-width: 2px;
    border-radius: 6rem;
  }

  .you-get__tab-icon {
    display: none;
    width: 19rem;
    height: auto;
  }

  .you-get__tab-icon.is--mobile {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .you-get__tab-subtitle {
    font-size: 5rem;
  }

  .you-get__text-figma {
    margin: 8rem 0rem 8rem 5rem;
    color: #c4c4c4;
    text-align: left;
  }

  .you-get__tabs-content-wrap {
    display: none;
  }

  .hwo__title {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding-left: 4rem;
  }

  .how__point {
    height: 66.13rem;
    margin-top: -10%;
    padding: 10.57rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 2px;
    border-radius: 10rem;
  }

  .how__point.is--1 {
    margin-top: 0%;
  }

  .how__points-wrap {
    height: auto;
  }

  .how__point-number {
    width: 30%;
    margin-bottom: 5.33rem;
  }

  .how__point-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .how__point-text.is--6 {
    margin-right: 0%;
  }

  .how__point-avatars-wrap {
    position: absolute;
    left: 38%;
  }

  .how__point-avatar {
    width: 13.87rem;
    height: 13.87rem;
    border-width: 2px;
  }

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

  .faq__headline {
    width: 100%;
  }

  .faq__content {
    padding-left: 4rem;
  }

  .faq__title {
    display: block;
    height: auto;
    margin-top: 20rem;
    margin-bottom: 20rem;
    padding-top: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #c4c4c4;
    font-size: 18.67rem;
  }

  .faq__comment {
    margin-bottom: 2rem;
    padding: 5rem 4rem;
    border-width: 2px;
    border-radius: 8rem;
  }

  .faq__comment.is--filled.is--lena-2 {
    width: 100%;
  }

  .faq__comment.is--filled.is--lena-3 {
    width: 82%;
  }

  .faq__comment.is--filled.is--kobro {
    width: 100%;
  }

  .faq__comment-text.is--logos {
    border-bottom-width: 2px;
  }

  .faq__comment-wrap.is--1 {
    width: 63%;
  }

  .faq__comment-wrap.is--2 {
    width: 100%;
  }

  .faq__comment-wrap.is--3 {
    width: 73%;
    margin-top: 8rem;
  }

  .faq__comment-wrap.is--5 {
    width: 76%;
    margin-top: 8rem;
  }

  .faq__comment-wrap.is--lena {
    width: 100%;
  }

  .faq__comment-wrap.is--6 {
    width: 76%;
    margin-top: 8rem;
  }

  .faq__comment-avatar {
    width: 14rem;
    height: 14rem;
  }

  .faq__company-logos {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

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

  .made__header {
    padding-top: 8rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    border-bottom-style: none;
  }

  .made__header-title {
    letter-spacing: -0.1em;
  }

  .made__grid {
    display: none;
  }

  .made__project-wrap {
    height: auto;
    outline-color: #c4c4c4;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .made__project-wrap:hover {
    outline-color: #c4c4c4;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .made__project-image {
    display: block;
    width: 100%;
    height: 64rem;
  }

  .made__project-image.is--last {
    height: 64rem;
  }

  .made__project-cover {
    display: block;
    height: auto;
    background-color: transparent;
    opacity: 1;
  }

  .form__header {
    padding-left: 0rem;
    border: 1px none #000;
  }

  .form__header-title {
    position: relative;
    z-index: 100;
    display: block;
    background-color: #e45a29;
    text-align: center;
  }

  .form__header-text {
    display: none;
    width: auto;
    margin-left: 4rem;
  }

  .form__header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0rem;
    padding-top: 7rem;
    padding-bottom: 8.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__header-lines {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    display: none;
    width: 100%;
    height: 43rem;
  }

  .form__header-lines.is--mobile {
    display: block;
    height: 42.67rem;
  }

  .form__input {
    height: 26.67rem;
    margin-top: -2px;
    border-width: 2px;
    font-size: 6.4rem;
  }

  .form__input.is--1 {
    margin-top: -0.6rem;
    border-width: 2px;
  }

  .faq__title-wrap {
    width: 100%;
    height: 42.67rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .send-button-main {
    width: 100%;
    border-bottom-style: none;
  }

  .form__masha {
    margin-top: 10rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form__masha-text {
    width: auto;
    margin-left: 4rem;
  }

  .form__masha-avatar {
    left: 55.2rem;
    top: 28.1rem;
    bottom: auto;
    width: 13rem;
    height: 13rem;
    border-width: 2px;
  }

  .form__masha-lines {
    width: 100%;
    height: 38rem;
    margin-top: 10rem;
    margin-left: 0px;
  }

  .you-get__comments-text {
    letter-spacing: -0.08em;
  }

  .concept-popup__bg {
    overflow: auto;
    padding: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .concept-popup__close {
    top: -17rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 17rem;
  }

  .concept-popup__title {
    width: 100%;
    margin-bottom: 5rem;
  }

  .concept-popup__text {
    display: none;
  }

  .concept-popup__text.is--mobile {
    display: block;
    width: 100%;
    margin-top: 0px;
  }

  .concepts-wrap {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .concept-popup__concept-wrap {
    margin-bottom: 5rem;
  }

  .concept-popup__concept-wrap.is--2 {
    position: static;
  }

  .concept-popup__concept-wrap.is--1 {
    position: static;
  }

  .concept-popup__concept-wrap.is--3 {
    position: static;
  }

  .concept-popup__concept-image {
    width: 80%;
    border-radius: 4rem;
  }

  .concept-popup__concept-number {
    width: 2ch;
  }

  .send-button-main-image:hover {
    color: #026e54;
  }

  .form__masha-lines-svg {
    display: none;
  }

  .form__masha-lines-svg.is--mobile {
    display: block;
  }

  .form__masha-copyright {
    width: 45%;
    padding-top: 0rem;
  }

  .swiper.for-mobile {
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .swiper.is--made {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper.is--made {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .swiper-slide.is--red {
    height: 100%;
    background-color: #e45a29;
  }

  .swiper-slide.is--greay {
    background-color: #c4c4c4;
    color: #e45a29;
  }

  .swiper-slide.is--made {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .for__section__text.is--1 {
    width: 60%;
    margin-right: auto;
  }

  .for__section__text.is--2 {
    width: 62%;
    margin-right: auto;
  }

  .for__section__text.is--3 {
    width: 80%;
    margin-right: auto;
  }

  .for__section__number {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
  }

  .for__section__image {
    position: absolute;
    bottom: 17%;
    height: 40%;
  }

  .for__section__image.is--1 {
    bottom: 20%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .for__section__image.is--2 {
    bottom: 20%;
  }

  .for__section__image.is--end {
    bottom: 20%;
  }

  .for__section__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .for__section__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .for__section__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
    height: 16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #c4c4c4;
  }

  .for__section__nav.is--gray {
    color: #e45a29;
  }

  .for__section__nav.is--red {
    background-color: #e45a29;
    color: #c4c4c4;
  }

  .for__section__nav.is--right {
    margin-left: 4rem;
  }

  .for__section__nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .conditions__tab-popup-wrap {
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 80%;
    border-style: solid solid none;
    border-width: 4px;
    border-color: #1f1f1f;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    background-color: #c4c4c4;
    color: #1f1f1f;
  }

  .conditions__tab-popup__close {
    top: -19rem;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 17rem;
  }

  .conditions__tab-popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conditions__tab-popup-content.is--1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__tab-popup-content.is--2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__tab-popup-content.is--3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__tab-popup-content.is--4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__tab-popup-image {
    width: 90%;
    margin-top: auto;
  }

  .conditions__tab-popup-image.is--2 {
    width: 70%;
  }

  .conditions__tab-popup-image.is--3 {
    width: 90%;
  }

  .conditions__tab-popup-image.is--4 {
    width: 60%;
  }

  .conditions__tab-popup-image-link {
    margin-top: auto;
  }

  .hero__point-text-title {
    font-size: 12.27rem;
  }

  .you-get-hand-mobile {
    position: relative;
    right: -35%;
    display: block;
    width: 51rem;
  }

  .you-get__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15rem;
    padding-bottom: 15rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f1f1f;
  }

  .you-get__plus-icon {
    width: 56rem;
  }

  .made__project-title {
    width: 100%;
    margin-bottom: 6rem;
  }

  .made__section__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    margin-bottom: 5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .made__section__number {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
  }

  .made__section__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
    height: 16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #c4c4c4;
  }

  .made__section__nav.is--gray {
    color: #e45a29;
  }

  .made__section__nav.is--red {
    background-color: #e45a29;
    color: #c4c4c4;
  }

  .made__section__nav.is--right {
    margin-left: 4rem;
  }

  .made__section__nav.is--black {
    color: #1f1f1f;
  }

  .for__section__nav-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
    height: 16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #c4c4c4;
  }

  .for__section__nav-copy.is--gray {
    color: #e45a29;
  }

  .for__section__nav-copy.is--red {
    background-color: #e45a29;
    color: #c4c4c4;
  }

  .for__section__nav-copy.is--right {
    margin-left: 4rem;
  }

  .you-get__tab-popup-wrap {
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 85%;
    border-style: solid solid none;
    border-width: 4px;
    border-color: #c4c4c4;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    background-color: #1f1f1f;
    color: #c4c4c4;
  }

  .you-get__tab-popup__close {
    top: -19rem;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 17rem;
  }

  .you-get__tab-popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    padding: 8rem 4.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .you-get__tab-popup-content.is--1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .you-get__tab-popup-content.is--2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .you-get__tab-popup-content.is--3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .you-get__tab-popup-content.is--4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .you-get__tab-popup-title {
    margin-bottom: 10.67rem;
  }

  .made__header-question-sign {
    position: absolute;
    top: auto;
    right: 4rem;
    width: 21rem;
  }

  .made__header-question-tooltip-wrap {
    top: 1.9rem;
    right: 4rem;
    width: 92.4rem;
    border-radius: 9rem;
  }

  .made__header-tooltip-logo {
    top: 1.5rem;
    width: 41.1rem;
    height: 7.1rem;
  }

  .made__header-tooltip-first-line {
    top: 1.7rem;
  }

  .made__header-title-hide {
    display: none;
  }

  .submit-form-message {
    padding: 4rem 4rem 4rem 4.5rem;
  }
}

@media screen and (max-width: 479px) {
  .faq__comment.is--filled.is--lena1 {
    width: 90%;
  }

  .faq__comment.is--filled.is--kobro {
    width: 76%;
  }

  .faq__comment.is--filled.is--kobro1 {
    width: 91%;
  }

  .faq__comment.is--filled.is--boris {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .faq__comment.is--5 {
    width: 92%;
  }

  .faq__comment.is--3 {
    width: 98%;
  }

  .faq__company-logos {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

#w-node-ed26b7a4-3c07-6c81-2e54-95ede4f1124f-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: left;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5e5d390c-3e60-a419-944d-9e18a5ab9cd8-d81a6c9b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7647895f-1c03-02e6-8078-dfda4afd9c52-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: right;
}

@media screen and (max-width: 767px) {
  #w-node-ed26b7a4-3c07-6c81-2e54-95ede4f1124f-d81a6c9b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7647895f-1c03-02e6-8078-dfda4afd9c52-d81a6c9b {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

#w-node-c8ff42f0-8e1e-e344-9564-a71e3e1aa34c-d81a6c9b {
  grid-area: Top;
}

#w-node-_75d4ee87-24da-409a-6cec-fa46dc6f87d6-d81a6c9b {
  grid-area: Top;
}

#w-node-c52bdf61-4308-0ab8-9f05-4793f9e71ac7-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: Selectors;
}

.you-get__start-grid>#w-node-c52bdf61-4308-0ab8-9f05-4793f9e71ac7-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

#w-node-_8f11b7e6-4946-db53-8215-e04ea172100d-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: Tab-content;
}

.you-get__start-grid>#w-node-_8f11b7e6-4946-db53-8215-e04ea172100d-d81a6c9b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

@media screen and (max-width: 767px) {
  #w-node-c52bdf61-4308-0ab8-9f05-4793f9e71ac7-d81a6c9b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}

#w-node-_08aa229c-12d0-b26b-a81e-ba6c93beb277-d81a6c9b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c0c97568-0b57-deca-3aeb-2bab65126442-d81a6c9b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_6bbb3694-a722-6a42-2f68-ac558c497192-d81a6c9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9d180c14-29f2-a3ff-329c-6d737b47aa00-d81a6c9b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_6bbb3694-a722-6a42-2f68-ac558c497192-d81a6c9b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/suisseintl-book-webfont.woff2') format('woff2'), url('../fonts/suisseintl-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}