@font-face {
  font-family: Syncopate;
  src: url(/grandcasino222-fonts/grandcasino222-syncopate-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Syncopate;
  src: url(/grandcasino222-fonts/grandcasino222-syncopate-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(/grandcasino222-fonts/grandcasino222-poppins-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section {
  /* margin-bottom: 80px; */
}

.section_pages {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    /* margin-bottom: 40px; */
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {

  .container,
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

  .container,
  .container_section {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Syncopate", sans-serif;
  --background-page: #E4E4E4;
  --main: var(#fff);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.grandcasino222_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

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

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.grandcasino222_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.scroll-btn {
  scroll-behavior: smooth;
}


/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.grandcasino222_header__container_main {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}

.grandcasino222_header {
  /* padding: 20px 0; */
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0; */
  /* z-index: 7; */
  width: 100%;
  background: rgba(34, 4, 45, 0.55);

}

.grandcasino222_header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

header .grandcasino222_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

header .grandcasino222_logo img {
  max-width: 170px;
  width: 100%;
}

header .grandcasino222_logo p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

header .grandcasino222_logo,
header .grandcasino222_logo_burger {
  max-width: 250px;
  width: 100%;
}

header .grandcasino222_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {

  header .grandcasino222_logo p,
  header .grandcasino222_logo_burger p {
    font-size: 16px;
  }
}

header .grandcasino222_logo_burger {
  display: none;
}

@media (max-width: 991px) {
  header .grandcasino222_logo_burger {
    display: block;
    max-width: 150px;
  }

  .grandcasino222_header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    /* padding: px 16px; */
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}

.grandcasino222_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 16px; */
}

@media (max-width: 991px) {
  .grandcasino222_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(34, 4, 45);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .grandcasino222_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.grandcasino222_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.grandcasino222_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .grandcasino222_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .grandcasino222_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.grandcasino222_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grandcasino222_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grandcasino222_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .grandcasino222_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .grandcasino222_nav {
    flex-direction: column;
  }
}

.grandcasino222_nav__item a {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: Syncopate;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .grandcasino222_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .grandcasino222_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .grandcasino222_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.grandcasino222_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .grandcasino222_nav__link:hover {
    color: var(--hover-a);
  }
}

.grandcasino222_nav__link:focus-visible {
  color: var(--hover-a);
}

.grandcasino222_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.grandcasino222_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .grandcasino222_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grandcasino222_burger img {
  width: 44px;
  height: 44px;
}

.btn_header_login {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%);

}

.btn_header_login span {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%; 
}

.btn_header_registr {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #FFF;
}

.btn_header_registr span {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .btn_header_registr span,
  .btn_header_login span {
    font-size: 10px;
  }
}

.grandcasino222_lang {
  position: relative;
}

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.lang-current,
.lang-dropdown a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.lang-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.lang-switcher.open .arrow-icon {
  transform: rotate(180deg);
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #22042D;
  border: 1px solid #fff;
  border-radius: 8px;
  /* margin-top: 4px; */
  list-style: none;
  padding: 4px 0;
  min-width: 60px;
  text-align: center;
  z-index: 10;
}

.lang-dropdown a {
  display: block;
  padding: 6px 12px;
  transition: background 0.2s ease;
}

.lang-dropdown a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-switcher.open .lang-dropdown {
  display: block;
}



.bg-main-section {
  background: url(/grandcasino222-img/grandcasino222-main-bg.webp) no-repeat center;
  background-size: cover;
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px;
  min-height: 400px;
}

.main_btn_block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main_btn_block a {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: flex-end;
  max-width: 550px;
  width: 100%;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: var(--button, linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%));
}

@media (max-width: 1000px) {
  .main_text_container {
    padding-bottom: 40px;
    min-height: 300px;
  }
}

@media (max-width: 800px) {
  .main_text_container {
    padding-bottom: 30px;
    min-height: 250px;
  }
}

@media (max-width: 600px) {
  .main_text_container {
    padding-bottom: 20px;
    min-height: 200px;
  }

  .main_btn_block a {
    max-width: 330px;
  }
}

@media (max-width: 480px) {
  .main_text_container {
    padding-bottom: 10px;
    min-height: 160px;
  }
}

.container_games {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

.container_games h1 {
  color: #22042D;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.games_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.games_list_item {
  display: flex;
  max-width: 295px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.game_block_image {
  max-width: 295px;
  width: 100%;
}

.game_block_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

.btn_game_block {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%);
}

.games_list_item a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

@media (max-width: 600px) {
  .container_games {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 10px;
  }

  .container_games h1 {
    font-size: 22px;
  }

  .games_list {
    gap: 10px;
  }
}

.bg_table {
  background: url(/grandcasino222-img/grandcasino222-bg_table.webp) no-repeat center;
  background-size: cover;
}

.main_rating_block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main_rating_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main_rating_list,
.main_rating_list2 {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.rating_header {
  width: 100%;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(208, 204, 204, 0.6); 
  backdrop-filter: blur(6px); 
}

.rating_header h2 {
  color: #22042D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  text-transform: uppercase;
}

.game_card_item {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(34, 4, 45, 0.55);
}

.game_card_text {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game_card_text p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.game_card_image {
  max-width: 60px;
  width: 100%;
}

.game_card_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.block_game_card_btn {
  border: 1px solid #fff;
  background: rgba(208, 204, 204, 0.6); 
  backdrop-filter: blur(6px); 
  border-radius: 1000px;
  display: flex;
  height: 44px;
  padding: 14px 30.09px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.btn_game_card span {
  color: #22042D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

@media (max-width: 1100px) {
  .main_rating_container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .main_rating_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .game_card_text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

   .game_card_item {
    gap: 20px;
   }

   .rating_header {
    padding: 40px 5px;
   }

   .rating_header h2 {
    font-size: 24px;
   }

   .main_rating_container {
    gap: 20px;
   }

   .main_rating_list, .main_rating_list2 {
    gap: 10px;
   }
}

.grandcasino222_container {
  border-top: 1px solid #89F3FF;
  background: #22042D;
  margin: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.disclaimer_text_span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.disclaimer_text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  line-height: normal;
}

@media (max-width: 600px) {

  .footer_disclaimer {
    gap: 10px;
  }

  .disclaimer_text_span {
    font-size: 16px;
  }

  .disclaimer_text {
    font-size: 14px;
  }
}

.links_media_footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.footer_img_18plus_media {
  max-width: 34px;
  width: 100%;
}

.links_media_footer_item {
  display: flex;
  padding: 3px 7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #FFF;
}



@media (max-width: 600px) {

  .footer_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .disclaimer_text {
    font-size: 14px;
  }
}

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
}

.links_company_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer img {
  max-height: 57px;
  width: 100%;
  max-width: 400px;
  display: block;
}

.footer_img_18plus {
  max-width: 50px;
  width: 100%;
}

.footer_img_18plus img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .links_company_footer ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.copiright_footer {
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}

@media (max-width: 600px) {
  .copiright_footer {
    font-size: 14px;
  }
}

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 16.8px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  /* text-decoration: none; */
}

.grandcasino222_main {
  position: relative;
}

.grandcasino222_page {
  position: relative;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal.active {
  display: flex;
}

.modal-content {
  border-radius: 10px;
  background: #E4E4E4;
  box-shadow: 12px -1px 30px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  padding: 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #22042D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  text-transform: uppercase;
}

.modal-content input {
  width: 100%;
  margin: 10px 0;
  display: flex;
  padding: 15px 10px 15px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
}

.btn_modal {
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%);
  display: flex;
  height: 44px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 8px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.btn_form_register_login {
  cursor: pointer;
  margin-top: 15px;

  color: #22042D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}

.btn_return_home {
  margin-top: 15px;
  border-radius: 30px;
  border: 1px solid #89F3FF;
  background: var(--button, linear-gradient(0deg, rgba(34, 4, 45, 0.80) 0%, rgba(187, 0, 255, 0.80) 100%));
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 

}

.age_disclaimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.age_disclaimer span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.age_disclaimer p {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.block_page_text {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_page_text p {
  color: #22042D;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.block_page_text h1 {
  color: #B0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  text-transform: uppercase;
}

.page_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page_item {
  color: #22042D;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .block_page_text {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }

  .block_page_text h1 {
    font-size: 16px;
  }

  .block_page_text p, .page_item {
    font-size: 14px;
  }
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  background: #22042D;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px #22042D;
}

.age-modal-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.age-modal-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  background-color: red;
  color: #fff;
}

#ageNo:hover {
  background-color: #999;
}