@font-face {
  font-display: swap;
  font-family: Prompt;
  src: local('Prompt-Medium'),
       url('fonts/Prompt-Medium.woff2') format('woff2'),
       url('fonts/Prompt-Medium.woff') format('woff'),
       url('fonts/Prompt-Medium.svg#Prompt-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: Prompt;
  src: local('Prompt Bold'),
       local('Prompt-Bold'),
       url('fonts/Prompt-Bold.woff2') format('woff2'),
       url('fonts/Prompt-Bold.woff') format('woff'),
       url('fonts/Prompt-Bold.svg#Prompt-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: Prompt;
  src: local('Prompt-Regular'),
       url('fonts/Prompt-Regular.woff2') format('woff2'),
       url('fonts/Prompt-Regular.woff') format('woff'),
       url('fonts/Prompt-Regular.svg#Prompt-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: Prompt;
  src: local('Prompt-SemiBold'),
       url('fonts/Prompt-SemiBold.woff2') format('woff2'),
       url('fonts/Prompt-SemiBold.woff') format('woff'),
       url('fonts/Prompt-SemiBold.svg#Prompt-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: Prompt;
  src: local('Prompt-Light'),
       url('fonts/Prompt-Light.woff2') format('woff2'),
       url('fonts/Prompt-Light.woff') format('woff'),
       url('fonts/Prompt-Light.svg#Prompt-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ==============================
   БАЗОВЫЕ СТИЛИ
============================== */

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Prompt, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  background: #1f1f1f;
  color: #fff;
  padding-top: 65px;
}

a {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.hide {
  display: none !important;
}

.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

/* ==============================
   HEADER
============================== */

.header {
  background: #000;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  background: #00fa00;
  border-radius: 5px;
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.btn:hover {
  background: #00d100;
}

.logo {
  margin-right: auto;
}

.header-link {
  margin: 0 0 0 20px;
  padding: 12px 20px;
}
/* ==============================
   БАННЕР
============================== */

.desktop-banner {
  margin: 40px 0 60px;
  position: relative;
}

.mobile-banner-img {
  display: none;
}

.banner-titles {
  position: absolute;
  top: 50%;
  left: 70px;
  color: #fff;
  transform: translateY(-50%);
}

.banner-titles .banner-podtitle {
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 10px;
}

.banner-titles .banner-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 90%;
}

/* ==============================
   СЛОТЫ
============================== */

.slots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -7px;
}

.slot-item,
.slot-item-mobile {
  text-decoration: none;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 7px 14px;
  width: calc(20% - 14px);
}

.slot-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: .3s;
}

.slot-image .overlay {
  transition: .3s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  opacity: 0;
}

.slot-item .play-now {
  width: 90%;
  max-width: 130px;
  padding: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.slot-item:hover .play-now {
  opacity: 1;
}

.slot-item-mobile:hover .slot-image picture,
.slot-item:hover .slot-image picture {
  filter: blur(5px);
}

.slot-item-mobile:hover .overlay,
.slot-item:hover .overlay {
  opacity: 1;
}

.slot-item-mobile .play-now {
  width: 90%;
  max-width: 130px;
  padding: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150%);
  text-align: center;
}

.slot-item-mobile:hover .play-now {
  transform: translate(-50%, -50%);
}

.slot-title {
  padding: 8px 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
}

/* ==============================
   КНОПКИ, СЕКЦИИ, ОПИСАНИЯ
============================== */

.show-more-games {
  background: #3e3e3e;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
  margin: 16px 0 0;
}

.show-more-games:hover {
  background: #616161;
}

.about-title {
  font-size: 31px;
  margin: 0;
}

section .description {
  font-weight: 300;
  line-height: 20px;
}

.about .description {
  margin: 15px 0 20px;
}

.about-btn {
  display: inline-block;
  padding: 14px 50px;
}

section {
  padding: 40px 0;
}

section h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 108%;
  margin: 0 0 20px;
}

section h2 img {
  margin: 0 14px 0 0;
}

/* ==============================
   КАЗИНО И ТАБЛИЦЫ
============================== */

.casinos {
  padding: 40px 0 60px;
}

.casinos .table-wrap {
  margin: 40px 0 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: initial !important;
}

table td,
table th {
  border: 1px solid #444;
  padding: 10px;
  font-size: 14px;
  line-height: 135%;
  text-align: center;
}

table th {
  background: #000;
  font-weight: 400;
}

table td:first-child,
table th:first-child {
  text-align: left;
}

table th:first-child {
  border-radius: 10px 0 0 0;
}

table th:last-child {
  border-radius: 0 10px 0 0;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

table td {
  background: #343434;
}

.casinos table a {
  font-weight: 400;
  padding: 6px;
  display: block;
  width: 100%;
  background: #00fa00;
  border-radius: 5px;
  color: #0b0b0b;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  transition: .3s;
  max-width: 200px;
}

.casinos table a:hover {
  background: #00d100;
}
/* ==============================
   ПРОЧИЕ СЕКЦИИ И СТИЛИ
============================== */

.bg-black {
  background: #0b0b0b;
}

.main-info-description {
  margin: 40px 0 0;
}

.main-info-description td {
  background: 0 0;
  text-align: left;
  font-size: 16px;
}

.main-info-description td:first-child {
  border-left: none;
}

.main-info-description td:last-child {
  border-right: none;
}

.main-info-description tr:first-child td {
  border-top: none;
}

.main-info-description tr:last-child td {
  border-bottom: none;
}

/* ==============================
   ОТЗЫВЫ (REVIEW)
============================== */

.review {
  padding: 60px 0 0;
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #444;
}

.review-text {
  max-width: 600px;
  padding: 0 30px 0 0;
}

/* ==============================
   СПИСКИ
============================== */

section ol,
section ul {
  margin: 30px 0;
  padding: 0 0 0 10px;
  list-style: none;
  counter-reset: list;
}

section li {
  padding-left: 40px;
  font-weight: 300;
  line-height: 118%;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
}

section li:before {
  counter-increment: list;
  content: counter(list);
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 2px solid #00fa00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: -3px;
}

/* ==============================
   СОЗДАНИЕ / LOGIN
============================== */

.create {
  padding: 60px 0 0;
}

.create-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #444;
}

.create-text {
  max-width: 650px;
  padding: 0 30px 0 0;
}

.login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.create .description a {
  display: inline-block;
  padding: 14px 50px;
  margin-top: 30px;
  background: #00fa00;
  border-radius: 5px;
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.create .description a:hover {
  background: #00d100;
}

/* ==============================
   БОНУСЫ
============================== */

.bonuses-description table {
  margin: 40px 0;
}

.bonuses .bonus-item {
  background: #1f1f1f;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.bonuses .bonus-item h3 {
  color: #00fa00;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}

.bonuses .bonus-item p {
  font-weight: 300;
  line-height: 20px;
}

.bonuses .bonus-item a {
  background: #00fa00;
  border-radius: 5px;
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 500;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: .3s;
  margin: 22px 0 0;
  padding: 12px 30px;
}

.bonuses .bonus-item a:hover {
  background: #00d100;
}

/* ==============================
   ПЛАТЁЖИ, ПРИЛОЖЕНИЯ
============================== */

.payments-description h3 {
  color: #00fa00;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 15px;
}

.apps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apps-text {
  max-width: 700px;
  padding: 0 30px 0 0;
}

/* ==============================
   ПРОЧИЕ СЕКЦИИ
============================== */

.items {
  padding-top: 0;
}

.items-item {
  padding: 40px 0;
  border-bottom: 1px solid #444;
}

.items-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.items .logos {
  margin: 40px -7px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.logos .logo {
  border: 1px solid #444;
  border-radius: 5px;
  height: 60px;
  padding: 5px 20px;
  margin: 0 7px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(16.666% - 14px);
}

.logos .logo img {
  height: 100%;
}

/* ==============================
   PROS / CONS
============================== */

.pros-cons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.cons,
.pros {
  border: 1px solid #444;
  border-radius: 10px;
  width: calc(50% - 30px);
  overflow: hidden;
}

.pros-cons-title {
  background: #444;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
}

.pros-cons-inner {
  padding: 20px;
}

.cons li,
.pros li {
  align-items: flex-start;
}

.cons li:before,
.pros li:before {
  list-style: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: none;
  font-size: 21px;
  font-weight: 300;
  color: #0b0b0b;
}

.pros li:before {
  content: "+";
  background: #00cc6a;
}

.cons li:before {
  content: "-";
  background: #dd4200;
}

/* ==============================
   FAQ
============================== */

.faq-wrapper {
  margin-top: 45px;
}

.faq-question {
  padding: 14px 25px 14px 0;
  font-size: 18px;
  border-bottom: 1px solid #444;
  position: relative;
  cursor: pointer;
}

.faq-question:after {
  content: "+";
  color: #00fa00;
  font-weight: 300;
  font-size: 36px;
  line-height: 17px;
  position: absolute;
  top: 12px;
  right: 0;
}

.faq-question.active:after {
  content: "-";
}

.faq-answer {
  padding: 20px 0;
  border-bottom: 1px solid #444;
  display: none;
}

/* ==============================
   FOOTER
============================== */

.footer {
  padding: 60px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #444;
}

.footer-bottom {
  padding-top: 40px;
}

.plus-18 {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding-left: 20px;
  border-left: 1px solid #444;
}

.plus-18-description {
  padding-left: 14px;
  font-weight: 300;
  font-size: 14px;
  line-height: 105%;
  color: #a3a3a3;
  max-width: 340px;
}

.copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 105%;
  color: #a3a3a3;
  align-self: flex-end;
  margin-left: auto;
}

.footer-menu .menu {
  list-style: none;
  display: flex;
}

.footer-menu .menu li {
  margin-left: 70px;
}

.footer-menu .menu a {
  text-decoration: none;
  font-weight: 500;
}

/* ==============================
   PAGE CONTENTS
============================== */

.page-contents {
  border: 1px solid #444;
  border-radius: 8px;
  padding: 16px 16px 0;
}

.page-contents-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 14px;
}

.page-contents-title.active {
  border-bottom: 1px solid #444;
}

.page-contents-menu {
  display: none;
  padding: 14px;
}

.page-contents-menu li {
  list-style: none;
  margin-bottom: 15px;
}

.page-contents-menu a {
  text-decoration: none;
}

.menu-arrow {
  margin-left: auto;
}

.menu-icon {
  margin-right: 8px;
}

/* ==============================
   ДРУГИЕ СТИЛИ И МАРЖИ
============================== */

div.bonus-item p,
div.description p,
div.main-info-description p {
  margin-bottom: 20px;
}

div table {
  margin-bottom: 20px;
}

/* ==============================
   MEDIA QUERIES
============================== */

@media (max-width: 1000px) {
  .desktop-banner {
    margin: 30px 0;
  }

  .banner-titles .banner-podtitle {
    font-size: 30px;
  }

  .banner-titles .banner-title {
    font-size: 50px;
  }

  .slot-item,
  .slot-item-mobile {
    width: calc(25% - 14px);
  }

  .apps-text,
  .create-text,
  .review-text {
    max-width: 400px;
  }

  .logos .logo {
    width: calc(25% - 14px);
  }

  .footer {
    padding: 30px 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu .menu {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-menu .menu li {
    margin: 0 15px;
  }

  .plus-18 {
    margin: 20px 0;
  }

  .copyright {
    margin: 0;
    align-self: center;
  }
}

@media (max-width: 768px) {
  section .description ol:last-child {
    margin-bottom: 0;
  }

  .apps-wrapper,
  .create-wrapper,
  .login-wrapper,
  .review-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .login-wrapper {
    padding-top: 40px;
  }

  .apps-wrapper,
  .login-wrapper {
    padding-bottom: 0;
  }

  .apps-text,
  .create-text,
  .review-text {
    max-width: 100%;
    padding: 0 0 50px;
  }

  .about-btn,
  .bonuses .bonus-item a,
  .create .description a {
    display: block;
    text-align: center;
  }

  .about-title {
    font-size: 24px;
  }

  .review {
    padding: 40px 0 0;
  }

  .items-item,
  section {
    padding: 40px 0;
  }

  .header-link {
    margin: 0 0 0 10px;
  }

  .desktop-banner img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .banner-titles {
    left: 25px;
  }

  .banner-titles .banner-podtitle {
    font-size: 20px;
  }

  .banner-titles .banner-title {
    font-size: 44px;
  }

  .slot-item,
  .slot-item-mobile {
    width: calc(33.333% - 14px);
  }

  .show-more-games {
    margin: 5px 0 0;
  }

  .logos .logo {
    width: calc(33.333% - 14px);
  }

  .pros-cons-wrapper {
    flex-direction: column;
  }

  .cons,
  .pros {
    width: 100%;
  }

  .pros {
    margin-bottom: 20px;
  }

  .footer-menu .menu {
    flex-direction: column;
  }

  .footer-menu .menu li {
    margin: 10px 0;
    text-align: center;
  }

  .plus-18 {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .plus-18-description {
    margin-top: 10px;
  }

  .table-wrap {
    overflow-x: auto;
  }

  .table-wrap table {
    width: 780px !important;
  }
}

@media (max-width: 500px) {
  .slot-item,
  .slot-item-mobile {
    width: calc(50% - 14px);
  }

  .logos .logo {
    width: calc(50% - 14px);
  }
}

@media (max-width: 380px) {
  .header-link {
    padding: 12px 15px;
  }
}

/* Bonus Floating Popup */
.bonus-popup {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(20px);
  width: 750px;
  max-width: 90%;
  background: #00fa00;
  color: #0b0b0b;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  padding: 20px 70px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.bonus-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.bonus-popup-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.bonus-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.bonus-btn {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.bonus-btn:hover {
  background: #222;
}

/* Close button */
.bonus-popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  border: none;
  color: #000;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  transition: 0.2s;
}

.bonus-popup-close:hover {
  transform: scale(1.2);
}

/* Mobile adaptation */
@media (max-width: 768px) {
  .bonus-popup {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%) translateY(20px); /* центрируем */
    width: 100%;
    max-width: 95vw; /* ограничиваем ширину относительно окна */
    box-sizing: border-box;
    padding: 14px 50px 14px 16px;
    border-radius: 8px;
  }

  .bonus-popup-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bonus-text {
    font-size: 15px;
  }

  .bonus-btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
  }

  .bonus-popup-close {
    top: 8px;
    right: 10px;
    font-size: 22px;
  }
}