/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Rubik", sans-serif;
  background-color: #f8f9fa;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

:root {
  interpolate-size: allow-keywords;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .container {
    max-width: 900px;
    padding: 0 20px;
  }
}

.logo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "icon title" "icon subtitle";
  text-decoration: none;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.logo__icon {
  width: 40px;
  height: 40px;
  grid-area: icon;
  align-self: center;
}
.logo__title {
  font-family: "Inter Variable", sans-serif;
  font-weight: 700;
  color: #7421b0;
  font-size: 24px;
  letter-spacing: 1.5px;
  grid-area: title;
}
.logo__subtitle {
  font-family: "Inter Variable", sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #484848;
  grid-area: subtitle;
}

.burger {
  display: none;
  background-color: transparent;
  position: relative;
  z-index: 1001;
  border: none;
  transition: transform 0.3s ease;
}
.burger:active {
  transform: scale(0.9) translateY(3px);
}

.btn {
  text-decoration: none;
  padding: 23px 41px;
  color: #f8f9fa;
  background-color: #131313;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(19, 19, 19, 0.4), 0 15px 40px rgba(19, 19, 19, 0.2);
  }
}
.btn:active {
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .btn {
    font-size: 12px;
  }
}

.btn-violet {
  background-image: linear-gradient(90deg, #7421b0, #d08eff);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 575px) {
  .btn-violet {
    align-self: center;
  }
}
@media (max-width: 625px) {
  .btn-violet {
    padding: 23px 30px;
  }
}
@media (hover: hover) {
  .btn-violet:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(116, 33, 176, 0.4), 0 15px 40px rgba(116, 33, 176, 0.2);
  }
}
.btn-violet:active {
  transform: scale(0.9);
}

@media (max-width: 991px) {
  .burger {
    display: flex;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 1000;
}
.header--hidden {
  transform: translateY(-100%);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0 0 20px 20px;
  background: rgba(250, 250, 250, 0.5);
  backdrop-filter: blur(7px);
}
@media (max-width: 991px) {
  .header__wrapper {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .header__wrapper {
    padding: 20px;
  }
}

.navbar__menu {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1150px) {
  .navbar__menu {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .navbar__menu {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    visibility: hidden;
    top: 50px;
    right: -100%;
    width: auto;
    height: auto;
    border-radius: 16px;
    padding: 40px;
    transition: right 0.4s ease, visibility 0.4s ease;
    z-index: 999;
  }
  .navbar__menu--active {
    right: 35px;
    visibility: visible;
  }
}
.navbar__list {
  display: flex;
  list-style: none;
  gap: 60px;
}
@media (max-width: 1150px) {
  .navbar__list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .navbar__list {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.navbar__item {
  display: block;
  text-decoration: none;
  position: relative;
  color: #565656;
  line-height: 150%;
  font-weight: 500;
  transition: transform 0.3s ease, color 0.3s ease;
}
.navbar__item::after {
  position: absolute;
  bottom: -5px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #7421b0;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .navbar__item:hover {
    color: #7421b0;
  }
  .navbar__item:hover::after {
    width: 100%;
  }
}
.navbar__item:active {
  transform: translateY(3px);
}

.lang-link {
  border: none;
  background-color: transparent;
  color: #565656;
  position: relative;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .lang-link:hover {
    color: #7421b0;
  }
}
.lang-link::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
.lang-link:active {
  transform: translateY(3px);
}

.hero {
  padding-top: 140px;
  position: relative;
  overflow-x: clip;
  margin-bottom: 450px;
}
.hero__wave {
  position: absolute;
  left: -5%;
  bottom: -40%;
}
@media (max-width: 1350px) {
  .hero__wave {
    bottom: -25%;
    left: 0;
  }
}
@media (max-width: 1150px) {
  .hero__wave {
    bottom: -15%;
  }
}
@media (max-width: 991px) {
  .hero__wave {
    bottom: -40%;
  }
}
@media (max-width: 750px) {
  .hero__wave {
    bottom: -25%;
  }
}
@media (max-width: 615px) {
  .hero__wave {
    bottom: -10%;
  }
}
@media (max-width: 575px) {
  .hero__wave {
    bottom: 25%;
    left: -80%;
  }
}
.hero__wave img {
  width: 100vw;
}
@media (max-width: 575px) {
  .hero__wave img {
    width: 200vw;
  }
}
@media (max-width: 1370px) {
  .hero {
    margin-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 170px;
  }
}
@media (max-width: 1150px) {
  .hero {
    margin-bottom: 250px;
  }
}
@media (max-width: 575px) {
  .hero {
    margin-bottom: 60px;
  }
}
.hero__wrapper {
  display: flex;
  gap: 200px;
}
@media (max-width: 1250px) {
  .hero__wrapper {
    gap: 100px;
  }
}
@media (max-width: 1150px) {
  .hero__wrapper {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .hero__wrapper {
    gap: 42px;
  }
}
@media (max-width: 575px) {
  .hero__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 160px;
  }
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 42%;
}
@media (max-width: 991px) {
  .hero__content {
    flex: 0 1 40%;
  }
}
.hero__content::after {
  content: url(/assets/decor/arrow-down.svg);
  position: absolute;
  top: 120%;
}
@media (max-width: 991px) {
  .hero__content::after {
    top: 132%;
  }
}
@media (max-width: 575px) {
  .hero__content::after {
    display: none;
  }
}
.hero__content-title {
  color: #131313;
  font-size: 48px;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 991px) {
  .hero__content-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .hero__content-title {
    text-align: center;
  }
}
.hero__content-txt {
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  margin: 40px 0 80px;
  max-width: 460px;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero__content-txt {
    font-size: 12px;
    margin: 20px 0 30px;
  }
}
@media (max-width: 575px) {
  .hero__content-txt {
    text-align: center;
  }
}
.hero__element-ring {
  filter: blur(10px);
}
@media (max-width: 991px) {
  .hero__element-ring {
    display: none;
  }
}
.hero__media {
  position: relative;
}
.hero__media img {
  display: block;
  position: relative;
  max-width: 848px;
}
@media (max-width: 991px) {
  .hero__media img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero__media {
    flex: 0 1 60%;
  }
}
@media (max-width: 575px) {
  .hero__media {
    order: -1;
  }
}
.hero__media-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__media-gradient {
  position: absolute;
  width: 40vw;
  height: 85%;
  right: 0;
  bottom: 25%;
  transform: translateY(50%);
  border-radius: 35px 0 0 35px;
  background-image: linear-gradient(180deg, #7421b0, #d08eff);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero__media-gradient {
    bottom: 20%;
    width: 35vw;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .hero__media-gradient {
    height: 45%;
    bottom: 60%;
    width: 85vw;
  }
}
.hero__media-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 28px 45px;
  top: 90%;
  left: 45%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
  line-height: 160%;
  z-index: 3;
}
@media (max-width: 1150px) {
  .hero__media-card {
    left: 40%;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .hero__media-card {
    font-size: 12px;
    left: 43%;
    min-width: 135px;
  }
}
@media (max-width: 575px) {
  .hero__media-card {
    min-width: unset;
    left: 25%;
  }
}

.hero-highlight {
  background-color: rgba(116, 33, 176, 0.2);
  color: #7421b0;
  border: 2px solid #7421b0;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0 5px;
  margin: 0 -5px;
}
.hero-highlight::before, .hero-highlight::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #7421b0;
  box-shadow: 103px 0 0 #7421b0, 204px 0 0 #7421b0;
}
.hero-highlight::before {
  top: -4px;
  left: -4px;
}
.hero-highlight::after {
  bottom: -4px;
  left: -4px;
}
@media (max-width: 991px) {
  .hero-highlight::before, .hero-highlight::after {
    box-shadow: 54px 0 0 #7421b0, 108px 0 0 #7421b0;
  }
}

.introduction {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .introduction {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .introduction {
    margin-bottom: 60px;
  }
}
.introduction__content {
  display: flex;
  justify-content: flex-start;
  gap: 140px;
  margin-bottom: 80px;
}
@media (max-width: 1150px) {
  .introduction__content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .introduction__content {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .introduction__content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .introduction__content {
    margin-bottom: 20px;
  }
}
.introduction__content-title {
  flex: 0 1 50%;
  font-size: 36px;
  margin: 0;
}
.introduction__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .introduction__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .introduction__content-title {
    text-align: center;
  }
}
@media (max-width: 1150px) {
  .introduction__content-title {
    flex: 0 1 50%;
    min-width: 464px;
  }
}
@media (max-width: 991px) {
  .introduction__content-title {
    flex: 0 0 50%;
    min-width: 258px;
  }
}
.introduction__content-txt {
  flex: 0 1 40%;
}
.introduction__content-txt--black {
  font-weight: 500;
  color: #131313;
}
.introduction__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .introduction__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .introduction__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .introduction__content-txt {
    flex: 0 1 50%;
  }
}
.introduction__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1345px) {
  .introduction__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1150px) {
  .introduction__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .introduction__cards {
    grid-template-columns: 1fr;
  }
}
.introduction__cards-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 18px 45px -10px rgba(0, 0, 0, 0.13);
  transition: color 0.3s ease, background-color 0.5s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 675px) {
  .introduction__cards-item {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    max-width: unset;
  }
}
@media (hover: hover) {
  .introduction__cards-item:hover {
    background-color: #7421b0;
    color: #f8f9fa;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 26px 48px -23px #7421b0;
  }
}
.introduction__cards-item img {
  width: 80px;
}
@media (max-width: 991px) {
  .introduction__cards-item img {
    width: 60px;
  }
}
.introduction__cards-item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 991px) {
  .introduction__cards-item span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .introduction__cards-item span {
    font-size: 14px;
  }
}
.introduction__cards-item {
  min-width: 170px;
}

.recording {
  position: relative;
  overflow-x: clip;
  margin-bottom: 250px;
}
.recording__wave {
  position: absolute;
  right: 0;
  bottom: 25%;
  z-index: -3;
}
@media (max-width: 1600px) {
  .recording__wave {
    bottom: 45%;
  }
}
@media (max-width: 991px) {
  .recording__wave {
    bottom: 70%;
  }
}
@media (max-width: 750px) {
  .recording__wave {
    bottom: 75%;
  }
}
@media (max-width: 575px) {
  .recording__wave {
    bottom: 80%;
    right: 20%;
  }
}
.recording__wave img {
  width: 100vw;
}
@media (max-width: 575px) {
  .recording__wave img {
    width: 170%;
  }
}
.recording__wrapper {
  display: flex;
  align-items: center;
  gap: 150px;
  flex-direction: row;
}
@media (max-width: 1150px) {
  .recording__wrapper {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .recording__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .recording__wrapper {
    gap: 30px;
  }
}
.recording__media-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 1 50%;
}
.recording__media-wrapper video {
  width: 100%;
}
@media (max-width: 991px) {
  .recording__media-wrapper {
    align-self: stretch;
  }
  .recording__media-wrapper video {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .recording__media-wrapper video {
    width: 100%;
  }
}
.recording__media-wrapper {
  position: relative;
}
.recording__media-glass {
  position: absolute;
  left: 0;
  top: 30%;
  width: 35vw;
  height: 80%;
  z-index: -1;
  border-radius: 0 35px 35px 0;
  background: linear-gradient(90deg, rgba(179, 63, 173, 0.1) 0%, rgba(211, 202, 71, 0.1) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .recording__media-glass {
    width: 50vw;
    top: 15%;
    height: 60%;
  }
}
@media (max-width: 645px) {
  .recording__media-glass {
    width: 50vw;
    top: 15%;
    height: 55%;
  }
}
@media (max-width: 575px) {
  .recording__media-glass {
    width: 60vw;
    height: 35%;
    top: 10%;
    border-radius: 35px;
  }
}
.recording__element-ring {
  position: relative;
  z-index: -2;
}
@media (max-width: 991px) {
  .recording__element-ring {
    width: 125px;
  }
}
@media (max-width: 575px) {
  .recording__element-ring {
    width: 61px;
  }
}
.recording__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1150px) {
  .recording__content {
    flex: 0 1 50%;
  }
}
@media (max-width: 991px) {
  .recording__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .recording__content {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .recording__content-title {
    flex: 0 0 35%;
  }
}
.recording__content-title {
  font-size: 36px;
  margin: 0;
}
.recording__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .recording__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .recording__content-title {
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .recording__content-txt {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .recording__content-txt {
    flex: 0 1 65%;
    max-width: 442px;
  }
}
.recording__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .recording__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .recording__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
.recording__content-txt--wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.recording__content-txt--violet {
  color: #7421b0;
}

.one-click {
  position: relative;
  overflow-x: clip;
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  .one-click {
    margin-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .one-click {
    margin-bottom: 170px;
  }
}
.one-click__ellipse {
  position: absolute;
  z-index: -1;
  width: 50vw;
  max-width: 960px;
  top: -170px;
  right: 0;
}
@media (max-width: 991px) {
  .one-click__ellipse {
    top: -190px;
    width: 95vw;
  }
}
.one-click__cube {
  position: absolute;
  width: 10vw;
  z-index: -2;
  top: -220px;
  right: 450px;
}
@media (max-width: 991px) {
  .one-click__cube {
    width: 122px;
    right: 55%;
    top: -150px;
  }
}
.one-click__wrapper {
  display: flex;
  align-items: center;
  gap: 150px;
  flex-direction: row-reverse;
}
@media (max-width: 1150px) {
  .one-click__wrapper {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .one-click__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .one-click__wrapper {
    gap: 30px;
  }
}
.one-click__media-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 1 50%;
}
.one-click__media-wrapper video {
  width: 100%;
}
@media (max-width: 991px) {
  .one-click__media-wrapper {
    align-self: stretch;
  }
  .one-click__media-wrapper video {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .one-click__media-wrapper video {
    width: 100%;
  }
}
.one-click__media-wrapper {
  position: relative;
}
.one-click__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1150px) {
  .one-click__content {
    flex: 0 1 50%;
  }
}
@media (max-width: 991px) {
  .one-click__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .one-click__content {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .one-click__content-title {
    flex: 0 0 35%;
  }
}
.one-click__content-title {
  font-size: 36px;
  margin: 0;
}
.one-click__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .one-click__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .one-click__content-title {
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .one-click__content-txt {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .one-click__content-txt {
    flex: 0 1 65%;
    max-width: 442px;
  }
}
.one-click__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .one-click__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .one-click__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
.one-click__content-txt--wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.one-click__content-txt--violet {
  color: #7421b0;
}

.instant-link {
  position: relative;
  overflow-x: clip;
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  .instant-link {
    margin-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .instant-link {
    margin-bottom: 120px;
  }
}
.instant-link__ellipse {
  position: absolute;
  z-index: -1;
  width: 55vw;
  top: -70px;
  left: -100px;
}
@media (max-width: 991px) {
  .instant-link__ellipse {
    top: -90px;
    left: 0;
    width: 95vw;
  }
}
.instant-link__cube {
  position: absolute;
  width: 10vw;
  z-index: -2;
  top: -130px;
  left: -65px;
}
@media (max-width: 991px) {
  .instant-link__cube {
    width: 122px;
    left: 150px;
    top: -150px;
  }
}
@media (max-width: 575px) {
  .instant-link__cube {
    width: 59px;
    left: 80px;
    top: -100px;
  }
}
.instant-link__media-card {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  color: #828282;
  line-height: 170%;
  border-radius: 16px;
  max-width: 355px;
  bottom: -25%;
  left: 18%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1600px) {
  .instant-link__media-card {
    left: 15%;
    bottom: -30%;
  }
}
@media (max-width: 525px) {
  .instant-link__media-card {
    left: 5%;
    bottom: -35%;
  }
}
@media (max-width: 1150px) {
  .instant-link__media-card {
    padding: 20px 30px;
    left: 0;
    bottom: -45%;
  }
}
@media (max-width: 991px) {
  .instant-link__media-card {
    max-width: 330px;
    padding: 20px 50px;
    left: 23%;
    bottom: -20%;
  }
}
@media (max-width: 750px) {
  .instant-link__media-card {
    left: 15%;
    bottom: -30%;
  }
}
@media (max-width: 675px) {
  .instant-link__media-card {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .instant-link__media-card {
    left: 5%;
    text-align: center;
  }
}
@media (max-width: 525px) {
  .instant-link__media-card {
    left: -2%;
    bottom: -35%;
    max-width: 310px;
  }
}
.instant-link__media-card--black {
  color: #131313;
}
@media (max-width: 991px) {
  .instant-link__media-card {
    font-size: 14px;
  }
}
.instant-link__wrapper {
  display: flex;
  align-items: center;
  gap: 150px;
  flex-direction: row;
}
@media (max-width: 1150px) {
  .instant-link__wrapper {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .instant-link__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .instant-link__wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .instant-link__wrapper {
    gap: 150px;
  }
}
.instant-link__media-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 1 50%;
}
.instant-link__media-wrapper video {
  width: 100%;
}
@media (max-width: 991px) {
  .instant-link__media-wrapper {
    align-self: stretch;
  }
  .instant-link__media-wrapper video {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .instant-link__media-wrapper video {
    width: 100%;
  }
}
.instant-link__media-wrapper {
  position: relative;
  width: 100%;
}
.instant-link__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1150px) {
  .instant-link__content {
    flex: 0 1 50%;
  }
}
@media (max-width: 991px) {
  .instant-link__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .instant-link__content {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .instant-link__content-title {
    flex: 0 0 35%;
  }
}
.instant-link__content-title {
  font-size: 36px;
  margin: 0;
}
.instant-link__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .instant-link__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .instant-link__content-title {
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .instant-link__content-txt {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .instant-link__content-txt {
    flex: 0 1 65%;
    max-width: 442px;
  }
}
.instant-link__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .instant-link__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .instant-link__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
.instant-link__content-txt--wrapper {
  display: flex;
  flex-direction: column;
}
.instant-link__content-txt--violet {
  color: #7421b0;
}

.editor {
  position: relative;
  overflow-x: clip;
  margin-bottom: 250px;
}
@media (max-width: 991px) {
  .editor {
    margin-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .editor {
    margin-bottom: 60px;
  }
}
.editor__wave {
  position: absolute;
  right: 0;
  bottom: -60%;
  z-index: -3;
}
@media (max-width: 1150px) {
  .editor__wave {
    bottom: -80%;
  }
}
@media (max-width: 991px) {
  .editor__wave {
    bottom: -25%;
  }
}
@media (max-width: 750px) {
  .editor__wave {
    bottom: -35%;
    left: 0;
  }
}
@media (max-width: 615px) {
  .editor__wave {
    bottom: -20%;
  }
}
.editor__wave img {
  width: 100vw;
}
@media (max-width: 615px) {
  .editor__wave img {
    width: 125%;
  }
}
.editor__glass {
  position: absolute;
  right: 0;
  top: -20%;
  width: 45vw;
  height: 140%;
  z-index: -1;
  border-radius: 35px 0 0 35px;
  background: linear-gradient(90deg, rgba(116, 33, 176, 0.2) 0%, rgba(116, 33, 176, 0.2) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .editor__glass {
    width: 60vw;
    top: -10%;
    height: 80%;
  }
}
@media (max-width: 850px) {
  .editor__glass {
    width: 60vw;
    top: -12%;
    height: 75%;
  }
}
@media (max-width: 675px) {
  .editor__glass {
    width: 60vw;
    top: -12%;
    height: 67%;
  }
}
@media (max-width: 575px) {
  .editor__glass {
    width: 60vw;
    border-radius: 35px;
  }
}
.editor__donut {
  position: absolute;
  width: 193px;
  z-index: -2;
  left: 65%;
  top: -45%;
}
@media (max-width: 991px) {
  .editor__donut {
    width: 122px;
    top: -120px;
  }
}
.editor__wrapper {
  display: flex;
  align-items: center;
  gap: 150px;
  flex-direction: row-reverse;
}
@media (max-width: 1150px) {
  .editor__wrapper {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .editor__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .editor__wrapper {
    gap: 30px;
  }
}
.editor__media-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 1 50%;
}
.editor__media-wrapper video {
  width: 100%;
}
@media (max-width: 991px) {
  .editor__media-wrapper {
    align-self: stretch;
  }
  .editor__media-wrapper video {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .editor__media-wrapper video {
    width: 100%;
  }
}
.editor__media-wrapper {
  position: relative;
}
.editor__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1150px) {
  .editor__content {
    flex: 0 1 50%;
  }
}
@media (max-width: 991px) {
  .editor__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .editor__content {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .editor__content-title {
    flex: 0 0 35%;
  }
}
.editor__content-title {
  font-size: 36px;
  margin: 0;
}
.editor__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .editor__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .editor__content-title {
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .editor__content-txt {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .editor__content-txt {
    flex: 0 1 65%;
    max-width: 442px;
  }
}
.editor__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .editor__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .editor__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
.editor__content-txt--wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.editor__content-txt--violet {
  color: #7421b0;
}

.about {
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .about {
    margin-bottom: 50px;
  }
}
.about__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1345px) {
  .about__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1150px) {
  .about__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .about__cards {
    grid-template-columns: 1fr;
  }
}
.about__cards {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .about__cards {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .about__cards {
    margin-bottom: 30px;
  }
}
.about__cards-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 18px 45px -10px rgba(0, 0, 0, 0.13);
  transition: color 0.3s ease, background-color 0.5s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 675px) {
  .about__cards-item {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    max-width: unset;
  }
}
@media (hover: hover) {
  .about__cards-item:hover {
    background-color: #7421b0;
    color: #f8f9fa;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 26px 48px -23px #7421b0;
  }
}
.about__cards-item img {
  width: 80px;
}
@media (max-width: 991px) {
  .about__cards-item img {
    width: 60px;
  }
}
.about__cards-item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 991px) {
  .about__cards-item span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about__cards-item span {
    font-size: 14px;
  }
}
.about__cards-item {
  min-width: 170px;
}

.features {
  position: relative;
}
.features__wrapper {
  background: linear-gradient(90deg, rgba(171, 253, 191, 0.1) 0%, rgba(236, 141, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  border-radius: 70px 70px 0 0;
  padding: 100px 0 200px 0;
  max-width: 90vw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .features__wrapper {
    padding: 100px 0 100px 0;
  }
}
.features__title {
  font-size: 36px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .features__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .features__title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.features__title-container {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.features__title--violet {
  color: #7421b0;
}
.features__icon {
  width: 111px;
}
@media (max-width: 991px) {
  .features__icon {
    width: 90px;
    align-self: flex-start;
  }
}
@media (max-width: 575px) {
  .features__icon {
    align-self: center;
  }
}
.features__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .features__list {
    flex-direction: column;
    align-items: center;
  }
}
.features__item-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .features__item-content-wrapper {
    gap: 30px;
  }
}
.features__item-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  gap: 60px;
}
@media (max-width: 991px) {
  .features__item-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .features__item-wrapper {
    flex-direction: column;
  }
}
.features__item-subtitle {
  font-size: 24px;
}
@media (max-width: 991px) {
  .features__item-subtitle {
    font-size: 18px;
  }
}
.features__item-subtitle-number {
  font-size: 36px;
  color: #7421b0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .features__item-subtitle-number {
    font-size: 20px;
  }
}
.features__item-subtitle-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .features__item-subtitle-wrapper {
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .features__item-subtitle-wrapper {
    justify-content: center;
  }
}
.features__item-txt {
  margin: 0;
  color: #828282;
  font-size: 18px;
  line-height: 200%;
}
@media (max-width: 575px) {
  .features__item-txt {
    text-align: center;
  }
}
.features__item-txt-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .features__item-txt {
    font-size: 14px;
  }
}
.features__cylinder--right {
  position: absolute;
  right: 0;
  bottom: -30%;
}
@media (max-width: 991px) {
  .features__cylinder--right {
    width: 154px;
  }
}
@media (max-width: 575px) {
  .features__cylinder--right {
    width: 61px;
  }
}
.features__cylinder--left {
  position: absolute;
  width: 164px;
}
@media (max-width: 991px) {
  .features__cylinder--left {
    width: 105px;
  }
}
@media (max-width: 575px) {
  .features__cylinder--left {
    width: 41px;
  }
}
.features__purple-sphere {
  position: absolute;
  left: 70%;
  top: -10%;
  width: 243px;
}
@media (max-width: 991px) {
  .features__purple-sphere {
    width: 150px;
    top: -3%;
  }
}
@media (max-width: 575px) {
  .features__purple-sphere {
    width: 75px;
    top: -3%;
  }
}

.instructions {
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .instructions {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .instructions {
    margin-bottom: 30px;
  }
}
.instructions__wrapper {
  position: relative;
  background: linear-gradient(90deg, rgba(171, 253, 191, 0.1) 0%, rgba(236, 141, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  border-radius: 0 0 70px 70px;
  max-width: 90vw;
  margin: 0 auto;
  padding-bottom: 60px;
}
.instructions__title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  margin: 0 0 100px 0;
}
.instructions__title br {
  display: none;
}
@media (max-width: 991px) {
  .instructions__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .instructions__title {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 575px) {
  .instructions__title {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .instructions__title br {
    display: inline;
  }
}
.instructions__title-container {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.instructions__title--violet {
  color: #7421b0;
}
@media (max-width: 991px) {
  .instructions__title {
    align-self: center;
  }
}
.instructions__list {
  position: relative;
  z-index: 2;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(max-content, 1fr));
  padding: 0;
  gap: 35px;
  margin-bottom: 60px;
}
@media (max-width: 1150px) {
  .instructions__list {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 575px) {
  .instructions__list {
    margin: 0 auto 40px auto;
  }
}
.instructions__item {
  display: flex;
}
.instructions__item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 575px) {
  .instructions__item-wrapper {
    text-align: center;
  }
}
.instructions__item-subtitle {
  font-size: 36px;
  color: #7421b0;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .instructions__item-subtitle {
    font-size: 18px;
    margin-bottom: 37px;
  }
}
@media (max-width: 575px) {
  .instructions__item-subtitle {
    margin-bottom: 30px;
  }
}
.instructions__item-txt {
  color: #828282;
  font-size: 18px;
  line-height: 180%;
}
@media (max-width: 1540px) {
  .instructions__item-txt {
    max-width: 250px;
  }
}
@media (max-width: 1150px) {
  .instructions__item-txt {
    max-width: none;
  }
}
.instructions__item-txt--violet {
  color: #7421b0;
}
@media (max-width: 1150px) {
  .instructions__item-txt br {
    display: none;
  }
}
@media (max-width: 991px) {
  .instructions__item-txt {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .instructions__item-txt {
    font-size: 12px;
  }
}
.instructions__card {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  background-color: #f8f9fa;
}
@media (max-width: 991px) {
  .instructions__card {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .instructions__card {
    margin-bottom: 20px;
  }
}
.instructions__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.instructions__wave {
  position: absolute;
  width: 150vw;
  left: -6%;
  bottom: 40%;
}
@media (max-width: 1150px) {
  .instructions__wave {
    display: none;
  }
}
.instructions__wave img {
  width: 100vw;
}

.useful {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  .useful {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .useful {
    margin-bottom: 60px;
  }
}
.useful__glass-card {
  position: relative;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  margin-bottom: 23px;
  color: #828282;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 991px) {
  .useful__glass-card {
    font-size: 12px;
  }
}
.useful__glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 200, 200, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  pointer-events: none;
}
.useful__glass-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -25px;
  width: 20px;
  height: 20px;
  transform: translateY(-70%) rotate(45deg);
  background: rgba(200, 200, 200, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  z-index: -1;
  pointer-events: none;
}
.useful__glass-card img {
  position: absolute;
  z-index: -2;
  top: -20%;
}
@media (max-width: 991px) {
  .useful__glass-card img {
    width: 53px;
  }
}
@media (max-width: 575px) {
  .useful__glass-card img {
    top: -40%;
  }
}
.useful__content {
  display: flex;
  justify-content: flex-start;
  gap: 140px;
  margin-bottom: 80px;
}
@media (max-width: 1150px) {
  .useful__content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .useful__content {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .useful__content {
    flex-direction: column;
    gap: 20px;
  }
}
.useful__content-title {
  flex: 0 1 50%;
  font-size: 36px;
  margin: 0;
}
.useful__content-title--violet {
  color: #7421b0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .useful__content-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .useful__content-title {
    text-align: center;
  }
}
@media (max-width: 1150px) {
  .useful__content-title {
    flex: 0 1 50%;
    min-width: 464px;
  }
}
@media (max-width: 991px) {
  .useful__content-title {
    flex: 0 0 50%;
    min-width: 258px;
  }
}
.useful__content-txt {
  flex: 0 1 40%;
}
.useful__content-txt--black {
  font-weight: 500;
  color: #131313;
}
.useful__content-txt {
  font-size: 18px;
  color: #828282;
  line-height: 200%;
}
@media (max-width: 991px) {
  .useful__content-txt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .useful__content-txt {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .useful__content-txt {
    flex: 0 1 50%;
  }
}
.useful__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1345px) {
  .useful__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1150px) {
  .useful__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .useful__cards {
    grid-template-columns: 1fr;
  }
}
.useful__cards-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 18px 45px -10px rgba(0, 0, 0, 0.13);
  transition: color 0.3s ease, background-color 0.5s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 675px) {
  .useful__cards-item {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    max-width: unset;
  }
}
@media (hover: hover) {
  .useful__cards-item:hover {
    background-color: #7421b0;
    color: #f8f9fa;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 26px 48px -23px #7421b0;
  }
}
.useful__cards-item img {
  width: 80px;
}
@media (max-width: 991px) {
  .useful__cards-item img {
    width: 60px;
  }
}
.useful__cards-item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 991px) {
  .useful__cards-item span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .useful__cards-item span {
    font-size: 14px;
  }
}
.useful__cards-item {
  min-width: 170px;
}

.faq {
  position: relative;
  background: linear-gradient(90deg, rgba(179, 63, 173, 0.1) 0%, rgba(211, 202, 71, 0.1) 100%);
  backdrop-filter: blur(10px);
  padding: 100px 0 170px 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__summary {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  gap: 140px;
  list-style: none;
}
.faq__summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 1400px) {
  .faq__summary {
    gap: 85px;
  }
}
@media (max-width: 1150px) {
  .faq__summary {
    gap: 85px;
  }
}
@media (max-width: 991px) {
  .faq__summary {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .faq__summary {
    flex-direction: column;
    gap: 20px;
  }
}
.faq__content {
  padding: 0 25px 25px 195px;
}
@media (max-width: 1150px) {
  .faq__content {
    padding: 0 25px 0 140px;
  }
}
@media (max-width: 991px) {
  .faq__content {
    padding: 0 25px 0 80px;
  }
}
@media (max-width: 991px) {
  .faq__content {
    padding: 0;
  }
}
.faq__content-wrapper {
  overflow: hidden;
  min-height: 0;
}
.faq__cross {
  position: absolute;
  right: 50px;
  top: 75px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .faq__cross {
    right: 50px;
    top: 60px;
  }
}
@media (max-width: 575px) {
  .faq__cross {
    right: 30px;
    top: 40px;
  }
}
.faq__cross::before, .faq__cross::after {
  content: "";
  position: absolute;
  background-color: #131313;
  transition: background-color 0.3s ease;
}
.faq__cross::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq__cross::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq__card[open] .faq__cross {
  transform: translateY(-50%) rotate(45deg);
}
.faq__card[open] .faq__cross::before, .faq__card[open] .faq__cross::after {
  background-color: #7421b0;
}
.faq__cone {
  position: absolute;
  bottom: 65%;
  left: 12%;
  width: 216px;
}
@media (max-width: 991px) {
  .faq__cone {
    width: 118px;
  }
}
@media (max-width: 575px) {
  .faq__cone {
    width: 167px;
    left: -20%;
  }
}
.faq__sphere {
  position: absolute;
}
.faq__sphere--big {
  bottom: 10%;
  right: 10%;
}
@media (max-width: 575px) {
  .faq__sphere--big {
    width: 106px;
  }
}
.faq__sphere--small {
  bottom: 25%;
  right: 8%;
}
@media (max-width: 575px) {
  .faq__sphere--small {
    width: 48px;
  }
}
.faq__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.faq__list {
  list-style: none;
  display: grid;
  gap: 40px;
  padding: 0;
}
.faq__list-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  flex: 1 1 0;
}
.faq__card {
  display: flex;
  flex-direction: column;
  height: 50px;
  gap: 20px;
  padding: 50px;
  transition: height 0.3s ease-in-out;
}
.faq__card[open] {
  height: auto;
}
@media (max-width: 991px) {
  .faq__card {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .faq__card {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }
}
.faq__card-question {
  color: #131313;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 991px) {
  .faq__card-question {
    font-size: 20px;
  }
}
.faq__card-answer {
  color: #828282;
  font-size: 18px;
}
@media (max-width: 991px) {
  .faq__card-answer {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .faq__card-answer {
    font-size: 12px;
  }
}
.faq__card-number {
  color: #7421b0;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .faq__card-number {
    font-size: 24px;
  }
}

.join {
  position: relative;
  overflow: hidden;
}
.join__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 200px 0;
}
@media (max-width: 991px) {
  .join__wrapper {
    padding: 100px 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 100px;
  }
}
@media (max-width: 575px) {
  .join__wrapper {
    padding: 60px 0;
    gap: 150px;
  }
}
.join__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.join__content a {
  align-self: flex-start;
}
@media (max-width: 991px) {
  .join__content a {
    margin: 0 auto;
  }
}
.join__content p {
  font-size: 36px;
  color: #131313;
}
@media (max-width: 991px) {
  .join__content p {
    font-size: 24px;
    max-width: 530px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .join__content p {
    font-size: 18px;
    text-align: center;
  }
}
.join__media {
  position: relative;
}
.join__media-diskette {
  position: absolute;
  left: 30%;
  top: 70%;
  width: 144px;
}
@media (max-width: 991px) {
  .join__media-diskette {
    width: 122px;
    left: 50%;
    top: 75%;
  }
}
@media (max-width: 575px) {
  .join__media-diskette {
    width: 114px;
    top: 110%;
  }
}
.join__media-cone {
  position: absolute;
  left: 15%;
  top: 25%;
  width: 130px;
  z-index: -2;
}
@media (max-width: 991px) {
  .join__media-cone {
    width: 122px;
    left: 30%;
    top: 10%;
  }
}
@media (max-width: 575px) {
  .join__media-cone {
    left: 10%;
    top: 5%;
  }
}
.join__media-glass {
  position: absolute;
  left: -120%;
  top: 43%;
  width: 180%;
  height: 50%;
  z-index: -1;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, rgba(179, 63, 173, 0.1) 0%, rgba(211, 202, 71, 0.1) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .join__media-glass {
    left: -100%;
    width: 190%;
    height: 80%;
  }
}
@media (max-width: 575px) {
  .join__media-glass {
    width: 210%;
    min-height: 210px;
  }
}
.join__wave {
  position: absolute;
  right: 0;
  bottom: 40%;
  z-index: -3;
}
@media (max-width: 991px) {
  .join__wave {
    bottom: 65%;
    left: -20%;
  }
}
@media (max-width: 575px) {
  .join__wave {
    bottom: 70%;
    left: -15%;
  }
}
.join__wave img {
  width: 100vw;
}
@media (max-width: 991px) {
  .join__wave img {
    width: 200vw;
  }
}
@media (max-width: 575px) {
  .join__wave img {
    width: 250vw;
  }
}
@media (max-width: 575px) {
  .join__btn {
    margin: 0 auto;
  }
}

.footer {
  background-color: #fafafa;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.footer__navigation-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  margin: 0 0 0 150px;
}
@media (max-width: 1150px) {
  .footer__navigation-list {
    gap: 30px;
    margin: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .footer__navigation-list {
    margin: 40px 0 0 0;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .footer__navigation-list {
    max-width: 75vw;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer__navigation-item {
  display: inline-block;
  position: relative;
  color: #131313;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .footer__navigation-item:hover {
    transform: scale(1.1);
  }
}
.footer__navigation-item:active {
  transform: translateY(3px);
}
@media (max-width: 991px) {
  .footer__navigation-item {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer__navigation-item {
    font-size: 14px;
  }
}
.footer__product-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.footer__product-item {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #828282;
  font-size: 18px;
  line-height: 200%;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer__product-item::after {
  position: absolute;
  bottom: -1px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #7421b0;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .footer__product-item:hover {
    color: #7421b0;
  }
  .footer__product-item:hover::after {
    width: 100%;
  }
}
.footer__product-item:active {
  transform: translateY(3px);
}
@media (max-width: 991px) {
  .footer__product-item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer__product-item {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */