@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf)
    format("truetype");
}
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 2px;
  height: 1px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
}
::-webkit-resizer {
  background-repeat: no-repeat;
  width: 2px;
  height: 1px;
}
::-webkit-scrollbar {
  width: 2px;

  height: 2px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #fff5e5;
  color: #4722a1;
}
a,
button {
  cursor: pointer;
}
.btn {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 5px 25px;
  min-height: 42px;
  min-width: 105px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  outline: none;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  text-shadow: none;
  text-align: center;
  border-radius: 4px;
  border: none;
}
.btn-join {
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background: #eaae44;
  text-transform: uppercase;
}
.top-banner .btn-join {
  animation: pulseBtn 1.5s infinite;
}
@media (min-width: 768px) {
  .top-banner .btn-join {
    font-size: 24px;
    min-height: 60px;
  }
}
@keyframes pulseBtn {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.text-center {
  text-align: center;
}
#wrapper {
  display: flex;
  padding-left: 180px;
}
.sidebar__logo {
  max-width: 100%;
}
.sidebar__logo img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}
.sidebar {
  background-color: #4c26aa;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  z-index: 500;
  flex-direction: column;
  width: 180px;
  padding: 2rem 1rem;
}
.sidebar a {
  font-size: 14px;
}
.sidebar .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar .btn-login {
  background: #4c39b9;
  margin: 20px 0;
}
.sidebar__logo {
  text-align: center;
  margin-bottom: 1rem;
}
.sidebar__menu ul {
  list-style: none;
}
.sidebar__menu ul li a {
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #fff;
}
.sidebar__menu ul li a:hover {
  color: #eaae44;
}
.sidebar__menu ul li.current-menu-item a {
  background: #562cd0;
}
.sidebar__langs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #562cd0;
  width: 100%;
}
.sidebar__langs .lang-item {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}
.sidebar__langs .lang-item .img_w_btn {
  display: flex;
  align-items: center;
}
.sidebar__langs .lang-item img {
  width: 24px;
  margin-right: 10px;
  border-radius: 50%;
}
.sidebar__langs .lang-item svg {
  justify-self: flex-end;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.sidebar__langs_droped {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 150px;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
}
.sidebar__langs_droped .lang-item {
  flex-basis: 25%;
  width: 25%;
  flex: 1;
  padding: 5px 0;
  cursor: pointer;
  justify-content: center;
  display: flex;
}
.sidebar__langs_droped .lang-item img {
  margin-right: 0;
}
.sidebar__langs_droped .lang-item .img_w_btn {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar__langs_droped.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.main {
  width: 100%;
}
.main .container {
  width: 100%;
  padding: 0 2rem;
}
.top-banner {
  height: 480px;
}
.top-banner .swiper-slide {
  position: relative;
  border-radius: 0 0 10px 10px;
}
.top-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
  object-position: right;
}
.top-banner .swiper-slide .home_slider_flex {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  width: 100%;
}
.slider-text__image {
  width: 100%;
  max-height: 300px;

  object-fit: contain !important;
}
.home_slider__caption {
  width: 100%;
  max-width: 360px;
}
.top-banner .swiper-slide .caption span {
  display: block;
  color: #ffe0f6;
  font-size: 44px;
  font-weight: bolder;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 5.80368px #f0f, 0 0 23.2052px #f0f, 0 0 11.6026px #f0f;
}

.cats_w_providers .cats li .link-btn {
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-height: 44px;
  padding: 4px 10px;
  border-radius: 30px;
  white-space: nowrap;
  text-decoration: none !important;
  background: #4c39b9;
  border: 2px solid #4c39b9;
  border-radius: 30px;
  color: #fff;
  flex-shrink: 0;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  height: 44px;
  padding: 4px 10px;
  transition: all 0.3s ease;
  white-space: nowrap;

  align-items: center;
  display: flex;
}
.cats_w_providers .cats li .link-btn:hover {
  border-color: #8874fb;
  color: #fff;
}
.link-btn img {
  margin-right: 1rem;
}
.cats_w_providers {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  justify-content: space-between;
}
.cats_w_providers .all__providers {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 50;
  background: #4c25a9;
  padding: 10px;
  border-radius: 8px;
}
.cats_w_providers .all__providers a {
  flex-basis: 25%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  min-width: 200px;
}
.says {
  display: none;
}
.cats_w_providers .all__providers a img {
  height: 36px;
  object-fit: contain;
  margin-right: 15px;
  max-width: 100px;
}
.cats_w_providers .all__providers.active {
  display: flex;
  background-color: #3c1a8e;
  z-index: 88;
}
.cats_w_providers .cats {
  list-style: none;
  display: flex;
  align-items: center;
  flex-basis: 70%;
}
.cats_w_providers .cats li {
  margin-right: 1rem;
}
.cats_w_providers .cats li a {
  background: #4c39b9;
  color: #fff;
  border: 1px solid #8874fb;
}
.cats_w_providers .providers_w_search {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cats_w_providers .providers_w_search span {
  display: block;
}
.cats_w_providers .providers_w_search .providers {
  color: white;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2rem;
  width: 30%;
  background-color: #4c25a9;
  border: 2px solid #4c25a9;
  border-radius: 30px;
  cursor: pointer;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: space-between;
  min-width: 140px;
  padding: 8px 13px 8px 17px;
}
.cats_w_providers .providers_w_search .providers svg {
  margin-left: 1rem;
  cursor: pointer;
}
.cats_w_providers .providers_w_search .search {
  width: 70%;
  margin-left: 0.25rem;
  position: relative;
  align-items: center;
  background: #4c26aa;
  border: 2px solid #4c26aa;
  border-radius: 30px;

  color: #fff;
  height: 44px;
}
.cats_w_providers .providers_w_search .search input {
  width: 100%;
  padding-left: 3rem;
  cursor: pointer;
}
.cats_w_providers .providers_w_search .search input::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}
.cats_w_providers .providers_w_search .search svg {
  position: absolute;
  top: 50%;
  left: 5%;
  color: hsla(0, 0%, 100%, 0.8);
  transform: translateY(-50%);
}
.product_category_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.product_category_header .cat_name {
  font-size: 28px;
  font-weight: 600;
  color: #4722a1;
}
.product_category_header a {
  color: #4722a1;
  font-size: 16px;
  text-decoration: none;
}
.swiper-cats,
.swiper-cats.big,
.swiper-cats.small {
  margin-bottom: 76px;
  position: relative;
}

.swiper-cats.small .swiper-slide a {
  color: #4b289d;
}
.swiper-cats.small .swiper-slide .caption span {
  color: #4b289d !important;
  text-align: left;
}
.controls {
  display: flex;
  gap: 10px;
  z-index: 50;
}
.swiper-cats .swiper-wrapper {
  gap: 18px;
}
.controls .next-button,
.controls .prev-button {
  align-items: center;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 8px;
  cursor: pointer;
  background-color: #eaae44;
  border: 0;
  border-radius: 4px;

  cursor: pointer;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
}
.swiper-cats .controls .next-button svg,
.swiper-cats.big .controls .next-button svg,
.swiper-cats.small .controls .next-button svg,
.swiper-cats .controls .prev-button svg,
.swiper-cats.big .controls .prev-button svg,
.swiper-cats.small .controls .prev-button svg {
  color: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  height: 37px;
  border-radius: 8px;
}
.swiper-cats .controls .next-button,
.swiper-cats.big .controls .next-button,
.swiper-cats.small .controls .next-button {
  margin-bottom: 0;
}
.swiper-cats .controls .swiper-button-disabled svg,
.swiper-cats.big .controls .swiper-button-disabled svg,
.swiper-cats.small .controls .swiper-button-disabled svg {
  color: #fff;
}

.swiper-cats .swiper-slide a,
.swiper-cats.big .swiper-slide a,
.swiper-cats.small .swiper-slide a {
  text-decoration: none;
}
.swiper-cats .swiper-slide img,
.swiper-cats.big .swiper-slide img,
.swiper-cats.small .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.swiper-cats .swiper-slide .img,
.swiper-cats.big .swiper-slide .img,
.swiper-cats.small .swiper-slide .img {
  height: 300px;
  position: relative;
}
.swiper-cats .swiper-slide .img:hover .overlay,
.swiper-cats.big .swiper-slide .img:hover .overlay,
.swiper-cats.small .swiper-slide .img:hover .overlay {
  opacity: 0.5;
}
.swiper-cats .swiper-slide .img:hover .buttons,
.swiper-cats.big .swiper-slide .img:hover .buttons,
.swiper-cats.small .swiper-slide .img:hover .buttons {
  opacity: 1;
}
.swiper-cats .swiper-slide .img:after,
.swiper-cats.big .swiper-slide .img:after,
.swiper-cats.small .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #4c26aa 99.62%
  );
}
.swiper-cats .swiper-slide .img .buttons,
.swiper-cats.big .swiper-slide .img .buttons,
.swiper-cats.small .swiper-slide .img .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  opacity: 0;
  transition: 0.3s;
}
.swiper-cats .swiper-slide .img .btn-play,
.swiper-cats.big .swiper-slide .img .btn-play,
.swiper-cats.small .swiper-slide .img .btn-play {
  background: #45fcfe;
  border-radius: 4px;
  color: #381789;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.swiper-cats .swiper-slide .img .demo,
.swiper-cats.big .swiper-slide .img .demo,
.swiper-cats.small .swiper-slide .img .demo {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  margin: 10px auto 0 auto;
  display: block;
}
.swiper-cats .swiper-slide .img .overlay,
.swiper-cats.big .swiper-slide .img .overlay,
.swiper-cats.small .swiper-slide .img .overlay {
  transition: 0.3s;
  opacity: 0;
  border-radius: 8px;
  background: #4c26aa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.swiper-cats .swiper-slide .caption,
.swiper-cats.big .swiper-slide .caption,
.swiper-cats.small .swiper-slide .caption {
  padding: 8px 7px;
  text-align: center;
  background: #4c26aa;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}
.swiper-cats .swiper-slide .caption span,
.swiper-cats.big .swiper-slide .caption span,
.swiper-cats.small .swiper-slide .caption span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.swiper-cats .swiper-slide .caption .jp__summ,
.swiper-cats.big .swiper-slide .caption .jp__summ,
.swiper-cats.small .swiper-slide .caption .jp__summ {
  background: #45fcfe;
  color: #222;
  max-width: 70%;
  margin: 1rem auto;
  font-weight: 800;
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 8px;
}
.swiper-cats .swiper-slide .caption .provider,
.swiper-cats.big .swiper-slide .caption .provider,
.swiper-cats.small .swiper-slide .caption .provider {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
}
.swiper-cats-archive .row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: start;
}
.swiper-cats-archive .swiper-slide {
  margin-bottom: 1rem;
  height: 308px;
  border-radius: 0 0 8px 8px;
  width: calc(100% / 6 - 22px);
  overflow: hidden;
}
.swiper-cats-archive .swiper-slide:nth-child(6n + 6) {
  margin-right: 0;
}
.swiper-cats-archive .swiper-slide a {
  text-decoration: none;
}
.swiper-cats-archive .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.swiper-cats-archive .swiper-slide .img {
  height: 100%;
  position: relative;
  border-radius: 8px;
}
.swiper-cats-archive .swiper-slide .img:hover .overlay {
  opacity: 0.5;
}
.swiper-cats-archive .swiper-slide .img:hover .buttons {
  opacity: 1;
}
.swiper-cats-archive .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #562cd0 99.62%
  );
}
.swiper-cats-archive .swiper-slide:nth-of-type(3n) .img.img::after {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #f0f 99.62%
  );
}
.swiper-cats-archive .swiper-slide:nth-of-type(4n) .img.img::after {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #f0f 99.62%
  );
}
.swiper-cats-archive .swiper-slide:nth-of-type(1) .img.img::after {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #00d084 99.62%
  );
}
.swiper-cats-archive .swiper-slide:nth-of-type(7n) .img.img::after {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #45fcfe 99.62%
  );
}
.swiper-cats-archive .swiper-slide .img .buttons {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.swiper-cats-archive .swiper-slide .img .btn-play {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-cats-archive .swiper-slide .img .overlay {
  transition: 0.3s;
  opacity: 0;
  border-radius: 8px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.swiper-cats-archive .swiper-slide .caption {
  padding: 8px 7px;
  text-align: center;
  padding-bottom: 30px;

  border-radius: 0 0 8px 8px;
  position: absolute;
  z-index: 515;
  bottom: 0;
  width: 100%;
}
.swiper-cats-archive .swiper-slide .caption span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.swiper-cats-archive .swiper-slide .caption .jp__summ {
  background: #eaae44;
  color: #222;
  max-width: 70%;
  margin: 1rem auto;
  font-weight: 800;
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 8px;
}
.swiper-cats-archive .swiper-slide .caption .provider {
  color: white;
  font-size: 14px;
}
.swiper-cats.small .swiper-slide .img {
  height: 247px;
  border-radius: 8px;
}
.swiper-cats.small .swiper-slide .img img {
  border-radius: 8px;
}
.swiper-cats.small .swiper-slide .img:after {
  display: none;
}
.swiper-cats.small .swiper-slide .caption {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  text-align: center;
}
.swiper-cats.swiper-promotions .swiper-slide {
  border-radius: 8px;
  background: #131f3f;
  padding: 1rem;
  opacity: 1;
  transition: 0.3s;
  min-height: 450px;
  width: 100% !important;
  max-width: calc(100% / 4 - 20px);
}
.swiper-promotions .caption {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  text-align: center;
}
.tournaments {
  position: relative;
  margin: 60px 0;
}
.tournaments__bg {
  background: url(img/bg.jpg) no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper-tournaments {
  background: url(img/bg-rowed.png) no-repeat;
  background-size: cover;
  height: 100% !important;
  padding: 40px 0 160px 0;
  max-width: 1130px;
  width: 100%;
}
.swiper-tournaments .tournament {
  width: 100% !important;
  max-width: 520px;
}
.tournaments__heading {
  color: #37fafe;
  font-style: italic;
  padding: 0 0 40px 0;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}
.swiper-cats.swiper-promotions .swiper-slide:hover {
  opacity: 0.8;
}
.swiper-cats.swiper-promotions .swiper-slide .img {
  height: 200px;
  border-radius: 8px;
}
.swiper-cats.swiper-promotions .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.swiper-cats.swiper-promotions .swiper-slide .caption span {
  color: #eaae44;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__descr {
  font-size: 18px;
  font-weight: bolder;
  color: #45fcfe;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
  font-size: 18px;
  height: 70px;
  padding: 0 41px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__title span {
  font-size: 20px;
  display: inline;
  color: #eaae44;
}
.swiper-cats.swiper-providers .swiper-slide {
  height: 220px;
  position: relative;
  min-width: 220px;
}
.swiper-cats.swiper-providers .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4d8dd9, #605fcc 51.93%, #914dc9);
  opacity: 0.8;
  z-index: 1;
  border-radius: 50%;
}
.swiper-cats.swiper-providers .swiper-slide a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.swiper-cats.swiper-providers .swiper-slide img {
  width: 50%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  filter: grayscale(100%) brightness(10);
}
.w100 {
  width: 100%;
}
.entry__content {
  color: hsla(0, 0%, 100%, 0.8);
  object-fit: contain;
}
.entry__content .aligncenter {
  width: 100%;
  object-fit: contain;
}
.entry__content table {
  border-radius: 15px;

  margin-bottom: 10px;
}
.entry__content table tr,
.entry__content table td,
.entry__content table th {
  padding: 10px;
  vertical-align: middle;
}
.entry__content table img {
  object-fit: contain;
  height: 30px;
}
.entry__content .alignleft {
  float: left;
  padding: 10px 10px 10px 0;
}
.entry__content .alignright {
  float: right;
  padding: 10px 0 10px 10px;
}
.entry__content p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1rem;
}
.entry__content ul,
.entry__content ol {
  padding: 0 0 0 1.5rem;
  margin-bottom: 10px;
}
.entry__content ul li,
.entry__content ol li {
/*   color: hsla(0, 0%, 100%, 0.8); */
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 14px;
}
.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5 {
  margin: 1.5rem 0;
  color: #fff;
}
 h1,
 h2,
 h3,
h4,
 h5 {
  margin: 1.5rem 0;
 
}
.entry__content h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(76, 38, 170, 0.3);
}
.entry__content.dark h1 {
	  border-bottom: 1px solid white;
}
.entry__content h2 {
  font-size: 24px;
}
.entry__content h3,
.entry__content h4,
.entry__content h5 {
  font-size: 20px;
}
.entry__content h4 {
  font-size: 18px;
}

.entry__content.dark h1,
.entry__content.dark h2,
.entry__content.dark h3,
.entry__content.dark h4,
.entry__content.dark h5,
.entry__content.dark p,
.entry__content.dark li,
.entry__content.dark td {
  color: white;
}

.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content p,
.entry__content li,
.entry__content td {
  color: #4b289d;
}
.wp-block-table thead{
	border-bottom-color: #4b289d;
	color:#4b289d;
}
.entry__content.dark {
	background-color: #4b289d;
	padding:20px;

}
.entry__content table {
    border-radius: 15px;
    margin-bottom: 10px;
    border-collapse: collapse;
}
.entry__content table tr, .entry__content table td, .entry__content table th{
	border:solid 1px #4b289d;
}
.entry__content a {
  color: #eaae44;
}
.sh__game_single {
  margin: 2rem 0;
  padding: 0 4rem;
}
.wp-block-table {
	margin-top:20px;
	margin-bottom:20px;
}
.wp-block-image {
	margin-top:20px;
}
.sh__game_single .sh__game_frame {
  width: 100%;
}
.sh__game_single .sh__game_frame .sh_iframe {
  height: 75vh;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.sh__game_single .sh__game_frame .sh_iframe .preload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.sh__game_single .sh__game_frame .sh__game_frame_title {
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: #4c26aa;
  justify-content: space-between;
  width: 100%;
}
.sh__game_single .sh__game_frame .sh__game_frame_title .almost_h1 {
  font-size: 16px;
  color: #fff;
}
.sh__game_single .sh__game_frame .sh__game_frame_title a {
  color: #fff;
}
.sh__game_single .sh__game_frame .sh__game_frame_title a svg {
  width: 24px;
  height: 24px;
}
.sh__game_single .sh__game_frame iframe {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
}
.sh__game_single .sh__game_description {
  background: #4c26aa;
  width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 20px;
}
.footer {
background: #4c26aa;
  background-blend-mode: lighten;
  padding: 50px 20px;
  margin: 4rem 0 0 0;
}
.footer-icons {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 738px;
}
.footer-logo {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: 120px;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .logos {
  flex-basis: 41%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 10px;
}
.footer .logos a {
  display: block;
  width: 80px;
  height: 40px;
  padding: 3px 5px;
  margin: 0 20px;
}
.footer .logos a:hover img {
  filter: grayscale(0%);
}
.footer .logos a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}
.footer .menus {
  width: 100%;
  padding: 0 2rem;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .menus .menu_head {
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
  display: none;
}
.footer .menus .item {
  width: 100%;
}
.footer .menus .item:first-child {
  margin-bottom: 15px;
}
.footer .menus .item:first-child nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.footer .menus .item:first-child nav ul li a:hover {
  color: #eaae44;
}
.footer .menus nav {
  width: 100%;
}
.footer .menus nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .menus nav ul li a {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  font-size: 12px;
  padding: 0 20px;
}
.footer .providers {
  flex-basis: 70%;
  margin: 2rem auto;
}
.footer .providers .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .providers a {
  width: 5%;
}
.footer .providers a img {
  width: 45px;
  height: 45px;
}
.footer .footer_block_title {
  display: block;
  margin: 0;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #bb9e65;
  width: 100%;
}
.footer .copyright .row {
  display: flex;
  align-items: center;
}
.footer .copyright .row h3,
.footer .copyright .row p {
  color: #656d7d;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: hsla(0, 0%, 100%, 0.6);
}
.footer .copyright .row a {
  color: #eaae44;
}
.footer .copyright .row .img {
  flex-basis: 100%;
  margin: 0 auto;
}
.footer .copyright .row .img img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.footer .copyright .row .copyright_text {
  flex-basis: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}
.copyright {
  width: 100%;
}
.promotion_page .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.promotion_page .breadcrumbs {
	flex-basis:100%;
}
.promotion_page .promo__item {
  margin-bottom: 1rem;
  position: relative;
  flex-basis: 49.5%;
}
.promotion_page .promo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotion_page .promo__item .caption span {
  color: #fff;
  display: block;
  font-weight: bolder;
  font-size: 28px;
}
.promotion_page .promo__item .caption .promo_title {
  font-size: 55px;
  line-height: 1.1;
  text-transform: uppercase;
  font-style: italic;
}
.promotion_page .promo__item .caption .promo_title span {
  color: #eaae44;
  font-size: 55px;
  display: inline;
  line-height: 1.1;
}
.promotion_page .promo__item .caption .promo_descr {
  font-size: 22px;
  color: #45fcfe;
  padding: 22px 0;
}
.promotion_page .promo__item .caption .buttons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.promotion_page .promo__item .caption .buttons a {
  text-transform: uppercase;
}
.promotion_page .promo__item .caption .buttons .btn-more {
  background: transparent;
  border: 1px solid white;
  color: #ffffff;
  margin-left: 1rem;
}
.full-width {
  width: 100%;
  flex-basis: 100% !important;
}
.promotion_page .promo__item.full-width {
  padding: 60px;
  min-height: 370px;
  border-radius: 22px;
  display: flex;
  align-items: center;
}
.flex__caption {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
.bonus__full-width-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.bonus__full-width-content {
  width: 100%;
  max-width: 500px;
}
.wpcf7 {
  width: 50%;
  margin: 0 auto;
}
.wpcf7 form input {
  margin-bottom: 1.5rem;
}
.wpcf7 form input,
.wpcf7 form textarea {
  width: 100%;
  border-radius: 12px;
  border-color: transparent;
  transition: 0.3s;
  border: 2px solid transparent;
  background: #4c39b9;
  padding: 1.5rem;
}
.wpcf7 form input:hover,
.wpcf7 form textarea:hover {
  border-color: #4c26aa;
}
.wpcf7 form span {
  color: #4c26aa;
}
.wpcf7 form textarea {
  height: 200px;
  resize: none;
}
.wpcf7 form .btn-small {
  background: #eaae44;
  border: none;
  font-size: 16px;
  color: #4c26aa;
  font-weight: bolder;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.all_com_pr span:before {
  color: #fb9c30;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 18px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #fb9c30;
  text-shadow: 0 0 1px #888;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #fb9c30;
  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area {
  margin: 3rem 0;
  color: #fff;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  background: #2e313d;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: none;
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  background: #eaae44;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list li {
  padding: 1.5rem;
  background: #fcfcfc;
  margin-bottom: 0.75rem;
}
.comments-area .comment-list li .commentmetadata {
  display: none;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-form-email {
  display: none;
}
.dashicons-star-filled {
  color: #fb9c30 !important;
}
  .promotion_page .promo__item img {
    object-fit: contain;
  }
@media (max-width: 1880px) {
  .promotion_page .promo__item .caption .promo_title {
    font-size: 28px;
  }
  .promotion_page .promo__item .caption .promo_title span {
    font-size: 24px;
  }
  .promotion_page .promo__item img {
    object-fit: contain;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .swiper-cats-archive .swiper-slide:nth-child(6n + 6) {
    margin-right: 1rem;
  }
  .swiper-cats-archive .swiper-slide:nth-child(4n + 4) {
    margin-right: 0;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .swiper-cats.swiper-promotions .swiper-slide {
    min-height: 390px;
    max-width: calc(100% / 3 - 20px);
  }

  .btn {
    min-width: 100%;
    font-size: 12px;
  }

  .top-banner .swiper-slide .caption .caption-title {
    font-size: 35px;
  }
  .cats_w_providers {
    flex-wrap: wrap;
  }
  .cats_w_providers .cats {
    flex-basis: 100%;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 100%;
    margin-top: 1rem;
  }

  .swiper-cats-archive .swiper-slide:nth-child(3n + 3) {
    margin-right: 0;
  }
  .swiper-cats-archive .swiper-slide .img {
    height: 230px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__descr {
    font-size: 18px;
    height: 30px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    padding-left: 0;
  }
  .sidebar {
    display: none;
  }
  .main {
    width: 100%;
    margin-left: 0;
  }
  .top-banner .swiper-slide .caption .caption-title {
    font-size: 28px;
  }
  .footer .logos {
    flex-basis: 100%;
  }
  .footer .menus {
    flex-basis: 100%;
  }
  .footer .menus nav ul {
    flex-direction: column;
  }
  .promotion_page .promo__item,
  .promotion_page .promo__item.full-width {
    min-height: 370px;
    flex-basis: 100%;
  }
  .footer .copyright .row {
    flex-direction: column-reverse;
  }

  .swiper-cats.swiper-promotions .swiper-slide {
    min-height: 300px;
    max-width: calc(100% / 3 - 20px);
  }
  .swiper-promotions .caption {
    height: 100%;
  }
  .swiper-cats .swiper-slide .caption span,
  .swiper-cats.big .swiper-slide .caption span.game__title,
  .swiper-cats.small .swiper-slide .caption span.game__title {
    height: 40px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
    font-size: 12px;
  }

  .swiper-cats .swiper-slide .caption .jp__summ,
  .swiper-cats.big .swiper-slide .caption .jp__summ,
  .swiper-cats.small .swiper-slide .caption .jp__summ {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .cats_w_providers {
    flex-wrap: wrap;
  }
  .cats_w_providers .cats {
    flex-basis: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cats_w_providers .cats li {
    flex-basis: 45%;
    margin-bottom: 1rem;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 100%;
  }
  .cats_w_providers .providers_w_search .providers {
    width: 50%;
  }
  .swiper-cats-archive .row {
    gap: 20px;
  }
  .swiper-cats-archive .swiper-slide {
    flex-basis: 40%;
    flex-grow: 1;
    margin-right: 0 !important;
  }
  .swiper-cats-archive .swiper-slide:nth-child(6n + 6) {
    margin-right: 0;
  }
  .footer .providers a {
    width: 16%;
  }
  .sh__game_single {
    padding: 0;
  }
  .swiper-cats-archive .swiper-slide {
    margin-bottom: 0;
  }
}
.swiper-tournaments .tournament {
  position: relative;
  height: 406px;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-tournaments .tournament .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.swiper-tournaments .tournament .overlay {
  position: absolute;
  border-radius: 8px;
  z-index: 5;
  top: 0;
  left: 0;
  background: linear-gradient(
    115deg,
    rgba(56, 23, 137, 0.2),
    rgba(56, 23, 137, 0.2)
  );
  opacity: 0.35;
  width: 100%;
  height: 100%;
}
.swiper-tournaments .tournament .tournament_caption span {
  display: block;
  color: #fff;
}
.swiper-tournaments .tournament .tournament_caption {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-tournaments .tournament .tournament_caption .game {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-tournaments .tournament .tournament_caption .game img {
  width: 15%;
}
.swiper-tournaments .tournament .tournament_caption .game .game-capt {
  width: 80%;
}
.swiper-tournaments .tournament .tournament_caption .title {
  font-weight: bolder;
  font-size: 18px;
  line-height: 1.4;
}
.swiper-tournaments .tournament .tournament_caption .middle-block {
  margin: 20px 0;
  height: 70px;
}
.swiper-tournaments .tournament .tournament_caption .counter .counter-inner {
  display: flex;
  border-radius: 8px;
  background-color: rgba(18, 20, 70, 0.5);
  padding: 10px 20px;
  margin: 10px 0;
  justify-content: space-between;
}
.swiper-tournaments .tournament .tournament_caption .counter .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  color: #fff;
  font-size: 32px;
}
.swiper-tournaments .tournament .tournament_caption .counter .c-item strong {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #eaae44;
}
.swiper-tournaments .tournament .tournament_caption .btn {
  width: 40%;
}
.tournaments-page .tournament {
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 358px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.tournament_caption {
  padding: 0 0 0 60px;
}
.bonus__fill-width-content .btn {
  min-width: 220px;
}
.tournaments-page .tournament .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.tournament__text-image {
  max-height: 470px;
}
.tournaments-page .tournament .tournament_caption .game-capt .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .game-capt .game-name {
  display: none;
}
.tournaments-page .tournament .tournament_caption .middle-block {
  display: flex;
  flex-direction: column-reverse;
  margin: 20px 0;
}
.tournaments-page .tournament .tournament_caption .middle-block span {
  display: block;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.tournaments-page .tournament .tournament_caption .middle-block span strong {
  font-size: 55px;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .middle-block .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.tournaments-page .tournament .tournament_caption .counter {
  color: #fff;
  font-size: 14px;
}
.tournaments-page .tournament .tournament_caption .counter .counter-inner {
  display: flex;
  border-radius: 8px;
  background-color: rgba(18, 20, 70, 0.5);
  padding: 10px 20px;
  margin: 10px 0;
  justify-content: space-between;
  width: 360px;
}
.tournaments-page .tournament .tournament_caption .counter .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  color: #fff;
  font-size: 32px;
}
.tournaments-page .tournament .tournament_caption .counter .c-item strong {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .btn {
  max-width: 160px;
}

@media (min-width: 1025px) and (max-width: 1820px) {
  .tournaments-page .tournament {
    min-height: 400px;
  }
  .tournaments-page .tournament .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .logos {
    flex-basis: 100%;
  }
  .footer .providers {
    flex-basis: 100%;
  }

  .bonus__full-width-image {
    max-height: 200px;
  }
  .tournament__text-image {
    max-height: 330px;
  }
  .cats_w_providers .all__providers a {
    flex-basis: 18%;
  }
  .tournaments-page .tournament .tournament_caption .middle-block span {
    font-size: 18px;
  }
}
@media (max-width: 1144px) {
  .bonus__fill-width-content .btn {
    min-width: 160px;
  }
  .bonus__full-width-image {
    max-height: 200px;
  }
}
@media (max-width: 1044px) {
  .tournaments-page .tournament {
    min-height: 500px;
  }
  .tournaments-page .tournament .slide-bg {
    position: absolute;
    border: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tournaments-page .tournament .tournament_caption {
    max-width: 100%;
    padding: 10px;
  }
  .tournaments-page .tournament .tournament_caption .counter .counter-inner {
    width: 100%;
  }
  .footer .providers {
    flex-basis: 100%;
  }
  .top-banner .swiper-slide {
    width: 100%;
  }
  .home_slider__caption {
    width: 100%;
    max-width: 100%;
  }
  .top-banner .swiper-slide .home_slider_flex {
    flex-direction: column-reverse;
    align-items: center;
    left: 0;
  }
  .home_slider__caption {
    text-align: center;
  }
  .main .container {
    padding: 0 10px;
  }
  .cats_w_providers .cats {
    gap: 10px;
  }
  .cats_w_providers .cats li {
    flex-basis: 48%;
    margin-right: 0;
    margin-bottom: 0;
    flex-grow: 1;
  }
  .swiper-cats.small .swiper-slide .caption {
    height: auto;
  }

  .swiper-cats.swiper-providers .swiper-slide {
    height: 275px;
    min-width: 275px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .flex__caption {
    flex-direction: column-reverse;
    padding: 0;
    text-align: center;
  }
  .promotion_page .promo__item .caption .buttons {
    justify-content: center;
  }
  .tournament__text-image {
    width: 100%;
    object-fit: contain;
  }
  .tournaments-page .tournament .tournament_caption .middle-block span {
    font-size: 14px;
  }
  .tournaments-page .tournament .tournament_caption .middle-block .title {
    font-size: 24px;
  }
}
table {
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .bonus__full-width-image {
    max-height: 150px;
  }
}
@media (max-width: 992px) {
  iframe {
    width: 100% !important;
  }
  .entry__content img {
    width: 100%;
    object-fit: contain;
  }
  .entry-content .alignright,
  .entry__content .alignright,
  .entry__content .alignleft,
  .entry-content .alignleft,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }

  table td {
    min-width: 200px;
  }
}
.aligncenter  {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.faq-question  {
  padding-right: 35px;
}
@media (max-width: 576px) {
  .promotion_page .promo__item.full-width {
    border-radius: 30px;
  }
  .promotion_page .promo__item .caption .promo_title {
    font-size: 20px;
  }
  .promotion_page .promo__item .caption .promo_descr {
    font-size: 18px;

    padding: 16px 0;
  }
  .wpcf7 {
    width: 100%;
    margin: 0 auto;
  }
  .cats_w_providers .all__providers a {
    flex-basis: 25%;

    min-width: 150px;
  }
}
@media (max-width: 500px) {
	.promo__item .caption .buttons {
    flex-wrap: wrap;
    gap: 20px;
}
  .bonus__fill-width-content .btn {
    min-width: 100%;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .promo__item .caption .buttons {
    flex-wrap: wrap;
    gap: 20px;
  }
  .swiper-cats-archive .swiper-slide {
    flex-basis: 100%;
  }
}
.breadcrumbs ul li a {
  color: #4c26aa !important;
}
.breadcrumbs ul li:last-child {
  color: #4c26aa !important;
}
.slot-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: calc(16.6666666667% - 20px);
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 322px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 15px;
}

.slot-links {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  align-items: initial;
  opacity: 0;
  transition: 0.3s opacity;
  position: absolute;
  z-index: 2;
  padding: 1rem;
}
.title-slot {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;

  font-weight: 700;
  z-index: 7;
}
.btn-slot-play {
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 170%;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}

.slot-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #4c26aa 99.62%
  );
}
.new_games .slot-slide.slot-slide:nth-child(3n):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #eaae44 99.62%
  );
}
.new_games .slot-slide.slot-slide:nth-child(4n):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #f0f 99.62%
  );
}
.popular .slot-slide.slot-slide:nth-child(2):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #eaae44 99.62%
  );
}
.popular .slot-slide.slot-slide:nth-child(3):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #eaae44 99.62%
  );
}
.popular .slot-slide.slot-slide:nth-child(4n):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #f0f 99.62%
  );
}
.lucky_picks .slot-slide.slot-slide:nth-child(3n):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #eaae44 99.62%
  );
}
.lucky_picks .slot-slide.slot-slide:nth-child(4n):before {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 06.06%,
    #f0f 99.62%
  );
}
.slot-slide:hover .slot-links {
  opacity: 1;
}
.btn-slot-play,
.btn.btn-play {
  background: #45fcfe;
  border-radius: 4px;
  color: #381789;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 5px 15px;
  min-height: 42px;
  max-width: 130px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.swiper-providers .swiper-slide {
  width: calc(100% / 6 - 20px);
}
@media (max-width: 1566px) {
  .swiper-providers .swiper-slide {
    width: calc(100% / 5 - 20px);
  }
}
@media (max-width: 1366px) {
  .swiper-providers .swiper-slide {
    width: calc(100% / 4 - 20px);
  }
}
@media (max-width: 1024px) {
  .swiper-providers .swiper-slide {
    width: calc(100% / 3 - 20px);
  }
}
@media (max-width: 660px) {
  .swiper-providers .swiper-slide {
    width: calc(100% / 2 - 20px);
  }
}
.entry__content.dark table {
  border-radius: 4px;
  border-spacing: 0;
  color: #fff;
  position: relative;
  border-collapse: separate;
}
.entry__content.dark thead {
  background-color: #4c39b9;
}
.entry__content.dark tbody tr {
  background: #47249f;
  text-align: center;
}
.entry__content .aligncenter {
    width: 100%;
    object-fit: contain;
    text-align: center;
}

.entry__content.dark tbody tr td,.entry__content.dark tbody tr td p {
  border-bottom: 2px solid #fff;
  font-size: 14px;
  padding: 16px 10px;
  vertical-align: middle;
  width: 16.6666666667%;
	color:  #fff;
}
.entry__content.dark .comments-area .comment-list *{
	color: #4c26aa;
}
.entry__content.dark tbody tr td:not(:last-child),
.entry__content.dark thead tr th:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.entry__content.dark .breadcrumbs * {
	color:white;
}
.list-FAQ {
  padding-left: 0 !important;
}
.list-FAQ li {
  text-align: left;
  border-radius: 1rem;
  background: #4c26aa;
  border-radius: 6px;
  color: white;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
  padding: 16px 32px;
  list-style: none;
}
.question {
  color: white;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.list-FAQ li:not(:last-child) {
  margin-bottom: 16px;
}
.list-FAQ li .question i {
  font-size: 18px;
  position: absolute;
  right: 0;
  transform-origin: center;
  transition: transform 0.3s;
  transform: rotate(45deg);
}

.list-FAQ li.active .question i {
  transform: rotate(135deg);
}
.list-FAQ li .answer {
  font-weight: normal;

  display: none;
  text-align: left;
}
.answer span {
  display: inline-block;
  text-align: left;
  color: #b6bdcc;
  margin-top: 30px;
  font-size: 16px;
}
.list-FAQ li.active .answer {
  display: block;
}

.cats_w_providers .all__providers a {
  background: #4c26aa;
  border: 1px solid #4c26aa;
  border-radius: 5px;
}
.img-404 {
  max-width: 660px;
  width: 100%;
}
.page-404-caption .btn {
  background: transparent;
  border: solid 1px #eaae44;
  border-radius: 4px;
  color: #eaae44;
}
.slot-slide {
  display: flex;
  flex-wrap: wrap;
  height: 250px;
}
.slot-slide .provider {
  color: white;
  display: block;
  text-align: center;
  flex-basis: 100%;
  z-index: 16;
  align-items: end;
  font-size: 12px;
}
.wr-prov-title-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1460px) {
  .swiper-cats-archive .swiper-slide {
    height: 238px;
  }
}
@media (max-width: 1366px) {
  .swiper-cats.swiper-promotions .swiper-slide {
    min-height: 390px;
  }
  .swiper-cats-archive .swiper-slide .caption span {
    font-size: 18px;
  }
  .swiper-cats-archive .row {
    gap: 16px;
  }
  .swiper-cats-archive .swiper-slide {
    height: 228px;
  }

  .btn {
    min-width: 150px;
  }
  .cats_w_providers .providers_w_search .providers {
    font-size: 12px;
  }
  .cats_w_providers .providers_w_search .search input {
    padding-left: 4rem;
  }
  .slot-slide {
    height: 258px;
  }
  .btn-slot-play,
  .btn.btn-play {
    font-size: 12px;
  }

  .swiper-cats.swiper-promotions .swiper-slide {
    margin-right: 0 !important;
  }
  .swiper-promotions .caption {
    height: 273px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
    font-size: 14px;
    padding: 0;
  }

  .swiper-providers .swiper-slide {
    width: calc(100% / 6 - 20px);
  }
  .swiper-cats.swiper-providers .swiper-slide {
    height: 178px;
    min-width: 178px;
  }
}
@media (max-width: 1266px) {
  .question {
    font-size: 18px;
  }
  .slot-slide {
    max-width: calc(100% / 5 - 20px);
  }

  .swiper-cats.swiper-providers .swiper-slide {
    height: 160px;
    min-width: 160px;
    max-width: calc(100% / 5 - 20px);
  }
  .swiper-cats.swiper-promotions .swiper-slide {
    max-width: calc(100% / 3 - 20px);
    height: 280px;
  }
}
@media (max-width: 1166px) {
  .swiper-cats-archive .swiper-slide {
    width: calc(100% / 5 - 22px);
  }
  .swiper-cats-archive .swiper-slide {
    max-width: calc(100% / 5 - 14px);
    width: 100%;
  }
}
.header {
  display: none;
}
.btn-close {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    display: flex;
    position: fixed;
    background-color: #4c26aa;
    display: flex;
    height: 60px;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 120;
    justify-content: space-between;
  }
  .sidebar.active {
    display: block;
    padding-top: 3.5rem;
  }
  .header div {
    display: flex;
    align-items: center;
  }
  .header div .btn-login {
    background-color: #562cd0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .btn-open,
  .btn-close {
    margin-right: 20px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-close {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .btn-open i,
  .btn-close i {
    font-size: 22px;
  }
  .eirth {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .eirth img {
    height: 24px;
  }
  .eirth i {
    font-size: 10px;
  }
  .mob-app {
    background: transparent;
    border: 1px solid;
    border-radius: 32px;
    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    min-height: 40px;
    min-width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .cats_w_providers .all__providers a {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .swiper-cats-archive .swiper-slide {
    max-width: calc(100% / 4 - 14px);
    width: 100%;
  }
  .swiper-cats.swiper-promotions .swiper-slide {
    max-width: calc(100% / 2 - 20px);
  }
  .slot-slide {
    max-width: calc(100% / 4 - 20px);
    height: 200px;
  }
}
@media (max-width: 768px) {
  .mob-app {
    display: none;
  }
  .swiper-cats-archive .swiper-slide {
    max-width: calc(100% / 3 - 14px);
  }
}
@media (max-width: 576px) {
  .top-banner {
    height: 380px;
  }

  .swiper-cats-archive .swiper-slide {
    height: 158px;
  }
  .answer span {
    margin-top: 20px;
    font-size: 14px;
  }
  .question {
    font-size: 16px;
  }
  .title-slot {
    font-size: 14px;
  }
  .slot-slide {
    max-width: calc(100% / 3 - 20px);
    height: 200px;
  }
  .swiper-cats.swiper-promotions .swiper-slide {
    max-width: calc(100% / 2 - 20px);
  }
  .swiper-cats.swiper-promotions .swiper-slide {
    max-width: calc(100% / 1 - 20px);
    height: 420px;
  }
}
@media (max-width: 480px) {
  .header .btn {
    min-width: 100px;
    font-size: 14px;
  }
  .swiper-cats-archive .swiper-slide {
    max-width: calc(100% / 2 - 14px);
  }
  .slot-slide {
    max-width: calc(100% / 2 - 20px);
    height: 200px;
  }
}
@media (max-width: 400px) {
  .eirth {
    display: none;
  }
  .header .btn {
    min-width: 80px;
    padding: 5px;
  }
}
.vip-main > .container {
  margin: 0;
  padding: 0;
}
.img-vip {
  max-height: 50vh;
  max-width: 720px;
  min-height: 300px;
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.vip-main {
  color: #fff5e5 !important;
}
.vip-main .breadcrumbs ul li a,
.vip-main .breadcrumbs ul li span {
  color: #fbe3a3 !important;
}
.vip-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
}
.vip-footer {
  margin-top: 0;
}
