@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@font-face {
  font-family: "Hero New";
  font-style: normal;
  font-weight: normal;
  src: local("Hero New Regular"),
    url("assets/fonts/Hero New Regular.woff") format("woff");
}
@font-face {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 600;
  src: local("Hero New SemiBold"),
    url("assets/fonts/Hero New SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 700;
  src: local("Hero New Bold"),
    url("assets/fonts/Hero New Bold.woff") format("woff");
}
@font-face {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 900;
  src: local("Hero New ExtraBold"),
    url("assets/fonts/Hero New ExtraBold.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Hero New";
}
*::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
*::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
  margin: 0;
}
* ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
  margin: 0;
}
a {
  text-decoration: none;
}
body {
  background: linear-gradient(180deg, #133f6c 19.93%, #131b43 55.61%, #141729);
}
.btn,
.submit {
  white-space: nowrap;
  align-items: center;
  background: #ba9d64 linear-gradient(90deg, #ba9d64, #fbe3a3 95.95%);
  border: none;
  border-radius: 30px;
  color: #03213e;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0;
  min-height: 40px;
  min-width: 105px;
  outline: none;
  padding: 5px 25px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
}
.btn-login {
  background: #222535;
  color: #fff;
}
.ld-container {
  padding: 0 30px;
}
.ld-sidebar {
  background: #1a1e31;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 180px;
  padding: 40px 18px 25px;
}
.ld-sidebar-logo {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.ld-sidebar-btn {
  justify-content: center;
  display: flex;
  margin: 0 0 8px 0;
}
.ld-sidebar-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ld-sidebar-menu a {
  font-weight: 600;
  color: #fff;
  padding: 8px 0;
  display: block;
  transition: 0.3s color;
}
.ld-sidebar-menu a:hover {
  color: #fbe3a3;
}
.ld-sidebar-menu .current-menu-item a {
  color: #fbe3a3;
}
.btn-app {
  background: linear-gradient(267.28deg, #26293b 0.96%, #555866 93.07%);
  border: 2px solid #737581;
  min-height: 40px;
  border-radius: 32px;
  margin: 24px 0 0 0;
}
.btn-app span {
  font-size: 12px;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: linear-gradient(180deg, #fbe3a3, #bb9e65);
  -webkit-background-clip: text;
  background-clip: text;
}
.ld-langs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ld-current-lang {
  width: 100%;
  display: flex;
  align-items: center;
  background: #22263c;
  border: none;
  padding: 10px 18px;
  justify-content: space-between;
  cursor: pointer;
}
.ld-current-lang svg {
  color: #fff;
  width: 12px;
  height: 12px;
}
.ld-current-lang span {
  color: #fff;
  font-weight: bolder;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ld-dropped-langs {
  display: flex;
  align-items: flex-start;
  position: absolute;
  flex-wrap: wrap;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 100px;
  overflow-y: auto;
  margin-right: -5px;
  gap: 5px;
  background: #21263d;
  max-width: 180px;
  width: 100%;
  transition: 0.3s;
}
.ld-dropped-langs-active {
  opacity: 1;
  bottom: 100%;
  z-index: 500;
  visibility: visible;
}
.ld-lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 5px;
  width: 100%;
  cursor: pointer;
  max-width: calc(100% / 4 - 5px);
}
.ld-main {
  padding: 0 0 0 180px;
  min-height: 100vh;
}
.ld-top-banner .ld-swiper-slide {
  height: 430px;
}
.ld-swiper-slide {
  position: relative;
  border-radius: 32px;
  min-height: 430px;
}
.ld-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.ld-swiper-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  padding: 35px 20px;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}
.ld-title {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ld-big-title {
  font-weight: bolder;
  color: #fff;
  font-size: 64px;
  text-align: center;
  line-height: 1;
  text-shadow: 0 2px 2px #00000040;
}
.ld-sub-title {
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 800;
}
.ld-swiper-btn {
  font-size: 24px !important;
  min-height: 60px;
  margin-top: 30px;
  animation: pulseBtn 1.5s infinite;
  text-transform: uppercase;
}
.ld-cats {
  margin-top: 20px;
  margin-bottom: 36px;
}
.ld-cats .ld-container {
  position: relative;
}
.ld-cats-row {
  display: flex;
  justify-content: space-between;
}
.ld-cats-list {
  display: flex;
  gap: 10px;
}
.ld-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #002854;
  border-radius: 30px;
  font-size: 12px;
  white-space: nowrap;
  padding: 4px 10px;
  min-height: 44px;
  transition: border-color 0.3s ease;
  color: #fff;
  min-width: 105px;
  justify-content: center;
  font-weight: bolder;
}
.ld-cat-active {
  border: 1px solid #31a1ba;
}
.ld-providers {
  display: flex;
  gap: 10px;
  min-width: 450px;
}
.ld-providers .btn {
  display: flex;
  gap: 10px;
  height: 44px;
  background: #002854;
  color: rgba(231, 235, 240, 0.6);
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #002854;
  min-width: 140px;
  padding: 8px 13px 8px 17px;
  justify-content: flex-start;
  transition: 0.3s color, 0.3s border-color;
}
.ld-providers .btn:hover {
  border: 1px solid #31a1ba;
  color: #fff;
}
.ld-providers .ld-providers-dropdown {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.ld-providers .ld-providers-dropdown svg {
  width: 12px;
  height: 12px;
}
.ld-providers .ld-search-btn {
  max-width: 550px;
  flex-grow: 1;
}
.ld-providers-dropdown-row {
  position: absolute;
  top: 100%;
  margin: 8px 0 0 0;
  overflow-y: auto;
  left: 30px;
  width: 100%;
  max-width: 1450px;
  padding: 10px;
  height: 300px;
  background: #1a1e31;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s visibility;
}
.ld-providers-dropdown-row-active {
  opacity: 1;
  z-index: 500;
  visibility: visible;
}
.ld-provider {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  background: #21263d;
  border: 1px solid #21263d;
  padding: 8px 8px 6px;
  text-transform: capitalize;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  gap: 10px;
}
.ld-games {
  margin-bottom: 36px;
}
.ld-section-title {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}
.ld-section-title span {
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
}
.ld-section-title a {
  color: #d2d8e0;
  font-size: 16px;
  transition: 0.3s color;
}
.ld-section-title a:hover {
  color: #fbe3a3;
}
.ld-games .ld-container {
  padding: 0 0 0 30px;
}
.ld-games .ld-section-title a {
  padding: 0 30px 0 0;
}
.ld-game-looped {
  position: relative;
  width: 247px !important;
  min-height: auto;
}
.ld-game-looped .ld-game-caption {
  margin: 10px 0 0 0;
  text-align: left;
  align-items: flex-start;
}
.ld-game-looped .ld-game-title {
  text-align: left;
  color: #fff;
  font-size: 14px;
  display: block;
}
.ld-game-looped img {
  width: 100%;
  height: 247px;
  border-radius: 10px;
}
.ld-game-looped:hover .btn {
  opacity: 1;
}
.ld-game-looped:hover img {
  opacity: 0.75;
}
.ld-game-looped .btn {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.ld-large-game-looped {
  width: 297px !important;
  background: #121d38;
  min-height: 320px;
  border-radius: 10px;
}

.first-games-slider .ld-large-game-looped {
	  height: 300px;
}
.ld-large-game-looped .ld-game-title {
  text-align: center;
}
.ld-large-game-looped .ld-game-caption {
  align-items: center;
  margin: 40px 0 0 0;
}
.ld-games-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -20px;
}
.ld-games-wrap .ld-game-looped {
  width: 100%;
  max-width: calc(100% / 6 - 20px);
}
.ld-game-looped-image {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: 10px 10px 0 0;
}
.ld-game-looped-image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: 0.3s opacity;
}
.ld-game-looped-image::after {
  background: linear-gradient(
    179.42deg,
    rgba(19, 28, 56, 0) 6.06%,
    #131c38 99.62%
  );
  bottom: 0;
  content: "";
  height: 55%;
  left: 0;
  position: absolute;
  width: 100%;
}
.ld-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 100%;
  z-index: 505;
}
.ld-controls::before {
  content: "";
  background: linear-gradient(270deg, #143762 0.9%, rgba(20, 55, 98, 0));
  width: 75px;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 400;
  right: 0;
}
.ld-button {
  cursor: pointer;
  background: linear-gradient(90deg, #ba9d64, #fbe3a3 95.95%);
  color: #03213e;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 510;
}
.ld-button:last-child {
  margin-bottom: 0;
}
.ld-game-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0 0;
}
.ld-jackpot-summ {
  background: #fbe3a3;
  border-radius: 5px;
  min-width: 105px;
  display: inline-flex;
  margin: 10px auto;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  padding: 4px 12px;
}
.ld-jackpots {
  margin-bottom: 32px;
}
.ld-swiper-slide-promo {
  position: relative;
  background: #121c38;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 390px !important;
}
.ld-swiper-slide-promo img {
  border-radius: 10px;
  height: 206px;
  width: 100%;
  object-fit: cover;
}
.read-more-ld-content {
  text-align: center;
  color: #fbe3a3;
  width: 100%;
  margin: 16px auto 32px;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.ld-swiper-slide-header {
  padding: 13px 8px;
}
.ld-swiper-slide-header .ld-title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #fbe3a3;
  text-transform: unset;
  letter-spacing: unset;
}
.ld-swiper-slide-header .ld-bonus-title {
  font-size: 26px;
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
	
}
.ld-promotions {
  margin-bottom: 32px;
}
.ld-provider-item {
  display: block;
  width: 251px;
  height: 251px;
  position: relative;
}
.ld-provider-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: block;
  padding: 50px;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.ld-contact-form {
  width: 100%;
  margin: 15px auto;
	width:600px;
	margin-left:0;
}
.ld-form-group {
  width: 100%;
}
.ld-form-group:nth-child(3) {
  display: none;
}
.ld-form-input {
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #31a1ba;
  display: block;
  margin: 0 0 15px 0;
}
.ld-frame-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.ld-slot-heading {
  background: #656d7d;
  color: #ffffff;
  font-size: 16px;
  font-weight: bolder;
  padding: 8px;
  border-radius: 8px 8px 0 0;
}
.ld-frame-itself {
  border-radius: 0 0 8px 8px;
  width: 100%;
  max-width: 100%;
  height: 450px;
  background: #121c38;
  position: relative;
}
.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
}
.ld-frame-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100px;
}
.ld-404 {
  position: relative;
}
.ld-404-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 680px;
  text-align: center;
}
.ld-404-title {
  font-weight: bolder;
  color: #fff;
  font-size: 26px;
  padding-bottom: 30px;
}
.ld-404-descr {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 30px;
}
.ld-overlay-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
#breadcrumbs {
  padding: 15px 0;
}
.ld-content-min-height {
  height: 160px;
  overflow: hidden;
}
.ld-content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.ld-content h1,
.ld-content h2,
.ld-content h3,
.ld-content h4,
.ld-content h5 {
  color: #fff;
  margin-bottom: 20px;
	line-height:1.6;
}
.ld-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.ld-content ul,
.ld-content ol {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.ld-content ol {
    padding: 2px 0 0 28px;
}
.ld-content li {
  font-size: 14px;
  line-height: 2;
}
.ld-content a {
  color: #fbe3a3;
}
.ld-content table {
  border: 1px solid #fff;
  border-collapse: collapse;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
}
.ld-content th {
  background: #323755;
}
.ld-content td,
.ld-content th {
  padding: 15px;
  border: 1px solid #fff;
}
.ld-content td img,
.ld-content th img {
  width: 100px;
  object-fit: contain;
}
.ld-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.ld-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.ld-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.ld-content-active {
  height: auto;
  overflow: visible;
}
.ld-footer {
  padding: 75px 0 40px;
  position: relative;
  z-index: 1;
}
.ld-footer::before {
  background: linear-gradient(
    180deg,
    rgba(20, 63, 108, 0.5),
    rgba(26, 30, 49, 0)
  );
  background-blend-mode: lighten;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ld-footer-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 15px;
}
.ld-footer-menu a {
  color: #fff;
  opacity: 0.75;
  font-size: 12px;
  transition: 0.3s color;
}
.ld-footer-menu a:hover {
  color: #fbe3a3;
}
.ld-footer-menu-top a {
  font-size: 14px;
  opacity: 1;
  font-weight: bolder;
}
.ld-small-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1300px;
}
.ld-footer-partners {
  padding: 34px 0 50px 0;
  text-align: center;
}
.ld-footer-title {
  color: #bb9e65;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 16px;
  text-align: center;
}
.ld-footer-partners-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.ld-footer-partners-list a {
  width: 80px;
  height: 40px;
  padding: 3px 5px;
}
.ld-footer-partners-list a:hover img {
  filter: grayscale(0);
}
.ld-footer-partners-list a img {
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(1);
}
.ld-footer-studios-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.ld-footer-studios-list a {
  height: 53px;
  width: 115px;
  display: flex;
  align-items: center;
}
.ld-footer-studios-list a img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.ld-show-more {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  color: #f2d27f;
  justify-content: center;
  font-size: 16px;
  align-items: flex-start;
}
.ld-footer-license {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.ld-footer-copyright {
  text-align: center;
}
.ld-footer-copyright p {
  color: #656d7d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}
.ld-footer-copyright p a {
  color: #fbe3a3;
}
.ld-vip {
  background: #fff url(assets/img/vipback.png) no-repeat;
  background-size: contain;
  background-position: 0 0;
  padding: 45px 0 0 0;
  position: relative;
}
.ld-vip a {
  color: #e4b846;
}
.ld-content-vip {
  padding: 54px 0;
}
.ld-vip-content {
  padding: 0 30px;
  color: #0e4a65;
}
.ld-vip-content ul,
.ld-vip-content ol {
  padding: 0 0 0 20px;
}
.ld-vip-content p {
  font-size: 22px;
  margin: 12px 0;
}
.vip-map {
  background: url(assets/img/bgmap.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.vip-map img {
  display: block;
  text-align: center;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}
.vip-map::before {
  background: linear-gradient(#fff, #fff 10%, transparent);
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.ld-vip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.ld-vip-list {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.ld-promotion-page-block {
  margin: 40px 0;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  position: relative;
}
.ld-promotion-page-block:before {
  background: linear-gradient(
    90deg,
    #131c38,
    #131c38 35%,
    rgba(19, 28, 56, 0) 70%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  border-radius: 8px 0 0 8px;
}
.ld-promo-caption {
  padding: 0 40px;
  position: relative;
  z-index: 50;
}
.ld-promo-caption .ld-title {
  color: #fbe3a3;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.ld-promo-caption .ld-bonus-title {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bolder;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}
.ld-promo-buttons {
  display: flex;
  gap: 20px;
}
.ld-promo-buttons .btn {
  font-size: 20px;
  min-height: 52px;
  min-width: 190px;
  opacity: 0.95;
  transition: 0.3s opacity;
}
.ld-promo-buttons .btn:hover {
  opacity: 1;
}
.btn-more-info {
  background: #324383;
  color: #fff;
}
.ld-page {
  padding: 40px 0;
}
.ld-page h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 4px 4px #38383831;
  line-height: 1.5;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 18px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #fbe3a3;
  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: #fbe3a3;
  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area {
  margin: 3rem 0;
  color: #fff;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  background: #fff;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: none;
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  background: #fbe3a3;
  border-radius: 8px;
  color: #222;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  padding: 1.5rem;
  background: #222535;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.comments-area .comment-list li .commentmetadata {
  display: none;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-form-email {
  display: none;
}
.dashicons-star-filled {
  color: #fbe3a3 !important;
}
@-webkit-keyframes pulseBtn {
  0%,
  to {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pulseBtn {
  0%,
  to {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.ld-sibebar-logo-mobile {
  display: none;
}
.ld-burger {
  display: none;
}
.ld-mobile-switcher {
  display: none;
}
@media (max-width: 1850px) {
  .ld-game-looped {
    width: calc(100% / 7) !important;
  }
  .ld-game-looped img {
    height: 200px;
  }
  .ld-large-game-looped {
    width: calc(100% / 6) !important;
    height: 330px;
  }
	.first-games-slider .ld-large-game-looped {
		   height: 300px;
	}
  .ld-large-game-looped .ld-game-looped-image img {
    height: 100%;
  }
  .ld-large-game-looped .ld-game-caption {
    margin: 15px 0 0 0;
  }
  .ld-swiper-slide-promo {
    width: calc(100% / 4 - 3.2%) !important;
  }
  .ld-main {
    overflow: hidden;
  }
  .ld-provider-item {
    width: calc(100% / 6);
  }
}
@media (max-width: 1660px) {

  .ld-providers-dropdown-row {
    max-width: 95%;
  }
  .ld-swiper-caption {
    width: 100%;
    max-width: 850px;
  }
  .ld-large-game-looped {
    min-height: auto;
    height: 338px;
  }
	.first-games-slider .ld-large-game-looped {
		height:300px;
	}
  .ld-large-game-looped .ld-game-caption {
    margin: 30px 0 0 0;
  }
  .ld-jackpots .ld-game-looped .ld-game-caption {
    margin: 10px 0 0 0;
  }
  .ld-game-looped-image {
    height: 240px;
  }
  .ld-game-looped-image::after {
    height: 80%;
  }
  .ld-cats,
  .ld-games {
    margin-bottom: 28px;
  }
  .ld-swiper-slide-header .ld-title {
    font-size: 14px;
  }
  .ld-swiper-slide-header .ld-bonus-title {
    font-size: 20px;
  }
  .ld-swiper-slide-promo img {
    height: 180px;
  }
}
@media (max-width: 1440px) {
  .ld-section-title span {
    font-weight: 600;
    font-size: 22px;
  }
  .ld-large-game-looped {
    height: 304px;
  }
  .ld-large-game-looped .ld-game-caption {
    margin: 30px 0 0 0;
  }
  .ld-game-looped-image {
    height: 210px;
  }
}
@media (max-width: 1366px) {
  .ld-top-banner .ld-swiper-slide {
    height: 400px;
    min-height: auto;
  }
  .ld-providers {
    min-width: 420px;
  }
  .ld-large-game-looped {
    height: 295px;
    width: calc(100% / 6 + 0.7%) !important;
  }
	.first-games-slider .ld-large-game-looped {
    height: 295px;
   
  }
	
  .ld-provider-item {
    width: 153px;
    height: 153px;
  }
  .ld-provider-item img {
    padding: 23px;
  }
}
@media (max-width: 1280px) {
  .ld-footer-studios-list {
    max-width: 1040px;
  }
  .ld-game-looped-image {
    height: 189px;
  }
  .ld-large-game-looped {
    height: 274px;
  }
	.first-games-slider .ld-large-game-looped{
		height:255px;
	}
  .ld-game-looped .ld-game-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    width: 100%;
  }
  .ld-jackpots .ld-game-looped-image {
    height: 180px;
  }
  .ld-swiper-slide-promo {
    height: 343px;
    position: relative;
  }
  .ld-swiper-slide-promo img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px;
    border-radius: 20px;
  }
}
@media (max-width: 1240px) {
	.ld-footer {
  		padding: 75px 0 100px;
	}
  .ld-providers-dropdown-row {
    max-width: 80%;
  }
  .ld-burger {
    display: block;
    background: transparent;
    border: none;
    height: 22px;
    width: 22px;
	  z-index:777;
  }
  .ld-burger img {
    width: 100%;
    height: 100%;
  }
  .ld-sidebar-logo {
    display: none;
  }
  .ld-sibebar-logo-mobile {
    height: 37px;
    display: block;
  }
  .ld-sibebar-logo-mobile img {
    object-fit: contain;
  }
  .ld-sidebar-btn.btn-app {
    display: none;
  }
  .ld-sidebar {
    padding: 10px 20px;
    position: sticky;
    display: flex;
    max-width: 100%;
    align-items: center;
    height: 60px;
    z-index: 500;
    gap: 15px;
  }
  .ld-sidebar .btn {
    margin: 0;
    white-space: nowrap;
  }
  .ld-langs {
    position: static;
    width: 100%;
    max-width: 120px;
  }
  .ld-current-lang {
    max-width: 120px;
    justify-self: flex-end;
    background: transparent;
  }
  .ld-dropped-langs {
    top: -100%;
    left: unset;
    right: 20px;
  }
  .ld-dropped-langs-active {
    top: 100%;
    bottom: unset;
    max-width: 120px;
  }
  .ld-lang {
    max-width: calc(100% / 3 - 5px);
  }
  .ld-sidebar-menu {
    position: absolute;
    top: 60px;
    left: -100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #21263d;
    overflow-y: auto;
    height: 100vh;
    transition: 0.3s left;
  }
  .ld-sidebar-menu ul {
    width: 152px;
    align-items: flex-start;
  }
  .ld-sidebar-menu a {
    font-size: 12px;
    line-height: 1.3;
    padding: 11px 20px;
    text-align: left;
  }
  .ld-sidebar-menu-active {
    left: 0;
    opacity: 1;
    z-index: 500;
    visibility: visible;
  }
  .ld-logo-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 850px;
    gap: 25px;
  }
  .ld-main {
    padding: 0;
    overflow: hidden;
  }

  .ld-footer-copyright {
    padding: 0 10px;
  }
  .ld-providers {
    flex-wrap: wrap;
    min-width: 901px;
  }
  .ld-container {
    padding: 0 20px;
  }
  .ld-games .ld-container {
    padding: 0 0 0 20px;
  }
  .ld-mobile-switcher {
    display: flex;
    background: #1a1e31;
    border-top: 1px solid #e6e6e633;
    position: fixed;
	bottom:0;
	width:100%;
	z-index:888;
  }
  .ld-switch {
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 100%;
    flex-basis: 50%;
    flex-grow: 1;
    position: relative;
  }
  .ld-switch:first-child:before {
    background: #fbe3a3;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: height 0.3s ease;
    width: 100%;
  }
  .ld-cats-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
	
  .ld-404-caption {
    padding: 10px;
    left: 0;
  }
  .ld-logo-picture img {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
  }
  .ld-cats-row {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ld-small-container {
    padding: 0 15px;
  }
  .ld-games-wrap .ld-game-looped {
    max-width: calc(100% / 5 - 20px);
  }
  .ld-big-title {
    font-size: 44px;
  }
  .ld-game-looped {
    width: calc(100% / 5 + 1.5%) !important;
  }
  .ld-large-game-looped {
    width: calc(100% / 5 + 1.5%) !important;
  }
  .ld-swiper-slide-header .ld-title {
    font-size: 12px;
  }
  .ld-swiper-slide-header .ld-bonus-title {
    font-size: 14px;
  }
  .ld-swiper-slide-promo {
    height: 320px;
  }

  .ld-provider-item {
    width: 134px;
    height: 134px;
  }
  .ld-current-lang {
    padding: 10px 0;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .ld-game-looped .ld-game-title {
    max-width: 130px;
    padding: 0;
  }
  .ld-big-title {
    font-size: 42px;
  }
  .ld-games-wrap .ld-game-looped {
    max-width: calc(100% / 4 - 20px);
  }
  .ld-footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
  }
  .ld-promo-buttons {
    flex-wrap: wrap;
  }
  .ld-promotion-page-block {
    padding: 20px 0;
  }
  .ld-large-game-looped {
    height: 250px;
  }
	.first-games-slider .ld-large-game-looped{
		height:230px;
	}
  .ld-game-looped-image {
    height: 170px;
  }
  .ld-jackpots .ld-game-looped-image {
    height: 170px;
  }
}
@media (max-width: 755px) {
  .ld-games .ld-container {
    padding: 0 20px;
  }

  .ld-large-game-looped {
    width: calc(100% / 3 + 8%) !important;
  }

  .ld-controls::before {
    opacity: 0.5;
  }
  .ld-sidebar {
    position: fixed;
    height: 60px;
    bottom: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .ld-logo-mobile {
    max-width: 100%;
    justify-content: flex-end;
  }
  .ld-sidebar-menu-active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    padding: 40px 0;
  }
  .ld-sibebar-logo-mobile {
    display: none;
  }
  .ld-langs {
    display: none;
  }
}
@media (max-width: 660px) {
  .ld-top-banner .ld-swiper-slide {
    height: 300px;
  }
  .ld-cats-list {
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
  }
  .ld-cat {
    min-width: auto;
  }
  .btn-app {
    display: none;
  }
  .ld-swiper-caption {
    width: 100%;
    padding: 0 15px;
  }
  .ld-providers {
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 100%;
  }
  .ld-providers .ld-search-btn {
    max-width: 100%;
    width: 100%;
    min-width: 100px;
  }
  .ld-container {
    padding: 0 10px;
  }
  .ld-games-wrap .ld-game-looped {
    max-width: calc(100% / 3 - 20px);
  }
  .ld-title {
    font-size: 14px;
  }
  .ld-big-title {
    font-size: 30px;
  }
  .ld-swiper-btn {
    font-size: 12px !important;
    margin-top: 15px;
    padding: 8px 40px !important;
  }
  .ld-games .ld-container {
    padding: 0 0 0 10px;
  }
  .ld-swiper-slide-promo {
    height: 307px;
    width: calc(100% / 2 + 35%) !important;
  }
  .ld-swiper-slide-promo img {
    height: 179px;
  }
  .ld-swiper-slide-header .ld-title {
    font-size: 18px;
  }
 
  .ld-jackpots .ld-game-looped-image {
    height: 150px;
  }
}
@media (max-width: 520px) {
  .ld-game-looped {
    width: calc(100% / 3 + 1.5%) !important;
  }
  .ld-games .ld-section-title a {
    padding: 0 10px 0 0;
  }
  .ld-section-title {
    margin-bottom: 12px;
  }
  .ld-section-title span {
    font-size: 16px;
  }
  .ld-section-title a {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
    padding: 5px 15px;
    min-height: 35px;
  }
  .ld-games-wrap .ld-game-looped {
    max-width: calc(100% / 2 - 20px);
  }
}
.wp-block-image {
  margin-bottom: 20px;
}
.ld-burger i {
  font-size: 24px;
}
.question {
  position: relative;
}
.question::after {
  content: "❮";
  position: absolute;
  right:15px;
  top: 10px;
  transform: rotate(-180deg) translate(-50%);
  color: #184e85;
}
.active__question.question::after {
  transform: rotate(-90deg);
}
.drop-title-js p {
  padding-right: 30px !important;
}
table {
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 768px) and (min-width: 660px) {
  .ld-providers .ld-search-btn {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .ld-swiper-slide-promo {
    width: calc(100% / 2 - 3.2%) !important;
  }
  .ld-game-looped img {
    height: 150px;
  }
  iframe {
    width: 100% !important;
  }
  .entry-content .alignright,
  .entry__content .alignright,
  .entry__content .alignleft,
  .entry-content .alignleft,
  .alignleft,
  .alignright,
  .ld-content .alignright,
  .ld-content .alignleft,
  .ld-content .aligncenter {
    float: none !important;
    margin: 1rem auto;
    width: auto !important;
	 text-align: center;
    display: block;
  }
  table {
    display: block;
  }
}
@media (max-width: 576px) {
	.ld-footer-partners-list {
		gap: 10px;
	}
	.ld-swiper-slide-header .ld-bonus-title {
    font-size: 16px;
}
	.ld-promo-caption .ld-bonus-title {
		font-size: 22px; 
	}
	.ld-promo-buttons .btn {
		min-height: 42px;
	}
  .ld-footer-studios-list a {
    height: 23px;
    width: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 440px) {
	
  .ld-swiper-slide-promo {
    width: 100% !important;
  }
}
@media (max-width: 420px) {
  .ld-games .ld-container {
    padding: 0 10px 0 10px;
  }
  .ld-game-looped {
    width: calc(100% / 2 + 1.5%) !important;
  }
}
/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
}

.ld-bonus-title,
.ld-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}
body .ld-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 100%;
  z-index: 505;
}
.ld-button {
  cursor: pointer;
  background: linear-gradient(90deg, #ba9d64, #fbe3a3 95.95%);
  color: #03213e;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 510;
}
.swiper-button-next, .swiper-button-prev {
	top: auto !important; 
	margin-top: 0 !important;
}
.swiper-rtl .swiper-button-next, .swiper-rtl .swiper-button-prev,.swiper-button-next,.ld-button.swiper-button-next{
    right: 0 !important;
    left: 0 !important;
}
.ld-button .swiper-button-prev, .swiper-button-prev{
    left: 0 !important;
}
.com_star span:first-child{
	display:none;
}
.ld-swiper-slide-header {
    min-height: 130px;
}
