@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: #1c212c;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
}
.main__sidebar {
  width: 100%;
  max-width: 240px;
  left: -100%;
  padding: 25px 16px;
  position: fixed;
  height: 100vh;
  z-index: 150;
  background: rgba(53, 61, 79, 0.3);
  transition: 0.3s left;
}
.main__sidebar .close-burger {
  padding: 0;
  background: transparent;
  border: none;
  display: 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: linear-gradient(180deg, #ff6e40, #e02937);
}
.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.2509803922);
  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: 25px;
  margin-bottom: 32px;
  background: url(assets/images/1680/mdwidjet/mystery-banner.png) no-repeat;
  background-size: cover;
  padding: 55px;
  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: #1683ff;
}
.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: hsla(0, 0%, 100%, 0.65);
  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: hsla(0, 0%, 100%, 0.65);
}
.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.2509803922);
}
.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 .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: hsla(0, 0%, 100%, 0.65);
  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: hsla(0, 0%, 100%, 0.65);
  font-weight: 700;
  font-size: 14px;
  background: #0d1017;
  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: #1e222e;
  border-radius: 12px 0 0 12px;
}
.btn {
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: #1e222e;
  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;
  width: 100%;
  min-width: 80px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.btn-border {
  background: rgba(20, 22, 27, 0.4);
  backdrop-filter: blur(2.71828px);
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 4px solid transparent;
	
}
.search-open-js {
  background: rgba(20, 22, 27, 0.4);
  backdrop-filter: blur(2.71828px);
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: auto !important;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  line-height: 20px;
  gap: 20px;
  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;
  width: 100%;
  min-width: 80px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.btn-main {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
}
.header-right-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.template-banner {
  margin: 24px 0;
}
.template-banner .swiper-wrapper {
  height: 500px;
}
.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: 671px;
}
.template-slide-caption .title {
  font-size: 54px;
  line-height: 64px;
  font-weight: 900;
  font-family: "Druk Wide Cy Web Bold";
  color: #fff;
  margin: 24px 0 16px;
}
.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;
  font-size: 20px;
  line-height: 30px;
}
.template-slide-caption .cta {
  width: 100%;
  margin-top: 40px;
  max-width: 153px;
}
.template-game-filter-wrap {
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
  background: rgba(53, 61, 79, 0.3);
  border-radius: 8px;
  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: #2b3242;
}
.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: #1e222e;
}
.template-providers-drop a {
  font-size: 12px;
  padding: 5px;
  color: #fff;
}
.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: linear-gradient(180deg, #ff6e40, #e02937);
  width: 56px;
  height: 56px;
  display: block;
}
.template-game .game-play svg {
  width: 56px;
  height: 56px;
}
.template-game .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.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: 24px;
  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: hsla(0, 0%, 100%, 0.65);
}
.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: 170px;
  background: linear-gradient(0deg, #0053f4, #00abf4);

  border-bottom: 4px solid #003eb5;
}
.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: hsla(0, 0%, 100%, 0.65);
  font-weight: 400;
}
.entry-content a {
  color: linear-gradient(180deg, #ff6e40, #e02937);
}
.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: none;
}
.entry-content table img {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry-content table td,
.entry-content table th {
  padding: 10px;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.65);
}
.entry-content table tr:first-child {
  background: #1e222e;
}
.entry-content table tr:first-child td,
.entry-content table tr:first-child th {
  color: hsla(0, 0%, 100%, 0.65);
  font-weight: 400;
}
.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: 48px 0 40px;
}
.template-promotions {
  background: url(assets/images/1680/bgpromopage.jpg) 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%;
}

.biggest-title span {
  font-family: "Druk Wide Cy Web Bold";
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  color: white;
}
.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(53, 61, 79, 0.3);
  padding: 3px;
  border-radius: 51px;
}
.template-promotions-switchers .promo-switch {
  border-radius: 51px;
  background: rgba(53, 61, 79, 0.3);
  color: hsla(0, 0%, 100%, 0.65);
  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: #1e222e;
  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: 137px;
}
.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: hsla(0, 0%, 100%, 0.65);
}
.swiper-partners {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 0 60px;
}
.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(-100%);
  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.2509803922);
  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.2509803922);
  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: #1e222e;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.languages-dd a {
  padding: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s background-color;
  border-radius: 12px;
}
.languages-dd a:hover {
  background: #1e222e;
}
.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-color: rgba(53, 61, 79, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 12px;
  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: linear-gradient(180deg, #ff6e40, #e02937);
}
.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.2509803922);
  margin-bottom: 16px;
  width: 100%;
  border-radius: 12px;
  background: #2b3242;
  border: none;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2509803922);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2509803922);
}
.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: hsla(0, 0%, 100%, 0.65);
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.info .text a {
  color: #f24324;
}
.contact-block {
  background: rgba(53, 61, 79, 0.3);
  padding: 40px;
  margin: 16px 0 24px;
  border-radius: 12px;
}
.breadcrumbs {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: hsla(0, 0%, 100%, 0.65);
}
.breadcrumbs a {
  color: #1683ff;
}
.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: 56px;
  height: 4px;
  background: hsla(0, 0%, 100%, 0.65);
  opacity: 1;
  border-radius: 8px;
}
.swiper-pagination-main .swiper-pagination-bullet-active {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
}
.template-single-header {
  padding: 12px 0;
}
.favorites {
  display: flex;
  gap: 8px;
}
.template-single-right-sidebar {
  position: fixed;
  background: rgba(53, 61, 79, 0.3);
  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 {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
}
.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(53, 61, 79, 0.3);
  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: #1e222e;
  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: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  line-height: 24px;
}
.all_com_pr {
  color: #fff;
}
.all_com_pr span:before {
  color: linear-gradient(180deg, #ff6e40, #e02937);
}
.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: linear-gradient(180deg, #ff6e40, #e02937);
  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: linear-gradient(180deg, #ff6e40, #e02937);
  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.4);
}
.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 {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
  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(53, 61, 79, 0.3);
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #fff;
}
.comment-item .dashicons-star-filled {
  color: linear-gradient(180deg, #ff6e40, #e02937);
}
.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.2509803922);
  margin-bottom: 16px;
  width: 100%;
  border-radius: 12px;
  background: #2b3242;
  border: none;
}
.form-control input::-moz-placeholder,
.form-control textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2509803922);
}
.form-control input::placeholder,
.form-control textarea::placeholder {
  color: rgba(255, 255, 255, 0.2509803922);
}
.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: 30px;
  }
  .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-banner .swiper-wrapper {
    height: 420px;
  }
  .template-slide-caption .title {
    font-size: 42px;
    line-height: 52px;
  }
  .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-banner .swiper-wrapper {
    height: 360px;
  }
  .template-slide-caption {
    left: 12%;
  }
  .template-slide-caption .title {
    font-size: 32px;
    line-height: 40px;
  }
  .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-slide-caption .title {
    font-size: 26px;
    margin: 16px 0 20px;
    line-height: 32px;
  }
  .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;
    height: 24px;
  }
}
@media (min-width: 1200px) {
	.header {
  left: 0;
  position: absolute;
	padding-left:240px;
  top: 0;
  width: 100%;
  z-index: 100;
}
  .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;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
}
.btn-main:hover {
  background: #ff442b;
}
.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: 152px;
  max-height: 48px;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  min-width: 100px;
  background: linear-gradient(0deg, #0053f4, #00abf4);

  border-bottom: 4px solid #003eb5;
}
.template-promotions-caption .btn.btn-main {
  background: linear-gradient(0deg, #0053f4, #00abf4);
  border-bottom: 4px solid #003eb5;
}
.template-providers-button {
  align-items: center;
  background: #2b3242;
  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(53, 61, 79, 0.3);
}
.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;
}
.licenses img {
  object-fit: contain;
}
.modal__content-wrapper .search-open-js {
  height: 48px;
  overflow: hidden;
  padding: 0 16px;
  align-items: center;
  background: #2b3242;
  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: hsla(0, 0%, 100%, 0.65);
  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: hsla(0, 0%, 100%, 0.65);
  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: #2e2e3b !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 svg {
  height: 25px;
}
.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: #2b3242;
  border-radius: 8px;
  height: 56px;
  padding: 0;
  transition: background 0.3s ease;
}

.swiper-slots .swiper-button-next,
.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-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;
}
.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;
}
.bonus-row > a {
  display: none;
}
.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: #1683ff;
  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: #fff;
  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%;
}
.btn-show:hover {
  background: #1e222e;
}
.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;
}

.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:after {
  background: hsla(0, 0%, 100%, 0.12);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.promotions-categories .promotions-categories__button {
  color: hsla(0, 0%, 100%, 0.65);
  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;
}
.promotions-categories .promotions-categories__button--active:after,
.promotions-categories__button_active:after {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
  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 {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
  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: 24px 0 0 56px;
}
.faq-item .question {
  background: #2b3242;
}
.faq-item .question:hover {
  border-radius: 12px;
  background: #2e2e3b;
}
@media (min-width: 1200px) {
  .wrapper-from-sidebar {
    margin-left: 240px;
  }
  .burger.header-burger {
    display: none;
  }
  .main__sidebar .close-burger {
    display: none;
  }
  .main__sidebar {
    left: 0;
    top: 0;
    background-color: #242a38;
  }
}
@media (max-width: 1200px) {
	.header {

	padding-left:0;

}
  .main__sidebar .close-burger {
    display: block;
  }
  .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: #2b3242;
    border-radius: 12px;
    bottom: calc(100% + 8px);
    left: 0;
    max-height: 320px;
    overflow: auto;
    padding: 8px;

    width: 240px;
    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: linear-gradient(180deg, #ff6e40, #e02937);
  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(53, 61, 79, 0.3);
  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;
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(0deg, #0053f4, #00abf4);
  border-top: 4px solid transparent;
  border-bottom: 4px solid #003eb5 !important;
  border: none;
  color: #fff;
  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;
}
.page .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .about-title {
  flex-basis: 100%;
}
.layout-page {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 0;
  width: 100%;
}
.sidebar-right-menu-page .menu {
  background: rgba(53, 61, 79, 0.3);
  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: #1e222e;
  color: #1683ff;
}
.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 {
  border-bottom: 4px solid #a3222c;
  background: linear-gradient(180deg, #ff6e40, #e02937);
}
.sidebar-right-menu-page {
  flex: 1 1 256px;
  margin: 0;
  max-width: 256px;
  border-radius: 12px;
}
.content-page {
  background: rgba(53, 61, 79, 0.3);
  border-radius: 12px;
  flex: 1;
  padding: 40px 40px 56px;
}

@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;
  }
  .layout-page {
    margin-bottom: 120px;
  }
}

.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: #2b3242;
  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]) {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.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.2509803922);
  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-banner .swiper-wrapper {
    height: 400px;
  }
  .template-slide-caption .title {
    font-size: 42px;
    line-height: 52px;
  }
  .template-slide-caption .pre-title {
    font-size: 20px;
    line-height: 30px;
  }
  .template-slide-caption .after-title {
    font-size: 16px;
    line-height: 24px;
  }
  .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;
}
.template-providers::after {
  background: linear-gradient(
    270deg,
    rgba(53, 61, 79, 0.3),
    rgba(26, 26, 34, 0)
  );
  content: "";
  z-index: 22;
  height: 48px;
  left: -48px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 48px;
}
.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(53, 61, 79, 0.3);
    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: hsla(0, 0%, 100%, 0.65);
    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;
  }
  .template-slide-caption .title {
    font-size: 32px;
    line-height: 40px;
  }
  .header .container,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .search-open-js {
    margin-left: 16px;
  }
  .template-banner .swiper-wrapper {
    height: 360px;
  }
  .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) {
  .panel {
    background: rgba(53, 61, 79, 0.3);
    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) i {
    align-items: center;
    border-bottom: 4px solid #a3222c;
    background: linear-gradient(180deg, #ff6e40, #e02937);
    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: white;
  }
  .panel .panel__link {
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
    color: hsla(0, 0%, 100%, 0.65);
    display: flex;
  }
  .panel .panel__link i {
    font-size: 22px;
    margin-right: 5px;
    line-height: 18px;
    color: hsla(0, 0%, 100%, 0.65);
  }
  .panel .panel__link {
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
    color: hsla(0, 0%, 100%, 0.65);
  }
  .menu-item-list span {
    padding: 0;
    border-bottom: none;
  }
}
.img-logo-sidebar {
  display: 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;
  }
  .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, #0d1017, 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-banner .swiper-wrapper {
    height: 320px;
  }
  .template-slide-caption {
    max-width: 343px;
    padding: 40px 16px;
  }
  .template-slide-caption .after-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px !important;
    display: block;
  }
  .template-slide-caption .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 12px 0 0;
  }
  .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 !important;
}
.burger.close-burger img {
  width: 11px;
}
@media (max-width: 576px) {
  .header-right-btns .btn.btn-border {
    display: none;
  }
  .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;
}
::webkit-scrollbar {
  width: 0;
}
.main__sidebar {
  overflow-y: scroll;
}

.main__sidebar-active {
  left: 0;
  top: 0;
  background-color: #242a38;
}
.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;
}
.faq_title {
  padding-top: 20px;
  padding-left: 20px;
}
.template-slide-caption {
  z-index: 777;
}
.template-footer .logo .footer-logo img {
  max-height: 28px !important;
}
table {
  width: 100%;
}
.entry-content .aligncenter {
  text-align: center;
}
@media (max-width: 768px) {
  .img-logo-sidebar {
    max-height: 40px;
  }
}
.template-footer .logo .footer-logo img {
  max-height: 28px !important;
}
.header-burger {
  margin-right: 1rem;
}
table {
  overflow-x: auto;
  width: 100%;
}

@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;
  }
}
.template-promotions {
  position: relative;
}
.template-promotions .container {
  position: relative;
  z-index: 1;
}
.overlay-bonus-bg {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.5;
}
.game-play svg {
  fill: #1683ff;
}
.template-promotions-caption .btn {
  max-width: 197px !important;
}
.custom-logo-link img {
  height: 40px;
  margin-right: 20px;
}
.entry-content ol:not([type]),
.entry-content ul:not([type]) {
  list-style: inherit;
  padding-left: 20px;
}
.entry-content a,
.dashicons-star-filled:before {
  color: #1683ff;
}
table {
  overflow-x: auto;
  width: 100%;
}

@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;
  }
}
figure.wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1em 0px;
  max-width: 90vw;
}
.template-promotions {
	position:relative;
}
.template-promotions:after {
    background: linear-gradient(0deg, #1c212c, rgba(28, 33, 44, 0));
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.sidebar-right-menu-page {
	display:none;
} 
/* styles scrollbar */
*::-webkit-scrollbar-track {
  background: grey;
}

::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: 3px solid;
} 
table {
	overflow-x:auto;
	width:100%;
}

@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;
}
} 
.game.looped__game {
	background-position: center !important;
}
.sidebar-menu-wout-images ul {
	list-style:none !important;
}