*,
::after,
::before {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  color: #fbf5ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
  background: #210841;
}

a {
  color: #fbf5ff;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.content__inner h1 {
  font-size: 2.4375em;
  margin-bottom: 0px;
  font-weight: 900;
  color: #fff !important;
  font-family: "Beaufort Pro", "Arial", sans-serif !important;
}

.content__inner h2 {
  font-size: 1.9375em;
  margin: 16px 0;
}

.content__inner p + p {
  margin-top: 16px;
}

.content__inner p,
td,
li {
  color: #fff;
}

/* .content {
  padding: 8px 0;
} */

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #210841;
  box-shadow:
    0 4px 8px 0 #0000003d,
    0 0 1px 0 #00000052;
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 11px 15px 0 90px;
  position: relative;
}

.menu__burger {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 60px;
  background-color: #161d37;
  z-index: 11;
}

.menu-burger__input,
.menu-burger__label {
  display: none;
}

.btn-box--mobile {
  display: none;
}

.menu__list {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}

.menu,
.menu-burger__label span {
  left: 0;
}

.menu-burger__label {
  cursor: pointer;
}

.menu {
  position: absolute;
  top: 0px;
  padding: 80px 8px 16px 8px;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.32),
    0 4px 8px rgba(0, 0, 0, 0.24);
  width: 280px;
  background-color: #3c0f76;
  z-index: 10;
  transform: translateX(-200%);
  transition: all 0.5s;
}

.menu-burger__label span,
.menu-burger__label::after,
.menu-burger__label::before {
  height: 2px;
  border-radius: 2px;
  background-color: #80ff01;
  position: absolute;
}

.menu-burger__label span {
  width: 100%;
}

.menu-burger__label::before {
  width: 16px;
}

.menu-burger__label::after {
  width: 19px;
}

.menu-burger__label,
.menu-burger__label span {
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.menu-burger__input {
  position: relative;
  opacity: 0;
}

.menu-burger__label {
  position: absolute;
  left: 20px;
  top: 45px;
  width: 24px;
  height: 16px;
  z-index: 11;
}

.menu-burger__label::after,
.menu-burger__label::before,
.menu-burger__label span {
  content: "";
  right: 0;
  transition: transform 0.3s;
}

.menu-burger__label::after {
  top: 0;
}

.menu-burger__label::before {
  bottom: 0;
}

.menu-burger__input:checked ~ .menu-burger__label span,
.menu-burger__input:checked ~ .menu-burger__label::before,
.menu-burger__input:checked ~ .menu-burger__label::after {
  left: 0;
}

.menu-burger__input:checked + .menu-burger__label + .menu {
  transform: translateX(0);
}

.menu__title {
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #fbf5ff;
  background-color: #4a4976;
  font-size: 20px;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 8px;
}

.menu__title svg {
  margin-right: 5px;
}

.menu__item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.menu__item svg {
  margin-right: 5px;
}

.menu__item:hover {
  transform: translateX(5px);
}

.menu__link {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.menu__link:hover {
  color: #80ff01;
}

.logo {
  z-index: 11;
  /* margin-top: 6px; */
}

.header__btn-box {
  margin-left: auto;
}

.btn__link {
  padding: 8px 14px 10px 14px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: all 0.5s;
}

.log-in {
  margin-right: 20px;
  font-size: 18px;

  padding: 11px 10px;
  letter-spacing: 0.72px;
  border-radius: 30px;
  border: 3px solid #721cdd;
}

.log-in:hover {
  background: #721cdd;
}

.registration {
  margin-right: 20px;
  font-size: 18px;
  background: #80ff01;
  padding: 13px 16px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.72px;
  border-radius: 30px;
}

.registration:hover {
  background: #99ff33;
}

.main {
  padding: 161px 30px 102px;
  background: linear-gradient(135deg, #1a0535 0%, #3c0f76 50%, #1a0535 100%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}

.main__text {
  background: #821ffc;
  border-radius: 8px;
  font-size: 20px;
  padding: 10px 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 60px;
}

.main__text-title {
  margin: 20px 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #f6da24;
  font-family: Verdana, sans-serif;
  margin-left: 50px;
}

.main__text--yelov {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #f6da24;
  font-family: Verdana, sans-serif;
  margin-left: 50px;
}

.main__btn {
  background: #80ff01;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px 33px;
  color: #000000;
  letter-spacing: 0.72px;
  border-radius: 30px;
  border: none;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 90px;
}

.main__btn:hover {
  background: #99ff33;
}

.main__btn:active {
  background: #99ff33;
}

.main__btn--small {
  font-size: 10px;
}

.main__btn:hover {
  transform: scale(1.1);
}

.popular {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px;
}

.popular__item {
  cursor: pointer;
}

.popular__item a {
  color: #ffffff;
}

.popular__img img {
  max-width: 205px;
  transition: all 0.5s;
}
.popular__img:hover {
  overflow: hidden;
}

.popular__img:hover img {
  transform: scale(1.1);
}

.popular__item span {
  display: block;
}

.popular__text--smal {
  font-size: 13px;
  color: #fff;
}

.more-games {
  color: rgb(255, 255, 255);

  border-radius: 30px;
  border: 3px solid #821ffc;

  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 11px 20px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: background 0.5s;
}

.more-games:hover {
  background: #821ffc;
}

.spoiler {
  background-color: #3c0f76;
  color: rgb(191 136 234);
  margin: 30px 0;
  max-width: 70%;
  padding: 20px 0;
  position: relative;
  border-radius: 10px;
}

.spoiler__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.spoiler__label {
  padding: 15px 30px;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
  position: relative;
}

.spoiler__label::after,
.spoiler__label::before {
  content: "";
  position: absolute;
  background-color: rgb(191 136 234);
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 2px;
  transition: all 0.3s;
}

.spoiler__label::after {
  right: 2px;
  transform: rotate(45deg);
}

.spoiler__label::before {
  right: 7px;
  transform: rotate(-45deg);
}

.spoiler__input:checked ~ .spoiler__label::after {
  transform: rotate(135deg);
}

.spoiler__input:checked ~ .spoiler__label::before {
  transform: rotate(-135deg);
}

.spoiler__input:checked ~ .spoiler__content {
  display: none;
}

.spoiler__list {
  list-style: none;
  counter-reset: li;
  padding-left: 30px;
}

.spoiler__list-item {
  font-weight: 700;
}

.spoiler__list-item {
  margin-top: 10px;
}

.spoiler__list-item::before {
  counter-increment: li;
  content: counters(li, ".") ". ";

  color: rgb(191 136 234);
  font-weight: 600;
}

.questions__item {
  position: relative;
  border-radius: 5px;
  border-left: 3px solid #03f295;
}

.questions__item + .questions__item {
  margin-top: 15px;
}

.questions__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.questions__label {
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  cursor: pointer;
  background: #123481;
}

.questions__label::after,
.questions__label::before {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1.5px;
  transition: all 0.5s;
}

.questions__label::after {
  right: 23px;
  transform: rotate(45deg);
}

.questions__label::before {
  right: 30px;
  transform: rotate(-45deg);
}

.questions__content {
  padding: 20px;
  background: #161d37;
  display: block;
}

.questions__input:checked ~ .questions__label::after {
  transform: rotate(135deg);
}

.questions__input:checked ~ .questions__label::before {
  transform: rotate(-135deg);
}

.questions__input:checked ~ .questions__content {
  display: none;
}

.comments__item {
  padding: 25px 20px 30px;
  border-radius: 10px;
  background-color: #161d37;
  position: relative;
}

.comments__item + .comments__item {
  margin-top: 40px;
}

.comments__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comments__name {
  font-weight: 700;
  font-size: 17px;
}

.comments__star {
  display: flex;
  height: 16px;
  width: 89px;
  margin-bottom: 0.5rem;
  background-image: url("images/rating.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}

.comments__btn {
  position: absolute;
  bottom: -15px;
  right: 3%;
  background-color: #222d56;
  border: none;
  color: #fff;
  padding: 7px 30px 6px;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.5s;
}

.comments__btn:hover {
  background-color: #211d45;
}

.footer {
  margin-top: 60px;
  padding: 50px 0;
  background: #210841;
  box-shadow:
    0 -4px 8px 0 #0000003d,
    0 0 1px 0 #00000052;
}

.footer__nav {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  justify-content: baseline;
  border-top: 1px solid #821ffc;
  border-bottom: 1px solid rgba(88, 92, 131, 0.3);
  padding: 15px 0;
}

.footer__nav-logo {
  width: 200px;
  padding-right: 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.footer__list-item {
  color: #d3ccdc;
}

.footer__text {
  color: #d3ccdc;
  font-size: 14px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .main {
    /* background-position: 36%; */
  }

  .footer__nav {
    grid-template-columns: 100%;
  }
}

@media (max-width: 600px) {
  .popular {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__list {
    grid-template-columns: 100%;
  }
}

@media (max-width: 465px) {
  .content {
    padding-bottom: 0;
  }

  .container {
    padding: 0 20px;
  }

  .content__inner h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .content__inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .header__inner {
    padding-left: 45px;
  }

  .logo__img {
    width: 80px;
    /* height: 30px; */
  }

  .menu-burger__label {
    left: 10px;
    top: 33px;
  }

  .menu {
    width: 100%;
  }

  .logo {
    /* margin-top: 15px; */
  }

  .btn-box--mobile {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .btn__link--mobile {
    font-size: 16px;
    line-height: 22px;
  }

  .main__text--yelov {
    margin-left: 30px;
  }

  .main {
    padding: 60px 8px 30px;
  }

  .main__text {
    font-size: 18px;
    width: 257px;
    margin-left: 48px;
  }

  .main__text-title {
    font-size: 33px;
  }

  .main__btn {
    font-size: 22px;
    margin-left: 80px;
  }

  .main__btn--small {
    font-size: 10px;
  }

  .more-games {
    padding: 11px 15px;
    text-align: center;
  }

  .spoiler {
    max-width: 100%;
  }

  .questions__label::before {
    right: 18px;
  }

  .questions__label::after {
    right: 11px;
  }

  .comments__info {
    flex-direction: column;
    align-items: start;
  }

  .comments__name {
    margin-bottom: 10px;
  }

  .comments__btn {
    padding: 5px 30px;
  }
}

@media (max-width: 409px) {
  .log-in {
    padding: 7px;
    font-size: 12px;
    margin-right: 0;
  }

  .registration {
    padding: 9px;
    font-size: 12px;
    margin-right: 0;
  }
}

.compoff-footer__wrap {
  padding: 20px 0;
  margin: 0 auto;
  display: -ms-grid;
  -ms-grid-columns: 4.5fr 50px 7.5fr;
  grid-template-columns: 4.5fr 7.5fr;
  grid-gap: 0 150px;
  max-width: 1160px;
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-areas: "menu paysys" "info paysys" "extra-info paysys";
}

.compoff-footer__wrap {
  display: flex;
  justify-content: center;
}

.compoff-footer__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fbf5ff;
}

.compoff-footer__pays-section {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: paysys;
  display: block;
  margin-bottom: 60px;
}

.compoff-footer__pays-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.compoff-footer__pays-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
  height: 90px;
  margin: 2px;
  padding: 10px;
  border-radius: 16px;
}

.compoff-footer__pays-item:hover {
  transition: 0.2s ease-in;
}

.compoff-footer__pays-item img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .compoff-footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}

.mobile-grid {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
}

.mob-link {
  display: inline-block;
  width: 162px;
  height: 54px;
  color: transparent;
}

@media (min-width: 425px) {
  .mob-link {
    width: 196px;
  }
}

.android-app {
  background: url(../images/android.svg) center center no-repeat;
  background-size: contain;
  margin-right: 5px;
  border-radius: 30px;
  border: 3px solid #821ffc;
}

.appstore {
  background: url(../images/app-store.svg) center center no-repeat;
  background-size: contain;
  border-radius: 30px;
  border: 3px solid #821ffc;
}

.overflow-table {
  margin: 10px 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

table tr {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: inherit;
  align-items: inherit;
}

table tbody {
  display: block;
  font-size: 16px;
  width: 100%;
}

table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

table tr:first-child td {
  font-weight: 700;
  font-size: 18px;
  color: #fbf5ff;
}

table td {
  font-size: 14px;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #821ffc;
  hyphens: auto;
  min-width: 120px;
}

.footer-menu_wrapper {
  margin-top: 20px;
}

.footer-menu__link {
  color: #ffffff;
  line-height: 1.9;
  font-weight: 600;
}
.footer-menu__link:hover {
  color: #80ff01;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-menu__link {
    text-align: center;
    display: block;
  }
}

.img-wrp {
  margin: 20px auto;
  text-align: center;
}
.w-home-body__header {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*height: 100px;*/
  top: 70px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  z-index: 100;
}

.page-txt ul li::marker {
  color: #a5a0fe;
}

@media screen and (max-width: 768px) {
  .w-home-body__header {
    top: 70px;
    position: sticky;
  }
}
.w-home-body__header p {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  background-color: #89e9c1;
}

@media screen and (max-width: 768px) {
  .w-home-body__header {
    display: none;
  }

  .w-home-body__header p {
    font-size: small;
    padding: 3px;
  }
}

/* Slot Cards */
.slot-card {
  display: flex;
  gap: 30px;
  background: linear-gradient(135deg, #1a0535 0%, #2d0a5e 100%);
  border: 1px solid #821ffc;
  border-radius: 16px;
  padding: 25px;
  margin: 30px 0;
  align-items: flex-start;
}

.slot-card__img {
  flex-shrink: 0;
  width: 200px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #821ffc;
}

.slot-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.slot-card__info {
  flex: 1;
}

.slot-card__info h2 {
  text-align: left;
  margin-top: 0;
  font-size: 1.5em;
  color: #80ff01;
}

.slot-card__info table {
  width: 100%;
  margin: 0;
}

.slot-card__info p {
  margin-top: 15px;
  color: #d3ccdc;
  font-size: 14px;
  line-height: 1.6;
}

.slot-card__btn {
  display: inline-block;
  margin-top: 15px;
  background: #80ff01;
  color: #000;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}

.slot-card__btn:hover {
  background: #99ff33;
  color: #000;
}

@media (max-width: 600px) {
  .slot-card {
    flex-direction: column;
  }
  .slot-card__img {
    width: 100%;
  }
}

/* Language Switcher (CSS-only dropdown) */
.lang-switch {
  position: relative;
  margin-left: auto;
  z-index: 12;
}
.lang-switch__input { display: none; }
.lang-switch__label {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #3c0f76;
  border: 2px solid #821ffc;
  border-radius: 30px;
  white-space: nowrap;
  transition: background 0.3s;
}
.lang-switch__label:hover { background: #4a1490; }
.lang-switch__list {
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 160px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #3c0f76;
  border: 1px solid #821ffc;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s;
}
.lang-switch__input:checked ~ .lang-switch__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-switch__link {
  display: block;
  padding: 9px 18px;
  color: #fbf5ff;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}
.lang-switch__link:hover { background: #4a1490; color: #80ff01; }
.lang-switch__item--active { color: #80ff01; }
.lang-switch__item--active::before { content: "✓ "; }

@media (max-width: 465px) {
  .lang-switch__label { padding: 6px 10px; font-size: 13px; }
}
