:root {
  --font_onest: 'Onest', sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-night-blue: #0d111a;
  --dark-blue: #14172c;
  --color-yellow: #f0c14b;
  --color-light-yellow: #f8e2a7;
  --color-dark-yellow: #f7c600;
  --color-pink: #f3337a;
  --color-blue: #5cc1ed;
  --color-grey: #a9a9a9;
  --color-blue-gray: #64748b;
  --color-pink-light: #f0c1d0;
  --color-blue-light: #a1d8ff;
  --background-color: #080811;
  --background-header: #15161a;
  --background-color-submenu: #181931;
  --burger-menu-bg-color: #0d111a;
  --rating-bg-color: #0d111a;
  --reviews-bg-color: #0d111a;
  --submenu-burger-bg-color: #181b1b;
  --overlay-bg-color: rgba(0, 0, 0, 0.4);
  --bonus-bg-color: rgba(63, 65, 125, 0.3);
  --footer-text-color: #ece3e3;
  --box-shadow: 0 8px 40px rgba(255, 255, 255, 0.2);
  --font-size: clamp(0.938rem, 0.906rem + 0.13vw, 1rem);
  --font-size-one: clamp(1rem, 0.938rem + 0.25vw, 1.125rem);
  --font-size-two: clamp(1.125rem, 1.063rem + 0.25vw, 1.25rem);
  --font-size-three: 23px;
  --gradient-one: linear-gradient(89.51deg, #4a90e2 2.16%, #50c878 76.65%);
  --gradient1: var(--gradient-one);
  --gradient-blue-green: var(--gradient-one);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  line-height: 1.4;
}

h1,
.button-one,
.menu-burger li a,
.menu__link {
  text-transform: uppercase;
}

h2,
h3 {
  background-image: var(--gradient-one);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
}

.img-horiz {
  display: block;
  width: calc(100% - 30px);
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  padding: 15px 0;
  margin: 0 auto;
}

.img-horiz-left,
.img-horiz-right {
  max-width: calc(100% - 30px);
  border-radius: 10px;
  height: auto;
}

.img-vert-left {
  float: left;
  margin: 0 20px 20px 0;
  max-height: 400px;
  width: auto;
}

.img-vert-right {
  float: right;
  margin: 0 0 20px 20px;
  max-height: 400px;
  width: auto;
}
.block-card__info ol,
.block-card__info ul {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 2em;
  overflow: hidden;
}

ol li,
ul li {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ol li::marker,
ul li::marker {
  font-size: 1.2rem;
}

ol li::marker {
  color: var(--color-light-yellow);
  font-weight: 700;
}

ul li::marker {
  color: #3498db;
}
.card__list li,
.language-selector__dropdown li {
  text-indent: 0em;
  padding-left: 0em;
}
.float-container::after {
  content: '';
  display: table;
  clear: both;
}

.burger-menu:hover .burger-line,
.button-one,
.menu-burger li a:hover {
  background-color: var(--color-yellow);
  transition: background-color 0.3s, color 0.3s;
}

.header__button-burger-menu.open .burger-line:nth-child(2),
.submenu {
  opacity: 0;
}

.brand-button:hover,
.game-button:hover,
.game__action .btn:hover,
.policy-button:hover,
.reviews__form-button:hover {
  animation: 1.5s infinite alternate shimmer;
}

.bonus__content-number,
.card__title {
  -webkit-text-fill-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
td,
th {
  border: 1px solid #444;
  padding: 10px;
}
body {
  font-family: var(--font_onest);
  font-size: var(--font-size);
  color: var(--color-white);
  background-color: var(--background-color);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.breadcrumb-link:not(.breadcrumb-active):hover,
.nav__item:hover,
.sidebar__item-link:hover {
  color: var(--color-one);
  text-shadow: 0 0 10px var(--color-one), 0 0 20px var(--color-one);
}
.breadcrumb-link,
.mobile-card__button,
.sidebar__item-link,
.visit-button-cards,
a {
  text-decoration: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1 1 auto;
  overflow-x: hidden;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-logo,
.header__logo-image {
  width: 195px;
  height: auto;
}
#playDemoButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 12px 30px;
  background: var(--color-yellow);
  color: var(--color-black);
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}

#playDemoButton:hover {
  background: var(--color-light-yellow);
}
h1 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 1.6rem + 2.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.4;
  background-image: var(--gradient-one);
  background-clip: text;
  color: transparent;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 1.2rem + 2vw, 2.8rem);
  font-weight: 800;
  line-height: 1.4;
  background-clip: text;
}
.button-one,
.menu-burger li a,
h3,
h4 {
  font-weight: 700;
}
h3 {
  font-size: clamp(1.2rem, 1rem + 2vw, 2.2rem);
  line-height: 1.4;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: none;
}
.button-one:active,
.button-one:hover,
.menu-burger li a,
h4,
h5,
h6,
p {
  color: var(--color-white);
}
h4 {
  margin-bottom: 6px;
  font-size: clamp(1rem, 0.9rem + 1.3vw, 1.8rem);
}
h5,
h6 {
  margin-bottom: 4px;
  font-size: clamp(0.9rem, 0.8rem + 1vw, 1.4rem);
  font-weight: 600;
}
p {
  font-size: clamp(1rem, 0.821rem + 0.57vw, 1.25rem);
  font-weight: 400;
  margin-bottom: 15px;
}
.button-one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 8px;
  color: var(--color-black);
  max-width: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.8s ease-in-out, color 0.8s, background-color 0.8s;
  cursor: pointer;
}
.button-one:hover {
  background-color: var(--color-black);
  box-shadow: 0 0 20px 6px var(--color-pink), 0 0 40px 10px var(--color-blue);
}
.button-one:active {
  background-color: var(--color-black);
  box-shadow: 0 0 15px 5px var(--color-pink-light),
    0 0 25px 8px var(--color-blue-light);
}
.rating-card-stars,
.rating-card-stars .fa-star,
.rating-card-stars .fa-star-half-alt {
  color: var(--color-yellow);
}

.button-one::after,
.button-one::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: calc(8px + 2px);
  background: 0 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  transition: 0.2s ease-out;
}
.language-selector__button:hover,
.language-selector__link:hover {
  background-color: rgba(240, 193, 75, 0.1);
}
.button-one::before {
  z-index: -1;
  padding: 2px 0 0 2px;
  margin: calc(2px * -1) 0 0 calc(2px * -1);
  border-bottom-right-radius: 0;
}
.button-one::after {
  z-index: -2;
  padding: 0 2px 2px 0;
  margin: 0 calc(2px * -1) calc(2px * -1) 0;
  border-top-left-radius: 0;
}
.button-one:hover::after,
.button-one:hover::before {
  transform: scale(1.2);
}
@keyframes shimmer {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
      0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7),
      0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
  }
}
.rating-card-stars {
  display: flex;
  gap: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
.rating-card-stars .far {
  color: #444;
}
.rating-card-stars .fas {
  color: var(--color-yellow);
  font-size: var(--font-size);
}
.table-of-contents-navigation,
.table__section {
  padding: 20px 0;
}
.header__button-burger-menu {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}
.burger-menu__button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  position: relative;
}
.burger-line {
  display: block;
  height: 4px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: 0.3s;
}
.header__button-burger-menu.open .burger-line:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.header__button-burger-menu.open .burger-line:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  bottom: 6px;
}
.burger-menu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--burger-menu-bg-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
}
.burger-menu-wrapper.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 0 60px;
}
.burger-menu-nav .menu-burger {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.burger-menu-nav .menu-burger li,
.language-selector {
  position: relative;
}
.menu-burger li a {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: var(--font-size-two);
  width: 100%;
}
.menu-burger li a:hover {
  color: var(--color-black);
}
.burger-menu-footer,
.header,
.menu__link {
  color: var(--color-white);
}
.submenu-burger {
  list-style: none;
  padding: 0;
  display: none;
  background-color: var(--submenu-burger-bg-color);
  border-radius: 8px;
  width: 100%;
}
.menu-burger li.open > .submenu-burger {
  display: block;
}
.submenu-burger li {
  text-align: center;
}
.submenu-burger li a {
  font-size: var(--font-size);
  color: var(--color-light-yellow);
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 5px;
  display: block;
}
.submenu-burger li a:hover {
  background-color: transparent;
  color: var(--color-white);
}
.burger-menu-nav {
  width: 100%;
  padding: 20px 0 80px;
}
.burger-menu-footer {
  position: relative;
  padding: 20px 0;
  width: 100%;
  background-color: var(--burger-menu-bg-color);
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ffffff41;
}
.menu__link,
.submenu__link {
  font-size: var(--font-size);
}
.burger-menu-footer .footer-text {
  margin: 0 0 10px;
  display: block;
}
.burger-menu-footer a {
  color: var(--color-light-yellow);
  font-weight: 700;
  text-decoration: none;
}
.burger-menu-footer .footer-text a:hover,
.burger-menu-footer a:hover {
  color: var(--color-yellow);
  text-decoration: underline;
}
.brand-button,
.game__action .btn,
.menu__link,
.submenu__link,
.toc-list a {
  text-decoration: none;
}
.burger-menu-footer .footer-text a {
  color: var(--color-light-yellow);
  text-decoration: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--background-header);
  padding: 10px 0;
  z-index: 1000;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  padding: 0 15px;
  margin: 0 auto;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 120px;
}
.header__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 60px;
  margin-right: 10px;
}
.header__nav {
  display: flex;
  justify-content: center;
}
.menu {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}
.menu li {
  position: relative;
  list-style: none;
}
.menu__link {
  position: relative;
  font-weight: 600;
  padding: 0 15px;
  transition: color 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu__link:hover,
.submenu__link {
  color: var(--color-yellow);
}
.menu__link-arrow {
  align-self: center;
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.3s, color 0.3s;
}
.game__props ul,
.submenu {
  margin: 0;
  list-style: none;
}
.menu > li:hover .menu__link-arrow {
  transform: translateY(10px);
  opacity: 0.7;
}
.submenu {
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.6s, max-height 0.6s, visibility 0.6s;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--background-color-submenu);
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.game-iframe,
.game__column--right {
  box-shadow: var(--box-shadow);
  overflow: hidden;
}
.menu > li.active > .submenu {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}
.submenu__link {
  padding: 10px 15px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  text-transform: capitalize;
}
.breadcrumb-link:not(.breadcrumb-active):hover,
.language-selector__link,
.submenu__link:hover {
  color: var(--color-white);
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  gap: 15px;
}
.language-selector__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  background: 0 0;
  border: 2px solid var(--color-yellow);
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-white);
  transition: 0.3s;
}
.language-selector__flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.language-selector__text {
  font-weight: 600;
}
.language-selector__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  padding: 8px;
  background-color: #1a1a1a;
  border: 2px solid var(--color-yellow);
  border-radius: 6px;
  display: none;
  list-style: none;
  min-width: 120px;
}
.language-selector__dropdown li a,
.language-selector__link {
  display: flex;
  align-items: center;
}

.language-selector.active .language-selector__dropdown {
  display: block;
}
.language-selector__link {
  gap: 8px;
  padding: 8px;
  width: 100%;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.game-button,
.header__button {
  color: var(--color-white);
  transition: 0.3s;
  font-weight: 600;
  cursor: pointer;
}
.header__button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: 0 0;
  text-transform: uppercase;
  border: 2px solid var(--color-yellow);
  border-radius: 6px;
  font-size: 16px;
  overflow: hidden;
}
.game-button,
.game__action .btn,
.game__props li {
  font-size: var(--font-size);
}
.header__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--color-yellow),
    var(--color-light-yellow),
    var(--color-dark-yellow)
  );
  z-index: -1;
  transition: 0.8s;
}
.footer-nav-link:hover::before,
.header__button:hover::before {
  width: 100%;
}
.header__button:hover {
  position: relative;
  z-index: 2;
  color: var(--color-black);
  box-shadow: 0 4px 12px rgba(240, 193, 75, 0.4);
}
.header__button-link {
  position: relative;
  z-index: 1;
}
.header__button:active {
  transform: translateY(2px);
}
.burger-menu__actions,
.toc-list.hidden {
  display: none;
}
.info-game__section,
.info-game__section--size {
  display: flex;
  align-items: center;
  height: 75vh;
  background-color: var(--color-black);
}
.info__section {
  padding: 30px 0 40px;
}
.info-game__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.game-info,
.game__section {
  flex-direction: column;
  display: flex;
}
.game__section {
  padding: 30px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.game__columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 100%;
  align-items: stretch;
}
.game__column--left {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.game__stock {
  flex: 1;
  display: flex;
  gap: 15px;
  background-color: var(--color-night-blue);
  padding: 20px;
  border-radius: 10px;
}
.game-info {
  align-items: center;
  gap: 15px;
}
.game-info img {
  max-width: 150px;
  height: auto;
}
.game-logo {
  height: auto;
  border-radius: 5px;
  object-fit: contain;
}
.banner__bg,
.game__demo img {
  object-fit: cover;
  width: 100%;
}
.game-details {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.game-description-get {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-button {
  margin-top: auto;
  align-self: center;
  background: var(--gradient-blue-green);
  height: 40px;
  padding: 8px 30px;
  border: none;
  border-radius: 5px;
  text-align: center;
}
.brand-button:hover,
.game-button:hover {
  transform: translateY(-3px);
}
.game__column--right {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-night-blue);
  padding: 10px 15px 15px;
  border-radius: 10px;
  height: 100%;
  max-height: 100%;
}
.game__props-title {
  font-size: var(--font-size-one);
  color: var(--color-light-yellow);
  font-weight: 700;
}
.game__props-desc {
  font-size: 14px;
  color: var(--color-grey);
  margin-bottom: 15px;
}
.game__props ul {
  padding: 0;
}
.game__props li {
  margin-bottom: 10px;
  color: #b0b0b0;
}
.game__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game__action .btn {
  display: inline-flex;
  justify-content: center;
  padding: 10px 20px;
  background: var(--color-yellow);
  color: var(--color-black);
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s ease-in;
  width: auto;
  margin: 0 auto;
}
.tablepress > :not(caption) > * > * {
  padding: 0 !important;
}
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(odd of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: var(--color-night-blue) !important;
  color: var(--color-white) !important;
}
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(even of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: var(--color-night-blue) !important;
  color: var(--color-white) !important;
}
.game-iframe__section {
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  background: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.game-iframe:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 50px rgba(255, 255, 255, 0.3);
}
.game__demo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game__demo img {
  position: absolute;
  height: 100%;
  filter: brightness(0.5);
  z-index: 1;
}
.banner__section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  filter: brightness(50%) contrast(120%);
}
.banner__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--overlay-bg-color);
  z-index: 0;
}
.banner__container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.info__block,
.main-banner__content {
  flex-direction: column;
  display: flex;
}
.main-banner__content {
  margin-top: 70px;
  text-align: left;
}
.main-banner__content > :nth-child(3) {
  margin-top: 20px;
}
.main-banner__content a {
  color: #4a90e2;
}
.info__section {
  margin: 30px 0;
}
.info__block {
  align-items: center;
}
.toc {
  padding: 15px;
  max-width: 100%;
}
.toc-title {
  font-size: var(--font-size-three);
  font-weight: 700;
  color: var(--color-light-yellow);
  display: flex;
  margin-bottom: 30px;
}
.toc-list {
  margin: 15px 0;
  font-size: 16px;
  transition: 0.3s;
  list-style-type: none;
}
.toc-list a {
  font-size: var(--font-size-two);
  color: var(--color-white);
  font-weight: 600;
  font-size: var(--font-size-two);
  color: var(--color-white);
  position: relative;
  padding-left: 35px;
  transition: color 0.3s, transform 0.3s, padding-left 0.3s;
}
.toc-list a:hover {
  border-bottom-color: transparent;
  color: var(--color-blue);
  transform: translateX(15px);
  padding-left: 45px;
}
.toc-list a::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  color: var(--color-blue);
  font-size: 22px;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
}
.toc-list a:active,
.toc-toggle {
  color: var(--color-light-yellow);
}
.toc-toggle {
  background-color: var(--dark-blue);
  margin-right: 20px;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.after_casino__section,
.before_casino2__section,
.brand-section {
  background-color: var(--color-black);
}
.toc-toggle:hover {
  background-color: var(--reviews-bg-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.toc-toggle:focus {
  outline: 0;
  background-color: var(--dark-blue);
}
.toc-toggle[aria-expanded='true'] {
  background-color: #4a335797;
}
.toc-list li {
  margin-bottom: 8px;
  position: relative;
}
.toc-list a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.3);
}
.toc-list a:active {
  transform: translateX(10px);
}
.before_casino__section {
  padding: 0 0 50px;
  margin: 0 auto;
}
.before_casino2__section {
  padding: 40px 0 0;
  margin: 0 auto;
}
.after_casino__section {
  padding: 0 0 50px;
  margin: 0 auto;
}
.brand-section {
  padding: 60px 0;
  margin: 0 auto;
}
.brand-section-title {
  color: var(--color-yellow);
  margin-bottom: 20px;
  font-size: clamp(1rem, 1rem + 1.4vw, 2.5rem);
  font-weight: 700;
  background-image: var(--color-white);
  text-align: center;
}
.brand-section-subtitle {
  display: flex;
  padding-bottom: 25px;
  font-size: 23px;
  color: var(--color-white);
}
.brand-card__blocks {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 20px;
}
.brand-card {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr 0.5fr;
  grid-template-areas: 'image rating text button';
  align-items: center;
  background: var(--rating-bg-color);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding: 20px;
  gap: 20px;
}
.brand-info {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-area: image;
}
.brand-logo {
  max-width: 200px;
  width: 100%;
  object-fit: contain;
}
.brand-details {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  grid-area: rating;
}
.brand-title {
  text-align: unset;
  color: var(--color-light-yellow);
  font-size: var(--font-size-two);
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
}
.brand-description {
  font-size: 14px;
  color: var(--color-grey);
  grid-area: text;
  margin-bottom: 4px;
}
.form__action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.strong-form .wpmtst-submit-button,
.strong-form input[type='submit'] {
  display: none !important;
}
.rating-number {
  display: flex;
  padding-top: 5px;
  margin: 0 auto;
  font-weight: 500;
  color: #8c8c8c;
}
.card__check,
.card__cross,
.card__icon {
  color: var(--color-white);
}
.block-card__section {
  padding: 60px 0;
  background-color: var(--background-color);
}
.block-card__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.block-card__item {
  background: var(--background-header);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease-in-out;
}
.image-left,
.image-right {
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}
.block-card__item:hover {
  transform: translateY(-5px);
}
.block-card__info {
  position: relative;
  padding: 20px 0;
}
.block-card__info::after {
  content: '';
  display: table;
  clear: both;
}
.image-left {
  float: left;
  margin: 20px 40px 0 0;
}
.image-right {
  float: right;
  margin: 0 0 20px 20px;
}
.img-vert {
  width: auto;
  height: 100%;
  max-height: 600px;
  display: block;
  margin-bottom: 15px;
}
.img-horiz {
  display: block;
  width: calc(100% - 30px);
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  padding: 15px 0;
  margin: 0 auto;
}
.img-horiz-left,
.img-horiz-right {
  max-width: calc(100% - 30px);
  border-radius: 10px;
  height: auto;
}
.img-vert-left {
  float: left;
  margin: 20px 50px 20px 20px;
  max-height: 400px;
  width: auto;
}
.img-vert-right {
  float: right;
  margin: 20px;
  max-height: 400px;
  width: auto;
}
.img-horiz-left {
  float: left;
  margin: 20px 50px 20px 20px;
}
.img-horiz-right {
  float: right;
  margin: 20px;
}
.comparison__section {
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
}
.comparison__content {
  padding-bottom: 40px;
}
.comparison__bg-effects {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.comparison__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}
.glow-1 {
  top: -10%;
  left: -10%;
  width: 50%;
  height: 50%;
  background: var(--color-blue);
}
.glow-2 {
  bottom: -10%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: var(--color-pink);
}
.comparison__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 0 auto;
}
.comparison__card {
  position: relative;
  padding: 20px 15px;
  background: linear-gradient(
    145deg,
    rgba(20, 23, 44, 0.9),
    rgba(13, 17, 26, 0.9)
  );
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease-in;
  width: 100%;
}
.comparison__card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.card__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.card__icon-wrapper,
.card__item {
  align-items: center;
  display: flex;
}
.card__icon-wrapper {
  width: 48px;
  height: 48px;
  justify-content: center;
  border-radius: 16px;
  background: var(--gradient-blue-green);
  box-shadow: 0 8px 16px rgba(74, 144, 226, 0.3);
}
.card__icon-wrapper--color {
  background: var(--color-pink);
}
.card__icon {
  width: 24px;
  height: 24px;
}
.card__title {
  font-size: var(--font-size-one);
  font-weight: 700;
  background: var(--color-yellow);
  margin-bottom: unset;
  -webkit-background-clip: text;
  background-clip: text;
}
.card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__item {
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
  cursor: pointer;
}
.card__item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(10px);
  border-color: rgba(255, 255, 255, 0.1);
}
.card__check,
.card__cross {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: var(--font-size);
  font-weight: 700;
}
.card__check {
  background: linear-gradient(45deg, #4a90e2, #50c878);
}
.card__cross {
  background: linear-gradient(45deg, #f3337a, #ff5c8d);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.1);
  }
}
.faq__section {
  padding: 30px 0 60px;
  background-color: var(--color-black);
}
.faq {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.faq__accordion {
  background-color: rgba(13, 17, 26, 0.6);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.faq__item {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item-trigger {
  display: block;
  width: 100%;
  padding: 25px 60px 25px 30px;
  background: var(--color-night-blue);
  border: none;
  color: var(--color-light-yellow);
  font-size: var(--font-size-two);
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.faq__item-trigger:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-yellow);
}
.faq__item-trigger::after {
  content: '+';
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq__item-trigger.active::after {
  content: '-';
}
.faq__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s;
  background: rgba(255, 255, 255, 0.05);
}
.faq__item-content.active {
  max-height: 1000px;
  padding: 30px;
}
.faq__item-text {
  font-size: var(--font-size);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s;
  color: var(--color-light-gray);
}
.close-button:hover,
.reviews__form-rating input:checked ~ label,
.reviews__form-rating label:hover,
.reviews__form-rating label:hover ~ label,
.reviews__form-title {
  color: var(--color-yellow);
}
.faq__item-content.active .faq__item-text {
  opacity: 1;
  transform: translateY(0);
}
.reviews__section {
  margin: 60px 0;
}
.reviews__form-wrapper {
  margin: 40px auto 0;
  padding: 20px;
  background: var(--dark-blue);
  border-radius: 12px;
  max-width: 770px;
}
.reviews__form-title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
}
.reviews__form {
  display: grid;
  gap: 20px;
}
.reviews__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews__form-textarea {
  min-height: 45px;
  max-height: 100px;
  resize: vertical;
}

.strong-form label {
  color: var(--color-light-yellow);
}
.field-star_rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strong-form .form-field .after {
  font-size: 0.5em;
  font-style: italic;
  color: #999;
}
.strong-form .form-field {
  margin-bottom: 1em !important;
}
.required-notice {
  font-size: 18px;
  color: #828282;
}
.email,
.reviews__form-input,
.reviews__form-textarea,
.strong-form textarea,
.text {
  font-size: var(--font-size-one);
  padding: 12px;
  border-radius: 8px;
  outline: 0;
  background: var(--color-night-blue);
  color: var(--color-white);
  transition: border-color 0.3s;
}
.strong-form .required.symbol:after {
  content: '*';
  color: #ff00007d !important;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.reviews__form-input::placeholder,
.reviews__form-textarea::placeholder {
  font-family: var(--font_onest);
}
.reviews__form-input:focus,
.reviews__form-textarea:focus {
  border: 1px solid var(--color-light-yellow);
}
.reviews__form-rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  margin-right: 10px;
}
.fixed-bonus.hidden,
.policy-consent.hidden,
.reviews__form-rating input {
  display: none;
}
.reviews__form-rating label {
  font-size: 24px;
  color: var(--color-grey);
  cursor: pointer;
  transition: color 0.3s;
}
.reviews__form-button,
.wpmtst_submit_testimonial {
  padding: 12px 20px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--color-black);
  background: var(--color-yellow);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  width: auto;
  max-width: 200px;
  margin: 0 auto;
}
.bonus__content-text,
.bonus__content-title {
  color: var(--color-white);
  text-transform: uppercase;
}
.strong-form .form-field.wpmtst-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus-banner__section {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.bonus__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.fixed-bonus,
.policy-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.bonus__content-left,
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bonus__content-block {
  display: flex;
  margin-bottom: 50px;
  gap: 20px;
}
.bonus__content-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 700;
}
.bonus__content-number {
  font-size: clamp(2.5rem, 1.227rem + 6.36vw, 6rem);
  font-weight: 800;
  text-transform: uppercase;
  background: var(--gradient-blue-green);
  background-clip: text;
  -webkit-background-clip: text;
}
.bonus__content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  font-weight: 700;
}
.bonus__content-right img {
  max-width: 550px;
}
.fixed-bonus {
  background-color: var(--bonus-bg-color);
  padding: 20px 0 20px 20px;
  transition: 0.3s ease-in-out;
  z-index: 998;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fixed-bonus__container {
  max-width: 1170px;
  margin: 0 auto;
}
.bonus-section {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
}
.footer-nav,
.review-stars {
  align-items: center;
  display: flex;
}
.review-stars {
  justify-content: center;
  gap: 2px;
  color: var(--color-dark-yellow);
}

.brand-button {
  background: var(--gradient-blue-green);
  color: var(--color-white);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s;
  font-size: var(--font-size);
  min-width: 150px;
  max-height: 80px;
  border: none;
  cursor: pointer;
  text-align: center;
  grid-area: button;
}

.brand-button:hover {
  background: var(--gradient-blue-green-reversed);
  opacity: 0.9;
}
.close-button {
  background: 0 0;
  border: none;
  color: var(--bonus-text);
  cursor: pointer;
  font-size: 28px;
  padding: 20px;
  transition: color 0.2s;
}
.footer,
.footer-nav-link {
  color: var(--footer-text-color);
}
.policy-consent {
  background-color: var(--color-black);
  padding: 15px 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.policy-consent__container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.policy-link {
  text-decoration: underline;
}
.policy-link:hover {
  color: var(--color-blue);
}
.policy-button {
  background-color: var(--color-yellow);
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
.footer {
  padding: 20px 0;
  text-align: center;
  margin-top: auto;
  transition: margin-bottom 0.3s ease-in-out;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-respons {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  gap: 20px;
  align-items: center;
}
.respons-item-img {
  height: 30px;
  filter: grayscale(1) brightness(0.8);
}
.footer-nav {
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  list-style: none;
}
.footer-nav-link {
  position: relative;
  font-size: 18px;
  text-decoration: none;
}
.footer-nav-link::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--footer-text-color);
  transition: width 0.3s;
  transform: translateX(-50%);
}
.footer-copyright {
  font-size: var(--font-size-one);
}
.breadcrumb__section {
  padding: 90px 0 10px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.breadcrumb {
  font-size: var(--font-size);
  color: #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.breadcrumb-link {
  color: var(--color-four);
  text-decoration: none;
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
  transition: color 0.3s;
}
.breadcrumb-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-light-yellow);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.breadcrumb-link:hover::after {
  transform: scaleX(1);
}
.breadcrumb-separator {
  display: flex;
  align-self: center;
  color: var(--color-grey);
  font-size: 16px;
}
.breadcrumb-active {
  color: var(--color-white);
  font-weight: 700;
  pointer-events: none;
}
.content-area {
  padding-top: 150px;
  height: 50vh;
  background-color: #000;
}
@media (max-width: 1020px) {
  .header__nav {
    display: none;
  }
  .header__actions {
    flex: 1;
  }
  .header__button-burger-menu {
    display: block;
  }
  .bonus-card__offer {
    font-size: 16px;
  }
  .bonus-card__code {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .comparison__grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  .comparison__card {
    margin-bottom: 1rem;
  }
  .bonus__content {
    position: relative;
  }
  .bonus__content-left {
    position: relative;
    z-index: 100;
    margin: 0 auto;
  }
  .bonus__content-text {
    text-align: center;
  }
  .bonus__content-right {
    position: absolute;
    top: -30%;
    left: 50%;
    filter: brightness(0.3);
    z-index: 1;
  }
  .bonus__content-button {
    margin: 0 auto;
  }
  .bonus__content-block {
    flex-direction: column;
    align-items: center;
  }
  .game__columns {
    flex-direction: column;
  }
  .game__column--right {
    flex: none;
  }
}
@media (max-width: 800px) {
  .info-game__section {
    height: 80vh;
  }
  .text-image-img,
  .text-image-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-image-content {
    flex-direction: column;
    position: relative;
  }
  .text-image-img {
    position: absolute;
    flex: 1 1 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .text-image-img img {
    filter: brightness(50%) contrast(120%);
  }
  .text__block {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .brand-card {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'image text' 'rating button';
  }
  .brand-button {
    min-width: unset;
  }
  .reviews__container {
    padding: 0 15px;
  }
  .review {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .review__socials {
    justify-content: center;
  }
  .review__text {
    text-align: left;
  }
  .reviews__form-wrapper {
    padding: 15px;
  }
  .bonus__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .close-button {
    padding: 10px;
  }
}
@media (max-width: 650px) {
  .bonus__content-title {
    text-align: center;
  }
  .bonus__content-block {
    flex-direction: column;
    text-align: center;
  }
  .bonus__content-right img {
    max-width: unset;
  }
  .bonus__content-left {
    padding: 0;
  }
  .game__stock {
    flex-direction: column;
  }
  .banner__section {
    height: 80vh;
  }
  .block-card__item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .header__button {
    display: none;
  }
  .header__button--burger {
    display: flex;
  }
  .burger-menu__actions {
    display: flex;
    gap: 20px;
  }
  .faq__item-trigger {
    padding: 20px 50px 20px 20px;
  }
  .faq__item-trigger::after {
    right: 20px;
  }
  .faq__item-text {
    padding: 0 20px;
  }
  .image-left,
  .image-right {
    display: flex;
    order: 3;
    float: none;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .info-game__section {
    height: 100vh;
  }
  .brand-button {
    width: 100%;
    padding-top: 8px;
  }
  .card__icon-wrapper {
    width: 30px;
    height: 30px;
    display: none;
  }
  .card__header {
    justify-content: center;
  }
  .bonus__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .strong-form-inner {
    padding: 0 !important;
  }
}
@media (max-width: 420px) {
  .header__logo-image {
    max-width: 120px;
  }
  .info-game__section {
    height: 100vh;
  }
  .card__title {
    font-size: 18px;
  }
  .card__check,
  .card__cross,
  .game__details {
    font-size: 14px;
  }
  .brand-card {
    grid-template-columns: 1fr;
    grid-template-areas: 'image' 'rating' 'text' 'button';
    align-items: center;
  }
  .review-stars {
    display: flex;
    margin: 0 auto;
  }
  .reviews__container {
    padding: 0 10px;
  }
  .policy-consent {
    padding: 10px 0;
  }
  .game__button {
    width: 100%;
  }
  .image-left,
  .image-right {
    max-width: 150px;
  }
}
