@media (max-width: 768px) and (max-width: 450px) {
  html {
    font-size: 4.6875vw;
  }
}
@media (max-width: 768px) and (min-width: 451px) {
  html {
    font-size: 2.5vw;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 0.9375vw;
  }
}

@keyframes loading {
  0% {
    background-position-x: 0;
  }
  72.7% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -200%;
  }
}
body:has(.main-skeleton) {
  overflow: hidden;
}

.skeleton-shimmer {
  position: relative;
  overflow: hidden;
  animation: 4s loading ease infinite;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.12) 70%, rgba(255, 255, 255, 0) 100%) #2E3A47;
  background-size: 200% 100%;
}

@media (max-width: 1025px) {
  .mobile-gradient-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
}

.main-skeleton {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  background-color: #232E39;
}
@supports (height: 100dvh) {
  .main-skeleton {
    height: 100dvh;
  }
}
.main-skeleton::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(21, 27, 34, 0) 0%, #151B22 100%);
}

.main-skeleton__layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6666666667rem;
  margin-top: 0.4rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main-skeleton__layout {
    margin-top: 2.4rem;
    gap: 4rem;
  }
}
@media (min-width: 1025px) {
  .main-skeleton__layout {
    flex-direction: row;
    margin-top: 1.3333333333rem;
    gap: 2.2222222222rem;
    margin-inline: 6.3888888889rem;
  }
}

.main-skeleton__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.main-skeleton__sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.1333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main-skeleton__sidebar {
    width: 100%;
    gap: 3.2rem;
  }
}
@media (min-width: 1025px) {
  .main-skeleton__sidebar {
    min-width: 21.4444444444rem;
    gap: 1.7777777778rem;
    margin-top: 4.8888888889rem;
  }
}

.skeleton-header {
  display: flex;
  align-items: center;
  height: 3.7333333333rem;
  padding-left: 0.5333333333rem;
  background: rgba(35, 46, 57, 0.7);
}
@media (min-width: 769px) {
  .skeleton-header {
    background-color: #2E3A47;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header {
    height: 5.6rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header {
    height: 3.5555555556rem;
    padding-left: 1.3333333333rem;
  }
}

.skeleton-header__logo-wrapper {
  display: flex;
  align-items: center;
  height: 2.1333333333rem;
  gap: 0.5333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__logo-wrapper {
    height: 3.2rem;
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__logo-wrapper {
    height: 1.7777777778rem;
    gap: 0.8888888889rem;
  }
}

.skeleton-header__burger,
.skeleton-header__burger img {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__burger,
  .skeleton-header__burger img {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__burger,
  .skeleton-header__burger img {
    width: 1.7777777778rem;
    height: 1.7777777778rem;
  }
}

.skeleton-header__logo-img {
  display: flex;
  width: 2.6666666667rem;
  height: 1.2666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__logo-img {
    width: 4rem;
    height: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__logo-img {
    width: 3.1111111111rem;
    height: 1.4444444444rem;
  }
}

.skeleton-header__nav {
  display: none;
}
@media (min-width: 1025px) {
  .skeleton-header__nav {
    display: flex;
    margin-left: 2.4444444444rem;
    padding: 1.1666666667rem 0;
    gap: 2rem;
  }
}

.skeleton-header__group {
  display: flex;
  gap: 0.5333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__group {
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__group {
    gap: 0.4444444444rem;
  }
}

.skeleton-header__link {
  width: 5.3333333333rem;
  height: 1.4666666667rem;
  border-radius: 0.1333333333rem;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__link {
    width: 8rem;
    height: 2.2rem;
    border-radius: 0.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__link {
    width: 4.4444444444rem;
    height: 1.2222222222rem;
    border-radius: 0.1111111111rem;
  }
}

.skeleton-header__link_icon {
  width: 1.4666666667rem;
  height: 1.4666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__link_icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__link_icon {
    width: 1.2222222222rem;
    height: 1.2222222222rem;
  }
}

.skeleton-header__actions {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.skeleton-header__btn {
  border-radius: 0.1333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__btn {
    border-radius: 0.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__btn {
    border-radius: 0.1111111111rem;
  }
}

.skeleton-header__btn_icon {
  width: 2.1333333333rem;
  height: 2.1333333333rem;
  margin-right: 1.6rem;
  background-color: #3A4856;
}
@media (max-width: 768px) {
  .skeleton-header__btn_icon:nth-child(2) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__btn_icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__btn_icon {
    width: 1.7777777778rem;
    height: 1.7777777778rem;
    margin-right: 1.3333333333rem;
  }
}

.skeleton-header__btn_primary {
  width: 13.9333333333rem;
  height: 100%;
  transform: skew(-15deg);
  background-color: #33404D;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__btn_primary {
    width: 20.9rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__btn_primary {
    width: 11.6111111111rem;
  }
}

.skeleton-header__btn_secondary {
  width: 13.9333333333rem;
  height: 100%;
  margin-right: -8rem;
  transform: skew(-15deg);
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-header__btn_secondary {
    width: 20.9rem;
    margin-right: -7.6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-header__btn_secondary {
    width: 11.6111111111rem;
    margin-right: -4.2222222222rem;
  }
}

.skeleton-banner {
  position: relative;
  background-color: #283440;
}

.skeleton-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 17.0666666667rem;
  padding-top: 2.3333333333rem;
  padding-left: 1.1333333333rem;
  gap: 5.3333333333rem;
}
@media (min-width: 769px) {
  .skeleton-banner__content {
    justify-content: center;
    width: 63rem;
    height: 40rem;
    padding-top: 0;
    padding-left: 20rem;
    gap: 8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__content {
    width: 35rem;
    height: 22.2222222222rem;
    padding-left: 22.4444444444rem;
    gap: 4.4444444444rem;
  }
}

.skeleton-banner__text {
  display: flex;
  flex-direction: column;
  gap: 0.5333333333rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__text {
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__text {
    gap: 0.4444444444rem;
  }
}

.skeleton-banner__line {
  height: 0.9333333333rem;
  border-radius: 0.1333333333rem;
  background-color: #2E3A47;
}
.skeleton-banner__line:nth-child(1) {
  width: 2.8rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(1) {
    width: 4.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line:nth-child(1) {
    width: 2.3333333333rem;
  }
}
.skeleton-banner__line:nth-child(2) {
  width: 5.6rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(2) {
    width: 8.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line:nth-child(2) {
    width: 4.6666666667rem;
  }
}
.skeleton-banner__line:nth-child(3) {
  width: 10.2666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(3) {
    width: 15.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line:nth-child(3) {
    width: 8.5555555556rem;
  }
}
.skeleton-banner__line:nth-child(4) {
  width: 8.6rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(4) {
    width: 12.9rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line:nth-child(4) {
    width: 7.1666666667rem;
  }
}
@media (min-width: 769px) {
  .skeleton-banner__line {
    height: 2.8rem;
    border-radius: 0.2rem;
  }
  .skeleton-banner__line:nth-child(1) {
    width: 6.6666666667rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(1) {
    width: 10rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .skeleton-banner__line:nth-child(1) {
    width: 5.5555555556rem;
  }
}
@media (min-width: 769px) {
  .skeleton-banner__line:nth-child(2) {
    width: 13.3333333333rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(2) {
    width: 20rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .skeleton-banner__line:nth-child(2) {
    width: 11.1111111111rem;
  }
}
@media (min-width: 769px) {
  .skeleton-banner__line:nth-child(3) {
    width: 24.5333333333rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(3) {
    width: 36.8rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .skeleton-banner__line:nth-child(3) {
    width: 20.4444444444rem;
  }
}
@media (min-width: 769px) {
  .skeleton-banner__line:nth-child(4) {
    width: 20.5333333333rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line:nth-child(4) {
    width: 30.8rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .skeleton-banner__line:nth-child(4) {
    width: 17.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line {
    height: 1.5555555556rem;
    border-radius: 0.1111111111rem;
  }
}

.skeleton-banner__line_high {
  height: 1.6rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line_high {
    height: 5.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line_high {
    height: 2.8888888889rem;
  }
}

.skeleton-banner__line_last {
  margin-top: -0.2666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-banner__line_last {
    margin-top: -0.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__line_last {
    margin-top: -0.2222222222rem;
  }
}

.skeleton-banner__cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.2rem;
  padding-right: 1.3333333333rem;
  background-color: #141A20;
}
@media (min-width: 769px) {
  .skeleton-banner__cta-wrapper {
    min-height: 5.6rem;
    padding-right: 2rem;
    background-color: transparent;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__cta-wrapper {
    min-height: 3.1111111111rem;
    padding-right: 1.1111111111rem;
  }
}

.skeleton-banner__counter {
  width: 1.7333333333rem;
  height: 1.0666666667rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) {
  .skeleton-banner__counter {
    display: none;
  }
}

.skeleton-banner__cta {
  width: 13.4666666667rem;
  height: 100%;
  margin-left: -40%;
  transform: skew(-15deg);
  border-radius: 0.1333333333rem;
  background-color: #2E3A47;
}
@media (min-width: 451px) {
  .skeleton-banner__cta {
    margin-left: -20%;
  }
}
@media (min-width: 769px) {
  .skeleton-banner__cta {
    width: 20.2rem;
    margin-left: 0;
    border-radius: 0.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-banner__cta {
    width: 11.2222222222rem;
    border-radius: 0.1111111111rem;
  }
}

.skeleton-bar {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar {
    flex-direction: row;
  }
}

.skeleton-bar__payments {
  display: none;
  width: 100%;
  margin-left: -10%;
  transform: skew(-15deg);
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments {
    display: block;
    height: 8rem;
    margin-left: 0;
    transform: none;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments {
    display: block;
    height: 4.4444444444rem;
  }
}

.skeleton-bar__payments-mobile {
  z-index: 1;
  display: flex;
  overflow: visible;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 16px 0 16px 16px;
  background-color: #283440;
  gap: 0.8rem;
}
@media (min-width: 769px) {
  .skeleton-bar__payments-mobile {
    display: none;
  }
}

.skeleton-bar__payments-operator {
  width: 3.3333333333rem;
  height: 1.3333333333rem;
  background-color: #394755;
  flex-shrink: 0;
}
.skeleton-bar__payments-operator:nth-child(1) {
  width: 3.4666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(1) {
    width: 5.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(1) {
    width: 2.8888888889rem;
  }
}
.skeleton-bar__payments-operator:nth-child(2) {
  width: 4.6666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(2) {
    width: 7rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(2) {
    width: 3.8888888889rem;
  }
}
.skeleton-bar__payments-operator:nth-child(3) {
  width: 3.4666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(3) {
    width: 5.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(3) {
    width: 2.8888888889rem;
  }
}
.skeleton-bar__payments-operator:nth-child(4) {
  width: 4.6666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(4) {
    width: 7rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(4) {
    width: 3.8888888889rem;
  }
}
.skeleton-bar__payments-operator:nth-child(5) {
  width: 3.4666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(5) {
    width: 5.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(5) {
    width: 2.8888888889rem;
  }
}
.skeleton-bar__payments-operator:nth-child(6) {
  width: 4.6666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__payments-operator:nth-child(6) {
    width: 7rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__payments-operator:nth-child(6) {
    width: 3.8888888889rem;
  }
}

.skeleton-bar__jackpot {
  display: none;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .skeleton-bar__jackpot {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 51.2rem;
    height: 5.8rem;
    margin: -5.8rem -2rem 0 0;
    transform: skew(-15deg);
    background-color: #232E39;
    gap: 1.9rem;
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__jackpot .skeleton-bar__jackpot-title {
    display: none;
  }
  .skeleton-bar__jackpot .skeleton-bar__jackpot-value {
    height: 3.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__jackpot {
    width: 34.4444444444rem;
    height: 6.8888888889rem;
    margin: -6.8888888889rem -1.1111111111rem 0 auto;
    gap: 0.2222222222rem;
    padding-right: 2.6666666667rem;
  }
}

.skeleton-bar__jackpot-title {
  width: 16.5333333333rem;
  height: 2.8rem;
  margin-top: -2.1333333333rem;
  transform: skew(15deg);
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__jackpot-title {
    width: 24.8rem;
    height: 4.2rem;
    margin-top: -3.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__jackpot-title {
    width: 14.2777777778rem;
    height: 3.1111111111rem;
    margin-top: -1.7777777778rem;
  }
}

.skeleton-bar__jackpot-value {
  width: 22.9333333333rem;
  height: 3.7333333333rem;
  transform: skew(15deg);
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-bar__jackpot-value {
    width: 34.4rem;
    height: 5.6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-bar__jackpot-value {
    width: 20.1666666667rem;
    height: 2.8888888889rem;
  }
}

.skeleton-bar__jackpot-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.0666666667rem;
  background-color: #232E39;
  border-bottom: 1px solid #283440;
}
@media (min-width: 769px) {
  .skeleton-bar__jackpot-mobile {
    display: none;
  }
}

.skeleton-bar__jackpot-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5333333333rem;
}

.skeleton-bar__jackpot-mobile-icon {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #394755;
}

.skeleton-bar__jackpot-mobile-title {
  width: 4.8666666667rem;
  height: 1.2rem;
  background-color: #394755;
}

.skeleton-bar__jackpot-mobile-value {
  width: 9.3333333333rem;
  height: 1.2rem;
  background-color: #394755;
}

.skeleton-games {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.0666666667rem;
  padding-top: 1.0666666667rem;
  gap: 1.0666666667rem;
  padding-inline: 1.0666666667rem;
}
@media (max-width: 768px) {
  .skeleton-games {
    padding-bottom: 1px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games {
    margin-bottom: 3.2rem;
    padding-top: 1.6rem;
    gap: 2.4rem;
    padding-inline: 1.6rem;
  }
  .skeleton-games:before {
    height: 9rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games {
    margin-bottom: 1.7777777778rem;
    padding-top: 0.8888888889rem;
    padding-inline: 0;
    gap: 1.7777777778rem;
  }
  .skeleton-games:before {
    display: none;
  }
}

.skeleton-games__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skeleton-games__header_trending {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games__header_trending {
    gap: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__header_trending {
    gap: 1.3333333333rem;
  }
}

.skeleton-games__title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games__title-wrapper {
    gap: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__title-wrapper {
    gap: 0.6666666667rem;
  }
}

.skeleton-games__header-btn {
  width: 8.6666666667rem;
  height: 2.4rem;
  margin-right: -2rem;
  transform: skew(-15deg);
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games__header-btn {
    width: 14rem;
    height: 4rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__header-btn {
    width: 7.7777777778rem;
    height: 2.2222222222rem;
    margin-right: 0.5555555556rem;
  }
}

.skeleton-games__header_popular {
  display: flex;
  overflow: hidden;
  gap: 0.5333333333rem;
}
@media (min-width: 769px) {
  .skeleton-games__header_popular {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__header_popular {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.4444444444rem;
  }
}

.skeleton-games__provider {
  min-width: 6.6666666667rem;
  height: 3.2rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) {
  .skeleton-games__provider {
    width: 100%;
    min-width: unset;
    height: 4.6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__provider {
    width: 11.3333333333rem;
    height: 2.6666666667rem;
  }
}

.skeleton-games__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games__icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__icon {
    width: 2.2222222222rem;
    height: 2.2222222222rem;
  }
}

.skeleton-games__title {
  width: 6.6666666667rem;
  height: 1.3333333333rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-games__title {
    width: 15.8rem;
    height: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__title {
    width: 8.7777777778rem;
    height: 1.3333333333rem;
  }
}

.skeleton-games__grid {
  display: grid;
  grid-gap: 0.5333333333rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 451px) and (max-width: 768px) {
  .skeleton-games__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .skeleton-games__grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__grid {
    grid-gap: 0.4444444444rem;
  }
}
@media (min-width: 1401px) {
  .skeleton-games__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .skeleton-games_branded .skeleton-games__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.skeleton-games__grid_trending {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 1.0666666667rem;
}
@media (min-width: 769px) {
  .skeleton-games__grid_trending {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__grid_trending {
    margin-bottom: 1.3333333333rem;
    gap: 1.1111111111rem;
  }
}

.skeleton-games__grid_branded {
  display: grid;
  grid-gap: 0.5333333333rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 451px) and (max-width: 768px) {
  .skeleton-games__grid_branded {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .skeleton-games__grid_branded {
    grid-gap: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-games__grid_branded {
    grid-gap: 0.4444444444rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.skeleton-game-card {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 6.2666666667rem;
  padding: 0.7333333333rem 0.5333333333rem;
  border-radius: 0.1333333333rem;
  background-color: #283440;
}
@media (max-width: 768px) {
  .skeleton-game-card:nth-child(n+11) {
    display: none;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  .skeleton-game-card:nth-child(n+10) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card {
    height: 13.8rem;
    padding: 1.6rem;
    border-radius: 0.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card {
    height: 7.6666666667rem;
    padding: 0.8888888889rem;
    border-radius: 0.1111111111rem;
  }
}
@media (min-width: 1401px) {
  .skeleton-game-card:nth-child(n+11) {
    display: flex;
  }
}

.skeleton-game-card__title {
  width: 100%;
  height: 1.0666666667rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card__title {
    height: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card__title {
    height: 1.2222222222rem;
  }
}

.skeleton-game-card__btn {
  min-width: 2.1333333333rem;
  height: 2.1333333333rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card__btn {
    min-width: 3.2rem;
    height: 3.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card__btn {
    min-width: 1.7777777778rem;
    height: 1.7777777778rem;
  }
}

.skeleton-game-card_feature {
  width: 100%;
  height: 100%;
  padding: 0 1rem 0.8rem 1.3333333333rem;
  gap: 1.0666666667rem;
  aspect-ratio: 408/252;
}
@media (max-width: 768px) {
  .skeleton-game-card_feature:nth-child(1) {
    grid-column: span 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card_feature {
    padding: 0 1.5rem 1.2rem 2rem;
    gap: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card_feature {
    padding: 0 0.8333333333rem 0.6666666667rem 1.1111111111rem;
    gap: 3.4444444444rem;
  }
}
.skeleton-game-card_feature .skeleton-game-card__title {
  width: 100%;
  height: 1.8666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card_feature .skeleton-game-card__title {
    width: 100%;
    height: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card_feature .skeleton-game-card__title {
    width: 100%;
    height: 1.5555555556rem;
  }
}

.skeleton-game-card_branded {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8.2666666667rem;
  padding: 0;
}
@media (max-width: 768px) {
  .skeleton-game-card_branded:last-child {
    display: none;
  }
}
.skeleton-game-card_branded .skeleton-game-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: #2E3A47;
}
@media (min-width: 451px) and (max-width: 768px) {
  .skeleton-game-card_branded:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-game-card_branded {
    height: 17.8rem;
  }
  .skeleton-game-card_branded:nth-child(n+6) {
    display: none;
  }
  .skeleton-game-card_branded .skeleton-game-card__title {
    height: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-game-card_branded {
    height: 12.7222222222rem;
  }
  .skeleton-game-card_branded .skeleton-game-card__title {
    height: 3.5555555556rem;
  }
}

.skeleton-providers-widget {
  display: none;
  flex-direction: column;
  background-color: #283440;
}
@media (min-width: 1025px) {
  .skeleton-providers-widget {
    display: flex;
    margin-bottom: 1.7777777778rem;
  }
}

.skeleton-providers-widget__header {
  height: 4rem;
  background-color: #2E3A47;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__header {
    height: 6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__header {
    height: 3.3333333333rem;
  }
}

.skeleton-providers-widget__footer {
  height: 2.6666666667rem;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__footer {
    height: 4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__footer {
    height: 2.2222222222rem;
  }
}

.skeleton-providers-widget__providers-wrapper {
  padding: 1.0666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__providers-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__providers-wrapper {
    padding: 0.8888888889rem;
  }
}

.skeleton-providers-widget__grid {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0.5333333333rem 0.8rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__grid {
    gap: 0.8rem 1.2rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__grid {
    gap: 0.4444444444rem 0.6666666667rem;
  }
}

.skeleton-providers-widget__item {
  width: 100%;
  height: 2rem;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__item {
    height: 4.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__item {
    height: 2.4444444444rem;
  }
}

.skeleton-providers-widget__item_first {
  margin-bottom: 1.0666666667rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-providers-widget__item_first {
    margin-bottom: 1.6rem;
    height: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-providers-widget__item_first {
    margin-bottom: 0.8888888889rem;
    height: 2.6666666667rem;
  }
}

/*
jackpot-list
 */
.jackpot-block__skeleton-wrapper {
  display: contents;
}

.skeleton-jackpot-list {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 1.0666666667rem 0;
}
@media (min-width: 769px) {
  .skeleton-jackpot-list {
    padding: 0;
    background-color: #283440;
  }
}

.skeleton-jackpot-list__header {
  height: 4rem;
  background-color: #2E3A47;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__header {
    height: 6rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__header {
    height: 3.3333333333rem;
  }
}

.skeleton-jackpot-list__header_mobile {
  background-color: transparent;
  margin-inline: 1.0666666667rem;
  overflow: hidden;
}

.skeleton-jackpot-list__left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__left {
    gap: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__left {
    gap: 1rem;
  }
}

.skeleton-jackpot-list__header-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2px;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__header-icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__header-icon {
    width: 2.2222222222rem;
    height: 2.2222222222rem;
  }
}

.skeleton-jackpot-list__header-title {
  width: 6.6666666667rem;
  height: 1.3333333333rem;
  border-radius: 2px;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__header-title {
    width: 9.7rem;
    height: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__header-title {
    width: 5.3888888889rem;
    height: 1.3333333333rem;
  }
}

.skeleton-jackpot-list__header-cta {
  width: 4.9333333333rem;
  height: 2.4rem;
  margin-right: -2rem;
  transform: skew(-15deg);
  border-radius: 2px;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__header-cta {
    width: 12rem;
    height: 4rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__header-cta {
    width: 6.6666666667rem;
    height: 2.2222222222rem;
    margin-right: -1.6666666667rem;
  }
}

.skeleton-jackpot-list__content {
  display: grid;
  height: 100%;
  padding: 1.0666666667rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5333333333rem 0.8rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.3rem 1rem 2.8rem;
    gap: 0.8rem 1.2rem;
  }
  .skeleton-jackpot-list__content .skeleton-jackpot-list__item {
    width: 24%;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__content {
    padding: 0.8888888889rem;
    gap: 0.4444444444rem 0.6666666667rem;
  }
}

.skeleton-jackpot-list__item {
  width: 100%;
  height: 3.4666666667rem;
  border-radius: 2px;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__item {
    height: 4.4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__item {
    height: 2.4444444444rem;
  }
}

.skeleton-jackpot-list__more {
  display: none;
  min-height: 2.6666666667rem;
  background-color: #394755;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .skeleton-jackpot-list__more {
    min-height: 4rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-jackpot-list__more {
    display: block;
  }
}

/*
bottom-bar mobile
*/
.skeleton-bottom-bar {
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  bottom: 0;
  display: grid;
  width: 100%;
  max-width: 100vw;
  padding: 0.6666666667rem;
  background-color: #232E39;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.8rem;
}
@media (min-width: 769px) {
  .skeleton-bottom-bar {
    display: none;
  }
}

.bottom-bar_mobile-links {
  position: static;
}

.skeleton-bottom-bar__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.2666666667rem;
}

.skeleton-bottom-bar__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #394755;
}

.skeleton-bottom-bar__title {
  width: 3.3333333333rem;
  height: 0.5333333333rem;
  background-color: #394755;
}
