@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;500&family=Noto+Serif:wght@400;500&display=swap");
body {
  background-color: #0c092a;
  margin: 0;
  padding: 0;
}
.comment-list li {
	list-style:none;
}
html {а
  font-size: 1em;
  line-height: 1.375;
  font-family: "Source Sans 3", sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-size: 20px;
  margin-bottom: 16px;
}

a {
  color: #5be6fe;
  text-decoration: none;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

p,
li,
td,
th {
  line-height: 1.5;
}

a:hover,
button:hover {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.header ul,
.header ol,
.footer ul,
.footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  padding-top: 80px;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  background-color: #0f0949;
  background-image: url(../img/header-top-bg.webp);
  background-position: 50%;
  background-size: cover;
  justify-content: end;
  align-items: center;
  height: 80px;
  display: flex;
}

.header-top .container,
.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-bottom {
  height: 56px;
  background-color: #202485;
  background-image: url(../img/header-bottom-bg.webp);
  background-size: cover;
}

.custom-logo-link img {
  width: 140px;
  height: 50px;
}

.btn {
  max-width: 100%;
  height: 48px;
  padding: 12px 56px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wr-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.login {
  border: 1px solid #2974b9;
  background-image: linear-gradient(
    180deg,
    #55d6fb,
    #56a5ed 8%,
    #2f62c8 51%,
    #1f73c3 86%,
    #65acf7
  );
  box-shadow: inset 0 -2px 0 0 #1859ac;
}

.btnGreen {
  border: 1px solid #1c9271;
  background-image: linear-gradient(
    180deg,
    #8cffdc,
    #52e8a6 8%,
    #15b671 51%,
    #099c6a 86%,
    #33d4a6
  );
  box-shadow: inset 0 -2px 0 0 #057f50;
}

.list-fake-categories {
  display: flex;
  align-items: center;
}

.list-fake-categories a {
  height: 100%;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}

.img-fake-category {
  color: #5be6fe;
}

.title-fake-category {
  text-shadow: hsla(0, 0%, 100%, 0.7) 0 0 10px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  font-weight: 700;
  color: white;
  font-size: 20px;
}

.link-search {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  max-height: 40px;
  padding: 5px;
  background-color: rgba(53, 52, 162, 0.99);
  border: none;
  border-radius: 8px;
  box-shadow: 0.7px 0.7px 2.9px 0.1px #6375ea, inset 1px 1.7px 7px 0 #221e79;
  min-width: 224px;
}

.link-search img {
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 32px;
}

.link-search span {
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  line-height: 22px;
  opacity: 0.5;
}

.home-banner {
  background-image: url(../img/home-banner/teaserregistration_default_en-9a2e8a7.png);
  background-repeat: no-repeat;
  background-position-x: center;
  height: 500px;
  background-size: auto 100%;
}

.registration {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  max-width: 1012px;
  text-align: center;
}

.registration-container {
  padding: 16px;
  padding-bottom: 0;
  display: grid;
  grid-gap: 8px;
  background-image: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0.35) 30%,
      hsla(0, 0%, 100%, 0.35) 70%,
      hsla(0, 0%, 100%, 0)
    ),
    linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0.15) 30%,
      hsla(0, 0%, 100%, 0.15) 70%,
      hsla(0, 0%, 100%, 0)
    ),
    linear-gradient(
      90deg,
      transparent 0,
      rgba(0, 0, 0, 0.8) 30%,
      rgba(0, 0, 0, 0.8) 70%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 0,
      rgba(0, 0, 0, 0.5) 25%,
      rgba(0, 0, 0, 0.5) 75%,
      transparent
    );
  background-size: 100% 1px, 100% 1px, 100% 100%, 100% 44px;
  background-repeat: no-repeat;
  background-position: 0 0, left 0 bottom 44px, 0 0, 0 100%;
}

.registration-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #5be6fe;
  text-align: center;
}

.registration-subline {
  text-align: center;
  font-size: 23px;
  line-height: 40px;
  text-shadow: #ff2a00 -1px 0 12px, #ff2a00 0 -1px 12px, #ff2a00 1px 0 12px,
    #ff2a00 0 1px 12px, #ff2a00 -1px -1px 12px, #ff2a00 1px 1px 12px;
  color: #fdf4c1;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-family: "Noto Sans Georgian", sans-serif;
}

.registration-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.registration-form-link {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.registration-link-span {
  line-height: 22px;
  height: 100%;
  padding: 12px;
  padding-left: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #0c0a2a;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 11.7px 1.3px rgba(180, 245, 255, 0.77),
    inset 0 0 14px 0 #2962cf;
  display: flex;
  align-items: center;
  color: #2962cf;
  min-width: 272px;
  width: 100%;
  height: 100%;
}

.registration-form-link-wr-img {
  display: flex;
  height: 100%;
  width: 60px;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(
    50px -10px,
    50px 17px,
    58px 24px,
    50px 31px,
    50px 58px,
    -10px 58px,
    -10px -10px
  );
  clip-path: polygon(
    50px -10px,
    50px 17px,
    58px 24px,
    50px 31px,
    50px 58px,
    -10px 58px,
    -10px -10px
  );
  padding: 10px;
  padding-right: 14px;
  border-radius: 8px 0 0 8px;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  background-image: linear-gradient(
    180deg,
    #55d6fb 4%,
    #50a0e9 7%,
    #356ecf 49%,
    #2f62c8 51%,
    #1f73c3 88%,
    #47b4f0 98%
  );
  box-shadow: 0 0 11.7px 1.3px rgba(180, 245, 255, 0.77),
    inset 0 0 14px 0 #2962cf;
  margin-right: -9px;
}

.registration-form .register {
  padding: 12px 28px;
}

.registration-already {
  line-height: 44px;
  color: white;
  font-size: 1rem;
}

.registration-already a {
  color: #5be6fe;
}

.wr-title-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 4px;
}

.title-slider {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-slider img {
  height: 43px;
}

.title-slider span {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: white;
}

.link-all {
  height: 32px;
  padding: 12px 56px;
  color: #fff;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 16px;
  font-size: 16px;
  line-height: 28px;
  background-image: linear-gradient(
    180deg,
    #55d6fb,
    #56a5ed 8%,
    #2f62c8 51%,
    #1f73c3 86%,
    #65acf7
  );
  box-shadow: inset 0 -2px 0 0 #1859ac;
}

.link-all span {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.list-slots {
  margin-right: -12px !important;
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.section {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.section-slots-with-bg {
  background-image: url(../img/bg-image-main-slots.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-slots .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.list-slots .slot {
  width: 100%;
  max-width: calc(16.6666666667% - 12px);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  position: relative;
}

.list-slots .slot img {
  border-radius: 8px;
  max-height: 128px;
  min-height: 128px;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-slots .slot:hover {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 0.5px rgba(91, 230, 254, 0.3);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 8px;
  transform: scale(1.1);
  box-shadow: 1px 0px 24px 5px rgba(12, 9, 42, 0.75);
  -webkit-box-shadow: 1px 0px 24px 5px rgba(12, 9, 42, 0.75);
  -moz-box-shadow: 1px 0px 24px 5px rgba(12, 9, 42, 0.75);
}

.list-slots .slot:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.list-slots .slot:hover:before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.title-slot {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  color: #5be6fe;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.list-slots .slot:hover .title-slot {
  transform: none !important;
  color: white;
  z-index: 4;
  position: relative;
  font-size: 13px;
}

.slot .btn {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(50% - 18px);
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #1c9271;
  background-image: linear-gradient(
    180deg,
    #8cffdc,
    #52e8a6 8%,
    #15b671 51%,
    #099c6a 86%,
    #33d4a6
  );
  box-shadow: inset 0 -2px 0 0 #057f50;
  border-radius: 24px;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
  padding-right: 24px;
  padding-left: 24px;
}

.slot:hover .btn {
  display: block;
  z-index: 3;
}

.section-with-line {
  position: relative;
}

.section-with-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    rgba(255, 255, 255, 0.1019607843)
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    transparent 24px,
    #000 60px,
    #000 calc(100% - 60px),
    transparent calc(100% - 24px),
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    transparent 24px,
    #000 60px,
    #000 calc(100% - 60px),
    transparent calc(100% - 24px),
    transparent
  );
}

.section-jackpot {
  position: relative;
}

.section-jackpot::after {
  position: absolute;
  content: "";
  background-image: url(../img/jackpot-cash.webp),
    url(../img/section-red-bg.webp);
  background-repeat: no-repeat;
  background-position: calc(-20vw + 50%) 0, 50% 0;
  background-size: 100% auto, cover;
  box-shadow: 0 0 0px 3px rgba(255, 229, 202, 0.9),
    0 0 4px 4px rgba(255, 229, 202, 0.7);
  border-color: rgb(255, 229, 202);
  z-index: -1;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  min-width: 100%;
  height: 100%;
  background-position: calc(50% - 230px) 0, 50% 0;
  background-size: 1152px auto, cover;
}

.jackpot {
  background-image: url(../img/jackpot.webp);
  background-repeat: no-repeat;
  position: relative;
  width: 34%;
  margin: 0 auto;
  margin-top: 1.4%;
  margin-left: 50%;
  background-position: 50%;
  background-size: 100%;
}

.jackpot::before {
  content: "";
  display: block;
  padding-top: 35.66%;
}

.jackpot span {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  font-size: 18px;
}

.wr-img-jackpot {
  position: relative;
  display: flex;
}

.wr-img-jackpot::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  box-shadow: inset 0 0 0 3px rgba(255, 229, 202, 0.9),
    inset 0 0 4px 4px rgba(255, 229, 202, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.section-pink-border .wr-img-jackpot::before {
  box-shadow: inset 0 0 0 3px rgba(190, 28, 185, 0.9),
    inset 0 0 4px 4px rgba(190, 28, 185, 0.7);
}

.slot-jackpot .title-slot {
  color: white !important;
}

.slot-jackpot:hover {
  background: transparent !important;
  z-index: 9;
}

.subtitle-jackpot {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  box-shadow: 0 -4px 5px -2px rgba(255, 198, 0, 0.75);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: url(../img/icons/game-jackpot-background.webp) top no-repeat;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  text-align: center;
  padding: 9px 0 4px;
  font-size: 12px;
  font-weight: 700;
  z-index: 3;
  margin: 3px 3px 0 3px;
  background: none;
  color: white;
  box-shadow: 0 -4px 5px -2px rgba(255, 229, 202, 0.75);
  border-radius: 5px 5px 0 0;
  text-shadow: #ffa800 0 0 12px, #ffa800 0 0 12px, #ffa800 0 0 12px,
    #ffa800 0 0 12px;
  overflow: visible;
  background-color: rgba(79, 3, 0, 0.6);
}

.wr-img-jackpot::after {
  height: 27px;
  width: 27px;
  top: 0;
  right: -5px;
  position: absolute;
  background-image: url(../img/icons/linkedjackpots.webp);
  background-repeat: no-repeat;
  content: "";
  z-index: 5;
  background-color: transparent;
}

.section-pink-border .wr-img-jackpot::after {
  background-image: url(../img/icons/diamond.png);
}

.section-pink-border .subtitle-jackpot {
  z-index: 2;
  margin: 3px 3px 0 3px;
  background: rgbф(169, 17, 189, 0.7);
  box-shadow: 0 -4px 5px -2px rgba(190, 28, 185, 0.75);
  border-radius: 5px 5px 0 0;
  text-shadow: #ff4ae2 0 0 12px, #ff4ae2 0 0 12px, #ff4ae2 0 0 12px,
    #ff4ae2 0 0 12px;
  overflow: visible;
}

.section-jackpot {
  padding-bottom: 32px;
}

.section-winners {
  background-image: linear-gradient(
    0deg,
    #567ddb 0,
    #4d58d1 11%,
    #4853c9 50%,
    #404bbd 94%,
    #4d58d1 98%,
    #5f81e9
  );
  margin-top: 32px;
  padding-bottom: 0;
}

.section-winners .container {
  display: flex;
  align-items: center;
  height: 76px;
}

.wiiners-title {
  align-items: center;
  height: 100%;
  background: linear-gradient(270deg, #202a82, rgba(0, 0, 0, 0.01) 99%);
  padding-right: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 9.4px #356ecf;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-width: 220px;
}

.wiiners-title::after {
  left: 99.5%;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-left-color: #202a82;
  border-width: 40px 0 40px 14px;
  margin-top: -40px;
  z-index: 4;
}

.swiperWinners {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 36px,
    #000 calc(100% - 36px),
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 36px,
    #000 calc(100% - 36px),
    transparent
  );
}

.img-winner {
  width: 88px;
  height: 88px !important;
  border-radius: 50%;
  border: 2px solid #567ddb;
  margin-top: -6px;
  margin-bottom: -6px;
  box-shadow: 0 4px 8px 0 #190c4e;
  -o-object-fit: cover;
  object-fit: cover;
}

.wr-title-winner {
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.wr-title-winner p {
  font-size: 13px;
  color: white;
  padding: 0;
  margin: 0;
}

.wr-title-winner p:last-child {
  color: #567ddb;
}

.swiperWinners {
  width: 100%;
  margin-right: -12px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.swiperWinners .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  margin-left: 20px;
}

.swiperWinners .swiper-slide {
  width: 100%;
  max-width: calc(25% - 12px);
  display: flex;
  align-items: center;
}

.section-bonus {
  background-image: url(../img/bonus/bg-bonus-section.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-bonus .container {
  display: flex;
  flex-wrap: wrap;
}

.bonus {
  width: 100%;
  min-height: 238px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 25%;
}

.bonus img {
  width: 100%;
}

.title-bonus {
  font-size: 20px;
  padding: 16px 0;
  background-size: 28px 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-shadow: 0 0 9.4px #3bc1ff;
  background-size: 16px 2px;
  background-position: bottom;
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.3),
    hsla(0, 0%, 100%, 0.3)
  );
  background-repeat: no-repeat;
  margin: 0;
}

.text-bonus {
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.375;
}

.footer .container:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}

.container-content {
  padding: 16px;
  -moz-column-width: 48%;
  column-width: 48%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4%;
  column-gap: 4%;
  margin-top: 32px;
}

.container-content p {
  margin: 0 0 16px;
  font-size: 0.9em;
}

.title-menu-footer {
  margin: 10px 0;
  font-size: 24px;
  color: #fff;
  text-align: left;
}

.footer ul {
  display: flex;
  flex-direction: column;
}

.footer li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer li a {
  color: #5be6fe;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
}

footer li:hover a {
  color: white;
}

.wr-menu-footer {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.img-mail {
  height: 32px;
  width: 32px;
}

.wr-lang {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.title-lang {
  font-size: 1em;
  line-height: 1.375;
  color: #fff;
}

.btnLang {
  min-height: 30px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 2px 6px;
  border-radius: 0;
  border: none;
  background: transparent;
  border-radius: 6px;
  border: none !important;
  background-image: linear-gradient(
    180deg,
    #55d6fb,
    #56a5ed 8%,
    #2f62c8 51%,
    #1f73c3 86%,
    #65acf7
  );
  z-index: 9;
}

.btnLang span {
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
}

.btnLang::before {
  content: "";
  background-image: url(../img/lang/arrowdown.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  border: none;
  margin: 0;
  top: 0;
  right: 0;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  transition: transform 0.2s ease;
}

.wr-contact-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  flex-wrap: wrap;
}

.btnLangList {
  display: none;
  max-height: 300px;
  border: none !important;
  background-image: linear-gradient(
    180deg,
    #55d6fb,
    #56a5ed 8%,
    #2f62c8 51%,
    #1f73c3 86%,
    #65acf7
  );
  border-radius: 5px 5px 0 0;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 300px;
  width: 135px;
  z-index: 9;
  overflow-y: auto;
}

.btnLang.active .btnLangList {
  display: flex;
}

.wr-18plus {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 12px;
  gap: 20px;
}

.section-footer-center {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.btnLang img,
.btnLangList img {
  height: 33px;
  width: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.btnLangList a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 2px 6px;
  gap: 20px;
}

.downloadApp {
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  color: #5be6fe;
  text-transform: uppercase;
  flex-basis: 100%;
  text-align: left;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.wr-footer-store .downloadApp:last-of-type {
  color: white;
}

.section-footer-center .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.wr-footer-store {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wr-stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.wr-stores a {
  flex-basis: 48%;
  width: 100%;
  display: flex;
  justify-content: start;
}

.wr-stores a img {
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-social {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-social span {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.btn-social:first-of-type {
  background-color: #34518d;
}

.btn-social:last-of-type {
  background-color: #00acee;
}

.btn-social img {
  height: 22px;
  width: 22px;
  margin-right: 20px;
}

.footer .container:last-of-type {
  text-align: center;
  color: white;
  padding: 32px 0;
  display: flex;
}

@media (min-width: 1366px) {
  .downloadApp {
    flex-basis: auto;
  }
  .wr-footer-store {
    flex-wrap: nowrap;
  }
  .wr-stores a:nth-of-type(3) {
    display: none;
  }
  .wr-stores a:nth-of-type(4) {
    display: none;
  }
  .wr-stores {
    flex-wrap: nowrap;
  }
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

.aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}

.section-page .container {
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
}

#breadcrumbs a:first-of-type {
  color: #5be6fe;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-radius: 5px;
  overflow-x: auto;
  width: 100%;
  border: solid 1px white;
  margin-top: 20px;
  margin-bottom: 20px;
}

th,
td {
  border: solid 1px white;
  padding: 10px;
  padding: 12px 15px;
  text-align: left;
}

thead {
  background-color: #f6f6f4;
  font-weight: bold;
  color: dimgray;
  padding: 12px 15px;
  border: solid 1px dimgray;
}

@media (max-width: 768px) {
  iframe {
    width: 100% !important;
  }
  .entry-content .alignright,
  .entry-content .alignleft,
  .alignleft,
  .alignright,
  .entry-content .aligncenter {
    float: none !important;
    margin: 1rem auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  table {
    display: block;
  }
}
.btn:hover {
  background-image: linear-gradient(
    0deg,
    #55d6fb,
    #55d6fb 7%,
    #1f73c3 93%,
    #47b4f0
  );
}

.btnGreen:hover {
  background-image: linear-gradient(
    0deg,
    #55efb5,
    #52e8a6 7%,
    #059564 93%,
    #33d4a6
  );
}

.header-promotion {
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 212, 255, 0.15);
  background-image: url(../img/header-promotion.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 100%;
}

.header-promotion .container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}

.header-promotion img {
  height: 44px;
}

.title-header-promotion {
  font-size: 36px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-align: center;
}

.section-games-top .container {
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.games-slots {
  display: flex;
  align-items: center;
}

.games-slots a {
  position: relative;
  color: #5be6fe;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 25px;
}

.section-games-top .container {
  border-bottom: solid 0.5px hsla(0, 0%, 100%, 0.2);
}

.games-slots a:first-of-type:before {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px #c5edff;
  transition: opacity 0.2s ease-out;
}

.btn-games-slots {
  display: flex;
  align-items: center;
}

.btn-games-slots a {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  padding: 0 20px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.btn-games-slots a:last-child {
  border-radius: 0 8px 8px 0;
  color: #5be6fe;
}

.section-404 {
  background-image: url(../img/404bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wr-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-404 {
  text-align: center;
  font-size: 300px;
  font-weight: 700;
  text-align: center;
  color: #5be6fe;
  line-height: 0.9;
}

.sorry-404 {
  background-color: hsla(0, 0%, 100%, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 16px 32px;
  color: white;
  text-transform: uppercase;
}

.link-404 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 32px;
}

.section-payment {
  background: rgba(255, 255, 255, 0.1019607843);
  padding-top: 16px;
}

.section-payment .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px !important;
  justify-content: center !important;
}

.section-payment img {
  height: 40px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-register {
  display: none;
}

.footer-sticky {
  display: none;
}

.footer .container {
  justify-content: space-between;
}

.section-footer-center .wr-footer-store:last-of-type .wr-stores {
  flex-wrap: nowrap;
}

@media (max-width: 1440px) {
  .wiiners-title {
    display: none;
  }
  .registration-title,
  .registration-form,
  .registration-already {
    display: none;
  }
  .registration-container {
    z-index: 1;
    background-image: none;
  }
  .btn-register {
    display: flex;
    max-width: 470px;
    width: 100%;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 16px auto;
    z-index: 1;
  }
  .home-banner {
    height: 290px;
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
  .home-banner {
    position: relative;
  }
  .home-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(
      180deg,
      transparent 0,
      transparent 18%,
      rgba(0, 0, 0, 0.5) 80%
    );
  }
  .container {
    max-width: 1360px;
  }
}
@media (max-width: 1366px) {
  .wr-btn {
    display: none;
  }
  .container {
    max-width: 1200px;
  }
  .footer-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 55;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer-sticky .blue {
    border: 1px solid #2974b9;
    background-image: linear-gradient(
      180deg,
      #55d6fb,
      #56a5ed 8%,
      #2f62c8 51%,
      #1f73c3 86%,
      #65acf7
    );
    box-shadow: inset 0 -2px 0 0 #1859ac;
    border-radius: 24px;
    text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
  }
  .footer-sticky .btn {
    border-radius: 0;
    width: 100%;
  }
  .list-slots .slot {
    max-width: calc(20% - 12px);
  }
  .jackpot::before {
    padding-top: 44%;
  }
}
@media (max-width: 1266px) {
  .jackpot::before {
    padding-top: 54%;
  }
  .swiperWinners .swiper-slide {
    max-width: calc(33.3333333333% - 12px);
  }
  .section-payment img {
    height: 40px;
  }
  .btn {
    font-size: 16px;
  }
  .wr-btn {
    display: none;
  }
  .container {
    max-width: 1020px;
  }
}
@media (max-width: 1024px) {
  .btn-social {
    justify-content: center !important;
    width: 100%;
  }
  .wr-footer-store,
  .wr-stores {
    width: 100%;
  }
  .wr-stores,
  .wr-stores a {
    margin-bottom: 20px;
  }
  .wr-stores a img {
    height: auto;
    width: 100%;
  }
  .wr-stores-social .wr-stores a img {
    height: 100%;
    width: auto;
  }
  .container {
    max-width: 880px;
  }
  .link-search {
    display: none;
  }
  .footer .container:first-of-type {
    flex-wrap: wrap;
  }
  .wr-menu-footer,
  .wr-contact-footer {
    flex-basis: 100%;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 95%;
  }
  .bonus {
    max-width: 50%;
    min-height: 257px;
  }
  .list-slots .slot {
    max-width: calc(25% - 12px);
  }
}
@media (max-width: 768px) {
  .text-bonus {
    font-size: 14px;
  }
  .link-all {
    padding: 0;
    color: #5be6fe;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    background-image: none;
    box-shadow: none;
    font-weight: 300;
  }
  .title-slot {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }
  .title-slider img {
    height: 32px;
  }
  .title-slider span {
    font-size: 20px;
  }
  .btn-register {
    height: 48px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .registration-subline {
    line-height: inherit;
    letter-spacing: 0.2px;
  }
  .home-banner {
    height: 200px;
  }
  .section-jackpot .list-slots {
    margin-top: -20%;
  }
  .jackpot::before {
    padding-top: 80.66%;
  }
  .section-jackpot::after {
    background-size: 180% auto, cover;
    background-repeat: no-repeat;
    background-position: top, 50%;
  }
  .jackpot span {
    font-size: 22px;
    top: 54%;
  }
  .jackpot {
    width: 100%;
    margin-left: 0;
    background-position: 50%;
    background-size: 100%;
  }
  .container-content {
    -moz-columns: 1;
    columns: 1;
  }
  .wr-18plus {
    flex-basis: 100%;
    padding-left: 0;
    justify-content: start;
    flex-direction: row-reverse;
    text-align: left;
  }
  .wr-contact-footer {
    justify-content: start;
    margin-top: 20px;
  }
  .swiperWinners .swiper-slide {
    max-width: calc(50% - 12px);
  }
  .img-fake-category {
    height: 22px;
  }
  .list-fake-categories li {
    margin-right: 20px;
  }
  .list-fake-categories a {
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    gap: 4px;
  }
  .title-fake-category {
    font-size: 16px;
  }
  .wr-stores a img {
    height: 100px;
    width: 100%;
  }
  .wr-stores-social {
    width: 100%;
  }
  .wr-stores-social .wr-stores {
    flex-basis: 100%;
  }
  .wr-stores-social .wr-stores a {
    justify-content: center;
  }
  .wr-stores-social .wr-stores a img {
    height: 100%;
    width: 30px;
  }
}
@media (max-width: 576px) {
  .title-404 {
    font-size: 200px;
  }
  .bonus {
    max-width: 100%;
  }
  .list-fake-categories {
    overflow-x: auto;
  }
  .btn {
    font-size: 12px;
    height: auto;
    padding: 12px;
  }
}
.contact-form-n {
  height: auto;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
  background-color: #0c0a2a;
  border: 1px solid #5be6fe;
  border-radius: 8px;
  box-shadow: 0.5px 0.9px 32.6px 2.5px rgba(89, 147, 247, 0.77);
  margin-bottom: 30px;
  margin-top: 30px;
}

.btn-primary {
  color: #fff;
  border: 1px solid #2974b9;
  background-image: linear-gradient(
    180deg,
    #55d6fb,
    #56a5ed 8%,
    #2f62c8 51%,
    #1f73c3 86%,
    #65acf7
  );
  box-shadow: inset 0 -2px 0 0 #1859ac;
  border-radius: 24px;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
  height: auto;
  margin: 10px auto 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.form-group span {
  padding-bottom: 12px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group input,
.form-group textarea {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #0c0a2a;
}

.form-group textarea {
  height: 60px;
}

.list-FAQ {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
}

.faq-title {
  font-size: 24px;
  line-height: 32px;
  color: white;
  padding: 10px 0;
}

.list-FAQ li {
  text-align: left;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.question {
  margin: 0 !important;
  padding: 10px 0;
  position: relative;
  color: #5be6fe;
  padding-right: 35px;
}

.question:after {
  content: "❮";
  position: absolute;
  right: 10px;
  top: 7px;
  transform: rotate(-90deg) translate(-50%);
}

.question:hover {
  color: white;
}

.answer {
  font-weight: normal;
  padding-top: 1rem;
  line-height: 20px;
  display: none;
  text-align: left;
}

.answer img {
  width: 100%;
}

.answer span {
  display: inline-block;
  text-align: left;
  color: white;
}

li.active .question {
  color: white;
}

li.active .answer {
  display: block;
}

.ld-frame-itself {
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

#breadcrumbs {
  margin: 0;
  padding: 20px 0;
}

.wr-bg-gr {
  position: relative;
  z-index: 1;
}

.wr-bg-gr::before {
  content: "";
  height: 100%;
  z-index: -1;
  left: -100%;
  right: -100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(5, 2, 37, 0) 2%,
    rgba(5, 2, 37, 0.7) 15%,
    rgba(5, 2, 37, 0.99) 30%
  );
}

.section-slot-page-slot {
  padding-bottom: 30px;
  padding-top: 30px;
}

.ld-slot-heading {
  font-size: 28px;
  font-weight: 300;
  padding: 10px;
  padding-left: 0;
  border-bottom: solid 0.5px hsla(0, 0%, 100%, 0.2);
  margin-bottom: 24px;
}

.points-wrapper {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.point {
  display: flex;
  align-items: center;
}

.point img {
  height: 46px;
  width: 46px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.point span {
  color: #5be6fe;
  font-weight: 400;
  text-decoration: none;
}

.point:hover span {
  color: white;
}

.section.ld-frame {
  padding-bottom: 0;
  margin-bottom: 0;
}

.slot-container #breadcrumbs {
  padding: 0;
}

table {
  border-collapse: inherit;
  margin: auto;
  margin-bottom: 16px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  border-spacing: initial;
  overflow-x: auto;
  width: 100%;
}

thead {
  background-color: #f6f6f4;
  font-weight: bold;
}

thead th {
  color: #696969;
}

table td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background: none !important;
  color: #fff !important;
}

iframe {
  width: 100% !important;
}

@media (max-width: 992px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }
  table td {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .wr-menu-footer {
    flex-wrap: wrap;
  }
  .wr-menu-footer nav {
    flex-basis: 100%;
  }
  .swiperWinners .swiper-slide {
    max-width: calc(70% - 12px);
  }
}
@media (max-width: 576px) {
  .title-header-promotion {
    font-size: 26px;
  }
  .wr-stores {
    gap: 0;
  }
  .wr-stores a {
    flex-basis: 46%;
  }
  .swiperWinners .swiper-slide {
    max-width: calc(80% - 12px);
  }
  .list-slots .slot {
    max-width: calc(33% - 12px);
  }
}
@media (max-width: 420px) {
  .title-lang {
    font-size: 12px;
  }
  .list-slots .slot {
    max-width: calc(48% - 12px);
  }
}
/* Работает в Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: hsla(0, 0%, 100%, 0.5) !important;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

*::-webkit-scrollbar-track {
  background: #0f0949;
}

*::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 2px;
  border: 0.5px solid hsla(0, 0%, 100%, 0.5) !important;
}

.main {
  overflow: hiiden;
}

.btn-menu {
  background: transparent;
  display: flex;
  align-items: end;
  justify-content: start;
  border: none;
  flex-grow: 1;
  margin-left: 20px;
  height: 100%;
  position: relative;
  padding-bottom: 15px;
}

.btn-menu:hover {
  cursor: auto;
}

.btn-menu span {
  text-shadow: hsla(0, 0%, 100%, 0.7) 0 0 10px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  font-weight: 700;
  color: white;
  font-size: 20px;
}

.btn-menu span:hover {
  cursor: pointer;
}

.btn-menu span::before {
  content: "";
  background-image: url(../img/lang/arrowdown.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  border: none;
  margin: 0;
  left: 70px;
  position: absolute;
  top: 66%;
  transform: translatey(-50%);
  text-align: center;
  transition: transform 0.2s ease;
}

.nav-header {
  display: none;
}

.nav-header.active {
  display: flex;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 24px;
  background: rgba(53, 52, 162, 0.99);
  border: none;
  border-radius: 8px;
  box-shadow: 0.7px 0.7px 2.9px 0.1px #6375ea, inset 1px 1.7px 7px 0 #221e79;
}

.nav-header ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: start;
}

.nav-header ul li {
  text-align: left;
}

.nav-header ul a {
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
}

.nav-header ul li:hover a {
  color: #5be6fe;
}

@media (max-width: 576px) {
  .nav-header.active {
    position: fixed;
    top: 80px;
    left: 0;
  }
} /*# sourceMappingURL=css.css.map */
