.hero-slider[data-v-2ed846bb] {
  position: relative;
  width: 100%;
  border-radius: min(24px, 24 / 1440 * 100vw);
  overflow: hidden;
}
.hero-slider video[data-v-2ed846bb] {
  width: 100%;
  height: 100%;
  border-radius: min(24px, 24 / 1440 * 100vw);
  display: block;
  object-fit: cover;
}
body.mobile .hero-slider[data-v-2ed846bb] {
  height: 400px;
  border-radius: 32px;
}
body.mobile .hero-slider video[data-v-2ed846bb] {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: block;
  object-fit: cover;
}.hero-block {
  display: grid;
  padding-top: min(46px, 46 / 1440 * 100vw);
  align-items: flex-start;
  grid-template-columns: 1fr min(774px, 774 / 1440 * 100vw);
}
.hero-block .hero-left {
  flex: 1 1 50%;
  width: 100%;
  align-items: flex-start;
}
.hero-block .avatars {
  width: min(161px, 161 / 1440 * 100vw);
  height: min(72px, 72 / 1440 * 100vw);
  margin-left: min(16px, 16 / 1440 * 100vw);
}
.hero-block .hero-title {
  font-family: "Soyuz Grotesk", sans-serif;
  font-size: min(72px, 72 / 1440 * 100vw);
  font-weight: 700;
  line-height: 100%;
}
.hero-block .hero-title .highlight {
  color: #854AFB;
}
.hero-block .hero-subtitle {
  font-family: "Soyuz Grotesk", sans-serif;
  font-size: min(28px, 28 / 1440 * 100vw);
  padding: min(17px, 17 / 1440 * 100vw) 0 min(67px, 67 / 1440 * 100vw);
}
.hero-block .hero-cta {
  color: white;
  height: min(75px, 75 / 1440 * 100vw);
  font-weight: 600;
  padding: 0 min(40px, 40 / 1440 * 100vw);
  border-radius: min(24px, 24 / 1440 * 100vw);
  font-size: min(22px, 22 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.hero-block .hero-note {
  font-size: min(14px, 14 / 1440 * 100vw);
  color: #7B758C;
  margin-top: min(31px, 31 / 1440 * 100vw);
  font-family: "Montserrat", sans-serif;
}
.hero-block .hero-note .icon {
  width: min(16px, 16 / 1440 * 100vw);
  height: min(16px, 16 / 1440 * 100vw);
  margin-right: min(6px, 6 / 1440 * 100vw);
}
.hero-block .hero-tags {
  gap: min(12px, 12 / 1440 * 100vw);
  display: flex;
  padding-top: min(45px, 45 / 1440 * 100vw);
}
.hero-block .hero-tags .tag {
  display: flex;
  height: min(49px, 49 / 1440 * 100vw);
  padding: 0 min(28px, 28 / 1440 * 100vw);
  font-size: min(14px, 14 / 1440 * 100vw);
  font-weight: 500;
  align-items: center;
  white-space: nowrap;
  background: #E7E7F2;
  border-radius: min(30px, 30 / 1440 * 100vw);
  font-family: "Montserrat", sans-serif;
}
.hero-block .hero-tags .tag:last-child {
  background: none;
}
.hero-block .hero-right {
  flex: 1 1 50%;
  width: 100%;
}
body.mobile .hero-block {
  gap: 24px;
  padding-top: 0;
  align-items: flex-start;
  grid-template-columns: 1fr;
}
body.mobile .hero-block .hero-left {
  max-width: 100%;
}
body.mobile .hero-block .avatars {
  height: 48px;
  width: 107.33px;
}
body.mobile .hero-block .hero-title {
  font-size: 46px;
}
body.mobile .hero-block .hero-subtitle {
  font-size: 20px;
  padding: 15px 0 25px;
}
body.mobile .hero-block .hero-cta {
  width: 100%;
  height: 64px;
  font-size: 18px;
  border-radius: 16px;
}
body.mobile .hero-block .hero-note {
  font-size: 12px;
  margin-top: 14px;
}
body.mobile .hero-block .hero-note .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
body.mobile .hero-block .hero-tags {
  gap: 12px;
  display: flex;
  padding-top: 32px;
}
body.mobile .hero-block .hero-tags .tag {
  height: 39px;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 30px;
}
body.mobile .hero-block .hero-tags .tag:last-child {
  background: none;
}
body.mobile .hero-block .hero-right {
  width: 100%;
}.about-block {
  padding: min(90px, 90 / 1440 * 100vw) 0 min(134px, 134 / 1440 * 100vw);
}
.about-block__wrapper {
  width: 100%;
  display: flex;
  height: min(678px, 678 / 1440 * 100vw);
  padding: min(75px, 75 / 1440 * 100vw) 0 min(62px, 62 / 1440 * 100vw);
  align-items: center;
  border-radius: min(56px, 56 / 1440 * 100vw);
  flex-direction: column;
  background-color: #0E0722;
}
.about-block__title {
  color: white;
  width: min(990px, 990 / 1440 * 100vw);
  font-weight: 700;
  font-size: min(56px, 56 / 1440 * 100vw);
  text-align: center;
  margin-bottom: min(10px, 10 / 1440 * 100vw);
}
.about-block__title b {
  color: #BFFF58;
}
.about-block__star-icon {
  top: min(41px, 41 / 1440 * 100vw);
  right: min(67px, 67 / 1440 * 100vw);
  width: min(68px, 68 / 1440 * 100vw);
  height: min(68px, 68 / 1440 * 100vw);
}
.about-block__image {
  width: min(492px, 492 / 1440 * 100vw);
  height: min(307px, 307 / 1440 * 100vw);
}
.about-block__bubble {
  z-index: 1;
  display: flex;
  height: min(48px, 48 / 1440 * 100vw);
  font-weight: 600;
  font-size: min(15px, 15 / 1440 * 100vw);
  flex-wrap: nowrap;
  background: white;
  position: absolute;
  align-items: center;
  border-radius: min(24px, 24 / 1440 * 100vw);
  padding: 0 min(26px, 26 / 1440 * 100vw) 0 min(55px, 55 / 1440 * 100vw);
}
.about-block__bubble .q-img {
  left: min(4px, 4 / 1440 * 100vw);
  width: min(40px, 40 / 1440 * 100vw);
  height: min(40px, 40 / 1440 * 100vw);
  position: absolute;
  border-radius: 50%;
}
.about-block__bubble__icon {
  right: min(-1px, -1 / 1440 * 100vw);
  bottom: min(-2px, -2 / 1440 * 100vw);
  position: absolute;
}
.about-block__bubble__emoji {
  width: min(22px, 22 / 1440 * 100vw) !important;
  height: min(22px, 22 / 1440 * 100vw) !important;
  position: relative !important;
}
.about-block__bubble:nth-child(4) {
  left: min(71px, 71 / 1440 * 100vw);
  bottom: min(243px, 243 / 1440 * 100vw);
}
.about-block__bubble:nth-child(5) {
  left: min(213px, 213 / 1440 * 100vw);
  bottom: min(98px, 98 / 1440 * 100vw);
}
.about-block__bubble:nth-child(6) {
  right: min(67px, 67 / 1440 * 100vw);
  bottom: min(170px, 170 / 1440 * 100vw);
}
.about-block__bubble:nth-child(6) .about-block__bubble__icon {
  z-index: -1;
  left: min(-1px, -1 / 1440 * 100vw);
  bottom: min(-2px, -2 / 1440 * 100vw);
  position: absolute;
  transform: scaleX(-1);
}
body.mobile .about-block__wrapper {
  height: unset;
  border-radius: 32px;
}
body.mobile .about-block__title {
  font-size: 34px;
  padding: 40px 0 33px;
}
body.mobile .about-block__image {
  width: 295px;
  height: 184px;
  margin-top: 152px;
}
body.mobile .about-block__bubble {
  height: 29px;
  font-size: 9.1px;
  border-radius: 14.5px;
  padding: 0 12.15px 0 33.12px;
}
body.mobile .about-block__bubble .q-img {
  left: 2.43px;
  width: 24.32px;
  height: 24.32px;
}
body.mobile .about-block__bubble__icon {
  right: -1px;
  bottom: -2px;
}
body.mobile .about-block__bubble__emoji {
  width: 14px !important;
  height: 14px !important;
  position: relative !important;
}
body.mobile .about-block__bubble:nth-child(4) {
  left: 18px;
  bottom: 297px;
}
body.mobile .about-block__bubble:nth-child(5) {
  left: unset;
  right: 21.54px;
  bottom: 318px;
}
body.mobile .about-block__bubble:nth-child(5) .about-block__bubble__icon {
  left: min(-1px, -1 / 1440 * 100vw);
  bottom: -2px;
  transform: scaleX(-1);
}
body.mobile .about-block__bubble:nth-child(6) {
  right: 20.56px;
  bottom: 240.53px;
}
body.mobile .about-block__bubble:nth-child(6) .about-block__bubble__icon {
  left: min(-1px, -1 / 1440 * 100vw);
  bottom: -2px;
  transform: scaleX(-1);
}.features-card {
  position: absolute;
  width: min(424px, 424 / 1440 * 100vw);
  height: min(526px, 526 / 1440 * 100vw);
  padding: min(16px, 16 / 1440 * 100vw);
  background: white;
  border-radius: min(40px, 40 / 1440 * 100vw);
  box-shadow: min(30px, 30 / 1440 * 100vw) min(30px, 30 / 1440 * 100vw) min(60px, 60 / 1440 * 100vw) 0 rgba(14, 7, 34, 0.1019607843);
}
.features-card__image {
  width: min(392px, 392 / 1440 * 100vw);
  height: min(374px, 374 / 1440 * 100vw);
  overflow: hidden;
  background: #F2F2F9;
  border-radius: min(24px, 24 / 1440 * 100vw);
}
.features-card__text {
  line-height: 95%;
  font-weight: 700;
  font-size: min(28px, 28 / 1440 * 100vw);
  position: relative;
  margin: min(39px, 39 / 1440 * 100vw) min(99px, 99 / 1440 * 100vw) 0 min(19px, 19 / 1440 * 100vw);
}
.features-card__icon {
  bottom: min(33px, 33 / 1440 * 100vw);
  right: min(32px, 32 / 1440 * 100vw);
  width: min(77px, 77 / 1440 * 100vw);
  height: min(77px, 77 / 1440 * 100vw);
  position: absolute;
}
body.mobile .features-card {
  width: 274px;
  height: 340px;
  padding: 11px;
  border-radius: 26px;
  box-shadow: 30px 30px 60px 0 rgba(14, 7, 34, 0.1019607843);
}
body.mobile .features-card__image {
  width: 253px;
  height: 241px;
  border-radius: 16px;
}
body.mobile .features-card__text {
  font-size: 18px;
  margin: 28px 60px 0 14px;
}
body.mobile .features-card__icon {
  bottom: 20px;
  right: 20px;
  width: 49.7px;
  height: 49.7px;
}.features-block {
  position: relative;
}
.features-block__wrapper {
  display: grid;
  margin: min(40px, 40 / 1440 * 100vw) 0 min(100px, 100 / 1440 * 100vw);
  grid-template-columns: min(660px, 660 / 1440 * 100vw) 1fr;
}
.features-block__icon {
  top: min(200px, 200 / 1440 * 100vw);
  width: min(254px, 254 / 1440 * 100vw);
  height: min(254px, 254 / 1440 * 100vw);
  right: min(-60px, -60 / 1440 * 100vw);
  transform: rotate(11deg);
}
.features-block__icon img {
  filter: blur(6px);
}
.features-block__nav-item {
  cursor: pointer;
  border-radius: min(32px, 32 / 1440 * 100vw);
  padding: min(30px, 30 / 1440 * 100vw) min(152px, 152 / 1440 * 100vw) min(32px, 32 / 1440 * 100vw) min(110px, 110 / 1440 * 100vw);
}
.features-block__nav-item__label {
  font-weight: 700;
  font-size: min(28px, 28 / 1440 * 100vw);
  position: relative;
  margin-bottom: min(10px, 10 / 1440 * 100vw);
}
.features-block__nav-item__label .q-icon {
  left: min(-32px, -32 / 1440 * 100vw);
  color: #854AFB;
  position: absolute;
}
.features-block__nav-item__text {
  font-size: min(16px, 16 / 1440 * 100vw);
  line-height: 160%;
  font-weight: 200;
}
.features-block__nav-item.active {
  color: white;
  background: linear-gradient(259.56deg, #B574FB 0%, #763DFA 100%);
}
.features-block__nav-item.active .features-block__nav-item__label .q-icon {
  color: white;
  transform: rotate(45deg);
}
body.mobile .features-block__wrapper {
  margin: 0 0 80px;
  grid-template-columns: 1fr;
  grid-template-rows: 400px auto;
  grid-template-areas: "cards" "nav";
}
body.mobile .features-block__cards {
  grid-area: cards;
}
body.mobile .features-block__nav {
  grid-area: nav;
  padding-top: 15px;
}
body.mobile .features-block__nav-item {
  border-radius: 24px;
  padding: 20px 20px 20px 54px;
}
body.mobile .features-block__nav-item__label {
  font-size: 20px;
  margin-bottom: 6px;
}
body.mobile .features-block__nav-item__label .q-icon {
  left: -34px;
}
body.mobile .features-block__nav-item__text {
  font-size: 13px;
}
.features-block__cards > :nth-child(1) {
  transform: translateY(0) rotate(-6deg) rotate(0);
}
.features-block__cards > :nth-child(1).card-stack-enter-to {
  transform: translateY(0) rotate(-6deg) rotate(0);
}
.features-block__cards > :nth-child(1).card-stack-leave-from {
  transform: translateY(0) rotate(-6deg) rotate(0);
}
.features-block__cards > :nth-child(2) {
  transform: translateY(0) rotate(8deg) rotate(0);
}
.features-block__cards > :nth-child(2).card-stack-enter-to {
  transform: translateY(0) rotate(8deg) rotate(0);
}
.features-block__cards > :nth-child(2).card-stack-leave-from {
  transform: translateY(0) rotate(8deg) rotate(0);
}
.features-block__cards > :nth-child(3) {
  transform: translateY(0) rotate(-1deg) rotate(0);
}
.features-block__cards > :nth-child(3).card-stack-enter-to {
  transform: translateY(0) rotate(-1deg) rotate(0);
}
.features-block__cards > :nth-child(3).card-stack-leave-from {
  transform: translateY(0) rotate(-1deg) rotate(0);
}
.features-block__cards > :nth-child(4) {
  transform: translateY(0) rotate(3deg) rotate(0);
}
.features-block__cards > :nth-child(4) .card-stack-enter-to {
  transform: translateY(0) rotate(3deg) rotate(0);
}
.features-block__cards > :nth-child(4) .card-stack-leave-from {
  transform: translateY(0) rotate(3deg) rotate(0);
}
.features-block .card-stack-enter-from {
  opacity: 0;
  transform: translateY(20px) scale(0.95) rotate(-30deg);
}
.features-block .card-stack-enter-active {
  transition: all 0.4s ease;
}
.features-block .card-stack-enter-to {
  opacity: 1;
}
.features-block .card-stack-leave-from {
  opacity: 1;
}
.features-block .card-stack-leave-active {
  transition: all 0.3s ease-in;
}
.features-block .card-stack-leave-to {
  opacity: 0;
  transform: translateY(-20px) scale(0.95) rotate(20deg);
}.grid-item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: min(300px, 300 / 1440 * 100vw) min(268px, 268 / 1440 * 100vw);
}
.grid-item > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: min(32px, 32 / 1440 * 100vw);
  background-color: white;
}
.grid-item__image__area {
  padding: min(16px, 16 / 1440 * 100vw);
}
.grid-item__chip {
  gap: min(8px, 8 / 1440 * 100vw);
  display: flex;
  height: min(36px, 36 / 1440 * 100vw);
  font-weight: 700;
  font-size: min(12px, 12 / 1440 * 100vw);
  align-items: center;
  background: #BFFF58;
  border-radius: min(20px, 20 / 1440 * 100vw);
  padding: 0 min(15px, 15 / 1440 * 100vw) 0 min(10px, 10 / 1440 * 100vw);
}
.grid-item__chip .q-icon {
  font-size: min(16px, 16 / 1440 * 100vw) !important;
}
.grid-item__chip.bg-secondary .q-icon {
  color: #854AFB;
}
.grid-item__favorite {
  top: min(16px, 16 / 1440 * 100vw);
  right: min(16px, 16 / 1440 * 100vw);
  width: min(36px, 36 / 1440 * 100vw);
  height: min(36px, 36 / 1440 * 100vw);
  padding: min(10px, 10 / 1440 * 100vw);
  background: white;
  border-radius: 50%;
}
.grid-item__description {
  gap: min(8px, 8 / 1440 * 100vw);
  padding: min(24px, 24 / 1440 * 100vw);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.grid-item__description__price {
  flex-grow: 1;
  text-align: right;
  font-size: min(18px, 18 / 1440 * 100vw);
}
.grid-item__description__label {
  font-size: min(28px, 28 / 1440 * 100vw);
}
.grid-item__description__text {
  height: min(72px, 72 / 1440 * 100vw);
  line-height: 160%;
  font-size: min(15px, 15 / 1440 * 100vw);
  margin: min(8px, 8 / 1440 * 100vw) 0 min(16px, 16 / 1440 * 100vw);
}
.grid-item__description__btn {
  color: white;
  height: min(36px, 36 / 1440 * 100vw);
  font-size: min(18px, 18 / 1440 * 100vw);
  padding: 0 min(24px, 24 / 1440 * 100vw);
  font-weight: 600;
  pointer-events: auto;
  border-radius: min(12px, 12 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
body.mobile .grid-item {
  grid-template-rows: 233px 267px;
}
body.mobile .grid-item > div {
  border-radius: 24px;
}
body.mobile .grid-item__image__area {
  padding: 16px;
}
body.mobile .grid-item__chip {
  gap: 8px;
  height: 36px;
  font-size: 12px;
  border-radius: 20px;
  padding: 0 15px 0 10px;
}
body.mobile .grid-item__chip .q-icon {
  font-size: 15px !important;
}
body.mobile .grid-item__favorite {
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 10px;
  font-size: 18px;
}
body.mobile .grid-item__description {
  gap: 8px;
  padding: 16px;
}
body.mobile .grid-item__description__label {
  font-size: 20px;
}
body.mobile .grid-item__description__text {
  height: 63px;
  line-height: 160%;
  font-size: 13px;
  margin: 0 0 16px;
}
body.mobile .grid-item__description__price {
  width: 100%;
  text-align: left;
  font-size: 15px;
}
body.mobile .grid-item__description__btn {
  height: 36px;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 10px;
}.grid-unique {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: min(32px, 32 / 1440 * 100vw);
  flex-direction: column;
  background-color: white;
  padding: min(40px, 40 / 1440 * 100vw) min(50px, 50 / 1440 * 100vw) min(64px, 64 / 1440 * 100vw);
}
.grid-unique__img {
  width: min(200px, 200 / 1440 * 100vw);
  height: min(200px, 200 / 1440 * 100vw);
  margin-bottom: min(24px, 24 / 1440 * 100vw);
}
.grid-unique__label {
  font-weight: 700;
  font-size: min(28px, 28 / 1440 * 100vw);
  text-align: center;
}
.grid-unique__text {
  line-height: 160%;
  font-size: min(15px, 15 / 1440 * 100vw);
  text-align: center;
  margin: min(14px, 14 / 1440 * 100vw) 0 min(32px, 32 / 1440 * 100vw);
}
.grid-unique__btn {
  color: white;
  height: min(60px, 60 / 1440 * 100vw);
  font-size: min(18px, 18 / 1440 * 100vw);
  padding: 0 min(56px, 56 / 1440 * 100vw);
  font-weight: 600;
  pointer-events: auto;
  border-radius: min(16px, 16 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
body.mobile .grid-unique {
  border-radius: 24px;
  padding: 40px 30px 40px;
}
body.mobile .grid-unique__img {
  width: 180px;
  height: 180px;
  margin-bottom: 24px;
}
body.mobile .grid-unique__label {
  font-size: 20px;
}
body.mobile .grid-unique__text {
  height: 63px;
  line-height: 160%;
  font-size: 13px;
  margin: 14px 0 32px;
}
body.mobile .grid-unique__btn {
  height: 60px;
  font-size: 18px;
  padding: 0 56px;
  border-radius: 16px;
}.grid-block__list {
  margin-top: min(40px, 40 / 1440 * 100vw);
  display: grid;
  grid-row-gap: min(48px, 48 / 1440 * 100vw);
  grid-auto-rows: min(568px, 568 / 1440 * 100vw);
  grid-column-gap: min(24px, 24 / 1440 * 100vw);
  grid-template-columns: 1fr 1fr 1fr;
}
body.mobile .grid-block__list {
  margin-top: 28px;
  grid-row-gap: 16px;
  grid-auto-rows: 500px;
  grid-column-gap: 24px;
  grid-template-columns: 1fr;
}.how-it-works-block {
  padding: min(140px, 140 / 1440 * 100vw) 0 min(168px, 168 / 1440 * 100vw);
}
.how-it-works-block__wrapper {
  width: 100%;
  display: flex;
  height: min(678px, 678 / 1440 * 100vw);
  padding: min(62px, 62 / 1440 * 100vw) 0;
  position: relative;
  align-items: center;
  border-radius: min(56px, 56 / 1440 * 100vw);
  flex-direction: column;
  background-color: #0E0722;
}
.how-it-works-block__stamp {
  top: min(60px, 60 / 1440 * 100vw);
  right: min(60px, 60 / 1440 * 100vw);
  width: min(150px, 150 / 1440 * 100vw);
  height: min(150px, 150 / 1440 * 100vw);
  position: absolute;
}
.how-it-works-block__stamp .q-icon {
  width: min(150px, 150 / 1440 * 100vw);
  height: min(150px, 150 / 1440 * 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 / 1440 * 100vw) min(50px, 50 / 1440 * 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 / 1440 * 100vw);
  height: min(200px, 200 / 1440 * 100vw);
}
.how-it-works-block__item__number {
  font-weight: 700;
  font-size: min(52px, 52 / 1440 * 100vw);
  line-height: 100%;
  margin-top: min(23px, 23 / 1440 * 100vw);
  text-align: center;
}
.how-it-works-block__item__title {
  font-weight: 700;
  font-size: min(28px, 28 / 1440 * 100vw);
  line-height: 130%;
  margin-top: min(13px, 13 / 1440 * 100vw);
  text-align: center;
  font-family: "Soyuz Grotesk", sans-serif;
}
.how-it-works-block__item__text {
  font-weight: 400;
  font-size: min(15px, 15 / 1440 * 100vw);
  line-height: 160%;
  margin-top: min(16px, 16 / 1440 * 100vw);
  text-align: center;
}
.how-it-works-block__item:nth-child(2):before {
  content: "";
  top: min(116px, 116 / 1440 * 100vw);
  left: min(-48px, -48 / 1440 * 100vw);
  height: min(4px, 4 / 1440 * 100vw);
  width: min(136px, 136 / 1440 * 100vw);
  position: absolute;
  background-image: radial-gradient(circle, #BFFF58 min(2px, 2 / 1440 * 100vw), transparent min(2px, 2 / 1440 * 100vw));
  background-size: min(12px, 12 / 1440 * 100vw) min(4px, 4 / 1440 * 100vw);
  background-repeat: repeat-x;
}
.how-it-works-block__item:nth-child(2):after {
  content: "";
  top: min(116px, 116 / 1440 * 100vw);
  right: min(-48px, -48 / 1440 * 100vw);
  height: min(4px, 4 / 1440 * 100vw);
  width: min(136px, 136 / 1440 * 100vw);
  position: absolute;
  background-image: radial-gradient(circle, #BFFF58 min(2px, 2 / 1440 * 100vw), transparent min(2px, 2 / 1440 * 100vw));
  background-size: min(12px, 12 / 1440 * 100vw) min(4px, 4 / 1440 * 100vw);
  background-repeat: repeat-x;
}
body.mobile .how-it-works-block {
  padding: 80px 20px;
}
body.mobile .how-it-works-block__wrapper {
  height: unset;
  border-radius: 32px;
  padding: 140px 0 48px;
}
body.mobile .how-it-works-block__stamp {
  top: 24px;
  right: unset;
  width: 100px;
  height: 100px;
}
body.mobile .how-it-works-block__stamp .q-icon {
  width: 100px;
  height: 100px;
}
body.mobile .how-it-works-block__steps {
  width: 100%;
  padding: 17px 0 0;
  grid-template-columns: 1fr;
}
body.mobile .how-it-works-block__item__img {
  width: 133px;
  height: 140px;
}
body.mobile .how-it-works-block__item__number {
  font-size: 40px;
  margin-top: 14px;
}
body.mobile .how-it-works-block__item__title {
  font-size: 20px;
  margin-top: 8px;
}
body.mobile .how-it-works-block__item__text {
  font-size: 13px;
  margin-top: 8px;
}
body.mobile .how-it-works-block__item:nth-child(2) {
  margin: 40px 0;
}
body.mobile .how-it-works-block__item:nth-child(2):before {
  top: -34px;
  left: unset;
  width: 4px;
  height: 34px;
  background-image: radial-gradient(circle, #BFFF58 2px, transparent 2px);
  background-size: 4px 12px;
  background-repeat: repeat-y;
}
body.mobile .how-it-works-block__item:nth-child(2):after {
  top: unset;
  bottom: -42px;
  right: unset;
  width: 4px;
  height: 34px;
  background-image: radial-gradient(circle, #BFFF58 2px, transparent 2px);
  background-size: 4px 12px;
  background-repeat: repeat-y;
}.faq-block {
  position: relative;
}
.faq-block .text-title {
  margin-bottom: min(34px, 34 / 1440 * 100vw) !important;
}
.faq-block__icon {
  top: min(300px, 300 / 1440 * 100vw);
  width: min(254px, 254 / 1440 * 100vw);
  height: min(254px, 254 / 1440 * 100vw);
  left: min(-60px, -60 / 1440 * 100vw);
}
.faq-block__icon img {
  filter: blur(6px);
}
.faq-block .q-item {
  height: min(80px, 80 / 1440 * 100vw);
  font-size: min(15px, 15 / 1440 * 100vw);
  padding: min(22px, 22 / 1440 * 100vw) min(20px, 20 / 1440 * 100vw);
}
.faq-block .q-item__label {
  padding-left: min(20px, 20 / 1440 * 100vw);
  font-weight: 700;
  font-size: min(17px, 17 / 1440 * 100vw);
  font-family: "Montserrat", sans-serif;
}
.faq-block .q-item__section--side {
  padding: 0;
  color: white;
  display: flex;
  width: min(36px, 36 / 1440 * 100vw);
  height: min(36px, 36 / 1440 * 100vw);
  align-self: center;
  align-items: center;
  border-radius: min(16px, 16 / 1440 * 100vw);
  justify-content: center;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.faq-block .q-item__section--side i {
  font-size: min(16px, 16 / 1440 * 100vw);
}
.faq-block .q-expansion-item {
  width: min(888px, 888 / 1440 * 100vw);
  margin: 0 auto;
  background: #E7E7F2;
  border-radius: min(30px, 30 / 1440 * 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 / 1440 * 100vw);
}
.faq-block .q-expansion-item__content {
  padding: 0;
  font-weight: 300;
  line-height: 150%;
  font-size: min(15px, 15 / 1440 * 100vw);
}
.faq-block .q-expansion-item__content > div {
  padding: 0 min(80px, 80 / 1440 * 100vw) min(31px, 31 / 1440 * 100vw) min(40px, 40 / 1440 * 100vw);
}
body.mobile .faq-block .text-title {
  margin-bottom: 28px !important;
}
body.mobile .faq-block .q-item {
  height: 80px;
  font-size: 15px;
  padding: 22px 20px;
}
body.mobile .faq-block .q-item__label {
  padding-left: min(20px, 20 / 1440 * 100vw);
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
body.mobile .faq-block .q-item__section--side {
  width: 28px;
  height: 28px;
  border-radius: 12px;
}
body.mobile .faq-block .q-item__section--side i {
  font-size: 12px;
}
body.mobile .faq-block .q-expansion-item {
  width: 100%;
  border-radius: 24px;
}
body.mobile .faq-block .q-expansion-item:not(:last-child) {
  margin-bottom: 12px;
}
body.mobile .faq-block .q-expansion-item__content {
  padding: 0;
  font-size: 13px;
}
body.mobile .faq-block .q-expansion-item__content > div {
  padding: 0 16px 31px 24px;
}.form-block {
  color: #73738A;
  font-size: min(14px, 14 / 1440 * 100vw);
  position: relative;
  margin-top: min(141px, 141 / 1440 * 100vw) !important;
}
.form-block a {
  color: #73738A;
}
.form-block__wrapper {
  width: 100%;
  display: flex;
  border-radius: min(56px, 56 / 1440 * 100vw);
  flex-direction: column;
  align-items: flex-start;
  background-color: #0E0722;
  padding: min(64px, 64 / 1440 * 100vw) min(656px, 656 / 1440 * 100vw) min(64px, 64 / 1440 * 100vw) min(64px, 64 / 1440 * 100vw);
}
.form-block__wrapper > :nth-child(3) {
  margin-top: min(22px, 22 / 1440 * 100vw);
}
.form-block__wrapper > :nth-child(4) {
  margin-top: min(40px, 40 / 1440 * 100vw);
}
.form-block .text-title {
  color: white;
  font-size: min(56px, 56 / 1440 * 100vw) !important;
}
.form-block__form {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-gap: min(32px, 32 / 1440 * 100vw);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min(64px, 64 / 1440 * 100vw) min(140px, 140 / 1440 * 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 / 1440 * 100vw);
  padding: min(2px, 2 / 1440 * 100vw) min(3px, 3 / 1440 * 100vw);
  border-radius: min(12px, 12 / 1440 * 100vw);
  background-color: #1B1334;
}
.form-block__form .q-field__native {
  color: #fff;
  padding: 0 min(30px, 30 / 1440 * 100vw) !important;
}
.form-block__form .q-textarea .q-field__native {
  padding: min(18px, 18 / 1440 * 100vw) min(30px, 30 / 1440 * 100vw) 0 !important;
}
.form-block__form .q-field--focused .q-field__control {
  box-shadow: 0 0 0 min(2px, 2 / 1440 * 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 / 1440 * 100vw);
  font-weight: 600;
  padding: 0 min(40px, 40 / 1440 * 100vw);
  font-size: min(18px, 18 / 1440 * 100vw);
  margin-right: min(31px, 31 / 1440 * 100vw);
  border-radius: min(16px, 16 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.form-block__pic {
  bottom: 0;
  right: min(45px, 45 / 1440 * 100vw);
  width: min(868px, 868 / 1440 * 100vw);
  height: min(620px, 620 / 1440 * 100vw);
}
body.mobile .form-block {
  font-size: 11px;
  margin-top: 141px !important;
}
body.mobile .form-block__wrapper {
  border-radius: 24px;
  padding: 40px 16px;
}
body.mobile .form-block__wrapper > :nth-child(3) {
  margin-top: 18px;
}
body.mobile .form-block__wrapper > :nth-child(4) {
  margin-top: 18px;
}
body.mobile .form-block .text-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 34px !important;
}
body.mobile .form-block__form {
  grid-gap: 24px;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 60px 140px;
  grid-template-areas: "first" "second" "third";
}
body.mobile .form-block__form .q-field__control {
  padding: 2px 3px;
  font-size: 16px;
  border-radius: 12px;
}
body.mobile .form-block__form .q-field__native {
  padding: 0 30px !important;
}
body.mobile .form-block__form .q-textarea .q-field__native {
  padding: 18px 30px 0 !important;
}
body.mobile .form-block__form .q-field--focused .q-field__control {
  box-shadow: 0 0 0 2px #b76dff;
}
body.mobile .form-block img {
  width: 20px;
  margin-right: 8px;
}
body.mobile .form-block__caption {
  line-height: 180%;
  margin-top: 18px;
}
body.mobile .form-block .q-btn {
  width: 100%;
  height: 54px;
  margin-right: 0;
  font-size: 18px;
  border-radius: 18px;
}.app-dialog__wrapper {
  display: flex;
  position: relative;
  background-color: #ffffff;
  max-width: none !important;
  border-radius: min(48px, 48 / 1440 * 100vw) !important;
}
.app-dialog__close {
  z-index: 1;
  top: min(19px, 19 / 1440 * 100vw);
  right: min(19px, 19 / 1440 * 100vw);
  width: min(40px, 40 / 1440 * 100vw);
  height: min(40px, 40 / 1440 * 100vw);
  color: #D4D4D4;
  min-width: min(40px, 40 / 1440 * 100vw);
  min-height: min(40px, 40 / 1440 * 100vw);
  position: absolute;
  font-size: min(12px, 12 / 1440 * 100vw);
}
.app-dialog__success-image {
  width: min(110px, 110 / 1440 * 100vw);
  height: min(110px, 110 / 1440 * 100vw);
  margin: 0 auto min(16px, 16 / 1440 * 100vw);
}
.app-dialog__form {
  padding: min(48px, 48 / 1440 * 100vw) min(60px, 60 / 1440 * 100vw) !important;
}
.app-dialog__form__main.success {
  width: min(400px, 400 / 1440 * 100vw);
  display: flex;
  text-align: center;
  flex-direction: column;
}
.app-dialog__title {
  font-weight: 700;
  font-size: min(32px, 32 / 1440 * 100vw);
  margin-bottom: min(12px, 12 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
}
.app-dialog__subtitle {
  font-size: min(14px, 14 / 1440 * 100vw);
  line-height: 160%;
}
.app-dialog__btn {
  width: 100%;
  color: white;
  height: min(64px, 64 / 1440 * 100vw);
  font-weight: 600;
  font-size: min(18px, 18 / 1440 * 100vw);
  margin-top: min(29px, 29 / 1440 * 100vw);
  border-radius: min(16px, 16 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.app-dialog .q-card {
  border-radius: 0 !important;
}
.app-dialog .q-field {
  background: #F2F2F9;
  border-radius: min(16px, 16 / 1440 * 100vw);
  border: min(1px, 1 / 1440 * 100vw) solid transparent;
}
.app-dialog .q-field__control {
  height: 100%;
  border: none;
  box-shadow: none;
  font-size: min(16px, 16 / 1440 * 100vw);
  padding: min(2px, 2 / 1440 * 100vw) min(3px, 3 / 1440 * 100vw);
  border-radius: min(12px, 12 / 1440 * 100vw);
  background: transparent;
  min-height: min(60px, 60 / 1440 * 100vw) !important;
}
.app-dialog .q-field__control:before {
  border-radius: min(16px, 16 / 1440 * 100vw);
  border: none !important;
  background: white !important;
}
.app-dialog .q-field__native {
  min-height: unset;
  line-height: unset;
  padding: 0 min(30px, 30 / 1440 * 100vw) !important;
}
.app-dialog .q-field__marginal {
  opacity: 0.6;
  height: 100%;
}
.app-dialog .q-field--highlighted {
  border-color: #D8D8DD;
}
.app-dialog .q-field--readonly {
  opacity: 0.6;
}
.app-dialog .q-field input {
  color: #0E0722;
}
.app-dialog .q-field input::placeholder {
  opacity: 0.4;
}
.app-dialog .q-field input:focus::placeholder {
  color: transparent;
}
.app-dialog .q-field__append {
  z-index: 1;
  padding: 0;
  color: white;
  display: flex;
  width: min(24px, 24 / 1440 * 100vw);
  height: min(24px, 24 / 1440 * 100vw);
  align-self: center;
  align-items: center;
  margin-right: min(18px, 18 / 1440 * 100vw);
  border-radius: min(10px, 10 / 1440 * 100vw);
  justify-content: center;
  opacity: 1;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.app-dialog .q-field__append i {
  color: white;
  font-size: min(12px, 12 / 1440 * 100vw);
}
.app-dialog .q-field--focused .q-field__control {
  box-shadow: none !important;
  border: none !important;
}
.app-dialog .q-field__bottom {
  display: none;
}
.app-dialog .q-field--filled .q-field__control:after {
  display: none !important;
}
.app-dialog .q-date {
  width: 100%;
  box-shadow: none;
  background: #F2F2F9;
  border-radius: min(24px, 24 / 1440 * 100vw) min(24px, 24 / 1440 * 100vw) 0 0;
}
.app-dialog .q-date__today {
  box-shadow: none;
}
.app-dialog .q-date__view {
  padding: 0;
  min-height: unset;
}
.app-dialog .q-date__navigation {
  height: min(32px, 32 / 1440 * 100vw);
  margin: min(8px, 8 / 1440 * 100vw) min(8px, 8 / 1440 * 100vw) min(16px, 16 / 1440 * 100vw);
}
.app-dialog .q-date__navigation .q-date__arrow {
  width: min(32px, 32 / 1440 * 100vw);
  height: min(32px, 32 / 1440 * 100vw);
  background: white;
  border-radius: min(8px, 8 / 1440 * 100vw);
}
.app-dialog .q-date__navigation .q-btn {
  width: 100%;
  height: 100%;
  font-weight: 700;
}
.app-dialog .q-date__navigation .q-icon {
  font-size: min(14px, 14 / 1440 * 100vw);
}
.app-dialog .q-date__navigation > :nth-child(4) {
  display: none;
}
.app-dialog .q-date__navigation > :nth-child(5) {
  display: none;
}
.app-dialog .q-date__navigation > :nth-child(6) {
  display: none;
}
.app-dialog .q-date__calendar-weekdays {
  font-weight: 500;
  font-size: min(14px, 14 / 1440 * 100vw);
  background: white;
  border-radius: min(16px, 16 / 1440 * 100vw) min(16px, 16 / 1440 * 100vw) 0 0;
}
.app-dialog .q-date__calendar-days-container {
  background: white;
  min-height: unset;
  padding: 0 min(8px, 8 / 1440 * 100vw);
  border-radius: 0 0 min(16px, 16 / 1440 * 100vw) min(16px, 16 / 1440 * 100vw);
}
.app-dialog .q-date__calendar-item {
  padding: min(8px, 8 / 1440 * 100vw) min(4px, 4 / 1440 * 100vw);
  font-size: min(14px, 14 / 1440 * 100vw);
}
.app-dialog .q-date__calendar-item--in button {
  height: min(32px, 32 / 1440 * 100vw);
  width: 100%;
  font-size: min(14px, 14 / 1440 * 100vw);
  background: #F2F2F9;
  border-radius: min(12px, 12 / 1440 * 100vw);
  display: flex;
  line-height: unset;
}
.app-dialog .q-date__main {
  width: 100%;
  padding: min(16px, 16 / 1440 * 100vw);
}
.app-dialog .q-date__months {
  width: 100%;
  padding: min(16px, 16 / 1440 * 100vw);
  background: white;
  min-height: unset;
  border-radius: min(16px, 16 / 1440 * 100vw);
}
.app-dialog .q-date__months-item {
  padding: min(8px, 8 / 1440 * 100vw) 0;
}
.app-dialog .q-date__months-item .q-btn {
  height: min(32px, 32 / 1440 * 100vw);
  font-size: min(14px, 14 / 1440 * 100vw);
  background: #F2F2F9;
  border-radius: min(12px, 12 / 1440 * 100vw);
  display: flex;
  line-height: unset;
}
.app-dialog .q-date__footer {
  background: #F2F2F9;
  padding: 0 min(16px, 16 / 1440 * 100vw) min(16px, 16 / 1440 * 100vw);
  border-radius: 0 0 min(24px, 24 / 1440 * 100vw) min(24px, 24 / 1440 * 100vw);
}
.app-dialog .q-date__footer > div {
  width: 100%;
  height: min(54px, 54 / 1440 * 100vw);
  background: white;
  border-radius: min(16px, 16 / 1440 * 100vw);
  justify-content: center;
}
.app-dialog .q-date__footer > div :first-child {
  margin-right: min(6px, 6 / 1440 * 100vw);
}
body.mobile .app-dialog__wrapper {
  overflow: visible;
  border-radius: 32px !important;
}
body.mobile .app-dialog__success-image {
  width: 90px;
  height: 90px;
  margin: 0 auto min(16px, 16 / 1440 * 100vw);
}
body.mobile .app-dialog__close {
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 12px;
}
body.mobile .app-dialog__btn {
  height: 64px;
  font-size: 18px;
  margin-top: 24px;
  border-radius: 16px;
}
body.mobile .app-dialog__btn .q-icon {
  font-size: 22px;
  margin-right: 10px;
}
body.mobile .app-dialog__form {
  padding: 32px 20px !important;
}
body.mobile .app-dialog__form__main.success {
  width: 296px;
}
body.mobile .app-dialog .q-card {
  border-radius: 32px !important;
}
body.mobile .app-dialog .q-dialog__inner--maximized .q-card {
  border-radius: 0 !important;
  overflow-y: scroll;
}
body.mobile .app-dialog__title {
  font-size: 28px;
  margin-bottom: 8px;
}
body.mobile .app-dialog__subtitle {
  font-size: 13px;
}
body.mobile .app-dialog .q-field {
  border-radius: 12px;
  border: 1px solid transparent;
}
body.mobile .app-dialog .q-field__control {
  font-size: 13px;
  padding: 2px 3px;
  border-radius: 12px;
  min-height: 54px !important;
}
body.mobile .app-dialog .q-field__control:before {
  border-radius: 12px;
}
body.mobile .app-dialog .q-field__native {
  padding: 0 24px !important;
}
body.mobile .app-dialog .q-field__append {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 10px;
}
body.mobile .app-dialog .q-field__append i {
  font-size: 12px;
}
body.mobile .app-dialog .q-date {
  border-radius: 24px 24px 0 0;
}
body.mobile .app-dialog .q-date__navigation {
  height: 32px;
  margin: 8px 8px 16px;
}
body.mobile .app-dialog .q-date__navigation .q-date__arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
body.mobile .app-dialog .q-date__navigation .q-date__arrow button {
  width: 100%;
}
body.mobile .app-dialog .q-date__navigation .q-icon {
  font-size: 12px;
}
body.mobile .app-dialog .q-date__calendar-weekdays {
  font-size: 12px;
  border-radius: 16px 16px 0 0;
}
body.mobile .app-dialog .q-date__calendar-days-container {
  padding: 0 8px;
  border-radius: 0 0 16px 16px;
}
body.mobile .app-dialog .q-date__calendar-item {
  height: 36px !important;
  padding: 8px 4px;
  font-size: 12px;
}
body.mobile .app-dialog .q-date__calendar-item--in button {
  height: 28px;
  font-size: 12px;
  border-radius: 12px;
}
body.mobile .app-dialog .q-date__main {
  padding: 8px;
}
body.mobile .app-dialog .q-date__months {
  padding: 8px;
  border-radius: 16px;
}
body.mobile .app-dialog .q-date__months-item {
  padding: 8px 0;
}
body.mobile .app-dialog .q-date__months-item .q-btn {
  height: 32px;
  font-size: 14px;
  border-radius: 12px;
}
body.mobile .app-dialog .q-date__footer {
  padding: 0 8px 8px;
  border-radius: 0 0 24px 24px;
}
body.mobile .app-dialog .q-date__footer > div {
  height: 54px;
  border-radius: 16px;
}
body.mobile .app-dialog .q-date__footer > div :first-child {
  margin-right: 6px;
}
body.mobile .app-dialog.fullscreen > .app-dialog__close {
  top: 20px;
  right: 10px;
}
body.mobile .app-dialog.fullscreen > .app-dialog__wrapper {
  overflow-x: hidden;
  border-radius: 0 !important;
}.dialog-demo {
  width: min(400px, 400 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
}
.dialog-demo__qr {
  width: min(140px, 140 / 1440 * 100vw);
  height: min(140px, 140 / 1440 * 100vw);
  margin: min(16px, 16 / 1440 * 100vw) auto;
}
.dialog-demo__btn {
  color: white;
  height: min(64px, 64 / 1440 * 100vw);
  font-weight: 600;
  font-size: min(18px, 18 / 1440 * 100vw);
  border-radius: min(16px, 16 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.dialog-demo__btn .q-icon {
  font-size: min(22px, 22 / 1440 * 100vw);
  margin-right: min(10px, 10 / 1440 * 100vw);
}
.dialog-demo__under-btn {
  height: min(64px, 64 / 1440 * 100vw);
  font-weight: 600;
  font-size: min(18px, 18 / 1440 * 100vw);
  border-radius: min(16px, 16 / 1440 * 100vw);
  margin-bottom: min(-20px, -20 / 1440 * 100vw);
  text-decoration: underline;
  text-underline-offset: min(6px, 6 / 1440 * 100vw);
  text-decoration-style: dotted;
  text-decoration-thickness: min(2px, 2 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
}
.dialog-demo__form {
  padding: min(24px, 24 / 1440 * 100vw) 0;
}
.dialog-demo .q-input {
  margin-bottom: min(16px, 16 / 1440 * 100vw);
}
body.mobile .dialog-demo {
  width: 100%;
}
body.mobile .dialog-demo__btn {
  height: 64px;
  font-size: 18px;
  margin-top: 24px;
  border-radius: 16px;
}
body.mobile .dialog-demo__btn .q-icon {
  font-size: 22px;
  margin-right: 10px;
}
body.mobile .dialog-demo__under-btn {
  height: 60px;
  font-size: 18px;
  border-radius: 16px;
  margin-bottom: -8px;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
body.mobile .dialog-demo .q-input {
  margin-bottom: 16px;
}.dialog-request {
  width: min(932px, 932 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
}
.dialog-request__title {
  font-weight: 700;
  font-size: min(17px, 17 / 1440 * 100vw);
  margin-bottom: min(24px, 24 / 1440 * 100vw);
}
.dialog-request__title:not(:first-child) {
  margin-top: min(40px, 40 / 1440 * 100vw);
}
.dialog-request__title.pricing {
  margin: min(22px, 22 / 1440 * 100vw) 0 min(4px, 4 / 1440 * 100vw);
}
.dialog-request__btn {
  width: 100%;
  color: white;
  height: min(64px, 64 / 1440 * 100vw);
  font-weight: 600;
  font-size: min(18px, 18 / 1440 * 100vw);
  margin-top: min(29px, 29 / 1440 * 100vw);
  border-radius: min(16px, 16 / 1440 * 100vw);
  font-family: "Soyuz Grotesk", sans-serif;
  background: linear-gradient(90deg, #763DFA, #B574FB);
}
.dialog-request__btn .q-icon {
  font-size: min(22px, 22 / 1440 * 100vw);
  margin-right: min(10px, 10 / 1440 * 100vw);
}
.dialog-request__form {
  display: grid;
  grid-gap: min(42px, 42 / 1440 * 100vw);
  padding: min(24px, 24 / 1440 * 100vw) 0 0;
  grid-template-columns: min(420px, 420 / 1440 * 100vw) min(470px, 470 / 1440 * 100vw);
}
.dialog-request .q-field {
  margin-bottom: min(16px, 16 / 1440 * 100vw);
}
.dialog-request .q-placeholder-select .ellipsis {
  color: #898B99;
}
.dialog-request .caption {
  font-weight: 400;
  font-size: min(12px, 12 / 1440 * 100vw);
  line-height: 160%;
}
body.mobile .dialog-request {
  width: 100%;
}
body.mobile .dialog-request__form {
  grid-gap: 40px;
  padding: 32px 0 40px;
  grid-template-columns: 1fr;
}
body.mobile .dialog-request__title {
  font-size: 15px;
  margin-bottom: 24px;
}
body.mobile .dialog-request__title:not(:first-child) {
  margin-top: 40px;
}
body.mobile .dialog-request__title.pricing {
  margin: 22px 0 4px;
}
body.mobile .dialog-request .q-field {
  margin-bottom: 16px;
}
body.mobile .dialog-request .q-checkbox {
  margin-top: 32px;
}
body.mobile .dialog-request .caption {
  font-size: 11px;
  margin-top: 7px;
}
body.mobile .dialog-request__btn {
  height: 64px;
  font-size: 18px;
  margin-top: 42px;
  border-radius: 16px;
}.mobile-banner {
  color: white;
  padding: 16px 20px 11px;
  background: linear-gradient(259.56deg, #B574FB 0%, #763DFA 100%);
}
.mobile-banner__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.mobile-banner__text {
  font-size: 10px;
  line-height: 160%;
  max-width: 202px;
}
.mobile-banner__btn {
  top: 16px;
  display: flex;
  right: 20px;
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.mobile-banner__btn .q-icon {
  color: #9558FB;
  font-size: 22px;
}
.mobile-banner .fade-up-enter-active,
.mobile-banner .fade-up-leave-active {
  transition: all ease-in-out 0.3s;
}
.mobile-banner .fade-up-enter-from,
.mobile-banner .fade-up-leave-to {
  transform: translateY(min(100px, 100 / 1440 * 100vw));
}
.mobile-banner .fade-up-enter-to,
.mobile-banner .fade-up-leave-from {
  transform: translateY(0);
}.index-page {
  padding-top: 0;
}