/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url('/fontsILAnbb/barlowsemicondensed-regularILAnbb.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url('/fontsILAnbb/barlowsemicondensed-semiboldILAnbb.woff2')
    format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('/fontsILAnbb/overpass-variablefontILAnbb.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ececec;
  color: #ffffff;
  font-family: 'Overpass', sans-serif;
}

body.body-lockILAnbb {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.pageILAnbb {
  overflow: hidden;
}

.visually-hiddenILAnbb {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}

/* header */
.headerILAnbb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
}

.headerILAnbb__inner {
  position: relative;
  min-height: 108px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.headerILAnbb__left,
.headerILAnbb__right {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
}

.headerILAnbb__right {
  justify-content: flex-end;
}

.headerILAnbb__burger {
  width: 60px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.headerILAnbb__burger span {
  display: block;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.headerILAnbb__menu-text {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.headerILAnbb__theme {
  width: 76px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 3px;
}

.headerILAnbb__theme-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.headerILAnbb__theme-circle img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.headerILAnbb__logo {
  width: min(330px, 72%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerILAnbb__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.headerILAnbb__auth-btn {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.headerILAnbb__auth-btn:hover,
.heroILAnbb__cta:hover,
.modalILAnbb__submit:hover,
.jackpotsILAnbb__amount-box:hover,
.bottom-navILAnbb__link:hover {
  transform: translateY(-2px);
}

.headerILAnbb__auth-btn--register {
  background: linear-gradient(135deg, #ff008c 0%, #ff2c97 100%);
  box-shadow: 0 10px 24px rgba(255, 0, 140, 0.28);
}

.headerILAnbb__auth-btn--login {
  background: transparent;
  color: #fff;
}

.headerILAnbb__user-mobile {
  display: none;
  width: 44px;
  height: 44px;
}

.headerILAnbb__user-mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* mobile menu */
.mobile-menuILAnbb__overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(4, 12, 34, 0.64);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.mobile-menuILAnbb__overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menuILAnbb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: min(360px, 86vw);
  height: 100vh;
  background: linear-gradient(180deg, #081f59 0%, #061739 100%);
  transform: translateX(-110%);
  transition: transform 0.35s ease;
  padding: 24px 20px;
  overflow-y: auto;
}

.mobile-menuILAnbb.active {
  transform: translateX(0);
}

.mobile-menuILAnbb__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.mobile-menuILAnbb__logo {
  width: 180px;
}

.mobile-menuILAnbb__close {
  font-size: 38px;
  line-height: 1;
  color: #fff;
}

.mobile-menuILAnbb__list li + li {
  margin-top: 12px;
}

.mobile-menuILAnbb__list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-menuILAnbb__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.mobile-menuILAnbb__actions .headerILAnbb__auth-btn {
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

/* hero */
.heroILAnbb {
  position: relative;
  background: #061949;
}

.heroILAnbb__slider {
  position: relative;
  min-height: 780px;
}

.heroILAnbb__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.heroILAnbb__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.heroILAnbb__bg,
.heroILAnbb__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.heroILAnbb__bg img {
  object-fit: cover;
}

.heroILAnbb__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 24, 73, 0.28) 0%,
    rgba(7, 24, 74, 0.12) 30%,
    rgba(19, 11, 46, 0.12) 65%,
    rgba(8, 8, 22, 0.18) 100%
  );
  pointer-events: none;
}

.heroILAnbb__lights {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.82;
}

.heroILAnbb__lights img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}

.heroILAnbb__inner {
  position: relative;
  z-index: 5;
  min-height: 780px;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 140px 0 120px;
}

.heroILAnbb__media {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.heroILAnbb__item {
  position: relative;
  z-index: 2;
  width: min(560px, 36vw);
  opacity: 0;
  transform: translateY(34px) scale(0.97);
}

.heroILAnbb__slide--active .heroILAnbb__item {
  animation: heroItemInILAnbb 0.8s ease forwards;
  animation-delay: 0.14s;
}

.heroILAnbb__content {
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(34px);
}

.heroILAnbb__slide--active .heroILAnbb__content {
  animation: heroTextInILAnbb 0.82s ease forwards;
  animation-delay: 0.08s;
}

.heroILAnbb__content-box {
  width: min(690px, 100%);
  padding-top: 18px;
}

.heroILAnbb__title {
  margin: 0 0 28px;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  text-transform: uppercase;
  max-width: 640px;
}

.heroILAnbb__subtitle {
  margin: 0 0 44px;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.06;
}

.heroILAnbb__cta {
  min-width: 438px;
  min-height: 86px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #fff;
  color: #1d1a2b;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.heroILAnbb__cta:hover {
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.heroILAnbb__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 84px;
  line-height: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.heroILAnbb__arrow--prev {
  left: 14px;
}

.heroILAnbb__arrow--next {
  right: 14px;
}

.heroILAnbb__arrow:hover {
  opacity: 0.8;
}

.heroILAnbb__dots {
  position: absolute;
  right: 18px;
  bottom: 154px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.heroILAnbb__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.heroILAnbb__dot--active {
  background: #ff1493;
  box-shadow: 0 0 0 7px rgba(255, 20, 147, 0.18);
  transform: scale(1.06);
}

.heroILAnbb__tabs {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 13;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 30px));
  display: flex;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.heroILAnbb__tabs::-webkit-scrollbar {
  display: none;
}

.heroILAnbb__tab {
  flex: 1 0 auto;
  min-width: 190px;
  min-height: 46px;
  padding: 14px 18px 12px;
  background: #eeeeee;
  color: #1d1a2b;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 19.2px;
  text-transform: uppercase;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
  margin-left: -8px;
}

.heroILAnbb__tab:first-child {
  margin-left: 0;
}

.heroILAnbb__tab--active {
  background: #fff;
}

/* jackpots */
.jackpotsILAnbb {
  position: relative;
  z-index: 14;
  background: #efefef;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.jackpotsILAnbb__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.jackpotsILAnbb__card {
  min-height: 92px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
}

.jackpotsILAnbb__card:last-child {
  border-right: 0;
}

.jackpotsILAnbb__amount-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: transform 0.25s ease;
}

.jackpotsILAnbb__icon {
  width: 70px;
  flex: 0 0 auto;
}

.jackpotsILAnbb__text {
  color: #1d1a2b;
  text-align: left;
}

.jackpotsILAnbb__label {
  margin-bottom: 4px;
  color: #b7b2ad;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.jackpotsILAnbb__amount {
  color: #1d1a2b;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

/* bottom nav */
.bottom-navILAnbb {
  background: #171531;
}

.bottom-navILAnbb__list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}

.bottom-navILAnbb__item {
  min-width: 0;
}

.bottom-navILAnbb__link {
  min-height: 128px;
  padding: 16px 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.bottom-navILAnbb__link--active {
  background: #ff008c;
  border-radius: 16px 16px 0 0;
}

.bottom-navILAnbb__icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.bottom-navILAnbb__title {
  font-family: 'Overpass', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

/* modals */
.modalILAnbb {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.modalILAnbb.active {
  opacity: 1;
  visibility: visible;
}

.modalILAnbb__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 28, 0.74);
  backdrop-filter: blur(6px);
}

.modalILAnbb__dialog {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 24px));
  margin: 8vh auto 0;
  padding: 30px 22px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #091d53 0%, #081633 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.3s ease;
}

.modalILAnbb.active .modalILAnbb__dialog {
  transform: translateY(0) scale(1);
}

.modalILAnbb__close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

.modalILAnbb__title {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.modalILAnbb__form {
  display: grid;
  gap: 14px;
}

.modalILAnbb__field {
  display: grid;
  gap: 8px;
}

.modalILAnbb__field span {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Overpass', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.modalILAnbb__field input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.modalILAnbb__field input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.modalILAnbb__submit {
  min-height: 58px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff008c 0%, #ff2c97 100%);
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.25s ease;
}

/* animations */
@keyframes heroZoomILAnbb {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1);
  }
}

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

@keyframes heroItemInILAnbb {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* large */
@media (max-width: 1540px) {
  .heroILAnbb__inner {
    grid-template-columns: 0.95fr 1fr;
  }

  .heroILAnbb__item {
    width: min(500px, 34vw);
  }

  .heroILAnbb__title {
    font-size: 60px;
    line-height: 60px;
  }

  .heroILAnbb__subtitle {
    font-size: 34px;
  }

  .heroILAnbb__cta {
    min-width: 400px;
  }

  .jackpotsILAnbb__amount {
    font-size: 38px;
  }
}

/* tablet */
@media (max-width: 1199px) {
  .headerILAnbb__menu-text,
  .headerILAnbb__theme,
  .headerILAnbb__auth-btn {
    display: none;
  }

  .headerILAnbb__user-mobile {
    display: block;
  }

  .headerILAnbb__logo-badge {
    width: min(360px, 42vw);
    aspect-ratio: 360 / 96;
  }

  .headerILAnbb__logo {
    width: min(248px, 72%);
  }

  .heroILAnbb__slider,
  .heroILAnbb__inner {
    min-height: 760px;
  }

  .heroILAnbb__inner {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
    padding-top: 138px;
    padding-bottom: 118px;
  }

  .heroILAnbb__media {
    order: 2;
    min-height: 260px;
    width: 100%;
    align-items: flex-end;
  }

  .heroILAnbb__content {
    order: 1;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .heroILAnbb__content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .heroILAnbb__title {
    max-width: 760px;
    text-align: center;
    font-size: 56px;
    line-height: 56px;
  }

  .heroILAnbb__subtitle {
    text-align: center;
    font-size: 34px;
    margin-bottom: 28px;
  }

  .heroILAnbb__cta {
    min-width: 380px;
    min-height: 80px;
    font-size: 30px;
  }

  .heroILAnbb__item {
    width: min(340px, 42vw);
  }

  .heroILAnbb__dots {
    bottom: 142px;
  }

  .jackpotsILAnbb__grid {
    grid-template-columns: 1fr;
  }

  .jackpotsILAnbb__card {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .jackpotsILAnbb__card:last-child {
    border-bottom: 0;
  }

  .bottom-navILAnbb__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* mobile */
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .headerILAnbb {
    padding-top: 2px;
  }

  .headerILAnbb__inner {
    min-height: 78px;
  }

  .headerILAnbb__left,
  .headerILAnbb__right {
    padding-top: 10px;
  }

  .headerILAnbb__burger {
    width: 46px;
    height: 36px;
    gap: 6px;
  }

  .headerILAnbb__burger span {
    width: 30px;
    height: 4px;
  }

  .headerILAnbb__logo-badge {
    width: 232px;
    aspect-ratio: 232 / 74;
    border-radius: 0 0 12px 12px;
  }

  .headerILAnbb__logo {
    width: 170px;
  }

  .headerILAnbb__user-mobile {
    width: 36px;
    height: 36px;
  }

  .heroILAnbb__slider,
  .heroILAnbb__inner {
    min-height: 760px;
  }

  .heroILAnbb__inner {
    padding-top: 108px;
    padding-bottom: 92px;
  }

  .heroILAnbb__title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 36px;
    max-width: 100%;
  }

  .heroILAnbb__subtitle {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.05;
  }

  .heroILAnbb__cta {
    width: min(100%, 430px);
    min-width: 0;
    min-height: 68px;
    padding: 14px 20px;
    font-size: 24px;
  }

  .heroILAnbb__media {
    min-height: 250px;
  }

  .heroILAnbb__item {
    width: min(280px, 62vw);
  }

  .heroILAnbb__arrow {
    top: 49%;
    width: 48px;
    height: 48px;
    font-size: 58px;
  }

  .heroILAnbb__arrow--prev {
    left: 8px;
  }

  .heroILAnbb__arrow--next {
    right: 8px;
  }

  .heroILAnbb__dots {
    right: 8px;
    bottom: 138px;
    gap: 12px;
  }

  .heroILAnbb__dot {
    width: 16px;
    height: 16px;
  }

  .heroILAnbb__tabs {
    width: calc(100% - 8px);
    justify-content: flex-start;
  }
  .heroILAnbb__tab {
    pointer-events: none;
  }

  .heroILAnbb__tab {
    min-width: 234px;
    min-height: 42px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 16px;
  }

  .jackpotsILAnbb {
    padding-top: 4px;
  }

  .jackpotsILAnbb__card {
    min-height: 146px;
    padding: 16px 12px;
  }

  .jackpotsILAnbb__amount-box {
    flex-direction: column;
    gap: 10px;
  }

  .jackpotsILAnbb__icon {
    width: 92px;
  }

  .jackpotsILAnbb__text {
    text-align: center;
  }

  .jackpotsILAnbb__label {
    font-size: 22px;
  }

  .jackpotsILAnbb__amount {
    font-size: 34px;
  }

  .bottom-navILAnbb {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bottom-navILAnbb::-webkit-scrollbar {
    display: none;
  }

  .bottom-navILAnbb__list {
    width: max-content;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 118px);
  }

  .bottom-navILAnbb__link {
    min-height: 118px;
    padding: 14px 8px 12px;
  }

  .bottom-navILAnbb__link--active {
    border-radius: 18px 18px 0 0;
  }

  .bottom-navILAnbb__icon {
    width: 34px;
    height: 34px;
  }

  .bottom-navILAnbb__title {
    font-size: 13px;
  }

  .modalILAnbb__dialog {
    padding: 26px 18px 18px;
    border-radius: 20px;
  }

  .modalILAnbb__title {
    font-size: 34px;
  }

  .modalILAnbb__submit {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .heroILAnbb__slider,
  .heroILAnbb__inner {
    min-height: 720px;
  }

  .heroILAnbb__title {
    font-size: 34px;
    line-height: 34px;
  }

  .heroILAnbb__subtitle {
    font-size: 24px;
  }

  .heroILAnbb__cta {
    min-height: 64px;
    font-size: 22px;
  }

  .heroILAnbb__item {
    width: 250px;
  }

  .jackpotsILAnbb__amount {
    font-size: 30px;
  }
}
.gamesILAnbb {
  padding: 28px 0 60px;
  background: #efefef;
}

.gamesILAnbb__search {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.gamesILAnbb__search-label {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.gamesILAnbb__search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9f9f9f;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.gamesILAnbb__search-input {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 40px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
  color: #1d1a2b;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  outline: none;
}

.games-sectionILAnbb + .games-sectionILAnbb {
  margin-top: 42px;
}

.games-sectionILAnbb__title {
  margin: 0 0 18px;
  color: #1d1a2b;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.games-gridILAnbb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.games-gridILAnbb.games-gridILAnbb--featured {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 165px);
  gap: 14px;
}

.games-gridILAnbb--featured .games-gridILAnbb__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.games-gridILAnbb__item {
  min-width: 0;
}

.game-cardILAnbb {
  position: relative;
  padding-top: 10px;
  overflow: visible;
}

.game-cardILAnbb__link {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #cfcfcf;
}

.game-cardILAnbb--large .game-cardILAnbb__link {
  border-radius: 18px;
}

.game-cardILAnbb__image {
  display: block;
  width: 100%;
  aspect-ratio: 280 / 120;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.game-cardILAnbb--large .game-cardILAnbb__image {
  aspect-ratio: 590 / 340;
}

.game-cardILAnbb__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px 6px;
  border-radius: 8px 8px 8px 0;
  background: #ff0a8a;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.game-cardILAnbb__badge--short {
  min-width: 38px;
  padding-left: 9px;
  padding-right: 9px;
}

.game-cardILAnbb__overlay {
  position: absolute;
  inset: 10px 0 0 0;
  width: 100%;
  height: calc(100% - 10px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: 0.28s ease;
  pointer-events: none;
}

.game-cardILAnbb--large .game-cardILAnbb__overlay {
  border-radius: 18px;
}

.game-cardILAnbb__action {
  min-width: 125px;
  min-height: 38px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff008c 0%, #ff2d95 100%);
  color: #fff;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(255, 0, 140, 0.2);
  transition: transform 0.25s ease;
}

.game-cardILAnbb--large .game-cardILAnbb__action {
  min-width: 165px;
  min-height: 46px;
  padding: 12px 22px;
  font-size: 16px;
}

.game-cardILAnbb__action:hover {
  transform: translateY(-2px);
}

.game-cardILAnbb__name {
  margin: 10px 0 0;
  color: #505050;
  text-align: center;
  font-family: 'Overpass', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.game-cardILAnbb__name--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .game-cardILAnbb:hover .game-cardILAnbb__overlay,
  .game-cardILAnbb:focus-within .game-cardILAnbb__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .game-cardILAnbb:hover .game-cardILAnbb__image,
  .game-cardILAnbb:focus-within .game-cardILAnbb__image {
    transform: scale(1.03);
  }
}

.game-cardILAnbb.is-activeILAnbb .game-cardILAnbb__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.game-cardILAnbb.is-activeILAnbb .game-cardILAnbb__image {
  transform: scale(1.03);
}

@media (max-width: 1199px) {
  .games-gridILAnbb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .games-gridILAnbb.games-gridILAnbb--featured {
    grid-template-columns: repeat(4, 1fr);
  }

  .games-gridILAnbb--featured .games-gridILAnbb__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .gamesILAnbb {
    padding: 16px 0 34px;
  }

  .gamesILAnbb__search {
    margin-bottom: 22px;
  }

  .games-sectionILAnbb + .games-sectionILAnbb {
    margin-top: 34px;
  }

  .games-sectionILAnbb__title {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .games-gridILAnbb,
  .games-gridILAnbb.games-gridILAnbb--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 12px 10px;
  }

  .games-gridILAnbb--featured .games-gridILAnbb__item--large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .game-cardILAnbb {
    padding-top: 8px;
  }

  .game-cardILAnbb__link {
    border-radius: 10px;
  }

  .game-cardILAnbb--large .game-cardILAnbb__link {
    border-radius: 12px;
  }

  .game-cardILAnbb__image {
    aspect-ratio: 154 / 86;
  }

  .game-cardILAnbb--large .game-cardILAnbb__image {
    aspect-ratio: 320 / 170;
  }

  .game-cardILAnbb__badge {
    min-height: 22px;
    padding: 4px 8px 5px;
    border-radius: 6px 6px 6px 0;
    font-size: 10px;
  }

  .game-cardILAnbb__overlay {
    inset: 8px 0 0 0;
    height: calc(100% - 8px);
    border-radius: 10px;
  }

  .game-cardILAnbb--large .game-cardILAnbb__overlay {
    border-radius: 12px;
  }

  .game-cardILAnbb__action {
    min-width: 0;
    width: calc(100% - 24px);
    max-width: 125px;
    min-height: 34px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .game-cardILAnbb--large .game-cardILAnbb__action {
    max-width: 150px;
    min-height: 38px;
    font-size: 14px;
  }

  .game-cardILAnbb__name {
    margin-top: 8px;
    font-size: 12px;
  }
}

.blogILAnbb {
  padding: 56px 0 72px;
  background: #17152b;
  overflow: hidden;
}

.blogILAnbb .container {
  max-width: 1520px;
}

.blogILAnbb__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.blogILAnbb__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.blogILAnbb__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff0a8a;
  flex-shrink: 0;
}

.blogILAnbb__all-btn {
  min-height: 44px;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: 0.25s ease;
}

.blogILAnbb__all-btn:hover {
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.blogILAnbb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.blogILAnbb__item {
  min-width: 0;
}

.blog-cardILAnbb {
  min-height: 100%;
  padding: 28px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.blog-cardILAnbb__image-link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 22px;
}

.blog-cardILAnbb__image {
  display: block;
  width: 100%;
  aspect-ratio: 282 / 160;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-cardILAnbb:hover .blog-cardILAnbb__image {
  transform: scale(1.03);
}

.blog-cardILAnbb__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-cardILAnbb__title {
  margin: 0 0 20px;
  color: #ff0a8a;
  font-family: 'Overpass', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.blog-cardILAnbb__title a {
  color: inherit;
}

.blog-cardILAnbb__text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.blog-cardILAnbb__btn.headerILAnbb__auth-btn--register {
  margin-top: auto;
  align-self: center;
  min-width: 144px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.25s ease;
  border-radius: 800px;
  background: none;
  color: #b8b6b1;
  box-shadow: none;
}

.blog-cardILAnbb__btn:hover {
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1399px) {
  .blogILAnbb__list {
    gap: 24px;
  }

  .blog-cardILAnbb {
    padding: 24px 22px 22px;
  }

  .blogILAnbb__title {
    font-size: 48px;
  }

  .blog-cardILAnbb__title {
    font-size: 18px;
  }

  .blog-cardILAnbb__text {
    font-size: 16px;
  }
}

@media (max-width: 1099px) {
  .blogILAnbb__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blogILAnbb__title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .blogILAnbb {
    padding: 28px 0 42px;
  }

  .blogILAnbb .container {
    padding: 0 14px;
  }

  .blogILAnbb__top {
    margin-bottom: 18px;
    align-items: center;
  }

  .blogILAnbb__title {
    gap: 8px;
    font-size: 25px;
  }

  .blogILAnbb__title-icon svg {
    width: 15px;
    height: 15px;
  }

  .blogILAnbb__all-btn {
    display: none;
  }

  .blogILAnbb__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-cardILAnbb {
    padding: 14px 14px 16px;
    border-radius: 12px;
  }

  .blog-cardILAnbb__image-link {
    margin-bottom: 14px;
    border-radius: 10px;
  }

  .blog-cardILAnbb__title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
  }

  .blog-cardILAnbb__text {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
  }

  .blog-cardILAnbb__btn {
    min-width: 100px;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 11px;
  }
}

.footerILAnbb {
  background: #efefef;
  color: #262332;
}

.footerILAnbb__top-text {
  padding: 42px 0 38px;
}

.footerILAnbb__title {
  margin: 0 0 18px;
  color: #262332;
  font-family: 'Overpass', sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
}

.footerILAnbb__desc {
  max-width: 1500px;
  margin: 0 0 8px;
  color: #3a3745;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.footerILAnbb__links-list {
  margin: 0;
  padding-left: 24px;
}

.footerILAnbb__links-list li {
  color: #3a3745;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.footerILAnbb__links-list a {
  color: #3a3745;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footerILAnbb__main {
  padding: 38px 0 28px;
  border-top: 1px solid rgba(38, 35, 50, 0.08);
}

.footerILAnbb__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1.1fr;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(38, 35, 50, 0.2);
}

.footerILAnbb__logo {
  display: inline-block;
  margin-bottom: 22px;
  width: 260px;
}

.footerILAnbb__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footerILAnbb__company p {
  margin: 0 0 6px;
  color: #4a4657;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.footerILAnbb__company a {
  color: inherit;
}

.footerILAnbb__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.footerILAnbb__socials a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e8a95;
  transition: 0.25s ease;
}

.footerILAnbb__socials a:hover {
  color: #262332;
}

.footerILAnbb__socials svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footerILAnbb__nav-title {
  margin: 14px 0 20px;
  color: #5d5a63;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

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

.footerILAnbb__nav-list li + li {
  margin-top: 12px;
}

.footerILAnbb__nav-list a {
  color: #3f3b48;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  transition: 0.25s ease;
}

.footerILAnbb__nav-list a:hover {
  color: #111;
}

.footerILAnbb__pay-image {
  max-width: 360px;
}

.footerILAnbb__pay-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footerILAnbb__bottom {
  padding-top: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.footerILAnbb__bottom-left,
.footerILAnbb__bottom-right {
  color: #3f3b48;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.footerILAnbb__bottom-left p,
.footerILAnbb__bottom-right p {
  margin: 0 0 4px;
}

.footerILAnbb__bottom-right {
  max-width: 430px;
  text-align: right;
}

.footerILAnbb__age {
  width: 38px;
  height: 38px;
  margin: 12px 0 0 auto;
  border-radius: 50%;
  background: #bdb9bd;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tablet */
@media (max-width: 1100px) {
  .footerILAnbb__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 26px;
  }

  .footerILAnbb__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footerILAnbb__bottom-right {
    max-width: none;
    text-align: left;
  }

  .footerILAnbb__age {
    margin-left: 0;
  }
}

/* mobile */
@media (max-width: 767px) {
  .footerILAnbb__top-text {
    padding: 28px 0 24px;
  }

  .footerILAnbb__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.12;
  }

  .footerILAnbb__desc,
  .footerILAnbb__links-list li {
    font-size: 14px;
    line-height: 1.5;
  }

  .footerILAnbb__main {
    padding: 20px 0 22px;
  }

  .footerILAnbb__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 22px;
  }

  .footerILAnbb__brand {
    text-align: center;
  }

  .footerILAnbb__logo {
    width: 180px;
    margin: 0 auto 16px;
  }

  .footerILAnbb__company p {
    font-size: 14px;
    line-height: 1.45;
  }

  .footerILAnbb__socials {
    justify-content: center;
    margin-top: 14px;
  }

  .footerILAnbb__nav-title {
    margin: 0 0 12px;
    font-size: 18px;
  }

  .footerILAnbb__nav-list li + li {
    margin-top: 8px;
  }

  .footerILAnbb__nav-list a {
    font-size: 14px;
  }

  .footerILAnbb__payments {
    text-align: center;
  }

  .footerILAnbb__pay-image {
    max-width: 280px;
    margin: 0 auto;
  }

  .footerILAnbb__bottom {
    padding-top: 18px;
    gap: 16px;
  }

  .footerILAnbb__bottom-left,
  .footerILAnbb__bottom-right {
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    width: 100%;
  }

  .footerILAnbb__age {
    width: 34px;
    height: 34px;
    margin: 10px auto 0;
    font-size: 13px;
  }
}
