* {
  box-sizing: border-box;
  outline: 0;
}
html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  background: #0f1419;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins";
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
a button {
  cursor: pointer;
}

.mobile-on {
  display: none;
}
.decs {
  display: block;
}

.box-btn-menu {
  display: flex;
  gap: 8px;
}
.btn-log button,
.btn-sign button {
  border-radius: 8px;
  padding: 12px 26px;
  border: none;
  font: 600 16px/24px Inter, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-log button {
  color: #fff;

  background: #8255f0;
}

.main-btn button:hover,
.btn-log button:hover,
.btn-sign button:hover {
  filter: brightness(1.2);
  transition: 0.3s;
}

/* side bar */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 217px;
  padding: 0px 8px;
  padding-bottom: 15px;
  background: #1b1f28;
  color: #e9eef7;
  z-index: 1000;
  transition: width 0.25s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
}
.scale-mini {
  transform: scale(0.9);
}
.sb-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sidebar.small {
  width: 48px;
}
.sb-scroll {
  margin-top: 20px;
}
.sb-toggle {
  position: absolute;

  top: 0;
  left: 184px;
  width: 40px;
  height: 64px;
  border-radius: 8px 0 0 8px;
  border: none;
  background: #2d2f3c;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.sb-toggle img {
  width: 24px;
  height: 24px;
}

.sb-logo {
  display: block;
  width: 160px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 auto 12px;
}
.logo-side-bar {
  display: block;
  max-width: 120px;
  margin-top: 12px;
  margin-left: 16px;
}
.sb-note {
  font-size: 13px;
  color: #9aa3b2;
  text-align: center;
  margin-bottom: 10px;
}
.sb-link {
  margin-left: 6px;
  color: #e9eef7;
  cursor: pointer;
}
.sb-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 16px;
}
.btn {
  border: 0;
  border-radius: 10px;
  padding: 8px 14px;
  background: #14fd52;
  color: #000000;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  font: 600 14px / 16px Inter, sans-serif;
  text-align: center;
}
.btn-outline {
  background: transparent;
  color: white;
  border: 1px solid #fdbd14;
}

.nav-item {
  margin: 0;
}
.nav-item img {
  width: 24px;
  height: 24px;
}
.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  width: 100%;
  color: #e7ecf5;
  transition: 0.2s;
  background: #2d2f3c;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}
.nav-link:hover {
  background: linear-gradient(94deg, #8356f3 0%, #fe4ab4 100%);
}
.arr {
  position: absolute;
  left: 90%;
  width: 8px;
  height: 8px;

  background-image: url(../img/arr.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;

  transition: 0.7s;
}
.drop {
  display: none;
}
.nav-item.open .drop {
  display: block;
  padding: 8px 12px;
  background-color: #131620;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-item.open .arr {
  transform: rotate(180deg);
}
.sub {
  color: #c5ccda;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 4px 8px;
  color: #cfcfe5;
  background-color: transparent;
  border-radius: 8px;
  font: 400 12px / 18px Inter, sans-serif;
  margin-bottom: 4px;
}
.sub:hover {
  background: #6c7489;
}

.nav-item.first-item .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font: 400 14px / 24px Inter, sans-serif;
  padding: 6px 12px;
}
.nav-item.first-item {
  margin-bottom: 0;
}
.nav-box .nav-item img {
  width: 32px;
  height: 32px;
}
.nav-box,
.nav {
  margin-top: 8px;
  margin-bottom: 8px;
}
.nav-box-bonus {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-box-bonus .nav-link {
  width: 47px;
  height: 44px;
  justify-content: center;
}

.nav-box-bonus .nav-link::after {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 2px;
  content: "";
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

/* small side bar */
.sidebar.small .drop,
.sidebar.small .sb-head,
.sidebar.small .sb-note,
.sidebar.small .sb-actions,
.sidebar.small .nav-link span,
.sidebar.small .arr {
  display: none;
}
.sidebar.small .sb-logo {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.sidebar.small .nav-link {
  justify-content: center;
  padding: 10px;
}

.page {
  margin-left: 217px;
  transition: all 0.3s;
}
body.sb-small .page {
  margin-left: 48px;
}
body.sb-small .sb-toggle {
  left: 0px;
  width: 48px;
  border-radius: 0;
  transition: all 0.3s;
}
body.sb-small .nav-link {
  padding: 8px;
  width: 40px;
  height: 40px;
}
body.sb-small .sb-scroll {
  margin-top: 70px;
}
body.sb-small .sidebar {
  padding: 0 4px;
}
.sidebar.small .nav-box,
.sidebar.small .nav-box-bonus .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar.small .nav-box-bonus {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.sidebar.small .nav-item.first-item {
  margin-bottom: 4px;
}

/* header */

header {
  position: fixed;
  top: 0;
  left: 217px;
  right: 0;
  z-index: 9;
}
body.sb-small header {
  left: 48px;
}
.site-navbar {
  background-color: #2d2f3c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
}
.site-logo {
  margin-right: 20px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  padding: 0;
}
.menu-logo {
  width: 120px;
}
.menu__item a {
  color: #fdfee7;
  font: 400 16px / 24px Inter, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 26px;
}
.menu__item a img {
  width: 24px;
  height: 24px;
}
.menu__item a:hover img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(24%) saturate(5095%)
    hue-rotate(260deg) brightness(85%) contrast(98%);
}

.box-btn-menu.decs {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.box-btn-menu.decs button {
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #ff5ab3;
  color: #fff;
  font-weight: 600;
}

.content {
  padding: 70px 0 0 0;
}

.sidebar.small .logo-side-bar {
  display: none;
}

.hero {
  padding: 24px 3px 24px 24px;

  position: relative;
}
.hero * {
  box-sizing: border-box;
}
.hero__container {
  max-width: 100%;
}
.hero__swiper {
  overflow: hidden;
  overscroll-behavior: contain;
}
.hero__slide {
  position: relative;
  height: 196px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
}
.hero__controls {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hero__btn {
  width: 20px;
  height: 19.5px;
  position: relative;
  cursor: pointer;
}
.hero__btn svg {
  position: absolute;
  top: -2px;
  left: -8px;
  transform: scale(0.6);
  stroke: #495476;
}
.hero__btn svg:hover {
  stroke: #fbfbfb;
  transition: 0.9s;
}

.hero__slide img {
  height: 196px;
  width: 100%;
  max-width: 500px;
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__slide h4 {
  color: #fbfbff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.484px; /* 124.914% */
  text-transform: uppercase;
}

.hero__slide .bonus-hero {
  max-width: 190px;
  display: inline-block;
  margin-top: 5px;
  color: white;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.988px;
}

.main-btn button {
  cursor: pointer;
  width: 132px;
  height: 36px;
  padding: 8.994px;
  border-radius: 8px;
  background: #fff;
  border: none;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.236px;
}
.main-btn .vilet {
  color: #6f3fff;
}
.main-btn .bl {
  color: #07b0f0;
}
.main-btn .green {
  color: #00c286;
}
.main-btn .red {
  color: #b90085;
}
.hero__pagination.swiper-pagination {
  position: static;
}

.hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #495476;
  margin: 0 4px;
  transition: width 0.5s ease, background-color 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

.hero__pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  background-color: #fff;
}

.hero__pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.hero__swiper:hover {
  touch-action: pan-y;
}

/* game w game */
.gwg {
  padding: 15px 24px 32px;
  background: transparent;
}
.gwg__container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.gwg__slide {
  width: auto;
  cursor: pointer;
}
.gwg-card {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gwg-card__picture {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gwg-card__picture img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  display: block;
}
.gwg-card__equal.cant-play {
  background-image: none;
  background-color: #00000070;
}

.gwg-card__content {
  display: grid;
  gap: 2px;
}
.gwg-card__name {
  color: #4c5068;

  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.gwg-card__win {
  overflow: hidden;
  color: #ffe65f;

  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;

  max-width: 69px;
  text-wrap: nowrap;
}

.gwg-card__game {
  max-width: 69px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4c5068;
  text-overflow: ellipsis;
  font-family: Poppins;
  text-wrap: nowrap;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
/* game */

.kcats {
  display: flex;
  align-items: center;

  padding: 0 24px;
  gap: 8px;
  width: 100%;
}
.kcats__bar {
  display: flex;
  gap: 10px;
  align-items: center;
}

.kcats__search-btn svg {
  width: 18px;
  height: 18px;
  stroke: #e9ecf1;
}

.kcats__slider {
  position: relative;

  width: 100%;
}

.kcats .swiper {
  overflow: hidden;
}
.kcats .swiper-wrapper {
  display: flex;
}
.kcats .swiper-slide {
  width: auto;
}
.kcats__card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;

  border-radius: 8px;
  border: 1px solid #2d2f3c;

  background: #2d2f3c;
  transition: opacity 0.3s ease-in-out;
  gap: 8px;
}
.kcats__card:hover {
  opacity: 0.7;
}
.kcats__card.sport-btn {
  border: 1px solid #2d2f3c;

  background: #b90085;
}
.kcats__card,
.kcats__card * {
  transform: none !important;
}
.kcats__card img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-user-drag: none;
}
.kcats__card span {
  font: 400 14px / 12px Inter, sans-serif;
  color: white;
}

.kcats__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.kcats__btn {
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a1f2d;
  border: 1px solid #394055;
  color: #e9ecf1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  z-index: 6;
}
.kcats__btn svg {
  width: 18px;
  height: 18px;
}

.box__more {
  gap: 6px;
  color: #d287ff;

  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.box__category {
  padding: 34px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box__more__prev__next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box__more .more__next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box__more .more__next svg {
  width: 8px;
  height: 8px;
}
.box__more .more__prev:hover,
.box__more .more__next:hover {
  filter: brightness(1.2);
  transition: 0.9s;
  cursor: pointer;
}
.box__category__info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.box__category__info .decor {
  border-radius: 4px;
  background: #f2f;
  width: 4px;
  height: 28px;
}
.decor.aqua {
  background: #18eab6;
}
.decor.pinky {
  background: #fe617d;
}

.box__category__info__center {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.box__category__info__center h3 {
  color: white;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.box__category__info__center span {
  border-radius: 4px;
  background: #3e4666;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  color: #fff;

  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* Games section */
.box__game {
  padding: 0 24px 40px;
}

.games__container {
  width: 100%;
  overflow: hidden;
}

.games__swiper {
  overflow: visible;
}

.games__slide {
  width: auto;
}

.game-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.game-card:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.game-card__image {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.game-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.game-card__label {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0px 8px;
  border-radius: 4px;
  background: #14a578;
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  z-index: 2;
}

/* Providers section */
.providers__container {
  width: 100%;
  overflow: hidden;
}

.providers__swiper {
  overflow: visible;
}

.providers__slide {
  width: auto;
}

.provider-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.provider-card img {
  width: 100%;
  max-width: 80px;
  max-height: 28px;
}
.providers__swiper .swiper-wrapper {
  align-items: center;
}
.banner {
  padding: 0 22px;
}
.banner__contant {
  padding: 79px 22px;
  background-image: url(../img/banner-pragmatic.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.banner__contant h2 {
  color: #fff;

  font-family: Sora;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.main__btn button {
  border: none;
  padding: 16px 96px;
  font-family: Poppins;
  font-size: 16px;

  border-radius: 8px;
  background: #8255f0;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: white;
}
.main__btn:hover button {
  filter: brightness(1.2);
  transition: 0.9s;
}

/* Footer */
.footer {
  background: #000;
  color: #e9eef7;
  padding: 40px 24px;
  margin-top: 40px;
}

.footer__container {
  max-width: 100%;
  margin: 0 auto;
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 32px;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__copyright-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer__copyright {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #e9eef7;
  margin: 0;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__legal p {
  font-family: "Poppins";
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(233, 238, 247, 0.471);
  margin: 0;
}

.footer__logo {
  flex-shrink: 0;
}

.footer__logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer__heading {
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #e9eef7;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.footer__links-wrapper {
  display: flex;
  gap: 24px;
}

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__links--left,
.footer__links--right {
  flex: 1;
}

.footer__links li {
  margin: 0;
  margin-bottom: 8px;
}

.footer__links a {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: rgba(233, 238, 247, 0.611);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: #e9eef7;
}

.footer__social-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer__social-header .footer__heading {
  margin: 0;
  text-transform: none;
}

.footer__social {
  display: flex;
  gap: 8px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(233, 238, 247, 0.3);
  border-radius: 50%;
  color: #e9eef7;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}

.footer__social-link:hover {
  opacity: 0.7;
  border-color: rgba(233, 238, 247, 0.6);
}

.footer__social-link svg {
  width: 16px;
  height: 16px;
}

.footer__responsible {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.footer__age-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 32px;
  height: 32px;
  border: 3px solid rgba(233, 238, 247, 0.3);
  border-radius: 50%;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #e9eef7;
  flex-shrink: 0;
}

.footer__responsible p {
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 400;
  color: rgba(233, 238, 247, 0.7);
  margin: 0;
}

.footer__begambleaware {
  margin-top: 8px;
}

.footer__begambleaware strong {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  color: #e9eef7;
}

.footer__divider {
  height: 1px;
  background: rgba(233, 238, 247, 0.1);
  margin: 24px 0;
}

.footer__providers,
.footer__payments {
  padding: 16px 0;
}

.footer__providers-list,
.footer__payments-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__providers-list img,
.footer__payments-list img {
  width: 100%;
  max-width: 62px;
  opacity: 0.7;

  transition: opacity 0.3s ease;
}
.footer__payments-list img {
  opacity: 0.4;
  width: 80%;
  max-width: 62px;
  max-height: 16px;
}

.footer__providers-list img:hover,
.footer__payments-list img:hover {
  opacity: 1;
}

/* Benefits section */
.benefits {
  padding: 32px 20px;
}

.benefits__container {
  max-width: 100%;
}

.benefits__swiper {
  overflow: hidden;
  margin-bottom: 12px;
}

.benefits__slide {
  height: auto;
}

.benefits-card {
  padding: 16px 22px;
  background: #232832;
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;

  transition: transform 0.3s ease, background 0.3s ease;
}
.benefits-card img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.benefits-card:hover {
  background: #3e4666;
}

.benefits-card__title {
  color: #fff;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.benefits-card__description {
  color: rgba(255, 255, 255, 0.4);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: 180px;
}

.benefits-card__link {
  color: #9b82ff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: color 0.3s ease;
}

.benefits-card__link:hover {
  color: #b5a4ff;
}

.benefits__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.benefits__btn {
  width: 20px;
  height: 19.5px;
  position: relative;
  cursor: pointer;
}

.benefits__btn svg {
  position: absolute;
  top: -2px;
  left: -8px;
  transform: scale(0.6);
  stroke: #495476;
}

.benefits__btn svg:hover {
  stroke: #fbfbfb;
  transition: 0.9s;
}

.benefits__pagination.swiper-pagination {
  position: static;
}

.benefits__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #495476;
  margin: 0 4px;
  transition: width 0.5s ease, background-color 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

.benefits__pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  background-color: #fff;
}

.benefits__pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

/* Activity Table */
.activity-table {
  padding: 0 24px 40px;
}

.activity-table__container {
  width: 100%;
  border-radius: 12px;
  background: #323443;
  padding: 16px;
}

.activity-table__table {
  width: 100%;
  border-collapse: collapse;
  background: #323443;
}

.activity-table__table thead {
  background: #323443;
  border-bottom: none;
}

.activity-table__table th {
  padding: 8px;
  text-align: left;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgba(233, 238, 247, 0.7);
}

.activity-table__table th:nth-child(3) {
  text-align: center;
}
.activity-table__table th:nth-child(5) {
  text-align: center;
}

tbody {
  border-radius: 8px;

  border: 12px solid #1b1f28;
}

.activity-table__table th:nth-child(4) {
  text-align: center;
}

.activity-table__table th:nth-child(2),
.activity-table__table th:nth-child(4) {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.activity-table__table td:nth-child(2),
.activity-table__table td:nth-child(4) {
  border-left: 4px solid #1b1f28;
  border-right: 4px solid #1b1f28;
}

.activity-table__table tbody tr {
  background: #232832;
}
.activity-table__table tbody tr:nth-child(even) {
  background: #1b1f28;
}

.activity-table__table tbody tr:last-child {
  border-bottom: none;
}

.activity-table__table td {
  padding: 8px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #e9eef7;
}

.activity-table__table td:nth-child(3) {
  text-align: center;
}
.activity-table__table td:nth-child(5) {
  text-align: center;
}

.activity-table__table td:nth-child(4) {
  text-align: center;
}

.activity-table__game {
  display: flex;
  align-items: center;
  gap: 12px;
}

.activity-table__game-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.activity-table__game-name {
  color: #e9eef7;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.info {
  padding: 0 24px;
}
.info h2 {
  color: #ffff;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 91.429% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info p {
  color: #fff;
  text-overflow: ellipsis;

  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.info .main__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.info .main__btn button {
  padding: 12px 20px;
}

/* page__promo */
.banner-promo {
  margin: 47px 0 80px;
  height: 290px;
  max-width: 100%;
}
.page__promo h2 {
  font-family: Sora;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 91.429% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page__promo p {
  color: white;
  opacity: 1;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.page__promo ol {
  counter-reset: list-counter;
  padding-left: 0;
  margin-bottom: 16px;
  margin-left: 0;
  list-style: none !important;
}

.page__promo ol li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
  list-style: none !important;
}

.page__promo ol li::before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  color: #ff22ff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  left: 0;
}

.page__promo ul {
  padding-left: 0;
  margin-bottom: 16px;
  margin-left: 0;
  list-style: none !important;
}

.page__promo ul li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  list-style: none !important;
}

.page__promo ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff22ff;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9px;
}

/* FAQ Section */
.faq {
  padding: 0 24px;
}

.faq h2 {
  color: #ffff;
  font-family: Sora;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq__item {
  border-radius: 8px;
  background: #232832;

  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.06);

  margin-bottom: 8px;
  overflow: hidden;
  transition: all 0.6s ease;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 32px;
  cursor: pointer;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  transition: background-color 0.3s ease;
}

.faq__question span:first-child {
  flex: 1;
  padding-right: 16px;
}

.faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
}

.faq__icon {
  position: absolute;
  width: 25px;
  height: 30px;
  stroke: #ffffff;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.faq__icon--plus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq__icon--minus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq__item.active .faq__icon--plus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq__item.active .faq__icon--minus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 0 32px 20px 32px;
}

.faq__answer p {
  color: white;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding-top: 16px;
}
.box__category.mobile-on {
  display: none;
}

/* Banner Slider Section */
.banner-slider-section {
  padding: 20px 24px 32px;
}

.banner-slider-container {
  width: 100%;
  overflow: hidden;
}

.banner-slider {
  overflow: visible;
}

.banner-slide {
  width: 370px !important;
  max-width: 370px;
  height: auto;
  flex-shrink: 0;
  margin-right: 16px !important;
  overflow: visible;
}

/* Ensure space between slides for web components */
.banner-slider swiper-slide:not(:last-child) {
  margin-right: 16px !important;
}

.banner-slide .list-item {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.banner-item-wrapper {
  position: relative;
  width: 100%;
  height: 154px;
  overflow: visible;
  display: flex;
  align-items: center;
}

.banner-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #2d2f3c;
  padding: 16px 120px 40px 24px;
  height: 136px;
  width: 100%;
  max-width: 329px;

  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  margin: 0 auto;
}

.banner-item__image {
  position: absolute;
  height: 152px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  overflow: visible;
  z-index: 2;
}

.banner-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.banner-item__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
}

.banner-item__title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}

.banner-item__subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.banner-item__description {
  color: rgba(255, 255, 255, 0.4);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.banner-item__content {
  position: absolute;
  bottom: 16px;
  left: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.banner-item__action {
  position: absolute;
  bottom: 16px;
  left: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.banner-item__button {
  background: transparent;
  border: none;
  color: #d287ff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.banner-item__button::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.276 3H.724a.3.3 0 00-.212.512l3.134 3.134a.5.5 0 00.708 0l3.134-3.134A.3.3 0 007.276 3z' fill='%23d287ff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
  display: block;
  flex-shrink: 0;
}

.banner-item__button--purple {
  background: transparent;
  border: none;
  color: #d287ff;
}

/* Responsive styles for banner slider */
@media (max-width: 1024px) {
  .banner-slide {
    width: 320px !important;
  }

  .banner-item-wrapper {
    height: 154px;
  }

  .banner-item {
    padding-right: 150px;
  }
}

@media (max-width: 768px) {
  .banner-slider-section {
    padding: 20px 16px 24px;
  }

  .banner-slide {
    width: 280px !important;
  }

  .banner-item-wrapper {
    height: 154px;
  }

  .banner-item {
    padding: 16px 150px 40px 16px;
    height: 136px;
  }

  .banner-item__title {
    font-size: 14px;
    line-height: 18px;
  }

  .banner-item__subtitle,
  .banner-item__description {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 480px) {
  .banner-slide {
    width: 260px !important;
  }

  .banner-item-wrapper {
    height: 154px;
  }

  .banner-item {
    padding-right: 150px;
    height: 136px;
  }
}
:root{
  --Basic-colors-background: rgba(12, 16, 40, 1);
  --Basic-colors-primary: rgba(90, 35, 180, 1);
  --Basic-colors-surface-1: rgba(24, 28, 51, 1);

  /* доп. удобно для текста/обводок */
  --Text-main: rgba(233, 238, 247, 1);
  --Text-muted: rgba(233, 238, 247, 0.7);
  --Border-soft: rgba(255, 255, 255, 0.12);
}
html{
  color-scheme: dark; /* чтобы системные элементы не были светлыми */
}
body{
  background: var(--Basic-colors-background);
  color: var(--Text-main);
  font-family: "Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
