@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-light.woff2") format("woff2"), url("/static/fonts/exo2-light.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-regular.woff2") format("woff2"), url("/static/fonts/exo2-regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-medium.woff2") format("woff2"), url("/static/fonts/exo2-medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-bold.woff2") format("woff2"), url("/static/fonts/exo2-bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 800;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-extrabold.woff2") format("woff2"), url("/static/fonts/exo2-extrabold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Exo2";
  font-display: swap;
  src: url("/static/fonts/exo2-black.woff2") format("woff2"), url("/static/fonts/exo2-black.woff") format("woff");
}
/* stylelint-disable */
.kllg-overlay {
  position: fixed;
  height: 100%;
  right: 0;
  top: var(--header-height);
  bottom: 64px;
  left: 0;
  z-index: 30;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(39, 50, 59, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.kllg-overlay::-webkit-scrollbar {
  display: none;
}
.kllg-overlay.active {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}

:root {
  --body-bg: linear-gradient(to bottom, rgb(253 253 253) 0%, rgb(255 255 255) 30%);
  --body-font-size: 16px;
  --content-width: 1080px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 89px;
  --scrollbar-thumb: #3798ff;
  --scrollbar-track: #18040d;
  --scrollbar-track-hover: #18040d;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Exo2" , sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 78, 62, 0;
  --cl-d: 233, 215, 185;
  --cl-e: 161, 218, 182;
  --cl-f: 147, 189, 235;
  --cl-g: 246, 246, 246;
  --cl-h: 49, 49, 49;
  --cl-j: 85, 85, 85;
  --cl-k: 60, 60, 60;
  --cl-l: 78, 78, 78;
  --cl-m: 98, 98, 98;
  --cl-n: 83, 83, 83;
  --cl-o: 44, 141, 182;
  --cl-p: 181, 91, 239;
  --cl-q: 153, 148, 179;
  --cl-r: 55, 64, 101;
  --cl-s: 98, 159, 223;
  --cl-t: 236, 28, 0;
  --cl-u: 35, 150, 247;
  --cl-v: 248, 248, 248;
  --cl-w: 0, 78, 210;
  --cl-x: 11, 78, 26;
  --cl-y: 170, 170, 170;
  --cl-z: 25, 117, 209;
  --cr-a: 139, 139, 139;
  --cr-b: 44, 91, 116;
  --cr-c: 40, 62, 74;
  --cr-d: 75, 75, 75;
  --cr-e: 62, 135, 102;
  --cr-f: 57, 71, 98;
  --cr-g: 63, 194, 41;
  --cr-h: 19, 132, 236;
  --cr-j: 88, 104, 133;
  --cr-k: 25, 44, 93;
  --cr-l: 32, 32, 32;
  --cr-m: 162, 129, 0;
  --cr-n: 68, 68, 68;
  --cr-o: 35, 30, 40;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 55, 152, 255;
  --bg-d: 53, 53, 53;
  --bg-e: 47, 150, 245;
  --bg-f: 255, 223, 93;
  --bg-g: 187, 106, 21;
  --bg-h: 45, 91, 141;
  --bg-j: 34, 117, 65;
  --bg-k: 34, 34, 34;
  --bg-l: 6, 156, 61;
  --bg-m: 163, 192, 255;
  --bg-n: 249, 249, 249;
  --bg-o: 243, 247, 251;
  --bg-p: 247, 247, 247;
  --bg-q: 158, 9, 49;
  --bg-r: 54, 16, 57;
  --bg-s: 22, 9, 50;
  --bg-t: 116, 178, 73;
  --bg-u: 221, 51, 51;
  --bg-v: 221, 153, 51;
  --bg-w: 250, 61, 94;
  --bg-x: 153, 148, 179;
  --bg-y: 249, 250, 251;
  --bg-z: 56, 118, 199;
  --bc-a: 228, 242, 230;
  --bc-b: 235, 243, 250;
  --bc-c: 4, 20, 38;
  --bc-d: 241, 246, 251;
  --bc-e: 255, 138, 0;
  --bc-f: 242, 246, 250;
  --bc-g: 212, 225, 237;
  --bc-h: 223, 232, 240;
  --bc-j: 255, 239, 232;
  --bc-k: 25, 44, 93;
  --bc-l: 50, 99, 152;
  --bc-m: 38, 127, 71;
  --bc-n: 202, 115, 24;
  --bc-o: 23, 27, 28;
  --bc-p: 250, 250, 250;
  --bc-q: 24, 26, 27;
  --bc-r: 215, 70, 70;
  --br-a: #24bcae;
  --br-b: #fff;
  --br-c: #3e3e3e;
  --br-d: #e6b800;
  --br-e: #dcdcdc;
  --br-f: #ccc;
  --br-g: #ddd;
  --br-h: #dfe2e6;
  --br-j: #acceec;
  --br-k: #E1E1E0;
  --br-l: #ebebef;
  --br-m: #0b4e1a;
  --br-n: #2a2a2a;
  --br-o: #666;
  --br-p: #dfe8f0;
  --br-q: #192c5d;
  --gr-a: linear-gradient(135deg, #ffffff 15%, #3798ff 75%);
  --gr-b: linear-gradient(115deg, #1b163d 0%, #090914 100%);
  --gr-c: radial-gradient(ellipse at center, #fa3d5e 0%, #fa3d5e 30%, transparent 30%);
  --gr-d: linear-gradient(90deg, #50a1eb -.74%, #328ee2);
  --gr-e: linear-gradient(360deg, #2B99FF 0, #00C8D5 100%);
  --gr-f: linear-gradient(to bottom, #ebf3fa 0%, rgba(235, 243, 250, 0) 100%);
  --gr-g: linear-gradient(17deg, #e4f2e6 0%, #cadff3 100%);
  --gr-h: linear-gradient(to right, #102c3b 0%, #0f2836 44%, #122e3d 60%, #193e52 86%, #193e52 100%);
  --gr-j: linear-gradient(95deg, #e7f5fb, #ebffff 48.44%, #f1fff0);
  --gr-k: linear-gradient(135deg, #202020 0, #646c91 50%);
  --gr-l: linear-gradient(135deg, #0090a2 0, #484848 50%);
}
@media (max-width: 767px) {
  :root {
    --container-offset: 15px;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 67x;
  }
}
@media (max-width: 576px) {
  :root {
    --header-height: 47px;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-b), 1);
  counter-reset: step-counter;
  -webkit-text-size-adjust: 100%;
  background: var(--body-bg);
}

main {
  margin: 0 auto;
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: clamp(14px, 1.4815vw, 16px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(var(--cl-k), 1);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.kllg-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

h1 {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--cr-l), 1);
}

h2, h3, h4 {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--cr-l), 1);
}

h5, h6 {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--cr-l), 1);
}

ol:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  counter-reset: li;
}
ol:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  grid-gap: 10px;
}
ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counters(li, "") ".";
  counter-increment: li;
  font-size: clamp(15px, 1.5741vw, 17px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-b), 1);
}

ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  background: rgba(var(--bg-a), 1);
  position: relative;
  padding: 5px 20px;
}
ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  grid-gap: 5px;
  padding-left: 30px;
}
ul:not([class]) li p {
  font-size: 14px;
  font-weight: 500;
}
ul:not([class]) li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%231f9900' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm113-303L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

ul[style*="list-style-type: circle"] li{
	padding-left: 15px;
}

ul[style*="list-style-type: circle"] li::before {  
 border: solid 3px rgba(var(--bg-e), 1);
 background-image: none;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 7.5px;
}

ul[style*="list-style-type: square"] li{
	padding-left: 15px;
}

ul[style*="list-style-type: square"] li::before {  
 background: rgba(var(--bg-e), 1);
 background-image: none;
 width: 6px;
 height: 6px;
 top: 8.5px;
}

table:not([class]) {
  width: 100% !important;
  background: rgba(var(--bg-a), 1);
  padding: 10px;
  border-radius: 10px;
  border-collapse: collapse;
  border-color: var(--br-b);
}
@media (max-width: 767px) {
 
  table:not([class]) > * {
    white-space: nowrap;
  }
  table:not([class]) td {
    min-width: 155px;
    white-space: normal !important;
  }
}
table:not([class]) th {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(var(--cl-k), 1);
  padding: 10px 15px;
  border: none;
  border-top: 3px solid var(--br-b);
  border-bottom: 3px solid var(--br-b);
  font-size: 15px;
  text-align: start;
}

table:not([class]) tr:nth-child(odd):not(thead tr) {
  background: rgba(var(--bc-p), 1);
}
table:not([class]) tr:first-child  td p{
  font-weight: 600;
}
table:not([class]) tr:first-child  td{
    background: rgba(var(--bg-x), .15);
}

@media (min-width: 1024px) {
	.table-responsive{
	border-radius: 10px;
    border: solid 1px rgba(var(--bg-b), 0.2);
    overflow: hidden;
}

	table:not([class]) tr:first-child  td{
    border-top: none;
}
	table:not([class]) tr:last-child  td{
	border-bottom: none;
}
table:not([class]) tr  td:first-child{
	border-left:none;
}
table:not([class]) tr  td:last-child{
	border-right:none;
}
}

table:not([class]) thead {
  background: rgba(var(--bg-a), 1);
}
table:not([class]) thead tr {
  padding: 10px 10px 0;
}
table:not([class]) tbody {
  padding: 10px 10px 0;
}
table:not([class]) tbody tr {
  padding: 10px 10px 0;
}
table:not([class]) td {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(var(--cl-k), 1);
  padding: 10px 15px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border: solid 1px rgba(var(--bg-b), 0.2);
}
table:not([class]) td p{
	 line-height: 1.4;
}

.kllg-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
}

.kllg-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.kllg-subhead::before {
  content: "";
  width: 100%;
  border-top: 3px solid var(--br-n);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.kllg-subhead__text {
  background: rgba(var(--bc-q), 1);
  display: inline-block;
  font-size: 13px;
  color: rgba(var(--cl-a), 1);
  padding: 5px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.kllg-grade {
  color: rgba(var(--cr-n), 1);
  font-size: 10px;
  display: block;
  padding: 0 10px;
  height: 20px;
  background: rgba(var(--bg-m), 1);
  line-height: 2;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

blockquote {
  margin: 0;
  color: rgba(var(--cr-o), 1);
  padding: 15px 15px 15px 55px;
  position: relative;
  background: rgba(var(--bg-a), 1);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  border-radius: 10px;
}
blockquote p {
  font-style: italic;
}
blockquote::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23fc0' d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64h-64c-35.3 0-64-28.7-64-64V216z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 20px;
}

.kllg-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: rgba(var(--bg-c), 1);
  font-size: clamp(20px, 2.4074vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
  max-width: clamp(185px, 18.981vw, 205px);
  max-height: clamp(49px, 5.463vw, 59px);
}

.kllg-logo img{
	max-height: clamp(49px, 5.463vw, 59px);
	width: auto;
	height: 100%;
		object-fit: contain;
}

.kllg-logo b {
  font-weight: 900;
  color: rgba(var(--cl-a), 1);
}
.kllg-logo__label {
  color: rgba(var(--bg-c), 1);
  display: block;
  width: clamp(35px, 3.7037vw, 40px);
  height: 27px;
  font-size: 11px;
  text-align: center;
  border-radius: 5px;
  margin-left: 5px;
  font-weight: 600;
  line-height: 2.4;
  background: rgba(var(--bg-k), 1);
  text-transform: none;
}

.kllg-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  border: none;
  grid-gap: clamp(3px, 0.463vw, 5px);
  width: 100%;
}

.kllg-list-icon img{
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.kllg-payment-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
}
.kllg-payment-images__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: auto;
  padding: 0 4px;
}
.kllg-payment-images__item img {
  width: 100%;
  height: 100%;
}

.kllg-icon-play {
  height: 28px;
  width: 15px;
  display: block;
  background-image: url(/static/img/icons/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1) brightness(2);
}
.kllg-icon-search {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-bonus {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/bonus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-btc {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(/static/img/icons/btc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-eth {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(/static/img/icons/eth.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-usdt {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(/static/img/icons/usdt.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-xrp {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(/static/img/icons/xrp.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-review {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/coments.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-medal {
  height: clamp(30px, 3.7037vw, 40px);
  width: clamp(30px, 3.7037vw, 40px);
  display: block;
  background-image: url(/static/img/icons/medal.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-fire {
  height: clamp(30px, 3.7037vw, 40px);
  width: clamp(30px, 3.7037vw, 40px);
  display: block;
  background-image: url(/static/img/icons/fire.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-germany {
  height: clamp(30px, 3.7037vw, 40px);
  width: clamp(30px, 3.7037vw, 40px);
  display: block;
  background-image: url(/static/img/icons/germany.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-new {
  height: clamp(30px, 3.7037vw, 40px);
  width: clamp(30px, 3.7037vw, 40px);
  display: block;
  background-image: url(/static/img/icons/new.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-de {
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(/static/img/icons/de.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
}
.kllg-icon-info {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/info.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.kllg-icon-info:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.kllg-icon-mob {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/mob.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.kllg-icon-mob:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.kllg-icon-arrows {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
}
.kllg-icon-star {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-star--empty {
  background-image: url(/static/img/icons/star-emty.svg);
}

.kllg-icon-star--half {
  background-image: url(/static/img/icons/star-half.svg);
}
.kllg-icon-dmca {
  display: block;
  background-image: url(/static/img/template/dmca.png);
  width: 100px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kllg-icon-ecogra {
  display: block;
  background-image: url(/static/img/template/ecogra.png);
  width: 98px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kllg-icon-gamble {
  display: block;
  background-image: url(/static/img/icons/gambleaware.svg);
  width: 156px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kllg-icon-18 {
  display: block;
  background-image: url(/static/img/icons/18plus.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kllg-icon-slots {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/slots.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-blackjack {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/blackjack.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-poker {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/poker.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-video {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/video-poker.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-roulette {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/roulette.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-craps {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/craps.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-dealer {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/dealer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-pros {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/thumb_down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kllg-icon-i {
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(/static/img/icons/i.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-check {
  height: clamp(24px, 2.963vw, 32px);
  width: clamp(24px, 2.963vw, 32px);
  display: block;
  background-image: url(/static/img/icons/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-bet {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/bingo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-bingo {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/bet.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-slot {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/slot.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-ua {
  height: 22px;
  width: 30px;
  display: block;
  background-image: url(/static/img/icons/ua.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-marker {
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(/static/img/icons/marker.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-inform {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(/static/img/icons/inform.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-close {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(/static/img/icons/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-top {
  height: 17px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-lcasino {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/lcasino.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-cons {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/static/img/icons/thumb_down2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kllg-icon-baccarat {
  height: 25px;
  width: 25px;
  display: block;
  background-image: url(/static/img/icons/bacarrat.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-pay {
  display: block;
  background-image: url(/static/img/template/paysafecard.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-bitcoin {
  display: block;
  background-image: url(/static/img/template/bitcoin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-neo {
  display: block;
  background-image: url(/static/img/template/neo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-ezee {
  display: block;
  background-image: url(/static/img/template/ethereum.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-master {
  display: block;
  background-image: url(/static/img/template/mastercard.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-bank {
  display: block;
  background-image: url(/static/img/template/banktransfer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-pragmatic {
  display: block;
  background-image: url(/static/img/template/pragmaticplay.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-betsoft {
  display: block;
  background-image: url(/static/img/template/betsoft.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
  border-radius: 4px;
  max-width: 96px;
  width: 100%;
  height: 100%;
}
.kllg-icon-cancel {
  height: 11px;
  width: 12px;
  display: block;
  background-image: url(/static/img/icons/cancel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-cup {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/cup.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-marker2 {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/marker2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-pros2 {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/pros2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-cons2 {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(/static/img/icons/cons2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-user {
  height: 18px;
  width: 18px;
  display: block;
  background-image: url(/static/img/icons/cup.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-planet {
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(/static/img/icons/planet.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-curacao {
  height: 19px;
  width: 22px;
  display: block;
  background-image: url(/static/img/template/cw.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kllg-icon-money {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf5ee;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  display: flex;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.kllg-icon-money::before {
  z-index: 2;
  width: 14px;
  height: 11px;
  position: absolute;
  content: "";
  background-image: url(/static/img/icons/money.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kllg-icon-tag {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf5ee;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  display: flex;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.kllg-icon-tag::before {
  z-index: 2;
  width: 14px;
  height: 11px;
  position: absolute;
  content: "";
  background-image: url(/static/img/icons/pros2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kllg-icon-fire2 {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffeeea;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  display: flex;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.kllg-icon-fire2::before {
  z-index: 2;
  width: 14px;
  height: 11px;
  position: absolute;
  content: "";
  background-image: url(/static/img/icons/fire2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kllg-icon-arrow {
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(/static/img/icons/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kllg-main-btn {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  background-color: rgba(var(--bg-e), 1);
  width: 180px;
  padding: 2px 0;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(var(--cl-a), 1);
  text-transform: uppercase;
  -webkit-box-shadow: 0 -3px #0763cb inset;
  box-shadow: 0 -3px #0763cb inset;
  text-align: center;
  line-height: 2.3;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.kllg-main-btn .kllg-icon-play {
  position: absolute;
  left: 10px;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kllg-main-btn:hover {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 -2px #0763cb inset;
  box-shadow: 0 -2px #0763cb inset;
}
.kllg-main-btn:hover .kllg-icon-play {
  left: 15px;
}
.kllg-main-btn--green {
  background: rgba(var(--bg-l), 1);
  color: rgba(var(--cl-b), 0.6);
  -webkit-box-shadow: 0 -3px #016a27 inset;
  box-shadow: 0 -3px #016a27 inset;
}
.kllg-main-btn--green:hover {
  -webkit-box-shadow: 0 -2px #016a27 inset;
  box-shadow: 0 -2px #016a27 inset;
}
.kllg-main-btn--transparent {
  background: rgba(var(--bg-a), 0.4);
  color: rgba(var(--cl-a), 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px var(--br-b);
}
.kllg-main-btn--transparent:hover {
  background: rgba(var(--bg-l), 0.85);
}
.kllg-main-btn--white {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(var(--cr-k), 1);
  border: solid 2px var(--br-q);
}
.kllg-main-btn--white:hover {
  color: rgba(var(--cl-a), 1);
  background: rgba(var(--bc-k), 1);
}
.kllg-main-btn--white:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.kllg-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
  text-align: center;
  color: rgba(var(--cl-k), 1);
  font-size: 14px;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-info-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: -2px;
}
.kllg-info-btn:hover {
  color: rgba(var(--cl-b), 1);
}
.kllg-info-btn:hover i {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.kllg-bonus-btn {
  color: rgba(var(--cl-d), 1);
  background: rgba(var(--bg-g), 1);
  -webkit-box-shadow: 0 -2px #592a2f inset;
  box-shadow: 0 -2px #592a2f inset;
  width: 60px;
  height: 45px;
  padding: 4px 0px 7px 0px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
  font-size: 8px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kllg-bonus-btn:hover {
  background: rgba(var(--bc-n), 1);
}
.kllg-bonus-btn--green {
  color: rgba(var(--cl-e), 1);
  background: rgba(var(--bg-j), 1);
  -webkit-box-shadow: 0 -2px #175f32 inset;
  box-shadow: 0 -2px #175f32 inset;
}
.kllg-bonus-btn--green:hover {
  background: rgba(var(--bc-m), 1);
}
.kllg-bonus-btn--blue {
  color: rgba(var(--cl-f), 1);
  background: rgba(var(--bg-h), 1);
  -webkit-box-shadow: 0 -2px #244d7a inset;
  box-shadow: 0 -2px #244d7a inset;
}
.kllg-bonus-btn--blue:hover {
  background: rgba(var(--bc-l), 1);
}

.kllg-games-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: clamp(35px, 3.69vw, 50px);
  padding: 5px 20px;
  background: rgba(var(--bg-c), 1);
  border-radius: 50px;
  color: rgba(var(--cl-c), 1);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kllg-games-btn:hover {
  background: rgba(var(--bg-d), 1);
  color: rgba(var(--cl-f), 1);
}
.kllg-games-btn__label {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  background: rgba(var(--bg-e), 1);
  border-radius: 20px;
  color: rgba(var(--cl-a), 1);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.kllg-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.kllg-footer-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kllg-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}
.kllg-main-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.kllg-main-box button {
  color: rgba(var(--cl-l), 1);
  text-decoration: underline;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 110%;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-underline-offset: 3px;
}
.kllg-main-box button:hover {
  color: rgba(var(--cl-l), 0.7);
}
.kllg-main-box--mode {
  grid-gap: 18px;
}

.kllg-game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  grid-gap: 12px;
  background: rgba(var(--bg-a), 1);
  font-family: var(--font-family);
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 16px 16px 25px #e6e6e6;
  box-shadow: 16px 16px 25px #e6e6e6;
  padding: 12px;
  border-radius: 12px;
  height: 100%;
}
.kllg-game-card:hover .kllg-game-card__wrapp {
  opacity: 1;
  visibility: visible;
}
.kllg-game-card:hover .kllg-game-card__wrapp::before, .kllg-game-card:hover .kllg-game-card__wrapp:after {
  height: 100%;
  width: 100%;
}
.kllg-game-card__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.kllg-game-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.kllg-game-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 156px;
}
.kllg-game-card__image img,
.kllg-game-card__image picture {
  width: 100%;
  align-self: initial;
}
.kllg-game-card__wrapp {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(var(--bg-b), 0.4);
}
.kllg-game-card__title {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  color: rgba(var(--cl-k), 1);
  line-height: 120%;
}

.kllg-slots-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kllg-slots-slider__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kllg-slots-slider .splide__pagination {
  position: static;
  padding: 25px 0 15px;
}
.kllg-slots-slider .splide__pagination__page {
  height: 8px;
  background: rgba(var(--bg-d), 1);
  border-radius: 5px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: initial !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(var(--bg-a), 0.54);
  border: solid 2px rgba(0, 0, 0, 0.8);
}
.kllg-slots-slider .splide__pagination__page.is-active {
  background: rgba(var(--bg-c), 1);
}
@media (min-width: 768px) {
  .kllg-slots-slider .splide__pagination__page {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .kllg-slots-slider .splide__pagination__page {
    width: 30px;
  }
}
.kllg-slots-slider .splide__arrow {
  background-color: rgba(var(--bg-c), 1);
  opacity: 1;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .kllg-slots-slider .splide__arrow {
    display: none;
  }
}
@media (min-width: 1240px) {
  .kllg-slots-slider .splide__arrow--next {
    right: -10px;
    -webkit-transform: translate(100%, -60%);
    -ms-transform: translate(100%, -60%);
    transform: translate(100%, -60%);
  }
}
@media (max-width: 1239px) {
  .kllg-slots-slider .splide__arrow--next {
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (min-width: 1240px) {
  .kllg-slots-slider .splide__arrow--prev {
    left: -10px;
    -webkit-transform: translate(-100%, -60%);
    -ms-transform: translate(-100%, -60%);
    transform: translate(-100%, -60%);
  }
}
@media (max-width: 1239px) {
  .kllg-slots-slider .splide__arrow--prev {
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.kllg-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.kllg-accordion__item {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.kllg-accordion__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(var(--bg-a), 1);
  border-radius: 16px;
  border: 0;
  text-decoration: none !important;
  padding: 13px clamp(20px, 2.7778vw, 30px);
}
.kllg-accordion__button.active {
  border-radius: 16px 16px 0 0;
}
.kllg-accordion__button.active .kllg-accordion__icon {
  rotate: 180deg;
}
.kllg-accordion__button:hover .kllg-accordion__title {
  color: rgba(var(--cl-c), 1);
}
.kllg-accordion__icon {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  top: 0px;
  z-index: 1;
  background-color: rgba(var(--bg-c), 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.kllg-accordion__icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-bottom: 2px solid var(--br-b);
  border-left: 2px solid var(--br-b);
  rotate: -45deg;
  top: 8px;
  left: 10px;
}
.kllg-accordion__content {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: rgba(var(--bg-a), 1);
}
.kllg-accordion__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 5px 36px 15px;
  margin-bottom: 1px;
}
.kllg-accordion__title {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.7;
  color: rgba(var(--cl-k), 1);
}
.kllg-accordion p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--font-family);
}

.kllg-step {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-step::before, .kllg-step::after {
  content: "";
  background: rgba(var(--bg-w), 1);
  border-radius: 100%;
  width: 13px;
  height: 13px;
  left: 20px;
  position: absolute;
}
.kllg-step::before {
  top: -13px;
}
.kllg-step::after {
  bottom: -13px;
}
.kllg-step__list {
  position: relative;
  padding: 25px 0 5px;
  counter-reset: step-by-step-container-counter;
}
.kllg-step__list::before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 13px;
  background-image: var(--gr-c);
  background-size: 6px 6px;
  background-position: center;
  background-repeat: repeat-y;
  --tw-content: "";
  content: var(--tw-content);
}
.kllg-step__item {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
  color: rgba(var(--cl-b), 1);
  counter-increment: step-by-step-container-counter;
}
.kllg-step__item::before {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  font-size: 22px;
  line-height: 27.5px;
  letter-spacing: 3.1px;
  font-weight: 700;
  line-height: 0.4;
  --tw-content: counter(step-by-step-container-counter);
  content: var(--tw-content);
}
.kllg-step__item::after {
  position: absolute;
  left: 22.5px;
  top: 10px;
  height: 9px;
  width: 9px;
  border-radius: 9999px;
  content: "";
  background-color: rgba(var(--bg-w), 1);
}

.kllg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .kllg-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-info__box {
  border-radius: 12px;
  background: rgba(var(--bg-j), 0.15);
  padding: 0 15px 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  -webkit-box-shadow: 0 0 8px rgba(var(--bg-j), 0.18);
  box-shadow: 0 0 8px rgba(var(--bg-j), 0.18);
}
.kllg-info__box--cons {
  background: rgba(var(--bg-u), 0.15);
  -webkit-box-shadow: 0 0 8px rgba(var(--bg-u), 0.18);
  box-shadow: 0 0 8px rgba(var(--bg-u), 0.18);
}
.kllg-info__box--cons .kllg-info__title {
  background: rgba(var(--bg-u), 0.8);
}
.kllg-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 15px 15px 15px;
  background: rgba(var(--bg-j), 0.8);
  color: clamp(16px, 1.6667vw, 18px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.kllg-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
}
.kllg-info__list p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 5px;
  line-height: 135%;
}
.kllg-info__list p i {
  margin-top: 1px;
}

.kllg-info-box {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  padding: 0 15px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 25px;
}
.kllg-info-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 15px 15px 15px;
  background: rgba(var(--bg-d), 0.7);
  font-size: clamp(18px, 2.037vw, 22px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.kllg-info-box__pretitle {
  font-size: clamp(16px, 1.6667vw, 18px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-k), 1);
}
.kllg-info-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  position: relative;
}
.kllg-info-box__icon {
  position: absolute;
  left: -10px;
  top: calc(clamp(2px, 0.463vw, 5px) * -1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.kllg-info-box__list {
  display: grid;
  grid-gap: 20px clamp(40px, 6.4815vw, 70px);
}
.kllg-info-box__list p {
  line-height: 145%;
}
@media (min-width: 1024px) {
  .kllg-info-box__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-info-box__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .kllg-info-box__list {
    padding-left: calc(clamp(40px, 6.4815vw, 70px) - 25px);
  }
}
@media (max-width: 767px) {
  .kllg-info-box__list {
    padding-left: calc(clamp(40px, 6.4815vw, 70px) - clamp(8px, 1.693vw, 13px));
    grid-template-columns: 100%;
  }
}

.kllg-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 1.3889vw, 15px);
}

@media (max-width: 1100px) {
  .kllg-main-nav{
  	gap: 10px;
  }
}

.kllg-main-nav__link {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  padding: 0 0 20px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: clamp(14px,1.389vw, 15px);
  text-decoration: none;
}
.kllg-main-nav__link::before {
  width: 0;
  height: 1px;
  background-color: rgba(var(--bg-c), 1);
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  bottom: 15px;
}
.kllg-main-nav__link:hover::before {
  width: 100%;
}
.kllg-main-nav__link.active::before {
  width: 100%;
}

.kllg-slot-card {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 465px;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  background: rgba(var(--bg-a), 0.04);
}
.kllg-slot-card__image {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 0 4px 0 #3798ff;
  box-shadow: 0 4px 0 #3798ff;
  border-radius: 50%;
  margin: 0 auto;
}
.kllg-slot-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.kllg-slot-card__bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}
.kllg-slot-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.kllg-slot-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: var(--gr-a);
  pointer-events: none;
}
.kllg-slot-card__title {
  color: rgba(var(--cl-a), 1);
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0 0;
  text-transform: uppercase;
}
.kllg-slot-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 9px;
}
.kllg-slot-card__inner .kllg-icon-star {
  width: 22px;
  height: 22px;
}
.kllg-slot-card p {
  color: rgba(var(--cl-y), 0.8);
  font-size: 14px;
}

.kllg-list-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -40px;
}
.kllg-list-bar__item {
  width: 32%;
}
.kllg-list-bar__item:hover .kllg-list-bar__box {
  margin-top: -5px;
}
.kllg-list-bar__image {
  width: 75px;
  height: 75px;
  display: block;
}
.kllg-list-bar__image img {
  width: 100%;
  height: 100%;
}
.kllg-list-bar__box {
	 cursor:pointer;
  overflow: hidden;
  background: rgba(var(--bg-a), 1);
  border-top: 4px solid rgba(var(--bg-c), 1);
  border-bottom: 3px solid rgba(var(--cl-g), 1);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .kllg-list-bar__box {
    padding: 10px 0 15px;
  }
}
@media (max-width: 576px) {
  .kllg-list-bar__box {
    padding: 10px 5px 15px;
  }
}
.kllg-list-bar__title {
  text-align: center;
  color: rgba(var(--cl-j), 1);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.kllg-list-bar__btn {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
}

.kllg-rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(20px, 2.7778vw, 30px);
  counter-reset: list;
}
.kllg-rating-list__item {
  counter-increment: list;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.kllg-rating-list--gambling {
  padding: 8px 6px;
  border-radius: 6px;
  grid-gap: 5px;
  background: var(--gr-h);
}

.kllg-rating-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.kllg-rating-card::before {
  content: counter(list);
  display: block;
  position: absolute;
  font-weight: 700;
  width: 40px;
  height: 26px;
  top: 10px;
  left: -7px;
  font-size: 14px;
  background: rgba(var(--bg-c), 1);
  color: rgba(var(--cl-a), 1);
  text-align: center;
  line-height: 2;
  border-radius: 4px 4px 4px 0;
}
.kllg-rating-card::after {
  position: absolute;
  top: 36px;
  left: -7px;
  content: "";
  border-top: 7px solid rgba(var(--bg-c), 1);
  border-left: 7px solid transparent;
}
.kllg-rating-card__details {
  height: fit-content;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.kllg-rating-card__details-box {
  position: relative;
  background: rgba(var(--bg-n), 1);
  width: 100%;
  padding: clamp(20px, 2.7778vw, 30px) clamp(15px, 2.7778vw, 30px);
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-gap: 15px 10px;
}
.kllg-rating-card__details-box ul:not(.kllg-list-icon) {
  grid-gap: clamp(10px, 1.8519vw, 20px);
  padding: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  background: initial;
  border-radius: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .kllg-rating-card__details-box ul:not(.kllg-list-icon) {
    width: 80%;
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .kllg-rating-card__details-box {
    grid-template-columns: 1fr 0.25fr repeat(2, 0.45fr);
  }
}
@media (max-width: 767px) {
  .kllg-rating-card__details-box {
    grid-template-columns: 100%;
  }
}
.kllg-rating-card__col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(5px, 0.9259vw, 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px clamp(10px, 1.8519vw, 20px);
}
@media (min-width: 768px) {
  .kllg-rating-card__col:nth-child(2) {
    border-left: 1px solid var(--br-e);
  }
  .kllg-rating-card__col:not(:last-child) {
    border-right: 1px solid var(--br-e);
  }
}
.kllg-rating-card__col p {
  text-align: center;
}
.kllg-rating-card__subtitle {
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--cl-k), 1);
  text-align: center;
  line-height: 1.4;
}
.kllg-rating-card__toggle {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  bottom: -12px;
  right: 20px;
  z-index: 1;
  background-color: rgba(var(--bg-m), 1);
  width: 30px;
  height: 31px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 2px solid rgba(var(--bg-c), 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.kllg-rating-card__toggle.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.kllg-rating-card__toggle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-bottom: 2px solid var(--br-n);
  border-left: 2px solid var(--br-n);
  rotate: -45deg;
  top: 8px;
  left: 10px;
}
@media (max-width: 576px) {
  .kllg-rating-card__toggle {
    bottom: -16px;
  }
}
.kllg-rating-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  background: rgb(250 250 250);
  border-radius: 10px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.kllg-rating-card__content.active {
  border-radius: 10px 10px 0 0;
}
.kllg-rating-card__content p {
  font-size: 14px;
  color: rgba(var(--cl-n), 1);
  line-height: 1.6;
  position: relative;
}
@media (max-width: 767px) {
  .kllg-rating-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-rating-card__image {
  width: clamp(80px, 9.2593vw, 100px);
  height: clamp(80px, 9.2593vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0px clamp(20px, 2.7778vw, 30px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.kllg-rating-card__image img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 0 rgba(var(--bg-c), 1);
  box-shadow: 0 4px 0 rgba(var(--bg-c), 1);
  border-radius: 50%;
}
.kllg-rating-card__box {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .kllg-rating-card__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }
}
.kllg-rating-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 5px;
}
.kllg-rating-card__btns .kllg-main-btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}
.kllg-rating-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.kllg-rating-card__title {
  font-size: clamp(18px, 2.037vw, 22px);
  font-weight: 900;
  color: rgba(var(--cl-l), 1);
}
.kllg-rating-card__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(5px, 0.8333vw, 9px);
  font-size: 12px;
  line-height: 15px;
  color: rgba(var(--cl-k), 0.8);
  text-align: center;
}
.kllg-rating-card__ratings b {
  font-size: 15px;
  color: rgba(var(--cl-k), 1);
}
.kllg-rating-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.kllg-rating-card__pretitle {
  font-size: 13px;
  color: rgba(var(--cl-m), 0.8);
  margin-bottom: 10px;
}
.kllg-rating-card__text {
  font-size: clamp(16px, 1.6667vw, 18px);
  font-weight: 800;
  color: rgba(var(--cl-b), 1);
  line-height: 1;
}
.kllg-rating-card__text i {
  font-weight: 700;
  font-size: clamp(14px, 1.4815vw, 16px);
}
.kllg-rating-card__list {
  display: grid;
  grid-gap: 10px;
  padding: 10px clamp(10px, 1.4815vw, 16px) 10px clamp(15px, 1.8519vw, 20px);
}
@media (min-width: 1024px) {
  .kllg-rating-card__list {
    grid-template-columns: 0.5fr 1fr;
  }
}
@media (max-width: 1024px) {
  .kllg-rating-card__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .kllg-rating-card__list {
    padding: 10px 0;
  }
}
.kllg-rating-card__btn {
  font-family: var(--font-family);
  color: rgba(var(--cl-o), 1);
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-rating-card__btn:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.kllg-rating-card__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 5px;
  font-size: clamp(14px, 1.4815vw, 16px);
  font-weight: 500;
  line-height: 1.2;
  color: rgba(var(--cl-b), 1);
  background: rgba(var(--bg-o), 1);
  position: relative;
}
.kllg-rating-card__bonus strong {
  font-size: 28px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .kllg-rating-card__bonus {
    border-radius: 10px;
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  .kllg-rating-card__bonus {
    border-radius: 0 10px 0 0;
    padding: 10px 0;
  }
}
.kllg-rating-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .kllg-rating-card__left {
    background: rgba(var(--bg-o), 1);
    border-radius: 10px 0 0 0;
    padding: 10px 0;
  }
}
.kllg-rating-card__logo {
  width: 123px;
  height: 54px;
}
.kllg-rating-card__logo img, .kllg-rating-card__logo picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .kllg-rating-card .kllg-main-btn {
    width: 100%;
  }
}
.kllg-rating-card--mode {
  display: grid;
}
@media (min-width: 1024px) {
  .kllg-rating-card--mode {
    grid-template-columns: 0.25fr 0.2fr 0.8fr;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-rating-card--mode {
    grid-template-columns: 0.35fr 0.3fr 1fr;
  }
}
@media (min-width: 768px) {
  .kllg-rating-card--mode {
    padding: clamp(10px, 1.3889vw, 15px);
    grid-gap: clamp(10px, 1.3889vw, 15px);
  }
}
@media (max-width: 767px) {
  .kllg-rating-card--mode {
    padding: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.kllg-rating-card--mode::before {
  line-height: 2;
  border-radius: 4px 4px 4px 0;
  font-size: 13px;
  color: rgba(var(--cl-a), 1);
  width: 25px;
  height: 25px;
  border-radius: 5px 0;
  top: 14px;
  left: 16px;
}
@media (max-width: 415px) {
  .kllg-rating-card--mode::before {
    left: 10px;
    top: 8px;
  }
}
.kllg-rating-card--mode::after {
  display: none;
}
@media (min-width: 1024px) {
  .kllg-rating-card--mode .kllg-rating-card__list {
    grid-row: 1/3;
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .kllg-rating-card--mode .kllg-rating-card__list {
    grid-column: 1/-1;
    justify-self: start;
    width: 100%;
  }
}
.kllg-rating-card--mode .kllg-rating-card__box {
  display: grid;
  border-radius: 10px;
  grid-gap: 10px 16px;
}
@media (min-width: 1024px) {
  .kllg-rating-card--mode .kllg-rating-card__box {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 1024px) {
  .kllg-rating-card--mode .kllg-rating-card__box {
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .kllg-rating-card--mode .kllg-rating-card__box {
    background: rgba(var(--bg-p), 1);
  }
}
@media (max-width: 767px) {
  .kllg-rating-card--mode .kllg-rating-card__box {
    grid-column: 1/-1;
  }
}
@media (max-width: 415px) {
  .kllg-rating-card--mode .kllg-rating-card__box {
    grid-template-columns: 100%;
  }
}
@media (min-width: 1024px) {
  .kllg-rating-card--mode .kllg-rating-card__btn {
    -ms-flex-item-align: start;
    align-self: start;
  }
}
.kllg-rating-card--mode .kllg-main-btn {
  margin: 0;
  height: 37px;
}
@media (min-width: 1024px) {
  .kllg-rating-card--mode .kllg-main-btn {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-rating-card--mode .kllg-main-btn {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 415px) {
  .kllg-rating-card--mode .kllg-main-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.kllg-favorite-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  grid-gap: clamp(15px, 2.3148vw, 25px);
  counter-reset: list;
}
.kllg-favorite-list__item {
  counter-increment: list;
}

.kllg-favorite-card {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 15px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  position: relative;
  width: 100%;
}
.kllg-favorite-card::before {
  content: counter(list);
  position: absolute;
  top: -7px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(var(--cl-a), 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-family);
  z-index: 3;
  background-color: rgba(var(--cl-p), 1);
  border-radius: 50%;
  left: 1px;
}
.kllg-favorite-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kllg-favorite-card__top {
  position: absolute;
  top: 0;
  left: 7px;
  right: -7px;
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--bg-t), 1);
  z-index: 2;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 5px 5px 30px;
  border-radius: 4px;
}
.kllg-favorite-card__top-text {
  font-weight: 400;
  font-size: 10px;
}
.kllg-favorite-card__top.red {
  background-color: rgba(var(--bg-u), 1);
}
.kllg-favorite-card__top.orange {
  background-color: rgba(var(--bg-v), 1);
}
.kllg-favorite-card__label {
  margin-top: -16px;
  margin-bottom: -16px;
}
.kllg-favorite-card__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
  font-size: 12px;
  color: rgba(var(--cl-h), 1);
}
.kllg-favorite-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.kllg-favorite-card__title {
  text-align: center;
  font-size: clamp(18px, 1.8519vw, 20px);
  color: rgba(var(--cl-p), 1);
  font-weight: 800;
}
.kllg-favorite-card__subtitle {
  text-align: center;
  font-size: clamp(14px, 1.4815vw, 16px);
  color: rgba(var(--cl-b), 1);
}
.kllg-favorite-card__pretitle {
  text-align: center;
  font-size: 12px;
  color: rgba(var(--cl-b), 1);
}
.kllg-favorite-card__link {
  font-weight: 600;
  text-align: center;
  color: rgba(var(--cl-b), 1);
  font-size: clamp(14px, 1.4815vw, 16px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
}
.kllg-favorite-card__link:hover {
  color: rgba(var(--cl-p), 1);
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.kllg-favorite-card__link--mode {
  font-size: 11px;
}
.kllg-favorite-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(var(--bg-s), 1);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .kllg-favorite-card__image {
    height: 135px;
  }
}
@media (max-width: 576px) {
  .kllg-favorite-card__image {
    height: 150px;
  }
}
.kllg-favorite-card__image.red {
  background-color: rgba(var(--bg-q), 1);
}
.kllg-favorite-card__image.white {
  background-color: rgba(var(--bg-a), 1);
}
.kllg-favorite-card__image.violet {
  background-color: rgba(var(--bg-r), 1);
}
.kllg-favorite-card .kllg-main-btn {
  width: 100%;
  border-radius: 14px;
}

.kllg-black-list {
  display: grid;
  grid-gap: 10px;
  border: 1px solid var(--br-f);
  padding: clamp(10px, 1.3889vw, 15px);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .kllg-black-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .kllg-black-list {
    grid-template-columns: 100%;
  }
}
.kllg-black-list__item {
  background: rgba(var(--bc-r), 1);
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kllg-black-list__item[data-color="0"]{
	background: rgba(var(--bc-r), 1);
}
.kllg-black-list__item[data-color="1"]{
	background: #7baa4f;
}
.kllg-black-list__item[data-color="2"] .kllg-black-list__title{
	color: rgba(var(--cl-k), 1);
}
.kllg-black-list__item[data-color="2"] .kllg-black-list__image{
	background: rgb(243 237 237 / 62%);
	 box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
}
.kllg-black-list__item[data-color="2"] p{
	color: rgba(var(--cl-k), 1);
}
.kllg-black-list__item[data-color="2"] ol li:before{
    background-color: rgba(var(--cl-k), 1);
}
.kllg-black-list__item[data-color="2"]{
	background: rgba(var(--bg-a), 1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .kllg-black-list__item {
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .kllg-black-list__item {
    grid-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-black-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.kllg-black-list__box ol {
  grid-gap: 0px;
}
.kllg-black-list__box ol p {
  color: rgba(var(--cl-a), 1);
}
.kllg-black-list__box ol li {
  padding-left: 15px;
}
.kllg-black-list__box ol li::before {
  content: "";
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(var(--bg-a), 1);
}
.kllg-black-list__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(20px, 2.2222vw, 24px);
  display: block;
  color: rgba(var(--cl-a), 1);
}
@media (min-width: 576px) {
  .kllg-black-list__title {
    margin: 10px 0 0;
  }
}
.kllg-black-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(var(--bg-a), 1);
  min-height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .kllg-black-list__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 576px) {
  .kllg-black-list__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
.kllg-black-list__image img {
  vertical-align: middle;
  max-width: 160px;
  width: auto;
  max-height: 87px;
  height: auto;
}

.kllg-best-casino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--br-g);
}
.kllg-best-casino__row {
  padding: 8px;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  border-top: 1px solid var(--br-g);
  grid-gap: 5px;
}
.kllg-best-casino__top {
  padding: 8px;
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  background-color: rgba(var(--bg-o), 1);
}
.kllg-best-casino__title {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--cl-h), 1);
  padding-right: 5px;
}
.kllg-best-casino__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--cl-h), 1);
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-top: 2px;
}
@media (min-width: 415px) {
  .kllg-best-casino__name i {
    margin-top: -4px;
  }
}
@media (max-width: 415px) {
  .kllg-best-casino__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-best-casino__name::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: calc(100% + 16px);
  border-right: solid 1px var(--br-g);
}

.kllg-tips-list {
  display: grid;
  grid-gap: clamp(10px, 1.1111vw, 12px);
  counter-reset: step;
}
@media (min-width: 768px) {
  .kllg-tips-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kllg-tips-list {
    grid-template-columns: 100%;
  }
}
.kllg-tips-list__item {
  background: var(--gr-d);
  border-radius: 12px;
  padding: clamp(15px, 1.8519vw, 20px) clamp(12px, 1.3889vw, 15px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  z-index: 1;
  counter-increment: step;
}
.kllg-tips-list__item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(5%, -50%);
  -ms-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
  color: rgba(var(--cl-a), 0.2);
  z-index: -1;
  display: block;
  font-size: clamp(76px, 8.8889vw, 96px);
  line-height: 27.5px;
  letter-spacing: 3.1px;
  font-weight: 700;
  line-height: 0.4;
  content: counter(step);
}
.kllg-tips-list__title {
  color: rgba(var(--cl-a), 1);
  font-size: clamp(16px, 1.6667vw, 18px);
  font-family: var(--font-family);
  font-weight: 700;
}
.kllg-tips-list p {
  color: rgba(var(--cl-a), 1);
}

.kllg-game-list {
  display: grid;
  grid-gap: 12px;
}
@media (min-width: 1024px) {
  .kllg-game-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-game-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .kllg-game-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .kllg-game-list {
    grid-template-columns: 100%;
  }
}
.kllg-game-list--mode {
  grid-gap: clamp(15px, 1.8519vw, 20px);
}
@media (min-width: 1024px) {
  .kllg-game-list--mode {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .kllg-game-list--mode {
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  }
}

.kllg-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(15px, 1.5686vw, 20px);
  position: relative;
  z-index: 1;
}
.kllg-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 10px 14px;
}
@media (max-width: 910px) {
  .kllg-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kllg-footer-nav__link {
  position: relative;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.kllg-footer-nav__link::before {
  width: 0;
  height: 1px;
  background-color: rgba(var(--bg-c), 1);
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media (min-width: 911px) {
  .kllg-footer-nav__link::before {
    bottom: 15px;
  }
}
@media (max-width: 910px) {
  .kllg-footer-nav__link::before {
    bottom: -5px;
  }
}
.kllg-footer-nav__link:hover::before {
  width: 100%;
}
@media (min-width: 911px) {
  .kllg-footer-nav__link {
    padding: 20px 0;
  }
}
@media (max-width: 910px) {
  .kllg-footer-nav__link {
    padding: 0;
  }
}

.kllg-info-slider {
  position: relative;
}
@media (min-width: 576px) {
  .kllg-info-slider {
    padding-left: 85px;
  }
}
@media (max-width: 576px) {
  .kllg-info-slider {
    padding-bottom: 50px;
  }
}
.kllg-info-slider__slide {
  background-color: rgba(27, 10, 127, 0.04);
  border-radius: 12px;
  overflow: hidden;
  padding: clamp(15px, 1.8519vw, 20px) clamp(15px, 1.8519vw, 20px) 20px;
}
.kllg-info-slider__slide p {
  line-height: 135%;
}
.kllg-info-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  position: relative;
  z-index: 1;
}
.kllg-info-slider__image {
  margin: calc(clamp(15px, 1.8519vw, 20px) * -1) calc(clamp(15px, 1.8519vw, 20px) * -1) 0;
  width: calc(100% + clamp(15px, 1.8519vw, 20px) * 2);
  height: clamp(210px, 22.2222vw, 240px);
}
.kllg-info-slider__image img, .kllg-info-slider__image picture {
  width: 100%;
  height: 100%;
}
.kllg-info-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(18px, 2.037vw, 22px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-k), 1);
}
.kllg-info-slider__label {
  position: absolute;
  display: inline-block;
  background-color: rgba(var(--bg-a), 1);
  top: 0;
  left: 0;
  border-radius: 6px;
  padding: 9px 10px;
  font-weight: 600;
  color: rgba(var(--cl-b), 1);
  line-height: 1;
  z-index: 5;
}
.kllg-info-slider__btn {
  font-size: 28px;
  line-height: 1;
  color: rgba(var(--cl-q), 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  display: block;
  height: 41px;
  padding: 3px 5px 9px;
  cursor: pointer;
  background: rgba(27, 10, 127, 0.04);
  text-align: center;
  border-radius: 4px;
}
.kllg-info-slider__btn:hover {
  opacity: 0.8;
  color: rgba(var(--cl-a), 1);
  background: rgba(var(--bg-l), 1);
}
@media (min-width: 576px) {
  .kllg-info-slider__btn {
    width: 72px;
    top: 78px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .kllg-info-slider__btn {
    right: 0;
    bottom: 0;
    width: 85px;
  }
}
@media (min-width: 576px) {
  .kllg-info-slider #prevSlide {
    top: 30px;
  }
}
@media (max-width: 576px) {
  .kllg-info-slider #prevSlide {
    left: 0;
    right: initial;
  }
}
.kllg-info-slider .kllg-pagination {
  position: absolute;
  z-index: 5;
}
@media (min-width: 576px) {
  .kllg-info-slider .kllg-pagination {
    top: 0;
    left: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 576px) {
  .kllg-info-slider .kllg-pagination {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.kllg-pagination {
  font-size: clamp(16px, 1.8519vw, 20px);
  font-family: var(--font-family);
  font-weight: 500;
  color: rgba(var(--cl-k), 1);
}
.kllg-pagination #currentSlide {
  font-size: clamp(20px, 2.2222vw, 24px);
  font-weight: 700;
}

.kllg-casino-card {
  background-color: rgba(27, 10, 127, 0.1);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: clamp(15px, 2.3148vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.kllg-casino-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.kllg-casino-card__box .kllg-main-btn {
  width: 100%;
  border-radius: 10px;
  min-height: 40px;
}
.kllg-casino-card__btn {
  height: 100px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: rgba(var(--bg-b), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: calc(clamp(15px, 2.3148vw, 25px) * -1);
  margin-right: calc(clamp(15px, 2.3148vw, 25px) * -1);
  margin-top: calc(clamp(15px, 2.3148vw, 25px) * -1);
  margin-bottom: 5px;
  width: calc(100% + clamp(15px, 2.3148vw, 25px) * 2);
}
.kllg-casino-card__btn.yellow {
  background-color: #f1de00;
}
.kllg-casino-card__btn.blue {
  background-color: rgba(var(--cl-w), 1);
}
.kllg-casino-card__btn img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-height: 80%;
  max-width: 60%;
}
.kllg-casino-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 25px;
}
.kllg-casino-card__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.kllg-casino-card__bonus {
  background-color: rgba(var(--cl-w), 0.5);
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  padding: 10px 13px;
  font-weight: 600;
  color: rgba(var(--cl-a), 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-casino-card__bonus b {
  display: block;
  font-size: 16px;
  color: rgba(var(--cl-a), 1);
  font-weight: 600;
}
.kllg-casino-card .kllg-grade {
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: rgba(var(--cl-k), 1);
  font-weight: 600;
}
.kllg-casino-card .kllg-grade .kllg-icon-star {
  margin-right: 5px;
}
.kllg-casino-card .kllg-grade b {
  font-weight: 600;
  color: rgba(var(--cl-k), 0.5);
}

.kllg-pay-slider {
  width: 135px;
  padding-right: 25px;
}
.kllg-pay-slider__slide {
  width: 35px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.kllg-pay-slider__slide img {
  border-radius: 3px;
  width: 30px;
  height: auto;
}
.kllg-pay-slider .splide__arrow {
  background: rgba(var(--cl-w), 0.7);
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.kllg-pay-slider .splide__arrow svg {
  fill: rgba(var(--cl-a), 1);
  width: 10px;
  height: 10px;
}
.kllg-pay-slider .splide__arrow--prev {
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.kllg-pay-slider .splide__arrow--next {
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.kllg-best-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 25px;
}

.kllg-best-block {
  grid-gap: 16px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 4px;
  padding: 20px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  position: relative;
}
@media (min-width: 1024px) {
  .kllg-best-block {
    display: grid;
    grid-template-columns: 21% auto 21%;
  }
}
@media (max-width: 576px) {
  ul[style*="list-style-type: circle"] li::before {  
   top: 6.5px;
 }
}
@media (max-width: 1024px) {
  .kllg-best-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 16px;
  }
}
.kllg-best-block__box {
  background-color: rgba(var(--bg-y), 1);
  border-radius: 6px;

  position: relative;
}
@media (min-width: 768px) {
  .kllg-best-block__box {
    gap: 20px;
    padding: 16px 20px 0;
    grid-template-columns: 1.46fr 1fr;
  }
}
@media (max-width: 767px) {
  .kllg-best-block__box {
    padding: 16px 20px;
    grid-template-columns: 100%;
  }
}
.kllg-best-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-best-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
}
.kllg-best-block__right .kllg-main-btn {
  width: 100%;
  min-height: 40px;
}
@media (max-width: 1024px) {
  .kllg-best-block__right .kllg-main-btn {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .kllg-best-block__right .kllg-main-btn {
    max-width: 320px;
  }
}
.kllg-best-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .kllg-best-block__left {
    grid-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .kllg-best-block__left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kllg-best-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background-color: rgba(var(--bg-y), 1);
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .kllg-best-block__image {
    height: 96px;
    min-width: 112px;
  }
}
@media (max-width: 1024px) {
  .kllg-best-block__image {
    margin-top: 10px;
    max-width: 112px;
    width: 100%;
    height: 80px;
  }
}
.kllg-best-block__point {
  background-color: rgba(var(--bg-z), 1);
  color: rgba(var(--cl-a), 1);
  line-height: 1;
  font-weight: 700;
  font-size: 11px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: absolute;
}
.kllg-best-block__point img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 64px;
}
@media (min-width: 1024px) {
  .kllg-best-block__point {
    top: -4px;
    left: -4px;
  }
}
@media (max-width: 1024px) {
  .kllg-best-block__point {
    left: 0;
    top: 0;
  }
}
.kllg-best-block__top {
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--bg-z), 1);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  padding: 2.5px;
  border-radius: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-height: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  grid-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.kllg-best-block__top i {
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .kllg-best-block__top {
    top: 0;
    left: 50%;
    position: absolute;
    max-width: 384px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.kllg-best-block__title {
  font-weight: 700;
  font-size: clamp(16px, 1.6667vw, 18px);
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-family);
  padding-left: 12px;
}
.kllg-best-block__icon {
  background-color: rgba(var(--bg-y), 1);
  border-width: 0px;
  border-radius: 0.375rem;
  border-color: var(--br-j);
  border-right-width: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 50px;
  line-height: 100%;
  font-size: 10px;
  color: rgba(var(--cl-r), 1);
  font-family: var(--font-family);
}
.kllg-best-block__icon.disable {
  color: rgba(var(--cl-r), 0.4);
}
.kllg-best-block__icon.disable i {
  opacity: 0.4;
}
.kllg-best-block__slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.kllg-best-block__row {
  grid-gap: 4px 8px;
  grid-template-columns: 1fr auto;
  display: grid;
  padding: 8px 0;
  border-top: solid 1px var(--br-h);
}
.kllg-best-block__row:first-child {
  border-color: transparent;
}
.kllg-best-block__col {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kllg-best-block__col img{
	display: block;
  	object-fit: contain;
    padding: 8px;
    border-radius: 4px;
    max-width: 96px;
    width: 100%;
    height: 100%;
}

.kllg-best-block__col p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(var(--cl-r), 1);
}
.kllg-best-block__btn {
  color: rgba(var(--cl-r), 1);
  font-size: 12px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-best-block__btn:hover {
  color: rgba(var(--cl-s), 1);
}
.kllg-best-block__name {
  font-size: 12px;
  line-height: 20px;
  grid-row: 1/span 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
}

.kllg-best-block__name b{
	margin-right: 4px;	
}

.kllg-best-block__item .kllg-best-block__name:last-of-type{
	text-align: right;
}

.kllg-best-block__value {
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  gap: 4px;
  justify-self: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-column-start: 2;
  font-family: var(--font-family);
}
.kllg-best-block__label {
  top: -20px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  right: 0;
  left: 35.2px;
  text-align: center;
  padding: 8px 12px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 24px;
}
.kllg-best-block__label-text {
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--bg-c), 1);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 24px;
}
.kllg-best-block__label-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none'%3E%3Cpath fill='%23fff' d='M16.5 15C7 15 3.5 8.4995 0 0v22h6c6.5 0 10.5-3.5 10.5-7Z'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  border-width: 0px;
  --tw-rotate: -6deg;
  -webkit-transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  -ms-transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  width: 16px;
  height: 15px;
  top: 8px;
  right: -14px;
  pointer-events: none;
}
.kllg-best-block__label-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none'%3E%3Cpath fill='%23fff' d='M0 15c9.5 0 13-6.5005 16.5-15v22h-6C4 22 0 18.5 0 15Z'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  border-width: 0px;
  --tw-rotate: -1deg;
  -webkit-transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  -ms-transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0) scaleX(1) scaleY(1);
  width: 16px;
  height: 15px;
  top: 8px;
  left: -14px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .kllg-best-block__content {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 21% auto 21%;
  }
}
@media (max-width: 1024px) {
  .kllg-best-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 16px;
  }
}
.kllg-best-block__bottom {
  padding-top: 20px;
  display: grid;
  grid-gap: clamp(25px, 3.2407vw, 35px) clamp(20px, 2.3148vw, 25px);
  position: relative;
}
.kllg-best-block__bottom::before {
  top: 0;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 40px);
  border-top: solid 1px var(--br-h);
  pointer-events: none;
}
@media (min-width: 768px) {
  .kllg-best-block__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kllg-best-block__bottom {
    grid-template-columns: 100%;
  }
}
.kllg-best-block__btns {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  justify-self: center;
}
.kllg-best-block__btns button {
  height: 40px;
}
.kllg-best-block__subtitle {
  font-weight: 500;
  font-size: clamp(14px, 1.4815vw, 16px);
  line-height: 100%;
  font-family: var(--font-family);
}
.kllg-best-block__link {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(var(--cl-b), 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-best-block__link:hover {
  color: rgba(var(--cl-u), 1);
}
.kllg-best-block__providers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 16px;
}
.kllg-best-block__providers .kllg-best-block__col {
  padding: 0;
  background: rgb(200 200 201);
  border-radius: 0.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}
.kllg-best-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.kllg-best-block__info .kllg-best-block__list {
  background-color: rgba(var(--bg-y), 1);
  border-radius: 5px;
}
.kllg-best-block__info .kllg-best-block__name {
  font-size: 14px;
}
.kllg-best-block__info .kllg-best-block__item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kllg-best-block__info .kllg-best-block__item:not(:last-child) {
  border-bottom: solid 1px var(--br-h);
}
.kllg-best-block__info .kllg-best-block__item .kllg-icon-check {
  width: 16px;
  height: 16px;
}
.kllg-best-block__info .kllg-best-block__item .kllg-icon-cancel {
  width: 16px;
  height: 16px;
}
.kllg-best-block--mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kllg-casino-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(15px, 1.8519vw, 20px);
  counter-reset: li;
}
.kllg-casino-list__item {
  counter-increment: li;
}

.kllg-casino-row {
  background: rgba(var(--bg-a), 1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .kllg-casino-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
    position: relative;
    padding-bottom: 10px;
  }
}
.kllg-casino-row__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: clamp(20px, 2.2222vw, 24px);
  line-height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.kllg-casino-row__title b {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: clamp(18px, 1.8519vw, 20px);
  line-height: 110%;
  color: rgba(var(--cl-b), 0.6);
}
.kllg-casino-row__title::before {
  content: counter(li);
  font-weight: bold;
  font-size: clamp(18px, 1.8519vw, 20px);
  line-height: 110%;
  margin-right: 5px;
}
.kllg-casino-row__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
}
.kllg-casino-row__ratings {
  background: var(--gr-e);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: rgba(var(--cl-a), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 clamp(15px, 1.8519vw, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kllg-casino-row__ratings .kllg-stars {
  grid-gap: 2px;
}
.kllg-casino-row__ratings .kllg-icon-star {
  width: clamp(16px, 1.8519vw, 20px);
  height: clamp(16px, 1.8519vw, 20px);
}
@media (min-width: 1024px) {
  .kllg-casino-row__ratings {
    grid-gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__ratings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 10px 15px;
  }
}
.kllg-casino-row__text {
  font-weight: 700;
  line-height: 125%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 0 clamp(15px, 2.3148vw, 25px);
}
@media (min-width: 1024px) {
  .kllg-casino-row__text {
    font-size: clamp(16px, 1.6667vw, 18px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-casino-row__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .kllg-casino-row__text {
    font-size: clamp(16px, 1.6667vw, 18px);
  }
}
.kllg-casino-row__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 0 clamp(15px, 2.3148vw, 25px);
  position: relative;
}
.kllg-casino-row__inner::before {
  content: "";
  width: 1px;
  height: 60px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--br-k);
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .kllg-casino-row__inner::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__inner {
    width: 100%;
  }
}
.kllg-casino-row__flag {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kllg-casino-row__flag .kllg-icon-marker {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(80%, 40%);
  -ms-transform: translate(80%, 40%);
  transform: translate(80%, 40%);
}
.kllg-casino-row__flag::before {
  content: "";
  width: 1px;
  height: 60px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--br-k);
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .kllg-casino-row__flag {
    padding: 0 clamp(15px, 2.3148vw, 25px);
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__flag {
    padding: 0 0 0 clamp(15px, 2.3148vw, 25px);
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
  }
  .kllg-casino-row__flag::before {
    display: none;
  }
}
.kllg-casino-row__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-gap: clamp(15px, 1.8519vw, 20px);
  padding-right: clamp(10px, 1.8519vw, 20px);
}
@media (min-width: 1024px) {
  .kllg-casino-row__box {
    -ms-flex-preferred-size: clamp(300px, 35.1852vw, 380px);
    flex-basis: clamp(300px, 35.1852vw, 380px);
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__box {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.kllg-casino-row__image {
  width: clamp(115px, 13.4259vw, 145px);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: span 3;
}
.kllg-casino-row__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .kllg-casino-row__image img {
    border-radius: 12px 0 12px 0;
  }
}
.kllg-casino-row__btn {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.kllg-casino-row__link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: var(--font-family);
}
@media (min-width: 1024px) {
  .kllg-casino-row__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__link:hover {
    background: rgba(var(--bg-f), 1);
  }
}
@media (min-width: 1024px) {
  .kllg-casino-row__link {
    font-weight: 400;
    font-size: 16px;
    color: rgba(var(--cl-o), 1);
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .kllg-casino-row__link {
    font-size: 14px;
    color: rgba(var(--cl-c), 1);
    background-color: rgba(var(--bg-e), 1);
    padding: 2px 0;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
    text-transform: uppercase;
    -webkit-box-shadow: 0 -3px #d5aa00 inset;
    box-shadow: 0 -3px #d5aa00 inset;
    text-align: center;
    line-height: 2.3;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .kllg-casino-row__link:last-child {
    background: rgba(var(--bg-l), 1);
    color: rgba(var(--cl-b), 0.6);
    -webkit-box-shadow: 0 -3px #016a27 inset;
    box-shadow: 0 -3px #016a27 inset;
  }
  .kllg-casino-row__link:last-child:hover {
    background: rgba(var(--bg-l), 0.85);
  }
}
.kllg-casino-row__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
}
.kllg-casino-row__pretitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(var(--cl-t), 1);
  float: left;
  clear: both;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kllg-rewiev-card {
  display: block;
  background: transparent;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.kllg-rewiev-card__front {
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44), -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  position: relative;
  z-index: 2;
}
.kllg-rewiev-card__front.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kllg-rewiev-card__info {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  background-color: rgba(var(--cl-v), 1);
  border-radius: 24px;
  height: 22px;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kllg-rewiev-card__info i {
  width: 18px;
  height: 18px;
}
.kllg-rewiev-card__info:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.kllg-rewiev-card__desc {
  padding: 18px 18px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  background: rgba(var(--bg-a), 1);
  border-radius: 0 0 4px 4px;
}
.kllg-rewiev-card__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 2px 8px;
}
@media (max-width: 1024px) and (min-width: 576px) {
  .kllg-rewiev-card__ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-rewiev-card__value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  color: rgba(var(--cl-b), 0.6);
}
.kllg-rewiev-card__value b {
  color: rgba(var(--cl-b), 1);
  font-size: 16px;
}
.kllg-rewiev-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 210px;
  background: rgba(var(--cl-v), 1);
  -webkit-box-shadow: 0 -1px 0 0 #dddee1 inset;
  box-shadow: 0 -1px 0 0 #dddee1 inset;
  text-align: center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.kllg-rewiev-card__image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.kllg-rewiev-card__image img {
  width: 100%;
  height: 100%;
}
.kllg-rewiev-card__title {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(var(--cl-k), 1);
  margin-bottom: 4px;
  word-break: break-word;
  font-weight: 600;
}
.kllg-rewiev-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 3px;
}
.kllg-rewiev-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-rewiev-card__wrapp p {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.64;
  color: rgba(var(--cl-j), 0.7);
  word-break: break-word;
  font-weight: 500;
}
.kllg-rewiev-card__link {
  font-size: 12px;
  color: rgba(var(--cl-u), 1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: var(--font-family);
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.kllg-rewiev-card__link:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.kllg-rewiev-card .kllg-main-btn {
  width: 100%;
  height: 40px;
}
.kllg-rewiev-card__back {
  background: rgba(var(--bg-a), 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  transition: transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44), -webkit-transform 0.6s cubic-bezier(0.39, 0.2, 0.37, 1.44);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 63px 18px 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-rewiev-card__back.active {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.kllg-rewiev-card__back p {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.64;
  color: rgba(var(--cl-j), 0.7);
  word-break: break-word;
  font-weight: 500;
}
.kllg-rewiev-card__back .kllg-rewiev-card__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kllg-gambling-operator {
  background-color: rgba(var(--bg-a), 1);
  border: 2px solid var(--br-m);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kllg-gambling-operator__top {
  display: grid;
  grid-template-columns: 0.3fr 1.3fr 0.5fr 0.5fr 0.8fr 1fr;
  border-bottom: solid 1px var(--br-l);
}
@media (max-width: 767px) {
  .kllg-gambling-operator__top {
    grid-template-columns: clamp(60px, 13.889vw, 80px) 1fr 0.5fr;
  }
  .kllg-gambling-operator__top .kllg-gambling-operator__info:last-child {
    border-top: solid 1px var(--br-l);
    padding: 15px 10px;
    grid-column: 1/-1;
    margin-top: 0;
  }
  .kllg-gambling-operator__top .kllg-gambling-operator__info:nth-child(4) {
    margin: 0;
  }
  .kllg-gambling-operator__top .kllg-gambling-operator__info--bonus {
    margin: 0;
  }
}
.kllg-gambling-operator__bottom {
  display: grid;
}
.kllg-gambling-operator__bottom .kllg-gambling-operator__info {
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .kllg-gambling-operator__bottom .kllg-gambling-operator__info:last-child {
    grid-column: 1/-1;
    border-top: solid 1px var(--br-l);
    padding: 10px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .kllg-gambling-operator__bottom {
    grid-template-columns: 1fr repeat(2, 0.5fr) 0.6fr;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-operator__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kllg-gambling-operator__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(20px, 2.7778vw, 30px);
  padding: 15px clamp(20px, 2.7778vw, 30px);
}
@media (max-width: 767px) {
  .kllg-gambling-operator__inner {
    grid-column: 1/-1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: solid 1px var(--br-l);
  }
}
.kllg-gambling-operator__icon {
  width: clamp(70px, 8.3333vw, 90px);
  height: clamp(70px, 8.3333vw, 90px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kllg-gambling-operator__icon img {
  width: 100%;
  height: 100%;
}
.kllg-gambling-operator:hover {
  -webkit-box-shadow: 0 0 0 0.125em rgba(var(--cl-j), 0.3);
  box-shadow: 0 0 0 0.125em rgba(var(--cl-j), 0.3);
}
.kllg-gambling-operator.mode {
  -webkit-box-shadow: 0 0 0 0.25em var(--br-m);
  box-shadow: 0 0 0 0.25em var(--br-m);
  border-width: 0;
}
.kllg-gambling-operator.mode:hover {
  -webkit-box-shadow: 0 0 0 0.375em #0b4e1a;
  box-shadow: 0 0 0 0.375em #0b4e1a;
}
.kllg-gambling-operator.mode .kllg-gambling-operator__point {
  background-color: rgba(var(--cl-x), 1);
  color: rgba(var(--cl-a), 1);
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .kllg-gambling-operator.mode .kllg-gambling-operator__point {
    grid-row: 1/4;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-operator.mode .kllg-gambling-operator__top .kllg-gambling-operator__info:last-child {
    grid-column: 1/4;
    margin-bottom: 0;
  }
  .kllg-gambling-operator.mode .kllg-gambling-operator__top .kllg-gambling-operator__info:nth-child(4) {
    grid-row: 2;
    grid-column: 3;
  }
  .kllg-gambling-operator.mode .kllg-gambling-operator__top .kllg-gambling-operator__info:nth-child(5) {
    grid-row: 3;
    grid-column: 3;
    margin: 0;
  }
  .kllg-gambling-operator.mode .kllg-gambling-operator__top .kllg-gambling-operator__image {
    grid-row: 2;
    grid-column: 2/3;
    justify-self: center;
    padding-top: 13px;
  }
  .kllg-gambling-operator.mode .kllg-gambling-operator__top .kllg-gambling-operator__ratings {
    grid-row: 3;
    grid-column: 2/3;
    padding-bottom: 5px;
  }
}
.kllg-gambling-operator__point {
  grid-column: 1;
  grid-row: 1;
  min-height: 140px;
  padding: 8px;
  font-size: clamp(24px, 2.963vw, 32px);
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf5ef;
  color: rgba(var(--cl-x), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .kllg-gambling-operator__point {
    grid-row: 1/3;
    min-height: 180px;
  }
}
.kllg-gambling-operator__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(8px, 1.2037vw, 13px) 13px;
}
.kllg-gambling-operator__image img {
  max-height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.kllg-gambling-operator__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #ebebef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 1;
  grid-column: 2/7;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30px;
  width: 100%;
}
.kllg-gambling-operator__text {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-family);
}
.kllg-gambling-operator__name {
  font-weight: 700;
  font-size: clamp(16px, 1.6667vw, 18px);
  font-family: var(--font-family);
}
.kllg-gambling-operator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.kllg-gambling-operator__item {
  font-size: 14px;
  line-height: 1.1;
  padding: 3.5px 0 3.5px 27px;
  text-align: left;
  position: relative;
}
.kllg-gambling-operator__item i {
  content: " ";
  height: 20px;
  width: 20px;
  left: 0;
  top: 1px;
  position: absolute;
}
.kllg-gambling-operator__info {
  -ms-flex-line-pack: center;
  align-content: center;
  border-left: 1px solid var(--br-l);
  border-right: 1px solid var(--br-l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  padding: 0 clamp(10px, 1.4815vw, 16px);
  margin: 10px 0;
}
.kllg-gambling-operator__info--bonus .kllg-gambling-operator__text {
  font-size: clamp(14px, 1.4815vw, 16px);
}
.kllg-gambling-operator__link {
  color: rgba(var(--bg-l), 1);
  font-family: var(--font-family);
  font-size: clamp(12px, 1.2963vw, 14px);
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-gambling-operator__link:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.kllg-gambling-operator__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .kllg-gambling-operator__ratings {
    grid-row: 2;
    grid-column: 2;
  }
}
.kllg-gambling-operator__stars {
  font-weight: 600;
  font-size: clamp(14px, 1.4815vw, 16px);
  font-family: var(--font-family);
}
.kllg-gambling-operator__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
}

.kllg-demo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(35, 35, 35);
  border-radius: 5px;
  padding: 5px 5px 25px 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
.kllg-demo-card p {
  color: rgba(var(--cl-a), 1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: auto;
}
.kllg-demo-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-demo-card__text {
  color: rgba(var(--cl-a), 1);
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.kllg-demo-card__link {
  margin-bottom: 15px;
  color: rgba(var(--cl-a), 1);
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-demo-card .kllg-main-btn {
  margin: 15px 0;
  width: 100%;
}
.kllg-demo-card--mode {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}
.kllg-demo-card--mode .kllg-demo-card__image {
  position: relative;
  height: clamp(400px, 46.2963vw, 500px);
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.kllg-demo-card--mode .kllg-demo-card__image::before {
  position: absolute;
  content: "";
  z-index: 2;
  background-color: rgba(23, 21, 21, 0.3);
  inset: 0;
  border-radius: 5px;
  pointer-events: none;
}
.kllg-demo-card--mode .kllg-demo-card__image img {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.kllg-demo-card--mode .kllg-main-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  margin: 0;
  width: 220px;
  color: rgba(var(--cl-a), 1);
}
.kllg-demo-card--mode .kllg-main-btn:hover{
	transform: translate(-50%, -48%);
}

.kllg-demo-list {
  display: grid;
  grid-gap: 10px;
}
@media (min-width: 1024px) {
  .kllg-demo-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .kllg-demo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.kllg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .kllg-nav {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.kllg-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 0;
}
@media (max-width: 1024px) {
  .kllg-nav__list {
    padding: 3px 20px;
    width: 100%;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.kllg-nav__list::-webkit-scrollbar {
  display: none;
}
.kllg-nav__link {
  font-family: var(--font-family);
  padding: clamp(6px, 0.9259vw, 10px) 10px;
  border-radius: 10px;
  background: rgba(var(--bg-c), 1);
  color: rgba(var(--cl-b), 1);
  font-size: clamp(14px, 1.4815vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0 -3px #d5aa00 inset;
  box-shadow: 0 -3px #d5aa00 inset;
  position: relative;
}
.kllg-nav__link:hover {
  top: 1px;
  -webkit-box-shadow: 0 -2px #d5aa00 inset;
  box-shadow: 0 -2px #d5aa00 inset;
}
@media (max-width: 1024px) {
  .kllg-nav__link {
    white-space: nowrap;
  }
}

.kllg-gambling-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0;
  border-radius: 5px;
  background-color: rgba(var(--bg-a), 1);
}
.kllg-gambling-card.top .kllg-gambling-card__label {
  opacity: 1;
  visibility: visible;
}
.kllg-gambling-card__row {
  display: grid;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .kllg-gambling-card__row {
    grid-template-columns: 0.3fr 0.2fr repeat(3, 0.25fr);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-gambling-card__row {
    grid-gap: 5px 0;
    grid-template-columns: 0.4fr 0.4fr 0.3fr;
  }
}
@media (min-width: 768px) {
  .kllg-gambling-card__row {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__row {
    grid-gap: 10px;
    justify-items: center;
    grid-template-columns: 100%;
    padding: 0 15px;
  }
}
.kllg-gambling-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 2px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 20px;
  border-radius: 3px;
  z-index: 1;
  background-color: rgba(var(--bg-a), 1);
  padding: 2px;
  position: relative;
  z-index: 1;
}
.kllg-gambling-card__info::after {
  position: absolute;
  content: "";
  border-radius: 3px;
  inset: 0;
  background-color: rgba(var(--bg-a), 1);
  z-index: -1;
  pointer-events: none;
}
.kllg-gambling-card__info::before {
  pointer-events: none;
  position: absolute;
  content: "";
  border-radius: 5px;
  inset: -2px;
  background: var(--gr-g);
  z-index: -2;
}
.kllg-gambling-card__image {
  background: var(--gr-g);
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-gambling-card__image img {
  width: 160px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .kllg-gambling-card__image {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__image {
    height: 90px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.kllg-gambling-card__col {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-gambling-card__col:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
  }
  .kllg-gambling-card__col:last-child {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__col {
    width: 100%;
  }
  .kllg-gambling-card__col:nth-child(3) {
    position: absolute;
    right: 40px;
    top: 5px;
    grid-gap: 3px;
    z-index: 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kllg-gambling-card__label {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: url(/static/img/template/label-top.png.png) no-repeat center/contain;
  width: 67px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: -4px;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: rgba(var(--cl-a), 1);
  padding-right: 6px;
  opacity: 0;
  visibility: hidden;
}
.kllg-gambling-card .kllg-main-btn {
  height: 40px;
  margin-bottom: 24px;
  position: relative;
}
.kllg-gambling-card .kllg-main-btn::before {
  content: attr(data-suffix);
  font-size: 14px;
  line-height: 1;
  color: rgba(var(--cl-z), 1);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .kllg-gambling-card .kllg-main-btn {
    width: 100%;
  }
}
.kllg-gambling-card__left {
  grid-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-gambling-card__left {
    grid-row: 1/3;
    grid-column: 1;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__left {
    width: 100%;
  }
}
.kllg-gambling-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
}
.kllg-gambling-card__total {
  font-size: 10px;
  line-height: 11px;
  max-width: 68px;
  padding: 2px 4px;
  text-align: center;
}
@media (max-width: 767px) {
  .kllg-gambling-card__total {
    max-width: 100%;
    width: 30%;
  }
  .kllg-gambling-card__total br {
    display: none;
  }
}
.kllg-gambling-card__currency {
  background: rgba(var(--bc-a), 1);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 5px;
  font-size: clamp(12px, 1.2963vw, 14px);
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  color: rgba(var(--cr-e), 1);
}
.kllg-gambling-card__currency:nth-child(2) {
  border-radius: 3px 0 0 3px;
}
.kllg-gambling-card__currency:last-child {
  border-radius: 0 3px 3px 0;
}
.kllg-gambling-card__item {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(var(--cr-d), 1);
}
.kllg-gambling-card__item b {
  color: rgba(var(--cl-z), 1);
}
.kllg-gambling-card__code {
  margin-top: 3px;
  display: block;
  max-width: 220px;
  min-width: 150px;
  background: rgba(var(--bc-b), 1);
  font-size: 14px;
  line-height: 30px;
  color: rgba(var(--cr-c), 1);
  text-align: center;
  padding: 10px 20px;
  border-radius: 25px;
}
.kllg-gambling-card__text {
  font-size: 15px;
}
.kllg-gambling-card__text.grey {
  color: rgba(var(--cr-a), 1);
}
.kllg-gambling-card__text--mode {
  color: rgba(var(--cr-b), 1);
  font-size: 16px;
}
.kllg-gambling-card__value {
  font-size: 25px;
  line-height: 1;
  color: rgba(var(--cl-z), 1);
  font-weight: 900;
}
.kllg-gambling-card__bottom {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 10px;
  background: var(--gr-f);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .kllg-gambling-card__bottom {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__bottom {
    margin-top: 10px;
    grid-template-columns: 100%;
    text-align: center;
  }
}
.kllg-gambling-card__bottom p {
  font-size: 11px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .kllg-gambling-card__bottom p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .kllg-gambling-card__bottom p {
    text-align: center;
  }
}
.kllg-gambling-card__country {
  font-size: 14px;
  line-height: 20px;
  color: rgba(var(--cl-k), 1);
}
.kllg-gambling-card__country b {
  font-weight: 700;
}

.kllg-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.kllg-content-card:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
}
.kllg-content-card__btn {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}
.kllg-content-card__image {
  margin: 10px 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-content-card__image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.kllg-content-card__title {
  font-weight: 700;
  font-size: clamp(16px, 1.6667vw, 18px);
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-family);
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.kllg-content-card__box {
  background-color: rgba(var(--cl-v), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.kllg-content-card__list {
  padding: 0 10px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 10px;
}
.kllg-content-card__list .kllg-icon-check {
  width: 12px;
  height: 12px;
}
@media (max-width: 576px) {
  .kllg-content-card__list {
    justify-items: center;
  }
}
.kllg-content-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.kllg-content-card__text b {
  font-size: 14px;
}
.kllg-content-card__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 10px 10px;
}
.kllg-content-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 90px;
  width: 100%;
  height: auto;
  justify-self: center;
}
.kllg-content-card__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.kllg-best-card {
  display: grid;
  grid-template: "img main" 1fr "more main"/100px 1fr;
  background: rgba(var(--bg-a), 1);
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 12px #e7e7e7;
  box-shadow: 4px 4px 12px #e7e7e7;
  margin-bottom: 12px;
  padding: 8px;
}
@media (max-width: 1024px) {
  .kllg-best-card {
    grid-template: "img" "main" "more";
  }
}
.kllg-best-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  grid-area: img;
  background: rgba(var(--bc-c), 1);
  border-radius: 8px;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.kllg-best-card__image-btn {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.kllg-best-card__image.blue {
  background-color: #1f1057;
}
.kllg-best-card__image.brown {
  background-color: #101010;
}
.kllg-best-card__show-btn {
  grid-area: more;
  margin-top: 8px;
  background: rgba(var(--bc-d), 1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-best-card__show-btn.open {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.kllg-best-card__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 1px solid rgba(var(--bc-g), 1);
  border-radius: 6px;
  color: rgba(var(--cr-f), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  grid-gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px;
  min-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kllg-best-card__btn:hover {
  background: rgba(var(--bg-z), 0.12);
}
.kllg-best-card__btn:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--bg-a), 1);
  border: 1px solid rgba(var(--bc-g), 1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}
.kllg-best-card__btn:last-child:hover {
  background: rgba(var(--bg-z), 0.12);
}
.kllg-best-card__feedback {
  border: 1px solid rgba(var(--bc-d), 1);
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr) auto;
}
.kllg-best-card__feedback .kllg-best-card__subtitle {
  grid-column: 1/-1;
  font-weight: 600;
  color: rgba(var(--cr-f), 1);
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
}
@media (max-width: 767px) {
  .kllg-best-card__feedback {
    margin-top: 10px;
  }
}
.kllg-best-card__medal {
  background: rgba(var(--bc-e), 1);
  border-radius: 0 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  inset-inline-start: 0;
  position: absolute;
  top: 0;
  width: 32px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kllg-best-card__icons {
  grid-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .kllg-best-card__icons {
    margin-top: 8px;
  }
}
.kllg-best-card__subtitle {
  color: rgba(var(--cr-f), 1);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.kllg-best-card__list {
  margin: 14px 0 8px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 8px 14px;
}
.kllg-best-card__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.kllg-best-card__item i {
  margin: 2px 5px 0 0;
}
.kllg-best-card__hide {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.kllg-best-card__hide::before {
  background: var(--br-p);
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  margin: 12px 0;
}
.kllg-best-card__hide.open {
  height: auto;
}
.kllg-best-card__license {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--cr-f), 1);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 6px 8px;
  border: 1px solid var(--br-p);
  border-radius: 8px;
  margin-top: 12px;
  padding: 8px 10px;
}
.kllg-best-card__license-title {
  font-size: 14px;
  line-height: 18px;
  grid-column: 1/-1;
  font-weight: 600;
}
.kllg-best-card__text {
  font-size: 14px;
  line-height: 18px;
}
.kllg-best-card__visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(15px, 2.2222vw, 24px);
}
@media (max-width: 767px) {
  .kllg-best-card__visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kllg-best-card__bonus {
  background: var(--gr-j);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  color: rgba(var(--cr-f), 1);
  margin-bottom: 12px;
  min-height: 94px;
  padding: 8px 12px;
}
.kllg-best-card__bonus b {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 8px;
}
.kllg-best-card__bonus-percent {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(var(--cr-g), 1);
  font-weight: 900;
}
.kllg-best-card__bonus-extra {
  color: rgba(var(--cr-g), 1);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.234px;
  line-height: 16px;
  margin-top: 10px;
}
.kllg-best-card__types {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--bc-f), 1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 6px 12px;
  color: rgba(var(--cr-f), 1);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.kllg-best-card__currency {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--bc-f), 1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 130px;
  flex: 1 130px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 6px 12px;
  color: rgba(var(--cr-f), 1);
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 18px;
}
.kllg-best-card__currency b {
  font-weight: 600;
}
.kllg-best-card__link {
  color: rgba(var(--cr-h), 1);
  font-weight: 600;
  -webkit-margin-end: -4px;
  margin-inline-end: -4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.kllg-best-card__link:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.kllg-best-card__terms {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.kllg-best-card__terms button {
  font-size: 12px;
  line-height: 16px;
}
.kllg-best-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 4px;
}
@media (min-width: 1024px) {
  .kllg-best-card__col-left {
    width: 240px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kllg-best-card__col-left {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .kllg-best-card__col-left {
    width: 100%;
  }
}
.kllg-best-card__col-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-best-card__col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .kllg-best-card__col-right {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .kllg-best-card__col-right {
    width: 100%;
  }
}
.kllg-best-card__col-right .kllg-main-btn {
  width: 100%;
}
.kllg-best-card__col-right .kllg-best-card__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.kllg-best-card__rating {
  display: grid;
  grid-gap: 1px 5px;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.kllg-best-card__rating-icon {
  grid-row: 1/3;
  align-self: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  min-width: 34px;
  width: 34px;
  background: rgba(var(--bc-g), 1);
}
.kllg-best-card__rating--mode .kllg-best-card__rating-icon {
  grid-row: 1;
  background-color: rgba(var(--bc-j), 1);
}
.kllg-best-card__rating--mode .kllg-best-card__rating-value b {
  color: #ff8c00;
}
.kllg-best-card__rating--mode::before {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  grid-column: 1/-1;
  background: rgba(var(--bc-h), 1);
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  margin: 8px 4px;
}
.kllg-best-card__rating-text {
  color: rgba(var(--cr-h), 1);
  font-weight: 600;
  -webkit-margin-end: -4px;
  margin-inline-end: -4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 18px;
}
.kllg-best-card__rating-value {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  white-space: nowrap;
  color: rgba(var(--cr-j), 1);
  font-size: 14px;
  line-height: 14px;
}
.kllg-best-card__rating-value b {
  color: rgba(var(--bc-g), 1);
  font-size: 20px;
  line-height: 20px;
}
.kllg-best-card__rating-title {
  grid-row: 1;
  grid-column: 2;
  font-weight: 600;
  color: rgba(var(--cr-f), 1);
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 16px;
}
.kllg-best-card__rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 5px;
  grid-column: 2/4;
  grid-row: 2;
  margin-right: 5px;
}
.kllg-best-card__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid var(--br-p);
  border-radius: 8px;
  grid-gap: 8px;
  padding: 7px;
}
.kllg-best-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 3px;
  width: 100%;
}
.kllg-best-card__name {
  color: rgba(var(--cr-f), 1);
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 22px;
  margin-bottom: 8px;
}
.kllg-best-card__country {
  border: 1px solid var(--br-p);
  padding: 4px 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  grid-gap: 6px;
  line-height: 13px;
}
.kllg-best-card__country .kllg-icon-check {
  height: 14px;
  width: 14px;
}
.kllg-best-card__country .kllg-icon-ua {
  width: 21px;
  height: 14px;
}
.kllg-best-card__box {
  grid-area: main;
}
@media (min-width: 1024px) {
  .kllg-best-card__box {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
  }
}

.kllg-header {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  top: 0;
  z-index: 80;
}
.kllg-header.mode {
  background: var(--gr-b);
  padding: 1px 0 10px;
}
@media (max-width: 1024px) {
  .kllg-header.mode {
    padding-top: 5px;
  }
}
.kllg-header__box {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: 1fr auto;
}
.kllg-header__box .kllg-main-nav {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .kllg-header__box {
  	column-gap: 5px;
    padding: 10px 0 0;
  }
}
@media (max-width: 1024px) {
  .kllg-header__box {
    grid-template-columns: auto 1fr;
    justify-items: end;
  }
  .kllg-header__box .kllg-main-nav {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .kllg-header__box {
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  .kllg-header .kllg-burger {
    --burger-width: 24px;
    --burger-height: 16px;
    --burger-line-height: 2px;
    --border-radius: 3px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: rgba(var(--cl-a), 1);
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .kllg-header .kllg-burger::before, .kllg-header .kllg-burger::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .kllg-header .kllg-burger::before {
    top: 0;
  }
  .kllg-header .kllg-burger::after {
    width: 65%;
    top: calc(100% - var(--burger-line-height));
  }
  .kllg-header .kllg-burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    width: 85%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .kllg-header .kllg-burger.active::before {
    top: 45%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .kllg-header .kllg-burger.active::after {
    width: 100%;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .kllg-header .kllg-burger.active .kllg-burger__line {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .kllg-header .kllg-burger:hover {
    color: rgba(var(--bg-a), 1);
  }
}

.kllg-first-section {
  background: var(--gr-b);
  position: relative;
  padding: calc(var(--header-height) + 10px) 0 50px;
}
.kllg-first-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.kllg-rating-section {
  padding-bottom: 20px;
}
.kllg-rating-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(30px, 3.7037vw, 40px);
}
.kllg-rating-section__info {
  padding-bottom: 10px;
}
.kllg-rating-section__info img {
  width: clamp(100px, 13.8889vw, 150px);
  aspect-ratio: 1;
  float: left;
  margin-right: clamp(15px, 2.3148vw, 25px);
}
.kllg-rating-section .kllg-list-bar {
  padding-bottom: 15px;
}

footer {
  background: var(--gr-b);
}

.kllg-footer {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.kllg-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 30px;
}
.kllg-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(10px, 1.3889vw, 15px) 0;
}
@media (max-width: 910px) {
  .kllg-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 15px;
  }
}
.kllg-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kllg-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  border-top: 1px solid var(--br-c);
}
@media (min-width: 768px) {
  .kllg-footer__bottom {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .kllg-footer__bottom {
    padding-top: 15px;
  }
}
.kllg-footer__bottom p {
  text-align: center;
  font-size: 13px;
  color: rgba(var(--cl-m), 1);
  font-weight: 300;
}
.kllg-footer__copyright {
  font-size: 12px;
  color: rgba(var(--cl-a), 1);
  text-align: center;
}

.kllg-mobile-menu {
  position: fixed;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  -webkit-transform: translateX(-230%);
  -ms-transform: translateX(-230%);
  transform: translateX(-230%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: var(--header-height);
  padding: 15px 20px 15px;
  z-index: 30;
  padding-top: 32%;
  background: rgba(var(--cl-b), 0.8);
}
.kllg-mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.kllg-mobile-menu .kllg-main-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .kllg-mobile-menu .kllg-main-nav {
    grid-gap: 20px;
  }
}
@media (max-width: 576px) {
  .kllg-mobile-menu .kllg-main-nav {
    grid-gap: 10px;
  }
}
.kllg-mobile-menu .kllg-main-nav__link {
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 0;
}

.kllg-about-section {
  padding-bottom: 40px;
  overflow: hidden;
}
.kllg-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(18px, 2.2222vw, 24px);
}
.kllg-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(18px, 2.2222vw, 24px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-about-section__inner--mode {
  grid-gap: 20px;
}
.kllg-about-section__inner--mode .kllg-main-box {
  grid-gap: 16px;
}
.kllg-about-section__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kllg-game-section {
  position: relative;
  padding: calc(var(--header-height) + 10px) 0 30px;
}
.kllg-game-section h1 {
  font-size: clamp(26px, 2.7778vw, 30px);
}
.kllg-game-section__box {
  display: grid;
  grid-gap: clamp(20px, 2.3148vw, 25px);
}
@media (min-width: 768px) {
  .kllg-game-section__box {
    grid-template-columns: calc(100% - clamp(250px, 27.7778vw, 300px) - clamp(20px, 2.3148vw, 25px)) clamp(250px, 27.7778vw, 300px);
  }
}
@media (max-width: 767px) {
  .kllg-game-section__box {
    grid-template-columns: 100%;
  }
}
.kllg-game-section__subtitle {
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(16px, 1.667vw, 18px);
}
.kllg-game-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
}
.kllg-game-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 40px;
}

.kllg-game-aside {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  background-color: rgba(var(--bc-o), 1);
  border-radius: 5px;
  padding: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.kllg-game-aside__image {
  border-radius: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kllg-game-aside__image img {
  border-radius: inherit;
  overflow: hidden;
}
@media (max-width: 576px) {
  .kllg-game-aside__image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kllg-game-aside__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .kllg-game-aside__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kllg-game-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kllg-game-aside__item {
  border-bottom: 1px solid var(--br-o);
  margin-top: 0;
  padding: 4px 0 4px 12px;
  position: relative;
  font-size: clamp(14px, 1.3889vw, 15px);
  color: rgba(var(--cl-a), 1);
}
.kllg-game-aside__item::before {
  content: " ";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: rgba(var(--bg-a), 1);
}
.kllg-game-aside__text {
  color: rgba(var(--cl-y), 1);
}
.kllg-best-block__btns .kllg-main-btn.mode{
	width: 320px;
}
@media (max-width: 1024px){
	.table-responsive{
    overflow:auto;
    width: calc(100% + (var(--container-offset) * 2));
    margin-left: calc(var(--container-offset) * -1);
    padding: 0 var(--container-offset);
  }
	  .table-responsive::-webkit-scrollbar {
	    display: none;
	}
}
@media (max-width: 576px){
  .kllg-best-block__btns, .kllg-best-block__btns .kllg-main-btn.mode{
	 width: 100%;
   }
}

.kllg-error-section {
  padding-top:calc(var(--header-height) + clamp(30px, 7.407vw, 80px));
  margin: 0 0 clamp(80px, 7.4627vw, 100px);
}

.kllg-error-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kllg-error-section h1 {
  font-weight: 900;
  font-size: clamp(100px, 11.9403vw, 160px);
}

.kllg-error-section p {
  text-align: center;
  margin: clamp(1px, 0.7463vw, 10px) 0 clamp(25px, 2.9851vw, 40px);
  font-size: clamp(26px, 2.9851vw, 40px);
}
.kllg-error-section .ynht-green-button{
    min-width: 160px;
}

.mce-toc {
    display: flex;
    align-items: center;
}


.mce-toc ul {
	background: transparent;
	box-shadow: initial;
	border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px 10px;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
}

.mce-toc ul li{
    padding: 0;
}

.mce-toc ul li:before{
    content:none;
}

.mce-toc ul::-webkit-scrollbar {
    display: none;
}

.mce-toc ul a {
      font-family: var(--font-family);
	  padding: clamp(6px, 0.9259vw, 10px) 10px;
	  border-radius: 10px;
	  background: rgba(var(--bg-c), 1);
	  color: rgba(var(--cl-b), 1);
	  font-size: clamp(14px, 1.4815vw, 16px);
	  font-weight: 700;
	  text-transform: uppercase;
	  text-align: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-transition: all 0.1s;
	  transition: all 0.1s;
	  -webkit-box-shadow: 0 -3px #d5aa00 inset;
	  box-shadow: 0 -3px #d5aa00 inset;
	  position: relative;
}

.mce-toc ul a:hover {
    top: 1px;
  -webkit-box-shadow: 0 -2px #d5aa00 inset;
  box-shadow: 0 -2px #d5aa00 inset;
}

@media (max-width: 1024px) {
    .mce-toc {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .mce-toc ul {
        padding: 3px 20px;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .mce-toc ul a {
        white-space: nowrap;
    }
}

.kllg-tips-list__item ol:not([class]) li {
    font-size: clamp(14px, 1.4815vw, 16px)
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  
}
.kllg-tips-list__item ol:not([class]) li::before {
  top: 0;
  color: rgba(var(--cl-a), 1);
}


.kllg-tips-list__item ul:not([class]) {
  background: initial;
  padding: 0;
  box-shadow: initial;
  border-radius: initial;
}

.kllg-tips-list__item ul:not([class]) li {
	font-size: clamp(14px, 1.4815vw, 16px)
	font-weight: 500;
    color: rgba(var(--cl-a), 1);
    padding-left: 26px;
}

.kllg-tips-list__item ul:not([class]) li p {
  font-size: clamp(14px, 1.4815vw, 16px)
  font-weight: 500;
    color: rgba(var(--cl-a), 1);
}
.kllg-tips-list__item ul:not([class]) li::before {
	filter: brightness(1.05) contrast(4);
}
.kllg-main-box a{
	color: rgba(var(--bg-e), 1);
	transition: all .3s;
	text-decoration: underline;
}

.kllg-main-box a:hover{
	 text-decoration-color: transparent;
}
/*# sourceMappingURL=style.css.map */