* {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 50;
  padding: 50;
  color: #fff;
  font-size: 14px;
}

.container-grid {
  width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  /* Добавляет отступы сверху и снизу */
}

@media (min-width: 576px) {
  .container-grid {
    width: 540px;
    padding: 15px 0;
    /* Отступы для этого разрешения */
  }
}

@media (min-width: 768px) {
  .container-grid {
    width: 720px;
    padding: 15px 0;
  }
}

@media (min-width: 992px) {
  .container-grid {
    width: 960px;
    padding: 20px 0;
  }
}

@media (min-width: 1200px) {
  .container-grid {
    width: 1140px;
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .container-grid {
    width: 94%;
    padding: 10px 0;
    /* Меньшие отступы для мобильных устройств */
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #005;
}

header {
  background: #00A;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.header-wrapper span {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A8EB12;
  margin-left: 10px;
}

.header_auth-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right top, #51e46d, #68e75d, #7ee94a, #93ea34, #a8eb12);
  box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  height: 36px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 10px;
  transform: skew(-10deg, 0);
  border: 1px solid #00A;
}

.header_auth-links a:last-child {
  background: transparent;
  border-color: #A8EB12;
}

@media (max-width: 370px) {
  .header_auth-links a:last-child {
    display: none;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner_img {
  position: relative;
  left: 45px;
  margin: 0 auto;
  background: url(banner.png);
  width: 356px;
  height: 420px;
  background-size: contain;
}

.promo {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
}

.promo_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #00A;
  padding: 25px 0 15px;
  border-radius: 30px;
  background: #00A;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
  -moz-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
  box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
}

@media (max-width: 650px) {
  .promo {
    margin-left: -160px;
    width: 320px;
  }
}

/* @media (max-width: 400px) {
    .banner_img {
        left: 20px;
        bottom: 30px;
    }
} */

.text_top-chunk {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffe45b;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.text_middle-part {
  font-size: 40px;
  text-transform: uppercase;
  color: #51e46d;
  font-weight: 900;
}

.text_bottom-part {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 15px 0;
}

.main_table {
  margin: 0 0 40px;
  border-radius: 16px;
  background: #00A;
}

.content section {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 16px;
  background: #00A;
}

.content h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}

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

.content p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.content ol li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.content ul li::marker,
.content ol li::marker {
  color: #ffb129;
}

.main_table_wrapper h1 {
  margin: 30px 0;
  text-align: center;
  color: #A8EB12;
  font-size: 20px;
}

.main_table_wrapper p {
  color: #ccc;
  padding: 0 15px;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}

.main_table_wrapper figure {
  margin: 0 15px 40px;
}

.main_table_wrapper {
  overflow-x: auto;
  margin-bottom: 25px;
}

.main_table table {
  width: 100%;
  border-collapse: collapse;
}

.main_table table tr td {
  border: 1px solid #A8EB12;
  padding: 8px;
  line-height: 1.4;
}

.main_table table tr td:first-child {
  min-width: 160px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #A8EB12;
  margin-bottom: 25px;
}

footer ul {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  text-decoration: none;
}

footer small {
  margin: 0;
  padding: 0 0 20px;
}

.mirror-wrapper {
  width: 400px;
  margin: 40px auto;
}

.mirror-wrapper .top-chunk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #04060c;
  padding: 6px 15px;
}

.mirror-wrapper .circle-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

.mirror-wrapper .circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffe45b;
  border-radius: 50%;
  margin: 0 3px;
  line-height: 8px;
}

.url-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #070c17;
  border-radius: 3px;
  padding: 6px 50px;
  width: 100%;
  margin: 0 25px;
}

.url-bar span {
  display: inline-block;
  width: 100px;
  color: #A8EB12;
  font-size: 13px;
  line-height: 13px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mirror-wrapper .bottom-part {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-top: #e2e6e7;
  background: #00A;
  min-height: 200px;
}

.mirror-wrapper .bottom-part img {
  margin-top: 10px;
}

.bottom-part .link {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
  background: #A8EB12;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.header__downl .link {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
  background: #A8EB12;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mirror-wrapper .bottom-part p {
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width: 450px) {
  .mirror-wrapper {
    width: calc(100% - 30px);
    margin: 40px 15px;
  }

  .mirror-wrapper .bottom-part {
    text-align: center;
    padding: 0 15px;
  }

  .url-bar {
    padding: 6px 30px;
    margin: 0 15px;
  }

  .mirror-wrapper .bottom-part p {
    line-height: 1.3;
  }
}

.toggle-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 50px;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  margin-top: 50px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #00A;
}

.hamburger-menu>li {
  margin: 0 1rem;
  overflow: hidden;
}

.hamburger-menu>li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.nav-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.nav-button,
.nav-button::before,
.nav-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.nav-button::before {
  content: '';
  margin-top: -8px;
}

.nav-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.nav-button-container .nav-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.nav-button-container .nav-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.nav-button-container .nav-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (min-width: 100px) {
  .nav-button-container {
    display: flex;
  }

  .hamburger-menu {
    z-index: 9999;
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle~.hamburger-menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.hamburger-menu li {
    display: flex;
    align-items: center;
    border: 1px solid #222;
    height: 2em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.hamburger-menu li:last-child {
    border: 0;
  }

  .hamburger-menu>li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
  }

  .hamburger-menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

@media (max-width: 500px) {
  .header_auth-links a {
    padding: 0 20px;
    height: 36px;
  }
}

@media (max-width: 450px) {
  .header_auth-links a:last-child {
    display: none;
  }
}

.roulette {
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  margin: 30px;
  animation: glowing 1500ms infinite;
}

.roulette a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.roulette-bottom {
  display: flex;
  flex: 1;
}

.roulette-top {
  flex: 0 0 50%;
  border-bottom: 1px solid #fff;
}

.roulette .btn-1 {
  background: #349ae9;
  background: linear-gradient(135deg, #349ae9, #e57563);
}

.roulette .btn-1:hover {
  background: linear-gradient(135deg, #e57563, #349ae9);
}

.roulette .btn-2 {
  background: #29c185;
  background: linear-gradient(135deg, #29c185, #6c2e5d);
  border-right: 1px solid #fff;
}

.roulette .btn-2:hover {
  background: linear-gradient(135deg, #6c2e5d, #29c185);
}

.roulette .btn-3 {
  background: #17b9d5;
  background: linear-gradient(135deg, #17b9d5, #545ea8);
}

.roulette .btn-3:hover {
  background: linear-gradient(135deg, #545ea8, #17b9d5);
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 10px #4d4d4d;
  }

  50% {
    box-shadow: 0 0 30px #fff;
  }

  100% {
    box-shadow: 0 0 10px #4d4d4d;
  }
}

.btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px 0 0 0;
}

.btns .btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 10px;
  width: 150px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #111;
}

.btns .btn-1 {
  background-color: #ffd600;
}

.btns .btn-1:hover {
  box-shadow: 0 0 10px #ffd600;
}

.btns .btn-2 {
  background-color: #dafe31;
}

.btns .btn-2:hover {
  box-shadow: 0 0 10px #dafe31;
}

.btns .btn-3 {
  background-color: rgb(182, 21, 182);
}

.btns .btn-3:hover {
  box-shadow: 0 0 10px rgb(182, 21, 182);
}

.casino-specs {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 20px auto;
}

.casino-specs h2 {
  text-align: center;
  margin-bottom: 15px;
}

.casino-specs table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.casino-specs th,
.casino-specs td {
  padding: 10px 14px;
  border: 1px solid #770101;
  text-align: left;
}

.casino-specs th {
  background-color: #f5f5f5;
  width: 35%;
  font-weight: bold;
}

.casino-specs tr:nth-child(even) {
  background-color: #fafafa;
}

.casino-specs tr:hover {
  background-color: #2e2755;
}

.casino-specs a {
  color: #0077cc;
  text-decoration: none;
}

.casino-specs a:hover {
  text-decoration: underline;
}

#arkada-specs-2025 {
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 900px;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

/* Блоки с рамкой */
.arkada-box {
  background: #0a0a4a;
  /* фон блока (тёмно-синий) */
  border: 2px solid #1c1c6e;
  /* рамка */
  border-radius: 12px;
  padding: 25px;
  margin: 25px 0;
  color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Заголовки */
.arkada-box h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00e5ff;
  /* яркий акцент */
  text-transform: uppercase;
}

/* Абзацы */
.arkada-box p {
  margin: 12px 0;
  font-size: 16px;
  color: #f0f0f0;
}

/* Списки */
.arkada-box ul {
  margin: 15px 0;
  padding-left: 20px;
}

.arkada-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #d0d0d0;
}

<style>.arkada-nav {
  margin: 20px 0;
}

.arkada-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.arkada-nav li {
  display: inline-block;
}

.arkada-nav a {
  display: block;
  padding: 10px 16px;
  background: #101054;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.arkada-nav a:hover {
  background: #1c1c6e;
}

</style>