@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(83.09deg, #FA7C8A 0%, #B758F4 109.86%), #FFFFFF;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
html {
  font-size: 4px;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem !important;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  overflow-y: hidden;
}
body.no-scroll {
  overflow: hidden;
}
button {
  cursor: pointer;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  font-size: 3.5rem;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.title {
  font-size: 14.5rem;
  border-top: 1px solid #323248;
  border-bottom: 1px solid #323248;
  padding: 9.5rem 0;
}
.title-news,
.title-promo,
.title-faq {
  border-top: 0;
  border-bottom: 0;
  display: block;
  width: 100%;
}
@media (max-width: 700px) {
  .title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 5.5rem !important;
    padding: 5rem 0 !important;
  }
}
#reCaptcha-recaptcha-w2 {
  width: fit-content;
  margin: 0 auto;
}
.header {
  padding: 12px 0 ;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  z-index: 10000;
  transition: all 0.2s linear;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s linear;
}
.header.scrolled {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  padding: 5rem 0;
}
.header.scrolled::before {
  opacity: 1;
}
.header.scrolled .header__content {
  border-bottom: none;
  padding-bottom: 0;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7.5rem;
  transition: all 0.3s linear;
}
.header__content--page {
  border-bottom: 0;
}
@media (max-width: 950px) {
  .regestration__box {
    display: flex;
  }
}
.log__in {
  font-size: 3.5rem;
  background: linear-gradient(97.25deg, #DA2E71 0.43%, #624BFF 100%);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 45px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 1px;
  position: relative;
  width: 119px;
  z-index: 2;
}
.log__in span {
  align-items: center;
  background: #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}
@media (max-width: 950px) {
  .log__in {
    display: none;
  }
  .log__in-mobile {
    display: block;
    width: 100%;
    margin-bottom: 7rem;
  }
}
@media (max-height: 600px) {
  .log__in-mobile {
    margin-bottom: 1rem;
  }
}
.regestration {
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  padding: 3.5rem 10.5rem;
  margin-left: 2.25rem;
}
@media (max-width: 1024px) {
  .regestration {
    padding: 10px 11px;
  }
}
@media (max-width: 950px) {
  .regestration {
    display: inline-block;
    font-size: 12px;
    margin-left: 1rem;
  }
}
.lang {
  background-color: transparent;
  color: #BDBDCA;
  border: none;
  font-size: 3.5rem;
}
@media (max-width: 950px) {
  .lang {
    display: none;
  }
}
#burger {
  border-radius: 3px;
  padding: 12px 11px;
  display: none;
  background: #000;
  border: 1px solid ;
  margin-left: 10px;
  position: relative;
}
#burger::after {
  position: absolute;
  content: '';
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 3px;
  background-image: linear-gradient(99.11deg, #FA7C8A -5.57%, #B758F4 104.22%);
}
#burger span {
  background: #fff;
  width: 15px;
  height: 1px;
  font-size: 0;
  color: transparent;
  display: block;
  position: relative;
}
#burger span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -4px;
  left: 0;
  background: #fff;
  transition: transform 0.2s linear;
}
#burger span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: #fff;
  transition: transform 0.2s linear;
}
@media (max-width: 950px) {
  #burger {
    display: inline-block;
  }
}
#burger.active span {
  background: transparent;
}
#burger.active span::before {
  transform-origin: left top;
  transform: rotate(45deg) translate3d(0px, -4px, 0);
  background: #fff;
}
#burger.active span::after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translate3d(2px, 1px, 0);
  background: #fff;
}
.burger-mobile {
  border: 1px solid #323248 !important;
  background-color: #000;
  padding: 12px 11px;
  border-radius: 3px;
}
.burger-mobile::after {
  display: none;
}
.mobile-head {
  display: none;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #000;
  position: fixed;
  z-index: 100000;
  padding: 7rem;
}
.mobile-head.active {
  display: block;
}
.mobile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7rem;
}
@media (max-height: 600px) {
  .mobile__top {
    margin-bottom: 3.5rem;
  }
}
.mobile-lang {
  margin-top: 8.25rem;
}
.mobile-lang li a {
  font-size: 3.5rem;
  color: #BDBDCA;
}
.mobile-lang li + li {
  margin-top: 3.5rem;
}
.custom-select {
  position: relative;
  color: #BDBDCA;
  font-size: 14px;
}
.custom-select__value {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
.custom-select__dropdown {
  display: flex;
  flex-direction: column;
  background: #030304;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  opacity: 0;
  border: 0;
  overflow: hidden;
  transition: 0.1s linear opacity;
}
.custom-select__dropdown.visible {
  border: 1px solid #343441;
  opacity: 1;
  max-height: none;
}
.custom-select__option {
  padding: 7px 28px;
  cursor: pointer;
  transition: 0.1s linear color;
}
.custom-select__option:hover {
  color: #DB2E72;
}
.custom-select__option[selected] {
  background-color: rgba(255, 255, 255, 0.16);
  color: #DB2E72;
}
@media (max-width: 950px) {
  .nav {
    display: none;
  }
}
.nav-mobile {
  display: block;
  width: 100%;
}
.nav-mobile .nav__list {
  display: block;
}
.nav-mobile .nav__list-item {
  font-size: 4.5rem;
  margin-bottom: 5rem;
  display: inline-block;
}
@media (max-height: 650px) {
  .nav-mobile .nav__list-item {
    margin-bottom: 2.8rem;
  }
}
.nav-mobile .nav__list-block {
  border-bottom: 1px solid #323248;
}
.nav-mobile .nav__list-block:last-child {
  margin-top: 5rem;
}
.nav-mobile .nav__list-block ul {
  display: flex;
  flex-direction: column;
}
.nav-mobile .nav__list-block ul li {
  align-self: flex-start;
}
.nav-mobile .nav__list-item + .nav__list-item {
  margin-left: 0;
}
.nav__list {
  display: flex;
}
.nav__list-item {
  position: relative;
}
.nav__list-item a {
  color: #fff;
}
.nav__list-item + .nav__list-item {
  margin-left: 6.25rem;
}
.nav__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(263.36deg, #FFADBE 3.68%, #EF5A90 95.54%);
  transition: all 0.2s linear;
}
.nav__list-item:hover::after {
  width: 100%;
}
.nav__list-item:hover a {
  background: linear-gradient(263.36deg, #FFADBE 3.68%, #EF5A90 95.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro {
  height: 100vh;
  align-items: center;
  position: relative;
  background-image: url("../images/intro/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro > .container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.intro .regestration {
  width: fit-content;
  margin: 0;
  padding: 5rem 12.5rem;
}
.intro__subtitle {
  font-size: 24px;
  max-width: 500px;
}
.intro__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .intro__info {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.intro__title {
  font-size: 14.5rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  text-align: start;
}
.intro__title span {
  color: #DB2E71;
}
@media (max-width: 500px) {
  .intro__title {
    font-size: 10.5rem;
  }
}
.intro__slider {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  display: none;
}
@media (max-width: 768px) {
  .intro__slider {
    border: 0;
    padding-top: 7.5rem;
  }
}
.intro__slider .slick-track {
  display: flex;
}
.intro__slider .slick-dots {
  position: absolute;
  display: flex;
  bottom: 20px;
  right: 24px;
}
@media (max-width: 768px) {
  .intro__slider .slick-dots {
    left: 24px;
  }
}
.intro__slider .slick-dots li {
  margin-left: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #454556;
}
.intro__slider .slick-dots li button {
  background: transparent !important;
  border: none;
  outline: 0;
  font-size: 0;
  color: transparent;
  width: 0;
}
.intro__slider .slick-dots .slick-active {
  background: #454556;
}
@media (min-width: 1024px) {
  .banner_big {
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .banner_medium {
    display: block;
  }
}
@media (max-width: 720px) {
  .banner_small {
    display: block;
  }
}
.intro__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .intro__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro__item img {
    margin-bottom: 10px;
  }
}
.intro__slider-titile {
  font-size: 4.5rem;
  margin-bottom: 2.5rem;
}
.intro__slider-info {
  margin-left: 40.25rem;
}
@media (max-width: 768px) {
  .intro__slider-info {
    margin-left: 0;
  }
}
.intro__slider-text {
  font-size: 3.5rem;
  max-width: 454px;
}
.box__btn {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-left: 30rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 768px) {
  .box__btn {
    align-self: normal;
    margin-left: 0;
    margin-top: 3.5rem;
  }
}
.box__btn a {
  color: #fff;
  font-size: 3.5rem;
  position: relative;
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  padding: 3.5rem 10.5rem;
  white-space: nowrap;
  border-radius: 5px;
}
.supergra {
  padding-top: 10rem;
  padding-bottom: 20rem;
  position: relative;
}
.casino {
  position: absolute;
  top: 220px;
  right: 0;
  z-index: -1;
}
.star1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.supergra__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.slider__box {
  max-width: 443px;
  width: 100%;
}
@media (max-width: 1100px) {
  .slider__box {
    margin-top: 5rem;
  }
}
.supergra-box {
  margin-top: 18.75rem;
  display: flex;
  width: 100%;
  column-gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .supergra-box {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .supergra-box {
    margin-top: 7rem;
  }
}
.supergra__text {
  font-size: 4.5rem;
  line-height: 1.5;
  max-width: 657px;
  margin-bottom: 25px;
}
.supergra__text span {
  color: #f458b6;
}
.supergra__text-boot {
  color: #BDBDCA;
}
.supergra__slider,
.supergra__small {
  width: 100%;
  z-index: 1 !important;
  overflow: hidden;
}
.supergra__slider .slick-track,
.supergra__small .slick-track {
  display: flex;
}
.supergra__small {
  max-width: 443px;
  margin-top: 5rem;
}
.supergra__small .slick-prev {
  display: none !important;
}
.supergra__small .slick-next {
  display: none !important;
}
.supergra__small .slick-track .slick-slide {
  opacity: 0.5;
}
@media (max-width: 500px) {
  .supergra__small .slick-track .slick-slide {
    margin: 0 2px;
  }
}
.supergra__small .slick-track .is-active {
  opacity: 1;
}
.slider__box-wrapper {
  position: relative;
  width: 100%;
}
.supergra__slider-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-left {
  left: -18px;
  z-index: 1000 !important;
}
@media (max-width: 600px) {
  .btn-left {
    left: 0;
  }
}
.btn-right {
  right: -18px;
  z-index: 1000 !important;
}
@media (max-width: 600px) {
  .btn-right {
    right: 0;
  }
}
.offer {
  background: linear-gradient(268.97deg, #262635 0%, rgba(28, 28, 40, 0) 99.26%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
  padding: 14.25rem 17.5rem;
  margin-top: 52.5rem;
  position: relative;
}
@media (max-width: 1100px) {
  .offer {
    margin-top: 28rem;
  }
}
@media (max-width: 600px) {
  .offer {
    padding: 14.25rem 7rem;
  }
}
.bg {
  position: absolute;
  bottom: -256px;
  left: -195px;
  z-index: -2;
}
.art {
  position: absolute;
  left: 0;
  bottom: 0;
}
.art-mobile {
  display: none;
}
@media (max-width: 900px) {
  .art {
    display: none;
  }
  .art-mobile {
    display: block;
    margin: 0 auto;
  }
}
.flow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.offer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .offer__wrapper {
    flex-direction: column;
  }
}
.offer__title {
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 6.25rem;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .offer__title {
    text-align: center;
    font-size: 6.25rem !important;
  }
}
.offer__text {
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
}
.offer__form {
  margin-left: 19rem;
}
@media (max-width: 900px) {
  .offer__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.offer__form-item {
  border: 1px solid #343441;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: transparent;
  padding: 3.5rem 7rem;
  color: #fff;
}
.offer__form-item::placeholder {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  outline: none;
}
.offer__form-item:focus {
  outline: none;
  background-color: transparent;
}
.commissions {
  display: none;
  position: relative;
  padding-bottom: 17.5rem;
}
.commissions__star {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.ellipse1 {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
}
@media (max-width: 700px) {
  .ellipse1 {
    display: none ;
  }
}
.commissions__inner {
  margin-top: 26.25rem;
}
@media (max-width: 1280px) {
  .commissions__inner {
    padding: 0 10.5rem;
  }
}
@media (max-width: 900px) {
  .commissions__inner {
    padding: 0;
  }
}
.commissions__inner-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .commissions__inner-wrapper {
    display: none;
  }
}
.commissions__item {
  max-width: 70.25rem;
}
.commissions__item-title {
  font-size: 8.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 3.5rem;
}
.commissions__item-title::before {
  content: "";
  position: absolute;
  background: url("../images/commissions/star_small.png");
  top: -45px;
  left: -45px;
  width: 80px;
  height: 76px;
}
.commissions__slider {
  display: none;
  width: 100%;
  z-index: 1 !important;
  overflow: hidden;
}
@media (max-width: 900px) {
  .commissions__slider {
    display: block;
  }
}
.commissions__slider .slick-track {
  display: flex;
}
.commissions__slider-item {
  padding: 11.25rem;
}
.news {
  padding-bottom: 12.5rem;
  position: relative;
  padding-top: 20rem;
}
.blue {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pink {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page__news .news__title {
  border-top: 0;
}
.news__slider {
  width: 100%;
  z-index: 1 !important;
  overflow: hidden;
}
.news__slider .slick-track {
  display: flex;
}
.news__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__box-block {
  padding-bottom: 10rem;
}
@media (max-width: 900px) {
  .news__desktop {
    display: none;
  }
}
.news__mobile {
  display: none;
}
@media (max-width: 900px) {
  .news__mobile {
    display: block;
  }
}
.blog__info {
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
@media (max-width: 900px) {
  .blog__info {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
}
.blog__item {
  column-gap: 70px;
  padding: 7rem 0;
  border-bottom: 1px solid #323248;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .blog__item {
    flex-wrap: wrap;
    padding-bottom: 14rem;
  }
}
.blog__img {
  margin: 4px 70px 20px 0;
  float: left;
  width: 330px;
  height: fit-content;
}
@media (max-width: 900px) {
  .blog__img {
    float: none;
    margin: 0 auto;
  }
}
.blog__date {
  color: #BDBDCA;
}
.blog__title {
  font-size: 6rem;
  font-weight: 700;
  margin: 20px 0;
}
.blog__text {
  font-size: 3.5rem;
  color: #BDBDCA;
}
@media (max-width: 900px) {
  .blog__text {
    max-width: 100%;
  }
}
.blog__text p + p {
  margin-top: 30px;
}
.blog__text.hide {
  display: inline;
  white-space: normal;
}
.blog__btn {
  display: inline-block;
  font-size: 3.5rem;
  background: linear-gradient(97.25deg, #DA2E71 0.43%, #624BFF 100%);
  border-radius: 5px;
  color: #fff;
  height: 45px;
  letter-spacing: 1px;
  padding: 1px;
  position: relative;
  width: 119px;
  z-index: 2;
  margin-top: 20px;
}
.blog__btn .readmore__text {
  align-items: center;
  background: #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}
.blog__btn.active {
  display: flex;
  justify-content: flex-end;
  background: transparent;
  width: 100%;
}
.blog__btn.active .readmore__text {
  display: none;
}
.blog__btn .icon-cross {
  width: fit-content;
}
#pagingControls {
  display: flex;
  margin-top: 12rem;
}
.page__list {
  display: flex;
}
.page__list li a {
  font-size: 3.5rem;
  font-weight: 400;
  color: #454556;
}
.page__list li .active {
  color: #fff;
}
.page__list li + li {
  margin-left: 5rem;
}
@media (max-width: 900px) {
  .readmore {
    display: block;
    margin: 30px auto 0;
  }
}
.readmore .icon-cross {
  display: none;
}
@media (max-width: 900px) {
  .readmore.active .readmore__text {
    display: none;
  }
}
.readmore.active .icon-cross {
  display: block;
}
.readmore.active .icon-arrow-right2 {
  display: none;
}
@media (max-width: 900px) {
  .readmore.active .icon-arrow-right2 {
    display: block;
    transform: rotate(-90deg);
  }
}
.readmore-text {
  display: none;
}
@media (max-width: 900px) {
  .readmore-text {
    display: block;
    margin-right: 5px;
  }
}
.back {
  display: flex;
  border-bottom: 1px solid #323248;
  border-top: 1px solid #323248;
  align-items: center;
}
.back__btn {
  display: none;
  color: #fff;
  position: relative;
}
@media (max-width: 700px) {
  .back__btn {
    display: block;
  }
}
.back__btn::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  background: url(../images/arrow-left.png);
  width: 3px;
  height: 6px;
  transform: translateY(-50%);
}
.author {
  padding-top: 5rem;
  border-top: 1px solid #323248;
  margin-top: 5rem;
}
.faq {
  padding: 20rem 0;
}
.faq__item {
  padding: 11rem;
  border: 1px solid #323248;
  border-radius: 5px;
  margin-top: 5rem;
  position: relative;
  background: #000;
  background-clip: padding-box;
  /* just to show box-shadow still works fine */
}
@media (max-width: 550px) {
  .faq__item {
    padding: 5rem;
  }
}
.faq__item:hover {
  border: 1px solid transparent;
  cursor: pointer;
}
.faq__item:hover::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(86.24deg, #FA7C8A 1.25%, #FFFBD5 19.55%, #B758F4 47.6%, #A0F9FF 65.14%, #36FFA7 97.55%);
  content: '';
  z-index: -1;
  border-radius: 5px;
}
.faq__item:hover .faq__item-btn:after {
  background: #36FFA7;
}
.faq__item:hover .faq__item-btn:before {
  background: #36FFA7;
}
.faq__item.active {
  border: 1px solid transparent;
}
.faq__item.active .faq__item-top {
  margin-bottom: 10rem;
}
.faq__item.active .paragraff {
  display: none;
}
.faq__item.active .faq__item-btn {
  transform: translate(-50%, 0%) rotate(360deg);
}
.faq__item.active .faq__item-btn::before {
  width: 0;
}
.faq__item.active::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(86.24deg, #FA7C8A 1.25%, #FFFBD5 19.55%, #B758F4 47.6%, #A0F9FF 65.14%, #36FFA7 97.55%);
  content: '';
  z-index: -1;
  border-radius: 5px;
}
.faq__item.active .faq__item-btn:after {
  background: #36FFA7;
}
.faq__item.active .faq__item-btn:before {
  background: #36FFA7;
}
.faq__item-title {
  font-size: 4.5rem;
}
@media (max-width: 1024px) {
  .faq__item-title {
    font-size: 3.5rem;
  }
}
.faq__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__item-full__text {
  display: none;
}
.faq__item-full__text p {
  font-size: 3.5rem;
}
.intro {
  display: flex;
}
.intro_inner {
  width: 100rem;
  height: 100rem;
  background-color: red;
  margin-right: 5rem;
}
.press {
  display: flex;
  justify-content: center;
  background-color: green;
  cursor: pointer;
}
.hidden_text {
  display: none;
}
.faq__item-btn {
  font-size: 10rem;
  color: #fff;
  font-weight: 400;
}
.faq__item-btn {
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media (max-width: 550px) {
  .faq__item-btn {
    margin-left: 5rem;
  }
}
.faq__item-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #fff;
}
.faq__item-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #fff;
}
.faq__item-block {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .faq__item-block p {
    display: none;
  }
}
.paragraff {
  margin-right: 25rem;
  font-size: 3.5rem;
}
.footer {
  background-color: #18181F;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 12.5rem 0;
}
@media (max-width: 768px) {
  .footer__top {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 425px) {
  .footer__top {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__top-box1 img {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .footer__top-box2 {
    margin-top: 5rem;
  }
}
.footer__social {
  display: flex;
  margin-top: 11rem;
}
@media (max-width: 425px) {
  .footer__social {
    margin-top: 6rem;
  }
}
.footer__social-link {
  padding: 17px 16px;
  border: 1px solid #454556;
  border-radius: 5px;
}
.footer__social-link:nth-child(2) {
  padding: 17px 20px;
}
.footer__social-link + .footer__social-link {
  margin-left: 10px;
}
@media (max-width: 425px) {
  .footer__nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    align-items: center;
    border-top: 1px solid #bdbdca;
    border-bottom: 1px solid #bdbdca;
    padding: 1rem 0;
  }
}
.footer__nav-list {
  display: flex;
}
@media (max-width: 425px) {
  .footer__nav-list {
    column-gap: 10px;
    justify-content: space-between;
  }
}
.footer__nav-box + .footer__nav-box {
  margin-left: 2rem;
}
@media (max-width: 425px) {
  .footer__nav-box + .footer__nav-box {
    margin-left: 0;
  }
}
.footer__nav-box ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 425px) {
  .footer__nav-box ul {
    flex-direction: row;
    column-gap: 10px;
  }
}
.footer__nav-box ul li {
  display: inline-block;
  margin-top: 1rem;
}
.footer__nav-box ul li a {
  position: relative;
  color: #BDBDCA;
}
.footer__nav-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(263.36deg, #FFADBE 3.68%, #EF5A90 95.54%);
  transition: all 0.2s linear;
}
.footer__nav-box ul li a:hover {
  background: linear-gradient(263.36deg, #FFADBE 3.68%, #EF5A90 95.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__nav-box ul li a:hover::after {
  width: 100%;
}
@media (max-width: 425px) {
  .footer__nav-box ul li {
    margin-top: 0;
  }
}
.footer__top-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .footer__top-title {
    text-align: center;
  }
}
.footer__top-text {
  color: #BDBDCA;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
}
.footer__form {
  display: flex;
  border: 1px solid #454556;
  border-radius: 5px;
  padding: 3.5rem;
}
.footer__form input {
  color: #fff;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.footer__form input::placeholder {
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  color: #454556;
}
.footer__form button {
  border: 0;
  background-color: transparent;
  color: #BDBDCA;
}
.footer__copy {
  color: #484856;
  background: #202027;
  text-align: center;
  padding: 5.5rem;
}
.modal {
  display: none;
  padding: 13rem;
  overflow: hidden;
  background-color: rgba(71, 70, 70, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#modal__reset .modal__content {
  padding: 14rem 20px 100px 20px;
}
#modal__reset input {
  padding-left: 40px;
}
#modal__reset-password .modal__content {
  padding: 10rem 20px 40px 20px;
}
#modal__reset-password .form-group {
  position: relative;
}
#modal__reset-password .modal__form-btn {
  margin-top: 30px;
}
.reset-text {
  font-size: 14px;
  color: #BDBDCA;
  padding: 0 180px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 700px) {
  .reset-text {
    padding: 0 10px;
  }
}
#modal__login div.modal__content {
  padding: 14rem 0 0 0;
}
#modal__login .modal__form {
  max-width: fit-content;
}
@media (max-width: 700px) {
  #modal__login {
    padding: 0;
  }
  #modal__login div.modal__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 0 0 0;
  }
  #modal__login .user,
  #modal__login .password {
    width: 100%;
  }
  #modal__login .modal__form-login {
    width: 100%;
    max-width: none;
    padding: 0 10rem;
  }
  #modal__login .modal__form-login input {
    max-width: none;
  }
  #modal__login .modal__content-boot {
    border-radius: 0;
  }
}
@media (max-width: 700px) {
  #modal__registration,
  #modal__login {
    padding: 0;
  }
}
#modal__registration .modal__content,
#modal__login .modal__content {
  max-width: 778px;
  width: 100%;
  padding: 14rem;
}
@media (max-width: 700px) {
  #modal__registration .modal__content,
  #modal__login .modal__content {
    height: 100%;
    border-radius: 0;
  }
}
@media (max-width: 700px) {
  #modal__registration .modal__content,
  #modal__login .modal__content {
    padding: 5rem;
  }
}
.modal__content {
  background: #0D0D12;
  border-radius: 24px;
  max-width: 641px;
  width: 100%;
  padding-top: 14rem;
  position: relative;
}
.modal__close-box {
  position: absolute;
  top: 23px;
  right: 23px;
}
.modal__login {
  text-align: center;
  margin-top: 4rem;
}
.modal__login a {
  color: #DA2E71;
}
.modal__close {
  position: relative;
  display: block;
  width: 7rem;
  height: 7rem;
}
.modal__close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s linear;
}
.modal__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.3s linear;
}
.modal__close:hover::before {
  transform: rotate(135deg);
}
.modal__close:hover::after {
  transform: rotate(-135deg);
}
.modal__title {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 8rem;
  font-weight: 700;
}
.password {
  position: relative;
  margin-top: 4rem;
}
.password-control {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url(../images/modal/view.svg) 0 0 no-repeat;
}
.password-control.view {
  background: url(../images/modal/no-view.svg) 0 0 no-repeat;
}
.lock {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__form {
  max-width: 311px;
  margin: 0 auto;
  width: 100%;
}
.modal__form-login {
  padding: 0 4rem;
}
.modal__form input {
  background: #1F202F;
  color: #fff;
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 8px 11px;
  padding-left: 7.5rem;
  max-width: 311px;
  width: 100%;
}
.modal__form input::placeholder {
  font-size: 3.5rem;
  font-family: 'Inter', sans-serif;
  color: #8F90A6;
}
.email {
  position: relative;
}
#email_login {
  padding-left: 9.5rem;
}
.img__email {
  position: absolute;
  left: 9px;
  top: 0%;
  transform: translateY(50%);
}
.forgot {
  font-size: 3rem;
  text-align: center;
  margin-top: 2.5rem;
}
.forgot a {
  color: #DA2E71;
}
.modal__form-btn {
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  border-radius: 5px;
  display: block;
  font-size: 4rem;
  color: #fff;
  padding: 13px 0;
  width: 100%;
  margin-top: 15rem;
}
.modal__content-boot {
  text-align: center;
  background: #1F202F;
  padding: 5rem 0;
  margin-top: 15rem;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.modal__content-boot a {
  color: #DA2E71;
}
.select {
  position: relative;
  width: 72px;
}
@media (max-width: 500px) {
  .select {
    margin-left: 0;
  }
}
.select[data-state="active"] .select__title {
  border: 1px solid #DB2E71;
}
.select[data-state="active"] .select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.select[data-state="active"] .select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.select[data-state="active"] .select__content {
  opacity: 1;
  z-index: 8;
}
.select[data-state="active"] .select__label + .select__input + .select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.select__title {
  display: flex;
  font-family: 'Roboto', sans-serif;
  align-items: center;
  width: 72px;
  padding: 8px 16px;
  padding-left: 38px;
  position: relative;
  background-color: #1F202F;
  border-radius: 8px;
  color: #8f90a6;
  cursor: pointer;
}
.select__title::before,
.select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
.select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.select__title:hover {
  border-color: #D8093A;
}
.select__title:hover::before,
.select__title:hover::after {
  background-color: #D8093A;
}
.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  color: #8f90a6;
}
.reset:hover {
  background-color: #D8093A;
  color: #8f90a6;
}
.select__content {
  position: absolute;
  top: 25px;
  left: 0px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 130px;
  background-color: #2B2C3D;
  border: 1px solid #DB2E71;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: -1;
}
.select__input {
  display: none;
}
.select__input:checked + label {
  background-color: transparent;
}
.select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.select__label {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 40px;
  padding: 20px 16px;
  color: #8f90a6;
  font-size: 3.5rem;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.select__label:hover {
  background-color: #1F202F !important;
  color: #8f90a6;
}
.icon {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.select-social {
  position: absolute;
  top: 4px;
  left: 0;
}
.select-traffic {
  position: relative;
  width: 100%;
}
@media (max-width: 500px) {
  .select-traffic {
    width: 100%;
    margin-left: 0;
  }
}
.select-traffic[data-state-traffic="active"] .select__title-traffic {
  border: 1px solid #DB2E71;
}
.select-traffic[data-state-traffic="active"] .select__title-traffic::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.select-traffic[data-state-traffic="active"] .select__title-traffic::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.select-traffic[data-state-traffic="active"] .select__content-box {
  opacity: 1;
  z-index: 8;
}
.select-traffic[data-state-traffic="active"] .select__label-traffic + .select__input + .select__label-traffic {
  max-height: 40px;
  border-top-width: 1px;
}
.select__title-traffic {
  display: flex;
  font-family: 'Roboto', sans-serif;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  padding-left: 38px;
  position: relative;
  background-color: #1F202F;
  border-radius: 8px;
  color: #8f90a6;
  cursor: pointer;
}
.select__title-traffic::before,
.select__title-traffic::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
.select__title-traffic::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.select__title-traffic:hover {
  border-color: #D8093A;
}
.select__title-traffic:hover::before,
.select__title-traffic:hover::after {
  background-color: #D8093A;
}
.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  color: #8f90a6;
}
.reset:hover {
  background-color: #D8093A;
  color: #8f90a6;
}
.select__content-box {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background-color: #2B2C3D;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  border: 1px solid #DB2E71;
  overflow-x: hidden;
}
.select__content-traffic {
  overflow-y: scroll;
  display: flex;
  max-height: 200px;
  flex-direction: column;
  width: 100%;
  background-color: #2B2C3D;
  transition: all 0.3s ease-out;
}
.select__content-traffic::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.select__content-traffic::-webkit-scrollbar-thumb {
  background: #db2e71;
  border-radius: 10px;
}
.select__content-traffic::-webkit-scrollbar {
  width: 5px !important;
  background-color: #F5F5F5;
  border-radius: 10px;
  height: 90%;
}
.select__content-traffic::-webkit-scrollbar:vertical {
  height: 90%;
}
.select__input {
  display: none;
}
.select__input:checked + label {
  background-color: transparent;
}
.select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.select__label-traffic {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 40px;
  padding: 20px 16px;
  color: #8f90a6;
  font-size: 3.5rem;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.select__label-traffic:hover {
  background-color: #1F202F !important;
  color: #8f90a6;
}
.icon {
  position: relative;
}
.select-social {
  position: absolute;
  top: 5px;
  left: 5px;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox__text {
  position: relative;
  padding: 0 0 0 26px;
  cursor: pointer;
}
.checkbox__text:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 13px;
  background: transparent;
  transition: 0.05s;
  border: solid 1px #C7C9D9;
}
.checkbox input:checked + .checkbox__text:before {
  background: #9FD468;
}
.form__registration {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.form__registration-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .form__registration-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.form__registration input {
  background: #1F202F;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 0 8px 0 36px;
  width: 100%;
}
.form__registration-btn {
  padding: 13px 0;
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  border-radius: 5px;
  width: 100%;
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 57px;
}
@media (max-height: 600px) {
  .form__registration-btn {
    margin-top: 10px;
  }
}
.user {
  position: relative;
}
.img__user {
  position: absolute;
  top: 4px;
  left: 5px;
}
.form__box {
  display: flex;
  height: 36px;
}
.type-social {
  margin-left: 8px;
}
.social-photo {
  margin-right: 5px;
}
.form__registration-left,
.form__registration-right {
  width: 50%;
}
@media (max-width: 700px) {
  .form__registration-left,
  .form__registration-right {
    width: 100%;
  }
}
.form__registration-left > div,
.form__registration-right > div {
  height: 36px;
  display: flex;
  align-items: stretch;
}
.form__registration-left {
  margin-right: 16px;
}
.form__registration-left div + div {
  margin-top: 16px;
}
@media (max-width: 700px) {
  .form__registration-left div + div {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .form__registration-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.form__registration-right div + div {
  margin-top: 16px;
}
@media (max-width: 700px) {
  .form__registration-right div + div {
    margin-top: 10px;
  }
}
.checkbox + .checkbox {
  margin-top: 16px;
}
.form__registration-checkbox * + * {
  margin-top: 16px;
}
.form__registration-title {
  font-size: 24px;
  color: #fff;
}
.form__registration-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.username {
  position: relative;
}
.username img {
  position: absolute;
  left: 4px;
  top: 2px;
}
.success {
  background-color: #0D0D12;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
}
.success .success__content h3 {
  background-image: linear-gradient(86.24deg, #F87C8D 1.25%, #BF5CE9 97.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  text-align: center;
  margin: auto 0;
}
.success .success__content p {
  text-align: center;
  padding: 10px;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100001;
}
#loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}
.btn {
  background: linear-gradient(86.24deg, #DA2E71 1.25%, #624BFF 97.55%);
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
}
.btn--supergra {
  padding: 21px 40px;
  margin-top: 10.25rem;
}
@media (max-width: 600px) {
  .btn--supergra {
    margin-left: 0;
  }
}
.btn--offer {
  padding: 17.5px 41.5px;
  margin-left: 4.75rem;
}
@media (max-width: 900px) {
  .btn--offer {
    margin-top: 3.5rem;
  }
}
.btn--more {
  display: block;
  padding: 1px;
  font-size: 3.5rem;
  background: linear-gradient(97.25deg, #DA2E71 0.43%, #624BFF 100%);
  border-radius: 5px;
  color: #fff;
}
.btn--more span {
  padding: 3.75rem 5.75rem;
  align-items: center;
  background: #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}
.btn .show-read-more .more-text {
  display: none;
}
/*# sourceMappingURL=style.css.map */