@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
.hidden {
  display: none !important; }

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

html {
  font-size: 10px;
  font-variant-numeric: lining-nums; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body:not(.main):not(.error-page):not:has(section.test) {
    background-image: url(/userfiles/bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed; }
    body:not(.main):not(.error-page):not:has(section.test) .page {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 100vh;
      padding-top: 8rem;
      overflow: hidden; }
      @media (max-width: 768px) {
        body:not(.main):not(.error-page):not:has(section.test) .page {
          padding-top: 6rem; } }
  body.main .header:not(.fixed) {
    background-color: transparent;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0); }
    body.main .header:not(.fixed) .logo {
      display: none; }
    body.main .header:not(.fixed) .btn--transparent {
      color: #FFFFFF; }
      body.main .header:not(.fixed) .btn--transparent:hover {
        color: #965DA1; }
    body.main .header:not(.fixed) .header__wrapper {
      height: 13rem; }
  body:has(section.test) .header:not(.fixed) {
    background-color: transparent;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0); }
    body:has(section.test) .header:not(.fixed) .logo img {
      display: none; }
      body:has(section.test) .header:not(.fixed) .logo img.logo-white {
        display: block; }
    body:has(section.test) .header:not(.fixed) .btn--transparent {
      color: #FFFFFF; }
      body:has(section.test) .header:not(.fixed) .btn--transparent:hover {
        color: #965DA1; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #965DA1;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

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

*,
*:before,
*:after {
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem; }

::-webkit-scrollbar-track {
  background-color: #EAEAEA; }

::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  border: solid 0.2rem #EAEAEA;
  background-color: #965DA1;
  cursor: pointer; }

::selection {
  background-color: #965DA1;
  color: #EAEAEA; }

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden; }

.page__wrapper {
  position: relative; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.8;
    visibility: visible; }

/* Vendor libs */
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 1.5rem; }

/* Default theme styles of the modal dialog */
.remodal {
  max-width: 100%;
  padding: 35px;
  border-radius: 2rem;
  background-color: #FFFFFF;
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries */
.remodal {
  width: 450px; }

/* IE8  */
.lt-ie9 .remodal-overlay {
  background: #000000; }

.lt-ie9 .remodal {
  width: 450px; }

.remodal {
  padding: 0;
  overflow: hidden; }

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  z-index: 4;
  cursor: pointer;
  overflow: visible; }
  .close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.7805 0.219436C11.4879 -0.0731455 11.0186 -0.0731455 10.726 0.219436L6 4.94491L1.27398 0.219436C0.981367 -0.0731455 0.512077 -0.0731455 0.219462 0.219436C-0.0731539 0.512018 -0.0731539 0.981254 0.219462 1.27384L4.94548 5.99931L0.219462 10.7248C-0.0731539 11.0174 -0.0731539 11.4866 0.219462 11.7792C0.363009 11.9227 0.556246 12 0.743961 12C0.931677 12 1.12491 11.9282 1.26846 11.7792L5.99448 7.05371L10.7205 11.7792C10.864 11.9227 11.0573 12 11.245 12C11.4382 12 11.6259 11.9282 11.7695 11.7792C12.0621 11.4866 12.0621 11.0174 11.7695 10.7248L7.05452 5.99931L11.7805 1.27384C12.0732 0.981254 12.0732 0.512018 11.7805 0.219436Z' fill='black'/%3e%3c/svg%3e ");
    transition: 0.3s; }
  .close:hover:before {
    transform: rotate(90deg); }

/* Import blocks */
.section {
  position: relative;
  z-index: 1; }
  .section.hero {
    color: #FFFFFF; }
    .section.hero .section__content {
      align-items: center; }
    .section.hero .block__text {
      max-width: 52rem; }
    .section.hero .btn {
      margin-bottom: 4rem; }
  .section.text-page {
    width: 80rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 0; }
    .section.text-page .block__text {
      margin-bottom: 0; }
  .section.game {
    padding: 15rem 0 7rem;
    text-align: center; }
    @media (max-width: 768px) {
      .section.game {
        padding: 11rem 0 7rem; } }

.section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .section__video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.section__container {
  background-color: rgba(0, 0, 0, 0.5); }

.section__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  min-height: 100dvh;
  padding: 4rem 0; }
  .section__wrapper.center {
    align-items: center;
    text-align: center; }

.section__content {
  display: flex;
  flex-direction: column; }

.block__header {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-bottom: 4rem; }
  .block__header .block__title {
    margin-bottom: 0;
    font-size: 6rem; }
    @media (max-width: 768px) {
      .block__header .block__title {
        font-size: 3rem; } }
  .block__header .block__text {
    width: 80rem;
    max-width: 100%;
    margin: 0.6rem auto 0;
    font-size: 1.8rem; }

.block__subtitle {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #4568DC; }
  .block__subtitle.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.block__title {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 6.8rem; }
  .block__title.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 768px) {
    .block__title {
      font-size: 4rem; } }

.block__text {
  margin-bottom: 4.5rem;
  font-weight: 400;
  font-size: 2rem; }
  .block__text.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 768px) {
    .block__text {
      font-size: 1.6rem; } }
  .block__text h1 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 6.8rem; }
    @media (max-width: 768px) {
      .block__text h1 {
        font-size: 4rem; } }
  .block__text h2 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 4.4rem; }
    .block__text h2:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h2 {
        font-size: 3.4rem; } }
  .block__text h3 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 3.4rem; }
    .block__text h3:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h3 {
        font-size: 2.4rem; } }
  .block__text h4 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 2.4rem; }
    .block__text h4:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h4 {
        font-size: 2rem; } }
  .block__text h5 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 2.4rem; }
    .block__text h5:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h5 {
        font-size: 2rem; } }
  .block__text h6 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 2.4rem; }
    .block__text h6:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h6 {
        font-size: 2rem; } }
  .block__text p {
    margin-bottom: 1em; }
    .block__text p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .block__text p {
        margin-bottom: 2.4rem; } }
  .block__text a {
    font-weight: 600;
    color: #965DA1;
    transition: 0.3s; }
    .block__text a:hover {
      color: #4568DC; }
  .block__text ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px; }

.block__link {
  font-weight: 600;
  font-size: 1.8rem;
  color: #965DA1;
  transition: 0.3s; }
  .block__link:hover {
    color: #4568DC; }

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  font-weight: 500;
  font-size: 1.6rem; }
  .actions.center {
    justify-content: center; }
  @media (max-width: 768px) {
    .actions {
      justify-content: center; } }

.letter-animate {
  animation: color-pulse 1.5s ease-in-out infinite alternate; }

@keyframes color-pulse {
  from {
    color: #4568DC; }
  to {
    color: #965DA1; } }

/* для паралаксу: */
.js-animate {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  /* щоб картинка залишалась клікабельною */ }

/* опційно – м’якший відкат при виході курсора */
.js-animate.is-resetting {
  transition: transform 200ms ease-out; }

.block__title strong {
  position: relative;
  display: inline-block;
  animation: glitch-flicker 2.5s infinite linear alternate; }

/* основне мерехтіння */
@keyframes glitch-flicker {
  0%, 100% {
    opacity: 1;
    transform: none; }
  20% {
    opacity: 0.8;
    transform: skewX(2deg); }
  40% {
    opacity: 0.6;
    transform: translateY(-1px) skewY(2deg); }
  60% {
    opacity: 0.9;
    transform: translateX(1px); }
  80% {
    opacity: 0.5;
    transform: translateX(-1px) scale(1.01); } }

/* псевдоелементи для "розриву" */
.block__title strong::before,
.block__title strong::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  color: #965DA1;
  background: transparent;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
  /* обов'язково */ }

.block__title strong::before {
  animation: glitch-top 1.8s infinite linear alternate-reverse;
  color: #965DA1; }

.block__title strong::after {
  animation: glitch-bottom 2.2s infinite linear alternate;
  color: #000000; }

/* верхній глітч */
@keyframes glitch-top {
  0% {
    clip: rect(0, 9999px, 0, 0);
    transform: translate(-2px, -2px); }
  10% {
    clip: rect(10px, 9999px, 25px, 0);
    transform: translate(2px, 0); }
  20% {
    clip: rect(85px, 9999px, 140px, 0);
    transform: translate(-1px, 1px); }
  100% {
    clip: rect(0, 9999px, 0, 0);
    transform: none; } }

/* нижній глітч */
@keyframes glitch-bottom {
  0% {
    clip: rect(0, 9999px, 0, 0);
    transform: translate(1px, 1px); }
  15% {
    clip: rect(55px, 9999px, 85px, 0);
    transform: translate(-3px, 1px); }
  25% {
    clip: rect(10px, 9999px, 60px, 0);
    transform: translate(1px, -1px); }
  100% {
    clip: rect(0, 9999px, 0, 0);
    transform: none; } }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  width: 60rem;
  max-width: calc(100% - 4rem);
  gap: 2rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #EAEAEA;
  z-index: 10; }
  .cookie-window-block.closed {
    display: none !important; }

.cookie-window-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem; }
  .cookie-window-actions .btn {
    min-width: 20rem; }

.error__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60rem;
  padding: 8rem 0 0;
  background-image: url(/userfiles/cheese-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60rem; }
  .error__page .block__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30rem;
    line-height: 1; }
  .error__page .block__subtitle {
    margin-bottom: 3rem;
    font-size: 3rem; }
  .error__page .btn {
    min-width: 19rem; }

@media (max-width: 1360px) {
  .error__page {
    min-height: 40rem; } }

@media (max-width: 992px) {
  .error__page {
    min-height: 30rem;
    padding: 1rem 0 0; } }

@media (max-width: 768px) {
  .error__page {
    background-size: 80vw; }
    .error__page .block__title {
      font-size: 40vw; } }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin: 0;
  padding: 0 3.8rem;
  border-radius: 3rem;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0; }
  .btn--transparent:hover {
    color: #965DA1; }
  .btn--white {
    background-color: #FFFFFF;
    color: #50449E; }
    .btn--white:hover {
      color: #965DA1; }
  .btn--gradient {
    color: #FFFFFF; }
    .btn--gradient:before, .btn--gradient:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3rem;
      z-index: -1;
      transition: 0.3s; }
    .btn--gradient:before {
      background: linear-gradient(270deg, #4568DC 0%, #B06AB3 100%); }
    .btn--gradient:after {
      background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%); }
    .btn--gradient:hover:after {
      opacity: 0; }
  .btn--o-gradient {
    padding: 1px;
    color: #965DA1; }
    .btn--o-gradient:before, .btn--o-gradient:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3rem;
      z-index: -1;
      transition: 0.3s; }
    .btn--o-gradient:before {
      background: linear-gradient(270deg, #4568DC 0%, #B06AB3 100%); }
    .btn--o-gradient:after {
      background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%); }
    .btn--o-gradient:hover {
      color: #4568DC; }
      .btn--o-gradient:hover:after {
        opacity: 0; }
    .btn--o-gradient span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0 3.8rem;
      border-radius: 3rem;
      background-color: #FFFFFF; }

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
  margin: 0 auto; }

.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem 0; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 0; }
  .form__row.center {
    justify-content: center; }

.form__body {
  padding: 5rem 7rem; }
  .form__body .btn {
    min-width: 14rem; }
  .form__body .block__text {
    margin-bottom: 0;
    font-size: 1.6rem; }
  @media (max-width: 480px) {
    .form__body {
      padding: 4rem; } }

.form__content .block__title {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 2.8rem; }
  @media (max-width: 480px) {
    .form__content .block__title {
      font-size: 2.2rem; } }

.form__footer {
  margin-top: 5rem; }

.alert {
  font-size: 1.4rem; }
  .alert--red {
    color: #CF304E; }
  .alert--green {
    color: #30CFB1; }

.input {
  width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  vertical-align: middle;
  background-color: #EAEAEA;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  font-variant-numeric: lining-nums;
  transition: 0.3s; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #8C8C8C; }
  .input[type="number"]::-webkit-outer-spin-button, .input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input[type="number"] {
    -moz-appearance: textfield; }
  .input[disabled] {
    color: #8C8C8C; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5.4rem #EAEAEA;
    -webkit-text-fill-color: #000000; }
  .input--error, .input.error {
    border-color: #CF304E; }
  .input--success, .input.success {
    border-color: #30CFB1; }

.js-input-error-msg {
  font-size: 1.4rem; }

.textarea {
  width: 100%;
  height: 14rem;
  padding: 2rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  vertical-align: middle;
  background-color: #EAEAEA;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  font-variant-numeric: lining-nums;
  resize: none;
  transition: 0.3s; }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #8C8C8C; }

.select {
  position: relative;
  width: 100%; }
  .select select {
    width: 100%;
    height: 5.4rem;
    padding: 0 4.4rem 0 2rem;
    border-radius: 0.6rem;
    border: none;
    vertical-align: middle;
    background-color: #EAEAEA;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    font-variant-numeric: lining-nums;
    cursor: pointer;
    transition: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select select:focus {
      outline: 0; }
  .select:after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.5 6L0 0L9 6.05683e-07L4.5 6Z' fill='%23965DA1'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    transition: 0.3s; }

.tabs__nav {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 4rem;
  padding-bottom: 2rem; }
  @media (max-width: 768px) {
    .tabs__nav {
      gap: 2rem; } }

.tabs__nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  color: #000000;
  transition: 0.3s; }
  .tabs__nav-item:last-child {
    margin-right: 0; }
  .tabs__nav-item:hover {
    color: #965DA1; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item.active {
    background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media (max-width: 768px) {
    .tabs__nav-item {
      font-size: 1.6rem; } }

.tabs__content {
  font-weight: 400;
  font-size: 1.6rem; }

.tabs__item:not(.active) {
  display: none; }

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }

tr {
  border-bottom: 1px solid #E5E5E5; }
  tr:first-child td {
    height: 5.3rem;
    padding-top: 1.2rem; }
  tr:last-child {
    border-bottom: none; }
    tr:last-child td {
      height: 5.5rem;
      padding-bottom: 0; }

th {
  height: 3.5rem;
  border-bottom: solid 0.4rem #9294DF;
  font-weight: 500;
  color: #666666; }

td {
  height: 6.1rem;
  padding: 2rem 0 0.6rem 0; }

th,
td {
  padding-right: 3rem;
  text-align: left; }
  th:last-of-type,
  td:last-of-type {
    padding-right: 0;
    text-align: right; }

@media screen and (max-width: 1100px) {
  th,
  td {
    padding-right: 2rem; } }

@media screen and (max-width: 992px) {
  thead {
    display: none; }
  tr {
    display: block;
    border-bottom: 2px solid #E5E5E5; }
  td {
    display: block;
    padding-right: 0;
    text-align: right;
    border-bottom: none; }
  td:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    color: #666666; } }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  @media (max-width: 768px) {
    .accordion {
      gap: 2rem; } }

.accordion__item {
  position: relative;
  transition: 0.3s; }
  .accordion__item.active .accordion__title a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='22' cy='22' r='21' stroke='url(%23paint0_linear_257_108)' stroke-width='2'/%3e%3crect x='31' y='21' width='2' height='18' transform='rotate(90 31 21)' fill='url(%23paint1_linear_257_108)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_257_108' x1='0' y1='22' x2='44' y2='22' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_257_108' x1='31' y1='30' x2='33' y2='30' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e "); }
  .accordion__item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9; }

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 2.4rem; }
  @media (max-width: 768px) {
    .accordion__title {
      font-size: 2rem; } }
  .accordion__title a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 6.5rem;
    padding: 0 6.4rem 2rem 0;
    color: #000000;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .accordion__title a {
        min-height: 5.5rem;
        padding: 0 5.4rem 2rem 0; } }
    .accordion__title a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 4.4rem;
      height: 4.4rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='22' cy='22' r='22' fill='url(%23paint0_linear_257_101)'/%3e%3crect x='21' y='13' width='2' height='18' fill='white'/%3e%3crect x='31' y='21' width='2' height='18' transform='rotate(90 31 21)' fill='white'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_257_101' x1='0' y1='22' x2='44' y2='22' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s; }
      @media (max-width: 768px) {
        .accordion__title a:before {
          width: 3.4rem;
          height: 3.4rem; } }

.accordion__content {
  width: 88rem;
  max-width: 100%;
  margin-top: -2rem;
  padding: 0 5.4rem 2rem 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44; }
  @media (max-width: 768px) {
    .accordion__content {
      font-size: 1.6rem; } }
  .accordion__content.hide {
    display: none; }

@media (max-width: 768px) {
  .hero .section__wrapper.center {
    align-items: flex-start; } }

@media (max-width: 768px) {
  .hero .section__content {
    width: 100%; } }

@media (max-width: 768px) {
  .hero .section__footer {
    display: flex;
    justify-content: center;
    width: 100%; } }

.hero.test .section__container {
  background-color: #50449E;
  background-repeat: no-repeat;
  background-position: center bottom; }

.hero.test .section__wrapper {
  padding-top: 16.7rem; }
  @media (max-width: 768px) {
    .hero.test .section__wrapper {
      padding-top: 12rem; } }

.hero.test .section__content {
  max-width: 100%; }

.hero.test .block__title {
  margin-bottom: 2.2rem;
  font-size: 6rem; }
  @media (max-width: 768px) {
    .hero.test .block__title {
      font-size: 4rem; } }

.hero.test .btn {
  margin-bottom: 2.5rem; }
  .hero.test .btn--transparent {
    color: #FFFFFF; }
    .hero.test .btn--transparent:hover {
      opacity: 0.7; }

.hero.test .copyright {
  color: #FFFFFF; }

.hero.test .test__form-body .btn {
  margin-bottom: 0; }

.hero .test__result {
  width: 500px;
  max-width: 100%;
  padding: 3.5rem 4rem 4rem;
  border-radius: 2rem;
  background-color: #FFFFFF; }
  @media (max-width: 480px) {
    .hero .test__result {
      padding: 3.5rem 3rem 4rem; } }
  .hero .test__result .block__header {
    padding-bottom: 2.3rem; }
  .hero .test__result .block__title {
    margin-bottom: 0;
    font-size: 4rem;
    color: #000000; }

.js-scroll {
  display: block;
  height: 3.6rem;
  transition: 0.3s; }
  .js-scroll:hover {
    transform: translateY(1rem); }
  .js-scroll img, .js-scroll svg {
    display: block;
    width: auto;
    height: 100%; }

.test__container {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 3rem;
  padding: 4rem 2rem;
  border-radius: 2rem;
  background-color: #3F357D; }

.test__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 0;
  margin: 0 -1rem; }

.test__item {
  width: calc(100% / 3);
  padding: 0 1rem; }
  @media (max-width: 768px) {
    .test__item {
      width: 50%; } }
  @media (max-width: 540px) {
    .test__item {
      width: 100%; } }

.test__item-wrapper {
  width: 100%;
  max-width: 29rem;
  margin: 0 auto;
  height: 100%;
  text-align: center; }

.test__img {
  margin-bottom: 1.9rem; }
  .test__img img {
    display: block;
    width: auto;
    height: 6.4rem;
    margin: 0 auto; }

.test__text {
  font-weight: 500;
  font-size: 1.7rem; }

.test__form-header {
  position: relative;
  margin-bottom: 3rem; }
  .test__form-header .steps {
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-weight: 700;
    font-size: 1.2rem; }

.test__form-text {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 4rem; }
  @media (max-width: 768px) {
    .test__form-text {
      font-size: 3rem; } }
  @media (max-width: 540px) {
    .test__form-text {
      font-size: 2rem; } }

.stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #000000; }
  .stats + .btn {
    margin-top: 3rem;
    margin-bottom: 0 !important; }

.stat__row {
  display: flex;
  align-items: baseline;
  gap: 1.3rem; }

.stat__title {
  font-size: 2.4rem;
  font-weight: 500;
  white-space: nowrap; }

.stat__leader {
  flex: 1 1 auto;
  height: 1px;
  background-image: radial-gradient(#E2E2E2 1px, transparent 1px);
  background-size: 6px 1px;
  /* відстань між “крапками” */
  background-repeat: repeat-x;
  transform: translateY(-2px);
  /* вирівнюємо по базовій лінії */ }

.stat__score {
  font-size: 2.4rem;
  font-weight: 400;
  white-space: nowrap; }

/* підзаголовок */
.stat__sub {
  margin-top: 0.9rem;
  font-size: 1.2rem;
  letter-spacing: 0.017em;
  text-align: left;
  color: #4A5061; }

/* список посилань в один рядок з крапкою-роздільником */
.stat__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 1.7rem; }
  .stat__links li {
    display: inline-flex; }
    .stat__links li:not(:last-child)::after {
      content: '•';
      margin-left: 1.5rem;
      color: #50449E; }
  .stat__links a {
    color: #965DA1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s; }
    .stat__links a:hover {
      text-decoration: underline;
      text-decoration-color: #965DA1; }

/* дрібна адаптація */
@media (max-width: 480px) {
  .stat__title,
  .stat__score {
    font-size: 2rem; }
  .stat__links {
    font-size: 14px; } }

.effect {
  padding-top: 4rem;
  background-color: #FFFFFF; }

.effect__container {
  padding: 7.7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media (max-width: 992px) {
    .effect__container {
      padding: 4rem 0 6rem; } }

.effect__wrapper {
  text-align: center; }

.effect__text {
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.73;
  color: #4A5061; }

.numbers {
  padding-bottom: 5.4rem; }

.numbers__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0; }

.numbers__item {
  width: 25%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .numbers__item {
      width: 50%; } }
  @media (max-width: 460px) {
    .numbers__item {
      width: 100%; } }

.numbers__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1.1rem; }
  @media (max-width: 1360px) {
    .numbers__item-wrapper {
      gap: 0.5rem; } }

.numbers__header {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 9rem;
  color: #ABBAE3; }
  @media (max-width: 1360px) {
    .numbers__header {
      font-size: 6rem; } }

.numbers__value {
  position: relative;
  font-weight: 600;
  font-size: 9rem;
  color: #000000; }
  @media (max-width: 1360px) {
    .numbers__value {
      font-size: 6rem; } }

.numbers__text {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center; }
  @media (max-width: 1360px) {
    .numbers__text {
      font-size: 1.8rem; } }

.js-numbers-animate {
  position: relative;
  display: flex;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-left: 2.3rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%);
  font-weight: 400;
  color: #FFFFFF;
  z-index: 1; }
  .js-numbers-animate:before, .js-numbers-animate:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-origin: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%);
    will-change: transform, opacity;
    backface-visibility: hidden; }
  .js-numbers-animate:before {
    width: 6.2rem;
    height: 6.2rem;
    opacity: 0.18;
    animation: ringPulse 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite alternate;
    z-index: -1; }
  .js-numbers-animate:after {
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0.22;
    animation: ringPulse 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite alternate;
    animation-delay: .3s;
    z-index: -1; }

@keyframes ringPulse {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(0.9); }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.1); } }

@media (prefers-reduced-motion: reduce) {
  .js-numbers-animate:before,
  .js-numbers-animate:after {
    animation: none; } }

.for {
  padding: 9rem 0;
  background-color: #F8F8F8; }
  @media (max-width: 992px) {
    .for {
      padding: 6rem 0; } }

.for__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 0;
  margin: 0 -1rem; }

.for__item {
  width: calc(100% / 3);
  max-width: 40.7rem;
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .for__item {
      width: 50%; } }
  @media (max-width: 768px) {
    .for__item {
      width: 100%; } }

.for__item-wrapper {
  height: 100%; }

.for__img {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 20.2rem;
  margin-bottom: 1.8rem;
  padding-top: 4rem; }
  .for__img > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.for__bg {
  width: 100%;
  height: 16rem;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden; }
  .for__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.for__content {
  text-align: center; }

.for__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2.4rem; }

.for__text {
  font-weight: 500;
  font-size: 1.8rem; }

.synapses {
  padding-top: 12rem;
  border-bottom: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  overflow: hidden; }
  @media (max-width: 992px) {
    .synapses {
      padding-top: 6rem; } }
  .synapses .block__header {
    padding-bottom: 2rem; }
  .synapses .block__text {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.44; }
    .synapses .block__text p {
      margin-bottom: 0.5em; }

.synapses__noties {
  display: flex;
  align-items: center;
  width: 64.4rem;
  max-width: 100%;
  min-height: 8rem;
  gap: 1.8rem;
  margin: 0 auto 3rem;
  padding: 1.8rem 3rem 1.6rem;
  border-radius: 4.5rem;
  background-color: #F8F8F8;
  font-weight: 700;
  font-size: 2rem; }
  @media (max-width: 768px) {
    .synapses__noties {
      padding: 1rem 2rem;
      font-size: 1.6rem; } }
  .synapses__noties:before {
    content: '';
    display: block;
    width: 5.1rem;
    height: 4.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='51' height='46' viewBox='0 0 51 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50.8939 20.4552H43.1316C42.3061 12.2602 37.5302 4.88316 30.2549 0.799943C29.0279 0.111858 27.4777 0.548527 26.7896 1.77354C26.1015 2.99907 26.5382 4.55031 27.7632 5.2384C34.1829 8.84066 38.1704 15.6462 38.1704 22.9998C38.1704 30.353 34.1829 37.1585 27.7642 40.7608C26.5387 41.4494 26.1025 42.9996 26.7911 44.2262C27.2573 45.0578 28.1215 45.526 29.0121 45.526C29.4335 45.526 29.861 45.4211 30.2549 45.1998C37.5302 41.1171 42.3061 33.7395 43.1316 25.5445H50.8939V20.4552Z' fill='url(%23paint0_linear_231_648)'/%3e%3cpath d='M17.8128 12.6155C12.9571 12.6155 8.89217 15.9526 7.7552 20.4552H0V25.5446H7.75571C8.89217 30.0476 12.9571 33.3842 17.8128 33.3842C23.5481 33.3842 28.1972 28.7341 28.1972 22.9999C28.1972 17.2646 23.5481 12.6155 17.8128 12.6155Z' fill='url(%23paint1_linear_231_648)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_231_648' x1='26.4635' y1='22.9999' x2='50.8939' y2='22.9999' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_231_648' x1='0' y1='22.9999' x2='28.1972' y2='22.9999' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 768px) {
      .synapses__noties:before {
        width: 4rem;
        height: 3.4rem; } }
  .synapses__noties span {
    flex: 1; }

.synapses__wrapper {
  display: flex;
  gap: 4rem 0;
  margin: 0 -2rem; }
  @media (max-width: 1100px) {
    .synapses__wrapper {
      flex-direction: column-reverse; } }

.synapses__block {
  padding: 0 2rem; }
  .synapses__block:first-child {
    width: 60%; }
    @media (max-width: 1100px) {
      .synapses__block:first-child {
        width: 100%; } }
  .synapses__block:last-child {
    width: 40%; }
    @media (max-width: 1100px) {
      .synapses__block:last-child {
        width: 100%; } }

.synapses__block-wrapper {
  width: 100%;
  height: 100%; }

.synapses__img {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%; }
  @media (max-width: 1100px) {
    .synapses__img {
      justify-content: center; } }
  .synapses__img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto; }
    @media (min-width: 769px) {
      .synapses__img img.js-animate {
        margin-bottom: -2rem; } }

.synapses__content {
  padding: 3.6rem 0 9rem; }
  @media (max-width: 1100px) {
    .synapses__content {
      padding: 0; } }

.synapses__icon {
  margin-bottom: 2.3rem; }
  .synapses__icon figure {
    margin: 0; }
  .synapses__icon img {
    display: block;
    width: auto;
    height: 10.6rem; }
  .synapses__icon figcaption {
    margin-top: 0.8rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2;
    color: #4A5061; }

.synapses__text-footer {
  margin-bottom: 4.4rem;
  font-weight: 700;
  font-size: 2rem; }

.how {
  padding: 12rem 0;
  background-color: #FFFFFF; }
  @media (max-width: 992px) {
    .how {
      padding: 6rem 0; } }
  .how .block__header {
    padding-bottom: 3rem; }
  .how .actions {
    margin-top: 3rem; }

.how__wrapper {
  display: flex;
  justify-content: center;
  gap: 8rem 0;
  margin: 0 -1rem; }
  @media (max-width: 992px) {
    .how__wrapper {
      flex-direction: column;
      align-items: center; } }

.how__item {
  position: relative;
  width: calc(100% / 3);
  max-width: 40.7rem;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .how__item {
      width: 100%; } }
  .how__item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 4.9rem;
    left: 100%;
    transform-origin: center;
    transform: translateX(-50%);
    width: 4.1rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='41' height='22' viewBox='0 0 41 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.51672 12.6959L29.6982 15.8178L27.2376 20.0165C26.4909 21.2952 28.1031 22.6337 29.2274 21.6729L40.5418 11.9968C41.1527 11.4734 41.1527 10.5288 40.5418 10.0054L29.2274 0.329279C28.1022 -0.636623 26.4909 0.706944 27.2376 1.98061L29.693 6.18437L1.51672 9.30203C-0.50472 9.52027 -0.506429 12.4768 1.51672 12.6959Z' fill='url(%23paint0_linear_247_2)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_247_2' x1='0' y1='11' x2='41' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%234568DC'/%3e%3cstop offset='1' stop-color='%23B06AB3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 992px) {
      .how__item:not(:last-child):before {
        top: calc(100% + 1rem);
        left: 50%;
        transform: translate(-50%, 100%) rotate(90deg); } }

.how__item-wrapper {
  width: 100%;
  height: 100%; }

.how__img {
  margin-bottom: 4.2rem; }
  .how__img img {
    display: block;
    width: auto;
    height: 12rem;
    margin: 0 auto; }

.how__content {
  text-align: center; }

.how__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2.4rem; }

.how__text {
  font-weight: 500;
  font-size: 1.8rem; }

.faq {
  padding: 8rem 0 6rem;
  background-color: #F8F8F8; }
  @media (max-width: 992px) {
    .faq {
      padding: 6rem 0 4rem; } }

.cabinet-page {
  padding: 10rem 0; }
  .cabinet-page--profile {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cabinet-page--profile .cabinet-page__wrapper {
      width: 100%; }
  @media (max-width: 768px) {
    .cabinet-page {
      padding: 5rem 0; } }

.cabinet-page__wrapper {
  display: flex;
  flex-direction: column;
  width: 92rem;
  max-width: 100%;
  gap: 2rem;
  margin: 0 auto; }

.settings__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
  margin: 0 -1rem; }

.settings__block {
  width: 50%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .settings__block {
      width: 100%; } }

.settings__block-wrapper {
  border-radius: 2rem;
  background-color: #FFFFFF; }
  .settings__block-wrapper .btn {
    width: 26rem;
    max-width: 100%; }

.profile {
  padding: 3rem 5rem 3rem 3.5rem;
  border-radius: 2rem;
  background-color: #FFFFFF; }
  .profile .block__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.4rem; }
  .profile .btn {
    height: 4.4rem;
    padding: 0 2.5rem;
    font-size: 1.6rem; }
    .profile .btn--o-gradient {
      padding: 1px; }
      .profile .btn--o-gradient span {
        padding: 0 2.5rem; }
  @media (max-width: 768px) {
    .profile {
      padding: 3rem 2rem; } }

.profile__wrapper {
  display: flex;
  align-items: center;
  gap: 3rem; }
  @media (max-width: 992px) {
    .profile__wrapper {
      flex-direction: column;
      align-items: center; } }

.profile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem; }

.profile__content-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1rem; }

.profile__subtitle {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.8rem; }

.profile__title {
  font-weight: 600;
  font-size: 4rem; }

.profile__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.2rem;
  height: 16.2rem;
  padding: 2rem;
  gap: 1rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #4568DC 0%, #B06AB3 100%);
  text-align: center;
  color: #FFFFFF; }

.profile__info-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375; }
  .profile__info-title span {
    font-size: 4rem;
    line-height: 1; }

.profile__info-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.14; }

.profile__block {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4.3rem; }

.history {
  padding: 3rem 3.5rem;
  border-radius: 2rem;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .history {
      padding: 3rem 2rem; } }

.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3.8rem 5rem 3.8rem 3.5rem;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .banner__wrapper .btn {
    height: 4.4rem;
    padding: 0 2.3rem;
    font-size: 1.6rem; }
  @media (max-width: 768px) {
    .banner__wrapper {
      padding: 3rem 2rem; } }

.banner__text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #FFFFFF; }

.games__wrapper {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 3.5rem 1.7rem;
  border-radius: 2rem;
  background-color: #FFFFFF; }
  .games__wrapper .block__title {
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.6rem; }

.games__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0; }
  .games__row:not(:last-child) {
    border-bottom: solid 1px #F0F0F0; }
  .games__row .btn {
    height: 4.4rem;
    padding: 0 2.3rem;
    font-size: 1.6rem; }
  @media (max-width: 768px) {
    .games__row {
      flex-direction: column; } }

.games__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: background-color 0.3s, box-shadow 0.3s; }
  .header .logo {
    height: 3.4rem; }
    @media (max-width: 440px) {
      .header .logo {
        height: 2.6rem; } }
    .header .logo img.logo-white {
      display: none; }
  @media (max-width: 768px) {
    .header .btn {
      height: 4rem;
      padding: 0 2rem; } }

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 8rem;
  gap: 0 2rem;
  transition: height 0.3s; }
  @media (max-width: 768px) {
    .header__wrapper {
      height: 6rem; } }

.header__block {
  display: flex;
  align-items: center; }

.header__actions {
  display: flex; }

.logo {
  display: flex;
  align-items: center;
  height: 9.3rem; }
  .logo img {
    display: block;
    width: auto;
    height: 100%; }

.dropdown {
  position: relative;
  height: 100%; }
  .dropdown:hover .dropdown__item:after {
    transform: rotate(180deg); }
  .dropdown:hover .dropdown__wrapper {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }

.dropdown__item {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.6rem; }
  .dropdown__item:after {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.4rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 4L0 0L7 4.03788e-07L3.5 4Z' fill='%23965DA1'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform-origin: center;
    will-change: transform;
    transition: 0.3s; }

.dropdown__wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  will-change: transform;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s; }

.dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-width: 19.5rem;
  padding: 3rem 3.5rem;
  background-color: #FFFFFF; }

.dropdown__list-item {
  font-size: 1.6rem;
  transition: 0.3s; }
  .dropdown__list-item a {
    font-weight: 600; }
    .dropdown__list-item a:hover {
      color: #4568DC; }
  .dropdown__list-item.active a {
    color: #4568DC; }
  .dropdown__list-item:last-child a {
    color: #CF304E; }

.footer {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .footer {
      padding-bottom: 4rem; } }
  .footer .block__subtitle {
    margin-bottom: 1.5rem; }
  .footer .nav {
    display: inline-flex;
    flex-direction: column;
    gap: 1rem; }
  .footer .nav__item a {
    font-weight: 500;
    font-size: 1.8rem;
    color: #000000;
    transition: 0.3s; }
    .footer .nav__item a:hover {
      color: #965DA1; }

.footer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin: 0 -1rem;
  padding-bottom: 6rem; }

.footer__block {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .footer__block {
      width: 50%; } }
  .footer__block.middle {
    width: 50%; }
    @media (max-width: 992px) {
      .footer__block.middle {
        width: 100%; } }

.footer__text {
  max-width: 30rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5; }
  .footer__text a {
    color: #000000; }

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .footer__logos {
      justify-content: center; } }

.footer__logo img {
  display: block;
  width: auto;
  max-height: 5rem; }

.footer__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 768px) {
    .footer__line {
      flex-direction: column; } }

.copyright {
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #4A5061; }

@media (min-width: 1101px) {
  .hide-desktop {
    display: none !important; } }

@media (min-width: 769px) {
  body.fixed {
    padding-right: 1.6rem; }
    body.fixed .header {
      padding-right: 1.6rem; } }
