.captcha-term-and-policy__link,
.content {
  color: #afb4bf;
}
.content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 0;
}
.content h1 {
  font-size: 22px;
}
.content h2 {
  font-size: 18px;
}
.content h3 {
  font-size: 17px;
  font-weight: 700;
}
.content h4 {
  font-size: 16px;
  font-weight: 700;
}
.content h5,
.content h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.content blockquote,
.content ol,
.content p,
.content table,
.content ul {
  margin-bottom: 32px;
}
.content blockquote:last-child,
.content ol:last-child,
.content p:last-child,
.content table:last-child,
.content ul:last-child {
  margin-bottom: 0;
}
.content p {
  line-height: 1.8;
  margin-top: 0;
}
.content mark {
  background: #1ab5ff;
  color: #fff;
  font-weight: 500;
  padding: 1px 5px;
}
.content section {
  margin-bottom: 32px;
}
.content section > :first-of-type {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .content section {
    margin-bottom: 48px;
  }
}
.content a:not(.link-btn) {
  color: #1ab5ff;
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0 3px;
  text-decoration: underline;
  text-transform: none;
  transition: color 0.3s ease;
}
.content a:not(.link-btn):hover {
  color: #3ac994;
}
.content ol,
.content ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.content ol li,
.content ul li {
  padding-left: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .content ol li,
  .content ul li {
    padding-left: 24px;
  }
}
.content ol li + li,
.content ul li + li {
  margin-top: 16px;
}
.content ul li:before {
  background-color: #afb4bf;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 4px;
}
.content ol {
  counter-reset: list-counter;
}
.content ol li {
  counter-increment: list-counter;
}
.content ol li:before {
  content: counter(list-counter) ".";
  left: 0;
  position: absolute;
  top: 0;
}
.content img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
.content pre {
  white-space: normal;
}
.content blockquote {
  border: 1px solid #1ab5ff;
  border-radius: 6px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 30px;
}
.content hr {
  background: #afb4bf;
  border: none;
  height: 1px;
  margin: 16px 0;
}
.content .center {
  text-align: center;
}
.content .right {
  text-align: right;
}
.content .mark {
  color: #1ab5ff;
}
.content .upper {
  text-transform: uppercase;
}
.content .blue {
  color: #1ab5ff;
}
.home__games-slider:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .home__games-slider:not(:last-child) {
    margin-bottom: 48px;
  }
}

.collapse {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse--entering {
  opacity: 1;
}

.collapse--entered {
  opacity: 1;
  overflow: unset;
}

.collapse--exiting {
  height: 0;
  opacity: 0;
}

.collapse__content {
  width: 100%;
}

.collapse__content-wrapper {
  display: flex;
}

.collapse-block {
  background-color: #181f2c;
  border-radius: 5px;
  color: #afb4bf;
  text-align: left;
}

.collapse-block:not(:last-child) {
  margin-bottom: 12px;
}

.collapse-block__toggle {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 -1px 0 0x transparent;
  color: #afb4bf;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  padding: 20px 24px;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
.collapse-block__toggle:hover {
  box-shadow: 0 -1px 0 0 rgba(26, 181, 255, 0.2);
}
.collapse-block__toggle--open {
  color: #1ab5ff;
}
.collapse-block__title {
  margin-right: 20px;
}
.collapse-block__caret {
  color: #fff;
  font-size: 16px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease, color 0.3s ease;
}
.collapse-block__caret--open {
  color: #fff;
  transform: rotate(180deg);
}
.collapse-block__content-wrap {
  padding: 0 24px 20px;
}
.collapse-block__content-wrap .content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}
.collapse-block--with-separator {
  padding: 21px 0;
}
@media (min-width: 768px) {
  .collapse-block--with-separator {
    padding: 23px 0;
  }
}
.collapse-block--with-separator:not(:last-child) {
  border-bottom: 1px solid #afb4bf;
}
.collapse-block--with-separator .collapse-block__caret {
  font-size: 6px;
}
.collapse-block--with-separator .collapse-block__title {
  font-size: 18px;
  letter-spacing: 0.24px;
  text-align: left;
}

.content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.captcha-term-and-policy__link,
.content {
  color: #afb4bf;
}
.seo-block__block--bottom {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .seo-block__block--bottom {
    margin-bottom: 48px;
  }
}

.seo-block .seo-block__collapse {
  height: 80px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.seo-block .seo-block__collapse:after {
  background: linear-gradient(
    0deg,
    #141414 13.12%,
    rgba(14, 18, 26, 0) 188.52%
  );
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  transition: height 0.3s ease;
  width: 100%;
}

.seo-block--open .seo-block .seo-block__collapse:after {
  content: none;
}
.seo-block .seo-block__collapse.collapse--entered:after {
  height: 0;
}

@media (min-width: 768px) {
  .seo-block .seo-block__collapse:after {
    height: 68px;
  }
}
@media (min-width: 1248px) {
  .seo-block .seo-block__collapse:after {
    height: 48px;
  }
}

@media (min-width: 768px) {
  .seo-block .seo-block__collapse {
    height: 105px;
  }
}
@media (min-width: 1248px) {
  .seo-block .seo-block__collapse {
    height: 85px;
  }
}
.seo-block .content .deposit-button,
.seo-block .content ol,
.seo-block .content p,
.seo-block .content ul {
  margin-bottom: 16px;
}
.seo-block .content p {
  line-height: 1.3;
}
.seo-block .content ol.links-list,
.seo-block .content ul.links-list {
  list-style: none;
}
.seo-block .content ol.links-list li,
.seo-block .content ul.links-list li {
  padding: 0;
}
.seo-block .content ol.links-list li:before,
.seo-block .content ul.links-list li:before {
  content: none;
}
.seo-block .content ol li + li,
.seo-block .content ul li + li {
  margin-top: 8px;
}
.seo-block .content .text-block h2,
.seo-block .content .text-block h3,
.seo-block .content .text-block h4,
.seo-block .content .text-block h5 {
  margin-bottom: 8px;
}
.seo-block__buttons-block {
  margin-top: 16px;
  margin-bottom: 8px;
}
.seo-block .seo-block__button {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.3;
}
.seo-block__caret {
  margin-left: 8px;
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.seo-block--open .seo-block__caret {
  transform: rotate(180deg);
}

.home__section {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .home__section {
    margin-top: 48px;
  }
}
.providers-slider-container__top {
  align-items: center;
  color: #fff;
  display: flex;
  height: 26px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .providers-slider-container__top {
    padding-right: 90px;
  }
}

.providers-slider-container__title {
  font-size: 18px;
  font-weight: 800;
}

.block-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}

.provider-filter-slider__image {
  max-height: 100%;
  max-width: 100%;
  opacity: 0.5;
}

.provider-filter-slider__item {
  align-items: center;
  background: #1e2432;
  border-radius: 10px;
  display: flex;
  height: 84px;
  justify-content: center;
  padding: 12px 27px;
  transition: background-color 0.3s ease;
  width: 174px;
}
/* 
.slick-track {
  width: 2505px !important;
  width: 100px !important;
} */

.block-slider.slick-slider .slick-track {
  display: flex;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.block-slider.slick-slider .slick-list,
.block-slider.slick-slider .slick-track {
  transform: translateZ(0);
}
.block-slider.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.block-slider.slick-slider .slick-prev {
  right: 51px;
}
@media (min-width: 768px) {
  .block-slider.slick-slider .slick-next,
  .block-slider.slick-slider .slick-prev {
    display: block;
  }
}

/* .block-slider.slick-slider .slick-next,
.block-slider.slick-slider .slick-prev {
  background: transparent;
  border: 1px solid #55637e;
  border-radius: 6px;
  color: #55637e;
  display: none;
  font-size: 16px;
  height: 26px;
  line-height: 1;
  position: absolute;
  top: -16px;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 26px;
  z-index: 1;
} */

.slick-arrow.slick-prev {
  right: 37px;
  top: -10px;
  transform: translateY(-100%);
}

.slick-arrow.slick-next {
  right: 0;
  top: -10px;
  transform: translateY(-100%);
}

.slick-arrow {
  align-items: center;
  background-color: #454545;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 32px;
}

.header .select-language-icons-with-name__button {
  background: transparent;
}

.select-language-icons-with-name__button {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #181f2c, rgba(24, 31, 44, 0));
  color: #afb4bf;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: space-between;
  margin: 0;
  padding: 12px;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
}

.select-language-icons-with-name__container {
  background: #1b2536;
  border: 1px solid #2e364a;
  border-radius: 8px;
  bottom: calc(100% + 6px);
  /* display: none; */
  left: 0;
  margin: 0 8px;
  min-width: calc(100% - 16px);
  height: 100px;
  padding: 0;
  position: fixed;
  vertical-align: top;
  width: auto;
}

.select-language-icons-with-name__link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: white;
  padding: 0 15px 12px 15px;
  cursor: pointer;
  height: 100%;
}

.select-language-icons-with-name__icon {
  display: flex;
  align-items: center;
}

/* .header .select-language-icons-with-name__container {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  right: 0;
  top: calc(100% + 6px);
} */

.select-language-icons-with-name__name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 12px;
}

.btn--more,
.link-btn--more {
  background: transparent;
  border: 1px solid #b1bddd;
  color: #b1bddd;
}

.bar-controller .bar-controller__btn {
  align-items: center;
  color: #afb4bf;
  display: flex;
  font-size: 40px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  transition: color 0.3s ease;
  width: 24px;
}

.fonts-banner-template {
  height: 100%;
  position: relative;

  width: 100%;
}
@media (min-width: 768px) {
  .fonts-banner-template:after {
    background: linear-gradient(90deg, #0e121a, rgba(14, 18, 26, 0));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
    z-index: 5;
  }
}
.fonts-banner-template__bgImg {
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1248px) {
  .fonts-banner-template__bgImg {
    -o-object-fit: unset;
    object-fit: unset;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1450px) {
  .fonts-banner-template__bgImg {
    left: auto;
  }
}

.fonts-banner-template__bgImg--loading {
  height: 170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
}
.fonts-banner-template__label-img {
  height: 84px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 8;
}
@media (min-width: 1248px) {
  .fonts-banner-template__label-img {
    height: 130px;
    right: 14px;
    top: 14px;
  }
}
.fonts-banner-template__data {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  padding: 36px 24px;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .fonts-banner-template__data {
    padding: 72px 48px;
  }
}
.fonts-banner-template__provider-img {
  height: 42px;
  width: auto;
}
@media (min-width: 768px) {
  .fonts-banner-template__provider-img {
    height: 52px;
  }
}
.fonts-banner-template__subtitle,
.fonts-banner-template__text,
.fonts-banner-template__title {
  color: #fff;
  line-height: 1.2;
  white-space: pre-line;
}
.fonts-banner-template__title {
  font-size: 28px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .fonts-banner-template__title {
    font-size: 48px;
  }
}
.fonts-banner-template__subtitle {
  font-size: 24px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .fonts-banner-template__subtitle {
    font-size: 36px;
  }
}
.fonts-banner-template__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .fonts-banner-template__text {
    font-size: 20px;
  }
}
.fonts-banner-template__link.link-btn {
  animation: pulseBtn 1.5s infinite;
  margin-top: 26px;
  min-height: 42px;
  min-width: 110px;
  padding: 6px 24px;
}
@media (min-width: 768px) {
  .fonts-banner-template__link.link-btn {
    margin-top: 20px;
  }
}

@keyframes pulseBtn {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}

@media (min-width: 768px) {
  .fonts-banner-template__link.link-btn {
    margin-top: 20px;
  }
}

.home__filter .games-filter-page {
  z-index: 9999; /* This moves the game bar to the top */
}

.home-slider__top {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .home-slider__top {
    padding-right: 80px;
  }
}

.home-slider__top-live_casino {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 0;
}

.home-slider .home-slider__see-more-btn {
  border: 1px solid #2e364a;
  border-radius: 8px;
  color: #afb4bf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 32px;
  min-width: 80px;
  padding: 6px 12px;
}

.home-slider .home-slider__see-more-btn:hover {
  background: transparent;
  border: 1px solid #b1bddd;
  color: #b1bddd;
}

.home-slider__title {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  padding: 0;
}

.home-slider-main.slick-slider .slick-dots {
  bottom: 36px;
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .home-slider-main.slick-slider .slick-dots {
    bottom: 46px;
  }
}

.home-slider-main.slick-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  padding: 0;
  position: relative;
}

.home-slider-main.slick-slider .slick-dots li button {
  background-color: rgba(26, 181, 255, 0.3);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: relative;
  transition: background-color 0.3s ease;
  width: 8px;
}
@media (min-width: 1248px) {
  .home-slider-main.slick-slider .slick-dots li button:hover {
    background-color: #fff;
    outline: none;
  }
}
.home-slider-main.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
  height: 8px;
  width: 8px;
}

.game-jackpot-card {
  border-radius: 8px 8px 0 0;
  display: block;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.game-jackpot-card--full {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.game-jackpot-card__header {
  line-height: 0;
  position: inherit;
}
.game-jackpot-card__header:before {
  background: linear-gradient(0deg, #222538, rgba(34, 37, 56, 0));
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
}
.game-jackpot-card__img {
  border: none;
  border-radius: 10px 10px 0 0;
  height: 100%;
  width: 100%;
}
.game-jackpot-card__action {
  align-items: center;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background: rgba(34, 37, 56, 0.7);
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media (min-width: 1248px) {
  .game-jackpot-card:hover .game-jackpot-card__action {
    opacity: 1;
  }
}
.game-jackpot-card__favorite {
  background: transparent none;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 8px;
  text-shadow: none;
  top: 8px;
  transition: color 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
@media (min-width: 768px) {
  .game-jackpot-card__favorite {
    font-size: 21px;
  }
}
.game-jackpot-card__favorite:active,
.game-jackpot-card__favorite:focus,
.game-jackpot-card__favorite:hover {
  background: transparent none;
  outline: none;
}
.game-jackpot-card__favorite:focus {
  color: #fff;
}
.game-jackpot-card__favorite:hover {
  color: #1ab5ff;
}
.game-jackpot-card:hover .game-jackpot-card__favorite {
  opacity: 1;
}
.game-jackpot-card__favorite--active {
  color: #fff;
  opacity: 1;
}
.game-jackpot-card__label-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  left: 6px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 6px;
  transition: opacity 0.3s ease;
  width: auto;
}
@media (min-width: 1248px) {
  .game-jackpot-card:hover .game-jackpot-card__label-list {
    opacity: 0;
  }
}
.game-jackpot-card__label {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 1;
  min-height: 24px;
  min-width: 30px;
  padding: 0 3px;
  text-align: center;
  text-transform: capitalize;
  width: auto;
}
.game-jackpot-card__label--new {
  background-color: #0fa2f4;
}
.game-jackpot-card__label--top {
  background-color: #f40f7b;
}
.game-jackpot-card__label.game-jackpot-card__label--with-img {
  height: 26px;
  min-height: 0;
  min-width: 0;
  padding: 0;
  width: 26px;
}
.game-jackpot-card__label.game-jackpot-card__label--with-img > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.game-jackpot-card__label + .game-jackpot-card__label {
  margin-left: 2px;
}
.game-jackpot-card__footer {
  align-items: center;
  background: #1e2432;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  height: 94px;
  padding: 8px;
}
.game-jackpot-card__title {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.game-jackpot-card__provider,
.game-jackpot-card__title {
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.game-jackpot-card__provider {
  color: #afb4bf;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.game-jackpot-card__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 124px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.game-jackpot-card .game-jackpot-card__button--demo,
.game-jackpot-card .game-jackpot-card__button--play {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  width: 100%;
}
@media (min-width: 1248px) {
  .game-jackpot-card .game-jackpot-card__button--demo,
  .game-jackpot-card .game-jackpot-card__button--play {
    position: relative;
    width: auto;
  }
  .game-jackpot-card .game-jackpot-card__button--play {
    align-self: stretch;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    min-height: 40px;
  }
  .game-jackpot-card .game-jackpot-card__button--demo {
    background: rgba(25, 26, 30, 0.7);
    border-radius: 8px;
    color: #fff;
    margin-top: 8px;
    min-height: 24px;
    min-width: 48px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .game-jackpot-card .game-jackpot-card__button--demo:hover {
    background-color: #1e2432;
  }
}
.game-jackpot-card__jackpot {
  background: #2a3557;
  border-radius: 4px;
  color: #1ab5ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 4px 8px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.game-jackpot-card--user .game-jackpot-card__button--demo {
  display: none;
}
@media (min-width: 1248px) {
  .game-jackpot-card--user .game-jackpot-card__button--demo {
    display: block;
  }
}

.home-slider__right {
  display: flex;
  gap: 15px;
}

.slick-controls {
  display: flex;
  gap: 5px;
}

.button {
  font-size: 18px;
  width: 32px;
  background: none;
  border: 1px solid #2e364a;
  border-radius: 8px;
  color: #afb4bf;
  font-size: 11px;
  height: 32px;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 32px;
}

.select-language-icons-with-name__link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pwa-button__btn {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  min-height: 40px;
  padding: 0 16px;
  text-transform: capitalize;
  transition: color 0.3s ease;
  width: 100%;
}

.pwa-button__icon {
  display: inline-block;
  font-size: 18px;
  margin: 0 8px 0 0;
}

.pwa-button__btn:hover,
.pwa-button__btn:hover:active,
.pwa-button__btn:hover:focus,
.pwa-button__btn:hover:hover {
  color: #1ab5ff;
}

.pwa-button__btn,
.pwa-button__btn:active,
.pwa-button__btn:focus {
  color: #afb4bf;
  outline: none;
  text-decoration: none;
}

.header-left-desktop__logo-wrap {
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}

.lootboxes-landing {
  padding: 38px 10px 72px;
}

.lootboxes-landing__top-bg {
  height: 560px;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.lootboxes-landing__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.landing-header {
  min-width: 100%;
}

.landing-header__data {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-header__data-left {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .landing-header__data-left {
    align-items: flex-start;
  }
}

.landing-header__header-img {
  height: 90px;
  max-width: 100%;
  width: auto;
}

.landing-header__header-text {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  max-width: 506px;
  padding-top: 20px;
}

.landing-header__right-logo {
  margin: 16px auto 0;
  width: 286px;
}

.lootboxes-landing__section + .lootboxes-landing__section--wheels {
  align-items: unset;
  padding-top: 32px;
}

.lootboxes-landing__section + .lootboxes-landing__section {
  padding-top: 40px;
}

.lootboxes-landing__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.landing-items__wheels-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 100%));
  justify-content: center;
}

.landing-items__wheel {
  padding-top: 36px;
  position: relative;
}

.landing-how__how-block-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .lootboxes-landing {
    padding: 58px 40px 72px;
  }
}

@media (min-width: 960px) {
  .lootboxes-landing {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .landing-header__data {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .landing-header__right-logo {
    margin: 0 0 0 24px;
    width: 368px;
  }
}

@media (min-width: 960px) {
  .landing-header__right-logo {
    width: 486px;
  }
}

@media (min-width: 1248px) {
  .landing-header__right-logo {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  .lootboxes-landing__section + .lootboxes-landing__section {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .lootboxes-landing__section + .lootboxes-landing__section--wheels {
    padding-top: 48px;
  }
}

@media (min-width: 960px) {
  .landing-header__header-text {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .landing-header__header-img {
    height: 106px;
  }
}

@media (min-width: 960px) {
  .landing-header__header-img {
    height: 136px;
  }
}

@media (min-width: 1248px) {
  .landing-header__header-img {
    height: 162px;
  }
}

.landing-items__wheel-content {
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(20, 28, 41, 0.4);
  border: 1px solid rgba(153, 166, 225, 0.58);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  min-width: 100%;
  padding: 70px 12px 18px;
  position: relative;
  z-index: 5;
}

.landing-items__wheel-img {
  height: 94px;
  left: 50%;
  max-width: 94px;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  z-index: 1;
}

.landing-items__wheel-conditions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
}

.landing-items__wheel-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.landing-items__wheel-data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: auto;
  padding-top: 4px;
}

.landing-items__wheel-code {
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(20, 28, 41, 0.4);
  border: 1px dashed rgba(153, 166, 225, 0.58);
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 12px;
  width: 100%;
}

.landing-items__wheel-text {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.landing-items__wheel-text span {
  color: #afb4bf;
  font-weight: 400;
}

.landing-items__code-title {
  color: #b1bddd;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.landing-items__code-data {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.landing-items__code-btn {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #b1bddd;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  border: none;
}

.landing-items__code-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.landing-items__button.deposit-button {
  align-self: center;
  margin-top: 32px;
}

.lootboxes-landing .lootboxes-landing__button {
  margin-top: 20px;
  height: 46px;
  width: 142px;
}
@media (min-width: 960px) {
  .landing-items__wheel-content {
    flex-direction: row;
    padding: 22px 24px;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-img {
    left: unset;
    position: relative;
    top: unset;
    transform: unset;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-conditions {
    align-items: flex-start;
    min-height: unset;
    min-width: unset;
    padding-left: 24px;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-data {
    padding-top: 8px;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-code {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .landing-items__wheel-code {
    flex-direction: row;
    gap: 12px;
    min-width: 198px;
    width: auto;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-title {
    font-size: 22px;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .landing-items__wheel-text {
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
    gap: 6px;
    justify-content: flex-start;
    text-align: unset;
  }
}

@media (min-width: 1632px) {
  .landing-header__data {
    justify-content: space-between;
  }
}

.landing-how__how-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 28px;
  width: 100%;
}

@media (min-width: 768px) {
  .landing-how__how-list {
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: center;
    width: 688px;
  }
}

@media (min-width: 960px) {
  .landing-how__how-list {
    width: 800px;
  }
}

@media (min-width: 1248px) {
  .landing-how__how-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
}
.landing-how__how {
  align-items: center;
  background: #141c29;
  border-radius: 16px;
  display: flex;
  min-height: 114px;
}
@media (min-width: 768px) {
  .landing-how__how {
    flex-basis: 336px;
  }
}
@media (min-width: 960px) {
  .landing-how__how {
    flex-basis: 392px;
  }
}
@media (min-width: 1248px) {
  .landing-how__how {
    flex-basis: auto;
  }
}

.landing-how__how-img {
  width: 90px;
}

.landing-how__how-data {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 0;
}

.landing-how__how-title {
  color: #f4f7fc;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  margin: 0;
}

.landing-how__how-text {
  color: #696d7b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 1.6;
  margin: 0;
  padding-top: 6px;
  white-space: pre-line;
}

.lootboxes-landing__section + .lootboxes-landing__section--terms {
  align-items: flex-start;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #141c29;
  border-radius: 16px;
  margin-top: 40px;
  padding: 24px;
}

.seo-block__buttons-block {
  margin-top: 16px;
}

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

.lootboxes-landing__seo-block.seo-block .seo-block__buttons-block {
  margin-top: 0;
  transition: margin-top 0.3s ease;
}

.landing-terms__terms-list,
.landing-terms__terms-text {
  margin: 0;
  padding-top: 16px;
}

.landing-terms__terms-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content h3 {
  font-size: 17px;
  font-weight: 700;
}

.landing-terms__terms-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.landing-terms__terms-item {
  align-items: center;
  display: flex;
  gap: 4px;
}

.landing-terms__terms-number {
  min-width: 20px;
}

.lootboxes-landing__seo-block.seo-block .seo-block__collapse:after {
  background: linear-gradient(0deg, #141c29 6.7%, rgba(20, 28, 41, 0) 96.32%);
  height: 68px;
}

.lootwheel-landing {
  background-image: url(/images/top-img__mobile.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 440px;
  padding: 38px 10px 72px;
}
@media (min-width: 768px) {
  .lootwheel-landing {
    background-image: url(/images/top-img.jpg);
    background-size: auto 560px;
    padding: 54px 40px 72px;
  }
}
@media (min-width: 960px) {
  .lootwheel-landing {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1632px) {
  .lootwheel-landing {
    background-size: 100% auto;
  }
}

.lootwheel-landing__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lootwheel-landing__header-img {
  height: 114px;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .lootwheel-landing__header-img {
    height: 160px;
  }
}

.lootwheel-landing__header-text {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  max-width: 506px;
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .lootwheel-landing__header-text {
    font-size: 26px;
  }
}

.lootwheel-landing__header-text span {
  color: #1ab5ff;
}

.lootwheel-landing__section + .lootwheel-landing__section--wheels {
  align-items: unset;
  padding-top: 32px;
}

@media (min-width: 960px) {
  .lootwheel-landing__section + .lootwheel-landing__section--wheels {
    padding-top: 64px;
  }
}

.lootwheel-landing__wheels-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 200px));
  justify-content: center;
}

@media (min-width: 768px) {
  .lootwheel-landing__wheels-list {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 332px));
  }
}

@media (min-width: 960px) {
  .lootwheel-landing__wheels-list {
    grid-template-columns: repeat(2, minmax(0, 388px));
  }
}

@media (min-width: 1248px) {
  .lootwheel-landing__wheels-list {
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 408px));
  }
}

.lootwheel-landing__wheel {
  min-width: 166px;
  position: relative;
}

.lootwheel-landing__wheel-img {
  height: 140px;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .lootwheel-landing__wheel-img {
    height: 280px;
  }
}

@media (min-width: 1248px) {
  .lootwheel-landing__wheel-img {
    height: 344px;
  }
}

.lootwheel-landing__wheel-content {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(20, 28, 41, 0.9);
  border: 1px solid rgba(153, 166, 225, 0.58);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 104px;
  min-width: 100%;
  padding: 12px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .lootwheel-landing__wheel-content {
    margin-top: 172px;
    padding: 22px 32px;
  }
}

@media (min-width: 1248px) {
  .lootwheel-landing__wheel-content {
    margin-top: 236px;
  }
}

.lootwheel-landing__wheel-info {
  color: #c2c2c2;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  .lootwheel-landing__wheel-info {
    right: 16px;
    top: 16px;
  }
}

.lootwheel-landing__wheel-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 960px) {
  .lootwheel-landing__wheel-title {
    font-size: 22px;
  }
}

.lootwheel-landing__wheel-data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
}

@media (min-width: 960px) {
  .lootwheel-landing__wheel-data {
    padding-top: 12px;
  }
}

.lootwheel-landing__wheel-code {
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(20, 28, 41, 0.4);
  border: 1px dashed rgba(153, 166, 225, 0.58);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .lootwheel-landing__wheel-code {
    flex-direction: row;
    gap: 12px;
    min-width: 198px;
    width: auto;
  }
}

@media (min-width: 960px) {
  .lootwheel-landing__wheel-code {
    margin-top: 12px;
  }
}

.lootwheel-landing .lootwheel-landing__button {
  margin-top: 20px;
  height: 46px;
  width: 142px;
}

.lootwheel-landing__section
  + .lootwheel-landing__section--wheels
  .lootwheel-landing__button {
  margin-top: 10px;
}

@media (min-width: 960px) {
  .lootwheel-landing__section
    + .lootwheel-landing__section--wheels
    .lootwheel-landing__button {
    margin-top: 12px;
  }
}

.lootwheel-landing__wheel-text {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 960px) {
  .lootwheel-landing__wheel-text {
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
    gap: 6px;
    justify-content: flex-start;
  }
}

.lootwheel-landing__wheel-text span {
  color: #afb4bf;
  font-weight: 400;
}

.lootwheel-landing__code-title {
  color: #b1bddd;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.lootwheel-landing__code-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.lootwheel-landing__code-data {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.lootwheel-landing .lootwheel-landing__code-btn {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #b1bddd;
  font-size: 20px;
  min-height: 20px;
  min-width: 20px;
  padding: 0;
  outline: none;
  border: none;
}

.lootwheel-landing__wheel-content--epic {
  background: linear-gradient(
      105deg,
      hsla(0, 100%, 80%, 0.34) -2.82%,
      rgba(248, 54, 54, 0.28) 28.8%,
      rgba(255, 86, 86, 0.07) 87.19%
    ),
    rgba(20, 28, 41, 0.9);
  border: 1px solid #ffe196;
}

.lootwheel-landing__wheel-code--epic {
  background: linear-gradient(
      105deg,
      rgba(209, 40, 40, 0.35) -2.81%,
      hsla(0, 100%, 71%, 0.05) 102.61%
    ),
    rgba(20, 28, 41, 0.12);
  border: 1px dashed #ffe196;
}

.lootwheel-landing__section + .lootwheel-landing__section {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .lootwheel-landing__section + .lootwheel-landing__section {
    padding-top: 64px;
  }
}
.lootwheel-landing__how-block-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.lootwheel-landing__how-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 28px;
  width: 100%;
}

@media (min-width: 768px) {
  .lootwheel-landing__how-list {
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 688px;
  }
}

@media (min-width: 960px) {
  .lootwheel-landing__how-list {
    width: 800px;
  }
}

@media (min-width: 1248px) {
  .lootwheel-landing__how-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
}

.lootwheel-landing__how {
  align-items: center;
  background: #141c29;
  border-radius: 16px;
  display: flex;
  min-height: 114px;
}

@media (min-width: 768px) {
  .lootwheel-landing__how {
    flex-basis: 336px;
  }
}

@media (min-width: 960px) {
  .lootwheel-landing__how {
    flex-basis: 392px;
  }
}

@media (min-width: 1248px) {
  .lootwheel-landing__how {
    flex-basis: auto;
    min-height: 100%;
  }
}

.lootwheel-landing__how-img {
  max-height: 100%;
  width: 90px;
}

.lootwheel-landing__how-title {
  color: #f4f7fc;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  margin: 0;
}

.lootwheel-landing__how-text {
  color: #696d7b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 1.6;
  margin: 0;
  padding-top: 6px;
}

.lootwheel-landing__section + .lootwheel-landing__section--terms {
  align-items: flex-start;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #141c29;
  border-radius: 16px;
  margin-top: 40px;
  padding: 24px;
}

.cms-page {
  background: #0e121a;
  color: #fff;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

.cms-page--without-top-space {
  padding-top: 0;
}

.cms-page--lootboxes-landing,
.cms-page--lootwheel-landing {
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .cms-page--lootboxes-landing,
  .cms-page--lootwheel-landing {
    margin-bottom: -48px;
  }
}

.cms-page__head {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  padding: 0;
  position: relative;
}

.cms-page__head-wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}

.container--cms {
  max-width: 1200px;
}

.cms-page__title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}

.cms-page__date {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-top: 40px;
}

.content section > :first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.cms-page--with-bg-image {
  background: #0e121a url(/images/about-page-bg.png) top no-repeat;
  background-size: auto 1508px;
  flex: 1;
  margin-bottom: -40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .cms-page--with-bg-image {
    margin-bottom: -48px;
    padding-bottom: 48px;
  }
}

.about-page {
  margin: 0 auto;
  max-width: 728px;
}

.about-page__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 976px;
  text-align: center;
}

@media (min-width: 768px) {
  .about-page__header {
    flex-direction: row;
  }
}

.about-page__img {
  margin-bottom: 10px;
  width: 313px;
}

@media (min-width: 768px) {
  .about-page__img {
    margin: 0 10px 0 0;
  }
}

@media (min-width: 960px) {
  .about-page__img {
    margin-right: 30px;
  }
}

@media (min-width: 1632px) {
  .about-page__img {
    margin-right: 80px;
  }
}

.about-page__title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 24px;
}

@media (min-width: 960px) {
  .about-page__title {
    margin-bottom: 24px;
  }
}

.about-page__desc {
  color: #afb4bf;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.about-page__benefits {
  padding-bottom: 32px;
}

/* .about-page-benefits__title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}

.about-page-benefits__desc {
  color: #afb4bf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
} */

.about-page-benefits__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 66px;
  position: relative;
}

@media (min-width: 768px) {
  .about-page-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-page-benefits__card {
  background-color: #222538;
  border-radius: 14px;
  min-height: 156px;
  min-width: 272px;
  padding: 16px;
  width: 272px;
}

@media (min-width: 768px) {
  .about-page-benefits__card {
    width: 100%;
  }
}

.about-page-benefits__header {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}

.about-page-benefits__card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.about-page-benefits__img-wrap {
  align-items: center;
  border: 1px solid #55637e;
  border-radius: 8px;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-right: 16px;
  min-width: 48px;
}
.about-page-benefits__card-desc {
  color: #afb4bf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.vip-page {
  padding: 5px 18px 0;
  position: relative;
}

.vip-page__page-content {
  margin: 0 auto;
  max-width: 660px;
  position: inherit;
}

.vip-page__title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 16px;
  text-align: center;
}

.vip-page-header__content {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.vip-page-header__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 16px;
}

.vip-page-header__text {
  margin-bottom: 24px;
  margin-top: 16px;
}

.vip-page-header__button-wrap {
  display: flex;
  justify-content: center;
}

.vip-page-header .vip-page-header__button {
  width: 132px;
}

.vip-page__levels {
  padding: 4px 0 48px;
}

.vip-list {
  display: grid;
  gap: 0 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .vip-list {
    grid-template-columns: 1fr 1fr;
  }
}

.vip-list__level {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(46, 54, 74, 0.5);
  border-radius: 5px;
  margin-top: 80px;
  min-height: 378px;
  position: relative;
}

.vip-list__img-wrap {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 1;
}

.vip-list__img {
  width: 242px;
}

.vip-list__container {
  padding: 76px 54px 24px;
  position: relative;
}

.vip-list__name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
  text-transform: capitalize;
}

.vip-list__param {
  align-items: center;
  background: rgba(46, 54, 74, 0.5);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
  min-height: 52px;
  padding: 5px 15px;
  text-align: center;
}

.vip-list__param:not(:last-child) {
  margin-bottom: 8px;
}

.vip-list__param-value {
  font-weight: 900;
  margin-left: 3px;
}

.vip-list__level {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(46, 54, 74, 0.5);
  border-radius: 5px;
  margin-top: 80px;
  min-height: 378px;
  position: relative;
}

@media (min-width: 768px) {
  .vip-list__level--last {
    align-items: center;
    display: flex;
    grid-column: span 2;
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .vip-list__level--last .vip-list__img {
    width: 380px;
  }
}

@media (min-width: 768px) {
  .vip-list__level--last .vip-list__img-wrap {
    position: static;
  }
}

@media (min-width: 768px) {
  .vip-list__level--last .vip-list__container {
    padding: 24px;
  }
}

.vip-list__param--locked .vip-list__param-title,
.vip-list__param--locked .vip-list__param-value {
  filter: blur(5px);
}

.vip-list__param--locked .vip-list__param-title,
.vip-list__param--locked .vip-list__param-value {
  filter: blur(5px);
}

.vip-page-content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.vip-page-content h2,
.vip-page-content h3,
.vip-page-content h4,
.vip-page-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}

.vip-page-content p {
  margin: 0 auto 24px;
  max-width: 540px;
}

.vip-page-content p:empty {
  display: none;
}

.vip-table {
  position: relative;
}

.vip-table__container {
  scrollbar-color: #fff;
  scrollbar-width: thin;
}

.vip-table__container {
  overflow-x: auto;
  padding-bottom: 6px;
}

@media (min-width: 768px) {
  .vip-table__container {
    padding-bottom: 0;
  }
}

.vip-table__table {
  border: 1px solid #55637e;
  border-radius: 8px;
  margin: 0 auto;
  width: 660px;
}

.vip-table__header {
  border-bottom: 1px solid #55637e;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 0;
}

.vip-table__header-col {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 48px;
  padding: 0 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .vip-table__header-col {
    padding: 0 15px;
  }
}

.vip-table__header-col:not(:last-child) {
  border-right: 1px solid #55637e;
}

.vip-table__table-content {
  padding: 16px 0;
}

.vip-table__row {
  display: flex;
}

.vip-table__col {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 10px 12px;
  text-align: center;
}

.vip-table__col:not(:last-child) {
  border-right: 1px solid #55637e;
}

.cms-page--without-vertical-space {
  padding-bottom: 0;
  padding-top: 0;
}

.promo-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}

.promo-page + .promo-page,
.promo-page:first-child {
  padding-top: 40px;
}

.promo-page__bg {
  height: 846px;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .promo-page__bg {
    top: 70px;
  }
}

@media (min-width: 1248px) {
  .promo-page__bg {
    top: 0;
  }
}

.promo-page__title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  position: relative;
  text-align: center;
}

.promo-page__desc {
  color: #afb4bf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

.promo-page__desc p {
  margin: 10px 0 0;
}

.promo-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 32px auto 0;
  max-width: 1292px;
  position: relative;
}

@media (min-width: 1248px) {
  .promo-page__list {
    gap: 22px;
  }
}

.promo-item {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  max-width: 340px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 960px) {
  .promo-item {
    max-width: 268px;
  }
}

@media (min-width: 1248px) {
  .promo-item {
    max-width: 288px;
  }
}

@media (min-width: 1632px) {
  .promo-item {
    max-width: 306px;
  }
}

.promo-item__img-wrap {
  flex-shrink: 0;
  height: 128px;
  position: relative;
}

.promo-item__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.promo-item__content {
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(30, 36, 50, 0.72);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 210px;
  padding: 24px;
  position: relative;
  text-align: center;
}

.promo-item__info {
  color: #afb4bf;
  cursor: pointer;
  font-size: 16px;
  height: 16px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: color 0.3s ease;
  width: 16px;
}

.promo-item__title {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.promo-item__desc {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: auto;
}

.promo-item .promo-item__button {
  margin-top: 20px;
  min-height: 42px;
  width: 134px;
}

.promo-item__promo-code {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}

.promo-item__code {
  color: #1ab5ff;
  font-weight: 600;
  padding-left: 4px;
  text-transform: uppercase;
}

.cms-page--center-header {
  text-align: center;
}

.cms-page--payment-page .cms-page__head {
  margin-bottom: 42px;
}

.container--full {
  max-width: 100%;
}

.payment-page__table {
  color: #fff;
  text-align: left;
}

.payment-page__table:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .payment-page__table:not(:last-child) {
    margin-bottom: 36px;
  }
}

.payment-page__header {
  align-items: center;
  display: flex;
  text-align: left;
}

.payment-page__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.payment-page__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 18px;
}

@media (min-width: 576px) {
  .payment-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .payment-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1248px) {
  .payment-page__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1632px) {
  .payment-page__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.payment-item {
  background-color: #1e2432;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  width: 212px;
}

.payment-page .payment-page__item {
  width: 100%;
}

.payment-item__img-wrap {
  align-items: center;
  border-bottom: 1px solid rgba(14, 18, 26, 0.5);
  display: flex;
  height: 64px;
  justify-content: center;
  padding: 18px 45px;
  width: 100%;
}

.payment-item__img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.payment-item__body {
  display: flex;
  flex-direction: column;
  padding: 0 16px 20px;
}

.payment-item__type {
  color: #55637e;
  letter-spacing: 0.01em;
  padding: 16px 0;
  text-align: center;
}

.payment-item__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.payment-item__label {
  align-items: center;
  color: #55637e;
  display: flex;
  max-width: 60px;
}
.payment-item__modal-wrapper {
  margin-left: 5px;
  position: relative;
}

.payment-item__modal-btn {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: center;
  transition: color 0.3s ease;
}

.payment-item__modal-btn--active,
.payment-item__modal-btn:hover {
  color: #1ab5ff;
}

.payment-item--deposit .payment-item__label--fee {
  color: hsla(0, 0%, 100%, 0.5);
}

.payment-item__value {
  max-width: 80px;
  text-align: right;
}

.payment-item__modal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #141c29;
  border-radius: 10px;
  bottom: 100%;
  color: #55637e;
  display: none;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  line-height: 20px;
  margin-bottom: 17px;
  padding: 12px;
  position: absolute;
  text-align: center;
  transform: translateX(-28%);
  white-space: nowrap;
}
@media (min-width: 1248px) {
  .payment-item__modal {
    transform: translateX(-48%);
  }
}
.payment-item__modal--show {
  display: block;
}
.payment-item__modal:after {
  border-color: #141c29 transparent transparent;
  border-style: solid;
  border-width: 9px 6px 0;
  bottom: -9px;
  content: "";
  height: 0;
  left: 29%;
  position: absolute;
  width: 0;
}
@media (min-width: 1248px) {
  .payment-item__modal:after {
    left: 48%;
  }
}

.support__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .support__content {
    flex-direction: row;
  }
}

.support__form-wrapper {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .support__form-wrapper {
    margin: 0 48px 0 0;
    width: 50%;
  }
}

.form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}

.form-element {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.contact-form__label {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}

.input {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  cursor: text;
  display: flex;
  padding: 0 12px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 10;
}

.input__native {
  background-color: transparent;
  border: none;
  caret-color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 1px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: none;
  transition: color 0.3s ease;
  /* vertical-align: middle; */
  white-space: nowrap;
  width: 100%;
}

.input .input__native,
.input--default .input__native {
  color: #fff;
}

.input--empty .input__native {
  color: #afb4bf;
}

.input__focus-container {
  background: #1e2432;
  border: 1px solid #1e2432;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color 0.3s ease;
  z-index: -1;
}

.input .input__native + .input__focus-container,
.input--default .input__native + .input__focus-container {
  background: #1e2432;
  border-color: #1e2432;
}

.input--empty .input__native + .input__focus-container {
  background: #1e2432 none;
  border-color: #1e2432;
}

/* .input--error .input__native + .input__focus-container,
.input--error .input__native:focus + .input__focus-container,
.input--error .input__native:hover + .input__focus-container {
  border-color: #de2b2b;
} */

.form-element {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.contact-form .contact-form__form-element:not(:first-child) {
  margin-top: 24px;
}

.contact-form__label {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}

.contact-form .contact-form__submit-button {
  font-size: 15px;
  font-weight: 900;
  margin-top: 24px;
  min-height: 40px;
  width: 100%;
}

.support__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .support__list {
    padding-top: 38px;
    width: 50%;
  }
}

.support__tile-wrap {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}

.support__icon {
  margin-right: 16px;
  width: 30px;
}

.support__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.support__item-desc {
  color: #afb4bf;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.support a {
  color: #1ab5ff;
  display: block;
  margin-top: 6px;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.support__item:not(:first-child) {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .support__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .support__item:not(:first-child) {
    margin-top: 28px;
  }
}

.cms-page__bg,
.cms-page__tourn-bg {
  position: absolute;
  top: 0;
  width: 100%;
}

.cms-page__tourn-bg {
  height: auto;
  right: 0;
}

.cms-page__head {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  padding: 0;
  position: relative;
}

.cms-page--tourn-bg-image > div {
  position: relative;
  z-index: 5;
}

.cms-page--tourns .cms-page__head {
  margin-bottom: 0;
}

.tournaments-page__subtitle {
  color: #afb4bf;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 708px;
  padding-top: 16px;
  text-align: center;
}

.tournaments-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1332px;
  padding-top: 32px;
}

@media (min-width: 1248px) {
  .tournaments-page__list {
    gap: 22px;
  }
}

.tournaments-page__item {
  width: 340px;
}

@media (min-width: 960px) {
  .tournaments-page__item {
    width: 268px;
  }
}

@media (min-width: 1248px) {
  .tournaments-page__item {
    width: 288px;
  }
}

@media (min-width: 1632px) {
  .tournaments-page__item {
    width: 306px;
  }
}

.tourn-main {
  background: rgba(46, 54, 74, 0.5);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tourn-main__head {
  align-items: flex-end;
  display: flex;
  height: 164px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.tourn-main__bg {
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  position: absolute;
  right: 0;
  width: 100%;
}

.tourn-main__title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  z-index: 5;
}

.tourn-main__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tourn-main__content-item {
  align-items: center;
  border-bottom: 0.5px solid #70717b;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 50px;
  padding: 10px 20px;
  width: 100%;
}

.tourn-timer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tourn-timer__title {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  justify-content: flex-start;
  line-height: 1.3;
}

.tourn-timer__title:before {
  background-color: #e93e8d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
}

.tourn-timer__title--started:before {
  background: linear-gradient(135deg, #67d67c, #278f56);
}

.tournaments-timer {
  display: flex;
  flex-direction: row;
}

.tournaments-timer__item {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding-right: 6px;
}

.tournaments-timer__item:first-child {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

tournaments-timer__item-time {
  position: relative;
}

.tournaments-timer__item-name {
  color: #70717b;
  font-size: 6px;
  font-weight: 400;
  padding-top: 6px;
  text-align: center;
  text-transform: uppercase;
}

.tournaments-timer__item:first-child:after {
  background-color: #20283c;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -0.5px;
  top: 0;
  width: 1px;
}

.tourn-main__places-label,
.tourn-main__pool-label {
  font-weight: 400;
}

.tourn-main__places-value,
.tourn-main__pool-value {
  font-weight: 900;
}

.tourn-participate {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.tourn-main .tourn-main__participate {
  min-height: 40px;
  width: 100%;
}

.tourn-main .tourn-main__participate .tourn-participate__button,
.tourn-main .tourn-main__participate .tourn-participate__button-wrapper {
  height: 100%;
  width: 100%;
}

.tourn-main .tourn-main__participate .tourn-participate__button {
  align-items: center;
  background-color: rgba(46, 54, 74, 0.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: capitalize;
}

.btn--secondary:before,
.link-btn--secondary:before {
  background: #181f2c linear-gradient(0.721turn, #2e364a, #181f2c 104.99%);
}

.tournaments-page__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
  padding-bottom: 16px;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.tourn-timer__title--ended:before {
  background: #70717b;
}

.cms-page .questions-list {
  margin: 0 auto;
  max-width: 700px;
}

.game-collections-page__game-sliders {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .game-collections-page__game-sliders {
    margin-top: 48px;
  }
}
.game-collections-page__games-slider:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .game-collections-page__games-slider:not(:first-child) {
    margin-top: 48px;
  }
}
.game-collections-page + section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .game-collections-page + section {
    margin-top: 48px;
  }
}

.live-casino__section {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .live-casino__section {
    margin-top: 48px;
  }
}

.games__catalog {
  display: block;
  margin: 0;
  min-height: 136px;
  padding-top: 5px;
  position: relative;
  width: 100%;
}

.catalog__list {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

@media (min-width: 768px) {
  .catalog__list {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 960px) {
  .catalog__list {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1248px) {
  .catalog__list {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1632px) {
  .catalog__list {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .catalog__list {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(8, 1fr);
  }
}
.catalog {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.catalog__title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.catalog__more {
  display: block;
  margin: 24px 0 0;
  text-align: center;
  width: 100%;
}

.catalog__button {
  width: 132px;
}

.game {
  border-radius: 8px 8px 0 0;
  display: block;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.game__footer {
  margin-top: 8px;
}

.game__title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}

.game__title--footer {
  color: #55637e;
  font-size: 14px;
  text-align: left;
}

.lootwheel-landing__terms-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lootwheel-landing__terms-item {
  align-items: center;
  display: flex;
  gap: 4px;
}

.lootwheel-landing__terms-list,
.lootwheel-landing__terms-text {
  margin: 0;
  padding-top: 16px;
}

.lootwheel-landing__terms-item,
.lootwheel-landing__terms-text {
  color: #b1bddd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.lootwheel-landing__terms-number {
  min-width: 20px;
}

.lootwheel-landing .seo-block .seo-block__collapse:after {
  background: linear-gradient(0deg, #141c29 6.7%, rgba(20, 28, 41, 0) 96.32%);
  height: 68px;
}

.lootwheel-landing .seo-block .seo-block__collapse.collapse--entered:after {
  height: 0;
}

.lootwheel-landing .lootwheel-landing__terms-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.home-slider--overflow .game-slider {
  margin-right: -10px;
}
@media (min-width: 768px) {
  .home-slider--overflow .game-slider {
    margin-right: -20px;
  }
}
@media (min-width: 1248px) {
  .home-slider--overflow .game-slider {
    margin-right: -48px;
  }
}
.home-slider--overflow .game-slider:after {
  background: linear-gradient(270deg, #151723, rgba(21, 23, 35, 0));
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
.home-slider--overflow .slick-prev {
  right: 50px !important;
}
@media (min-width: 1248px) {
  .home-slider--overflow .slick-prev {
    right: 78px !important;
  }
}
.home-slider--overflow .slick-next {
  right: 20px !important;
}
@media (min-width: 1248px) {
  .home-slider--overflow .slick-next {
    right: 48px !important;
  }
}
