@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
  font-family: "Druk Wide Cy Web Bold";
  src: local("Druk Wide Cy Web Bold"), url(assets/fonts/Druk.ttf);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background: #0f0f14;
  color: rgba(255, 255, 255, 0.65);
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
}
.main__sidebar {
  width: 100%;
  max-width: 300px;
  left: -100%;
  padding: 25px 16px;
  position: fixed;
  height: 100vh;
  z-index: 150;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.65);
  background: rgba(26, 26, 42, 1);

  transition: 0.3s left;
}
.main__sidebar .close-burger {
  padding: 0;
  background: transparent;
  border: none;
}
.main__sidebar .header-buttons {
  margin: 25px auto;
  justify-content: center;
}
.main__sidebar .header-buttons .header-button {
  max-width: 100%;
  justify-content: center;
  width: 100%;
}
.apps {
  margin-bottom: 30px;
}
.apps a {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.apps a img {
  width: 36px;
  height: 36px;
}
.apps .download img {
  padding: 8px;
}
.apps .mystery {
  background: linear-gradient(
    268.9deg,
    rgba(72, 26, 255, 0.08) 0%,
    rgba(127, 26, 255, 0.38) 100%
  );
}
.apps .lucky {
  margin-top: 8px;
  background: linear-gradient(
    268.9deg,
    rgba(182, 26, 255, 0.08) 0%,
    rgba(255, 26, 150, 0.3) 100%
  );
}
.close-burger {
  cursor: pointer;
  transition: 0.3s transform;
}
.close-burger:hover {
  transform: scale(1.05);
}
.sidebar-menu {
  list-style: none;
  padding: 0 0 30px;
}
.sidebar-menu a {
  transition: 0.3s color;
  display: flex;
  align-items: center;
  gap: 21.5px;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
}
.sidebar-menu a:hover {
  color: #f7c649;
}
.fa-solid.fa-house {
  color: #f7c649 !important;
}
.sidebar-menu a img {
  filter: grayscale(100%);
  width: 19.5px;
  height: 19.5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar-menu-wout-images {
  list-style: none;
}
.sidebar-menu-wout-images a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.2);
  display: flex;
  margin-bottom: 16px;
  transition: 0.3s color;
}
.sidebar-menu-wout-images a:hover {
  color: #fff;
}
.main__sidebar-active {
  left: 0;
}
.mystery-banner {
  border-radius: 28px 32px;
  margin-bottom: 32px;
  background: url(assets/images/1680/mdwidjet/mystery-banner.png) no-repeat;
  background-size: cover;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mystery-banner .left {
  width: 100%;
  max-width: 49%;
}
.mystery-banner .mystery-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.mystery-banner .mystery-logo {
  width: 100%;
  max-width: 118px;
}
.mystery-banner .mystery-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.mystery-banner p {
  width: 100%;
  max-width: 422px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.mystery-banner p a {
  color: #339dff;
}
.line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.winners-swiper .swiper-wrapper {
  position: relative;
}
.winners-swiper .swiper-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(38, 21, 101, 0) 0%, #261565 100%);
  height: 100%;
  width: 80px;
}
.mystery-banner .prizes-row {
  display: flex;
  gap: 50px;
  align-items: center;
}
.mystery-banner .prizes {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mystery-banner .prize-caption {
  display: flex;
  flex-direction: column;
}
.mystery-banner .prize-name {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 3px;
}
.mystery-banner .prize {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.mystery-banner .right {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.winners-row {
  display: flex;
  align-items: center;
}
.winners-row .title {
  width: 100%;
  max-width: 115px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bolder;
  color: #fff;
}
.winners-row .winner-position {
  width: 56px;
  height: 56px;
}
.winners-row .winner {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
  max-width: calc(33.3333333333% - 22px);
}
.winners-row .winner-name {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.winners-row .winner-summ {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
.winners-row .winner-time {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.winners-swiper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.winners-swiper .swiper-slide {
  max-width: 15%;
}
.sidebar-languages {
  padding: 30px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sidebar-languages .current-lang {
  background: transparent;
  justify-content: flex-start;
  padding: 0;
}
.header {
  background: rgba(26, 26, 42, 1);
}
.header .container {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 11px 34px;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left-menu ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.header-left-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s color;
}
.header-left-menu a:hover {
  color: #fff;
}
.header-buttons {
  display: flex;
  align-items: center;
  margin: 0 32px 0 74.18px;
}
.header-logo {
  display: flex;
  align-items: center;
  margin-left: 18.25px;
}
.header-logo img {
  width: 100%;
  height: 28px;
}
.header-burger {
  cursor: pointer;
  background: transparent;
  border: none;
}
.header-button {
  padding: 10px 24px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 14px;
  background: #0f0f14;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  gap: 10.49px;
  letter-spacing: 0.2px;
}
.header-button:last-child {
  border-radius: 0 12px 12px 0;
}
.header-button-active {
  color: #fff;
  background: rgba(38, 38, 59, 1);

  border-radius: 12px 0 0 12px;
}
.btn {
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: rgba(38, 38, 59, 1);

  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2px;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;

  min-width: 80px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.btn-border {
  border: rgba(255, 255, 255, 0.1) 1px solid;
  background: transparent;
}
.btn-main {
  background: linear-gradient(180deg, #ffe896 0%, #c08c1a 99.84%);
  color: #11111b;
}
.header-right-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.template-banner {
  margin: 24px 0;
}

.template-slide {
  border-radius: 24px;
  position: relative;
  height: 100%;
  width: 100%;
}
.template-slide .template-slide-bg {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.template-slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.template-slide-caption {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-60%);
  width: 100%;
  max-width: 728px;
	z-index:999;
}

.template-slide-caption .pre-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.template-slide-caption .pre-title br {
  display: inline-flex;
}
.template-slide-caption .after-title {
  color: #fff;

}
.template-slide-caption .cta {
  width: 100%;
  margin-top: 40px;
}
.template-game-filter-wrap {
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
  background: rgba(26, 26, 42, 1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game-filter-menu {
  width: 100%;
  max-width: calc(100% - 134px);
}
.template-providers {
  width: 100%;
  max-width: 134px;
}
.template-filter-item {
  padding: 0 16px;
  border-radius: 40px;
  width: auto;
  max-width: 220px;
  height: 48px;
  line-height: 24px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 9.5px;
  text-transform: capitalize;
  transition: 0.3s background-color;
}
.template-filter-item:hover {
  background: rgba(38, 38, 59, 1);
}
.template-filter-item svg {
  width: 24px;
  height: 24px;
}
.template-filter-item span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.template-providers-button {
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.template-providers-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  gap: 10px;
  z-index: 100;
  flex-wrap: wrap;
  background: rgba(38, 38, 59, 1);
}
.template-providers-drop a {
  font-size: 12px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.65);
}
.template-providers-drop-active {
  display: flex;
  border-radius: 24px;
}
.template-games-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: -16px;
}
.template-games-u {
  margin-bottom: 32px;
}
.template-game {
  width: 100%;
  position: relative;
  height: 217px;
  max-width: calc(14.2857142857% - 16px);
}
.template-game:before {
  transition: 0.3s opacity;
  background: #222;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
}
.template-game .btn-main {
  max-width: 100px;
}
.template-game .demo {
  font-weight: bolder;
  color: #fff;
}
.template-game .game-play {
  background: #fff;
  border-radius: 50%;
  color: #f7c649;
  width: 56px;
  height: 56px;
  display: block;
}
.template-game .game-play svg {
  width: 56px;
  height: 56px;
}
.template-game .img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.template-game .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.template-game .game-caption {
  opacity: 0;
  transition: 0.3s opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 16px 0;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.template-game .game-caption .title {
  font-weight: bolder;
  font-size: 14px;
}
.template-game:hover .game-caption {
  opacity: 1;
}
.template-game:hover:before {
  opacity: 0.65;
}
.section-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#true_loadmore_list {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
#true_loadmore_list .btn-border {
  cursor: pointer;
  max-width: 150px;
}
.template-bonuses {
  margin-bottom: 32px;
}
.template-bonuses-list {
  margin-bottom: 32px;
}
.template-bonuses-list .swiper-wrapper {
  margin-right: -16px;
}
.template-bonus {
  width: 100%;
  max-width: calc(33.3333333333% - 16px);
  padding: 32px;
  border-radius: 12px;
}
.template-bonus .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.template-bonus .subtitle {
  height: 100px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  width: 100%;
  max-width: 328px;
  font-family: "Druk Wide Cy Web Bold";
  margin: 20px 0 56px;
}
.template-bonus .cta {
  display: flex;
  gap: 15px;
  align-items: center;
}
.template-bonus .bonus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-bonus .bonus-row .btn {
  max-width: 157px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: "Druk Wide Cy Web Bold";
  margin-bottom: 16px;
  color: #fff;
}
.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.entry-content a {
  color: #f7c649;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
  margin-bottom: 16px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 24px;
}
.entry-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.entry-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.entry-content .aligncenter {
  margin: 1rem auto;
  display: block;
}
.entry-content table {
  border: solid rgba(64, 64, 97, 1) 1px;
  margin-bottom: 16px;
}
.entry-content table img {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry-content table td,
.entry-content table th {
  padding: 10px;

  border: 1px solid rgba(64, 64, 97, 1);
}
.entry-content table tr:first-child {
  background: rgba(64, 64, 97, 1);
  border: solid 1px rgba(27, 27, 44, 1);
}
.entry-content table tr:first-child td,
.entry-content table tr:first-child th {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  border: solid 1px rgba(27, 27, 44, 1);
}
.games-u-btn-category {
  width: 100%;
  max-width: 300px !important;
  margin: 32px auto;
}
.games-u-btn-category .btn {
  cursor: pointer;
}
.about-title {
  font-family: "Druk Wide Cy Web Bold";
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  margin: 24px 0 24px;
}
.template-promotions {
  background: url(assets/images/1680/bgpromopage.png) no-repeat center center;
  background-size: auto;
  padding: 56px 0 80px;
}
.biggest-title {
  position: relative;
  text-align: center;
  max-width: 645px;
  margin: 72px auto 16px;
}
.biggest-title .b-main {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.biggest-title .b-main:before {
  left: -3px;
  color: rgba(0, 255, 209, 1);

  position: absolute;
  top: 0;
  z-index: -1;
  content: attr(data-value);
}
.biggest-title .b-main:after {
  position: absolute;
  right: -3px;
  top: 0;
  z-index: -1;
  content: attr(data-value);
  color: rgba(255, 51, 28, 1);
}
.biggest-title span {
  font-family: "Druk Wide Cy Web Bold";
  font-size: 54px;
  line-height: 64px;
  text-align: center;
}
.biggest-title .b-green,
.biggest-title .b-red {
  position: absolute;
  top: 0;
  left: 0;
}
.biggest-description {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.template-promotions-switchers {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(26, 26, 42, 1);
  padding: 3px;
  border-radius: 51px;
}
.template-promotions-switchers .promo-switch {
  border-radius: 51px;
  background: rgba(26, 26, 42, 1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: 0.3s color;
}
.template-promotions-switchers .promo-switch:hover {
  color: #fff;
}
.template-promotions-switchers .promo-switch-active {
  background: rgba(38, 38, 59, 1);
  color: #fff;
}
.template-bonuses-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: -16px;
}
.template-bonuses-list .template-bonus {
  width: 100%;
  max-width: calc(50% - 16px);
}
.template-promotions-caption .cta {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 32px;
}
.template-promotions-caption .btn {
  max-width: 157px;
}
.small-container {
  max-width: 1344px;
  margin: 0 auto;
}
.section-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0 40px;
}
.section-caption .section-title {
  margin-bottom: 16px;
  font-weight: 900;
  font-family: "Druk Wide Cy Web Bold";
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.section-caption .section-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.swiper-partners {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 30px 0 30px;
  position: relative;
}
.swiper-partners::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 64px;
  background: linear-gradient(270deg, #0f0f14 0%, rgba(15, 15, 20, 0) 100%);
  content: "";
  z-index: 33;
  transform: rotate(180deg);
}
.swiper-partners::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 64px;
  background: linear-gradient(270deg, #0f0f14 0%, rgba(15, 15, 20, 0) 100%);
  content: "";
  z-index: 33;
}
.partners-list {
  position: relative;
}
.partners-list .swiper-slide {
  width: 100%;
  max-width: 8.3333333333%;
  height: 48px;
  opacity: 0.5;
}
.partners-list .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.swiper-button-partner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.footer-menu-row {
  display: flex;
  justify-content: space-between;
  gap: 205px;
}
.template-social-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-logo {
  display: block;
  margin-bottom: 40px;
}
.footer-menu-row {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.menu-item-list span {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}
.menu-item-list ul {
  list-style: none;
}
.menu-item-list a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 0 0 8px;
  transition: 0.3s color;
}
.menu-item-list a:hover {
  color: #fff;
}
.copyright-item {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
}
.licenses {
  display: flex;
  align-items: center;
  gap: 37px;
}
.footer-row-licenses {
  padding: 0 0 46px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.modal-menu {
  display: none;
}
.languages {
  position: relative;
}
.current-lang {
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
}
.current-lang:after {
  content: "";
  background: url(assets/images/down.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  padding: 5px;
}
.current-lang img {
  border-radius: 2px;
}
.languages-dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  background-color: rgba(38, 38, 59, 1);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.languages-dd a {
  padding: 5px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s background-color;
  border-radius: 12px;
}
.languages-dd a:hover {
  background: #282833;
}
.languages-dd a img {
  border-radius: 2px;
}
.dd-active {
  opacity: 1;
  visibility: visible;
  z-index: 155;
}
.providers-swiper {
  margin-bottom: 80px;
}
.providers-swiper .provider-item {
  background: rgba(26, 26, 42, 1);

  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 8px;
  padding: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 32px;
  height: 112px;
  transition: 0.3s color;
}
.providers-swiper .provider-item img {
  -o-object-fit: contain;
  object-fit: contain;
}
.providers-swiper .provider-item:hover {
  color: #f7c649;
}
.contact-form-row {
  display: flex;
  align-items: flex-start;
  gap: 43px;
  width: 100%;
  max-width: 100%;
}
.form {
  width: 100%;
  max-width: calc(50% - 43px);
}
.contact-form {
  display: flex;
  flex-direction: column;
}
.contact-form .form-item:nth-child(3) {
  display: none;
}
.contact-form input,
.contact-form textarea {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);

  margin-bottom: 16px;
  width: 100%;
  border-radius: 12px;
  background: rgba(38, 38, 59, 1);
  border: none;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.info {
  width: 100%;
  max-width: calc(50% - 43px);
}
.info .row {
  display: flex;
  flex-direction: column;
}
.info .top {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 24px;
  line-height: 32px;
}
.info .text {
  color: rgba(255, 255, 255, 0.6);
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.info .text a {
  color: rgba(51, 157, 255, 1);
}
.contact-block {
  padding: 40px;
  margin: 16px 0 24px;
}
.breadcrumbs {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs a {
  color: #f7c649;
}
.swiper-button-prev-main,
.swiper-button-next-main {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 50;
}
.swiper-button-next-main {
  right: 12px;
  left: unset;
}
.swiper-pagination-main {
  position: absolute;
  bottom: 22px !important;
  left: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  justify-content: center;
}
.swiper-pagination-main .swiper-pagination-bullet {
  width: 100%;
  max-width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 17px;
}
.swiper-pagination-main .swiper-pagination-bullet-active {
  background: #f7c649;
}
.template-single-header {
  padding: 12px 0;
}
.favorites {
  display: flex;
  gap: 8px;
}
.template-single-right-sidebar {
  position: fixed;
  background: rgba(26, 26, 42, 1);
  top: 0;
  right: 0;
  height: 100vh;
  padding: 12px 24px;
  width: 100%;
  max-width: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 100;
  justify-content: space-between;
}
.template-single-right-sidebar .single-logo {
  margin-bottom: 58px;
}
.template-single-right-sidebar .game-panel-menu {
  display: flex;
  flex-direction: column;
}
.template-single-right-sidebar .game-panel-menu a {
  border-radius: 12px;
  background: transparent;
  width: 48px;
  height: 48px;
  color: #fff;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s background-color;
}
.template-single-right-sidebar .game-panel-menu a:hover {
  background: linear-gradient(180deg, #ffe896 0%, #c08c1a 99.84%);
}
.template-single-right-sidebar .game-panel-menu .single-logo:hover {
  background: transparent;
}
.template-single-right-sidebar .game-panel-type {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.game-iframe {
  position: relative;
}
.game-iframe .game-iframe-bg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 50;
  border-radius: 12px;
}
.game-iframe .game-iframe-bg img {
  width: 100%;
  height: 100%;
}
.game-iframe .iframe {
  height: 650px;
  position: relative;
}
.game-iframe .iframe .preload {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game-iframe .iframe iframe {
  height: 100%;
}
.game-iframe-block-title {
  padding: 8px;
  background: rgba(26, 26, 42, 1);
  color: #fff;
}
.game-panel-m {
  display: none;
}
.single-entry-content {
  padding: 0 68px 0 0;
}
.game {
  padding: 0 68px 0 0;
}
.faq__items {
  width: 100%;
  max-width: 860px;
  margin: 16px 0;
}
.faq-item {
  margin-bottom: 8px;
  cursor: pointer;
}
.faq-item .question {
  padding: 21px 16px;
  background: rgba(38, 38, 59, 1);

  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-item .question p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.faq-item .answer {
  display: none;
}
.faq-item .answer-active {
  display: block;
  padding: 24px 40px;
  background: transparent;
}
.faq-item .answer-active p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 24px;
}
.all_com_pr {
  color: #fff;
}
.all_com_pr span:before {
  color: #f7c649;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 14px;
}
.com_block_star label {
  font-size: 14px;
}
.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: #f7c649;
  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: #f7c649;
  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.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 {
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #efefef;
}
.comments-area .comment-form input::-moz-placeholder,
.comments-area .comment-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  background: #f7c649;
  background-color: #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem;
  cursor: pointer;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.commentmetadata {
  display: none;
}
.reply {
  display: none;
}
.comment-form-email {
  display: none;
}
.comment-item {
  padding: 10px;
  background: rgba(26, 26, 42, 1);
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #fff;
}
.comment-item .dashicons-star-filled {
  color: #f7c649;
}
.comment-respond {
  margin: 24px 0;
  color: #fff;
}
.comment-form {
  width: 100%;
  max-width: 640px;
}
.form-control input,
.form-control textarea {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  width: 100%;
  border-radius: 12px;
  background: rgba(38, 38, 59, 1);
  border: none;
}
.form-control input::-moz-placeholder,
.form-control textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-control input::placeholder,
.form-control textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-only {
  display: none;
}
.partners {
  margin-top: 32px;
}
.template-footer .logo .footer-logo {
  width: 120px;
  height: 28px;
}
@media (max-width: 1850px) {
  .template-filter-item {
    max-width: 14.2857142857%;
  }
}
@media (max-width: 1690px) {
  .template-filter-item {
    max-width: 16.6666666667%;
  }
}
@media (max-width: 1660px) {
  .main__sidebar {
    overflow-y: scroll;
  }
  .providers-swiper .provider-item {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  .container {
    max-width: 100%;
    padding: 12px 16px;
  }
  .template-game {
    height: 198px;
  }
}
@media (max-width: 1440px) {
  .template-filter-item {
    max-width: 16.6666666667%;
    padding: 24px 16px;
  }
  .template-game {
    height: 183px;
  }
  .header-buttons {
    margin-left: 32px;
  }
}
@media (max-width: 1400px) {
  .winners-row {
    flex-wrap: wrap;
  }
  .winners-row .title {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .mystery-banner {
    padding: 25px;
  }
  .mystery-banner .right {
    max-width: 47%;
  }
  .mystery-banner .prizes-row {
    gap: 12px;
  }
}
@media (max-width: 1392px) {
  .header-left-menu a {
    white-space: nowrap;
    font-size: 13px;
  }
}
@media (max-width: 1380px) {
  .header-buttons {
    margin: 0 16px;
  }
  .header-left-menu ul {
    gap: 12px;
  }
  .footer-menu-row {
    gap: 100px;
  }
}
@media (max-width: 1344px) {
  .small-container {
    max-width: 95%;
  }
  .providers-swiper .provider-item {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .header-left-menu a {
    font-size: 12px;
  }
  .header-button {
    font-size: 12px;
  }
  .template-game {
    height: 165px;
  }
 

  .template-slide-caption {
    left: 7%;
  }
}
@media (max-width: 1240px) {
  .template-filter-item {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .mystery-banner .right {
    gap: 41px;
  }
  .header-left-menu {
    display: none;
  }
  .template-game {
    height: 183px;
    max-width: calc(16.6666666667% - 16px);
  }
  .template-bonus {
    padding: 24px 24px 12px;
  }
  .template-bonus .subtitle {
    height: 60px;
    font-size: 20px;
    line-height: 26px;
    margin: 16px 0 56px;
  }
  .template-filter-item {
    max-width: 18.6666666667%;
  }
  .template-filter-item span {
    font-size: 12px;
  }
  .template-providers-button {
    font-size: 12px;
  }
  .mobile-only {
    display: block;
  }
}
@media (max-width: 1160px) {
  .mystery-banner .left {
    max-width: 100%;
  }
  .mystery-banner .right {
    display: none;
  }
  .mystery-banner p {
    display: none;
  }
  .mystery-banner .mystery-row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .mystery-banner .prizes-row {
    justify-content: space-between;
    width: 68%;
  }
  .template-game {
    height: 145px;
  }
}
@media (max-width: 1000px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
  .game-iframe .iframe {
    height: 440px;
  }
  .small-container {
    max-width: 100%;
  }
  .mystery-banner {
    flex-direction: column;
    align-items: center;
  }
  .mystery-banner .left,
  .mystery-banner .right {
    max-width: 100%;
  }
  .mystery-banner .prizes-row {
    flex-wrap: wrap;
  }
  .template-game {
    height: 171px;
    max-width: calc(25% - 16px);
  }

  .template-slide-caption {
    left: 12%;
  }

  .template-slide-caption .pre-title {
    font-size: 20px;
    line-height: 30px;
  }
  .template-filter-item {
    max-width: 20%;
  }
  .template-bonus {
    max-width: calc(50% - 16px);
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    max-width: 40%;
    width: 100%;
    border-radius: 12px;
  }
  .entry-content .alignleft img,
  .entry-content .alignright img {
    border-radius: 12px;
  }
  .footer-menu-row {
    flex-wrap: wrap;
    gap: unset;
  }
  .mystery-banner .mystery-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mystery-banner .prizes-row {
    max-width: 100%;
    width: 100%;
    justify-content: space-around;
  }
  .mystery-banner .prizes {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: calc(33.3333333333% - 20px);
  }
  .mystery-banner .prize {
    font-size: 16px;
    line-height: 24px;
  }
  .header .container {
    padding: 12px;
  }
}
@media (max-width: 920px) {
  .entry-content p,
  .entry-content li,
  .entry-content td,
  .entry-content th {
    font-size: 12px;
  }
  .template-filter-item {
    max-width: 25%;
  }
  .footer-menu-row {
    padding: 16px 0;
    flex-direction: column-reverse;
  }
  .footer-menu-row div.logo {
    margin: 53px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-menu-row .footer-logo {
    margin: 0;
  }
  .menu-item-list:first-child span {
    border-bottom: unset;
  }
  .menu-item-list span {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .menu-item-list ul {
    display: none;
  }
  .menu-item-list ul.visible {
    display: block;
  }
  .copyright-item {
    padding: 16px 0;
  }
  .footer-row-licenses {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 778px) {
  .template-bonus {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .template-game {
    max-width: calc(33.3333333333% - 16px);
    height: 165px;
  }
  .template-filter-item {
    max-width: 31.3333333333%;
  }
}
@media (max-width: 660px) {
  .game {
    padding: 0;
  }
  .single-entry-content {
    padding: 0;
  }
  .template-single-right-sidebar {
    display: none;
  }
  .header .header-buttons {
    display: none;
  }
  .swiper-button-prev-main,
  .swiper-button-next-main {
    display: none;
  }
  .template-slide-caption {
    left: 2%;
  }
  .template-slide-caption .pre-title {
    font-size: 16px;
    display: block;
    white-space: unset;
  }

  .template-filter-item {
    max-width: 38.3333333333%;
  }
  .partners-list .swiper-slide {
    max-width: 25%;
  }
  .template-bonuses-list {
    margin-right: 0;
  }
  .template-bonuses-list .template-bonus {
    max-width: 100%;
  }
  .biggest-title span {
    font-size: 32px;
    line-height: 42px;
  }
  .template-promotions-switchers {
    max-width: 330px;
  }
  .template-promotions-switchers .promo-switch {
    white-space: nowrap;
    font-size: 12px;
    padding: 6px 12px;
  }
  .contact-form-row {
    flex-direction: column;
  }
  .form {
    max-width: 100%;
  }
  .info {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .mystery-banner {
    padding: 16px;
  }
  .licenses {
    flex-wrap: wrap;
  }
  .entry-content .alignright,
  .entry-content .alignleft {
    float: none;
    display: block;
    margin: 1rem auto;
    width: 100%;
    max-width: 100%;
  }
  .entry-content .alignright img,
  .entry-content .alignleft img {
    width: 100%;
    height: auto;
  }
  .template-game {
    height: 200px;
    max-width: calc(50% - 16px);
  }
  .partners-list .swiper-slide {
    max-width: 50%;
  }
  .template-filter-item {
    max-width: 70%;
  }
}
@media (max-width: 395px) {
  .about-title {
    font-size: 24px;
    line-height: 32px;
  }
  .entry-content h1 {
    font-size: 24px;
  }
  .entry-content h2 {
    font-size: 22px;
  }
  .entry-content h3 {
    font-size: 19px;
  }
  .entry-content h4 {
    font-size: 16px;
  }
  .entry-content h5 {
    font-size: 14px;
  }
  .template-game {
    height: 140px;
  }
  .header-logo {
    width: 100%;
    max-width: 70px;
  }
  .header-logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .mystery-banner .prize {
    font-size: 12px;
    line-height: 18px;
  }
  .container {
    padding: 12px;
  }
}
/* edits for N1Casino*/
.single-entry-content {
  padding: 0;
}
.container {
  padding: 0;
}
.header .container {
  padding: 11px 0px;
}
@media (min-width: 480px) {
  .header-logo img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-logo img {
    height: 28px;
    margin-right: 24px;
  }
}
.header-left-menu ul .current-menu-item {
  position: relative;
}
.header-left-menu ul .current-menu-item a {
  color: #fff;
}
.header-left-menu ul .current-menu-item:after {
  background: rgba(247, 198, 73, 1);
  bottom: -23px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
}
.btn-main:hover {
  background: rgba(255, 35, 10, 1);
  color: white;
}
.search-open-js {
  height: 24px;
  width: 24px;
}
.search-open-js:hover {
  color: white;
}
.template-slide img {
  position: absolute;
}
.slide-bg-img {
  position: absolute;
  animation: background-second 15s linear infinite alternate;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.template-slide .btn-main {
  padding: 12px 20px;
  width: 100%;
  margin-top: 40px;
  max-width: 153px;
  max-height: 48px;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}
.template-providers-button {
  align-items: center;
  background: rgba(38, 38, 59, 1);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  margin-top: 24px;
  position: relative;
  margin-top: 0;
  padding: 0 16px;
  width: unset;
}
.modal__backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-property: opacity;
  z-index: -1;
  opacity: 0.7;
  transition-timing-function: ease-in;
}
.template-providers-drop {
  position: relative;
}
.template-providers-drop-active {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  background: transparent;
}
.modal__content-wrapper {
  height: unset;
  margin: auto;
  max-width: 720px;
  width: calc(100% - 20px);
  border-radius: 20px;
  margin: 32px auto;
  transition-duration: 300ms;
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: ease-in;
  background: rgba(26, 26, 42, 1);
}
.template-providers-drop-list {
  height: 100%;
  overflow-y: auto;
  max-height: 600px;
  max-width: 800px;
  padding: 24px 32px !important;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 8px;
}
.modal__content-wrapper .search-open-js {
  height: 48px;
  overflow: hidden;
  padding: 0 16px;
  align-items: center;
  background: rgba(49, 49, 78, 1);

  border-radius: 8px;
  color: #fff;
  cursor: text;
  display: flex;
  height: 56px;
  margin: 0 32px;
  margin-top: 24px;
  position: relative;
  transition: background 0.3s ease;
  width: auto;
}
.search_providers {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0 48px 0 12px !important;
}
.search-modal-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
}
.search-modal-tabs__wrapper {
  background: rgba(10, 10, 13, 0.65);
  border-radius: 100px;
  display: flex;
  padding: 4px;
}
.search-modal-tabs__tab {
  background: transparent none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding: 6px 16px !important;
  text-transform: uppercase;
}

.search-modal-tabs__tab--active {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding: 6px 16px !important;
  text-transform: uppercase;
  background: rgba(64, 64, 97, 1) !important;
  border-radius: 51px;
  color: #fff !important;
  border: none;
}
.modal__close-button {
  border: none;
  align-items: center;
  background: rgba(10, 10, 13, 0.65);
  border-radius: 50%;

  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: color 0.3s ease;
  width: 40px;
  z-index: 10;
  right: 24px;
  top: 24px;
}
.modal__close-button i {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 16px;
}
.img-provider {
  height: 32px;
  margin-right: 12px;
  width: 32px;
}
.provider-title {
  color: #fff;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.template-providers-drop-list .item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 49, 78, 1);

  border-radius: 8px;
  height: 56px;
  padding: 0;
  transition: background 0.3s ease;
}

.swiper-slots .swiper-button-next,
.swiper-biggets-last-winners .swiper-button-next,
.swiper-biggets-last-winners .swiper-button-prev,
.swiper-slots .swiper-button-prev,
.template-bonuses-swiper .swiper-button-next,
.template-bonuses-swiper .swiper-button-prev,
.providers-swiper .swiper-button-next,
.providers-swiper .swiper-button-prev {
  border-radius: 50%;
  height: 42px;
  min-width: unset;
  width: 42px;
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}
.swiper-biggets-last-winners .swiper-button-next:after,
.swiper-biggets-last-winners .swiper-button-prev:after,
.swiper-slots .swiper-button-next:after,
.swiper-slots .swiper-button-prev:after,
.template-bonuses-swiper .swiper-button-next:after,
.template-bonuses-swiper .swiper-button-prev:after,
.providers-swiper .swiper-button-next:after,
.providers-swiper .swiper-button-prev:after {
  font-size: 14px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: white;
}
.grey {
  color: rgba(255, 255, 255, 0.65);
  margin-left: 24px;
}
.section-title-controls {
  display: flex;
  align-items: center;
}
.wr-next-prev-btn {
  position: relative;
  width: 115px;
}
.btn-border {
  max-width: 90px;
}
.section-double-slider .swiper-slots:last-of-type {
  margin-top: 10px;
}

.footer-menu-row {
  justify-content: start;
}
.lang-btn.current-lang {
  text-transform: capitalize;
  font-weight: 400;
}
.licenses {
  flex-wrap: wrap;
  justify-content: center;
}
.licenses img {
  height: 32px;
}
.licenses a {
  height: 32px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.licenses a:hover {
  opacity: 1;
}
.footer-copyright-row {
  display: flex;
  margin-bottom: 24px;
  margin-top: 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.copyright-item {
  flex-basis: 100%;
  padding: 0;
}
.copyright-item a {
  color: #339dff;
  text-decoration: none;
}
.footer-lang-desktop {
  display: none;
}
.footer-lang-mobile {
  flex-basis: 100%;
}
@media (min-width: 1124px) {
  .footer-lang-desktop {
    display: block;
  }
  .footer-lang-mobile {
    display: none;
  }
  .licenses {
    justify-content: space-between;
  }
  .footer-copyright-row {
    flex-wrap: nowrap;
  }
  .copyright-item {
    flex-basis: 49%;
  }
}
.btn-show {
  color: rgba(17, 17, 27, 1);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background: linear-gradient(180deg, #ffe896 0%, #c08c1a 99.84%);
}

.biggest-title {
  max-width: 748px;
  margin-top: 0;
}
.biggest-title .b-main {
  font-size: 54px;
  font-weight: 900;
  line-height: 64px;
}
.biggest-title .b-main {
  display: block;
}
.biggest-title .b-main:before,
.biggest-title .b-main:after {
  content: attr(data-value);
  position: absolute;
  top: 0;

  z-index: -1;
}
.template-promotions-caption .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding: 16px 24px;
  margin-bottom: 80px;
}
.promotions-categories {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.promotions-categories__buttons {
  -ms-overflow-style: none;
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: inline-flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 13px;
  scrollbar-width: none;
}

.promotions-categories .promotions-categories__button {
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.promotions-categories .promotions-categories__button:active,
.promotions-categories .promotions-categories__button:focus,
.promotions-categories .promotions-categories__button:hover,
.promotions-categories__button_active {
  color: #fff !important;
}

.promotions-categories .promotions-categories__button--active:after,
.promotions-categories__button_active:after {
  background: #F7C649;
  bottom: -13px;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
}
.wr-category-top .template-game-filter .container {
  padding: 24px 0 32px;
}
.collapse-block__caret {
  align-items: center;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  position: relative;
  transform-origin: center;
  width: 24px;
}
.collapse-block__caret:after,
.collapse-block__caret:before {
  background: #f7c649;
  border-radius: 100px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  width: 15.5px;
}
.collapse-block__caret:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.collapse-block__caret--open:after {
  transform: translate(-50%, -50%);
}
.answer.answer-active {
  padding: 16px;
  margin-bottom: 0;
}
.faq-item .question {
  background: rgba(38, 38, 59, 1);
}
.faq-item .question:hover {
  border-radius: 12px;
  background: rgba(38, 38, 59, 1);
}
@media (max-width: 1200px) {
  .footer-lang-mobile {
    flex-basis: 100%;
    margin-top: 30px;
  }
  .footer-menu-row {
    gap: 30px;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .dd-active {
    background: rgba(38, 38, 59, 1);
    border-radius: 12px;
    bottom: calc(100% + 8px);
    left: 0;
    max-height: 320px;
    overflow: auto;
    padding: 8px;

    width: 160px;
    z-index: 1;
  }
  .lang-btn.current-lang {
    width: 160px;
  }
  .footer-menu-row {
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.template-bonuses-list_last .bonus-row > a {
  display: flex;
}
.form {
  width: 100%;
  max-width: 395px;
}
.form .btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.form-element__error {
  color: #f7c649;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
  width: 100%;
}
.form textarea {
  height: 200px;
  letter-spacing: normal;
  line-height: 1.2;
}
.info .top {
  text-transform: capitalize;
}
.form-item-email {
  margin-bottom: 16px;
}
.form-item-email input {
  margin-bottom: 0;
}
.faq__items {
  max-width: 100% !important;
  background: rgba(26, 26, 42, 1);
  border-radius: 12px;

  margin-right: 0;
}
.faq_title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  color: #fff;
  font-weight: 700;
}
.error-page__background {
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  z-index: -1;
}
.article-error-invalid {
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 16px;
}
.container_404 {
  height: 724px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 340px;
}
.container_404 .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding: 16px 24px;
  background: linear-gradient(180deg, #ffe896 0%, #c08c1a 99.84%);

  border: none;
  color: rgba(18, 18, 28, 1);

  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.container_404 .about-title {
  text-align: center;
  font-size: 54px;
  font-weight: 900;
  line-height: 64px;
  max-width: 500px;
  margin-top: 0;
  font-family: "Philosopher", sans-serif;
}
.page .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .about-title {
  flex-basis: 100%;
  font-family: "Philosopher", sans-serif;
}
.layout-page {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 0;
  width: 100%;
}
.sidebar-right-menu-page .menu {
  background: rgba(26, 26, 42, 1);
  border-radius: 12px;
  padding: 16px;
  position: sticky;
  top: 80px;
}
.sidebar-right-menu-page ul {
  list-style: none;
}
.sidebar-right-menu-page ul li a {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 16px;
  justify-content: space-between;
  line-height: 24px;
  min-height: 48px;
  padding: 12px 16px;
  position: relative;
  transition: background 0.3s ease;
  text-transform: capitalize;
}
.sidebar-right-menu-page ul li a:hover {
  background: rgba(38, 38, 59, 1);

  color: rgba(255, 255, 255, 0.65);
}
.sidebar-right-menu-page ul li {
  position: relative;
}
.sidebar-right-menu-page ul li:before {
  background: transparent;
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  transition: background 0.3s ease;
  width: 2px;
}
.sidebar-right-menu-page ul .current_page_item:before {
  background: #f7c649;
}
.sidebar-right-menu-page {
  flex: 1 1 256px;
  margin: 0;
  max-width: 256px;
  border-radius: 12px;
}
.content-page {
  flex: 1;
}
.entry-content a {
  color: rgba(51, 157, 255, 1);
}
@media (min-width: 1200px) {
  .wr-category-top .template-game-filter .container {
    padding: 24px 0 32px;
  }
  .wr-category-top .template-game-filter-wrap {
    margin-bottom: 0;
  }
}
/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sidebar-menu a span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 20px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
.main__sidebar .close-burger {
  padding-left: 16px;
}

.languages-dd.dd-active {
  border-radius: 8px;
}
.sidebar-menu li a:hover {
  background: rgba(38, 38, 59, 1);
  color: #fff;
  color: #fff;
  border-radius: 8px;
}
.header-left-menu .menu-item {
  margin-right: 24px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: "Roboto", sans-serif;
}
.entry-content h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.entry-content h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.entry-content h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.entry-content ol:not([type]),
.entry-content ul:not([type]) {
 
  margin-top: 0;
  padding: 0;
	padding-left:20px;
}
.entry-content a,
.content blockquote,
.entry-content mark,
.entry-content ol,
.entry-content p,
.entry-content table,
.entry-content ul {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.entry-content ol:not([type]) li + li,
.entry-content ul:not([type]) li + li {
  margin-top: 10px;
}
.partners-list .swiper-slide img {
  max-height: 32px;
}
.partners-list .swiper-slide {
  margin-right: 12px !important;
  height: 32px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .entry-content ol:not([type]) li + li,
  .entry-content ul:not([type]) li + li {
    margin-top: 12px;
  }
  .entry-content a,
  .entry-content blockquote,
  .entry-content mark,
  .entry-content ol,
  .entry-content p,
  .entry-content table,
  .entry-content ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .entry-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .entry-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .entry-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.sidebar-menu-wout-images a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  margin-bottom: 16px;
  transition: 0.3s color;
}
.sidebar-menu li {
  padding: 12px 16px;
  margin-bottom: 0;
}
.sidebar-menu a {
  padding: 0;
}
.sidebar-menu a img {
  width: 24px;
  height: 24px;
}
.languages.sidebar-languages,
.sidebar-menu-wout-images {
  padding-left: 16px;
}
.sidebar-languages {
  padding-top: 24px;
  padding-bottom: 24px;
}
.apps a {
  padding-left: 0;
}
.contact-block {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
}
.template-bonus.swiper-slide {
  width: calc(100% / 3 - 16px);
  min-width: 520px;
}
.title-support-form-contact {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .header-left-menu a {
    font-size: 14px;
  }

  .container {
    max-width: 1616px;
    width: calc(100% - 64px);
  }
}
@media (max-width: 1366px) {
  .template-game {
    max-width: calc(100% / 6 - 16px);
    height: 186px;
  }
  .about-title {
    font-size: 32px;
    line-height: 40px;
  }

  .template-bonus {
    padding: 32px 24px 24px 32px;
  }
  .template-promotions {
    padding-bottom: 40px;
  }
  .template-bonus .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin: 20px 0 80px;
  }
  .biggest-description {
    font-size: 20px;
    line-height: 30px;
  }
  .biggest-title .b-main {
    font-size: 42px;
    line-height: 52px;
  }
  .biggest-title {
    max-width: 548px;
  }
  .container_404 {
    height: 680px;
    padding-top: 340px !important;
    justify-content: flex-start;
  }
  .article-error-invalid {
    font-size: 24px;
    line-height: 32px;
  }
  .container_404 .about-title {
    font-size: 42px;
    line-height: 52px;
    max-width: 400px;
  }

  .template-slide-caption .pre-title {
    font-size: 20px;
    line-height: 30px;
  }
 
  .template-slide-caption {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 600px;
    padding: 56px;
  }

  .section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1260px) {
  .template-filter-item span {
    font-size: 16px;
    line-height: 24px;
  }
  .template-bonus.swiper-slide {
    min-width: 560px;
  }
}
.template-providers {
  position: relative;
}

.layout-help-center__back {
  display: none;
}
@media (max-width: 1200px) {
  .contact-block {
    background: transparent;
  }
  .info .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .info {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .form {
    width: 100%;
    max-width: 100%;
  }
  .contact-form-row {
    flex-wrap: wrap;
  }
  .help-center-back-button {
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    line-height: 24px;
  }
  .layout-help-center__back i {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.4) !important;

    font-size: 12px;
    margin-right: 20px;
  }
  .layout-help-center__back {
    width: 100%;
    align-items: center;
    background: rgba(26, 26, 42, 1);
    border-radius: 12px;
    height: 48px;
    display: flex;
    gap: 12px;
    padding: 12px 16px;
  }
  .content-page {
    flex-basis: 100%;
  }
  .sidebar-right-menu-page {
    display: none;
  }
  .layout-page {
    flex-wrap: wrap;
  }

  .about-title {
    font-family: "Roboto", sans-serif;
  }

  .container_404 {
    height: 500px;
  }
  .error-page__background {
    height: 500px;
  }
  .container_404 .about-title {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-copyright-row {
    flex-wrap: wrap;
  }
  .copyright-item {
    flex-basis: 100%;
    padding: 0;
  }
  .footer-lang-desktop {
    display: none;
  }
  .footer-menu-row {
    padding: 20px 0;
  }
  .footer-menu-row {
    gap: 20px;
  }
  .menu-item-list span {
    margin-bottom: 20px;
  }
  .menu-item-list span {
    position: relative;
  }
  .menu-item-list span::after {
    position: absolute;
    content: "❮";
    right: 10px;
    transform: rotate(-90deg);
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
    font-size: 12px;
  }
  .menu-item-list.active span::after {
    transform: rotate(-270deg);
  }
  .menu-item-list ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: height, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .menu-item-list.active ul {
    transition-duration: 300ms;
    opacity: 1;
    overflow: unset;
    height: 100%;
  }

  .menu-item-list {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }
  .template-bonus.swiper-slide {
    background-position: right !important;
    width: calc(100% / 3 - 16px);

    height: 294px;
    min-width: 354px;
  }
  .template-game {
    max-width: calc(100% / 5 - 16px);
    height: 218px;
  }
  .template-slide-caption {
    max-width: 414px;
    padding: 40px 32px;
  }

  .header .container,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .search-open-js {
    margin-left: 16px;
  }

  .container_404 {
    padding-top: 240px !important;
  }
  .wr-category-top .template-game-filter .container {
    padding: 24px 0 0;
  }
  .content-page {
    background: transparent;
    border-radius: 12px;
    flex: 1;
    padding: 40px 0px 56px;
  }
  .faq__items {
    background: transparent;
  }
}

@media (max-width: 992px) {
  .about-title {
    margin: 20px 0 20px;
  }
  .content-page {
    padding-top: 20px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
  }
  .template-game {
    height: 174px;
  }
  .header .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .btn {
    padding: 8px 12px;
  }
}
.panel {
  display: none;
}
@media (max-width: 920px) {
  .template-footer {
    padding-bottom: 100px;
  }
  .panel {
    background: rgba(26, 26, 42, 1);

    bottom: 0;
    display: block;
    height: 56px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .panel__list {
    flex-wrap: nowrap;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .panel__item {
    justify-content: center;
    width: 15%;
    list-style: none;
  }
  .panel .panel__item:nth-of-type(3) a {
    flex-direction: column;
  }
  .panel .panel__item:nth-of-type(3) svg {
    align-items: center;
    background: linear-gradient(
      95.47deg,
      #da8207 -0.22%,
      #dd9318 10.66%,
      #ffcb3c 26.65%,
      #ffcb3c 78.95%,
      #e39c1e 93%,
      #fbc63a 97.24%
    );

    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 6px !important;
    margin-right: 0 !important;
    margin-top: -20px;
    transition: background 0.3s ease;
    width: 44px;
    color: rgba(17, 17, 27, 1);
  }
  .panel .panel__link {
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
  }
  .panel .panel__link i {
    font-size: 22px;
    margin-right: 5px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
  }
  .panel .panel__link {
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
  }
  .menu-item-list span {
    padding: 0;
    border-bottom: none;
  }
}

.wr-img-logo-sidebar-btn-close {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .img-logo-sidebar {
    display: block;
    height: 20px;
  }
  .template-providers::after {
    display: none;
  }
  .panel .panel__link i {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .panel .panel__link {
    flex-direction: column;
  }
  .template-slide .template-slide-bg,
  .template-slide img {
    border-radius: 0 !important;
  }
  .swiper-main .swiper-slide {
    border-radius: 0;
  }
  .template-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .template-game-filter-wrap {
    padding-top: 0 !important;
  }
  .template-filter-item span {
    font-size: 14px;
    line-height: 20px;
  }
  .content-entry h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .content-entry h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .content-entry h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .content-entry a,
  .content-entry blockquote,
  .content-entry mark,
  .content-entry ol,
  .content-entry p,
  .content-entry table,
  .content-entry ul,
  .faq-item .answer-active p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .faq-item .question p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .search-open-js {
    display: none;
  }
  .template-game {
    max-width: calc(100% / 3 - 16px);
    height: 234px;
  }
  .template-providers-drop-list {
    flex-direction: column;
    display: flex;
    align-items: start;
    gap: 25px;
  }
  .template-providers-drop-list .item {
    background: transparent;
  }
  .modal__content-wrapper .search-open-js {
    margin-top: 0;
  }
  .modal__content-wrapper {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .game-filter-menu {
    position: relative;
  }
  .game-filter-menu:after {
    background: linear-gradient(270deg, #0f0f14, rgba(15, 15, 20, 0));
    content: "";
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 77;
  }
  .game-filter-menu {
    width: 100%;
    max-width: 100%;
  }
  .template-game-filter-wrap {
    background: transparent;
  }
  .template-providers {
    margin-top: 24px;
    position: relative;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .template-game-filter-wrap {
    flex-wrap: wrap;
  }

  .template-slide-caption {
    max-width: 343px;
    padding: 40px 16px;
  }
 

  .template-bonus .title {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
  }
  .template-bonus .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .template-bonuses-list {
    margin-right: 0;
  }

  .template-bonuses-list .template-bonus {
    max-width: 100%;
  }
  .template-promotions {
    padding-bottom: 32px;
  }
  .biggest-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .biggest-title {
    max-width: 348px;
  }
  .biggest-title .b-main {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px;
  }
  .section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .wr-next-prev-btn {
    display: none;
  }
}
@media (max-width: 680px) {
  .template-game {
    height: 195px;
  }
}
@media (max-width: 620px) {
  .template-game {
    height: 175px;
  }
}
.img-logo-mobile {
  display: none;
}
.burger.close-burger img {
  width: 20px;
}
@media (max-width: 576px) {
  .img-logo-desctop {
    display: none;
  }
  .img-logo-mobile {
    display: block;
    width: 48px;
    height: 26px;
  }
  .info {
    flex-wrap: wrap;
  }
  .info .row {
    flex-basis: 100%;
  }

  .template-game {
    height: 168px;
  }
}
@media (max-width: 480px) {
  .panel .panel__link i {
    font-size: 14px;
  }
  .panel .panel__link {
    font-size: 10px;
  }
  .promotions-categories__buttons {
    padding-bottom: 0;
  }
  .template-game {
    max-width: calc(100% / 2 - 16px);
    height: 217px;
  }
}
@media (max-width: 400px) {
  .template-game {
    max-width: calc(100% / 2 - 16px);
    height: 168px;
  }
}
@media (max-width: 360px) {
  .template-game {
    max-width: calc(100% / 2 - 16px);
    height: 148px;
  }
}
.favorites {
  display: none;
}
.header-left-menu ul {
  gap: 0;
}

.main__sidebar {
  overflow-y: scroll;
}
.header {
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.main__sidebar-active {
  left: 0;
  top: 0;
}
.sidebar-menu-wout-images a {
  text-transform: capitalize !important;
}
.bar__background.active {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 144;
  top: 0;
  left: 0;
}
.section-biggets-last-winners {
  margin-bottom: 32px;
}
.slide_win {
  height: 96px;
  width: 310px;
  border-radius: 8px;
  background: rgba(26, 26, 42, 1);
  display: flex;
  position: relative;
}

.slide_win:nth-of-type(1)::after {
  content: "";
  background-image: url(assets/images/win-1.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 8px;
  left: 278px;
}
.slide_win:nth-of-type(2)::after {
  content: "";
  background-image: url(assets/images/win-2.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 8px;
  left: 278px;
}
.slide_win:nth-of-type(3)::after {
  content: "";
  background-image: url(assets/images/win-3.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 8px;
  left: 278px;
}
.img_win {
  height: 96px;
  width: 95px;
  object-fit: contain;
  border-radius: 8px;
  margin-right: 16px;
}
.wr-win-description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.name_win {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.prize {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.game_title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jackpot-slide {
  position: relative;
  height: 265px;
}
.jackpot-slide::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 34, 0) 0%,
    rgba(26, 26, 34, 0.0086472) 6.67%,
    rgba(26, 26, 34, 0.03551) 13.33%,
    rgba(26, 26, 34, 0.0816599) 20%,
    rgba(26, 26, 34, 0.147411) 26.67%,
    rgba(26, 26, 34, 0.231775) 33.33%,
    rgba(26, 26, 34, 0.331884) 40%,
    rgba(26, 26, 34, 0.442691) 46.67%,
    rgba(26, 26, 34, 0.557309) 53.33%,
    rgba(26, 26, 34, 0.668116) 60%,
    rgba(26, 26, 34, 0.768225) 66.67%,
    rgba(26, 26, 34, 0.852589) 73.33%,
    rgba(26, 26, 34, 0.91834) 80%,
    rgba(26, 26, 34, 0.96449) 86.67%,
    rgba(26, 26, 34, 0.991353) 93.33%,
    #26263b 100%
  );
  bottom: 48px;
  left: 0;
  width: 100%;
  height: 88px;
  display: block;
}
.wr-jackpot-prize {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: linear-gradient(0deg, #26263b, #26263b),
    radial-gradient(
      56.08% 93.75% at 50% 119.79%,
      rgba(255, 184, 0, 0.116) 0%,
      rgba(255, 61, 0, 0) 100%
    );
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.jackpot-prize {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

  background-image: linear-gradient(
    90deg,
    #ffc736 0%,
    #fff1cc 40.1%,
    #ffc736 100%
  );
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.jackpot-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 217px;
}
.jackpot-slide .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 217px;
}
.section-play-more {

  background-repeat: no-repeat;
  background-size: 100%;
}
.title-play-more {
  color: white;
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 32px;
}
.text-play-more {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}
.btn-play-more {
  padding: 16px, 24px, 16px, 24px;
}
.section-play-more .container {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 153px;
  justify-content: space-between;
}
.play-more-program {
  position: relative;

  border-radius: 12px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  width: 272px;
  flex-direction: column;
  height: 196px;
  margin-bottom: 16px;
}
.wr-play-more-program {
  position: relative;

  width: 100%;
}

.wr-play-more {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.title-play-more-program {
  color: white;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Druk Wide Cy Web Bold";
}
.list-program-1 {
  list-style: none;
  padding: 24px;
}
.list-program-1 li,
.play-more-program p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}
.play-more-program p {
  padding: 24px 24px 24px 0;
}
.list-program-1 li::before {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
.list-program-1 li:nth-of-type(1)::before {
  background-image: url(assets/images/money-bill.svg);
}
.list-program-1 li:nth-of-type(2)::before {
  background-image: url(assets/images/shield-bolt.svg);
}
.list-program-1 li:nth-of-type(3)::before {
  background-image: url(assets/images/calendar.svg);
}

.div-border {
  background-repeat: no-repeat;
  width: 272px;
  height: 196px;
  left: 6px;
  top: 6px;
  position: absolute;
  content: "";
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 1px 1px 0px 1px rgba(255, 255, 255, 0.12);
  box-shadow: 1px 1px 0px 1px rgba(255, 255, 255, 0.12);
  z-index: 0;
}
.img-play-prog-2-prize {
  position: absolute;
  bottom: 0;
  border-radius: 12px;
  right: 0px;
  z-index: 0;
}



.icon-twitter {
  width: 34px;
  height: 34px;
  color: #ffffffa6;
}
.swiper-backface-hidden .swiper-slide svg {
  fill: #F7C649;
}
.swiper-backface-hidden .swiper-slide:hover svg {
  fill: white;
}
.biggest-title .b-main {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}

.check-btns {
  background: rgba(10, 10, 13, 0.65);

  border-radius: 100px;
  padding: 4px;
  height: 56px;
  width: 412px;
  margin: 64px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-btn-casino {
  background: rgba(64, 64, 97, 1);
  padding: 12px 24px;
  border-radius: 51px;
  height: 48px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20;
}
.check-btn-sport {
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20;
}

.check-btns svg {
  width: 24px;
  height: 24px;
}
.check-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-basis: 100%;
  padding: 12px 24px;
  border-radius: 51px;
  height: 48px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20;
}
.check-btns a:hover {
  background: rgba(64, 64, 97, 1);
  padding: 12px 24px;
  border-radius: 51px;
  height: 48px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20;
}
.check-btns a:hover svg {
  fill: rgba(255, 35, 10, 1);
}
.check-btn-casino svg {
  fill: rgba(255, 35, 10, 1);
}
.check-btn-sport svg {
  fill: rgba(255, 255, 255, 0.65);
}
.template-bonuses-list .template-bonus .subtitle {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}
.template-promotions-content h1 {
  text-align: center;
  font-family: "Philosopher", sans-serif;
}
.section-description {
  color: white !important;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.comments-title {
  color: white !important;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
.read-text-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 216x;
}
a svg {
  height: 24px;
  width: 24px;
}
.sidebar-menu svg {
  fill: rgba(255, 255, 255, 0.4);
}


@media (max-width: 1266px) {

  .wr-play-more {
  
    justify-content: flex-start;
  }
  .title-play-more {
    line-height: 52px;
    font-size: 42px;
  }

}


.header .img-logo-mobile {
  display: none;
}
@media (max-width: 576px) {
  .header .img-logo-mobile {
    display: block;
  }
  .header .img-logo-desctop {
    display: none;
  }
  .img-logo-mobile {
    display: block;
  }
  .section-play-more .container {
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative;
  }
  .btn.btn-main.btn-play-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }


}

.btns-switch-sidebar {
  display: flex;
  align-items: center;
  height: 40px;
  width: 268px;
  justify-content: space-between;
  background: rgba(17, 17, 27, 1);
  overflow: hidden;
  border-radius: 8px;
  gap: 1px;
}
.btns-switch-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-basis: 50%;
}
.btns-switch-sidebar a:hover {
  color: white;
  text-transform: uppercase;
  background: rgba(49, 49, 78, 1);
}
.btn-switch-sidebar-casino {
  color: white;
  text-transform: uppercase;
  background: rgba(49, 49, 78, 1);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-switch-sidebar-casino svg {
  fill: rgba(255, 35, 10, 1);
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.btn-switch-sidebar-sport svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, 0.4);
}
.btn-switch-sidebar-sport {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 700;
}
.comment-rating {
  margin: 10px 0;
}
table {
  overflow-x: auto;

}
@media (max-width: 992px) {
  iframe {
    width: 100% !important;
  }
  .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;
  }
  td,
  thead th {
    flex-grow: 1;
    width: 100%;
    min-width: 200px;
  }
  table td {
    min-width: 200px;
  }
}
@media (min-width:660px){
.read-text .container {
    width: calc(100% - 160px);
	}
} 
.wp-block-table {
    overflow-x: auto;
    display: grid;
}
@media (max-width:440px){
	.template-bonus .subtitle {
		margin:10px auto;
	}
	.check-btns {
		width: 300px;
	}
	.check-btn-sport {
		display:none !important;
	}
	.cta svg {
		display:none !important;
	}
	.template-bonus .bonus-row{
	    flex-direction: column;
    gap: 10px;
}
}
.download {
	background:url(assets/images/install-app.png);
	background-repeat:no-repeat;
	background-size:100%;
}
.section-play-more .container{
	position:relative;
	overflow:hidden;
}
.section-play-more .container:before {
    right: 0;
	position:absolute;
	content:url(assets/images/rollxo-why-rollxo-girl.webp);
	bottom: 0;
    height: 470px;
	    object-fit: contain;
}
    .wr-play-more {
        z-index: 1;
    }
@media (max-width:998px){
	.section-play-more .container:before {
		right: -140px;
	}
}
@media (max-width:576px){
	.section-play-more .container:before {
	    right: -260px;
	}
}