* {
  box-sizing: border-box;
  outline: 0;
}
html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  background: #040c1c;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Saira";
}
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 {
  padding: 8px 20px;
  border: 1px solid #fff;
  color: #ffffff;
  text-align: center;
  background: transparent;
  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-log button {
  color: #000000;
  background: #ffe65f;
  border: none;
}

.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: #040c1c;
  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;
  border-right: 1px solid #6e50c3;
  overflow: visible;
}
.scale-mini {
  transform: scale(0.9);
}
.sb-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sidebar.small {
  width: 48px;
}
.sb-toggle {
  position: absolute;
  top: 15px;
  left: 191px;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid #6e50c3;

  background: #0c1028;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-toggle img {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.sidebar.small .sb-toggle img {
  transform: rotate(180deg);
}

.sb-logo {
  display: block;
  width: 160px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 auto 12px;
}
.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;

  text-align: center;
}
.btn-outline {
  background: transparent;
  color: white;
  border: 1px solid #fdbd14;
}

.nav-item {
  margin: 4px 0;
}
.nav-item img {
  width: 24px;
  height: 24px;
}
.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  color: #e7ecf5;
  transition: 0.2s;
  background-color: #181c33;
  color: #9ea5b7;

  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.nav-link:hover {
  background-color: #606493;
}
.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;
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  background-color: #131620;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-item.open .arr {
  transform: rotate(180deg);
}

.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: 24px;
  height: 24px;
}
.nav-box,
.nav {
  margin-top: 12px;
  margin-bottom: 12px;
}
.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: 110px;
  transition: all 0.3s;
}
body.sb-small .page {
  margin-left: 48px;
}
body.sb-small .sb-toggle {
  left: 4px;
  transition: all 0.3s;
}
body.sb-small .nav-link {
  padding: 8px;
  width: 40px;
  height: 40px;
}
body.sb-small .sb-scroll {
  margin-top: 64px;
}
body.sb-small .sidebar {
  border-right: none;
  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: #040c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px 12px;
}
.site-logo {
  margin-right: 20px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  padding: 0;
}
.menu-logo {
  width: 132px;
  transform: translate(0px, 3px);
}
.menu__item a {
  color: #9ea5b7;

  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 26px;
}
.logo-side {
  padding: 22px 47px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.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;
}
.logo-side-bar {
  display: block;
  width: 115px;
  margin-top: 3px;
  margin-left: 55px;
}
.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: 200px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}
.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: #9ea5b7;
}
.hero__btn svg:hover {
  stroke: #fbfbfb;
  transition: 0.9s;
}

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

.hero__slide h4 {
  color: #ffcd4b;
  font-family: "Chakra";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
}
.hero__slide h4 strong {
  color: #ffffff;
  text-transform: uppercase;
}

.main-btn button {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-align: center;
  font-family: Saira;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: transparent;
  transition: all 0.3s;
  padding: 4px 14px;
  border: 1px solid #fff;
}
.hero__pagination.swiper-pagination {
  position: static;
}

.hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #9ea5b7;
  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__slide:hover img {
  transform: scale(1.1);
  transition: 0.9s;
}

.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;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
}
.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 {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  font-family: Saira;
  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: Saira;
  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: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  font-family: Saira;
  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;
  justify-content: space-between;
  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;

  max-height: 44px;
  padding: 10px 28px;
  border-radius: 4px;
  transition: opacity 0.3s ease-in-out;
  gap: 8px;

  background: #181c33;
}
.kcats__card:hover {
  opacity: 0.7;
}

.kcats__card,
.kcats__card * {
  transform: none !important;
}
.kcats__card img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-user-drag: none;
}
.kcats__card span {
  color: #9ea5b7;

  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.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: 22px;
  color: #ffe65f;

  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  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 {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.box__more .more__prev,
.box__more .more__next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__more .more__prev svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 0.5);
}
.box__more .more__next svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 0.5);
}
.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,
.box__category__info .decor.mini {
  border-radius: 4px;
  background: #5a23b4;
  width: 8px;
  height: 28px;
}

.box__category__info__center {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.box__category__info__center h3 {
  color: #fff;
  font-family: "Chakra";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  text-transform: uppercase;
}
.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: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.box__category__info__center span strong {
  color: #2bc368;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  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: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  z-index: 2;
}

/* Providers section */
.providers__container {
  width: 100%;
  overflow: hidden;
}
.providers__container.brands {
  padding-left: 20px;
}

.providers__swiper {
  overflow: visible;
  margin-top: 5px;
}

.providers__slide {
  width: auto;
  flex-shrink: 0;
}

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

.provider-card img {
  width: 100%;
  max-width: 80px;
  max-height: 28px;
}

.provider-card--crypto {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.provider-card--crypto:hover {
  opacity: 1;
}

.crypto-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 16px;
  white-space: nowrap;
}

.crypto-logo--single {
  gap: 0;
}

.crypto-logo .crypto-icon[alt*="Bitcoin"] {
  width: 16px;
  height: 16px;
}

.crypto-logo .crypto-text[alt="bitcoin"] {
  height: 14.633px;
  width: auto;
}

.crypto-logo .crypto-icon[alt*="Ethereum"] {
  width: 18px;
  height: 18px;
}

.crypto-logo .crypto-text[alt="ethereum"] {
  height: 11.25px;
  width: auto;
}

.crypto-logo .crypto-full[alt="Litecoin"] {
  width: auto;
  height: 15.981px;
}

.crypto-logo--bitcoincash {
  height: 12px;
}

.crypto-logo .crypto-text[alt="BitcoinCash"] {
  height: 11.957px;
  width: auto;
}

.crypto-logo .crypto-icon[alt*="BitcoinCash"] {
  width: 11.857px;
  height: 11.857px;
}

.crypto-logo .crypto-icon[alt*="Ripple"] {
  width: 12.496px;
  height: 13.554px;
}

.crypto-logo .crypto-text[alt="ripple"] {
  height: 16px;
  width: auto;
}

.crypto-logo .crypto-full[alt="Cardano"] {
  width: 17.317px;
  height: 16px;
}

.crypto-logo .crypto-icon[alt*="Tether"] {
  width: 16px;
  height: 16px;
}

.crypto-logo .crypto-text[alt="tether"] {
  height: 9.789px;
  width: auto;
}

.crypto-logo .crypto-full[alt="Binance"] {
  width: auto;
  height: 16px;
}

.crypto-logo .crypto-icon[alt*="TRON"] {
  width: 15.219px;
  height: 16px;
}

.crypto-logo .crypto-text[alt="TRON"] {
  height: 9.438px;
  width: auto;
}

.crypto-logo .crypto-icon[alt*="CasinoCoin"] {
  width: 10.648px;
  height: 10.648px;
}

.crypto-logo .crypto-text[alt="CasinoCoin"] {
  height: 16px;
  width: auto;
}

.crypto-icon {
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.crypto-text {
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.crypto-full {
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.providers__swiper .swiper-wrapper {
  align-items: center;
}
.banner {
  padding: 10px 24px;
  margin-bottom: 30px;
  cursor: pointer;
}
.main__banner {
  height: 242px;
  width: 100%;
}
.main__banner:hover {
  filter: brightness(1.2);
  transition: 1s ease-in;
}

.main__btn button {
  border: none;
  padding: 16px 96px;
  font-family: Inter;
  font-size: 16px;
  background: #2bc368;

  border-radius: 10px;
  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: #020204;
  color: #ffffff;
  padding: 24px 0;
  margin-top: 40px;
}

.footer__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  margin-left: 110px;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  position: relative;
}

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

.footer__column--company {
  flex: 0 0 auto;
  border-right: 1px solid #3c415a;
  padding-right: 32px;
  min-width: 0;
  max-width: 550px;
}

.footer__columns {
  display: flex;
  gap: 32px;
  flex: 1;
  padding-left: 32px;
}

.footer__column-left {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 auto;
}

.footer__column--games,
.footer__column--about,
.footer__column--info {
  flex: 1;
  padding-top: 17px;
}

.footer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.footer__logo-img {
  width: 115px;
  height: 32px;
}

.footer__language {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9ea5b7;
}

.footer__language img {
  width: 24px;
  height: 24px;
}

.footer__language svg {
  width: 8px;
  height: 6px;
}

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

.footer__legal p {
  font-family: "Saira", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #9ea5b7;
  margin: 0;
}

.footer__gaming-curacao {
  margin-top: 12px;
}

.footer__gaming-curacao img {
  width: 100px;
  height: 32px;
}

.footer__heading {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 14px 0;
}

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

.footer__links li {
  margin: 0;
}

.footer__links a {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9ea5b7;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

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

.footer__social-section {
  margin-top: 8px;
}

.footer__social-title {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 8px 0;
}

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

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.footer__social-link:hover {
  opacity: 0.7;
}

.footer__social-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer__responsible {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.footer__age-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.footer__responsible-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.footer__responsible-content p {
  font-family: "Saira", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
}

.footer__begambleaware-img {
  width: 134px;
  height: 17px;
  margin-top: 2px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #3c415a;
}

.footer__copyright {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #9ea5b7;
  margin: 0;
}

.footer__btc-rate {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

/* 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;
  border-radius: 8px;
  background: #181c33;
  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: "Chakra";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.benefits-card__description {
  color: #9ea5b7;

  font-family: Saira;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 24px;
  max-width: 180px;
}

.benefits-card__link {
  color: #ffe65f;

  font-family: Saira;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  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: 4px;
  background: #0c1028;
  border: 1px solid #6e50c3;
  padding: 16px;
}

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

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

.activity-table__table th {
  padding: 12px;
  text-align: left;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #9ea5b7;
  border: none;
}

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

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

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

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

.activity-table__table tbody tr {
  background: #0c1028;
}

.activity-table__table tbody tr:nth-child(odd) {
  background: #272c45;
  border-radius: 4px !important;
}

.activity-table__table tbody tr:nth-child(odd) td:nth-child(2),
.activity-table__table tbody tr:nth-child(odd) td:nth-child(3),
.activity-table__table tbody tr:nth-child(odd) td:nth-child(4) {
  border-left: 4px solid #0c1028;
  border-right: 4px solid #0c1028;
}

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

.activity-table__table td {
  padding: 12px;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  border: none;
}

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

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

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

.activity-table__table td:nth-child(5) {
  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: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.activity-table__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.activity-table__coin-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.activity-table__profit {
  color: #ffffff !important;
}

.info {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}

.info h2 {
  color: #ffffff;
  font-family: "Chakra", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
}

.info h2:not(:first-child) {
  margin-top: 18px;
}

.info p {
  color: #ffffff;
  font-family: "Chakra", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.info .main__btn {
  width: auto;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 18px;
}

.info .main__btn button {
  padding: 8px 20px;
  height: 42px;
  background: #ffe65f;
  border-radius: 4px;
  border: none;
  color: #040c1c;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* page__promo */
.banner-promo {
  margin: 47px 0 80px;
  height: 290px;
  max-width: 100%;
}
.page__promo h2 {
  font-family: "Saira", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.page__promo p {
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.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: #ffffff;
  font-family: "Saira", sans-serif;
  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: #ffffff;
  font-family: "Saira", sans-serif;
  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: #ffffff;
  font-family: "Saira", sans-serif;
  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: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9px;
}

.page__promo .main__btn {
  width: auto;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 18px;
}

.page__promo .main__btn button {
  padding: 16px;
  background: #ffe65f;
  border-radius: 4px;
  border: none;
  color: #000000;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
}

/* FAQ Section */
.faq {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.faq h2 {
  color: #ffffff;
  font-family: "Chakra", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.801px;
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.faq__item {
  border-radius: 0;
  background: #0c1028;
  box-shadow: 0px 0.838px 3.35px 0px rgba(25, 33, 61, 0.06);
  overflow: hidden;
  transition: all 0.6s ease;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.563px 26.801px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Chakra", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  transition: background-color 0.3s ease;
}

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

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

.faq__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  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 26.801px;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 0 26.801px 15.913px 26.801px;
}

.faq__answer p {
  color: #ffffff;
  font-family: "Chakra", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
/* INFO: белый текст только внутри блока */
.info .info__content,
.info .info__content * {
  color: #fff;
}

/* чуть аккуратнее для текста */
.info .info__text p,
.info .info__text li {
  color: #fff;
}

/* ссылки */
.info .info__text a {
  color: #fff;
  text-decoration: underline;
}

/* если WYSIWYG вставляет h3/h4 */
.info .info__content h1,
.info .info__content h2,
.info .info__content h3,
.info .info__content h4,
.info .info__content h5,
.info .info__content h6 {
  color: #fff;
}
.faq {
    margin-top: 35px;
}
.info__content .main__btn {
    text-align: center;
    justify-content: center;
    width: 100%;
}

/* ===== Justbit inner pages (all additional pages) ===== */
.jb-page {
  padding: 32px 0;
}

.jb-page__container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.jb-page__content,
.jb-page__content * {
  color: #fff !important;
}

/* типографика для Gutenberg */
.jb-page__content p,
.jb-page__content li {
  line-height: 1.7;
}

.jb-page__content h1,
.jb-page__content h2,
.jb-page__content h3,
.jb-page__content h4 {
  color: #fff !important;
  line-height: 1.2;
  margin: 18px 0 12px;
}

.jb-page__content a {
  color: #fff !important;
  text-decoration: underline;
}

.jb-page__content table {
  width: 100%;
  border-collapse: collapse;
}

.jb-page__content td,
.jb-page__content th {
  border: 1px solid rgba(255,255,255,.18);
  padding: 12px;
  color: #fff !important;
}

.jb-page__content strong {
  color: #fff !important;
}
.link-wrapper {
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}
.link-wrapper span {
    color: #000000!important;
    background: #ffe65f;
    border: none;
}