:root {
  --font_popins: 'Popins', sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #666666b0;
  --color-gray-two: #8082a8;
  --light-gray: #f2f2f2dc;
  --dark-gray: #3f3f3fc5;
  --color-one: #9a00ff;
  --color-two: #6f00b8;
  --color-three: #d400ff;
  --color-four: #6d00bb;
  --color-five: #b000ff;
  --color-purple: #8a2be2;
  --color-magenta: #d400ff;
  --dark-blue: #0a0c17;
  --color-yellow: #ffc400;
  --background-color: #e5e6ff86;
  --background-header: var(--gradient-header);
  --background-footer: #121622;
  --background-card: #15132b;
  --background-sidebar: #13051a;
  --background-color-submenu: #272b38;
  --background-color-overlay: rgba(0, 0, 0, 0.75);
  --gradient-primary: linear-gradient(94.67deg, #98169c 0%, #3f0f5f 100%);
  --gradient-hover: linear-gradient(135deg, #b000ff, #d400ff);
  --gradient-header: linear-gradient(90deg, #4b0082 0%, #9a00ff 100%);
  --gradient-sidebar: linear-gradient(90deg, #272b38 0%, #9a00ff 100%);
  --box-shadow: 0 1px 2px 0 #1f293824;
  --box-shadow-header: 0 10px 30px rgba(111, 0, 184, 0.6);
  --line-footer: rgba(255, 255, 255, 0.3);
  --language-selector: rgba(40, 10, 60, 0.8);
  --color-button: #9a00ff;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
h2,
h3 {
  color: var(--color-four);
}
li,
p {
  line-height: 1.7;
}
nav ul {
  list-style: none;
}
.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;
}

*,
:after,
:before {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
a {
  color: inherit;
}
ol:not(.nav__list):not(.submenu):not(.language-selector__dropdown),
ul:not(.nav__list):not(.submenu):not(.language-selector__dropdown):not(
    #menu-header-1
  ) {
  overflow: hidden;
  padding-left: 2em;
  text-indent: -1em;
}
ol li,
ul li {
  margin-left: 0;
  padding-left: 1em;
  text-indent: 0;
}
ol li::marker,
ul li::marker {
  font-size: 1.2rem;
}
ul li::marker {
  color: #3498db;
}
ol {
  list-style-type: decimal;
}
ol li::marker {
  color: var(--color-light-yellow);
  font-weight: 700;
}
li {
  list-style-type: unset;
}

body {
  font-family: var(--font_popins);
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-black);
  background-color: var(--background-color);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.header__link-btn,
.language-selector__link,
.modal-button,
.nav__list,
h1 {
  color: var(--color-white);
}
.gameplay h2,
h2,
h3 {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1 1 auto;
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
h1 {
  font-size: clamp(1.9rem, 1.3rem + 2.5vw, 3rem);
  font-weight: 600;
}
h2 {
  font-size: clamp(1.5rem, 0.9rem + 1.5vw, 2rem);
  font-weight: 700;
}
h3 {
  font-size: clamp(1.1rem, 0.6rem + 1.1vw, 1.6rem);
  font-weight: 600;
}
p {
  font-size: clamp(1.0625rem, 0.8rem + 0.5vw, 1.125rem);
  font-weight: 500;
  color: var(--color-white);
}
@keyframes gradientShift {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 15px rgba(86, 179, 177, 0.7);
  }
}
ol,
ul {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
}

ol li,
ul li {
  margin-left: 10px;
}
ol li::marker,
ul li::marker {
  font-size: 1.2rem;
}
ul li::marker {
  color: #3498db;
}
ol {
  list-style-type: decimal;
}
ol li::marker {
  color: var(--color-purple);
  font-weight: 700;
}
table {
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

td,
th {
  border: 1px solid #444;
  padding: 10px;
  text-align: left;
}
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}

table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #fff;
}
th {
  background-color: #f4f4f4;
  font-weight: 600;
  text-align: left;
  color: #333;
}
td,
th {
  border: 1px solid #ccc;
  padding: 10px;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:hover {
  background-color: #f0f0f0;
}

.footer-divider {
  position: relative;
  z-index: 2;
  margin: 20px 0;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: var(--line-footer);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--background-color-overlay);
}
.modal-content {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, #000 100%);
  margin: 15% auto;
  width: 80%;
  max-width: 700px;
  min-height: 380px;
  text-align: center;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.close-modal,
.header {
  background: 0 0;
  display: flex;
}
.modal-img {
  position: absolute;
  z-index: -1;
}
.modal-img img {
  width: 700px;
  height: 394px;
  border-radius: 10px;
}
#modalInitialContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  min-width: 277px;
  height: 48px;
  padding: 11px 24px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
.desktop__image,
.wagers__banner {
  text-align: left;
  margin: 30px 0;
}
.modal-button.play-game {
  background: var(--gradient-primary);
}
.modal-button.play-demo {
  background-color: var(--dark-gray);
}
.modal-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--box-shadow);
}
.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;
  max-height: 400px;
  width: auto;
}
.img-vert-right {
  float: right;
  margin: 20px;
  max-height: 400px;
  width: auto;
}
.img-horiz-left {
  float: left;
  margin: 20px;
}
.img-horiz-right {
  float: right;
  margin: 20px;
}
#iframeContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iframeContainer iframe {
  position: relative;
  top: 10px;
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.close-modal svg {
  position: relative;
  top: -40px;
  right: -40px;
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}
.close-modal:hover svg {
  transform: scale(1.1);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  transition: background-color 0.3s ease-in-out;
  height: 70px;
  display: flex;
  align-items: center;
}

.header.scrolled {
  background: rgba(0, 0, 0, 0.952);
}
.header__menu {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 120px;
}

.header__logo img,
.custom-logo {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 60px;
  margin-right: 10px;
}

.table-cards__cell {
  display: flex;
  align-items: center;
  min-width: 0;
}
.header__link-btn {
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  padding: 6px 40px;
  border-radius: 10px;
  gap: 6px;
  background: var(--gradient-primary);
  background-size: 300% 300%;
  font-size: calc(13px + 0.3vw);
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  animation: 6s ease-in-out infinite alternate gradientShift,
    1s ease-in-out infinite alternate glow;
}
.header__link-btn:hover {
  animation: none;
  background: var(--gradient-hover);
}
/* ----------------------------------------------------------------- */
.header__action {
  display: flex;
  gap: 10px;
  align-items: center;
}
.language-selector {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.language-selector__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--color-button);
  background-size: 300% 300%;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.language-selector__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  transition: transform 0.3s ease;
}
.nav__item .language-selector__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffffb7;
  transition: transform 0.3s ease;
  margin-left: 5px;
}
.language-selector.active .language-selector__arrow {
  transform: rotate(180deg);
}

.nav__item:hover .language-selector__arrow {
  transform: rotate(180deg);
  border-top-color: #fff;
}
.language-selector__button:hover {
  background: var(--gradient-hover);
}

.language-selector__flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
}

.language-selector__text {
  font-weight: 600;
  color: var(--color-white);
}

.language-selector__dropdown {
  position: absolute;
  top: 100%;
  left: -13px;
  margin-top: 8px;
  padding: 8px;
  background: var(--language-selector);
  border-radius: 20px;
  display: none;
  list-style: none;
  min-width: 140px;
  z-index: 1000;
  color: var(--color-white);
}

.language-selector.active .language-selector__dropdown {
  display: block;
}
.language-selector__dropdown li a {
  display: flex;
  align-items: center;
}
.language-selector__dropdown li {
  margin-left: 0px;
}
.language-selector__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  width: 100%;
  background: transparent;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.language-selector__link:hover {
  background: var(--gradient-hover);
  border-radius: 20px;
}
/* ----------------------------------------------------------------- */
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.nav__list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__item {
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #ffffffb7;
  transition: color 0.3s, text-shadow 0.3s;
}

.nav__item:hover {
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 200px;
  background: #2a2a2a;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  z-index: 100;
  cursor: pointer;
}

.nav__item:hover .submenu {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

.submenu li {
  padding: 8px 20px;
}

.submenu a {
  color: #ffffffb7;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.submenu a:hover {
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ----------------------------------------------------------------- */
.sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sidebar__item {
  position: relative;
}

.sidebar__item-link {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar__item:hover > .sidebar__submenu {
  display: block;
}

.sidebar__submenu li a {
  display: block;
  padding: 12px 20px 12px 30px;
  color: #ffffffb7;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar__item--has-submenu > .sidebar__item-link {
  position: relative;
  padding-right: 40px;
}

.sidebar__item--has-submenu > .sidebar__item-link::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
  transition: transform 0.3s ease;
}

.sidebar__item--active > .sidebar__item-link::after {
  content: '▲';
}

/* ----------------------------------------------------------------- */
.btn-play-demo,
.main-banner__content,
.sidebar,
.sidebar__item-link {
  color: var(--color-white);
}
.burger-line,
.burger-menu {
  transition: background 0.3s;
}
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 35px;
  background: var(--color-four);
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
  border-radius: 8px;
  gap: 5px;
}
.burger-menu:hover {
  background: var(--gradient-hover);
}
.burger-line {
  width: 80%;
  height: 3px;
  background: var(--color-white);
  border-radius: 10px;
}
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: -350px;
  max-width: 350px;
  height: 100%;
  background: var(--background-sidebar);
  transition: right 0.3s;
  z-index: 1000;
  padding: 80px 15px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}
.sidebar__logo {
  margin-bottom: 20px;
}
.sidebar__logo img {
  display: flex;
  margin: 0 auto;
}
.sidebar.open {
  right: 0;
}
.sidebar__close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 1100;
  width: 20px;
  height: 20px;
  padding: 0;
}
.sidebar__burger-line {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 10px;
  transition: transform 0.3s;
}
.sidebar__burger-line:first-child {
  transform: rotate(45deg);
  top: 10px;
  right: 10px;
}
.sidebar__burger-line:nth-child(2) {
  transform: rotate(-45deg);
  top: 10px;
  right: 10px;
}
.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 20px 0;
}
.sidebar__item-link {
  font-size: 16px;
  transition: color 0.3s, text-shadow 0.3s;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color-overlay);
  display: none;
  z-index: 999;
}
.banner__block,
.banner__container,
.btn-play-demo,
.copy-sidebar,
.main-banner__content {
  display: flex;
}
.copy-sidebar {
  justify-content: flex-start;
  margin: 25px 0;
}
.copy-sidebar span {
  color: var(--color-gray);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  align-items: start;
}
/* ----------------------------------------------------------------- */
.banner__section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 80vh;
}
.banner__section-contact {
  display: flex;
  width: 100%;
  height: auto;
  background-color: var(--background-card);
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(40%);
}
.banner__container {
  position: relative;
  z-index: 1;
  height: 100%;
  justify-content: left;
  align-items: center;
}
.main-banner__content {
  position: absolute;
  top: 20%;
  flex-direction: column;
  text-align: left;
}
.main-banner__contact {
  padding: 90px 0px;
  flex-direction: column;
  text-align: left;
}
.banner__block {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.small__img {
  max-width: 56px;
  max-height: 56px;
  border-radius: 10px;
  margin-right: 8px;
}
.btn-play-demo {
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 5px;
  background-color: var(--color-one);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50px;
  max-width: 150px;
}
/* ----------------------------------------------------------------- */
.game-card__section {
  position: relative;
  margin-top: 20px;
  transform: translateY(-80px);
}
.game-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  box-shadow: var(--box-shadow);
}
.info-item {
  display: flex;
  align-items: flex-start;
}
.info-item:last-child {
  margin-right: 0;
}
.icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-four);
  border-radius: 8px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.table-cards,
.table-cards__header,
.table-cards__row {
  border-radius: 10px;
  display: flex;
}
.table-cards__header,
.table-cards__row {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
}
.icon img {
  width: 24px;
  height: 24px;
}
.info-value,
.mobile-card__features,
.mobile-card__title-container {
  flex-grow: 1;
}
.info-label {
  color: var(--color-two);
  font-size: 14px;
  margin-bottom: 4px;
}
.info-value span {
  color: var(--color-black);
  font-size: clamp(14px, 2vw, 16px);
  display: block;
}
.cards__section {
  padding-bottom: 30px;
  width: 100%;
}
.cards__container {
  width: 100%;
}
.header-cards,
.review__expert {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header-cards__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-black);
  margin-right: 10px;
}
.table-cards {
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.info__items,
.mobile-card,
.table-cards__header,
.table-cards__row {
  box-shadow: var(--box-shadow);
}
.table-cards__header {
  font-size: 16px;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 10px 10px 0 0;
  font-weight: 700;
}
.table-cards__row {
  background-color: var(--color-white);
  border-radius: 0;
}
.table-cards__row:last-child {
  border-radius: 0 0 10px 10px;
}
.table-cards__cell--number {
  flex: 0 0 5%;
  justify-content: center;
}
.table-cards__cell--name {
  flex: 0 0 10%;
  justify-content: flex-start;
}
.table-cards__cell--bonus {
  flex: 0 0 25%;
  justify-content: center;
}

.table-cards__cell--features {
  flex: 0 0 25%;
  justify-content: center;
}

.table-cards__cell--rating {
  flex: 0 0 15%;
  justify-content: center;
}
.table-cards__cell--website {
  flex: 0 0 15%;
  justify-content: center;
}
.casino-cards__logo,
.rank-badge-cards {
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.rank-badge-cards {
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #000;
}
.rank-badge-cards--color {
  background: var(--color-two);
}
.rank-badge-cards__number {
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
}
.casino-cards__logo {
  width: 70px;
  height: 70px;
  justify-content: center;
  margin-right: 15px;
  overflow: hidden;
}
.casino-cards__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.casino-cards__title {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-black);
}
.bonus-cards__button {
  display: inline-flex;
  align-items: center;
  background-color: #f8f0ff;
  border: 1px solid #e0d0ff;
  border-radius: 20px;
  padding: 4px 12px;
}
.bonus-cards__icon,
.visit-button-cards__text {
  margin-right: 5px;
}
.visit-button-cards__text {
  font-size: 18px;
}
.bonus-cards__amount,
.mobile-card__bonus-amount {
  color: var(--color-four);
  font-weight: 700;
  margin-right: 5px;
}
.bonus-cards__arrow {
  font-size: 18px;
}
.features-cards {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: var(--color-black);
}
.features-cards__item {
  font-size: 14px;
  margin-bottom: 5px;
}
.rating-cards {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.rating-cards__score {
  margin: 0 auto 5px;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-four);
}
.rating-cards__bar {
  width: 80px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
.rating-cards__bar-fill {
  width: 85%;
  height: 100%;
  background-color: #63cc00;
  border-radius: 3px;
}
.visit-button-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: var(--color-white);
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 700;
  min-width: 140px; /* уменьшил базовую ширину */
  max-width: 180px; /* максимальная ширина */
  width: 100%; /* будет занимать доступное пространство */
  cursor: pointer;
  box-sizing: border-box; /* учитывает padding в ширине */
  font-size: clamp(14px, 2vw, 16px); /* адаптивный размер текста */
  white-space: nowrap; /* текст в одну строку */
  overflow: hidden;
  text-overflow: ellipsis; /* многоточие если не помещается */
}
.mobile-card__title,
.review__update-link:hover,
.toggle-btn.plus {
  color: var(--color-four);
}
.visit-button-cards__icon {
  font-size: 16px;
}
.table-cards__mobile {
  display: none;
}
.mobile-card {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.mobile-card:last-child {
  margin-bottom: 0;
}
.mobile-card__block {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.mobile-card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.mobile-card__logo-container {
  margin-right: 15px;
}
.mobile-card__logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-card__title {
  font-size: clamp(1.5rem, 0.9rem + 1.5vw, 2rem);
  font-weight: 700;
  margin-bottom: 5px;
}
.mobile-card__bonus {
  display: inline-flex;
  align-items: center;
  background-color: #f8f0ff;
  border: 1px solid #e0d0ff;
  border-radius: 20px;
  padding: 4px 12px;
  margin-top: 10px;
}
.mobile-card__bonus-icon {
  margin-right: 5px;
  font-size: 0.9rem;
}
.mobile-card__badge {
  position: absolute;
  top: -10px;
  left: -14px;
  background-color: var(--color-four);
  color: var(--color-white);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.mobile-card__badge--color {
  background-color: var(--color-two);
}
.mobile-card__rating-container {
  display: flex;
  margin-bottom: 10px;
}
.mobile-card__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  min-width: 50px;
}
.mobile-card__footer,
.review__block {
  display: flex;
  justify-content: space-between;
}
.mobile-card__rating-score {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.mobile-card__rating-bar {
  width: 50px;
  height: 5px;
  background-color: var(--light-gray);
  border-radius: 3px;
  overflow: hidden;
}
.mobile-card__rating-fill {
  width: 86%;
  height: 100%;
  background: linear-gradient(to right, #0c0, #6f6);
}
.mobile-card__feature {
  color: var(--dark-gray);
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mobile-card__footer {
  gap: 10px;
}
.mobile-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 300px;
  flex: 1;
  font-size: 18px;
  color: var(--white);
  background: linear-gradient(94.67deg, #98169c 0, #3f0f5f 100%);
  color: var(--color-white);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 700;
}
.info__items p,
.review__update {
  font-weight: 400;
  font-size: 17px;
}
.mobile-card__button-icon {
  font-size: 20px;
  margin-left: 20px;
}
.info__section {
  margin: 30px 0;
}
.info__items {
  padding: 80px 100px 20px;
  border-radius: 10px;
  background-color: var(--color-white);
}
.info__items p {
  color: var(--dark-blue);
  padding-bottom: 20px;
}
.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.btn-content {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--color-four);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  transition: background-color 0.3s ease;
}

.btn-content:hover {
  background-color: var(--color-five);
}

.review__block {
  margin-bottom: 40px;
}
.review__block h2 {
  color: #2d0c5e;
  font-size: clamp(1.5rem, 0.9rem + 1.5vw, 2rem);
  font-weight: 700;
}
.review__image {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.review__image::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -5px;
  right: -4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/logo/download1.svg);
}
.info__link,
.review__update-link {
  color: var(--color-one);
  text-decoration: none;
  font-weight: 700;
}
.review__text {
  font-size: 17px;
  margin: 15px 0;
}
.review__expert-text {
  font-size: 15px;
  color: var(--color-gray);
}
.review__highlight {
  padding: 35px;
  background: var(--gradient-header);
  color: var(--color-white);
  border-radius: 5px;
  margin: 20px 0;
  font-weight: 700;
}
.quote,
.table-cards__review,
.wagers__text {
  padding: 20px;
  display: flex;
}
.wagers__text p {
  color: var(--color-white);
}
.faq__items,
.table-cards__review {
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);
}
.review__highlight span {
  display: flex;
  color: var(--color-white);
  line-height: 1.5;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 600;
}
.gameplay h2,
.highlight,
.quote__game-name,
.review__text-bold {
  font-weight: 700;
}
.table-cards__review {
  justify-content: space-between;
  border-radius: 10px;
}
.table-cards__cell--names {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gameplay {
  margin: 40px auto;
}
.gameplay h2 {
  color: #2d0c5e;
  font-size: clamp(1.5rem, 0.9rem + 1.5vw, 2rem);
}
.cons span,
.faq-question span,
.pros span {
  font-weight: 600;
  color: var(--color-four);
}
.quote {
  gap: 40px;
  margin: 20px 0;
}
.quote__icon {
  display: flex;
  align-self: flex-start;
  font-size: 30px;
}
.quote__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 17px;
  line-height: 1.5;
}
.quote__info {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 34px;
  font-style: italic;
  color: var(--color-four);
}
.wagers__text,
.wagers__text h2,
.wagers__text span {
  color: var(--color-white);
}
.info__link:hover {
  text-decoration: underline;
}
.desktop__image img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.wagers__banner {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  overflow: hidden;
}
.wagers__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wagers__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wagers__text {
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.wagers__text span {
  font-size: clamp(12px, 1.5vw, 14px);
  text-transform: uppercase;
}
.highlight {
  color: var(--color-four);
}
.info-uder__img {
  font-size: 13px;
  color: var(--color-gray);
}
.mobile-image img {
  width: 252px;
  height: auto;
}
.final,
.pros-cons {
  padding: 30px 0;
}
.cons {
  margin-top: 20px;
}
.cons ul,
.pros ul {
  list-style: none;
  padding: 0;
}
.cons ul li,
.pros ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.icon-cons,
.icon-pros {
  font-size: 20px;
  margin-right: 10px;
}
.pros .icon {
  color: green;
}
.cons .icon {
  color: red;
}
/* ----------------------------------------------------------------- */
.faq__section {
  margin: 10px 0 20px;
}
.faq__items {
  padding: 40px 100px;
  border-radius: 10px;
}
.faq__items h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.faq-question span {
  font-size: 16px;
  margin: 0;
  transition: color 0.3s;
}
.faq-question.active span {
  color: var(--color-three);
}

.toggle-btn {
  background: 0 0;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0;
}
.toggle-btn.minus {
  color: var(--color-five);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-bottom: 0;
}
.faq-answer.open {
  padding-bottom: 20px;
}
.faq-answer p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--dark-gray);
}

/* ----------------------------------------------------------------- */
.reviews-block__section {
  background-color: #b3afff6a;
}
.reviews-block__container {
  padding: 30px 0px;
  max-width: 1200px;
  margin: 0 auto;
}
.reviews-block__info {
  display: flex;
  padding-left: 40px;
}
.testimonials-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px 20px 10px;
  padding: 0 50px;
}

.testimonials-wrapper {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  padding: 20px 0;
}
#testimonials-wrapper {
  scroll-behavior: smooth;
  overflow: hidden;
}
.testimonial-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  min-height: 250px;
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  opacity: 0.7;
  transform: scale(0.9);
  user-select: none;
  margin: 0 10px;
}

.testimonial-card.active {
  opacity: 1;
  transform: scale(1);
}

.testimonial-rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.rating-score {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray);
  margin: 10px 0px 0px 10px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: var(--color-gray);
  flex-grow: 1;
}

.testimonial-date {
  font-size: 14px;
  color: var(--color-gray);
}

.nav-btn {
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  position: absolute;
  z-index: 10;
  color: var(--color-two);
  font-size: 30px;
  font-weight: 600;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.nav-btn:hover {
  background: #f8f8f8;
  transform: translateY(-50%) scale(1.05);
}
.nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.nav-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

#prev-btn {
  left: -20px;
}

#next-btn {
  right: -20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-card {
  animation: fadeIn 0.5s ease forwards;
  flex: 0 0 calc(33.333% - 20px);
}
.review-stars {
  align-items: center;
  display: flex;
}
.review-stars {
  justify-content: center;
  gap: 2px;
  color: var(--color-light-yellow);
}

/* ----------------------------------------------------------------- */
.breadcrumb__section {
  padding: 90px 0px 10px 0px;
  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 ease;
}

.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 ease;
}

.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;
}

.breadcrumb-active,
.breadcrumb-link:not(.breadcrumb-active):hover,
.main-banner__content h1,
.main-banner__content p,
.main-banner__content--size p,
.required-notice,
.wpmtst-submission-form {
  color: var(--color-white);
}
.content-area {
  padding-top: 150px;
  height: 50vh;
  background-color: #000000;
}
.page-content a {
  color: #780093;
}
.page-content p {
  color: #bd0000;
}
.reviews__section {
  margin: 60px 0;
}
.reviews__form-wrapper {
  margin: 0 auto;
  padding: 20px;
  background: var(--dark-blue);
  border-radius: 12px;
  max-width: 770px;
}
.reviews__form-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: clamp(0.9rem, 0.9rem + 1vw, 1.9rem);
  font-weight: 700;
  color: var(--color-one);
}
.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;
}
.reviews__form-label {
  font-size: var(--font-size);
  color: var(--color-white);
  margin-left: 10px;
}
.reviews__form-input,
.reviews__form-textarea {
  font-size: var(--font-size-one);
  padding: 12px;
  border-radius: 8px;
  outline: 0;
  background: #89898b4f;
  color: var(--color-black);
  transition: border-color 0.3s;
}
.btn-form,
.reviews__form-button,
.wpmtst_submit_testimonial {
  padding: 12px 20px;
  font-size: var(--font-size);
  cursor: pointer;
  width: auto;
  max-width: 250px;
}
.text,
.textarea {
  padding: 10px;
}
.reviews__form-input::placeholder,
.reviews__form-textarea::placeholder {
  font-family: var(--font_inter);
}
.reviews__form-input:focus,
.reviews__form-textarea:focus {
  border: 1px solid var(--color-yellow);
}
.reviews__form-rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  margin-right: 10px;
}
.reviews__form-rating label {
  font-size: 24px;
  color: #a9a9a9;
  cursor: pointer;
  transition: color 0.3s;
}
.copy span,
.footer__nav ul li {
  color: var(--color-gray);
  font-weight: 400;
}

.btn-form,
.footer__nav-link {
  font-weight: 600;
  color: var(--color-white);
}
.strong-form .wpmtst-submit-button,
.strong-form input[type='submit'] {
  display: none !important;
}
.form__action {
  display: flex;
  justify-content: center;
}
.strong-form .required.symbol:after {
  content: '*';
  color: #ff000062 !important;
  font-size: 1em;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.field-star_rating,
.strong-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text {
  height: 40px;
}
.text,
.textarea {
  background-color: var(--background-card);
  border-radius: 10px;
  color: var(--color-white) !important;
}
.strong-form .form-field {
  margin-bottom: 5px !important;
}
.reviews__form-button:hover {
  animation: 1.5s infinite alternate shimmer;
}
.btn-form {
  background: var(--gradient-hover);
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  margin: 0 auto;
}
.fixed-bonus.hidden,
.policy-consent.hidden,
.reviews__form-rating input {
  display: none;
}
.fixed-bonus,
.policy-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed-bonus {
  background-color: rgba(45, 12, 94, 0.259);
  padding: 20px 0 20px 20px;
  z-index: 998;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease-in-out;
}
.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;
}
.brand-card {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr 0.5fr;
  grid-template-areas: 'image rating text button';
  align-items: center;
  background: var(--background-color-submenu);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding: 20px;
  gap: 20px;
}
.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);
}
.close-button {
  background: 0 0;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font-size: 28px;
  padding: 20px;
  transition: color 0.2s;
}
.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-white);
  font-size: 20px;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
}
.review-stars {
  justify-content: center;
  gap: 2px;
  color: #e7a80a;
}
.rating-number {
  color: #c0c0c0;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-description {
  font-size: 17px;
  color: #c0c0c0;
  grid-area: text;
  margin-bottom: 4px;
}
.brand-button {
  background: var(--color-two);
  color: var(--color-white);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s;
  font-size: 18px;
  min-width: 150px;
  max-height: 80px;
  border: none;
  cursor: pointer;
  text-align: center;
  grid-area: button;
}

.brand-button:hover {
  background: var(--color-magenta);
  opacity: 0.9;
}

.footer__section {
  position: relative;
}
.footer__bg,
.footer__section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__bg {
  object-fit: cover;
  z-index: 0;
  background-color: var(--color-two);
}
.footer__block,
.footer__items {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.footer__items {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__section::before {
  content: '';
  background: rgba(0, 0, 0, 0.678);
  z-index: 1;
}
.footer__nav {
  margin: 0 20px;
}
.footer-nav__list {
  display: flex;
  gap: 25px;
}
.footer-nav__item a {
  transition: color 0.3s, text-shadow 0.3s;
}
.footer-nav__item a:hover {
  color: var(--color-three);
  text-shadow: 0 0 10px var(--color-three), 0 0 20px var(--color-three);
}
.footer__block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 100%;
}
.footer__block a {
  display: inline-block;
  padding: 5px 10px;
  transition: 0.3s ease-in;
  border-radius: 50px;
}
.footer__block-img-size {
  width: 50px;
  height: 50px;
}
.footer__block a:hover img {
  filter: drop-shadow(0 0 10px var(--color-three))
    drop-shadow(0 0 20px var(--color-three));
  transform: scale(1.1);
}
.footer__block-img {
  max-width: 200px;
  height: auto;
}
.copyright span {
  font-size: 13px;
  color: var(--light-gray);
}
@media (max-width: 1086px) {
  .header__nav,
  .language-selector-hidden {
    display: none;
  }
  .burger-menu,
  .sidebar {
    display: flex;
  }
  .sidebar {
    flex-direction: column;
  }
  .header__action {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .game-card {
    gap: 10px;
  }
  .table-cards__mobile {
    display: block;
  }
  .table-cards__header,
  .table-cards__row {
    display: none;
  }
  .game-card__section {
    transform: translateY(0px);
  }
  .fixed-bonus {
    padding: 15px 0 15px 15px;
  }

  .brand-card {
    grid-template-areas:
      'image rating'
      'text text'
      'button button';
    grid-template-columns: 1fr 1fr;
    padding: 15px;
    gap: 15px;
  }

  .brand-info {
    justify-content: center;
  }

  .brand-title {
    font-size: 18px;
  }

  .brand-description {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
  }

  .brand-button {
    width: 100%;
    max-height: none;
    padding: 10px;
  }

  .close-button {
    padding: 10px;
    font-size: 24px;
  }
  .testimonial-card {
    flex: 0 0 calc(50% - 20px);
  }
  .testimonials-container {
    padding: 0 30px;
  }

  #prev-btn {
    left: -8px;
  }

  #next-btn {
    right: -15px;
  }
}
@media (max-width: 860px) {
  .footer__logo {
    align-self: flex-start;
  }
  .footer__items {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 10px;
  }
  .info__items {
    padding: 40px 40px 20px;
  }
  .faq__items {
    padding: 40px;
  }
  .modal-content {
    margin: 20% auto;
  }
}
@media (max-width: 768px) {
  .main-banner__content {
    top: 10%;
  }
  .game-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-cards__review {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .sidebar__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: block;
  }

  .sidebar__item--active > .sidebar__submenu {
    max-height: 500px;
  }
}
@media (max-width: 600px) {
  .banner__section {
    height: 92vh;
  }
  .banner__section--size {
    height: 80vh;
  }

  .faq__items,
  .info__items {
    padding: 20px;
  }
  .mobile-card__block {
    flex-direction: column;
    gap: 0;
  }
  .mobile-card__badge {
    left: 96%;
  }
  .modal-content {
    margin: 50% auto;
  }
  .reviews__container {
    padding: 10px;
  }
  .testimonial-card {
    flex: 0 0 100%;
  }
  .footer-nav__list,
  .quote {
    flex-direction: column;
  }
  .footer-nav__list {
    align-items: center;
  }
}
@media (max-width: 450px) {
  .header__link-btn--hidden {
    display: none;
  }
  .banner__section {
    height: 110vh;
  }
  .main-banner__content--size {
    top: 10%;
  }
  .banner__section--size {
    height: 90vh;
  }
  .btn-play-demo {
    margin-top: 30px;
  }
  .game-card {
    padding: 10px;
    gap: 8px;
  }
  .game-card__section {
    transform: translateY(0);
  }
  .review__block {
    flex-direction: column;
  }
  .cards__section {
    padding-top: 30px;
  }
  .modal-button {
    min-width: 177px;
  }
  .review-stars {
    display: flex;
    margin: 0 auto;
  }
}
