:root {
  --font-family: "Roboto", sans-serif;
  --light-color: #fff;
}

.custom-checkbox__field:checked+.custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/RobotoBlack.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #0A0F1D;
  font-weight: 400;
}

main {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

@media (max-width: 700px) {
  main {
    padding-top: 70px;
  }
}

@media (max-width: 480px) {
  main {
    padding-top: 90px;
  }
}

main.error-404-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: calc(clamp(5.25rem, 16vw, 6.75rem) + 10px) clamp(0.75rem, 4vw, 1.25rem) clamp(2rem, 8vw, 4rem);
  min-height: min(100dvh, 56rem);
}

main.error-404-main .error-404-section.content {
  width: 100%;
  max-width: min(56rem, 94vw);
  margin: 0 auto;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

main.error-404-main .error-404.container,
main.error-404-main .error-404.content__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.error-404 {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 0;
}

.error-404__image-link {
  display: block;
  line-height: 0;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

.error-404__image-link:focus-visible {
  outline: 2px solid rgba(127, 207, 255, 0.9);
  outline-offset: 4px;
  border-radius: 4px;
}

.error-404__img {
  display: block;
  width: 100%;
  max-width: min(100%, 52rem);
  height: auto;
  margin: 0 auto 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
  vertical-align: top;
}

@media (min-width: 900px) {
  .error-404__img {
    max-width: min(100%, 56rem);
  }
}

.error-404__cta {
  margin-top: clamp(0.35rem, 1.5vw, 0.65rem);
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
  box-shadow:
    0 4px 18px rgba(8, 158, 78, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.error-404__cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 6px 24px rgba(8, 158, 78, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.error-404__cta:focus-visible {
  outline: 2px solid rgba(127, 207, 255, 0.9);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .error-404__cta {
    transition: none;
  }
}

.main {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.content__comments span,
.dn,
.langs li:hover .submenu,
.header__top__right .langs.mob-lang.mob-lang--open .submenu,
.menu-item-hover:hover .submenu,
.sidenav>ul>li:hover ul,
.submenu li,
.submenu.active {
  display: block
}

.langs {
  min-width: max-content;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header__top__right .langs.mob-lang {
  display: none;
}

.langs li {
  width: 100%;
  display: inline-block
}

.langs a {
  display: block;
  color: #fff;
  white-space: nowrap;

}

.submenu {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #276aa4;
  padding: 5px 15px;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  max-height: 500px;
  left: 0;
}

.games-submenu {
  min-width: 160px;
  width: auto;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #181E31;
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.newlang{
  margin-bottom: 5px;
}

.lang_active,
.langs:hover {
  background-color: #276aa4;
  border-radius: 4px 4px 0 0
}

.lang-main__link::after,
.lang_active::after {
  content: '';
  width: 15px;
  height: 9px;
  background: url(/img/header-arrow.svg) no-repeat;
  position: absolute;
  top: 12px;
  right: -5px
}

.langs li:hover .lang-main__link::after {
  content: none
}

@media (max-width:800px) {


  .langs {
    font-size: 15px
  }
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

header {
  background: #181E31;
  width: 100%;
  z-index: 5;
}

@media (max-width: 700px) {
  header {
    position: fixed;
  }
}

.d_flex {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .header__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.header__container {
  padding: 14px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #181E31;
  padding: 10px 10px;
  border-radius: 10px;
  align-items: center;
}

.header__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.75rem;
  width: 100%;
}

.header__col--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-width: 0;
}

.header__col--nav {
  justify-self: center;
  min-width: 0;
}

.header__col--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: nowrap;
  min-width: 0;
}

@media (max-width: 700px) {
  .header__row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    overflow: visible;
  }

  .header__col--left {
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 40;
  }

  .header__col--nav.sidenav {
    display: none;
  }

  .header__col--right {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.5rem;
    position: relative;
    z-index: 10;
  }

  .header__col--right .btns-wrapper {
    display: none;
  }

  .header__container {
    overflow: visible;
  }
}

@media (max-width: 700px) {
  .header__container {
    display: block;
  }
}

@media (max-width: 480px) {
  .header__row {
    row-gap: 0.65rem;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  width: 82px;
}

@media (max-width: 700px) {
  .header__logo {
    margin-right: auto;
    z-index: 5;
  }
}

.header__logo img {
  width: 73px;
  height: auto;
}

.btns-wrapper {
  display: flex;
}

.reg {
  background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 20px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .reg {
    width: 50%;
  }
}

.reg-mob {
  display: none !important;
}

.log {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: linear-gradient(107deg, rgb(255, 202, 77) 0%, rgb(255, 148, 0) 100%);
  border-radius: 3px;
  padding: 5px 20px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .log {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .log {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .menu-cnt {
    width: 100%;
  }
}

.log-mob {
  display: none !important;
}

.sidenav {
  max-width: none;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0;
}

.header__col--nav.sidenav {
  max-width: min(100%, 720px);
}

.header__col--nav.sidenav>ul {
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .sidenav {
    padding: 0;
  }
}

@media (max-width: 700px) {
  .sidenav {
    display: none;
  }
}

.sidenav>ul {
  width: 100%;
}

.sidenav ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.sidenav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.sidenav ul li a:hover {
  color: #93c5fd;
  text-shadow: 0 0 12px rgba(147, 197, 253, 0.35);
}

.sidenav ul li .games-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  cursor: default;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.sidenav ul li .games-title:hover {
  color: #93c5fd;
  text-shadow: 0 0 12px rgba(147, 197, 253, 0.35);
}

.games-title__chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
  transition: transform 0.2s ease, border-top-color 0.2s ease;
}

.menu-item-hover:hover .games-title__chevron {
  transform: rotate(180deg);
  border-top-color: #fff;
}

.sidenav ul li.menu-item-hover {
  position: relative;
}

.sidenav ul li.menu-item-hover::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

.sidenav ul li.menu-item-hover:hover .games-title {
  color: #93c5fd;
  text-shadow: 0 0 12px rgba(147, 197, 253, 0.35);
}

.sidenav ul li.menu-item-hover:hover .games-submenu,
.sidenav ul li.menu-item-hover .games-submenu:hover {
  display: block;
}

.menu-item-hover:hover .games-submenu {
  display: block;
}

.games-submenu li {
  margin-right: 0!important;
  padding-right: 0!important;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}

.games-submenu li a {
  display: block;
  padding: 6px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.games-submenu li a:hover {
  background-color: rgba(39, 106, 164, 0.45);
  color: #e0f2fe;
}

.menu__right {
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

.menu__right a {
  font-weight: 600;
  transition: color 0.15s ease, filter 0.15s ease, opacity 0.15s ease;
}

.menu__right a:hover {
  filter: brightness(1.12);
}

.lengts select {
  background-color: transparent;
  color: #fff;
  width: 45px;
  margin-right: 10px;
  cursor: pointer;
  border: none;
}

.lengts select option {
  color: #276aa5;
}

@media (max-width: 800px) {
  .lengts {
    display: none;
  }
}

@media (max-width: 700px) {
  .burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    z-index: 5;
  }

  .menu__right {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
  }

  .menu__right a {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }
}

.burger-menu input {
  display: none;
}

.burger-menu label {
  position: relative;
  top: unset;
  left: 0;
  width: 30px;
  height: 22px;
  display: block;
  transition: left 0.4s;
  z-index: 10;
  display: none;
}

@media (max-width: 700px) {
  .burger-menu label {
    display: block;
    flex-shrink: 0;
    width: 30px;
    max-width: 30px;
    box-sizing: border-box;
  }
}

.burger-menu label span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: 0.3s linear;
  opacity: 1;
  border-radius: 5px;
  transform-origin: center;
}

.burger-menu label span:nth-child(1) {
  top: 3px;
}

.burger-menu label span:nth-child(2) {
  top: 10px;
}

.burger-menu label span:nth-child(3) {
  top: 17px;
}

.burger-menu label span:nth-child(4) {
  display: none;
}

#burger:checked~label {
  width: 30px;
  height: 30px;
}

#burger:checked~.nav-bar {
  top: 45px;
  right: 0;
}

#burger:checked~label span.first {
  opacity: 0;
}

#burger:checked~label span.second {
  top: 14px;
  transform: rotate(45deg);
}

#burger:checked~label span.third {
  top: 14px;
  transform: rotate(-45deg);
}

#burger:checked~label span.four {
  opacity: 0;
}

.nav-bar {
  display: none;
}

@media (max-width: 700px) {
  .nav-bar {
    display: block;
    position: fixed;
    right: -700px;
    top: 45px;
    transition: 0.4s linear;
    width: 100%;
    height: 100%;
  }
}

.nav-bar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.nav-bar nav {
  padding: 30px 0;
  height: 100%;
}

.nav-bar ul {
  text-align: center;
}

.nav-bar a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.games-mobile-expanded {
  display: block;
  width: 100%;
}

.games-title-mobile {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  cursor: default;
}

.games-title-mobile .games-title__chevron {
  border-top-color: rgba(255, 255, 255, 0.85);
}

.games-submenu-mobile {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 15px;
}

.games-mobile-expanded:hover .games-submenu-mobile,
.games-submenu-mobile:hover {
  display: block;
}

.games-submenu-mobile li {
  margin-bottom: 15px;
}

.games-submenu-mobile li:last-child {
  margin-bottom: 0;
}

.games-submenu-mobile li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.header__nav {
  background: #181E31;
}

.header__nav ul {
  display: flex;
  flex-direction: column;
}

.content {
  padding: 30px 30px;
  background-color: #181E31;
  border-radius: 10px;
  margin: 0 10px;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 500px) {
  .content {
    padding: 20px 10px;
  }

  main.error-404-main {
    padding-top: calc(clamp(4.75rem, 22vw, 5.5rem) + 10px);
    padding-bottom: 1.5rem;
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
    min-height: auto;
  }

  main.error-404-main .error-404-section.content {
    padding: 0;
    margin: 0 auto;
    margin-top: 0;
    max-width: 100%;
    background: transparent;
    border: none;
  }
}

.breadcrumbs {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin: 0 0.45rem;
  color: rgba(255, 255, 255, 0.32);
  font-weight: 400;
  pointer-events: none;
}

.breadcrumbs__link {
  color: #93c5fd;
  text-decoration: none;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}

.breadcrumbs__link:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.breadcrumbs__current {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.content h1 {
  font-size: 25px;
  margin: 0 0 1.75rem;
  line-height: 1.25;
}

.content h2 {
  font-size: 20px;
  margin: 1.25rem 0;
  line-height: 1.3;
}

.content h2:first-child {
  margin-top: 0;
}

.content h3 {
  font-size: 18px;
  margin: 1.125rem 0;
  line-height: 1.35;
}

.content h3:first-child {
  margin-top: 0;
}

.content .faq-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

.content .faq-block {
  background: #12192b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content .faq-block:hover {
  border-color: rgba(83, 157, 237, 0.35);
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.content .faq-block.is-open {
  border-color: rgba(83, 157, 237, 0.45);
}

.content .faq-block__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.content .faq-block__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.1rem;
  margin: 0;
  border: none;
  background: transparent;
  color: #e8edf5;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.content .faq-block__trigger:hover {
  background: rgba(83, 157, 237, 0.1);
  color: #fff;
}

.content .faq-block__trigger:focus-visible {
  outline: 2px solid rgba(127, 207, 255, 0.85);
  outline-offset: -2px;
}

.content .faq-block__qtext {
  flex: 1;
  min-width: 0;
}

.content .faq-block__trigger::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.2rem;
  border-right: 2px solid rgba(127, 207, 255, 0.85);
  border-bottom: 2px solid rgba(127, 207, 255, 0.85);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.content .faq-block.is-open .faq-block__trigger::after {
  transform: rotate(-135deg);
  margin-top: 0.15rem;
}

.content .faq-block__panel {
  display: grid;
  /* minmax(0, …) вместо 1fr/0fr — иначе min-size: auto и блок не схлопывается */
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.35s ease;
  overflow: hidden;
  min-height: 0;
}

.content .faq-block.is-open .faq-block__panel {
  grid-template-rows: minmax(0, 1fr);
}

.content .faq-block__inner {
  overflow: hidden;
  min-height: 0;
  max-height: 100%;
  /* без вертикального padding в закрытом виде — иначе min-height контента не 0 */
  padding: 0 1.1rem 0;
  border-top: none;
}

.content .faq-block.is-open .faq-block__inner {
  padding: 0.85rem 1.1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.content .faq-block__inner p {
  color: #d8e4f2;
  margin-top: 0.85rem;
}

.content .faq-block__inner p:first-child {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .content .faq-block__panel,
  .content .faq-block__trigger::after,
  .content .faq-block,
  .content .faq-block__trigger {
    transition: none;
  }
}

.content h4 {
  font-size: 16px;
  margin: 1rem 0 1.1rem;
  line-height: 1.4;
}

.content h4:first-child {
  margin-top: 0;
}

.content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.content p:last-child {
  margin-bottom: 0;
}

.content img {
  display: block;
  margin: 35px auto;
}

.content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.content ul li:last-child {
  margin-bottom: 10px;
}
.content ul li ul {
  margin-top: 5px;
}

.content table {
  width: 100%;
  margin: 0.25rem auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  color: #e8edf5;
  background: #12192b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.content table thead {
  background: linear-gradient(165deg, #2d6dad 0%, #245a8c 42%, #1a3f63 100%);
}

.content table thead tr {
  background: transparent;
}

.content table thead th,
.content table thead td {
  padding: 0.9rem 1rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(83, 157, 237, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.content table thead th:last-child,
.content table thead td:last-child {
  border-right: none;
}

.content table tbody tr {
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 0.2s ease;
}

.content table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.07);
}

.content table tbody tr:hover {
  background: rgba(83, 157, 237, 0.14);
}

.content table tbody td,
.content table tbody th {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  color: #d8e4f2;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom: none;
}

.content table tbody td:last-child,
.content table tbody th:last-child {
  border-right: none;
}

.content table caption {
  caption-side: bottom;
  padding: 0.65rem 0.25rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

@media (max-width: 700px) {
  .content table thead th,
  .content table thead td,
  .content table tbody td,
  .content table tbody th {
    padding: 10px;
    font-size: 0.875rem;
  }
}

.footer {
  background: #0A0F1D;
  padding: 40px 0;
  padding-bottom: 90px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px 0px;
  background: #0A0F1D;
  border-radius: 0 0 10px 10px;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.footer__logo img {
  width: 70px;
  margin-right: 15px;
}

.footer__line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__topcol {
  width: 100%;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

  .footer {

    padding-bottom: 120px;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding-left: 0;
}

.social__item {
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.social__item:hover {
  transform: scale(1.1);
}

.bg-tg {
  background: linear-gradient(240.2deg, #0fb1d6 0%, #08c 61.34%);
  box-shadow: 0 5px 16px rgba(76, 162, 246, 0.3019607843);
}

.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  align-items: center;
}

.social__link img {
  width: 21px;
  height: 21px;
}

.bg-you {
  background: linear-gradient(135deg, #ff4f4f 0%, #f00 100%);
  box-shadow: 0 5px 16px rgba(246, 76, 76, 0.3019607843);
}

.bg-vk {
  background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f 0%, #f00 100%);
  box-shadow: 0 5px 16px rgba(76, 185, 246, 0.3019607843);
}

.bg-inst {
  background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
  box-shadow: 0 5px 16px rgba(186, 77, 101, 0.3019607843);
}

.sports {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  max-width: 700px;
}

.sports__item {
  margin-right: 10px;
}

.sports__item:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.sports__item img {
  object-fit: contain;
  height: 25px;
}

.sports__item:last-child {
  margin-right: 0px;
}

.content .reviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 0.85rem 1rem;
  margin: 0.35rem 0 1.35rem;
}

.content .reviews p {
  margin: 0;
  padding: 1rem 1.15rem 1.15rem;
  border-radius: 12px;
  background: #12192b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(83, 157, 237, 0.55);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #d8e4f2;
  font-size: 15px;
  line-height: 1.55;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content .reviews p:hover {
  border-color: rgba(83, 157, 237, 0.4);
  border-left-color: rgba(127, 207, 255, 0.75);
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.content .reviews p > span {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #f4e4a8;
  text-shadow: 0 0 14px rgba(244, 228, 168, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .content .reviews p {
    transition: none;
  }
}

.table-wrap {
  overflow-x: auto
}

.pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .pay {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

.pay__item {
  background-color: #0A0F1D;
  opacity: 0.4;
  margin-right: 5px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .pay__item {
    min-width: 70px;
  }
}

.pay__item:hover {
  opacity: 1;
}

.pay__item img {
  height: 19px;
}

.footer__bototm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #215783;
  border-radius: 5px;
  margin: 5px 0;
}

.footer__text {
  background: #0A0F1D;
  width: 100%;
  border-radius: 10px;
}

.footer__cont {
  border-radius: 5px;
  padding: 15px;
}

.footer__text p {
  color: #bed2e4;
  font-size: 12px;
}

.footer__cont p {
  margin-bottom: 10px;
}

.footer__cont strong {
  font-weight: 700;
}

.footer__text p a {
  color: #fff;
  font-size: 12px;
}

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

.footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 576px) {
  .content__rating__stars {
    display: flex;
    flex-direction: column;
  }
}

.sidebare-left {
  position: relative;
  padding-top: 10px;
  flex: 0 0 17%;
  max-width: 17%;
}

@media (max-width: 1050px) {
  .sidebare-left {
    display: none;
  }
}

.sidebare-left__box {
  position: sticky;
  top: 10px;
  left: 0;
}

.sidebare-left__title {
  background: #1D2438;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.sidebare-left__titlesub {
  background: #E9EEF2;
  color: #0A0F1D;
  padding: 10px;
  text-transform: uppercase;
}

.ac {
  border: solid 0.5px #e9eef2;
}

.ac-input {
  display: none;
}

.ac-label {
  position: relative;
  padding: 0.5em 1em;
  display: block;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out;
  color: #0A0F1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.ac-label>svg {
  margin-right: 10px;
}

.ac-label:after,
.ac-input:checked+.ac-label:after {
  content: "";
  background-image: url(/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  width: 16px;
  height: 100%;
  transition: background-color 0.15s ease-in-out;
}

.ac-text,
.ac-sub-text {
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.ac-sub {
  background-color: #fff;
  border-bottom: solid 0.5px #e9eef2;
}

.ac-sub .ac-input:checked+label,
.ac-sub .ac-label:hover {
  background: none;
}

.ac-sub img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.ac-input:checked+.ac-label:after {
  content: "";
  transform: rotate(180deg);
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked+.ac-label:after {
  content: "";
  background-image: url(/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  width: 16px;
  height: 100%;
  transition: background-color 0.15s ease-in-out;
}

.ac-input:checked~.ac-text,
.ac-sub .ac-input:checked~.ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub-text {
  padding: 0 1em 0 1em;
}

.ac-text,
.ac-sub-text {
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.ac-sub-text-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #276aa5;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  margin-bottom: 0;
}

.ac-input:checked+label,
.ac-label:hover {
  background-color: #d3dee8;
}

.ac-subnum {
  font-size: 0.6875em;
}

.ac-sub-text-item img {
  width: 10px;
  height: 10px;
}

.sidebare-right {
  flex: 0 0 17%;
  max-width: 17%;
  position: relative;
  padding: 10px 0;
}

@media (max-width: 1050px) {
  .sidebare-right {
    display: none;
  }
}

.sidebare-right__box {
  background: #e9eef2;
  padding: 15px;
}

.sidebare-right__box form input {
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1D2438;
  border-radius: 5px;
  border: none;
}

.sidebare-right__box form button {
  background: #92c738;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  border: none;
}

.sidebare-right__text {
  color: #7599b8;
  font-size: 10px;
  text-align: center;
  margin-top: 15px;
}

.sidebare-right__text a {
  color: #3da5ff;
  font-size: 10px;
  text-decoration: underline;
}

.sidebare-right-all {
  position: sticky;
  top: 10px;
  left: 0;
}

.sidebare__androidios {
  margin: 15px 0;
}

.sidebare__androidios-top {
  background-color: #1D2438;
  display: flex;
  align-items: center;
  padding: 15px;
}

.sidebare__android {
  color: #fff;
  width: 45%;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.sidebare__ios {
  color: #fff;
  width: 45%;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.sidebare__x {
  width: 10%;
  cursor: pointer;
}

.sidebare__android svg {
  margin-right: 10px;
}

.sidebare__boxclicck {
  background-color: #E9EEF2;
  padding: 5px;
}

.sidebare__androidios--hidden {
  display: none;
}

.games {
  list-style-type: none;
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px 12px;
  margin: 30px 0 !important;
  align-items: stretch;
}

.games__item {
  display: flex;
  min-width: 0;
}

.games__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.games__link:hover {
  transform: translateY(-3px);
  border-color: rgba(83, 157, 237, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.games__link:focus-visible {
  outline: 2px solid #539ded;
  outline-offset: 3px;
}

.games__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
}

.games__wrap {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 5 / 3;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background: #0f1526;
  flex-shrink: 0;
}

.games__rating {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.45rem 0.65rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: #ffe082;
  z-index: 2;
  border-radius: 0;
  background: linear-gradient(
    to top,
    rgba(8, 11, 22, 0.94) 0%,
    rgba(8, 11, 22, 0.55) 45%,
    transparent 100%
  );
  border: none;
  backdrop-filter: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.games__rating::before {
  content: "★";
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  color: #ffb300;
  margin: 0;
  filter: drop-shadow(0 0 6px rgba(255, 179, 0, 0.55));
}

.games__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.22;
  display: none;
  transition: 0.3 ease-in-out;
  border-radius: 0;
  z-index: 1;
  pointer-events: none;
}

.games__title {
  margin: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0.65rem 0.5rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.games__wrap:hover .games__bg,
.games__link:hover .games__bg {
  display: block;
  transition: 0.3 ease-in-out;
}

@media (max-width:1250px) {
  .games {
    grid-template-columns: repeat(3, 1fr);
  }

  .games__rating {
    font-size: 0.875rem;
    padding: 0.5rem 0.7rem 0.55rem;
  }
}

@media (max-width:650px) {
  .games {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:400px) {
  .games__title {
    font-size: 12px;
    padding: 0.55rem 0.45rem;
  }

  .games__rating {
    font-size: 0.8125rem;
  }
}

/* Filters Section */
.filters-section {
  margin-bottom: 2rem;
}

.filters-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.top-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.search-sort-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.provider-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.provider-btn {
  background: rgba(255, 255, 255, 0.1);
  /* border: 1px solid rgba(105, 172, 109, 0.5); */
  border: 1px solid transparent;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.provider-btn:hover,
.provider-btn.active {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(105, 172, 109, 0.5)
}

.content img.provider-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* object-fit: cover; */
  object-fit: contain;
  margin: 0;
}

.search-container {
  position: relative;
}

.search-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(105, 172, 109, 0.5);
  color: white;
  padding: 0.75rem 1.25rem;
  padding-left: 3rem;
  border-radius: 1.5rem;
  outline: none;
  transition: all 0.3s ease;
  width: 300px;
}

.search-input:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 20px rgba(255, 107, 107, 0.3);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.sort-container {
  position: relative;
}

.sort-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(105, 172, 109, 0.5);
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5rem;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  padding-right: 3rem;
}

.sort-select:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 20px rgba(255, 107, 107, 0.3);
}

.sort-select option {
  background: #1a1a2e;
  color: white;
}

.sort-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

/* Slots Grid */
.slots-container {
  padding-bottom: 2rem;
}

.slots-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.slot-card {
  background-color: #1a1a2e;
  border: 1px solid rgba(105, 172, 109, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  gap: 1rem;
}

.slot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(105, 172, 109, 0.2);
}

.slot-image {
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
  object-fit: cover;
  border: 2px solid rgba(105, 172, 109, 0.5);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.slot-image:hover {
  border-color: #ff6b6b;
  transform: scale(1.05);
}

.slot-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slot-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slot-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.slot-logo {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  object-fit: cover;
  border: 2px solid rgba(105, 172, 109, 0.5);
}

.slot-details {
  text-align: left;
  flex: 1;
}

.slot-name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.slot-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
}

.slot-meta {
  font-size: 0.875rem;
  color: #9ca3af;
}

.jackpot-display {
  text-align: right;
  min-width: 100px;
}

.jackpot-percentage {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 1.125rem;
}

.jackpot-percentage.high {
  color: #10b981;
}

.jackpot-percentage.medium {
  color: #69ac6d;
}

.jackpot-percentage.low {
  color: #ef4444;
}

.time-indicator {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.125rem;
}

.jackpot-meter-section {
  margin-top: 0;
}

.jackpot-meter {
  display: flex;
  gap: 2px;
  height: 16px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.progress-segment {
  width: 100%;
  height: 100%;
  background: #333;
  border: 1px solid #555;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
}

.progress-segment.filled-green {
  background: linear-gradient(to bottom, #4CAF50 0%, #45a049 50%, #3d8b40 100%);
  border: 1px solid #45a049;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.progress-segment.filled-yellow {
  background: linear-gradient(to bottom, #FFC107 0%, #ffb300 50%, #ff8f00 100%);
  border: 1px solid #ffb300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.progress-segment.filled-orange {
  background: linear-gradient(to bottom, #FF9800 0%, #f57c00 50%, #e65100 100%);
  border: 1px solid #f57c00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.progress-segment.filled-red {
  background: linear-gradient(to bottom, #F44336 0%, #d32f2f 50%, #b71c1c 100%);
  border: 1px solid #d32f2f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.progress-segment.filled-critical {
  background: linear-gradient(to bottom, #D32F2F 0%, #b71c1c 50%, #8e0000 100%);
  border: 1px solid #b71c1c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: criticalBlink 1s infinite;
}

.progress-segment.empty {
  background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border: 1px solid #444;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.time-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  font-size: 0.75rem;
}

.time-data-item {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.time-data-item.positive {
  color: #10b981;
  border-color: rgba(16, 185, 129, 0.3);
}

.time-data-item.negative {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.3);
}

.hot-indicator {
  background: linear-gradient(45deg, #ff6b6b, #ffd700);
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  animation: hotPulse 1.5s infinite;
}

.update-indicator {
  position: fixed;
  top: 20px;
  right: 20px;
  background: linear-gradient(45deg, #ff6b6b, #ffd700);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  font-weight: bold;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

.update-indicator.show {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile Responsive */
@media (max-width: 768px) {





  .live-status {
    font-size: 12px;
    justify-content: center;
  }

  .stats-display {
    min-width: 100px;
    padding: 0.75rem;
  }

  .filters-container {
    gap: 0.75rem;
  }

  .top-filters {
    flex-direction: column;
    gap: 0.75rem;
  }

  .search-sort-container {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .search-input {
    width: 100%;
    max-width: 300px;
  }

  .sort-select {
    width: 100%;
    max-width: 300px;
  }

  .provider-filters {
    justify-content: center;
  }

  .provider-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }

  .slot-card {
    flex-direction: column;
  }

  .slot-image {
    width: 60px;
    height: 60px;
    align-self: flex-start;
  }

  .slot-card-content {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .slot-info {
    width: 100%;
  }

  .jackpot-display {
    width: 100%;
    text-align: left;
  }

  .time-data {
    grid-template-columns: 1fr;
  }


}

@media (min-width: 769px) {
  .slots-grid {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
}

/* Animations */
@keyframes criticalBlink {

  0%,
  100% {
    opacity: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  50% {
    opacity: 0.7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(211, 47, 47, 0.8);
  }
}

@keyframes hotPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes livePulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.glossary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(105, 172, 109, 0.3);
  border-left: 4px solid #69ac6d;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.glossary h2 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.glossary h3 {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
}

.glossary p {
  font-size: 10.5pt;
  color: #9ca3af;
  margin: 0 0 10px 0;
}

.content__action {
  padding: 0;
  background: linear-gradient(180deg, #0c1a3d 0%, #132e64 45%, #0e2452 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 100;
  font-family: Roboto, sans-serif;
  color: rgba(230, 237, 248, 0.92);
  backdrop-filter: blur(8px);
  transform: translate3d(0, 100%, 0);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.content__action.content__action--visible {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .content__action {
    transition-duration: 0.01ms;
  }
}

.content__action strong {
  font-weight: 700;
  text-transform: uppercase;
}

.content__action--1win {
  padding: 0;
}

.action-relative {
  position: relative;
  padding: 14px 0 16px;
}

.content__action__wrap--all {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.content__action__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.content__action__left {
  display: flex;
  align-items: center;
  margin-right: 10px;
  min-width: 0;
}

.content__action__logo-col picture {
  margin-right: 0;
  max-width: 46px;
  width: 100%;
  flex-shrink: 0;
}

.content__action__logo-col picture img {
  width: 46px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.content__action__logo-col {
  flex-shrink: 0;
}

.content__action__text-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem 1rem;
  flex: 1 1 auto;
  min-width: 0;
}

.content__action__left__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem 1rem;
  min-width: 0;
}

.content__action__rating {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.content__action__brand {
  margin: 0;
  line-height: 1.1;
}

.content__action__brand strong {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.content__rating__badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.3rem 0.45rem;
  padding: 0.22rem 0.5rem 0.26rem;
  max-width: 100%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.content__rating__score-block {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
  flex-shrink: 0;
}

.content__rating__score-value {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fef9c3 0%, #facc15 40%, #ca8a04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.content__rating__score-out {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.5);
  line-height: 1;
}

.content__rating__divider {
  width: 1px;
  align-self: stretch;
  min-height: 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  flex-shrink: 0;
}

.content__rating__stars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1px;
}

.content__rating__stars img {
  width: 11px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(250, 204, 21, 0.85)) drop-shadow(0 0 8px rgba(250, 204, 21, 0.35));
}

.content__action__btns {
  display: flex;
  align-items: center;
  max-width: 300px;
  flex-shrink: 0;
}

.content__action__btn {
  padding: 10px 22px;
  background: linear-gradient(180deg, #fde047 0%, #F2B707 45%, #ca8a04 100%);
  color: #1a1a1a;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  grid-area: btn;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(242, 183, 7, 0.45), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.content__action__btn:hover {
  background: linear-gradient(180deg, #fef08a 0%, #facc15 50%, #eab308 100%);
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(242, 183, 7, 0.55);
  transform: translateY(-1px);
}

.content__action__descr {
  max-width: min(400px, 42vw);
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.content__action__descr .action__descr__text:first-child {
  display: inline-block;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #0f172a;
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 40%, #f59e0b 100%);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.content__action__descr .action__descr__text:first-child strong {
  font-weight: 800;
  color: inherit;
}

.content__action__descr .action__descr__text:nth-child(2) {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(226, 232, 240, 0.88);
  margin: 0;
}

.action__descr__text {
  font-size: 14px;
  display: block;
}

.open-popup {
  cursor: pointer
}

.dn {
  display: block
}

@media (max-width:800px) {
  .stars_none {
    display: none
  }
}

@media (max-width: 640px) {
  .arrow__up__action {
    right: 20px;
  }

  .content__action__wrap {
    align-items: flex-start;
    gap: 0.45rem;
  }

  .content__action__left {
    flex: 1;
    min-width: 0;
    margin-right: 0;
  }

  .content__action__left__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.7rem;
  }

  .content__action__logo-col {
    flex: 0 0 clamp(40px, 15vw, 62px);
    max-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
  }

  .content__action__logo-col picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
  }

  .content__action__logo-col picture a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
  }

  .content__action__logo-col picture img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: min(64px, 22vw);
    object-fit: contain;
  }

  .content__action__text-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.28rem;
    flex: 1 1 minmax(0, 1fr);
    min-width: 0;
  }

  .content__action__rating {
    flex: none;
    min-width: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
  }

  .content__action__brand {
    flex-shrink: 0;
  }

  .content__action__btn--all {
    width: auto;
    min-width: 92px;
  }

  .content__action__btn {
    margin-right: 0;
    padding: 8px 14px;
    font-size: 11px;
  }

  .content__action {
    padding: 0;
  }

  .content__action--1win {
    padding: 0;
  }

  .action-relative {
    padding: 10px 0 12px;
  }

  .content__action__wrap--all {
    padding: 0 12px;
  }

  .content__action__brand strong {
    font-size: 0.95rem;
  }

  .content__rating__badge {
    flex-shrink: 1;
    min-width: 0;
    padding: 0.18rem 0.4rem 0.22rem;
    gap: 0.25rem 0.35rem;
    border-radius: 7px;
  }

  .content__rating__score-value {
    font-size: 0.92rem;
  }

  .content__rating__score-out {
    font-size: 0.58rem;
  }

  .content__rating__divider {
    min-height: 0.95rem;
  }

  .content__rating__stars img {
    width: 9px;
  }

  .content__action__descr {
    max-width: none;
    margin-left: 0;
    width: 100%;
    gap: 0.3rem;
  }

  .content__action__descr .action__descr__text:first-child {
    font-size: 0.65rem;
    padding: 0.28rem 0.5rem;
  }

  .content__action__descr .action__descr__text:nth-child(2) {
    font-size: 11px;
    line-height: 1.35;
  }

  .action__descr__text {
    font-size: 12px;
  }

  .content__action__btns {
    align-self: center;
    padding-top: 0.2rem;
  }
}

.dn {
  display: block
}

.header__top__right {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* One language switcher on mobile: desk-lang uses display:flex with higher specificity than .desk-lang{display:none} */
@media (max-width: 700px) {
  .header__col--right .langs.desk-lang {
    display: none !important;
  }

  .header__top__right .langs.mob-lang {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    list-style: none;
    transform: translateY(2px);
  }

  .header__top__right .langs.mob-lang:hover {
    background: transparent !important;
  }

  .header__top__right .langs.mob-lang .lang-main__link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.4rem 0.5rem;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .header__top__right .langs.mob-lang .lang-main__link::after {
    content: "";
    background: none;
    position: static;
    width: 0.32em;
    height: 0.32em;
    border-right: 1.5px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    margin-top: -0.08em;
    flex-shrink: 0;
  }

  .header__top__right .langs.mob-lang > li:hover .lang-main__link::after,
  .header__top__right .langs.mob-lang.mob-lang--open .lang-main__link::after {
    content: "";
    transform: rotate(225deg);
    margin-top: 0.05em;
  }

  .header__top__right .langs.mob-lang > li {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    min-height: 0;
  }

  .header__top__right .langs.mob-lang > li::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: min(100%, 10rem);
    height: 14px;
    z-index: 59;
  }

  .header__top__right .langs.mob-lang .submenu {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-radius: 10px;
    padding: 0.3rem 0 0.25rem;
    background: linear-gradient(180deg, #1f2a42 0%, #161d2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
    z-index: 60;
    pointer-events: auto;
  }

  .header__top__right .langs.mob-lang .submenu a {
    padding: 0.35rem 0.75rem;
    margin: 0;
    border-radius: 8px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .langs {
    padding: 5px 10px;

  }

  .submenu {
    padding: 5px 10px;
  }
}

/* Header language switcher (desktop) */
.header__col--right .langs.desk-lang {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background: transparent !important;
  border-radius: 0 !important;
}

.header__col--right .langs.desk-lang:hover {
  background: transparent !important;
}

.header__col--right .langs.desk-lang > li {
  position: relative;
  display: block;
  width: auto;
}

.header__col--right .langs.desk-lang > li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: min(100%, 10rem);
  height: 14px;
  z-index: 55;
}

.header__col--right .langs.desk-lang .lang-main__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem 0.45rem 0.8rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.header__col--right .langs.desk-lang > li:hover .lang-main__link {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.header__col--right .langs.desk-lang .lang-main__link::after {
  content: "";
  background: none;
  position: static;
  width: 0.45em;
  height: 0.45em;
  margin: 0;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  margin-top: -0.2em;
  margin-left: 0.15em;
  flex-shrink: 0;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.header__col--right .langs.desk-lang > li:hover .lang-main__link::after {
  content: "";
  transform: rotate(225deg);
  margin-top: 0.1em;
  border-right-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}

.header__col--right .langs.desk-lang .submenu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
  width: max-content;
  min-width: 7.5rem;
  padding: 0.5rem 0 0.4rem;
  margin: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #1f2a42 0%, #161d2e 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 56;
  pointer-events: auto;
}

.header__col--right .langs.desk-lang .submenu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.header__col--right .langs.desk-lang .submenu li {
  margin: 0;
  padding: 0;
}

.header__col--right .langs.desk-lang .submenu a,
.header__col--right .langs.desk-lang .submenu .newlang {
  display: block;
  padding: 0.55rem 1.1rem;
  margin: 0 0.35rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.header__col--right .langs.desk-lang .submenu a:hover,
.header__col--right .langs.desk-lang .submenu .newlang:hover {
  background: rgba(59, 130, 246, 0.25);
  color: #fff;
}

.header__col--right .langs.desk-lang .newlang {
  margin-bottom: 0;
}
