.how-it-works-block {
  padding: min(140px, 140 / 1490 * 100vw) 0 min(168px, 168 / 1490 * 100vw);
}
.how-it-works-block__wrapper {
  width: 100%;
  display: flex;
  height: min(678px, 678 / 1490 * 100vw);
  padding: min(62px, 62 / 1490 * 100vw) 0;
  position: relative;
  align-items: center;
  border-radius: min(56px, 56 / 1490 * 100vw);
  flex-direction: column;
  background-color: #0E0722;
}
.how-it-works-block__stamp {
  top: min(60px, 60 / 1490 * 100vw);
  right: min(60px, 60 / 1490 * 100vw);
  width: min(150px, 150 / 1490 * 100vw);
  height: min(150px, 150 / 1490 * 100vw);
  position: absolute;
}
.how-it-works-block__stamp .q-icon {
  width: min(150px, 150 / 1490 * 100vw);
  height: min(150px, 150 / 1490 * 100vw);
  position: absolute;
}
.how-it-works-block__stamp .q-icon:last-child {
  animation: spin 15s linear infinite;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.how-it-works-block__steps {
  width: 100%;
  display: grid;
  padding: min(17px, 17 / 1490 * 100vw) min(50px, 50 / 1490 * 100vw) 0;
  grid-template-columns: repeat(3, 1fr);
}
.how-it-works-block__item {
  color: white;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.how-it-works-block__item__img {
  width: min(190px, 190 / 1490 * 100vw);
  height: min(200px, 200 / 1490 * 100vw);
}
.how-it-works-block__item__number {
  font-weight: 700;
  font-size: min(52px, 52 / 1490 * 100vw);
  line-height: 100%;
  margin-top: min(23px, 23 / 1490 * 100vw);
  text-align: center;
}
.how-it-works-block__item__title {
  font-weight: 700;
  font-size: min(28px, 28 / 1490 * 100vw);
  line-height: 130%;
  margin-top: min(13px, 13 / 1490 * 100vw);
  text-align: center;
  font-family: "Soyuz Grotesk", sans-serif;
}
.how-it-works-block__item__text {
  font-weight: 400;
  font-size: min(15px, 15 / 1490 * 100vw);
  line-height: 160%;
  margin-top: min(16px, 16 / 1490 * 100vw);
  text-align: center;
}
.how-it-works-block__item:nth-child(2):before {
  content: "";
  top: min(116px, 116 / 1490 * 100vw);
  left: min(-48px, -48 / 1490 * 100vw);
  height: min(4px, 4 / 1490 * 100vw);
  width: min(136px, 136 / 1490 * 100vw);
  position: absolute;
  background-image: radial-gradient(circle, #BFFF58 min(2px, 2 / 1490 * 100vw), transparent min(2px, 2 / 1490 * 100vw));
  background-size: min(12px, 12 / 1490 * 100vw) min(4px, 4 / 1490 * 100vw);
  background-repeat: repeat-x;
}
.how-it-works-block__item:nth-child(2):after {
  content: "";
  top: min(116px, 116 / 1490 * 100vw);
  right: min(-48px, -48 / 1490 * 100vw);
  height: min(4px, 4 / 1490 * 100vw);
  width: min(136px, 136 / 1490 * 100vw);
  position: absolute;
  background-image: radial-gradient(circle, #BFFF58 min(2px, 2 / 1490 * 100vw), transparent min(2px, 2 / 1490 * 100vw));
  background-size: min(12px, 12 / 1490 * 100vw) min(4px, 4 / 1490 * 100vw);
  background-repeat: repeat-x;
}
body.mobile .how-it-works-block {
  padding: calc(80 / 375 * 100dvw) calc(20 / 375 * 100dvw);
}
body.mobile .how-it-works-block__wrapper {
  height: unset;
  border-radius: calc(32 / 375 * 100dvw);
  padding: calc(140 / 375 * 100dvw) 0 calc(48 / 375 * 100dvw);
}
body.mobile .how-it-works-block__stamp {
  top: calc(24 / 375 * 100dvw);
  right: unset;
  width: calc(100 / 375 * 100dvw);
  height: calc(100 / 375 * 100dvw);
}
body.mobile .how-it-works-block__stamp .q-icon {
  width: calc(100 / 375 * 100dvw);
  height: calc(100 / 375 * 100dvw);
}
body.mobile .how-it-works-block__steps {
  width: 100%;
  padding: calc(17 / 375 * 100dvw) 0 0;
  grid-template-columns: 1fr;
}
body.mobile .how-it-works-block__item__img {
  width: calc(133 / 375 * 100dvw);
  height: calc(140 / 375 * 100dvw);
}
body.mobile .how-it-works-block__item__number {
  font-size: calc(40 / 375 * 100dvw);
  margin-top: calc(14 / 375 * 100dvw);
}
body.mobile .how-it-works-block__item__title {
  font-size: calc(20 / 375 * 100dvw);
  margin-top: calc(8 / 375 * 100dvw);
}
body.mobile .how-it-works-block__item__text {
  font-size: calc(13 / 375 * 100dvw);
  margin-top: calc(8 / 375 * 100dvw);
}
body.mobile .how-it-works-block__item:nth-child(2) {
  margin: calc(40 / 375 * 100dvw) 0;
}
body.mobile .how-it-works-block__item:nth-child(2):before {
  top: calc(-34 / 375 * 100dvw);
  left: unset;
  width: calc(4 / 375 * 100dvw);
  height: calc(34 / 375 * 100dvw);
  background-image: radial-gradient(circle, #BFFF58 calc(2 / 375 * 100dvw), transparent calc(2 / 375 * 100dvw));
  background-size: calc(4 / 375 * 100dvw) calc(12 / 375 * 100dvw);
  background-repeat: repeat-y;
}
body.mobile .how-it-works-block__item:nth-child(2):after {
  top: unset;
  bottom: calc(-42 / 375 * 100dvw);
  right: unset;
  width: calc(4 / 375 * 100dvw);
  height: calc(34 / 375 * 100dvw);
  background-image: radial-gradient(circle, #BFFF58 calc(2 / 375 * 100dvw), transparent calc(2 / 375 * 100dvw));
  background-size: calc(4 / 375 * 100dvw) calc(12 / 375 * 100dvw);
  background-repeat: repeat-y;
}.faq-block {
  position: relative;
}
.faq-block .text-title {
  margin-bottom: min(34px, 34 / 1490 * 100vw) !important;
}
.faq-block__icon {
  top: min(500px, 500 / 1490 * 100vw);
  width: min(254px, 254 / 1490 * 100vw);
  height: min(254px, 254 / 1490 * 100vw);
  left: min(-60px, -60 / 1490 * 100vw);
}
.faq-block__icon img {
  filter: blur(6px);
}
.faq-block .q-item {
  height: min(80px, 80 / 1490 * 100vw);
  font-size: min(15px, 15 / 1490 * 100vw);
  padding: min(22px, 22 / 1490 * 100vw) min(20px, 20 / 1490 * 100vw);
}
.faq-block .q-item__label {
  padding-left: min(20px, 20 / 1490 * 100vw);
  font-weight: 700;
  font-size: min(17px, 17 / 1490 * 100vw);
  font-family: "Montserrat", sans-serif;
}
.faq-block .q-item__section--side {
  padding: 0;
  color: white;
  display: flex;
  width: min(36px, 36 / 1490 * 100vw);
  height: min(36px, 36 / 1490 * 100vw);
  align-self: center;
  align-items: center;
  border-radius: min(16px, 16 / 1490 * 100vw);
  justify-content: center;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.faq-block .q-item__section--side i {
  font-size: min(16px, 16 / 1490 * 100vw);
}
.faq-block .q-expansion-item {
  width: min(888px, 888 / 1490 * 100vw);
  margin: 0 auto;
  background: #E7E7F2;
  border-radius: min(30px, 30 / 1490 * 100vw);
  transition: all 0.3s ease-in-out;
}
.faq-block .q-expansion-item .q-focus-helper {
  display: none;
}
.faq-block .q-expansion-item:not(:last-child) {
  margin-bottom: min(16px, 16 / 1490 * 100vw);
}
.faq-block .q-expansion-item__content {
  padding: 0;
  font-weight: 300;
  line-height: 150%;
  font-size: min(15px, 15 / 1490 * 100vw);
}
.faq-block .q-expansion-item__content > div {
  padding: 0 min(80px, 80 / 1490 * 100vw) min(31px, 31 / 1490 * 100vw) min(40px, 40 / 1490 * 100vw);
}
body.mobile .faq-block .text-title {
  margin-bottom: calc(28 / 375 * 100dvw) !important;
}
body.mobile .faq-block .q-item {
  height: calc(80 / 375 * 100dvw);
  font-size: calc(15 / 375 * 100dvw);
  padding: calc(22 / 375 * 100dvw) calc(20 / 375 * 100dvw);
}
body.mobile .faq-block .q-item__label {
  padding-left: min(20px, 20 / 1490 * 100vw);
  font-size: calc(15 / 375 * 100dvw);
  font-family: "Montserrat", sans-serif;
}
body.mobile .faq-block .q-item__section--side {
  width: calc(28 / 375 * 100dvw);
  height: calc(28 / 375 * 100dvw);
  border-radius: calc(12 / 375 * 100dvw);
}
body.mobile .faq-block .q-item__section--side i {
  font-size: calc(12 / 375 * 100dvw);
}
body.mobile .faq-block .q-expansion-item {
  width: 100%;
  border-radius: calc(24 / 375 * 100dvw);
}
body.mobile .faq-block .q-expansion-item:not(:last-child) {
  margin-bottom: calc(12 / 375 * 100dvw);
}
body.mobile .faq-block .q-expansion-item__content {
  padding: 0;
  font-size: calc(13 / 375 * 100dvw);
}
body.mobile .faq-block .q-expansion-item__content > div {
  padding: 0 calc(16 / 375 * 100dvw) calc(31 / 375 * 100dvw) calc(24 / 375 * 100dvw);
}.form-block {
  color: #73738A;
  font-size: min(14px, 14 / 1490 * 100vw);
  position: relative;
  margin-top: min(141px, 141 / 1490 * 100vw) !important;
}
.form-block a {
  color: #73738A;
}
.form-block__wrapper {
  width: 100%;
  display: flex;
  border-radius: min(56px, 56 / 1490 * 100vw);
  flex-direction: column;
  align-items: flex-start;
  background-color: #0E0722;
  padding: min(64px, 64 / 1490 * 100vw) min(656px, 656 / 1490 * 100vw) min(64px, 64 / 1490 * 100vw) min(64px, 64 / 1490 * 100vw);
}
.form-block__wrapper > :nth-child(3) {
  margin-top: min(22px, 22 / 1490 * 100vw);
}
.form-block__wrapper > :nth-child(4) {
  margin-top: min(40px, 40 / 1490 * 100vw);
}
.form-block .text-title {
  color: white;
  font-size: min(56px, 56 / 1490 * 100vw) !important;
}
.form-block__form {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-gap: min(32px, 32 / 1490 * 100vw);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min(64px, 64 / 1490 * 100vw) min(140px, 140 / 1490 * 100vw);
  grid-template-areas: "first second" "third third";
}
.form-block__form > :nth-child(3) {
  grid-area: third;
}
.form-block__form .q-field__control {
  height: 100%;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: min(16px, 16 / 1490 * 100vw);
  padding: min(2px, 2 / 1490 * 100vw) min(3px, 3 / 1490 * 100vw);
  border-radius: min(12px, 12 / 1490 * 100vw);
  background-color: #1B1334;
}
.form-block__form .q-field__native {
  color: #fff;
  padding: 0 min(30px, 30 / 1490 * 100vw) !important;
}
.form-block__form .q-textarea .q-field__native {
  padding: min(18px, 18 / 1490 * 100vw) min(30px, 30 / 1490 * 100vw) 0 !important;
}
.form-block__form .q-field--focused .q-field__control {
  box-shadow: 0 0 0 min(2px, 2 / 1490 * 100vw) #b76dff;
}
.form-block__form .q-field--focused .q-field__control {
  box-shadow: none !important;
  border: none !important;
}
.form-block__form .q-placeholder {
  opacity: 1;
  color: #73738A;
}
.form-block__form .q-field__bottom {
  display: none;
}
.form-block__form .q-field--filled .q-field__control:after {
  display: none !important;
}
.form-block__caption {
  line-height: 180%;
}
.form-block .q-btn {
  color: white;
  height: min(64px, 64 / 1490 * 100vw);
  font-weight: 600;
  padding: 0 min(40px, 40 / 1490 * 100vw);
  font-size: min(18px, 18 / 1490 * 100vw);
  margin-right: min(31px, 31 / 1490 * 100vw);
  border-radius: min(16px, 16 / 1490 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.form-block__pic {
  bottom: 0;
  right: min(45px, 45 / 1490 * 100vw);
  width: min(868px, 868 / 1490 * 100vw);
  height: min(620px, 620 / 1490 * 100vw);
}
body.mobile .form-block {
  font-size: calc(11 / 375 * 100dvw);
  margin-top: calc(141 / 375 * 100dvw) !important;
}
body.mobile .form-block__wrapper {
  border-radius: calc(24 / 375 * 100dvw);
  padding: calc(40 / 375 * 100dvw) calc(16 / 375 * 100dvw);
}
body.mobile .form-block__wrapper > :nth-child(3) {
  margin-top: calc(18 / 375 * 100dvw);
}
body.mobile .form-block__wrapper > :nth-child(4) {
  margin-top: calc(18 / 375 * 100dvw);
}
body.mobile .form-block .text-title {
  text-align: center;
  margin-bottom: calc(32 / 375 * 100dvw);
  font-size: calc(34 / 375 * 100dvw) !important;
}
body.mobile .form-block__form {
  grid-gap: calc(24 / 375 * 100dvw);
  grid-template-columns: 1fr;
  grid-template-rows: calc(60 / 375 * 100dvw) calc(60 / 375 * 100dvw) calc(140 / 375 * 100dvw);
  grid-template-areas: "first" "second" "third";
}
body.mobile .form-block__form .q-field__control {
  padding: calc(2 / 375 * 100dvw) calc(3 / 375 * 100dvw);
  font-size: calc(16 / 375 * 100dvw);
  border-radius: calc(12 / 375 * 100dvw);
}
body.mobile .form-block__form .q-field__native {
  padding: 0 calc(30 / 375 * 100dvw) !important;
}
body.mobile .form-block__form .q-textarea .q-field__native {
  padding: calc(18 / 375 * 100dvw) calc(30 / 375 * 100dvw) 0 !important;
}
body.mobile .form-block__form .q-field--focused .q-field__control {
  box-shadow: 0 0 0 calc(2 / 375 * 100dvw) #b76dff;
}
body.mobile .form-block img {
  width: calc(20 / 375 * 100dvw);
  margin-right: calc(8 / 375 * 100dvw);
}
body.mobile .form-block__caption {
  line-height: 180%;
  margin-top: calc(18 / 375 * 100dvw);
}
body.mobile .form-block .q-btn {
  width: 100%;
  height: calc(54 / 375 * 100dvw);
  margin-right: 0;
  font-size: calc(18 / 375 * 100dvw);
  border-radius: calc(18 / 375 * 100dvw);
}