﻿@charset "UTF-8";
/* Основное семейство Instagram Sans */
@font-face {
  font-family: "Instagram Sans";
  src: local("Instagram Sans Regular"), url("InstagramSans-Regular.woff2") format("woff2"), url("InstagramSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instagram Sans";
  src: local("Instagram Sans Medium"), url("InstagramSans-Medium.woff2") format("woff2"), url("InstagramSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instagram Sans";
  src: local("Instagram Sans Bold"), url("InstagramSans-Bold.woff2") format("woff2"), url("InstagramSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.header {
  width: inherit;
  max-width: inherit;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  padding: 20px 36px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: fixed;
  top: inherit;
  z-index: 5;
}
.header a {
  display: flex;
  width: 133px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
  /*&:active, &:focus-within, &:focus-visible{
    color: #8B6EFF;
    border-bottom: 3px solid #8B6EFF;
    outline-offset: 0;
    outline: none;
    padding-bottom: 31px;
  }*/
}
.header a.active {
  color: #8B6EFF;
  border-bottom: 3px solid #8B6EFF;
  padding-bottom: 5px;
}
.header a:hover {
  color: #8B6EFF;
}
@media all and (max-width: 1200px) {
  .header {
    display: none;
  }
}

section[id] {
  scroll-margin-top: 100px;
}

.form-wrapper {
  position: static;
  top: 40px;
  max-width: 380px;
  width: 100%;
  padding: 32px 30px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
  z-index: 7;
}


.form-wrapper__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  align-self: stretch;
}

.form-wrapper__top-logo {
  display: flex;
  padding: 0px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.form-wrapper__logo-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-wrapper__logo-left svg {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.form-wrapper__logo-left p {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}

.form-wrapper__logo-btn {
  display: none;
  height: 43px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 3px solid rgba(0, 0, 0, 0.04);
  background: #FAFF5F;
}
.form-wrapper__logo-btn span {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
.form-wrapper__logo-btn.close {
  display: none;
}

.form-wrapper__logo-close {
  width: 24px;
  height: 24px;
  display: none;
  justify-content: center;
  align-items: center;
}
.form-wrapper__logo-close svg {
  width: 100%;
  height: 100%;
}


.form-wrapper__top-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  align-self: stretch;
}

.form-wrapper__top-title {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  /* white-space: pre-line; */
}
.form-wrapper__top-title span {
  color: #8B6EFF;
}
@media all and (max-width: 1200px) {
  .form-wrapper__top-title {
    font-size: 28px;
    text-align: center;
  }
}

.form-wrapper__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .form-wrapper__bottom {
    display: none;
  }
}

.form-wrapper__bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  align-self: stretch;
}

.form-wrapper__boxes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  align-self: stretch;
}

.form-wrapper__boxes-row {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.form-wrapper__boxes-item {
  width: 32px;
  height: 32px;
  background-color: #C9BCFF;
  border-radius: 4px;
  border: 1px solid #C9BCFF;
}
.form-wrapper__boxes-item--white {
  background-color: #fff;
}

.form-wrapper__remaining {
  display: flex;
  padding: 20px 0 28px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 24px 24px 40px 40px;
  background: #F4F4FD;
}

.form-wrapper__remaining-text {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

.form-wrapper__remaining-county {
  color: #8B6EFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 70px */
  letter-spacing: -1px;
}
.form-wrapper__remaining-county span {
  color: rgba(139, 110, 255, 0.2);
}

.block1 {
  padding-top: 108px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 19px;
}
@media all and (max-width: 1200px) {
  .block1 {
    padding-top: 16px;
    position: relative;
  }
}

.block1__note {
  color: #AAA;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media all and (max-width: 1200px) {
  .block1__note {
    font-size: 14px;
    letter-spacing: -0.28px;
    white-space: pre-line;
  }
}

.block1__content {
  border-radius: 20px;
  background: #8B6EFF;
  padding: 68px 0 101.25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 92.41px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .block1__content {
    padding: 60px 18.5px 99.78px;
    gap: 68.32px;
  }
}

.block1__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("block1-bg.webp") #8B6EFF center/cover no-repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .block1__bg {
    background: url("light-bg.webp") #8B6EFF center/cover no-repeat;
    width: 863.55px;
    height: 865px;
    top: -16%;
    left: 50%;
    transform: translateX(-298px);
  }
}

.block1__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 545px;
  position: relative;
  z-index: 2;
}

.block1__title {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}
@media all and (max-width: 1200px) {
  .block1__title {
    font-size: 24px;
  }
}

.block1__subtitle {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}

.block1__laptop {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 549.658px;
  max-height: 413.342px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .block1__laptop {
    width: 100%;
    height: 100%;
    max-width: 272.468px;
    max-height: 204.896px;
  }
}

.block1__coins-back, .block1__coins-front {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.block1__coins-back {
  z-index: 1;
  bottom: 406px;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 189px;
}
@media all and (max-width: 1200px) {
  .block1__coins-back {
    width: 100%;
    height: 100%;
    max-width: 298px;
    max-height: 93px;
    bottom: 252px;
  }
}

.block1__coins-front {
  z-index: 3;
  bottom: 25px;
  width: 100%;
  height: 100%;
  max-width: 636px;
  max-height: 283px;
}
@media all and (max-width: 1200px) {
  .block1__coins-front {
    width: 100%;
    height: 100%;
    max-width: 314.81px;
    max-height: 140.23px;
    bottom: 63px;
  }
}

.fixed-button {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -27px);
  width: 315px;
  height: 59px;
  padding: 0 8px 0 24px;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  border-radius: 60px;
  border: 4px solid #FFF;
  background: linear-gradient(0deg, #ECECEC 0%, #FBFBFB 100%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 4;
  transition: all ease 0.3s;
}
.fixed-button.slide-bottom {
  transform: translate(-50%, 73px);
}
@media all and (max-width: 1200px) {
  .fixed-button {
    display: flex;
  }
}

.fixed-button__text {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
}

.fixed-button__btn {
  display: flex;
  height: 43px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 3px solid rgba(0, 0, 0, 0.04);
  background: #FAFF5F;
}
.fixed-button__btn span {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

.fixed-button__board {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 82px;
  border-radius: 16px;
  border: 2px solid #F3F3F3;
  background: #8B6EFF;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  overflow: hidden;
}
.fixed-button__board span {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 44.8px */
  letter-spacing: -0.64px;
}
.fixed-button__board .fixed-button__board-numb:first-child {
  top: -17px;
}
.fixed-button__board .fixed-button__board-numb:last-child {
  bottom: -17px;
}

.fixed-button__board-numb {
  position: absolute;
  opacity: 0.2;
}

.block2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .block2__content {
    gap: 16px;
  }
}

.block2__col {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .block2__col {
    flex-direction: column;
    gap: 16px;
  }
}

.block2__item {
  flex: 1 1 0;
  padding: 28px 28px 32px;
  border-radius: 20px;
  background: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 47px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.block2__item.show {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 1200px) {
  .block2__item {
    gap: 28px;
  }
}

.block2__item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.block2__item-icon svg {
  width: 100%;
  height: 100%;
}

.block2__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.block2__item-name {
  color: #8B6EFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}

.block2__item-description {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.block2__item--yellow {
  background: #FAFF5F;
  gap: 68px;
}

.block3__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .block3__container {
    flex-direction: column;
    gap: 40px;
  }
}
.block3__container .down-line {
  display: none;
}
@media all and (max-width: 1200px) {
  .block3__container .down-line {
    display: block;
  }
}

.block3__item {
  flex: 1 1 calc(50% - 20px);
  min-width: calc(50% - 20px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.item__quote {
  border-radius: 20px;
  background: #8B6EFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .item__quote {
    display: none;
  }
}

.item__quote-paragraph {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}

.item__quote-img {
  position: absolute;
  bottom: 20.46px;
  right: 20.27px;
  width: 113.728px;
  height: 89.544px;
  flex-shrink: 0;
}
.item__quote-img svg {
  width: 100%;
  height: 100%;
}

.item__profile {
  background: #FFF;
  padding: 20px;
  display: flex;
  gap: 23px;
}
@media all and (max-width: 1200px) {
  .item__profile {
    background: unset;
    padding: unset;
    align-items: center;
  }
}

.item__profile-photo {
  border-radius: 20px;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .item__profile-photo {
    max-width: 343px;
  }
}

.item__profile-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .item__profile-down {
    width: 100%;
  }
}

.item__profile-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}

.item__profile-name {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}

.item__profile-description {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}
@media all and (max-width: 1200px) {
  .item__profile-description {
    color: #999;
  }
}

.item__profile-logo {
  border-radius: 40px;
  background: #F2F2F4;
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.item__profile-logo svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.item__profile-overview {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.item__profile-overview p {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
@media all and (max-width: 1200px) {
  .item__profile-overview {
    display: flex;
  }
}

.block4__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .block4__container {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}

.block4__item {
  flex: 1 1 calc(25% - 20px);
  min-width: calc(25% - 20px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 119px;
  background: #FFF;
  padding: 20px 20px 24px;
  position: relative;
}
@media all and (min-width: 1201px) {
  .block4__item:nth-child(3) .block4__item-vector {
    top: 45px;
  }
}
@media all and (max-width: 1200px) {
  .block4__item {
    gap: unset;
    max-height: 185px;
    min-height: 185px;
    justify-content: space-between;
  }
}

.block4__item-step {
  color: #999;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.block4__item-vector {
  position: absolute;
  right: 0;
  top: 90px;
}
.block4__item-vector--mob {
  display: none;
}
@media all and (max-width: 1200px) {
  .block4__item-vector {
    bottom: 0;
    right: 28px;
    top: unset;
  }
  .block4__item-vector--desctop {
    display: none;
  }
  .block4__item-vector--mob {
    display: block;
  }
}

.block4__item-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (max-width: 1200px) {
  .block4__item-text {
    max-width: 222px;
  }
}

.block4__item-name {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.block4__item-description {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}

.item__link {
  background: #FAFF5F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
@media all and (max-width: 1200px) {
  .item__link {
    max-height: unset;
    min-height: unset;
  }
}

.item__link-button {
  color: #111;
  text-align: center;
  font-family: "Instagram Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 18px */
  letter-spacing: -0.4px;
}

.block5__titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .block5__titles {
    gap: 12px;
  }
}

.block5__titles-down {
  display: flex;
  padding: 12px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .block5__titles-down {
    padding: 12px 0;
  }
}

.block5__titles-first {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}

.block5__titles-second {
  color: #999;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}

.block5__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .block5__content {
    flex-direction: column;
  }
}

.block5__content-item {
  flex: 1 1 calc(50% - 20px);
  min-width: calc(50% - 20px);
}

.block5__column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .block5__column {
    flex-direction: row;
  }
}

.block5__item {
  border-radius: 20px;
  background: #8B6EFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  padding: 32px 30px 30px 32px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .block5__item {
    flex: 1;
    gap: 97px;
    padding: 20px 20px 16px;
  }
}

.block5__item-name {
  position: relative;
  z-index: 2;
}
.block5__item-name p {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}
@media all and (max-width: 1200px) {
  .block5__item-name p {
    font-size: 16px;
  }
}

.block5__item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.block5__item-number {
  color: #FFF;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 74.4px */
  letter-spacing: -1.24px;
  transition: opacity 0.3s;
}
@media all and (max-width: 1200px) {
  .block5__item-number {
    font-size: 40px;
  }
}

.block5__item-count {
  color: #FFF;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
@media all and (max-width: 1200px) {
  .block5__item-count {
    font-size: 16px;
  }
}

.block5__item-img {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.block5__item-img--big {
  bottom: 25px;
  left: -80px;
  width: 263.574px;
  height: 263.574px;
  transform: rotate(11.873deg);
  flex-shrink: 0;
}
@media all and (max-width: 1200px) {
  .block5__item-img--big {
    display: none;
    width: 165.692px;
    height: 165.692px;
    transform: rotate(15.451deg);
  }
}

.block5__item-img--big-mob {
  display: none;
  width: 165.692px;
  height: 165.692px;
  bottom: -27px;
  left: -32px;
  transform: rotate(-8.549deg);
}
@media all and (max-width: 1200px) {
  .block5__item-img--big-mob {
    display: block;
  }
}

.block5__item-img--front {
  top: 101px;
  right: 49.33px;
  width: 76.405px;
  height: 76.405px;
  transform: rotate(23.698deg);
  flex-shrink: 0;
}
@media all and (max-width: 1200px) {
  .block5__item-img--front {
    width: 56.327px;
    height: 56.327px;
    top: 67px;
    right: 50%;
    transform: rotate(23.698deg) translateX(64.33px);
  }
}

.block5__item-img--back {
  top: 118px;
  right: 72.03px;
  width: 114.433px;
  height: 114.433px;
  transform: rotate(-30.922deg);
  flex-shrink: 0;
  filter: blur(4.8499999046px);
}
@media all and (max-width: 1200px) {
  .block5__item-img--back {
    width: 76.702px;
    height: 76.702px;
    top: 112px;
    right: 50%;
    transform: rotate(-29.302deg) translateX(19.33px);
  }
}

.block5__item-bg {
  position: absolute;
  bottom: -219px;
  left: -271px;
  width: 831px;
  height: 833px;
  flex-shrink: 0;
  background: url("light-bg.webp") #8B6EFF center/cover no-repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .block5__item-bg {
    width: 557px;
    height: 558px;
    bottom: -206px;
    left: -165px;
  }
}

.block6__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .block6__container {
    flex-direction: column;
    gap: 16px;
  }
}

.block6__item {
  flex: 1 1 calc(50% - 20px);
  min-width: calc(50% - 20px);
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #F2F2F4;
  backdrop-filter: blur(10px);
}
@media all and (max-width: 1200px) {
  .block6__item {
    gap: 24px;
  }
}

.block6__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .block6__item-header {
    flex-direction: row-reverse;
  }
}

.block6__item-avatar {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 160px;
}
@media all and (max-width: 1200px) {
  .block6__item-avatar {
    width: 60px;
    height: 60px;
  }
}
.block6__item-avatar img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.block6__item-avatar--anonim {
  padding: 29px 26px 28px 26px;
  border: 1px solid #8B6EFF;
}
@media all and (max-width: 1200px) {
  .block6__item-avatar--anonim {
    padding: 18px 17px;
  }
}

.block6__item-ab {
  color: #111;
  text-align: center;
  font-family: "Instagram Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
}
@media all and (max-width: 1200px) {
  .block6__item-ab {
    font-size: 20px;
  }
}

.block6__item-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}
@media all and (max-width: 1200px) {
  .block6__item-description {
    align-items: flex-start;
    gap: 12px;
  }
}

.block6__item-name {
  color: #111;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
@media all and (max-width: 1200px) {
  .block6__item-name {
    font-size: 18px;
  }
}

.block6__item-count {
  color: #8B6EFF;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0px 0px 10px rgba(227, 255, 52, 0.6);
  font-family: "Instagram Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
@media all and (max-width: 1200px) {
  .block6__item-count {
    font-size: 18px;
  }
}

.block6__item-review {
  color: #111;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.block6__item-text--purple {
  display: flex;
  padding: 32px 136px 105px 32px;
  align-items: center;
  background: #8B6EFF;
}
.block6__item-text--purple p {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .block6__item-text--purple {
    padding: 32px 82px 32px 20px;
  }
}

.block6__item-text--yellow {
  display: flex;
  padding: 32px 49px 183px 32px;
  align-items: center;
  background: #FAFF5F;
}
.block6__item-text--yellow p {
  color: #222;
}
@media all and (max-width: 1200px) {
  .block6__item-text--yellow {
    padding: 32px 82px 32px 20px;
  }
}

.block6__item-paragraph {
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}
@media all and (max-width: 1200px) {
  .block6__item-paragraph {
    font-size: 24px;
  }
}

.block7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.block7__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  align-self: stretch;
}

.block7__header {
  display: flex;
  padding: 75px 20px 68px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 37px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #000;
}
@media all and (max-width: 1200px) {
  .block7__header {
    padding: 33px 52px 33px 53px;
    gap: 12px;
  }
}

.block7__header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 1200px) {
  .block7__header-logo {
    gap: 6px;
  }
}
.block7__header-logo svg {
  width: 48px;
  height: 48px;
}
@media all and (max-width: 1200px) {
  .block7__header-logo svg {
    width: 32px;
    height: 32px;
  }
}

.block7__header-logo-name {
  color: #222;
  font-family: "Instagram Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -0.96px;
}
@media all and (max-width: 1200px) {
  .block7__header-logo-name {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}

.block7__header-text {
  color: #222;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
@media all and (max-width: 1200px) {
  .block7__header-text {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.block7__link {
  display: flex;
  padding: 47.5px 40px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 20px;
  background: #FAFF5F;
}
@media all and (max-width: 1200px) {
  .block7__link {
    padding: 23px 20px;
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .block7__link svg {
    display: none;
  }
}

.block7__link-text {
  color: #222;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
@media all and (max-width: 1200px) {
  .block7__link-text {
    font-size: 12px;
  }
}

.block7__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
@media all and (max-width: 1200px) {
  .block7__footer {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.block7__footer-link {
  color: #AAA;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}
.block7__footer-link--cursor {
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .block7__footer-link {
    flex: 1 1 calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
  .block7__footer-link--left {
    text-align: left;
  }
  .block7__footer-link--right {
    text-align: right;
  }
  .block7__footer-link--order1 {
    order: 1;
  }
  .block7__footer-link--order2 {
    order: 2;
  }
  .block7__footer-link--order3 {
    order: 3;
  }
  .block7__footer-link--order4 {
    order: 4;
  }
}

.block7__mockup {
  border-radius: 20px;
  background: linear-gradient(0deg, #8B6EFF 0%, #8B6EFF 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 189.52px 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .block7__mockup {
    padding: 48.34px 0 83.5px;
  }
}

.block7__mockup-logo {
  max-width: 366.182px;
  max-height: 411.955px;
  opacity: 0.1;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .block7__mockup-logo {
    max-width: 161.026px;
    max-height: 181.154px;
  }
}
.block7__mockup-logo svg {
  width: 100%;
  height: 100%;
}

.block7__mockup-img {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.block7__mockup-img--front {
  width: 65.696px;
  height: 65.696px;
  transform: rotate(23.698deg);
  top: 150px;
  right: 164.44px;
}
@media all and (max-width: 1200px) {
  .block7__mockup-img--front {
    width: 32.848px;
    height: 32.848px;
    top: 29px;
    right: 50%;
    transform: translateX(97px) rotate(23.698deg);
  }
}

.block7__mockup-img--back {
  width: 98.395px;
  height: 98.395px;
  transform: rotate(-30.922deg);
  top: 236px;
  left: 205px;
  filter: blur(3.3502933979px);
}
@media all and (max-width: 1200px) {
  .block7__mockup-img--back {
    width: 49.197px;
    height: 49.197px;
    top: 52px;
    left: 50%;
    transform: translateX(-105px) rotate(-30.922deg);
    filter: blur(1.675146699px);
  }
}

.block7__mockup-img--big {
  width: 222.548px;
  height: 222.548px;
  bottom: 277.45px;
  right: 165.44px;
  z-index: 3;
}
@media all and (max-width: 1200px) {
  .block7__mockup-img--big {
    width: 97.864px;
    height: 97.864px;
    bottom: 122.14px;
    right: 50%;
    transform: translateX(99px);
  }
}

.block7__mockup-img--laptop {
  width: 582px;
  height: 463.781px;
  bottom: 0;
}
@media all and (max-width: 1200px) {
  .block7__mockup-img--laptop {
    width: 255.931px;
    height: 203.945px;
  }
}

.block7__mockup-bg {
  position: absolute;
  bottom: -387px;
  left: -64px;
  width: 996.771px;
  height: 998.445px;
  flex-shrink: 0;
  background: url("light-bg.webp") #8B6EFF center/cover no-repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .block7__mockup-bg {
    width: 438.324px;
    height: 439.06px;
    top: 25%;
    left: 50%;
    transform: translateX(-200px);
  }
}

body {
  background: #E8EAEE;
  position: relative;
}
@media all and (max-width: 1200px) {
  body.overflow-y--hidden {
    overflow-y: hidden;
  }
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(139, 110, 255, 0.8);
  backdrop-filter: blur(17px);
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.body-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 40px 0;
}
@media all and (max-width: 1200px) {
  .container {
    flex-direction: column;
    align-items: center;
    padding: 0 16px 36px;
  }
}

.content-wrapper {
  max-width: 780px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media all and (max-width: 1200px) {
  .content-wrapper {
    gap: 60px;
  }
}

.block__title {
  padding: 12px 20px;
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: "Instagram Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media all and (max-width: 1200px) {
  .block__title {
    font-size: 32px;
    padding: 12px 0;
    letter-spacing: -0.64px;
  }
}

.block {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media all and (max-width: 1200px) {
  .block {
    align-items: center;
  }
}

.down-line {
  opacity: 0.1;
  background: #111;
  height: 1px;
}

/*# sourceMappingURL=style.css.map */
