/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*:focus-visible, button:focus-visible, a:focus-visible,
button:focus-visible, [type=button]:focus-visible, [type=reset]:focus-visible, [type=submit]:focus-visible {
  outline: 1.5px solid #ffffff;
}

h1, .h1-style {
  font-family: "InvolveBold", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 24px 0;
}

h2 {
  font-family: "InvolveBold", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px 0;
  transition: color 0.3s;
}

h3 {
  font-family: "InvolveBold", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 24px 0;
}

h4 {
  font-family: "InvolveBold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 24px 0;
}

.button-wrap {
  display: flex;
}

.button-wrap--center {
  justify-content: center;
}

.button-wrap--m-center {
  justify-content: center;
}

.two-buttons-wrap {
  display: flex;
  justify-content: center;
}
.two-buttons-wrap .s-button {
  margin-left: 4px;
}
.two-buttons-wrap .s-button:first-child {
  margin-left: 0;
  margin-right: 4px;
}

.submit-button-wrapper {
  display: flex;
  position: relative;
}
.submit-button-wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin: 0;
  z-index: 10;
  background: #ffffff;
  opacity: 1;
}
.submit-button-wrapper .wpcf7-spinner:before {
  background: #1A1C1F;
}

button {
  display: block;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

.s-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1A1C1F;
  background-color: #1A1C1F;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 100px;
  min-width: 130px;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  color: #ffffff;
  font-family: "InterSemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  column-gap: 8px;
}
.s-button:hover {
  background-color: #25272a;
  border-color: #25272a;
}
.s-button:focus {
  background-color: #313335;
  border-color: #313335;
}
.s-button:disabled {
  opacity: 0.5;
}
.s-button.s-button--white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #1A1C1F;
}
.s-button.s-button--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.s-button.s-button--white:focus {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.s-button.s-button--white-bordered {
  border-color: #1A1C1F;
  background-color: #ffffff;
  color: #1A1C1F;
}
.s-button.s-button--white-bordered:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.s-button.s-button--white-bordered:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.s-button.s-button--white-transparent {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.s-button.s-button--white-transparent:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #ffffff;
}
.s-button.s-button--white-transparent:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #ffffff;
}
.s-button.s-button--black-transparent {
  border-color: #1A1C1F;
  background-color: transparent;
  color: #1A1C1F;
}
.s-button.s-button--black-transparent:hover {
  background-color: rgba(26, 28, 31, 0.05);
  border-color: #1A1C1F;
}
.s-button.s-button--black-transparent:focus {
  background-color: rgba(26, 28, 31, 0.05);
  border-color: #1A1C1F;
}
.s-button.s-button--small {
  font-size: 16px;
  line-height: 20px;
}
.s-button.s-button--very-small {
  height: 32px;
  font-size: 11px;
  line-height: 14px;
}
.s-button.s-button--white-space {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-button .icon-telegram {
  width: 25px;
  height: 24px;
}

.s-read-more {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-family: "InterSemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7F64F5;
  text-decoration: none;
  transition-duration: 0.2s;
}
.s-read-more span {
  display: block;
}
.s-read-more:hover .span {
  animation: slide-right 0.6s ease-out both;
}

.google-play {
  display: block;
  width: 162px;
  height: 50px;
  background: url(../images/google-play.svg) no-repeat center center;
  background-size: cover;
}

.app-store {
  display: block;
  width: 162px;
  height: 50px;
  background: url(../images/app-store.svg) no-repeat center center;
  background-size: cover;
}

/* From Uiverse.io by cbolson */
.toogle-buttons {
  display: flex;
  justify-content: center;
}

.switch {
  --_switch-bg-clr: transparent;
  --_switch-padding: 0; /* padding around button*/
  --_slider-bg-clr: #1A1C1F; /* slider color unchecked */
  --_slider-bg-clr-on: #1A1C1F; /* slider color checked */
  --_slider-txt-clr: #1A1C1F;
  --_label-padding: 1rem 2rem; /* padding around the labels -  this gives the switch it's global width and height */
  --_switch-easing: cubic-bezier(
    0.47,
    1.64,
    0.41,
    0.8
  ); /* easing on toggle switch */
  font-family: "InterSemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
  border: 1px solid #1A1C1F;
}

.switch input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.switch > span {
  display: grid;
  place-content: center;
  transition: opacity 300ms ease-in-out 150ms;
  padding: var(--_label-padding);
}

.switch::before,
.switch::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: inset 150ms ease-in-out;
}

/* switch slider */
.switch::before {
  background-color: var(--_slider-bg-clr);
  inset: var(--_switch-padding) 50% var(--_switch-padding) var(--_switch-padding);
  transition: inset 500ms var(--_switch-easing), background-color 500ms ease-in-out;
  z-index: -1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.3);
}

/* switch bg color */
.switch::after {
  background-color: var(--_switch-bg-clr);
  inset: 0;
  z-index: -2;
}

/* switch hover & focus */
.switch:focus-within::after {
  inset: -0.25rem;
}

.switch:focus, .switch:focus-within {
  border: 1px solid #1A1C1F;
}

.switch:has(input:checked):hover > span:first-of-type,
.switch:has(input:not(:checked)):hover > span:last-of-type {
  opacity: 1;
  transition-delay: 0ms;
  transition-duration: 100ms;
}

/* switch hover */
.switch:has(input:checked):hover::before {
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding) 45%;
}

.switch:has(input:not(:checked)):hover::before {
  inset: var(--_switch-padding) 45% var(--_switch-padding) var(--_switch-padding);
}

/* checked - move slider to right */
.switch:has(input:checked)::before {
  background-color: var(--_slider-bg-clr-on);
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding) 50%;
}

/* checked - set opacity */
.switch > span:last-of-type,
.switch > input:checked + span:first-of-type {
  color: #1A1C1F;
}

.switch > input:checked ~ span:last-of-type {
  color: #ffffff;
}

@keyframes slide-right {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 375px) {
  .two-buttons-wrap .s-button {
    margin-left: 8px;
  }
  .two-buttons-wrap .s-button:first-child {
    margin-left: 0;
    margin-right: 8px;
  }
}
input[type=text], input[type=email], input[type=password], input[type=tel], textarea, .s-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 18px 22px;
  border: 1px solid #ffffff;
  background: none;
  font-size: 14px;
  line-height: 18px;
  color: #8B8B8B;
  border-radius: 100px;
  transition: border-color 0.3s;
}
input[type=text]:focus-visible, input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=tel]:focus-visible, textarea:focus-visible, .s-input:focus-visible {
  border-color: #7F64F5;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, textarea::placeholder, .s-input::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #8B8B8B;
}
input[type=text].input--black, input[type=email].input--black, input[type=password].input--black, input[type=tel].input--black, textarea.input--black, .s-input.input--black {
  border: 1px solid #1A1C1F;
  transition: border-color 0.3s;
}
input[type=text].input--black:focus-visible, input[type=email].input--black:focus-visible, input[type=password].input--black:focus-visible, input[type=tel].input--black:focus-visible, textarea.input--black:focus-visible, .s-input.input--black:focus-visible {
  border-color: #7F64F5;
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, .s-input.wpcf7-not-valid {
  border-color: #F33838;
}

input[type=submit] {
  border: none;
  cursor: pointer;
}

textarea {
  margin: 0;
  height: auto;
  border-radius: 30px;
  resize: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "InterRegular", sans-serif;
  color: #1A1C1F;
  font-size: 16px;
  line-height: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #7F64F5;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

picture, section, header, footer, nav, aside {
  display: block;
}

label {
  cursor: pointer;
}

picture {
  width: 100%;
  height: 100%;
}

.responsive-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.responsive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hide {
  display: none !important;
}

.svg {
  display: block;
}
.svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.no-padding-t {
  padding-top: 0 !important;
}

.none {
  display: none;
}

.swiper-slide {
  height: auto;
}

.t-center, .m-t-center {
  text-align: center;
}

.mobile-hide, .mobile-hide-flex {
  display: none;
}

.tablet-container {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}

.m-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-container-tablet {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.m-container-tablet-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.shevron {
  width: 24px;
  height: 24px;
}

.socials {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.socials a {
  display: block;
  width: 32px;
  height: 32px;
}

.lang-menu {
  display: block;
  position: relative;
  height: 44px;
  font-family: "InvolveBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.lang-menu.lang-menu--black {
  color: #1A1C1F;
}
.lang-menu.lang-menu--black .shevron svg path {
  fill: #1A1C1F;
}
.lang-menu.lang-menu--drop-top .lang-menu__drop {
  top: auto;
  bottom: 48px;
}

.lang-menu__active {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 14px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
}

.lang-menu__cur-lang {
  margin-right: 4px;
}

.lang-menu__cur-icon {
  display: block;
  width: 25px;
  height: 24px;
  margin-right: 14px;
}

.lang-menu__drop {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  background: #ffffff;
  border-radius: 14px;
  padding: 3px;
}
.lang-menu__drop a {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 6px 18px 6px 18px;
  font-family: "InvolveBold", sans-serif;
  font-size: 16px;
  color: #1A1C1F;
  text-decoration: none;
}
.lang-menu__drop a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.lang-menu.active .lang-menu__active {
  background: rgba(28, 20, 20, 0.2);
}
.lang-menu.active .shevron {
  transform: rotate(180deg);
}
.lang-menu.active .lang-menu__drop {
  display: block;
}

.button-space {
  margin-top: 38px;
}

.white-color {
  color: #ffffff;
}

.section-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s;
}

.section-left-side-container {
  max-width: 640px;
  display: flex;
  flex-direction: column;
}
.section-left-side-container.section-left-side-container--center {
  text-align: center;
  margin: 0 auto;
}

.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-space-b {
  padding-bottom: 80px;
}

.section-height {
  position: relative;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-bg img {
  transition: transform 0.1s ease-out;
}

.parallax-section {
  overflow: hidden;
}

.change-bg-section {
  background-color: #030003;
  transition: background-color 0.3s ease;
}

.change-bg-section-grey {
  background-color: #030003;
  transition: background-color 0.3s ease;
}

.change-bg-section-pink {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.change-bg-section-black {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.screen-section {
  min-height: 100vh;
  position: relative;
}
.screen-section.screen-section--mob {
  min-height: 50px;
}
.screen-section.screen-section--mob .screen-section__inner, .screen-section.screen-section--mob .screen-section__inner--full {
  min-height: 50px;
}
.screen-section.screen-section--content {
  min-height: 50px;
}

.screen-section__inner, .screen-section__inner--full {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.screen-section__inner.screen-section__inner--top, .screen-section__inner--full.screen-section__inner--top {
  display: block;
}
.screen-section__inner.screen-section__inner--content, .screen-section__inner--full.screen-section__inner--content {
  min-height: 50px;
}

.screen-section__inner--full {
  padding-left: 0;
  padding-right: 0;
}

.screen-section__inner.screen-section__hero {
  padding-bottom: 0;
}

.some-content {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-stars {
  display: block;
  width: 180px;
  height: 34px;
}

.title-button {
  display: flex;
  justify-content: space-between;
}
.title-button h2 {
  margin: 0;
}
.title-button .s-button {
  flex-shrink: 0;
  margin-left: 12px;
}

.bg-black {
  background: #030003;
}

.bg-grey {
  background: #EEEEEE;
}

.section-768-center {
  margin: 0 auto;
  max-width: 768px;
}

.overflow {
  overflow: hidden;
}

.large_text {
  font-family: "InvolveBold", sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.slider-controls {
  width: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 40px;
}
.slider-controls button {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
.slider-controls button:disabled {
  opacity: 0.4;
}
.slider-controls button:disabled path {
  fill: rgba(210, 210, 215, 0.64);
}

.section-subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #1A1C1F;
  margin: 0;
}

.have-questions {
  margin-top: 80px;
}
.have-questions .two-buttons-wrap, .have-questions .button-wrap {
  margin-top: 38px;
}
.have-questions.have-questions--white .section-description {
  color: #8B8B8B;
}

.have-questions__text {
  width: 80%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.have-questions__text .section-description {
  color: #C0C0C0;
}

.qr-sticky-section {
  display: none;
}

.text-shine {
  position: relative;
  overflow: hidden;
}
.text-shine:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: skewX(-20deg);
  animation: shineText 6s infinite linear;
  animation-fill-mode: forwards;
}

@keyframes shineText {
  100% {
    left: 125%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  z-index: 100;
  transition: background 0.3s;
}
.header .m-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header.header--white {
  background: #ffffff;
  backdrop-filter: blur(0);
}
.header.header--white .path {
  fill: #1A1C1F;
}
.header.header--white .lang-menu {
  color: #1A1C1F;
}
.header.header--white .lang-menu.active .lang-menu__active {
  background: rgba(28, 20, 20, 0.1);
}
.header.header--black {
  background: rgba(0, 0, 0, 0.1);
}
.header.header--black .lang-menu {
  color: #ffffff;
}
.header.header--black .lang-menu.active .lang-menu__active {
  background: rgba(28, 20, 20, 0.1);
}
.header .lang-menu {
  display: none;
}

.logo {
  width: 109px;
  height: 20px;
}
.logo .logo--desc {
  display: none;
}

.header-right-side {
  display: flex;
  align-items: center;
}
.header-right-side > .s-button {
  display: none;
}

.main-menu-button {
  position: relative;
  width: 32px;
  height: 32px;
}
.main-menu-button svg {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.main-menu-button--open {
  opacity: 1;
  z-index: 1;
}

.main-menu-button--close {
  opacity: 0;
  z-index: 0;
}

.main-menu-button.active .main-menu-button--open {
  opacity: 0;
  z-index: 0;
}
.main-menu-button.active .main-menu-button--close {
  opacity: 1;
  z-index: 1;
}

.menu-section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  background: #ffffff;
  overflow: auto;
}
.menu-section .m-container {
  height: 100%;
}
.menu-section .button-wrap {
  margin-top: 40px;
}
.menu-section .m-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-section .menu-section__top_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-section.active {
  display: block;
}

.main-menu ul {
  text-align: center;
}
.main-menu ul li {
  margin-top: 12px;
}
.main-menu ul li:first-child {
  margin-top: 0;
}
.main-menu ul a {
  font-family: "InvolveBold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  color: #1A1C1F;
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}
.main-menu ul a:focus, .main-menu ul a:hover {
  color: #1A1C1F;
}
.main-menu ul a:focus:after, .main-menu ul a:hover:after {
  width: 100%;
  left: 0%;
}
.main-menu ul a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #1A1C1F;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.menu-section__footer-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
}

.menu-contact {
  margin: 0;
}
.menu-contact a {
  font-size: 14px;
  font-weight: 18px;
  color: #8B8B8B;
  text-decoration: none;
}

.menu-section__lang-menu .lang-menu {
  display: block;
}

.menu-section__launch_bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  height: 48px;
  background: #7F64F5;
  margin-top: 28px;
  font-family: "InvolveBold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}
.menu-section__launch_bot span {
  display: block;
  margin: 0 10px 0 0;
}
.menu-section__launch_bot .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.menu-section__footer {
  padding-top: 48px;
}

.wait-section .wawe-container {
  margin-top: 80px;
}

.wawe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.wave {
  width: 1.8rem;
  height: 120px;
  background-color: #ff6b6b;
  margin: 0 4px;
  border-radius: 0.4rem;
  animation: wave 1.5s linear infinite;
  transform-origin: center;
}

@keyframes wave {
  0% {
    transform: scale(0);
    filter: hue-rotate(90deg) blur(100px);
  }
  25% {
    transform: scale(0);
    filter: hue-rotate(120deg) blur(50px);
  }
  50% {
    transform: scale(1);
    filter: hue-rotate(180deg) blur(25px);
  }
  25% {
    transform: scale(0);
    filter: hue-rotate(360deg) blur(2px);
  }
  100% {
    transform: scale(0);
    filter: hue-rotate(0deg) blur(0);
  }
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}

.wave:nth-child(3) {
  animation-delay: 0.2s;
}

.wave:nth-child(4) {
  animation-delay: 0.3s;
}

.wave:nth-child(5) {
  animation-delay: 0.4s;
}

.wave:nth-child(6) {
  animation-delay: 0.5s;
}

.wave:nth-child(7) {
  animation-delay: 0.6s;
}

.wave:nth-child(8) {
  animation-delay: 0.7s;
}

.wave:nth-child(9) {
  animation-delay: 0.8s;
}

.wave:nth-child(10) {
  animation-delay: 0.9s;
}

.sticky {
  position: sticky;
  top: 0;
}

.carousel-section .screen-section__inner {
  padding-left: 0;
  padding-right: 0;
}
.carousel-section .carousel--text {
  padding-left: 20px;
  padding-right: 20px;
}

.carousel-images {
  overflow: hidden;
  position: relative;
}
.carousel-images img {
  margin: 0 auto;
  animation: rotate 60s linear infinite;
  width: 768px;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -384px;
  margin-right: -384px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.carousel--text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 120px;
}
.carousel--text .v-p-container-text {
  position: sticky;
  top: 140px;
  max-width: 500px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.notifications {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease, opacity 1s ease;
}
.notifications picture {
  height: auto;
}
.notifications img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transform: scale(0.7);
  transition: transform 1s ease;
}
.notifications .notification__second,
.notifications .notification__third {
  z-index: 1;
}
.notifications.in-view {
  opacity: 1;
  transform: translateY(0);
}
.notifications.in-view .notification__first {
  transform: scale(1);
  z-index: 10;
}
.notifications.in-view .notification__second {
  transform: translateY(-50%) scale(0.9);
  z-index: 8;
}
.notifications.in-view .notification__third {
  width: 80%;
  transform: translateY(-100%) scale(0.8);
  z-index: 6;
}

.phone-section .notifications {
  position: absolute;
  top: 30%;
  left: 51%;
  transform: translateX(-50%);
  width: 70%;
  margin: 0;
}

.phone-section--image {
  position: relative;
  margin-top: 60px;
}
.phone-section--image > picture > img {
  margin: 0 auto;
}

.phone-section--reverse .phone-section--image {
  margin-top: 0;
}

.transparency-section .section-description br {
  display: none;
}

.secrurity-section .secrurity-section__image {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  position: relative;
  margin-top: 60px;
}

.popup-message {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 9px;
  font-family: "InterSemiBold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  border: 1px solid transparent;
}
.popup-message.popup-message--white {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-color: rgba(255, 255, 255, 0.12);
}
.popup-message.popup-message--pink {
  background: #7F64F5;
}

.popup-message-l-t {
  top: -19px;
  left: -20px;
}

.popup-message-l-c {
  bottom: 20px;
  left: -20px;
}

.popup-message-l-b {
  bottom: -28px;
  left: 20px;
}

.popup-message-r-c {
  right: -20px;
  top: 38%;
}

.popup-message-r-b {
  right: -20px;
  top: 52%;
}

@keyframes showMessage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cards-container {
  position: relative;
  width: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto 0 auto;
}

.card {
  position: sticky;
  top: 100px;
  opacity: 1;
  transition: transform 0.3s ease;
}
.card .icon {
  width: 122px;
  height: 30px;
}
.card .text-part {
  margin-top: 20px;
}
.card .title {
  font-family: "InterSemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.card .text {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
.card .name {
  margin: 20px 0 0 0;
  font-family: "InterSemiBold", sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.card.card--text-white {
  color: #ffffff;
}
.card.card--text-white .icon svg .colored {
  fill: white;
}

.card-inner {
  height: 258px;
  transition: transform 0.3s ease;
  padding: 24px 18px 24px 18px;
  position: relative;
}

.active .card-inner {
  filter: brightness(0.9);
}

@media only screen and (min-width: 600px) {
  .cards-container {
    width: 480px;
  }
  .card {
    top: 120px;
  }
  .card .icon {
    width: 244px;
    height: 60px;
  }
  .card .text-part {
    margin-top: 64px;
  }
  .card .title {
    font-size: 20px;
    line-height: 28px;
  }
  .card .text {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .card .name {
    margin: 64px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .card-inner {
    height: 450px;
    padding: 48px 32px 48px 32px;
  }
}
@media only screen and (min-width: 764px) {
  .what-about-us .button-wrap {
    margin-top: 76px;
  }
  .card {
    top: 130px;
  }
}
@media only screen and (min-width: 1080px) {
  .card {
    top: 160px;
  }
}
.pink-section {
  background: #7F64F5;
}
.pink-section.pink-section--change-color {
  background: none;
}

.pink-section-content {
  width: 100%;
}

.pink-section__text {
  text-align: center;
  font-family: "InvolveBold", sans-serif;
  font-size: 62px;
  line-height: 68px;
}
.pink-section__text .item {
  color: #1A1C1F;
  transition: color 0.3s;
}
.pink-section__text .item.active {
  color: #ffffff;
}

.subscribe-form {
  margin-top: 40px;
}
.subscribe-form .title, .subscribe-form .success-msg {
  font-family: "InvolveBold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.subscribe-form .success-msg {
  font-size: 18px;
  line-height: 24px;
  display: none;
}
.subscribe-form .error-msg {
  display: none;
  font-size: 16px;
  line-height: 22px;
  color: #8A3434;
  margin: 6px 0 0 0;
}
.subscribe-form form {
  margin-top: 14px;
}
.subscribe-form form .s-button {
  margin-top: 12px;
  width: 100%;
}
.subscribe-form .form-privacy {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-form input[type=text] {
  height: 48px;
}
.subscribe-form.subscribe-form--post .title, .subscribe-form.subscribe-form--post .success-msg {
  color: #1A1C1F;
}
.subscribe-form.subscribe-form--post .form-privacy {
  color: #8B8B8B;
}
.subscribe-form.added .hide-form {
  display: none;
}
.subscribe-form.added .success-msg {
  display: block;
}
.subscribe-form.error .error-msg {
  display: block;
}
.subscribe-form.subscribe-form--black .title, .subscribe-form.subscribe-form--black .form-privacy {
  color: #1A1C1F;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #030003;
}
.footer .socials {
  margin-top: 40px;
}

.footer__logo {
  display: block;
  width: 204px;
  height: 20px;
}

.footer__middle {
  margin-top: 40px;
}

.footer__menus {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}

.footer__menu {
  width: calc(50% - 24px);
}
.footer__menu ul li {
  margin-top: 8px;
}
.footer__menu ul li:first-child {
  margin-top: 0;
}
.footer__menu ul a {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
}
.footer__menu ul a:hover {
  text-decoration: underline;
}

.footer__bottom {
  margin-top: 40px;
}

.copy {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer__privacy-menu {
  margin-top: 12px;
}
.footer__privacy-menu ul {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
.footer__privacy-menu ul a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.virtual-cards-hero {
  background: #EEEEEE;
}
.virtual-cards-hero .screen-section__inner {
  padding-bottom: 0;
}
.virtual-cards-hero .button-wrap {
  position: relative;
  z-index: 1;
}

.virtual-cards-hero--picture {
  display: none;
}

.virtual-cards-hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -100px;
  position: relative;
  z-index: 0;
}
.virtual-cards-hero__image img {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.cards-section__image {
  margin: 40px auto 0 auto;
  max-width: 450px;
  position: relative;
}
.cards-section__image img {
  margin: 0 auto;
}
.cards-section__image .max-swap-card-top {
  position: relative;
  z-index: 3;
}
.cards-section__image .max-swap-card-middle {
  position: absolute;
  top: 23%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: top 0.5s ease, transfrom 0.5s ease;
  transition: top 0.5s ease, transfrom 0.5s ease;
}
.cards-section__image .max-swap-card-bottom {
  position: absolute;
  top: 43%;
  left: 0;
  z-index: 1;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: top 0.5s ease, transfrom 0.5s ease;
  transition: top 0.5s ease, transfrom 0.5s ease;
}
.cards-section__image.active .max-swap-card-middle {
  top: 33%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cards-section__image.active .max-swap-card-bottom {
  top: 63%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}