.btn-secondary, .btn-primary, .clr-btn {
  outline: none !important;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

:root {
  --header-h: 100px;
  --f-Onest: Onest, sans-serif;
}
@media (max-width: 1220px) {
  :root {
    --header-h: 60px;
  }
}

.screen-xl-show {
  display: none !important;
}

.screen-xl-show-inline-block {
  display: none !important;
}

.screen-xl-show-inline {
  display: none !important;
}

.screen-xl-show-table {
  display: none !important;
}

.screen-xl-show-table-row {
  display: none !important;
}

.screen-xl-show-table-cell {
  display: none !important;
}

.screen-xl-show-flex {
  display: none !important;
}

.screen-xl-show-inline-flex {
  display: none !important;
}

.screen-lg-show {
  display: none !important;
}

.screen-lg-show-inline-block {
  display: none !important;
}

.screen-lg-show-inline {
  display: none !important;
}

.screen-lg-show-table {
  display: none !important;
}

.screen-lg-show-table-row {
  display: none !important;
}

.screen-lg-show-table-cell {
  display: none !important;
}

.screen-lg-show-flex {
  display: none !important;
}

.screen-lg-show-inline-flex {
  display: none !important;
}

.screen-md-show {
  display: none !important;
}

.screen-md-show-inline-block {
  display: none !important;
}

.screen-md-show-inline {
  display: none !important;
}

.screen-md-show-table {
  display: none !important;
}

.screen-md-show-table-row {
  display: none !important;
}

.screen-md-show-table-cell {
  display: none !important;
}

.screen-md-show-flex {
  display: none !important;
}

.screen-md-show-inline-flex {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.tablet-show-inline-block {
  display: none !important;
}

.tablet-show-inline {
  display: none !important;
}

.tablet-show-table {
  display: none !important;
}

.tablet-show-table-row {
  display: none !important;
}

.tablet-show-table-cell {
  display: none !important;
}

.tablet-show-flex {
  display: none !important;
}

.tablet-show-inline-flex {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.mobile-show-inline-block {
  display: none !important;
}

.mobile-show-inline {
  display: none !important;
}

.mobile-show-table {
  display: none !important;
}

.mobile-show-table-row {
  display: none !important;
}

.mobile-show-table-cell {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-show-inline-flex {
  display: none !important;
}

@media (max-width: 1800px) {
  .screen-xl-hide {
    display: none !important;
  }

  .screen-xl-show {
    display: block !important;
  }

  .screen-xl-show-inline-block {
    display: inline-block !important;
  }

  .screen-xl-show-inline {
    display: inline !important;
  }

  .screen-xl-show-table {
    display: table !important;
  }

  .screen-xl-show-table-row {
    display: table-row !important;
  }

  .screen-xl-show-table-cell {
    display: table-cell !important;
  }

  .screen-xl-show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .screen-xl-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1439px) {
  .screen-lg-hide {
    display: none !important;
  }

  .screen-lg-show {
    display: block !important;
  }

  .screen-lg-show-inline-block {
    display: inline-block !important;
  }

  .screen-lg-show-inline {
    display: inline !important;
  }

  .screen-lg-show-table {
    display: table !important;
  }

  .screen-lg-show-table-row {
    display: table-row !important;
  }

  .screen-lg-show-table-cell {
    display: table-cell !important;
  }

  .screen-lg-show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .screen-lg-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1220px) {
  .screen-md-hide {
    display: none !important;
  }

  .screen-md-show {
    display: block !important;
  }

  .screen-md-show-inline-block {
    display: inline-block !important;
  }

  .screen-md-show-inline {
    display: inline !important;
  }

  .screen-md-show-table {
    display: table !important;
  }

  .screen-md-show-table-row {
    display: table-row !important;
  }

  .screen-md-show-table-cell {
    display: table-cell !important;
  }

  .screen-md-show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .screen-md-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }

  .tablet-show {
    display: block !important;
  }

  .tablet-show-inline-block {
    display: inline-block !important;
  }

  .tablet-show-inline {
    display: inline !important;
  }

  .tablet-show-table {
    display: table !important;
  }

  .tablet-show-table-row {
    display: table-row !important;
  }

  .tablet-show-table-cell {
    display: table-cell !important;
  }

  .tablet-show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .tablet-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-show-inline-block {
    display: inline-block !important;
  }

  .mobile-show-inline {
    display: inline !important;
  }

  .mobile-show-table {
    display: table !important;
  }

  .mobile-show-table-row {
    display: table-row !important;
  }

  .mobile-show-table-cell {
    display: table-cell !important;
  }

  .mobile-show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .mobile-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.svg-icon-download {
  height: 23px;
  width: 24px;
}

.svg-icon-play {
  height: 18px;
  width: 15px;
}

.svg-icon-socials-fb {
  height: 30px;
  width: 31px;
}

.svg-icon-socials-inst {
  height: 25px;
  width: 25px;
}

.svg-icon-socials-wa {
  height: 30px;
  width: 30px;
}

/* onest-100 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-200 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-800 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-900 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/onest/onest-v9-cyrillic_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}

p:last-child {
  margin-bottom: 0;
}

label {
  font-weight: normal;
  cursor: pointer;
}

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

a,
button {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

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

body {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: normal;
  font-family: "Onest", sans-serif;
  color: #ffffff;
  background: #000000;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
}

.svg-icon {
  display: block;
  fill: currentColor;
}
.svg-icon_stroke {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5px;
}

.container {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custom-tab {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-tab.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section {
  position: relative;
  overflow-x: clip;
  min-height: calc(100dvh - var(--header-h));
}
.section-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1596px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.bg-screen {
  position: absolute;
  top: 24px;
  width: auto;
  height: auto;
  pointer-events: none;
}
.bg-screen-left {
  left: 0;
}
.bg-screen-right {
  right: 0;
}
@media (max-width: 1220px) {
  .bg-screen {
    top: 15px;
    width: 260px;
  }
}
@media (max-width: 767px) {
  .bg-screen {
    top: 0;
    width: 125px;
  }
}

.fw-thin,
.fw-100 {
  font-weight: 100 !important;
}

.fw-exlight,
.fw-200 {
  font-weight: 200 !important;
}

.fw-light,
.fw-300 {
  font-weight: 300 !important;
}

.fw-reg,
.fw-400 {
  font-weight: normal !important;
}

.fw-med,
.fw-500 {
  font-weight: 500 !important;
}

.fw-semi,
.fw-600 {
  font-weight: 600 !important;
}

.fw-bold,
.fw-700 {
  font-weight: bold !important;
}

.fw-extrbld,
.fw-800 {
  font-weight: 800 !important;
}

.fw-black,
.fw-900 {
  font-weight: 900 !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-center {
  text-align: center !important;
}

.overflow-hidden {
  overflow: hidden;
}

.body-overflow {
  overflow: hidden;
  position: fixed;
}

.hidden {
  display: none !important;
}

.btn-primary {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: var(--f-Onest);
  height: 80px;
  padding: 10px 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 103%;
  text-transform: uppercase;
  width: 405px;
  max-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.btn-primary-in {
  position: relative;
  width: 100%;
  border-radius: 50px;
  background: #000000;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid #D390FF;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.btn-primary svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-primary_icon-right svg {
  right: 25px;
}
@media (hover: hover) {
  .btn-primary:hover .btn-primary-in {
    background-color: #7D1FFF;
  }
}
.btn-primary:active .btn-primary-in {
  background-color: #7D1FFF;
}
@media (max-width: 1220px) {
  .btn-primary {
    height: 70px;
    width: 310px;
    font-size: 18px;
  }
  .btn-primary-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-secondary {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--f-Onest);
  height: 60px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 103%;
  text-transform: uppercase;
  width: 300px;
  max-width: 100%;
}
.btn-secondary:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #7D1FFF;
}
.btn-secondary span {
  position: relative;
}
.btn-secondary svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-secondary_icon-right svg {
  right: 25px;
}
@media (hover: hover) {
  .btn-secondary:hover:before {
    background: #550bbb;
  }
}
.btn-secondary:active:before {
  background: #550bbb;
}
@media (max-width: 1220px) {
  .btn-secondary {
    height: 50px;
    width: 200px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.equalizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.equalizer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4px;
}
.equalizer-col:nth-child(10), .equalizer-col:nth-child(16), .equalizer-col:nth-child(21) {
  margin-right: 20px;
}
.equalizer-col span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 13px;
  height: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  -o-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  background: #d86cff;
}
.equalizer-col span._white {
  background: #fff;
}

@media (max-width: 767px) {
  .equalizer {
    gap: 4px;
  }

  .equalizer-col {
    gap: 2.5px;
  }
  .equalizer-col:nth-child(10), .equalizer-col:nth-child(16), .equalizer-col:nth-child(21) {
    margin-right: 15px;
  }
  .equalizer-col span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6px;
    height: 4px;
  }
}
.header {
  background: #000000;
  position: relative;
  z-index: 100;
}

.header-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--header-h);
}

.header__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__logo-img {
  width: 281px;
  height: auto;
}

@media (max-width: 1220px) {
  .header__logo-img {
    width: 169px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  overflow: auto;
}
.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-in {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: all;
}

.modal__content {
  padding: 46px 50px;
  background: #7C1FFE;
  border-radius: 20px;
  opacity: 0.95;
}

.modal__close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.modal__desc {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}

@media (max-width: 767px) {
  .modal-in {
    max-width: 280px;
  }

  .modal__content {
    padding: 35px 25px;
  }

  .modal__close-btn {
    top: 10px;
    right: 10px;
  }

  .modal__desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .modal__desc br {
    display: none;
  }
}
.player {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.player-l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.player-r {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.player__audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.player__play-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  background: #7D1FFF;
  color: #fff;
  border-radius: 50%;
}
.player__play-btn ._default {
  margin-left: 2px;
}
.player__play-btn ._active {
  display: none;
}
.player__play-btn.active ._default {
  display: none;
}
.player__play-btn.active ._active {
  display: block;
}

.player__progress-c {
  height: 16px;
  border-radius: 50px;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0px 0px 10px 0px #7D1FFF80;
          box-shadow: 0px 0px 10px 0px #7D1FFF80;
  cursor: pointer;
  position: relative;
}

.player__progress {
  height: 100%;
  width: 0%;
  background: #7D1FFF;
  border-radius: 50px;
}

.player__time {
  position: absolute;
  top: 100%;
  margin-top: 13px;
  font-size: 20px;
  min-width: 50px;
  line-height: 1.5;
  color: #fff;
}
.player__time._left {
  text-align: left;
  left: 0;
}
.player__time._right {
  right: 0;
  text-align: right;
}

@media (max-width: 1220px) {
  .player {
    gap: 16px;
  }

  .player__play-btn {
    width: 40px;
    height: 40px;
  }
  .player__play-btn svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }

  .player__progress-c {
    height: 10px;
  }

  .player__time {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.s-error {
  overflow-y: clip;
}

.s-error-in {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-error__title {
  font-size: 36px;
  line-height: 1.5;
  text-shadow: 0px 0px 20px #FFFFFFCC;
  font-weight: 600;
  letter-spacing: 5px;
  max-width: 818px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 125px;
  text-align: center;
}
.s-error__title p {
  margin-bottom: 30px;
}
.s-error__title p:last-child {
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 1220px) {
  .s-error__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .s-error__title {
    font-size: 24px;
    letter-spacing: 0;
    padding: 0 5px;
    margin-bottom: 45px;
  }
}
.s-intro {
  padding-top: 115px;
  padding-bottom: 30px;
  overflow-y: clip;
}

.s-intro__title {
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 103%;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.s-intro__desc {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.5;
  z-index: 2;
}
.s-intro__desc p {
  margin-bottom: 20px;
}
.s-intro__desc p:last-child {
  margin-bottom: 0;
}

.s-intro__btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-intro__btn-wrap-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}

.s-intro-bg-1 {
  position: absolute;
  pointer-events: none;
  top: calc(var(--header-h) * -1);
  left: 0;
  width: 100%;
  height: calc(100% + var(--header-h));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.s-intro-bg-2 {
  position: absolute;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1439px) {
  .s-intro__title {
    font-size: 60px;
  }
}
@media (max-width: 1220px) {
  .s-intro {
    padding-top: 100px;
  }
  .s-intro .bg-screen {
    display: none;
  }

  .s-intro__title {
    font-size: 40px;
    margin-bottom: 42px;
    line-height: 1.5;
  }

  .s-intro__desc {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    margin-bottom: 60px;
  }

  .s-intro__btn-wrap-bg {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .s-intro {
    padding-top: 20px;
  }
  .s-intro .bg-screen {
    display: block;
  }

  .s-intro__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .s-intro__desc {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.s-loader {
  overflow-y: clip;
}

.s-loader-in {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-loader__texts {
  margin-top: 60px;
  min-height: 150px;
}

.s-loader__texts-item {
  display: none;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 5px;
  text-shadow: 0px 0px 20px #FFFFFFCC;
}
.s-loader__texts-item._active .s-loader__texts-desc {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.s-loader__texts-title {
  text-transform: uppercase;
}

.s-loader__texts-desc {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media (max-width: 1220px) {
  .s-loader__texts {
    min-height: 200px;
  }

  .s-loader__texts-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 673px;
  }
}
@media (max-width: 767px) {
  .s-loader__texts {
    margin-top: 40px;
    min-height: 150px;
  }

  .s-loader__texts-item {
    max-width: 100%;
    font-size: 24px;
    letter-spacing: 0;
  }
}
.s-quiz {
  background: #00003b;
  overflow-y: clip;
}
.s-quiz .bg-screen-left {
  z-index: 3;
}
.s-quiz .bg-screen-right {
  z-index: 5;
}

.s-quiz__tab {
  position: relative;
}

.s-quiz__tab-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  padding-top: 70px;
}

.s-quiz__tab-l {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  z-index: 3;
}

.s-quiz__tab-r {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.s-quiz__answer {
  position: relative;
  width: 765px;
  border-radius: 20px;
  padding-bottom: 30px;
}
.s-quiz__answer:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  background: #000;
  z-index: 2;
}

.s-quiz__answer-field {
  position: relative;
  height: 350px;
  resize: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 30px 40px;
  color: #fff;
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  z-index: 3;
}
.s-quiz__answer-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.s-quiz__answer-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.s-quiz__answer-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.s-quiz__answer-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.s-quiz__answer-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.s-quiz__answer-field:-moz-placeholder-shown:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn {
  pointer-events: none;
  color: #FFFFFF80;
}
.s-quiz__answer-field:-ms-input-placeholder:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn {
  pointer-events: none;
  color: #FFFFFF80;
}
.s-quiz__answer-field:placeholder-shown:not(:-moz-read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn {
  pointer-events: none;
  color: #FFFFFF80;
}
.s-quiz__answer-field:placeholder-shown:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn {
  pointer-events: none;
  color: #FFFFFF80;
}
.s-quiz__answer-field:-moz-placeholder-shown:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn:before {
  background: transparent;
  border-color: #FFFFFF80;
}
.s-quiz__answer-field:-ms-input-placeholder:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn:before {
  background: transparent;
  border-color: #FFFFFF80;
}
.s-quiz__answer-field:placeholder-shown:not(:-moz-read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn:before {
  background: transparent;
  border-color: #FFFFFF80;
}
.s-quiz__answer-field:placeholder-shown:not(:read-only) ~ .s-quiz__answer-btn-wrap .s-quiz__answer-btn:before {
  background: transparent;
  border-color: #FFFFFF80;
}

.s-quiz__answer-btn-wrap {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}

.s-quiz__question {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 500;
}

.s-quiz__head {
  margin-bottom: 35px;
}

.s-quiz__head-title {
  font-size: 20px;
  line-height: 1.5;
}

.s-quiz__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.s-quiz__steps span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 8px;
  border-radius: 50px;
  background: #7C1FFF;
}
.s-quiz__steps span.active {
  background: #fff;
}

.s-quiz-bg {
  position: absolute;
  top: -70px;
  right: -177px;
  width: auto;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1439px) {
  .s-quiz__tab-c {
    gap: 30px;
  }

  .s-quiz__answer {
    width: 700px;
  }

  .s-quiz-bg {
    width: 1760px;
    right: -163px;
  }

  .s-quiz__answer-field {
    height: 310px;
    padding: 25px;
  }

  .s-quiz__question {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (max-width: 1220px) {
  .s-quiz {
    background: #000;
  }
  .s-quiz .bg-screen {
    z-index: 1;
  }

  .s-quiz__tab-c {
    padding-top: 15px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .s-quiz__tab-l {
    width: 100%;
  }

  .s-quiz__tab-r {
    width: 100%;
  }

  .s-quiz__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 25px;
  }

  .s-quiz__steps {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .s-quiz__steps span {
    width: 58px;
    height: 6px;
  }

  .s-quiz__head-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .s-quiz__question {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
    min-height: 210px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-quiz__answer {
    margin-left: auto;
    margin-right: auto;
  }

  .s-quiz__tab:last-child .s-quiz__answer-btn {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .s-quiz__tab-c {
    padding-bottom: 160px;
  }

  .s-quiz__question {
    font-size: 20px;
    line-height: 30px;
    min-height: 210px;
  }

  .s-quiz__tab-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .s-quiz__answer {
    padding-bottom: 5px;
    margin-left: -30px;
    margin-right: -30px;
    width: 435px;
  }

  .s-quiz__answer-field {
    height: 225px;
    font-size: 16px;
    line-height: 1.5;
    padding: 35px;
  }

  .s-quiz__answer-btn-wrap {
    margin-top: 5px;
  }

  .s-quiz-bg {
    width: 1070px;
    right: -95px;
    top: -30px;
  }
}
.s-result {
  padding-top: 52px;
  padding-bottom: 130px;
  overflow-y: clip;
}

.s-result-bg {
  position: absolute;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.s-result__card {
  position: relative;
  -webkit-box-shadow: 0px 0px 50px 0px #CB50CFB2;
          box-shadow: 0px 0px 50px 0px #CB50CFB2;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  padding: 50px;
}
.s-result__card:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  border-radius: inherit;
}

.s-result__card-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-result__card-l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 500px;
}

.s-result__card-img-c {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px 0px #CB50CFB2;
          box-shadow: 0px 0px 50px 0px #CB50CFB2;
  border-radius: 20px;
}
.s-result__card-img-c:has(.s-result__card-img[src=""]) {
  background: #7D1FFF;
}

.s-result__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-result__card-img[src=""] {
  display: none;
}

.s-result__card-r {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 40px 0 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-result__card-r:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: -50px;
  bottom: 0;
  background: url("../img/backgrounds/bg-player-bar.png");
  height: 216px;
  min-width: 1008px;
  background-size: contain;
  pointer-events: none;
}

.s-result__card-title {
  font-size: 80px;
  line-height: 103%;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 22px;
}

.s-result__card-desc {
  font-size: 24px;
  line-height: 40px;
  max-width: 753px;
  margin-bottom: 20px;
}

.s-result__card-player-wrap {
  margin-top: auto;
}

.s-result__congratulation {
  margin-top: 45px;
}

.s-result__congratulation-title {
  font-size: 80px;
  line-height: 82px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 45px;
}

.s-result__congratulation-desc {
  font-size: 24px;
  line-height: 1.8;
  max-width: 1387px;
}
.s-result__congratulation-desc p {
  margin-bottom: 0;
}

.s-result__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.s-result__controls-download-btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--f-Onest);
  height: 60px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 103%;
  width: 300px;
  max-width: 100%;
  border-radius: 50px;
  background: #7D1FFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-result__controls-download-btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}
@media (hover: hover) {
  .s-result__controls-download-btn:hover {
    background: #550bbb;
  }
}
.s-result__controls-download-btn:active {
  background: #550bbb;
}

.s-result__controls-another-btn,
.s-result__controls-share-toggler {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--f-Onest);
  height: 60px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 103%;
  width: 300px;
  max-width: 100%;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-result__controls-another-btn:before,
.s-result__controls-share-toggler:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #060606;
  border: 2px solid #7D1FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-result__controls-another-btn span,
.s-result__controls-another-btn svg,
.s-result__controls-share-toggler span,
.s-result__controls-share-toggler svg {
  position: relative;
}
@media (hover: hover) {
  .s-result__controls-another-btn:hover:before,
.s-result__controls-share-toggler:hover:before {
    opacity: 1;
  }
}

.s-result__controls-share {
  position: relative;
}
.s-result__controls-share:has(.s-result__controls-share-toggler.active) .s-result__controls-share-drop {
  display: block;
}

.s-result__controls-share-toggler {
  width: 200px;
  padding: 0 45px 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-result__controls-share-drop {
  position: absolute;
  top: 100%;
  margin-top: 25px;
  display: none;
}

.s-result__controls-share-drop-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}

.s-result__controls-share-drop-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.s-result__controls-share-drop-btn svg {
  position: relative;
}
.s-result__controls-share-drop-btn:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #060606;
  border: 2px solid #7D1FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .s-result__controls-share-drop-btn:hover:before {
    opacity: 1;
    background-color: #7D1FFF;
  }
}
.s-result__controls-share-drop-btn:active:before {
  opacity: 1;
  background-color: #7D1FFF;
}

.s-result__controls-btn-wrap {
  position: relative;
}
@media (hover: hover) {
  .s-result__controls-btn-wrap:hover .s-result__controls-hover-info {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.s-result__controls-hover-info {
  position: absolute;
  bottom: 100%;
  margin-bottom: -9px;
  max-width: 90vw;
  width: 244px;
  border-radius: 20px 20px 20px 0;
  background: #7D1FFF;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  z-index: 5;
  left: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-result__controls-hover-info._w-274 {
  width: 274px;
}

.s-result__to-bot-btn {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  border-radius: 50%;
}
.s-result__to-bot-btn svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.s-result__to-bot-btn._on-bot svg {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 1800px) {
  .s-result__controls-hover-info._w-274 {
    left: 20px;
  }

  .s-result__card-title,
.s-result__congratulation-title {
    font-size: 60px;
  }
}
@media (max-width: 1439px) {
  .s-result__card {
    padding: 35px 25px;
  }

  .s-result__card-l {
    width: 400px;
  }

  .s-result__card-r {
    padding: 12px 0 12px 30px;
  }

  .s-result__card-desc {
    font-size: 22px;
    line-height: 1.5;
    max-width: 100%;
  }
}
@media (max-width: 1220px) {
  .s-result__card {
    border-radius: 20px;
  }

  .s-result__card-l {
    width: 250px;
  }

  .s-result__card-r {
    padding-left: 22px;
  }
  .s-result__card-r:before {
    height: 90px;
  }

  .s-result__card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .s-result__card-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .s-result__congratulation {
    margin-top: 90px;
    padding: 0 40px;
  }

  .s-result__congratulation-title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .s-result__congratulation-desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .s-result__congratulation-desc p {
    margin-bottom: 25px;
  }
  .s-result__congratulation-desc p:last-child {
    margin-bottom: 0;
  }

  .s-result__controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .s-result__controls-download-btn {
    height: 50px;
    width: 164px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    line-height: 20px;
  }
  .s-result__controls-download-btn svg {
    position: relative;
    width: 23px;
    height: 22px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }

  .s-result__controls-another-btn,
.s-result__controls-share-toggler {
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    gap: 18px;
  }
  .s-result__controls-another-btn svg,
.s-result__controls-share-toggler svg {
    width: 22px;
    height: 25px;
  }

  .s-result__controls-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }

  .s-result__controls-share-drop {
    position: relative;
    top: auto;
    margin-top: 0;
  }

  .s-result__controls-share-drop-in {
    gap: 9px;
  }

  .s-result__controls-share-drop-btn {
    width: 50px;
    height: 50px;
  }
  .s-result__controls-share-drop-btn svg {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }

  .s-result__controls-hover-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .s-result {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .s-result__card {
    padding: 20px 25px 25px;
  }

  .s-result__card-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .s-result__card-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-result__card-r {
    padding: 0;
  }
  .s-result__card-r:before {
    height: 75px;
    left: -25px;
    bottom: -10px;
  }

  .s-result__card-title {
    text-align: center;
    font-size: 24px;
  }

  .s-result__card-desc {
    font-size: 16px;
    line-height: 1.3;
  }

  .s-result__controls {
    gap: 10px;
  }

  .s-result__controls-share {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .s-result__controls-download-btn {
    padding-left: 16px;
    width: 160px;
  }

  .s-result__controls-another-btn,
.s-result__controls-share-toggler {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-result__congratulation {
    margin-top: 40px;
    padding: 0 10px;
  }

  .s-result__congratulation-title {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 24px;
  }

  .s-result__congratulation-desc {
    font-size: 16px;
    line-height: 1.3;
  }
  .s-result__congratulation-desc p {
    margin-bottom: 15px;
  }
}
