@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700&display=swap");
/* Gilroy Thin 100 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Gilroy UltraLight 200 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Light 300 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Regular 400 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Medium 500 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Gilroy SemiBold 600 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Bold 700 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gilroy ExtraBold 800 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Black / Heavy 900 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}
svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: "Unbounded", sans-serif;
  width: 100%;
  background: linear-gradient(
    231.4deg,
    #9d20ff -3.01%,
    #511c6f 32.04%,
    #210b2e 86.36%
  );
  font-size: 12px;
  line-height: 18px;
  overflow-x: hidden;
  color: #ffffff66;

  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 65px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #2d1540f2;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1373px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 0;
}

.content__block {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.content__block .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: #e0e700;
}

h1,
.title.general {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2,
.title.high {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
  display: flex;
  gap: 8px;
}

h3,
.title.middle {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  text-transform: none;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  font-family: "Roboto", sans-serif;
  min-width: 191px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 90px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 1);
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background: #ff4200;
}

.button:hover {
  transform: scale(1.05);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #2d1540f2;
  border-bottom: 1px solid #5a2d7a4d;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  max-width: 1440px;
  width: 100%;
  padding: 0 32px;
  border: none;
  overflow: visible;
  margin-top: 0;
}

.logo img {
  display: block;
  max-width: none;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 96px;
  border: none;
  background: transparent;
  border: 1px solid #ffffff33;
  text-transform: none;
  margin: 0;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  height: 37px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 16777200px;
}
.button.header__button img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header__buttons .header__button.button:last-child {
  background: #ff4200;
  text-transform: uppercase;
}
.cover {
  overflow: hidden;
  margin-top: 20px;
}
.cover__wrap-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 370px;
  margin: 0;
  margin-left: 64px;
  padding: 0;
}

.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
  max-width: 640px;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 814px;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 814px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
.cover__wrap p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.cover__wrap .hero__text-mini {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
  letter-spacing: 0;
  width: 191px;
  text-align: center;
}

.content__block > *:not(:first-child) {
  margin-top: 8px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 8px;
}

article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: -2px;
  color: rgba(0, 0, 0, 1);
  background: rgba(234, 234, 234, 1);

  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border-radius: 3px;
  overflow: hidden;
}
.article-bg {
  background: #031142;
}

.cover {
  position: relative;
  overflow: hidden;
  max-height: 370px;
  margin: 48px auto;
  border-radius: 12px;
  max-width: 1387px;
  background: #66339978;
}
.cover.terms {
  max-width: 100%;
  max-height: 814px;
  margin: 0;
  height: 100%;
  border-radius: 0;
  min-height: 814px;
  padding-top: 86px;
}
.cover.terms .content.cover__content {
  max-width: 1262px;
  margin: 0 auto;
}
.auth-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 2, 20, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 9998;
}

.auth-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.auth-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 9999;
}

.auth-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.auth-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 16px;
  padding: 33px;
  background: #2d1540;
  border-top: 1px solid #5a2d7a80;
  box-shadow: 0px 25px 50px -12px #00000040;

  color: #ffffff;
}

.auth-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #ffffff99;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.auth-modal__close:hover {
  color: #ffffff;
  transform: scale(1.08);
}

.auth-modal__title {
  font-family: "Unbounded", sans-serif;
  margin-bottom: 24px;
  background: none;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
}
.auth-form {
  display: flex;
  flex-direction: column;
}

.auth-form__group {
  display: flex;
  flex-direction: column;
}

.auth-form__label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #ffffffb2;
  margin-bottom: 4px;
}

.auth-form__input {
  width: 100%;
  height: 47px;
  padding: 15.5px 16px;
  border-radius: 10px;
  background: #1a0b26;
  border: 1px solid #5a2d7a80;
  color: #ffffff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.auth-form__input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.auth-form__input:focus {
  border-color: rgba(255, 121, 34, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 121, 34, 0.12);
}

.auth-form__input--readonly {
  opacity: 0.75;
  cursor: default;
}

.auth-form__check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 500;
  color: #ffffff99;
  cursor: pointer;
}
.auth-form__group .auth-form__input {
  margin-bottom: 16px;
}
.auth-form__check + .auth-form__check {
  margin-top: 12px;
}
.auth-form__check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  background: #1a0b26;

  position: relative;
  cursor: pointer;
}

.auth-form__check input[type="checkbox"]:checked {
  background: #ff6a1a;
  border-color: #ff6a1a;
  box-shadow: 0 0 10px rgba(255, 106, 26, 0.35);
}

.auth-form__check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.auth-form__forgot {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #b557ff;
  margin-top: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auth-form__forgot:hover {
  color: #ff8f49;
}

.auth-form__submit {
  width: 100%;
  height: 45px;
  margin-top: 24px;
  border: 0;
  border-radius: 16777200px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 12px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  cursor: pointer;
  background: #ff4200;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.auth-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 102, 28, 0.35);
  filter: brightness(1.05);
}

.auth-form__switch {
  margin: 2px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff80;
  margin-top: 24px;
}
.auth-form__switch .auth-form__link {
  color: #b557ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}
.auth-form__input {
  margin-bottom: 16px;
}

.auth-form__link {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.auth-form__link:hover {
  color: #ff8f49;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__button {
  cursor: pointer;
  text-decoration: none;
}
body.modal-open {
  overflow: hidden;
}
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at top right,
      rgba(143, 56, 255, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, #14071f 0%, #0d0617 100%);
  color: #ffffff;
}

.error-page__content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  background: none;
}

.error-page__box {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page__code {
  font-family: "Unbounded", sans-serif;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 220px;
  line-height: 180px;
  font-weight: 600;
  color: #9d20ff33;
  margin-bottom: 20px;
}

.error-page__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 20px;
}

.error-page__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 43px;
}

.error-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 45px;
  padding: 12px 24px;
  border-radius: 16777200px;
  background: #ff4200;

  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.error-page__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(255, 102, 28, 0.38);
}

.auth-form__group {
  position: relative;
}

.auth-form__toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.auth-form__toggle:hover {
  opacity: 1;
}

.auth-form__group {
  position: relative;
}

.auth-form__input {
  padding-right: 40px;
}

.auth-form__toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.auth-form__toggle:hover {
  opacity: 1;
}

.auth-form__toggle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 3l18 18'/%3E%3Cpath d='M10.6 10.7a2 2 0 0 0 2.7 2.7'/%3E%3Cpath d='M9.9 5.2A9.8 9.8 0 0 1 12 5c7 0 11 7 11 7a21.8 21.8 0 0 1-5 5.2'/%3E%3Cpath d='M6.6 6.6A21.8 21.8 0 0 0 1 12s4 7 11 7a9.8 9.8 0 0 0 2.1-.2'/%3E%3C/svg%3E");
}

.auth-form__toggle.is-active::before {
  background-size: 90%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1a0d2d inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s;
}
/* тут */
.header__actions {
  display: flex;
  align-items: center;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__user .header__icon-btn:first-child {
  width: 40px;
  height: 32px;
  padding: 8px 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.header__icon-btn {
  background: none;
  width: 33px;
  height: 33px;
}
.header__icon-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  border-radius: 6px;
}

.header__icon-btn img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
[hidden] {
  display: none !important;
}

.footer {
  padding: 32px 16px;
  text-align: center;
  color: #fff;
  background: #1a0b26;
  border-top: 1px solid #5a2d7a33;
}
.footer {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400;
  color: #ffffff4d;
  text-align: center;
}

.auth-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 9999;
}

.auth-modal__content {
  position: relative;
  margin: auto;
  max-width: 100%;
}

/* POPUP SIGN UP REGISTER Successfully */
.auth-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  pointer-events: none;
}

.auth-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.auth-toast__content {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  max-width: 420px;
  padding: 14px 16px;
  background: #ff4200;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.auth-toast__text {
  flex: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.auth-toast__close {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 767px) {
  .auth-toast {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .auth-toast__content {
    min-width: 0;
    max-width: 100%;
  }
}
.cover__wrap .terms-text {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding-left: 24px;
  border-left: 4px solid transparent;
  background: linear-gradient(180deg, #ff4200 0%, #9520ff 100%) left / 4px 100%
    no-repeat;

  max-width: 301px;
  margin-bottom: 49px;
}
h1.title-terms {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  color: #ffffff;
  flex-direction: column;
  margin-bottom: 95px;
}
.button.terms-cover__button {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19.469px;
  line-height: 31px;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #ffffff;
  padding: 16px 16px;
  background: linear-gradient(252.24deg, #ff8e66 1.6%, #ff4200 44.31%);
  border-radius: 88.69px;
  min-width: 169px;
}
.cover-bottom {
  position: absolute;
  z-index: 999;
  min-height: 108px;
  background: rgba(149, 32, 255, 0.4);

  border-top: 1px solid transparent;
  border-image-source: linear-gradient(
    9.8deg,
    rgba(201, 153, 255, 0.05) 70.11%,
    rgba(201, 153, 255, 0.5) 92.44%
  );
  border-image-slice: 1;
  bottom: 0;
  backdrop-filter: blur(30px);
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
}
.cover-bottom img {
  margin-right: 62px;
}
.cover-bottom .cover-bottom-info p {
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #ffffff;
  max-width: 204px;
  width: 100%;
}
.cover-bottom .cover-bottom-info > div > p {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  max-width: 726px;
}
.cover-bottom p + p {
  margin-left: 32px;
}
.cover.terms {
  max-width: 100%;
  max-height: 814px;
  margin: 0;
  height: 100%;
  border-radius: 0;
  min-height: 814px;
  padding-top: 86px;
  position: relative;
  overflow: hidden;
  margin-bottom: 51px;
}

.cover.terms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(33, 8, 65, 0.95) 0%,
    rgba(45, 12, 86, 0.75) 45%,
    rgba(45, 12, 86, 0) 100%
  );
}
.terms-content {
  background: linear-gradient(
    1.8deg,
    #9d20ff -46.09%,
    #511c6f 0.94%,
    #210b2e 114.81%
  );
  padding: 45px 0 102px 0;
}

/* ================= BENEFITS ================= */

.benefits {
  max-width: 1362px;
  margin: 0 auto 88px auto;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.benefit-card {
  position: relative;
  min-height: 309px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  border-radius: 32px;

  background: radial-gradient(
    150.72% 143.14% at 80.08% 27.95%,
    #8b0aff 0%,
    #511c6f 40.41%,
    #210b2e 100%
  );

  transition: transform 0.25s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.87px; /* товщина бордера */
  border-radius: inherit;

  background: linear-gradient(
    348.12deg,
    rgba(201, 153, 255, 0.05) 21.49%,
    rgba(201, 153, 255, 0.5) 67.12%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  pointer-events: none;
  z-index: 1;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: #2ee6ff;
}

.benefit-card .benefit-img {
  position: absolute;
  right: -20px;
  top: -17px;
  max-height: 237px;
  object-fit: contain;
  z-index: 2;
}

.benefit-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Unbounded";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  max-width: 100%;
  text-align: left;

  color: #ffffff;
}

.benefit-card__arrow {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
}

/* ================= TERMS ================= */

.terms {
  padding: 0 0 80px;
}

.terms__box {
}

.terms__head {
  width: max-content;

  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  background: transparent;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  min-height: 18px;
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
}

.terms__icon {
  transition: transform 0.25s ease;
  display: flex;
  align-items: center;
}
.footer__top-border {
  display: block;
  height: 8px;
}
.footer__top-border img {
  height: 8px;
}
.terms__box.active .terms__icon {
  transform: rotate(180deg);
  display: flex;
  align-items: center;
}
.terms__content {
  display: none;
  max-width: 1068px;
  margin: 40px auto 0;
  padding: 46px 54px;
  border-radius: 30.96px;
  background: rgba(63, 18, 99, 1);
  backdrop-filter: blur(100px);

  box-shadow:
    -4.45px 4.45px 36.63px 0px rgba(0, 0, 0, 0.5),
    0px 0px 30.71px 0px rgba(255, 255, 255, 0.2) inset,
    0px 0px 4.38px 2.57px rgba(255, 255, 255, 0.2) inset,
    -2.57px -2.57px 1.54px -3.43px rgba(157, 32, 255, 0.3) inset,
    2.57px 2.57px 3.26px -3.43px rgba(157, 32, 255, 0.15) inset,
    0px 1px 0px 0px rgba(255, 255, 255, 1) inset;
}
.terms__box.active .terms__content {
  display: block;
}

.terms__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.terms__text h3 {
  margin: 0 0 18px 0;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5435px;
  line-height: 17px;
  color: #ffffff;
  text-align: left;
}

.terms__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms__text ul li {
  position: relative;
  padding-left: 16px;

  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.5435px;
  line-height: 17px;
  color: #9c67c5;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.list-terms {
  display: flex;
  flex-direction: column;
}
.terms__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;

  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9c67c5;
}
.terms__text ul li > a {
  font-weight: 500;
  font-size: 13.5435px;
  line-height: 17px;
  color: rgba(255, 66, 0, 1);
  margin: 0 4px;
}
.terms__text li > ul {
  margin-left: 0;
  margin-bottom: 0 !important;
  margin-top: 8px;
}
.terms__text p {
  margin: 0 0 16px;
}

.terms__text ul {
  margin: 0 0 18px 18px;
}

.terms__text li {
  list-style: disc;
  margin-bottom: 8px;
}
/* ================= FOOTER ================= */

.footer {
  padding: 39px 0 46px 0;
  background: rgba(33, 11, 46, 1);
}
.copyright {
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.copyright p {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.copyright p a {
  margin: 0 10px;
}
.copyright p a:hover {
  text-decoration: underline;
}
.footer-text {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.footer-text + .footer-text {
  margin-top: 4px;
}
.container.footer__inner {
  max-width: 1312px;
  margin: 0 auto;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
}

.footer__payments {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__payments img {
  max-height: 24px;
  width: auto;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.link-terms a:hover {
  text-decoration: underline;
}
#currentYear {
  margin-right: 4px;
}
.footer__text {
  max-width: 1080px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  background: url("../img/benefit-img.png") no-repeat center center / cover;

  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.cover-bottom div {
  display: flex;
  align-items: center;
}
.terms__text ul .link-terms {
  display: block;
  flex-direction: row;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.title-mob,
.mob {
  display: none;
}
.cover-bottom .cover-bottom-info > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 10px;
}
.cover-bottom .cover-bottom-info > div > p {
  margin-left: 0;
}
