@import url("css2");
:root {
  font-size: 10px;
}
html * {
  box-sizing: border-box;
  font-family: Rubik, sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  background-color: #010100;
  width: 100%;
  background: url(assets/bg_left2.png) top 30% left / 10% no-repeat,
    url(assets/bg_right4.png) top 10% right / 10% no-repeat,
    radial-gradient(
      64% 50.2% at 11% 63.8%,
      #ffd600 -300%,
      rgba(255, 214, 0, 0) 55%
    ),
    #010100;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: Rubik, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(1, 1, 0, 0);
  visibility: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
  padding: 0 15px;
  background: radial-gradient(37% 76.2% at 58% 40%, #262000 41%, #010100 110%);
}
.header-wrapper {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  gap: 0;
  height: 100%;
}
.header-svg {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-buttons {
  display: flex;
  align-items: center;
  margin: 0 10px;
  gap: 5px;
}
.btn {
  padding: 5px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  align-items: center;
  width: 100px;
}
.header-sign {
  background: transparent;
  border: 1px solid #ffd600;
}
.header-sign:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px #ffd600;
}
.header-reg {
  background: linear-gradient(
    90deg,
    rgb(255, 0, 229) 0%,
    rgb(255, 0, 138) 100%
  );
  position: relative;
  border: none;
}
.header-reg:hover {
  box-shadow: 0 0 10px #ff00e5;
}
.header-reg::before {
  content: "";
  position: absolute;
  top: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  ) !important;
  animation: shine 2.5s infinite;
}
.banner-block {
  width: 100%;
  margin: 0 auto 20px;
  display: grid;
  padding: 0 15px;
  grid-template-columns: 1fr;
  gap: 20px;
}
.banner {
  background-position: center top;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: unset;
  text-align: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  height: 300px;

  padding: 85px 25px 25px;
}

.banner__title {
  font-size: 1.2rem;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
  height: 35px;
  padding: 0 20px;
  font-weight: 600;
  line-height: 35px;
  background: #fff;
  border-radius: 30px;
}
.banner__description-bottom,
.banner__description {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  font-weight: bold;
  line-height: 1.15;
  font-size: 2.4rem;
}
.banner-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 5px 10px;
  background: #ffd600;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  transition: all 0.3s;
}
.banner-btn:hover {
  box-shadow: 0 0 10px #ffd600;
}
.banner-btn__text {
  color: rgb(1, 1, 0);
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  text-transform: uppercase;
}
.banner__decor {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  object-position: initial;
  height: 100%;
  transform: translateX(30vw);
}
.banner__decor img {
  height: 100%;
}
.games-categories-block {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.games-categories {
  min-height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  margin-bottom: 40px;
  grid-template-areas:
    "menu menu"
    "search merch";
}
.category-menu {
  background: transparent;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  grid-area: menu;
  margin: 0 0 20px;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  max-height: 100%;
  margin: 0 -5px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.6);
  --swiper-pagination-bullet-inactive-opacity: 1;
  display: flex;
}
.category-menu .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  height: auto;
  width: auto;
}
.menu__item {
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.3) 52.73%,
    rgba(255, 214, 0, 0) 99.69%
  );
  border-image-slice: 1;
}
.menu__link {
  height: 40px;
  padding: 0 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
  border-radius: 10px;
}
.menu__link.active {
  color: #ffd600;
  font-weight: 700;
  background: rgba(255, 214, 0, 0.1);
  margin: 0 5px;
}
.menu__link:hover svg {
  animation: iconScale 0.6s ease-out;
}
.menu__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  color: inherit;
}
.menu__icon svg {
  width: 20px;
  height: 20px;
  transform: translateZ(0);
  vertical-align: middle;
}
.menu__icon:hover {
  color: #ffd600;
}
.menu__icon svg path {
  fill: currentColor;
}
.menu__link-text {
  display: block;
  transition: all ease 0.4s;
}
.category-menu__controls {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.category-menu__control {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  color: #fff;
  background: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-out;
  pointer-events: initial;
}
.control-next {
  transform: rotate(-90deg);
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
.control-next::before {
  background: linear-gradient(90deg, #010100 80%, rgba(1, 1, 0, 0) 100%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.category-search,
.category-merch {
  display: flex;
  height: 40px;
  width: 100%;
  min-width: auto;
  background: 0 0;
  padding: 0 10px;
  border-radius: unset;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.45;
  transition: all 0.3s linear;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.category-search:hover,
.category-merch:hover {
  background: 0 0;
  color: #ffd600;
}
.category-search {
  grid-area: search;
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.3) 52.73%,
    rgba(255, 214, 0, 0) 99.69%
  );
  padding: 0 20px;
  width: auto;
  border-image-slice: 1;
}
.search__text,
.merch__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.search__text .menu__icon,
.merch__text .menu__icon {
  display: block;
  margin-left: 0;
  order: -1;
  margin-right: 10px;
  line-height: 1;
}
.games-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  position: relative;
}
.games-grid {
  display: grid;
  grid-template-areas:
    "title-icon title show-all"
    "games-grid games-grid games-grid";
  grid-template-columns: auto auto auto minmax(0, 1fr);
  row-gap: 20px;
  margin-bottom: 40px;
}
.games-section-title {
  display: flex;
  align-items: center;
}
.games-section-title:hover {
  color: #ffd600;
}
.games-section-title:hover svg {
  fill: #ffd600;
}
.sectiom-title-icon {
  --wlc-icon-width: 20px;
  --wlc-icon-height: 20px;
  margin: 0 10px 0 0;
  transition: color 0.3s linear;
  color: #fff;
  display: flex;
  align-items: center;
}
.sectiom-title-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.3s linear;
}
.section-title-content {
  text-transform: uppercase;
  transition: color 0.3s linear;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.games-grid__link {
  color: #ffd600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
  transition: color 0.3s linear;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 0 30px;
  font-weight: 600;
  grid-area: show-all;
}
.games-grid__link:hover {
  color: #fff;
}
.games-wrapper {
  grid-area: games-grid;
  position: relative;
}
.swiper-games {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.swiper-games .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: calc(100vw - 46px) !important;
  height: auto !important;
  margin: 0 !important;
  display: none;
}
.swiper-games .swiper-slide:nth-child(1),
.swiper-games .swiper-slide:nth-child(2) {
  display: block;
}

.wlc-game-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  border: 2px solid transparent;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wlc-game-thumb:hover {
  border: 2px solid #ffd600;
}
.wlc-game-thumb__card {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-position: center;
  background-color: #010100;
  background-image: url("/static/images/logo.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  aspect-ratio: 4/3;
}
.wlc-game-thumb-media {
  height: 100%;
  position: relative;
}
.wlc-game-thumb__img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.wlc-game-thumb__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wlc-game-thumb__desc {
  display: none;
  transition: opacity 0.3s linear;
  z-index: 5;
  grid-template-rows: 1fr auto;
  padding: 10px;
  opacity: 0;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wlc-game-thumb__desc::before {
  transition: all 0.25s linear;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, #1a1500 86.3%);
  transform: translateX(-100%) skewX(35deg);
  pointer-events: none;
  transform: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wlc-game-thumb:hover .wlc-game-thumb__desc {
  opacity: 1;
}
.wlc-game-thumb:hover .wlc-game-thumb__desc::before {
  opacity: 1;
}
.wlc-game-thumb__buttons {
  display: none;
  justify-content: center;
  grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
  z-index: 3;
}
.wlc-btn {
  box-sizing: border-box;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  overflow: hidden;
  min-width: auto;
}
.wlc-btn--theme-default {
  height: 40px;
  display: grid;
  grid-column-gap: initial;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: #ffd600;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.wlc-btn__text {
  color: #010100;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  text-transform: uppercase;
}
.wlc-btn--theme-default.wlc-btn--theme-mod-secondary {
  background: transparent;
  border: 1px solid #fff;
  border: none;
  box-shadow: none;
}
.wlc-btn--demo {
  display: flex;
  height: 18px;
  padding: 0;
}
.wlc-btn--demo .wlc-btn__text {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
}
.wlc-btn--theme-default:hover {
  background: #ffde33;
  box-shadow: #ffd600 0px 0px 10px 0px;
}
.wlc-btn--demo:hover {
  background: transparent;
  box-shadow: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c2743584769]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c2743584769]
  .wlc-btn--theme-mod-secondary
  .wlc-btn__text {
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
}
.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  transition: color 0.3s linear;
  color: #fff;
}
.wlc-game-thumb__title {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex: 1;
  gap: 6px;
  background: #1a1500;
  border-radius: 0 0 16px 16px;
  align-items: flex-start;
  padding: 15px 15px 20px 15px;
  text-align: left;
  pointer-events: none;
}
.wlc-game-thumb__name {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
}
.wlc-game-thumb__merchant {
  color: #806b00;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.45;
}
.wlc-games-grid__swiper-buttons-container {
  grid-area: swiper-buttons;
  margin: 0 0 0 auto;
  display: none;
}
.wlc-games-grid__swiper-buttons {
  display: grid;
  grid-template-columns: auto auto;
}
.wlc-swiper-button-prev,
.wlc-swiper-button-next {
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(255, 214, 0, 0.1);
  outline: none;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.wlc-swiper-button-prev {
  margin-right: 5px;
}
.swiper-button-disabled {
  color: #fff;
  background: rgba(255, 214, 0, 0.1);
  opacity: 0.5;
  cursor: default;
}
.wlc-swiper-button-prev .wlc-icon-content {
  transform: rotate(90deg);
}
.wlc-swiper-button-next .wlc-icon-content {
  transform: rotate(-90deg);
}
.wlc-swiper-button-next:hover {
  color: #fff;
  background: rgba(255, 214, 0, 0.4);
  border: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c2743584769]
  .wlc-game-thumb-media__video[_ngcontent-wlc-app-c2743584769] {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c2743584769]
  .wlc-game-thumb__rtp-info[_ngcontent-wlc-app-c2743584769] {
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 100px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 24px;
  padding: 4px 6px 4px 8px;
  color: #010100;
  font-weight: 600;
  font-size: 13px;
  background: #fff0a3;
}
.wlc-icon-content {
  display: flex;
  align-items: center;
}
.seo-block {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 40px;
}
.seo-wrapper {
  --wlc-acc-item-bg: #262000;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: #1a1500;
  border-radius: 20px;
}
.seo-info {
  padding: 20px;
}
.seo-text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
}
.title__main {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.45;
  margin: 0 0 20px;
}
.providers-block {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.wlc-sections__providers {
  padding: 0 15px;
}
.wlc-provider-links--theme-default {
  grid-template-columns: 1fr auto auto;
  grid-template-areas:
    "title navigation button"
    "icons icons icons";
  display: grid;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.wlc-section-title--theme-default {
  display: flex;
  align-items: center;
}
.wlc-section-title--theme-default .wlc-section-title__content {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.wlc-section-title--theme-default .wlc-section-title__content {
  text-transform: uppercase;
}
.wlc-provider-links--theme-default .wlc-provider-links__btn {
  margin: 0 0 0 20px;
  grid-area: button;
}
.wlc-provider-links--theme-default .wlc-provider-links__btn {
  display: block;
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  transform: none;
  border: none;
  border-radius: unset;
}

.wlc-provider-links--theme-default .wlc-provider-links__btn .wlc-btn__text {
  color: #ffd600;
  font-weight: 600;
  font-size: 1.6rem;
  font-style: normal;
  text-transform: unset;
  transition: color 0.3s linear;
}
.wlc-provider-links__btn:hover .wlc-btn__text {
  box-shadow: none;
  color: #fff;
}
.wlc-provider-links__slider {
  margin: 10px 0 0;
  grid-area: icons;
  min-width: 0;
  max-width: 100%;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.wlc-provider-links-item {
  position: relative;
  background: radial-gradient(
    84.96% 58.62% at 49.71% 89.08%,
    #463c14 0%,
    #020200 100%
  );
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 2s;
}
.wlc-provider-links--theme-default .wlc-provider-links-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 85px;
}
.wlc-provider-links--theme-default .wlc-provider-links-item__wrp {
  font-size: 2rem;
  padding: 8px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.wlc-provider-links--theme-default .wlc-provider-links-item__image,
.wlc-provider-links--theme-default .wlc-provider-links-item .wlc-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 125px;
  height: 100%;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}
.wlc-provider-links-item:hover {
  box-shadow: 0 1px 5px #262000;
  transform: translate3d(0, -3px, 0);
  transition: transform 0.2s, box-shadow 0.1s;
}
.swiper.swiper-providers {
  overflow: visible;
}
.wlc-sections__footer--theme-1 {
  padding-bottom: 55px;
  margin-top: 15px;
  background: 0 0;
}
.wlc-sections__footer {
  margin: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  grid-template-areas:
    "logo"
    "affiliate"
    "links"
    "menu2"
    "menu"
    "ratings"
    "payments"
    "disclaimer";
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  row-gap: 10px;
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px solid #262000;
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.wlc-sections__footer--theme-1 .wlc-icon-safety-list,
.wlc-sections__footer--theme-1 .wlc-icon-merchants-list,
.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wlc-icon-list--theme-payments {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
  max-width: calc(100vw - 30px);
  margin: 0 0 30px;
}
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
  margin: 0 0 30px;
}
.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow-x: none;
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__wrapper {
  background: 0 0;
  border-radius: 10px;
  margin: 0;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item,
.wlc-icon-list--theme-payments .wlc-icon-list-item {
  padding: 0 15px;
}
.wlc-icon-list img,
.wlc-icon-list .wlc-icon svg,
.wlc-icon-list .wlc-icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list-item img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
  max-width: 105px;
  max-height: 30px;
  fill: #262000;
  overflow: hidden;
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__item
  .wlc-icon
  svg {
  fill: rgba(255, 255, 255, 0.2);
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
  position: relative;
  min-width: 0;
}
.wlc-sections__footer--theme-1 .wlc-post-menu {
  grid-area: menu;
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
  justify-content: center;
  padding: 0;
  width: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] {
  width: 100%;
  max-width: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
  -moz-column-count: 1;
  column-count: 1;
  display: grid;
  grid-gap: 10px;
}
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
  -moz-column-count: unset;
  column-count: unset;
  text-align: center;
  max-width: 440px;
  margin: -5px auto;
  display: block;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(1, auto);
  justify-content: space-between;
  max-width: 715px;
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
  transition: color 0.3s linear;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  text-decoration: none;
}
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-menu__link {
  display: inline-block;
  padding: 6px 0;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-footer-menu {
  display: flex;
  flex-direction: column;
  grid-area: menu2;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.wlc-sections__footer--theme-1 .container .wlc-logo {
  display: flex;
  justify-content: center;
}
.wlc-sections__footer--theme-1 .wlc-logo {
  grid-area: logo;
}
.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c3373317602] {
  width: 184px;
}
.wlc-sections__footer--theme-1 .container .wlc-post-menu,
.wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
.wlc-sections__footer--theme-1 .container .wlc-footer-lang,
.wlc-sections__footer--theme-1 .container .wlc-license,
.wlc-sections__footer--theme-1 .container .wlc-logo {
  margin: 0 0 30px;
}

.wlc-btn {
  box-sizing: border-box;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  overflow: hidden;
}
.wlc-btn--theme-default {
  height: 40px;
  display: grid;
  grid-column-gap: initial;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 5px 10px;
  background: #ffd600;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-btn--aff {
  margin: 0 0 20px;
  justify-self: center;
  grid-area: affiliate;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-btn--aff {
  width: 100%;
  max-width: 345px;
  padding: 5px 15px;
}
.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  color: #010100;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  text-transform: uppercase;
}
.container {
  padding: 0 15px;
}
.wlc-sections__footer--theme-1 .container {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  grid-template-areas:
    "merchants"
    "payments"
    "menu"
    "language"
    "social"
    "disclaimer"
    "license";
}
.wlc-sections__footer--theme-1 .footer-bottom__links {
  display: flex;
  grid-area: links;
  margin: 20px 0;
}

.wlc-custom-license {
  display: flex;
  flex-direction: row-reverse;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.wlc-custom-license__curacao {
  width: 170px;
  height: 50px;
}
.wlc-custom-license__age-restrictions,
.wlc-custom-license__curacao {
  padding: 0 20px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.3) 52.73%,
    rgba(255, 214, 0, 0) 99.69%
  );
  border-image-slice: 1;
}
.wlc-custom-license__curacao img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wlc-custom-license__age-restrictions .wlc-icon-content {
  display: block;
  width: 32px;
  height: 32px;
}
.wlc-custom-license__age-restrictions svg {
  width: 100%;
}
.wlc-custom-license__age-restrictions svg path:first-child {
  fill: #3fbeb7;
}
.wlc-custom-license__age-restrictions svg path {
  fill: #fff;
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
  display: flex;
  flex-direction: column;
  grid-area: ratings;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__title[_ngcontent-wlc-app-c1726347706] {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
  grid-gap: 20px;
  margin: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  max-width: 1008px;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 296px;
  max-height: 110px;
}
.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
  grid-area: payments;
}
.wlc-icon-list .wlc-icon svg path {
  fill: inherit;
}
.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
  grid-area: disclaimer;
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
  .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
  text-align: center;
  color: #7a7a7a;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
}
.wlc-sections__footer--theme-1 .wlc-copyright,
.wlc-sections__footer--theme-1 .wlc-recaptcha-policy {
  margin: 20px 0 0;
}
.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
  .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
  color: #7a7a7a;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}

.wlc-sections__footer--theme-1 .container .wlc-post-menu {
  margin-bottom: 5px;
  padding: 0;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706]
  span[_ngcontent-wlc-app-c1726347706]
  svg {
  width: 100%;
  height: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-menu__link:hover {
  color: #ffd600;
}

.wlc-sections__sticky-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu {
  position: relative;
  background: linear-gradient(180deg, #4d4000 0%, #1a1500 100%);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-items: center;
  min-height: 60px;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0 0;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: #ffd600;
  border-radius: 100%;
  transform: translateX(-50%);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu:before {
  z-index: 0;
  margin-bottom: -2px;
  box-shadow: 0 8px 20px rgba(255, 214, 0, 0.4);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item {
  max-width: 100%;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 5px;
  text-decoration: none;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon {
  color: #fff;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg {
  fill: currentColor;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon
  svg {
  width: auto;
  height: 20px;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link-text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 5px 0 0;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link-text {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 5px 0 0;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item--deposit {
  position: relative;
  transform: translateY(-20px);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item--deposit
  .wlc-menu__icon {
  color: #010100;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon {
  position: absolute;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: none;
  border-radius: 100%;
  padding-top: 20px;
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon
  svg {
  height: 27px;
  width: auto;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item--deposit
  .wlc-menu__link-text {
  position: absolute;
  z-index: 3;
  color: #010100;
  transform: translateY(160%);
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon {
  height: 27px;
  display: flex;
  align-items: center;
}
@media (min-width: 375px) {
  .swiper-games .swiper-slide {
    width: calc(100% / 2 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(3),
  .swiper-games .swiper-slide:nth-child(4),
  .swiper-games .swiper-slide:nth-child(5),
  .swiper-games .swiper-slide:nth-child(6) {
    display: block;
  }
  .btn {
    font-size: 1.4rem;
    width: 128px;
  }
  .banner__decor {
    transform: none;
  }
}
@media (min-width: 480px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 450px;
  }
  .swiper-games .swiper-slide {
    width: calc(100% / 3 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(7),
  .swiper-games .swiper-slide:nth-child(8),
  .swiper-games .swiper-slide:nth-child(9) {
    display: block;
  }
}
@media (min-width: 560px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 530px;
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: 1;
    display: block;
    grid-gap: 0;
    column-count: 1;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 40px;
  }
}
@media (min-width: 640px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 610px;
  }
}

@media (min-width: 720px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 690px;
  }
}

@media (min-width: 768px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 738px;
  }
  .games-categories {
    min-height: 60px;
  }
  .games-grid {
    grid-template-areas:
      "title-icon title show-all swiper-buttons"
      "games-grid games-grid games-grid games-grid";
  }
  .swiper-games .swiper-slide {
    width: calc(100% / 6 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(10),
  .swiper-games .swiper-slide:nth-child(11),
  .swiper-games .swiper-slide:nth-child(12) {
    display: block;
  }
  .wlc-games-grid__swiper-buttons-container {
    display: block;
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate affiliate"
      "links links links"
      "menu2 menu menu"
      "ratings ratings ratings"
      "payments payments payments"
      "disclaimer disclaimer disclaimer";
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    grid-template-columns: repeat(2, auto);
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu language"
      "social social social"
      "disclaimer disclaimer disclaimer"
      "license license license";
  }
}
@media screen and (min-width: 900px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 870px;
  }
  .banner-block {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .banner {
    height: 410px;
  }
  .games-categories {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "menu search merch";
  }
  .category-menu {
    margin: 0;
  }
  .search__text,
  .merch__text {
    width: 100%;
  }
  .seo-info {
    padding: 30px;
  }
  .title__main {
    text-align: left;
  }
  p {
    margin-top: 0;
    margin-bottom: 0;
  }
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ol,
  ul {
    padding-left: 2rem;
  }

  .wlc-icon-list--theme-payments .wlc-icon-list__item,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 10px 20px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__item img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-payments .wlc-icon-list-item img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
    max-height: 35px;
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: 1;
    column-count: 1;
  }
  .wlc-custom-license__age-restrictions,
  .wlc-custom-license__curacao {
    padding: 0 40px;
  }
  .wlc-sections__footer--theme-1
    .footer-bottom__links
    .wlc-license__age-restrictions,
  .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__curacao,
  .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
    padding: 0 40px;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 60px;
  }
  .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
    font-style: normal;
    text-align: center;
  }
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
    font-style: normal;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 994px;
  }
  .header {
    height: 70px;
  }
  .category-menu {
    margin-right: auto;
  }
  .wlc-game-thumb__desc {
    display: grid;
  }
  .wlc-game-thumb__buttons {
    display: grid;
  }
  .wlc-games-grid__swiper-buttons-container {
    margin: 0 5px 0 auto;
  }
  .wlc-app-content .wlc-sections__footer {
    overflow-x: initial;
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate menu2 menu"
      "links links menu2 menu"
      "ratings ratings ratings ratings"
      "payments payments payments payments"
      "disclaimer disclaimer disclaimer disclaimer";
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    max-width: 100%;
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    margin: -5px 0;
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351]
    .wlc-menu__item,
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351]
    .wlc-menu__item {
    margin: 0 0 5px;
  }
  .wlc-sections__footer--theme-1 .container .wlc-post-menu,
  .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
  .wlc-sections__footer--theme-1 .container .wlc-footer-lang,
  .wlc-sections__footer--theme-1 .container .wlc-license,
  .wlc-sections__footer--theme-1 .container .wlc-logo {
    margin: 0 0 20px;
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu social"
      "license disclaimer language";
  }
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-items: start;
    grid-template-columns: auto auto 1fr;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    margin: 0 0 30px;
  }
  .wlc-sections__footer--theme-1
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
  }
  .wlc-sections__footer--theme-1
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
  }
  .wlc-sections__sticky-footer {
    display: none;
  }
  .wlc-sections__footer {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 1170px;
  }
  .banner__title {
    font-size: 1.4rem;
  }
  .banner__description-bottom,
  .banner__description {
    font-size: 3.2rem;
  }
  .menu__link {
    padding: 0 15px;
  }

  .menu__link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    text-wrap: wrap;
    opacity: 0;
    overflow: hidden;
    scale: 0;
  }
  .menu__link:hover .menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.3s 0.1s;
  }
  .active .menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.3s 0.1s;
  }
  .seo-info {
    padding: 40px;
  }

  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate menu2 menu menu menu"
      "links links menu2 menu menu menu"
      "ratings ratings ratings ratings ratings ratings"
      "payments payments payments payments payments payments"
      "disclaimer disclaimer disclaimer disclaimer disclaimer disclaimer";
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-rows: repeat(6, auto);
  }
}
@media screen and (min-width: 1630px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 1320px;
  }
  .header {
    height: 88px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__item,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 20px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  25% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  75% {
    left: -100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes iconScale {
  55% {
    transform: scale(1.25) rotate(10deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}
@media screen and (max-width: 1023px) {
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    justify-content: space-evenly;
  }
}
